17 Comments

  1. I have installed kernel-xen from ma young repository.
    all works fine except it doen’t start my X-window system i.e. Gnome environment.
    While botting i got the above error .linux consoles are working fine only gnome environment is not starting.
    Please help me out to solve this problem.

    1. @dnyanesh
      Does X server print any information when you execute startx ? That information may help.

      1. something i can add, when i got the errors (sigerr command not found..) there are these lines who appears in the /var/log/syslog :

        Mar 15 18:25:32 sony-vaio logger: /etc/xen/scripts/network-bridge: Forced to steal lock on /var/run/xen-hotplug/network-bridge from unknown!
        Mar 15 18:25:32 sony-vaio modem-manager: (net/tmpbridge): could not get port’s parent device
        Mar 15 18:25:32 sony-vaio NetworkManager[2464]: SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/tmpbridge, iface: tmpbridge)
        Mar 15 18:25:32 sony-vaio NetworkManager[2464]: SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/tmpbridge, iface: tmpbridge): no ifupdown configuration found.
        Mar 15 18:25:32 sony-vaio NetworkManager[2464]: /sys/devices/virtual/net/tmpbridge: couldn’t determine device driver; ignoring…

        1. What about using ‘network’ instead of ‘NetworkManager’ to manage the network:

          chkconfig network on
          chkconfig NetworkManager off

          Actually I always use ‘network’ in our cluster.

          1. tried but chkconfig seems to doesn’t know a lot of service

            root@sony-vaio:[200(0)]~# chkconfig NetworkManager off
            NetworkManager: unknown service
            root@sony-vaio:[200(0)]~# chkconfig network on
            network: unknown service
            root@sony-vaio:[200(0)]~#

            1. ok sorry i posted too fast,

              chkconfig work with :

              chkconfig network-manager off
              chkconfig networking on

              but i don’t have connexion working after switching these two services

              *newbie* with linux, do i need to reconfigure my wireless connexion due to this switching of service ? (sorry again for my english ô_Ô)

              1. There’s no problem. Welcome discussing here ;)

                I see. The service’s name on Debian should be different from the one on Fedora (which I use).

                I think so (set the service again). I am sorry I am not familiar with Debian and can’t give you direct suggestion. You may google and get a method to set up the connection.

                My suggestion is to use ‘eth0’ to do the test first.

                BTW: what physical interface do you use to set up Xen network? You may need to specify the interface in /etc/xen/xend-config.sxp: change the ‘(network-script network-bridge)’ line according to the instruction in this file.

  2. @dnyanesh

    Sorry, then I don’t have idea now. I paste my grub configuration of one machine here (it has i915) and hope it may help:

    title Xen 3.4.3 + Xenified Linux 2.6.32.13
    root (hd0,0)
    kernel /xen-3.4.3.gz console=vga vga=gfx-1280x1024x32 noreboot dom0_mem=497664
    module /vmlinuz-2.6.32.13 ro root=/dev/mapper/VolGroup-LogVol_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us
    module /initrd-2.6.32.13.img

  3. Hi,

    i have the error displayed in this page :

    /etc/xen/scripts/network-bridge: line 240: “sigerr” command not found.

    the same problem as describe “Xend conflicts with netplugd” but i don’t have “netplugd” running ô_Ô

    root@sony-vaio:~# chkconfig netplugd off
    netplugd: unknown service
    root@sony-vaio:~#

    does anybody have an idea ?

    If someone could help me… thx

      1. i’m on a debian squeeze :

        guits@sony-vaio:[200(0)]~$ uname -a
        Linux sony-vaio 2.6.32-5-xen-686 #1 SMP Wed Jan 12 07:52:18 UTC 2011 i686 GNU/Linux
        guits@sony-vaio:[200(0)]~$

        do you need any other information ?

        thx you

        1. Thanks.

          You may take a look at ifplugd . It may (just guess) relate to it. You may try disabled ifplugd (if it is enabled) and try again.

  4. it seems ifplugd is not running, (checked with ps faux command)… there is not “ifplugd” that appears in the list

  5. i’m using wlan0 but i think you are right, maybe it is because i’m using Network-Manager which is for a desktop use, the networking service is better for server use.
    I think i should try configuring Xen using networking service and eth0 interface.

    going to try, i’ll tell you if this solution work.

Leave a Reply

Your email address will not be published. Required fields are marked *