Yes but I am unsure if it was a one time effect of the update that created the symlink and deleted /var/run while hp-lip was running!
That is the likely scenario when I think about it.
HP-lip could not be expected to switch while it was running.
I had to do this rather brutal thing:
Code: Select all
pacman -Syu --ignore filesystem && rm -rf /var/run /var/lock && \
pacman -S filesystemSo it is mea culpa that I did not stop all the running jobs first.
In any case a reboot would have fixed it, because by then the symlink would have taken care of it

Making my cry for help completely unnecessary - (but I did not know that at the time)
Rolfs help contributed to confuse me on yet a higher level though. Because I understand why now.
But a simple Windows behavior (reboot without even discovering the problem) would have taken care of it. So if I had paid less attention I would not even have discovered that this was a problem
