https://bugzilla.novell.com/show_bug.cgi?id=638185 https://bugzilla.novell.com/show_bug.cgi?id=638185#c3 Christopher Loessl <cloessl@x-berg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cloessl@x-berg.de --- Comment #3 from Christopher Loessl <cloessl@x-berg.de> 2010-09-23 09:38:19 UTC --- Since there is still no one working on it, here is a work around: cat /sbin/conf.d/SuSEconfig.workaround_time #! /bin/sh # Copyright (c) 2010 GOM mbH, Braunschweig, Germany. # All rights reserved. # # Author: Christopher Loessl <c.loessl@gom.com>, 2010 # check if we are started as root # only one of UID and USER must be set correctly if test "$UID" != 0 -a "$USER" != root; then echo "You must be root to start $0." exit 1 fi /sbin/refresh_initrd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.