[opensuse-factory] [tumbleweed] aaa_base/insserv: syntax error
Just made a "zypper dup" and got this: Installing: aaa_base-12.1-107.1 [done] Additional rpm output: insserv: Note: sysvinit service boot.cleanup is shadowed by systemd cleanup.service, Forwarding request to '/bin/systemctl --root (null) enable cleanup.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable cleanup.service' insserv: Forward service request to systemctl returned error status : 256 insserv: Note: sysvinit service boot.rootfsck is shadowed by systemd rootfsck.service, Forwarding request to '/bin/systemctl --root (null) enable rootfsck.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable rootfsck.service' insserv: Forward service request to systemctl returned error status : 256 Updating /etc/sysconfig/language... m. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Sun, Aug 21, 2011 at 06:03:21PM +0200, Melchior FRANZ wrote:
Just made a "zypper dup" and got this:
Installing: aaa_base-12.1-107.1 [done] Additional rpm output: insserv: Note: sysvinit service boot.cleanup is shadowed by systemd cleanup.service, Forwarding request to '/bin/systemctl --root (null) enable cleanup.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable cleanup.service' insserv: Forward service request to systemctl returned error status : 256 insserv: Note: sysvinit service boot.rootfsck is shadowed by systemd rootfsck.service, Forwarding request to '/bin/systemctl --root (null) enable rootfsck.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable rootfsck.service' insserv: Forward service request to systemctl returned error status : 256 Updating /etc/sysconfig/language...
I get it too, but everything seems to work for me, do you have any problems because of this? greg k-h -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
* Greg KH -- Sunday 21 August 2011:
On Sun, Aug 21, 2011 at 06:03:21PM +0200, Melchior FRANZ wrote:
insserv: Note: sysvinit service boot.cleanup is shadowed by systemd cleanup.service, Forwarding request to '/bin/systemctl --root (null) enable cleanup.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable cleanup.service'
I get it too, but everything seems to work for me, do you have any problems because of this?
Nope, everything fine so far. And it was only on one machine where I had (zypper-)installed (but not actually deployed) systemd. No warnings/error messages on two other machines with no systemd. m. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Sun, Aug 21, 2011 at 06:32:36PM +0200, Melchior FRANZ wrote:
* Greg KH -- Sunday 21 August 2011:
On Sun, Aug 21, 2011 at 06:03:21PM +0200, Melchior FRANZ wrote:
insserv: Note: sysvinit service boot.cleanup is shadowed by systemd cleanup.service, Forwarding request to '/bin/systemctl --root (null) enable cleanup.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable cleanup.service'
I get it too, but everything seems to work for me, do you have any problems because of this?
Nope, everything fine so far. And it was only on one machine where I had (zypper-)installed (but not actually deployed) systemd. No warnings/error messages on two other machines with no systemd.
Yeah, I think it's an interaction with systemd on tumbleweed at the moment. systemd isn't the best thing to be using on tumbleweed, but it's there if you want to try it out. greg k-h -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Le dimanche 21 août 2011 à 18:03 +0200, Melchior FRANZ a écrit :
Just made a "zypper dup" and got this:
Installing: aaa_base-12.1-107.1 [done] Additional rpm output: insserv: Note: sysvinit service boot.cleanup is shadowed by systemd cleanup.service, Forwarding request to '/bin/systemctl --root (null) enable cleanup.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable cleanup.service' insserv: Forward service request to systemctl returned error status : 256 insserv: Note: sysvinit service boot.rootfsck is shadowed by systemd rootfsck.service, Forwarding request to '/bin/systemctl --root (null) enable rootfsck.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable rootfsck.service' insserv: Forward service request to systemctl returned error status : 256 Updating /etc/sysconfig/language...
Latest insserv update in Factory should fix it : - the incorrect (null) root is fixed - insserv will not call systemd when run under rpm. Might be a good idea to forward it to tumbleweed. -- Frederic Crozat <fcrozat@suse.com> SUSE -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Mon, Aug 22, 2011 at 10:22:22AM +0200, Frederic Crozat wrote:
Le dimanche 21 août 2011 à 18:03 +0200, Melchior FRANZ a écrit :
Just made a "zypper dup" and got this:
Installing: aaa_base-12.1-107.1 [done] Additional rpm output: insserv: Note: sysvinit service boot.cleanup is shadowed by systemd cleanup.service, Forwarding request to '/bin/systemctl --root (null) enable cleanup.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable cleanup.service' insserv: Forward service request to systemctl returned error status : 256 insserv: Note: sysvinit service boot.rootfsck is shadowed by systemd rootfsck.service, Forwarding request to '/bin/systemctl --root (null) enable rootfsck.service'. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/systemctl --root (null) enable rootfsck.service' insserv: Forward service request to systemctl returned error status : 256 Updating /etc/sysconfig/language...
Latest insserv update in Factory should fix it : - the incorrect (null) root is fixed - insserv will not call systemd when run under rpm.
Might be a good idea to forward it to tumbleweed.
Thanks for the info, I'll queue it up later today. greg k-h -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (3)
-
Frederic Crozat
-
Greg KH
-
Melchior FRANZ