[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2021-06-30 Thread Dan Streetman
please reopen if this is still an issue

** Changed in: systemd (Ubuntu)
   Status: New => Invalid

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-04-25 Thread Kris B.
I have reclaimed /var/lib with chown to root:root and now everything is
working.

Thank you so much for your help in chasing it down!  I couldn't figure
it out since it didn't point me all those levels up.  Thank you!

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-04-25 Thread Kris B.
krisbee@mythserver2018:~$ sudo ls -la /
total 120
drwxr-xr-x  25 root root  4096 Apr 11 18:41 .
drwxr-xr-x  25 root root  4096 Apr 11 18:41 ..
drwxr-xr-x   2 root root  4096 Apr 20 15:34 bin
drwxr-xr-x   3 root root  4096 Apr 20 15:37 boot
drwxrwxr-x   2 root root  4096 Jul  8  2018 cdrom
drwxr-xr-x  21 root root  4580 Apr 25 07:32 dev
drwxr-xr-x 157 root root 12288 Apr 20 15:37 etc
drwxr-xr-x   5 root root  4096 Feb  1 21:37 home
lrwxrwxrwx   1 root root33 Apr  7 16:19 initrd.img -> 
boot/initrd.img-4.15.0-47-generic
lrwxrwxrwx   1 root root33 Apr  7 16:19 initrd.img.old -> 
boot/initrd.img-4.15.0-46-generic
drwxr-xr-x  21 root root  4096 Sep  6  2018 lib
drwxr-xr-x   2 root root  4096 Jul 29  2018 lib32
drwxr-xr-x   2 root root  4096 Apr 26  2018 lib64
drwx--   2 root root 16384 Jul  8  2018 lost+found
drwxr-xr-x   3 root root  4096 Jul  8  2018 media
drwxr-xr-x   4 root root  4096 Jul 11  2018 mnt
drwxr-xr-x   5 root root  4096 Mar  5 19:57 opt
dr-xr-xr-x 294 root root 0 Apr 20 15:38 proc
drwx--   6 root root  4096 Nov 23 17:51 root
drwxr-xr-x  33 root root  1120 Apr 25 06:30 run
drwxr-xr-x   2 root root 12288 Apr 20 15:35 sbin
drwxr-xr-x   2 root root  4096 Jul  8  2018 snap
drwxr-xr-x   2 root root  4096 Apr 26  2018 srv
dr-xr-xr-x  13 root root 0 Apr 25 22:40 sys
drwxrwxrwt  22 root root 12288 Apr 25 22:39 tmp
drwxr-xr-x  12 root root  4096 Jun 11  2010 usr
drwxr-xr-x  15 root root  4096 May 23  2010 var
lrwxrwxrwx   1 root root30 Apr  7 16:19 vmlinuz -> 
boot/vmlinuz-4.15.0-47-generic
lrwxrwxrwx   1 root root30 Apr  7 16:19 vmlinuz.old -> 
boot/vmlinuz-4.15.0-46-generic
krisbee@mythserver2018:~$ sudo ls -la /var/
total 60
drwxr-xr-x 15 rootroot 4096 May 23  2010 .
drwxr-xr-x 25 rootroot 4096 Apr 11 18:41 ..
drwxr-xr-x  2 rootroot 4096 Apr 21 00:06 backups
drwxr-xr-x 20 rootroot 4096 Jul 27  2018 cache
drwxrwsrwt  2 rootwhoopsie 4096 Apr 23 00:05 crash
drwxr-xr-x 90 krisbee krisbee  4096 Apr  7 16:16 lib
drwxrwsr-x  2 rootstaff4096 Apr 24  2018 local
lrwxrwxrwx  1 rootroot9 Jul  8  2018 lock -> /run/lock
drwxrwxr-x 18 rootsyslog   4096 Apr 25 00:06 log
drwxrwsr-x  2 rootmail 4096 Apr 25 22:40 mail
drwxrwsrwt  2 rootwhoopsie 4096 Apr 26  2018 metrics
drwxr-xr-x  2 rootroot 4096 Apr 26  2018 opt
lrwxrwxrwx  1 rootroot4 Jul  8  2018 run -> /run
drwxr-xr-x  2 rootroot 4096 Apr 16  2018 snap
drwxr-xr-x 10 rootroot 4096 Oct 20  2018 spool
drwxrwxrwt 10 rootroot 4096 Apr 25 22:39 tmp
drwxr-xr-x  3 rootroot 4096 Jul 10  2018 www
krisbee@mythserver2018:~$ sudo ls -la /var/lib/
total 360
drwxr-xr-x 90 krisbee  krisbee   4096 Apr  7 16:16 .
drwxr-xr-x 15 root root  4096 May 23  2010 ..
drwxr-xr-x  4 root root  4096 Apr 26  2018 AccountsService
drwxr-xr-x  2 root root  4096 Apr 30  2013 acpi-support
drwxr-xr-x  2 root root  4096 Apr 20 15:38 alsa
drwxr-xr-x  5 root root  4096 Jul 10  2018 apache2
drwxr-xr-x  4 root root  4096 Apr 20 15:32 app-info
drwxr-xr-x  5 root root  4096 Apr 20 15:34 apt
drwxr-xr-x  2 root root  4096 Apr 23 00:10 apt-xapian-index
drwxr-xr-x  2 root root  4096 Apr 26  2018 aspell
drwxr-xr-x  2 avahi-autoipdavahi-autoipd 4096 Apr 26  2018 avahi-autoipd
drwxr-xr-x  2 root root  4096 Apr 20 15:35 binfmts
drwxr-xr-x  2 root root  4096 Feb 21  2018 bluetooth
drwxr-xr-x  7 krisbee  krisbee   4096 Jul 25  2018 cache
drwxr-xr-x  4 colord   colord4096 Dec 28 07:06 colord
drwxr-xr-x  2 root root  4096 Apr 23  2018 command-not-found
drwxr-xr-x  2 root root  4096 Jul  8  2018 dbus
drwxr-xr-x  2 root root  4096 Apr 16  2018 dhcp
drwxr-xr-x  4 root root  4096 Apr 26  2018 
dictionaries-common
drwxr-xr-x  7 root root  4096 Apr 20 15:37 dpkg
drwxr-xr-x  3 root root  4096 Apr 26  2018 emacsen-common
drwxr-xr-x  3 root root  4096 Apr 26  2018 fwupd
drwxr-xr-x  2 root root  4096 Feb 14  2018 fwupdate
drwxr-xr-x  5 root root  4096 Apr 26  2018 gconf
drwxr-xr-x  3 root root  4096 Apr 26  2018 gems
drwxr-xr-x  2 geoclue  geoclue   4096 Jul 20  2017 geoclue
drwxr-xr-x  4 root root  4096 Apr 26  2018 ghostscript
drwxr-xr-x  2 root root  4096 May 31  2018 git
drwxr-xr-x  3 root root  4096 Apr  7 16:16 grub
drwxr-xr-x  2 root root  4096 Mar  7  2018 hp
drwxr-xr-x  3 root root  4096 Apr 26  2018 ieee-data
drwxr-xr-x  2 root root  4096 Apr  8 06:06 initramfs-tools
drwxr-xr-x  2 

[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-04-25 Thread Dimitri John Ledkov
You are running a correct/ubuntu kernel, and otherwise things look up to
date.

But you do report the below

Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.

We do need to check all intermediate paths too, can you please paste the
output of:

$ sudo ls -la /
$ sudo ls -la /var/
$ sudo ls -la /var/lib/
$ sudo ls -la /var/lib/colord
$ sudo ls -la /var/lib/colord/icc
$ sudo ls -la /var/lib/systemd
$ sudo ls -la /var/lib/systemd/coredump

Are you able to reproduce this issue on different machines / fresh
installations?

since I can't.

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-04-25 Thread Kris B.
Still nothing?

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-04-17 Thread Kris B.
Still no idea/help on this bug?

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-04-11 Thread Kris B.
Bump.  Still up to date on all patches, still have this issue.

kris@mythserver2018:/$ uname -a
Linux mythserver2018 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

kris@mythserver2018:/$ sudo mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,nosuid,relatime,size=8109040k,nr_inodes=2027260,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1627864k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 
(rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup 
(rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19533)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
/dev/sdc1 on /mnt/backup_storage type xfs (rw,relatime,attr2,inode64,noquota)
/dev/sdb1 on /mnt/storage type xfs (rw,relatime,attr2,inode64,noquota)
/dev/sda6 on /home type ext4 (rw,relatime,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
vmware-vmblock on /run/vmblock-fuse type fuse.vmware-vmblock 
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
tmpfs on /run/user/1000 type tmpfs 
(rw,nosuid,nodev,relatime,size=1627860k,mode=700,uid=1000,gid=1000)


kris@mythserver2018:/$ ls -l
total 112
drwxr-xr-x   2 root root  4096 Apr  7 16:16 bin
drwxr-xr-x   3 root root  4096 Apr  8 06:06 boot
drwxrwxr-x   2 root root  4096 Jul  8  2018 cdrom
drwxr-xr-x  21 root root  4500 Apr 11 07:35 dev
drwxr-xr-x 157 root root 12288 Apr 11 18:50 etc
drwxr-xr-x   5 root root  4096 Feb  1 21:37 home
lrwxrwxrwx   1 root root33 Apr  7 16:19 initrd.img -> 
boot/initrd.img-4.15.0-47-generic
lrwxrwxrwx   1 root root33 Apr  7 16:19 initrd.img.old -> 
boot/initrd.img-4.15.0-46-generic
drwxr-xr-x  21 root root  4096 Sep  6  2018 lib
drwxr-xr-x   2 root root  4096 Jul 29  2018 lib32
drwxr-xr-x   2 root root  4096 Apr 26  2018 lib64
drwx--   2 root root 16384 Jul  8  2018 lost+found
drwxr-xr-x   3 root root  4096 Jul  8  2018 media
drwxr-xr-x   4 root root  4096 Jul 11  2018 mnt
drwxr-xr-x   5 root root  4096 Mar  5 19:57 opt
dr-xr-xr-x 291 root root 0 Apr  7 16:26 proc
drwx--   6 root root  4096 Nov 23 17:51 root
drwxr-xr-x  34 root root  1040 Apr 11 18:47 run
drwxr-xr-x   2 root root 12288 Apr  7 16:16 sbin
drwxr-xr-x   2 root root  4096 Jul  8  2018 snap
drwxr-xr-x   2 root root  4096 Apr 26  2018 srv
dr-xr-xr-x  13 root root 0 Apr 11 18:48 sys
drwxrwxrwt   7 root root 12288 Apr 11 18:51 tmp
drwxr-xr-x  12 root root  4096 Jun 11  2010 usr
drwxr-xr-x  15 root root  4096 May 23  2010 var
lrwxrwxrwx   1 root root30 Apr  7 16:19 vmlinuz -> 
boot/vmlinuz-4.15.0-47-generic
lrwxrwxrwx   1 root root30 Apr  7 16:19 vmlinuz.old -> 
boot/vmlinuz-4.15.0-46-generic

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-04-03 Thread Kris B.
Bump.

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-03-13 Thread Kris B.
Ext4... the last two messages in that thread direct me to open a new
bug, so I have.

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-03-13 Thread Sebastien Bacher
Thank you for your bug report, what filesystem do you use? There are
similar warnings in bug #1804603

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-03-13 Thread Kris B.
Bump.

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815987] Re: Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

2019-03-01 Thread Kris B.
Bump.

-- 
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/1815987

Title:
  Systemd-tmpfiles-setup won't launch in Ubuntu 18.04 LTS

Status in systemd package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 18.04LTS, fresh install from the summer, and
  tmpfiles won't launch since November.

  $ sudo systemctl start systemd-tmpfiles-setup
  Job for systemd-tmpfiles-setup.service failed because the control process 
exited with error code.
  See "systemctl status systemd-tmpfiles-setup.service" and "journalctl -xe" 
for details.
  $ sudo systemctl status systemd-tmpfiles-setup
  ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; 
static; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2019-02-14 19:48:36 EST; 8s 
ago
   Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
Process: 28934 ExecStart=/bin/systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev (code=exited, status=1/FAILURE)
   Main PID: 28934 (code=exited, status=1/FAILURE)

  Feb 14 19:48:35 mythserver2018 systemd[1]: Starting Create Volatile Files and 
Directories...
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/colord/icc, refusing.
  Feb 14 19:48:35 mythserver2018 systemd-tmpfiles[28934]: Unsafe symlinks 
encountered in /var/lib/systemd/coredump, refusing.
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Main process exited, code=exited, status=1/FAILURE
  Feb 14 19:48:36 mythserver2018 systemd[1]: systemd-tmpfiles-setup.service: 
Failed with result 'exit-code'.
  Feb 14 19:48:36 mythserver2018 systemd[1]: Failed to start Create Volatile 
Files and Directories.

  Looking at /var/lib/colord/icc:
  kris@mythserver2018:/var/lib/colord/icc$ ls -a
  .  ..
  kris@mythserver2018:/var/lib/colord/icc$ 

  I have also deleted these directories and rebuilt them, just to be sure - 
they are NOT symlinked and have no permission issues:
  kris@mythserver2018:/var/lib/systemd$ ls -l
  total 28
  drwxr-xr-x  2 root root 4096 Feb  9 16:04 catalog
  drwxr-xr-x  2 root root 4096 Dec 28 07:04 coredump
  drwxr-xr-x  2 root root 4096 Jul  8  2018 coredumpold
  drwxr-xr-x 20 root root 4096 Feb  9 16:08 deb-systemd-helper-enabled
  drwxr-xr-x  2 root root 4096 Nov 14 18:31 deb-systemd-helper-masked
  -rw---  1 root root  512 Feb  9 17:34 random-seed
  drwxr-xr-x  2 root root 4096 Jul 10  2018 timers
  lrwxrwxrwx  1 root root   27 Jul  8  2018 timesync -> 
../private/systemd/timesync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1815987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp