lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3 months agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square84fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3 months agomessage-square84fedilink
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up0·edit-23 months agothanks! do you perhaps also have a solution for hanging accesses to network mounts when the server is inaccessible?
minus-squarecenzorrll@piefed.calinkfedilinkEnglisharrow-up0·3 months agoDo you mean a hang on boot when trying to mount? For that I use the nofail option in fstab. I also use the x-systemd.automount option so if something is not mounted for whatever reason, it tries to mount it when something attempts to access it.
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up0·3 months agono, I mean the system has been up for a long time, but the server went down, and connection was lost
thanks!
do you perhaps also have a solution for hanging accesses to network mounts when the server is inaccessible?
Do you mean a hang on boot when trying to mount? For that I use the
nofailoption in fstab. I also use thex-systemd.automountoption so if something is not mounted for whatever reason, it tries to mount it when something attempts to access it.no, I mean the system has been up for a long time, but the server went down, and connection was lost