You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will try to fetch them from cache.
thread 'main' panicked at 'Unable to fetch mirrors from cache: IoError(Os { code: 2, kind: NotFound, message: "No such file or directory" })', src/main.rs:678:19
stack backtrace:
0: rust_begin_unwind
at ./rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at ./rustc/a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52/library/core/src/panicking.rs:142:14
2: flexo::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
[2023-07-30T11:23:38.999Z INFO flexo::mirror_flexo] Retrieved 0 files with a total size of 0.00 B from local file system.
[2023-07-30T11:23:38.999Z INFO flexo] Will switch mirror if download speed falls below 125.00 KiB/s
[2023-07-30T11:23:39.422Z INFO flexo] Unable to fetch mirrors remotely: DemarshallError(Error("unknown variant `ftp`, expected one of `http`, `https`, `rsync`", line: 1, column: 226632))
I noticed that /etc/flexo/ is empty, might that be the reason?
The text was updated successfully, but these errors were encountered:
I am trying to setup a Pacman package cache on my Unraid server using Flexo.
The docker run line is:
However, it crashes on start.
Logs:
I noticed that
/etc/flexo/
is empty, might that be the reason?The text was updated successfully, but these errors were encountered: