
He instalado hace 3 días Debian 10.3.0 con LXQT. Es genial y me gusta, arranca bien, cada línea del kernel al arrancar es genial ver cuando aparecen 2 líneas rojas que son tan feas.
[OK] Started /etc/rc.local.
[26.409377] CIFS: Unknown mount option "umask=000"
[FAILED] Failed to mount /mnt/smb.
See 'systemctl status mnt-smb.mount' for details.
[DEPEND] Dependency failed for Remote File Systems.
He creado rc.local para hacer que ConnMan UI arregle mi tarjeta LAN para que funcione correctamente. Entonces, gracias a rc.local, inicia el comando al arrancar para que funcione correctamente. ¿El error de arranque se debe a este cambio? Todo funciona bien, por favor dígame cómo solucionar este problema para tener un arranque 100% limpio. Además, cuando el inicio del sistema llega a esta línea, ralentiza el inicio durante 5 segundos.
El archivo rc.local contiene
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/sbin/ethtool -s ens5f5 speed 100 duplex full
exit 0
Edición #1Esta es la salida desystemctl status mnt-smb.mount
systemctl status mnt-smb.mount
● mnt-smb.mount - /mnt/smb
Loaded: loaded (/etc/fstab; generated)
Active: failed (Result: exit-code) since Mon 2020-03-30 15:02:35
Where: /mnt/smb
What: //192.168.1.171/ADMIN-PC
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
lines 1-7/7 (END)
De hecho sí, he intentado vincular Windows con Debian vía LAN sin éxito. ¡Quizás mis intentos generaron este problema que no sé cómo solucionar!