Replies: 1 comment
-
Thank you very much. Yes,this is a Windows compatibility issue. We are working on fixing it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
C:\Users\Dust\Desktop\rustfs-1.0.0-alpha.9\target\release>.\rustfs e:/rust --address 0.0.0.0:9000 --access-key admin --secret-key YourSecurePassword --console-enable --console-address 0.0.0.0:9001
Flexi logger initialized with file logging to deploy/logs/rustfs.log.log
Log rotation configured for: every day or when size exceeds 100MB, keeping 30 files
[2025-07-10 12:49:35.858946] INFO [rustfs_obs::sinks] [crates\obs\src\sinks\mod.rs:83] [main:ThreadId(1)] File sink created for path: C:\Users\Dust\AppData\Local\Temp\rustfs\rustfs.log
[2025-07-10 12:49:35.859185] INFO [rustfs_obs::global] [crates\obs\src\global.rs:126] [main:ThreadId(1)] Initializing global OpenTelemetry guard
[2025-07-10 12:49:35.859223] INFO [rustfs_obs::logger] [crates\obs\src\logger.rs:62] [tokio-runtime-worker:ThreadId(8)] log_server_entry; entry=ServerLogEntry { base: BaseLogEntry { timestamp: 2025-07-10T04:49:35.859199700Z, request_id: Some("system_init"), message: Some("Service initialization started - RustFs v0.0.1 in production"), tags: None }, level: SerializableLevel(Level(Info)), source: "system_initialization", user_id: Some("system"), fields: [] } log_source="logger_server"
[2025-07-10 12:49:35.859469] INFO [tracing::span] [rustfs\src\main.rs:173] [main:ThreadId(1)] run;
[2025-07-10 12:49:35.859888] ERROR [tracing::span] [crates\obs\src\logger.rs:81] [tokio-runtime-worker:ThreadId(8)] log_entry;
[2025-07-10 12:49:35.860585] INFO [rustfs_obs::logger] [crates\obs\src\logger.rs:80] [tokio-runtime-worker:ThreadId(8)] log_entry; entry=Server(ServerLogEntry { base: BaseLogEntry { timestamp: 2025-07-10T04:49:35.859199700Z, request_id: Some("system_init"), message: Some("Service initialization started - RustFs v0.0.1 in production"), tags: None }, level: SerializableLevel(Level(Info)), source: "system_initialization", user_id: Some("system"), fields: [] }) log_source="logger"
[2025-07-10 12:49:35.860957] INFO [server_logs] [crates\obs\src\logger.rs:100] [tokio-runtime-worker:ThreadId(8)] Service initialization started - RustFs v0.0.1 in production
[2025-07-10 12:49:35.861297] INFO [rustfs_obs::global] [crates\obs\src\global.rs:79] [tokio-runtime-worker:ThreadId(8)] Logger initialized successfully
[2025-07-10 12:49:35.866140] INFO [rustfs] [rustfs\src\main.rs:213] [main:ThreadId(1)] Formatting 1st pool, 1 set(s), 1 drives per set.
[2025-07-10 12:49:35.866323] INFO [rustfs] [rustfs\src\main.rs:228] [main:ThreadId(1)] API: http://192.168.1.12:9000 http://127.0.0.1:9000
[2025-07-10 12:49:35.869760] INFO [rustfs] [rustfs\src\main.rs:229] [main:ThreadId(1)] RootUser: admin
[2025-07-10 12:49:35.870232] INFO [rustfs] [rustfs\src\main.rs:230] [main:ThreadId(1)] RootPass: YourSecurePassword
[2025-07-10 12:49:35.871083] INFO [rustfs] [rustfs\src\main.rs:239] [main:ThreadId(1)] created endpoints 0, set_count:1, drives_per_set: 1, cmd: "e:/rust"
[2025-07-10 12:49:35.871739] INFO [rustfs] [rustfs\src\main.rs:245] [main:ThreadId(1)] - E:/rust
Error: Custom { kind: Other, error: Io(Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" }) }
Beta Was this translation helpful? Give feedback.
All reactions