[Touch-packages] [Bug 1788048] Re: systemd journald failed unmounting var

2019-05-15 Thread Adauto Serpa
@Dan Streetman That's right, this problem does not affect the reboot or shutdown of the operating system. My concern is the loss of data due to improper unmount. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubu

[Touch-packages] [Bug 1788048] Re: systemd journald failed unmounting var

2018-09-25 Thread Adauto Serpa
C de-Avillez, As I mentioned there is a solution I described in comment #3 Adding just a dependency before dismounting to /var/log/journal Thank you for your attention! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system

[Touch-packages] [Bug 1788048] Re: systemd journald failed unmounting var

2018-09-04 Thread Adauto Serpa
Guys, I think it's a critical problem! All because I created an exclusive disk for / var -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1788048 Title: systemd journald fai

[Touch-packages] [Bug 1788048] Re: systemd journald failed unmounting var

2018-08-31 Thread Adauto Serpa
** Summary changed: - failed unmounting var + systemd journald failed unmounting var ** Changed in: systemd (Ubuntu) Status: Confirmed => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://

[Touch-packages] [Bug 1788048] Re: failed unmounting var

2018-08-31 Thread Adauto Serpa
** Changed in: systemd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1788048 Title: failed unmounting var Status in systemd pack

[Touch-packages] [Bug 1788048] Re: failed unmounting var

2018-08-20 Thread Adauto Serpa
I ended up using another solution, just do not know if it is the most correct. Edit sudo vim /lib/systemd/system/systemd-journald.service Add the line "RequiresMountsFor=/var/log/journal" as below [Unit] ... RequiresMountsFor=/var/log/journal systemctl daemon-reload systemctl restart systemd-jo

[Touch-packages] [Bug 1788048] Re: failed unmounting var

2018-08-20 Thread Adauto Serpa
One more discussion about systemctl does not work correctly with the separate / var partition https://bbs.archlinux.org/viewtopic.php?pid=1204644#p1204644 Sorry English ! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to syste

[Touch-packages] [Bug 1788048] [NEW] failed unmounting var

2018-08-20 Thread Adauto Serpa
Public bug reported: When the system is shut down or restarted the systemd-journal does not disassemble the disks correctly. On this thread https://unix.stackexchange.com/questions/378678/why-do-i -get-the-error-failed-unmounting-var-during-shutdown I checked what editing /etc/systemd/journald.c