On 03/08/2016 10:02 AM, Carlos E. R. wrote:
I wrote one such bugzilla years ago. initd was more verbose of what the real problem was. I thought it was solved, but the situation is not simple to trigger and verify.
Its not that systemctl/logging isn't verbose. Traditionally UNIX was never verbose, compared to IBM or DEC OSes. Until you asked. The issue you face is that you're, effectively, not asking, you expect it to be in your face live old VMS. I'm still learning all the systemd tools, but I have used systemctl to diagnose written units and generated units that aren't working properly, or as expected. Systemd generates its unit files from /etc/fstab and I discovered last week that they can be found in /run/systemd/generator/ - which seems logical in retrosepct :-) While all the .mount units are there you'll want to trace though the "requires" (for the .mount) and "wants" (for the .service). You can build up the tree of how the mounts are sequenced and what their dependences are. I always find something new to learn. -- It is bad luck to be superstitious. -- Andrew W. Mathis -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org