/srv/irclogs.ubuntu.com/2011/09/12/#ubuntu-testing.txt

kgjust tried to boot 10.10 beta1 on e-machines E443 (amd E350 dual core) stopped blank screen after loading bluetooth something???08:46
kgops that should be 11.1008:47
kgany ideas on how to proceed?08:49
=== McPeter_ is now known as McPeter
=== manjo` is now known as manjo
jamespageis it possible to see previous ISO testing results through iso.qa.ubuntu.com? I need to check when the iSCSI root tests last passed....14:42
hggdhno, it is not, as far as I know. But IIRC, at least at alpha1 it was OK14:43
hggdhand I actually think all the alphas made it through with iSCSI14:44
hggdhjamespage: ^14:44
jamespagehggdh - yeah thats what I thought - I think I ran them in the last two14:45
jamespagehence why I picked up beta14:45
jamespagestgraber: ^^ re last successful test of iSCSI root in Oneiric14:45
hggdhI think manual sql magic can do it, but I do not have access to the system14:46
stgraberjamespage: ok14:46
jamespagehggdh; crazy.....14:46
stgraberjamespage: my last test was with Natty's kernel and natty's open-iscsi on Oneiric and I still had the bug14:46
jamespagestgraber: yes - I just saw your update14:47
stgraberjamespage: I'm now trying with an up to date Natty just to make sure I can get a working setup at least once...14:47
stgraberok, at least I get the exact same behaviour on natty, that's a start14:53
stgraberwell, my current test isn't exactly the one you did, I'm actually doing:14:54
stgraber - regular ubuntu server install (on local disk)14:54
stgraber - install open-iscsi14:54
stgraber - scp config from my iscsi install on Oneiric into /etc/iscsi14:54
stgraber - update-initramfs (so that the initramfs initializes the iscsi link at boot time)14:54
stgraber - move /etc/init.d/open-iscsi aside14:54
stgraber - reboot14:54
stgraberI correctly see the connection from the iniramfs and it succeeds14:55
stgraberonce booted, I start open-iscsi and notice that it breaks the established session and never reconnects14:55
stgraberwell, it tries to reconnect but fails because of AuthMethod14:55
stgraberon a regular iscsi install, that'd appear as the system hanging half way through boot (at the moment where open-iscsi is started)14:56
stgraberI'm going to do a regular iscsi install with natty just to confirm14:56
stgraberjamespage: I'm actually starting to wonder if the problem isn't server side instead. Do you know if the last succesful test was also done using lucid + the config from the wiki or if it was using something more recent?15:02
jamespagestgraber: I think I did alpha3 against a lucid target15:02
stgraberok, I guess I'll start downloading alpha3 then, once I'm done running my test on natty15:03
jamespagestgraber: I tried disabling the open-iscsi daemon on the images I created during beta1 testing; the unauthenticated one now boots - and quickly15:07
jamespagejust testing the other now15:07
jamespage(as you described in the bug report really)15:08
jamespageditto on the authenticated15:14
stgraberhmm, ok, really weird. Wondering if it's not just a case where open-iscsi won't start on older installs :)15:18
jamespagestgraber: well maybe15:19
jamespagestgraber: I wonder if the iscsi-network-interface upstart job is not doing its job right15:28
jamespagestgraber: or not firing early enough15:28
jamespagestgraber: still around - I have made a little progress in tracking down what the root cause might be16:11
jamespageI think this upstart change is the cause of the problem: http://launchpadlibrarian.net/76962956/upstart_1.3-0ubuntu5_1.3-0ubuntu6.diff.gz16:13
jamespagereverting to the previous configuration for rc-sysinit.conf - start on filesystem and net-device-up IFACE=lo16:14
jamespagecauses the open-iscsi init script to fire earlier? maybe - and it runs through with IFACE lo which causes it not to start16:22
stgraberjamespage: oh, that'd explain it ;) so the bug is that it started working as designed? :)16:26
jamespagestgraber: well maybe - I'm still scratching my head a little16:26
jamespagebut if I revert that upstart change to rc-sysinit.conf - I get a running system with open-iscsi16:27
jamespagesorry - without16:27
* jamespage rubs his eyes16:27
jamespagestgraber: what I can't figure out is why its running with something other than IFACE = lo when we see the issue16:28
=== yofel_ is now known as yofel
jamespagestgraber: so with that upstart change in place open-iscsi also runs for eth016:58
jamespageit managed to boot but lots of io errors on the root disk16:59
stgraberjamespage: trying on natty confirms that back then iscsid just wasn't started at all17:10
jamespagestgraber: yep - thats what I see when I backout that upstart change - I updated the bug report.17:10
jamespagewith details17:10
stgrabernot exactly sure what's the fix for this though. I definitely don't have the required knowledge to fix iscsid to do the right thing and reverting that upstart change would be wrong too.17:12
stgrabercjwatson, SpamapS: any opinion ^ (bug 838809)17:12
stgraberno bot? https://bugs.launchpad.net/ubuntu/oneiric/+bug/83880917:12
stgraberjamespage: a workaround would be to run "iscsiadm -m session" early in open-iscsi's init script and "exit 0" if it returns something. But that still feels wrong as I'd expect iscsid to start and just keep the existing sessions...17:16
cjwatsonwith iscsi root, iscsi is meant to be running from the initramfs.  the main job of the init scripts is to detect that and leave well alone17:16
stgrabercjwatson: is iscsid supposed to be running? because I never saw it running post-initramfs. The iscsi session is established and working (maintained by the kernel module) but the management daemon isn't running.17:17
stgraberusing the workaround I described before would work for cases where you have an iscsi root and no other mounted lun, if a user uses iscsi root and has additional iscsi luns defined in /etc/iscsi these won't be connected as iscsid won't be started at boot time.17:18
stgraberif that's not something we support, then I'm more than happy to do the required two lines change to the init script and be done with that bug ;)17:19
cjwatsoniscsid> erm.  I don't *think* so but I'm not certain17:19
cjwatsoniscsistart is a little twisty17:19
cjwatsonI think we need to support that17:19
cjwatsondoes iscsid itself fiddle with the session that / depends on, or is it the other stuff in the init script that does that?17:21
stgraberiscsid seems to try to logout from all sessions and login again on startup17:27
stgraberI can reproduce that starting it with: /sbin/iscsid -d 3 -f17:27
stgraberso it's the daemon itself doing it, not the init script17:28
stgraberI'm not entirely sure what's generating the iscsi configuration to start with. I'd think the initramfs only needs /etc/iscsi/iscsi.initramfs and we shouldn't have any other iscsi configuration on the target system17:29
stgraberso maybe the installer is generating some configuration files it shouldn't generate, causing open-iscsi to connect to something that's already connected instead of just leaving it alone17:31
cjwatsonit's possible we're copying in duplicate configuration to the root fs that didn't matter before17:33
cjwatsonyou could check /target/etc/iscsi/ just before reboot into the new system17:34
stgraberI'm trying to start iscsid with an empty /etc/iscsi now to see what it does, hopefully it should start and sit there doing nothing17:34
stgraberargh, it doesn't... it tries to deal with the existing connection even though it's not anywhere in its config17:35
stgrabercjwatson: http://www.stgraber.org/download/iscsi-bug.png17:36
stgraberthis is on my natty system when manually starting open-iscsi but I have the same happening on oneiric (should probably switch to it again now that we now where the problem is)17:37
czajkowskialoha18:00
GrueMasterDoes anyone have a test/testsuite for SE Linux that I could run on ARM (i.e. no KVM/libvirt)?18:08
davmor2czajkowski: hello18:17
gbuonfiglioHello! I'm testing 11.10 but I'm experiencing a problem after running "unity --reset" and need some guidance.18:33
gbuonfigliounity  is missing icons, the panel looks weird (a bit like old gnome panel) and the last icon on the right side of the panel is inaccessible  so I cannot logout or change system-settings for example.18:36
gbuonfiglioHow can I reset everything from compiz to unity?18:37
gbuonfiglioI've created another user and everything looks fine from this user, so it looks like something is corrupted in my current user compiz or unit settings.18:43
gbuonfiglioI've just realized that other settings are messed up too. Keyboard was US-International and now is US. Reset gconf?18:47
gbuonfigliounity-panel-service(5417): Operation not permitted18:55
gbuonfiglioI'm trying to run "gconftool-2 --recursive-unset /apps/compiz-1 && unity --reset"18:56
gbuonfigliothen I get several errors like this: unity.launcher LauncherIcon.cpp:408 Unable to load 'user-home' from icon theme18:56

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