On 03/07/2016 10:50 AM, Per Jessen wrote:
Greg Freemyer wrote:
I got a journal dump before and after the failure (journalctl -xb > log). About 500 lines of logs added in the post failure log.
I went through and fixed every minor complaint until my server would run smoothly.
Commenting out this line from fstab was the "fix".
=== #/srv_new/portal_backup_container /home/portal_backup/portal_backup ext4 loop 0 0 ===
So something is not quite right about "/srv_new/portal_backup_container". What happens if you try to mount it manually?
The big thing for me that makes this a pretty major bug is that the above line for some reason made my server unusable as a server. Something about it caused systemd to revert to maintenance mode 15 minutes after boot.
Most probably failure to mount that filesystem - I've seen that before.
Quite possibly so. Trying to mount it manually might show what is going on. On the face of it, it looks like its trying to do do a "bind" mount (q.v. man page) but without the "--bind". After all the "/srv/.." part is not a device. Does it actually exist? Does the destination exist? -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org