http://bugzilla.novell.com/show_bug.cgi?id=564093 http://bugzilla.novell.com/show_bug.cgi?id=564093#c0 Summary: xend doesn't create bridge during boot after update 11.1 to 11.2 Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Xen AssignedTo: jdouglas@novell.com ReportedBy: yury.buldakov@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.6 (KHTML, like Gecko) Chrome/4.0.267.0 Safari/532.6 After some investigation: On openSUSE 11.1 /dev/shm/sysconfig was created by /etc/sysconfig/network/scripts/functions.common:
# RUN_FILES_BASE contains the path to the configuration data cache. # It __must__ __not__ contain a trailing slash. RUN_FILES_BASE=/dev/shm/sysconfig test -d $RUN_FILES_BASE || mkdir -p $RUN_FILES_BASE xen bridge creation stores information then (/etc/xen/scripts/network-bridge): # Record creation of bridge in /dev/shm/sysconfig/xenbridges so other # tools, e.g. yast2 lan, know that Xen bridging is active. [ -d /dev/shm/sysconfig/xenbridges ] || mkdir /dev/shm/sysconfig/xenbridges touch /dev/shm/sysconfig/xenbridges/${bridge} But in openSUSE 11.2 RUN_FILES_BASE was changed: # RUN_FILES_BASE contains the path to the configuration data cache. # It __must__ __not__ contain a trailing slash. RUN_FILES_BASE=/dev/.sysconfig/network test -d $RUN_FILES_BASE || mkdir -p $RUN_FILES_BASE I was unable to find anything that takes care of creation '/dev/shm/sysconfig' directory used in '/etc/xen/scripts/network-bridge'
Reproducible: Always Steps to Reproduce: I didn't performed anything special - reproduced every boot -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.