http://bugzilla.novell.com/show_bug.cgi?id=564093 http://bugzilla.novell.com/show_bug.cgi?id=564093#c3 --- Comment #3 from James Fehlig <jfehlig@novell.com> 2009-12-14 17:35:56 UTC --- (In reply to comment #2)
Yes, but in case of xen bridge creation is done inside of /etc/xen/scripts/network-bridge script
But we don't recommend using network-bridge any longer.
Yes, I'm using network-bridge on my system:
silentnoise:/etc/xen/scripts # grep -e "^(network-script" /etc/xen/xend-config.sxp (network-script network-bridge)
Edit /etc/xen/xend-config.sxp to disable it, e.g. (network-script )
AFAIK network-bridge should take care of creating appropriate bridge device during rcxend start (it should rename eth0 -> peth0, create bridge eth0 and attach peth0 to it), but:
Yes, but we don't want this behavior any longer. Using network-bridge breaks a lot of basic networking functionality, e.g. 'rcnetwork restart'.
Restarting xend (old pid 5822 5821) mkdir: cannot create directory `/dev/shm/sysconfig/xenbridges': No such file or directory
I fixed this bug but after 11.2 apparently. I'll make the change in that code base now in the event we do a maintenance update for 11.2.
After creating symlink /dev/shm/sysconfig -> /dev/.sysconfig/network:
The errors you got indicate mixing network-bridge with sysconfig managed bridge AFAICT. You need to disable network-bridge and ifup/ifdown scripts instead. Do you have a up/down script for a bridge? What is contents of /etc/sysconfig/network/ifcfg-* files? -- 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.