[opensuse-factory] Re: [opensuse-announce] Announcing openSUSE 11.0 Beta 1
Henne wrote the following, let me sent it now on his behalf: Hello Users: There is a Bug which affects the adding of system users in the following packages: aaa_base avahi beagle cups dbus-1 festival fuse gdm hal ntp openssh PolicyKit postfix pulseaudio pwdutils samba scrollkeeper uuid-runtime You have to reinstall them to get the correct users created on your system. You can do so either in YaST or use zypper for i in aaa_base avahi beagle cups dbus-1 festival fuse \ gdm hal ntp openssh PolicyKit postfix pulseaudio pwdutils \ samba scrollkeeper uuid-runtime; \ do rpm -q $i && echo zypper in -f $i; done For details see also the most annoying bugs for 11.0: http://en.opensuse.org/Bugs:Most_Annoying_Bugs_11.0_dev Hope this works and is helpfull, Andreas -- Andreas Jaeger, Director Platform / openSUSE, aj@suse.de SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Am Samstag, 19. April 2008 schrieb Andreas Jaeger:
for i in aaa_base avahi beagle cups dbus-1 festival fuse \ gdm hal ntp openssh PolicyKit postfix pulseaudio pwdutils \ samba scrollkeeper uuid-runtime; \ do rpm -q $i && echo zypper in -f $i; done
For details see also the most annoying bugs for 11.0:
If you followed the bug, there are two bugs in the workaround: yast2-registration missing in the list (I only looked at i586 not noarch) and zypper -f needs a -n too - which I think is a zypper bug actually. Greetings, Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Hi, On Saturday, April 19, 2008 at 11:19:10, Andreas Jaeger wrote:
for i in aaa_base avahi beagle cups dbus-1 festival fuse \ gdm hal ntp openssh PolicyKit postfix pulseaudio pwdutils \ samba scrollkeeper uuid-runtime; \ do rpm -q $i && echo zypper in -f $i; done
This should read: for i in aaa_base avahi beagle cups dbus-1 festival fuse \ gdm hal ntp openssh PolicyKit postfix pulseaudio pwdutils \ samba scrollkeeper uuid-runtime yast2-registration; \ do rpm -q $i > /dev/null 2>&1 && zypper in -y -f -n $i; done Henne -- Henne Vogelsang, openSUSE. Everybody has a plan, until they get hit. - Mike Tyson --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (3)
-
Andreas Jaeger
-
Henne Vogelsang
-
Stephan Kulow