Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] No more mount via fstab (Read 4882 times) previous topic - next topic
0 Members and 9 Guests are viewing this topic.

Re: No more mount via fstab

Reply #30
Hi alium,

unfortunately the version '20210505-3' does not work :(


Re: No more mount via fstab

Reply #32
Hi alium,

After installing this package and a corresponding reboot, the networkmanager did not start anymore.
Code: [Select]
T450S:[roberto]:~$ pacman -Ss networkmanager-openrc 
world/networkmanager-openrc 20210505-3 (openrc-world) [Installiert: 20210505-4]
   OpenRC networkmanager init script



Re: No more mount via fstab

Reply #35
The good news is that the networkmanager now starts again at system startup.
Nevertheless, unfortunately, the NAS still does not start :(

so keep the old working version, for keeping working NAS, and we will see, what the future update will bring ...

Re: No more mount via fstab

Reply #36
This appears to be a problem of the new supervised NM script up but not yet online when netmount starts.
Why not trying to start NM at boot runlevel and see if it fixes the issue?
Or play around with the NM conf.d.

Re: No more mount via fstab

Reply #37
This appears to be a problem of the new supervised NM script up but not yet online when netmount starts.
Why not trying to start NM at boot runlevel and see if it fixes the issue?
Or play around with the NM conf.d.
I have changed the runlevel for netmount from default to boot.
Unfortunately, that didn't help me with the problem.

What exactly do you mean by playing around with the NM conf.d?

 

Re: No more mount via fstab

Reply #38
See
Code: [Select]
/etc/conf.d/NetworManager

Code: [Select]
# If NetworkManager does not establish a connection within $INACTIVE_TIMEOUT
# seconds after starting, the service will be marked as inactive, and it will
# continue to wait for a connection in background mode.
INACTIVE_TIMEOUT=1

Also, to get the bottom of this, some status output of the NM service would be helpful.
The script itself is fine, this seems a event handling problem, ie online.


Re: No more mount via fstab

Reply #40
No, the other way round: networkmanager in boot!  :)
Hi nous,

I was apparently a little on the tube, thanks for seeing that.
I have tested it directly once, but unfortunately that did not bring the breakthrough.

Re: No more mount via fstab

Reply #41
See
Code: [Select]
/etc/conf.d/NetworManager

Code: [Select]
# If NetworkManager does not establish a connection within $INACTIVE_TIMEOUT
# seconds after starting, the service will be marked as inactive, and it will
# continue to wait for a connection in background mode.
INACTIVE_TIMEOUT=1

Also, to get the bottom of this, some status output of the NM service would be helpful.
The script itself is fine, this seems a event handling problem, ie online.
I have now tested putting NM directly into the runlevel 'boot', but that didn't help either.
Next I recreated the file '/etc/conf.d/NetworkManager' and then tried with different timeouts.
This file was not present in my case. Unfortunately without success.

I hope I understood your hint correctly that the status output would be helpful.
Here is the output of the 'rc-status:
Code: [Select]
T450S:[roberto]:~$ rc-status --all 
Runlevel: default
 dbus                                                                                                                               [  started 00:01:14 (0) ]
 syslog-ng                                                                                                                          [  started 00:01:12 (0) ]
 acpid                                                                                                                              [  started 00:01:12 (0) ]
 avahi-daemon                                                                                                                       [  started 00:01:13 (0) ]
 bluetoothd                                                                                                                         [  started 00:01:13 (0) ]
 cronie                                                                                                                             [  started 00:01:12 (0) ]
 cupsd                                                                                                                              [  started 00:01:12 (0) ]
 netmount                                                                                                                                       [  started  ]
 sddm                                                                                                                               [  started 00:01:13 (0) ]
 local                                                                                                                                          [  started  ]
 agetty.tty1                                                                                                                        [  started 00:01:11 (0) ]
 agetty.tty3                                                                                                                        [  started 00:01:11 (0) ]
 agetty.tty6                                                                                                                        [  started 00:01:11 (0) ]
 agetty.tty2                                                                                                                        [  started 00:01:11 (0) ]
 agetty.tty4                                                                                                                        [  started 00:01:11 (0) ]
 agetty.tty5                                                                                                                        [  started 00:01:11 (0) ]
Runlevel: sysinit
 devfs                                                                                                                                          [  started  ]
 kmod-static-nodes                                                                                                                              [  started  ]
 sysfs                                                                                                                                          [  started  ]
 udev                                                                                                                                           [  started  ]
 opentmpfiles-dev                                                                                                                               [  started  ]
 dmesg                                                                                                                                          [  started  ]
 udev-trigger                                                                                                                                   [  started  ]
 cgroups                                                                                                                                        [  started  ]
Runlevel: nonetwork
 local                                                                                                                                          [  started  ]
Runlevel: shutdown
 killprocs                                                                                                                                      [  stopped  ]
 savecache                                                                                                                                      [  stopped  ]
 mount-ro                                                                                                                                       [  stopped  ]
Runlevel: boot
 hwclock                                                                                                                                        [  started  ]
 modules                                                                                                                                        [  started  ]
 fsck                                                                                                                                           [  started  ]
 root                                                                                                                                           [  started  ]
 mtab                                                                                                                                           [  started  ]
 swap                                                                                                                                           [  started  ]
 localmount                                                                                                                                     [  started  ]
 sysctl                                                                                                                                         [  started  ]
 bootmisc                                                                                                                                       [  started  ]
 termencoding                                                                                                                                   [  started  ]
 save-termencoding                                                                                                                              [  started  ]
 opentmpfiles-setup                                                                                                                             [  started  ]
 urandom                                                                                                                                        [  started  ]
 opensysusers                                                                                                                                   [  started  ]
 loopback                                                                                                                                       [  started  ]
 keymaps                                                                                                                                        [  started  ]
 save-keymaps                                                                                                                                   [  started  ]
 hostname                                                                                                                                       [  started  ]
 procfs                                                                                                                                         [  started  ]
 binfmt                                                                                                                                         [  started  ]
 elogind                                                                                                                            [  started 00:01:14 (0) ]
 NetworkManager                                                                                                                     [  started 00:01:13 (0) ]
 net.lo                                                                                                                                         [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
Dynamic Runlevel: manual
 openrc-settingsd                                                                                                                               [  started  ]

Currently I test the whole thing with the 'networkmanager-openrc 20210505-5'.

Re: No more mount via fstab

Reply #42
Good news, with version '20210505-6' released today the problem is fixed. My NAS is mounted again via fstab.