You are not logged in.
Pages: 1
I have the following lines in my fstab file:
//ip/photos/ /mnt/photos/ cifs credentials=/etc/samba/cred-smb,iocharset=utf8,uid=1000,gid=1000,_netdev,nofail,x-systemd.automount,file_mode=0777,dir_mode=0777,sec=ntlmssp 0 0
//ip/docs/ /mnt/docs/ cifs credentials=/etc/samba/cred-smb,iocharset=utf8,uid=1000,gid=1000,_netdev,nofail,x-systemd.automount,file_mode=0777,dir_mode=0777,sec=ntlmssp 0 0Upon desktop login, the shared folders are not mounted. I run a `mount -av`, and they mount just fine.
Last edited by unixbot443 (Today 15:22:43)
Offline
In Devuan, any references to systemd calls are null and void. There is no systemd in Devuan (and never will be, that's the entire reason Devuan exists in the first place) so you need to not look up & copy/paste from tutorials where a systemd distro is used ![]()
PS:
a) fstab is a file, it's not a mount-point
b) use code tags
Online
you need to not look up & copy/paste from tutorials where a systemd distro is used
The only systemd-related artifact here is x-systemd.automount, and while it obviously won't work, it won't hurt anything either as none of the scripts involved look at it.
Maybe try actually addressing the problem, rather than just looking for excuses to bitch about systemd?
Upon desktop login, the shared folders are not mounted. I run a `mount -av`, and they mount just fine.
How is your networking configured? if you're using networkmanager, see this thread.
If you're using ifupdown, we'll need /var/log/boot (or wherever you have your init logs going to), and you should probably have a look for anything related in /var/log/syslog (or /var/log/messages, or wherever you have general daemon logging going) and the kernel ring-buffer (i.e. dmesg).
Also, repeating for more visibility because your fstab listing is almost unreadable:
use code tags
Last edited by steve_v (Today 14:51:25)
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.
Offline
Maybe if you take out the "nofail" option, you might be able to find an error message (in syslog?).
Offline
I am using Network Manager.
I'm not following what that thread is getting at. Can you please explain?
Offline
Can you please explain?
There is a file missing from the excalibur network-manager package. As I said to Andre there:
You might try grabbing that missing file (/etc/NetworkManager/dispatcher.d/01-ifupdown) from the Daedalus network-manager package.
That's probably the easiest solution while we wait (and wait, and wait some more) for this to be fixed in the stable repo and install images.
Last edited by steve_v (Today 15:47:04)
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.
Offline
Maybe try actually addressing the problem, rather than just looking for excuses to bitch about systemd?
Killjoy. ![]()
Personally I prefer to do both. ![]()
https://sourceforge.net/projects/vuu-do/ Vuu-do GNU/Linux, Devuan-based Openbox systems.
Devuan 6 mate-mini iso, pure Devuan, 100% no-vuu-do, mostly
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
https://devuanusers.com/
Online
Pages: 1