Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-14 Thread Holger Levsen
Hi Steven, On Freitag, 14. November 2014, Steven Chamberlain wrote: > After I started at the error message long enough, it finally hit me, > and it's kind of amusing. If you could please fix my silly mistake: hehe, I know that feeling... :-) merged + triggered etc.. - thanks! cheers,

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-14 Thread Steven Chamberlain
Hi Holger, Holger Levsen wrote: > I don't understand why getting the preseed file then fails... https://jenkins.debian.net/view/g-i-installation/job/g-i-installation_debian_sid_daily_kfreebsd/433/screenshot/full After I started at the error message long enough, it finally hit me, and it's kind of

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-14 Thread Holger Levsen
Hi Steven, On Freitag, 14. November 2014, Steven Chamberlain wrote: > Aha yes it does "set +e" inside that function. But code before and > after it does ignore + have to handle fatal errors itself. > > The code I added shouldn't return false, except maybe a race between > 'ps' and 'kill' (if the

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-14 Thread Steven Chamberlain
Holger Levsen wrote: > > g-i-installation.sh doesn't > > seem to run in that mode, actually it ignores some failing commands > > already during cleanup steps. > > yes, but during cleanup +e is explicitly set, I think. Aha yes it does "set +e" inside that function. But code before and after it do

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-14 Thread Holger Levsen
Hi, On Freitag, 14. November 2014, Steven Chamberlain wrote: > Are you thinking of "-e" (exit on error)? yes > g-i-installation.sh doesn't > seem to run in that mode, actually it ignores some failing commands > already during cleanup steps. yes, but during cleanup +e is explicitly set, I think.

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-14 Thread Steven Chamberlain
Hi, Holger Levsen wrote: > On Donnerstag, 13. November 2014, Steven Chamberlain wrote: > > Please consider this change to use SIGINT for up to 10 seconds, > > then SIGKILL only if it's still running after that: > > https://git.steven.hosting.pyro.eu.org/jenkins.debian.net.git/?h=894584fca266789c8f

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-14 Thread Holger Levsen
Hi Steven, On Donnerstag, 13. November 2014, Steven Chamberlain wrote: > I think we're missing some data from the end of the serial.log; > probably due to some buffering, and qemu being sent SIGKILL. > > Please consider this change to use SIGINT for up to 10 seconds, > then SIGKILL only if it's s

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-13 Thread Steven Chamberlain
Holger Levsen wrote: > https://jenkins.debian.net/view/g-i-installation/job/g-i-installation_debian_sid_daily_kfreebsd/432/artifact/results/serial.log > is there now and it shows how the right IP is received. I don't understand > why getting the preseed file then fails... I think we're missing so

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-13 Thread Holger Levsen
Hi, https://jenkins.debian.net/view/g-i-installation/job/g-i-installation_debian_sid_daily_kfreebsd/432/artifact/results/serial.log is there now and it shows how the right IP is received. I don't understand why getting the preseed file then fails... cheers, Holger signature.asc Descri

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-13 Thread Holger Levsen
Hi, On Mittwoch, 12. November 2014, Steven Chamberlain wrote: > Holger Levsen wrote: > > in the video there is no IP address to be seen. em0 gets a link, but > > thats all. > Later 'network autoconfiguration succeeded', so DHCP probably worked; > the IP address isn't usually mentioned within the G

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-13 Thread Holger Levsen
Hi, On Mittwoch, 12. November 2014, Samuel Thibault wrote: > > Maybe hurd also could redirect syslog there to help debug the issue > > you're seeing. > Indeed. actually, all installs can probably benefit from this :) > There is: console=com0, it'd only redirect the kernel messages though > (whi

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-12 Thread Samuel Thibault
Steven Chamberlain, le Wed 12 Nov 2014 19:26:14 +, a écrit : > Maybe hurd also could redirect syslog there to help debug the issue > you're seeing. Indeed. > Unless there's a convenient kernel parameter to send console messages > there, There is: console=com0, it'd only redirect the kernel m

Re: jenkins kfreebsd jobs (Re: Plan B for kfreebsd)

2014-11-12 Thread Steven Chamberlain
Holger Levsen wrote: > in the video there is no IP address to be seen. em0 gets a link, but thats > all. Later 'network autoconfiguration succeeded', so DHCP probably worked; the IP address isn't usually mentioned within the GUI installer, but the d-i syslog will probably explain what the problem