You are not logged in.
Hi,
iḿ new to arch and i guess i have to learn more how about things are working here. My Setup:
OS: Arch Linux x86_64
Kernel: 6.12.21-1-lts
DE: Plasma 6.3.3
If more informations needed just let me know.
I installed duplicati with yay (duplicati-bin) and it worked great. The System set a pw (for the tray?! i'm not sure) and i set one to get into duplicato over localhost:8200. As i said it worked till i rebooted.
After i get an
"Connection lost
Connection to server was rejected due to invalid authentication.
Log in again, or re-open the page from the TrayIcon (if applicable)
Help Login Reload"
Window when i open localhost:8200.
When i try to login with the pw i set i get Login failed: Failed to log in. Before reboot it worked. I tried to install and reinstall Duplicati serveral times with same result. If i get to manage to get the try icon in taskbar i could click and get into duplicati (guess system is using the pw duplicati sets here). but i don´t know how to get the tray icon or get things done here so far. So i don´t know how things are working here and could need some help.
Best regards
Edit: i stopped duplicati with sudo systemctl stop duplicati. After that i could login with my pw again. So there is probably a problem with multiple processes. After that i disabled duplicati in systemctl with sudo systemctl disable duplicati. When i reboot and start duplicati with /opt/duplicati/duplicati everything works fine again. I guess i have a solution but if anybody can explain to me what happes here would be lovely
Last edited by Pampa_Party (2025-03-31 08:23:25)
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
When i try to login with the pw i set i get Login failed: Failed to log in. Before reboot it worked.
Wild guess: the keyboard layout changed?
Eg you think the PW is "azerty" (french layout) but actually it's "qwerty"?
Offline
When i try to login with the pw i set i get Login failed: Failed to log in. Before reboot it worked.
Wild guess: the keyboard layout changed?
Eg you think the PW is "azerty" (french layout) but actually it's "qwerty"?
Thanks for you answer . I edited my original post. Guess it is a process problem but i don´t get that whats happening there. If somebod could help me to understand the things going on there would be lovely
Last edited by Pampa_Party (2025-03-30 15:28:22)
Offline
Found a solution. I am using Wayland and there was a Problem with duplicati an tray. So i edited duplicati-user.service to
[Unit]
Description=Duplicati Server
After=network.target
[Service]
ExecStart=/opt/duplicati/duplicati-server --webservice-port=8200 --auto-update=false
Restart=on-failure
Environment=AUTOUPDATER_Duplicati_SKIP_UPDATE=1
[Install]
WantedBy=default.target
now it starts with the system and work.
Offline
Great! Please remember to mark your thread as solved by editing the first post and amending the topic title.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline