pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49346: sysutils/xentools42: xendomains startup script should run after xend



The following reply was made to PR pkg/49346; it has been noted by GNATS.

From: Takahiro HAYASHI <t.hash425%gmail.com@localhost>
To: Manuel Bouyer <bouyer%antioche.eu.org@localhost>, gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
 pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/49346: sysutils/xentools42: xendomains startup script should
 run after xend
Date: Tue, 04 Nov 2014 21:08:59 +0900

 On 11/04/14 03:35, Manuel Bouyer wrote:
 > On Fri, Oct 31, 2014 at 01:35:00PM +0000, Takahiro HAYASHI wrote:
 >>> Description:
 >> 	Xen domains start up script /etc/rc.d/xendomains shall be
 >> 	executed after xend, otherwise disk ops on DomU may fails
 >> 	at boot.
 >
 > no, because the xendomains script provided with xentools42 is
 > using xl and not xm, and so doesn't need xend.
 
 Ah, I mean 'xend' is '/etc/rc.d/xend.sh', it spawns xend and
 xenbackendd.
 I'm not sure what xend and xenbackendd do, but it's sure that
 domUs wont't boot as shown below when xendomains.sh is executed
 before xend.sh (as far as /var/run/rc.log is correct).
 Sorry for forgetting detail information.
 
 > boot device: xbd0
 > root on xbd0a dumps on xbd0b
 > root file system type: ffs
 > Tue Nov  4 19:50:53 JST 2014
 > Starting root file system check:
 > /dev/rxbd0a: file system is clean; not checking
 > Starting file system checks:
 > rm: dmesg.boot: Input/output error
 > rm: lvm: Directory not empty
 > rm: ntpd.pid: Input/output error
 > rm: powerd.pid: Input/output error
 > eval: mkdir: I/O error
 > eval: chown: I/O error
 > eval: chmod: I/O error
 > /etc/rc.d/mountcritlocal exited with code 1
 > uid 0, pid 11, command sh, on /: out of inodes
 >
 > /: create/symlink failed, no inodes free
 > uid 0, pid 11, command sh, on /: out of inodes
 >
 > /: create/symlink failed, no inodes free
 > init: _getttyent: Input/output error
 > init: fatal signal: Segmentation fault
 
 This is tail of bootlog for my NetBSD/amd64 6.1_STABLE DomU.
 Once I destroy this domu and re-create again, it
 starts to boot normally.
 
 
 -- 
 t-hash
 


Home | Main Index | Thread Index | Old Index