I'm trying to understand what's happening and I found this really strange situation:
If I boot from fvdw console, the content of the DIR /md1/etc/initng/runlevel is the following:
- Code: Select all
-rwxrwxr-x 1 root root 135 Mar 22 2018 09:30 default.runlevel
-rwxr-xr-x 1 root root 136 Mar 22 2018 09:27 default.runlevel.org
-rwxrwxrwx 1 root root 43 Feb 04 2011 21:26 wait.runlevel
where default.runlevel has sshd line without #, while default.runlevel.org has sshd line with #
If I boot from LACIE firmware, the content of the DIR /etc/initng/runlevel (extracted from the Dashboard log) is the following:
- Code: Select all
-rwxrwxr-x 1 root root 136 Mar 22 2018 09:30 default.runlevel
-rwxr-xr-x 1 root root 136 Mar 22 2018 09:27 default.runlevel.org
-rwxrwxrwx 1 root root 43 Feb 04 2011 21:26 wait.runlevel
where default.runlevel is the same of default.runlevel.org (both with #sshd line) ! Here is why SSHD do not start at boot !
I tried modifying the default.runlevel permissions to the original one (from 775 to 755), but nothing change.
Any suggestions ?