When I try to boot my first domain with xen I get the following error: [12] Enabling swap space: [65G[[1;32m OK [0;39m] [12] Building Window Manager Sessions [ OK ] [12] Starting netprofile: [ OK ] [12] INIT: Entering runlevel: 3 [12] Entering non-interactive startup [12] Setting network parameters: [ OK ] [12] Bringing up loopback interface: [ OK ] [12] Bringing up interface eth0: [ OK ] [12] Checking internet connections to start at boot [ OK ] [12] Starting portmapper: [ OK ] [12] Starting system logger: [ OK ] [12] Starting kernel logger: [ OK ] [12] Starting partmon: [ OK ] [12] Initializing random number generator: [ OK ] [12] Starting X Font Server: [ OK ] [12] Mounting other filesystems: [ OK ] [12] Starting atd: [ OK ] [12] Starting sshd: [ OK ] [12] Starting tmdns: [ OK ] [12] Starting xinetd: [ OK ] [12] /etc/rc3.d/S75keytable: line 39: /dev/tty0: No such device [12] Loading compose keys: compose.latin.inc Loading /usr/lib/kbd/keymaps/include/compose.latin.inc.gz [12] Couldnt get a file descriptor referring to the console [12] [FAILED] [12] The BackSpace key sends: ^?[FAILED] [12] Starting numlock: [ OK ] [12] Starting crond: [ OK ] [12] Starting kheader: [ OK ] [12] [PASSED]INIT: no more processes left in this runlevel Thank you ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> When I try to boot my first domain with xen I get the followingerror: It all looks pretty happy to me. Can you not log in via ssh?> [12] /etc/rc3.d/S75keytable: line 39: /dev/tty0: No such device > [12] Loading compose keys: compose.latin.inc Loading > /usr/lib/kbd/keymaps/include/compose.latin.inc.gz > [12] Couldnt get a file descriptor referring to the console > [12] [FAILED] > [12] The BackSpace key sends: ^?[FAILED]The ''keytable'' init script tries to configure the keyboard map and set the system console font. Since this domain hasn''t been granted any special hardware privileges, it''s attempts to map device memory and IO space are being turned down by Xen, and its grumbling. If you want to avoid the nasty looking message just remove the /etc/rc3.d/S75keytable link in this domain''s file system. Best, Ian ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Thank you. This removed one error but what about this? [4] Checking root filesystem [4] /dev/xvda: clean, 55953/640000 files, 197876/1280000 blocks [4] [65G[[1;32m OK [0;39m] [4] Remounting root filesystem in read-write mode: [65G[[1;32m OK [0;39m] [4] Activating swap partitions: [65G[[1;32m OK [0;39m] [4] Finding module dependencies: [65G[[1;32m OK [0;39m] [4] Checking filesystems [4] [65G[[1;32m OK [0;39m] [4] Mounting local filesystems: [65G[[1;32m OK [0;39m] [4] Checking loopback filesystems[65G[[1;32m OK [0;39m] [4] [65G[[1;32m OK [0;39m] [4] Mounting loopback filesystems: [65G[[1;32m OK [0;39m] [4] Enabling swap space: [65G[[1;32m OK [0;39m] [4] Building Window Manager Sessions [ OK ] [4] Starting netprofile: [ OK ] [4] INIT: Entering runlevel: 4 [4] Entering non-interactive startup [4] Setting network parameters: [ OK ] [4] Bringing up loopback interface: [ OK ] [4] Bringing up interface eth0: [ OK ] [4] Checking internet connections to start at boot [ OK ] [4] Starting portmapper: [ OK ] [4] Starting system logger: [ OK ] [4] Starting kernel logger: [ OK ] [4] Starting partmon: [ OK ] [4] Initializing random number generator: [ OK ] [4] Mounting other filesystems: [ OK ] [4] Starting atd: [ OK ] [4] Starting sshd: [ OK ] [4] Starting tmdns: [ OK ] [4] Starting xinetd: [ OK ] [4] Starting crond: [ OK ] [4] [PASSED]INIT: no more processes left in this runlevel>> When I try to boot my first domain with xen I get the following > error: > > It all looks pretty happy to me. Can you not log in via ssh? > >> [12] /etc/rc3.d/S75keytable: line 39: /dev/tty0: No such device >> [12] Loading compose keys: compose.latin.inc Loading >> /usr/lib/kbd/keymaps/include/compose.latin.inc.gz >> [12] Couldnt get a file descriptor referring to the console >> [12] [FAILED] >> [12] The BackSpace key sends: ^?[FAILED] > > The ''keytable'' init script tries to configure the keyboard map > and set the system console font. Since this domain hasn''t been > granted any special hardware privileges, it''s attempts to map > device memory and IO space are being turned down by Xen, and its > grumbling. > > If you want to avoid the nasty looking message just remove the > /etc/rc3.d/S75keytable link in this domain''s file system. > > Best, > Ian > >------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> Thank you. > This removed one error but what about this?I can''t see any errors or warnings in this output at all! The strange characters in square brackets are just the RH startup scripts trying to be clever using colour on the console. We currently strip the top bit of each character, but we''re about to stop doing that as it turns out that some people actually like colour console... Ian> [4] Checking root filesystem > [4] /dev/xvda: clean, 55953/640000 files, 197876/1280000 blocks > [4] [65G[[1;32m OK [0;39m] > [4] Remounting root filesystem in read-write mode: [65G[[1;32m OK [0;39m] > [4] Activating swap partitions: [65G[[1;32m OK [0;39m] > [4] Finding module dependencies: [65G[[1;32m OK [0;39m] > [4] Checking filesystems > [4] [65G[[1;32m OK [0;39m] > [4] Mounting local filesystems: [65G[[1;32m OK [0;39m] > [4] Checking loopback filesystems[65G[[1;32m OK [0;39m] > [4] [65G[[1;32m OK [0;39m] > [4] Mounting loopback filesystems: [65G[[1;32m OK [0;39m] > [4] Enabling swap space: [65G[[1;32m OK [0;39m] > [4] Building Window Manager Sessions [ OK ] > [4] Starting netprofile: [ OK ] > [4] INIT: Entering runlevel: 4 > [4] Entering non-interactive startup > [4] Setting network parameters: [ OK ] > [4] Bringing up loopback interface: [ OK ] > [4] Bringing up interface eth0: [ OK ] > [4] Checking internet connections to start at boot [ OK ] > [4] Starting portmapper: [ OK ] > [4] Starting system logger: [ OK ] > [4] Starting kernel logger: [ OK ] > [4] Starting partmon: [ OK ] > [4] Initializing random number generator: [ OK ] > [4] Mounting other filesystems: [ OK ] > [4] Starting atd: [ OK ] > [4] Starting sshd: [ OK ] > [4] Starting tmdns: [ OK ] > [4] Starting xinetd: [ OK ] > [4] Starting crond: [ OK ] > [4] [PASSED]INIT: no more processes left in this runlevel------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Sory, I''s pretty late in this part of the earth. So that message means that everithing is OK. :) But I can''t access the domain via ssh. When I do xen_nat_enable I get the following message: iptables: Invalid argument iptables returned error; have you built netfilter? Can this message be responsable for what is heapening? The message cames from the -j MAQUERADE option. Netfilter is compiled in the kernel.>> Thank you. >> This removed one error but what about this? > > I can''t see any errors or warnings in this output at all! > > The strange characters in square brackets are just the RH startup > scripts trying to be clever using colour on the console. We > currently strip the top bit of each character, but we''re about to > stop doing that as it turns out that some people actually like > colour console... > > Ian > >> [4] Checking root filesystem >> [4] /dev/xvda: clean, 55953/640000 files, 197876/1280000 blocks >> [4] [65G[[1;32m OK [0;39m] >> [4] Remounting root filesystem in read-write mode: [65G[[1;32m OK >> [0;39m] >> [4] Activating swap partitions: [65G[[1;32m OK [0;39m] >> [4] Finding module dependencies: [65G[[1;32m OK [0;39m] >> [4] Checking filesystems >> [4] [65G[[1;32m OK [0;39m] >> [4] Mounting local filesystems: [65G[[1;32m OK [0;39m] >> [4] Checking loopback filesystems[65G[[1;32m OK [0;39m] >> [4] [65G[[1;32m OK [0;39m] >> [4] Mounting loopback filesystems: [65G[[1;32m OK [0;39m] >> [4] Enabling swap space: [65G[[1;32m OK [0;39m] >> [4] Building Window Manager Sessions [ OK ] >> [4] Starting netprofile: [ OK ] >> [4] INIT: Entering runlevel: 4 >> [4] Entering non-interactive startup >> [4] Setting network parameters: [ OK ] >> [4] Bringing up loopback interface: [ OK ] >> [4] Bringing up interface eth0: [ OK ] >> [4] Checking internet connections to start at boot [ OK ] >> [4] Starting portmapper: [ OK ] >> [4] Starting system logger: [ OK ] >> [4] Starting kernel logger: [ OK ] >> [4] Starting partmon: [ OK ] >> [4] Initializing random number generator: [ OK ] >> [4] Mounting other filesystems: [ OK ] >> [4] Starting atd: [ OK ] >> [4] Starting sshd: [ OK ] >> [4] Starting tmdns: [ OK ] >> [4] Starting xinetd: [ OK ] >> [4] Starting crond: [ OK ] >> [4] [PASSED]INIT: no more processes left in this runlevel > >? ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel