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
I manage my system configuration by keeping my configuration files in a git repo inside /home/myuser/config. So I tried setting up /etc/atuin as a symlink to /home/myuser/config/atuin-server
I got various errors (I initially tried symlinking the entire /etc/atuin folder but I also tried only symlinking the /etc/atuin/server.toml file)
Error when /etc/atuin is a symlink:
Nov 23 07:10:24 axelsonserver atuin[138457]: Error: could not load server settings
Nov 23 07:10:24 axelsonserver atuin[138457]: Caused by:
Nov 23 07:10:24 axelsonserver atuin[138457]: 0: failed to create directory `/etc/atuin`
Nov 23 07:10:24 axelsonserver atuin[138457]: 1: File exists (os error 17)
Nov 23 07:10:24 axelsonserver atuin[138457]: Location:
Nov 23 07:10:24 axelsonserver atuin[138457]: /home/runner/work/atuin/atuin/crates/atuin-server/src/settings.rs:86:13
Nov 23 07:10:24 axelsonserver systemd[1]: atuin-server.service: Main process exited, code=exited, status=1/FAILURE
Error when /etc/atuin/server.toml is a symlink:
Nov 23 07:14:22 axelsonserver atuin[143588]: Error: could not load server settings
Nov 23 07:14:22 axelsonserver atuin[143588]: Caused by:
Nov 23 07:14:22 axelsonserver atuin[143588]: 0: failed to create file `/etc/atuin/server.toml`
Nov 23 07:14:22 axelsonserver atuin[143588]: 1: Permission denied (os error 13)
Nov 23 07:14:22 axelsonserver atuin[143588]: Location:
Nov 23 07:14:22 axelsonserver atuin[143588]: /home/runner/work/atuin/atuin/crates/atuin-server/src/settings.rs:87:28
Nov 23 07:14:22 axelsonserver systemd[1]: atuin-server.service: Main process exited, code=exited, status=1/FAILURE
Instead I'd expect to not get an error in either case
What did you expect to happen?
I manage my system configuration by keeping my configuration files in a git repo inside
/home/myuser/config
. So I tried setting up/etc/atuin
as a symlink to/home/myuser/config/atuin-server
Note: my server is setup with systemd: https://docs.atuin.sh/self-hosting/systemd/
What happened?
I got various errors (I initially tried symlinking the entire
/etc/atuin
folder but I also tried only symlinking the/etc/atuin/server.toml
file)Error when
/etc/atuin
is a symlink:Error when
/etc/atuin/server.toml
is a symlink:Instead I'd expect to not get an error in either case
Atuin doctor output
The text was updated successfully, but these errors were encountered: