You are not logged in.
Hi,
I did a Pacman -Syu and get this:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
may i know what does it mean, and how to fix it? thaks. ![]()
"The Future Makes Fools of Experts and Visionaries of Lunatics" -Darcy Wilson, CHIP-
Offline
I think thats a problem with one of your mirrors. Try adjusting them by moving one up on the list in /etc/pacman.d/{extra,current}
Offline
I was having the same issue. shell-init errors were showing up on initial login (but not subsequent sessions). I fixed it by running:
# systemctl list-unit-files --type=service|grep enabledAnd then:
# systemctl restart [every enabled service]I'm not positive, but I think it had something to do with me starting a service with sudo as a regular user in their $HOME.
Offline