[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: systemd i la mare que el va...



No, amb mode restabliment passa el mateix. Confirmo que comentant les entrades al fstab (gràcies, knoppix 7), el sistema arrenca. Hi ha un tros de codi a /etc/network/if-up.d/mountnfs que teòricament és per arreglar això:

# Skip the mountnfs hook when being triggered by the networking SysV init
# script and instead use the systemd built-in mechanisms to mount remote
# file systems.
# This avoids a deadlock caused by the rpcbind SysV init script depending
# on $network and the $network LSB facility being provided by the networking
# SysV init script.
if [ -d /run/systemd/system ]; then
        systemctl list-jobs | grep -q network.target && exit 0
fi

però en el meu cas no ho arregla. Lo més estrany és que sí sembla funcionar en un portàtil que té la mateixa versió de Debian i les mateixes entrades a fstab per muntar les particions remotes. No ho entenc (?).

Ricard


Pots arrencar amb l'opció "mode de restabliment" o "recovery mode" del menú d'inici del grub?

Reply to: