/srv/irclogs.ubuntu.com/2011/11/29/#ubuntu-installer.txt

jibelanyone knows why 'tail -f /var/log/syslog' doesnt work on a live cd ? by "doesn't work" I mean that data appended to the file is not displayed.08:45
jibeland with any file, not only syslog of course.08:46
cjwatsonjibel: broken inotify support in overlayfs I think09:02
cjwatsonkernel bug09:02
jibelthanks, will report09:03
cjwatsonI thought that was known ...09:14
* cjwatson checks09:14
cjwatsonyes, bug 88214709:14
ubot2Launchpad bug 882147 in linux "overlayfs does not implement inotify interfaces correctly" [Medium,Triaged] https://launchpad.net/bugs/88214709:14
jibelah thanks for the link. I'll use another method to collect the logs.09:24
=== shadeslayer_ is now known as shadeslayer
stgraberjibel: the ugly "watch tail -n 60 /var/log/syslog" works pretty well here (adjusting -n depending on screen size obviously)16:42
jibelstgraber, not in that case. I used it to collect syslog of the automated testing and redirect the output to ttyS016:47
jibelstgraber, I changed it to modifying the configuration of rsyslog to write to ttyS0 with a casper hook and I'm now also redirecting the console.16:49
stgraberah yeah, won't work too well in your case indeed16:49
jibelthis way we collect boot and shutdown messages.16:49
stgrabercool16:49
jibelstgraber, now I need to upgrade the grub entry and rsyslog conf after installation in order to keep collecting information after reboot for post-installation tests.16:53
jibels/upgrade/update16:53
CarlFKhttps://help.ubuntu.com/11.10/installation-guide/i386/preseed-advanced.html says "... but still have the question asked"16:55
CarlFK"d-i preseed/late_command seen false" doesn't seem to be working for me.16:55
cjwatsonCarlFK: that question is *never* asked16:56
CarlFKcjwatson: k - i figured it was something like that.16:56
cjwatson'seen false' doesn't magically create a place where never-asked questions are asked16:56
cjwatsonit merely inhibits the normal way that preseeding prevents questions from being asked16:56
cjwatsonI can't imagine any realistic value in asking preseed/late_command16:57
cjwatsonin other words, all 'seen false' does is restore the state of affairs to if you hadn't preseeded that question at all, except presumably you've given the question some different default16:58
CarlFKI was trying to use it to figure out why my late_command was failing16:58
cjwatson"set -x; " at the start and then watch syslog16:59
cjwatson... is what I'd do16:59
CarlFKd-i preseed/late_command string set -e && chroot /target apt-get install --force-yes --assume-yes squid-deb-proxy-client17:02
CarlFKapparently one of the scripts errors17:02
CarlFKand the -e bubbles it up - otherwise it is ignorred, and all seems to work ok anyway.17:03
CarlFKi guess that should that be reported against squid-deb-proxy-client17:03
cjwatsonCarlFK: 'set -e' only has any effect at all in the shell you run it in; in the example you just gave it's a no-op, because the shell would exit after the second command anyway17:30
CarlFKcjwatson: that will halt the install - so i guess the shell exits with an error code17:32
CarlFKremove the -e, and the install doesn't halt17:32
CarlFKwhich is reasonable behavior17:32
cjwatsonthe shell should exit with an error code if its last command exits non-zero *anyway*17:34
cjwatson$ sh -c 'true; false'; echo $?17:34
cjwatson117:34
CarlFKgood point.  I will swear I needed the -e.  easy to test... just takes 20 min17:35
kyleNev, hi. how do I make ubiquity-frontend run on first boot? (is there something like oem-config-prepare I need to run in the image build chroot?)20:19
kyleNgtk20:19
evkyleN install ubiquity-frontend-gtk in the image and put maybe-ubiquity in the kernel command line20:19
kyleNev, will do. thx20:20
=== CarlFK1 is now known as CarlFK

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!