/srv/irclogs.ubuntu.com/2008/04/15/#ubuntu-devel.txt

infinitymunckfish: Anyhow, like I said, a "debootstrap --variant=buildd" with the build-deps installed after the fact (copy 'em straight from the "apt-get install" in the launchpad build log, if you want to make sure you're getting exactly the same build environment), should reproduce it.00:01
infinitymunckfish: Making sure to "linux32 chroot" not just "chroot", if you're on a 64-bit machine.00:01
cjwatson-m elf32ppclinux comes from LDFLAGS in ps3-kboot/kboot-11/Makefile00:01
munckfishcjwatson: dare we just kill that variable I wonder?00:02
cjwatsonjust looking for where the other one comes from00:03
cjwatsonbut yeah, I have to say that -m elf32ppclinux doesn't sound very sane for a 32-bit kernel; does it make sense for the userspace bits though?00:03
infinitys/32/64/ I assume you mean?00:04
cjwatson32-bit -> 64-bit I meant, yes00:05
munckfishcjwatson, infinity: as far as I understood it only the kernel needs to be 64 bit, everything else can be 32.00:17
munckfishI'm trying to work out00:17
munckfishhow LDFLAGS ends up with the two -m00:17
munckfishI think the00:17
cjwatsonmunckfish: I have a feeling I'm almost there ...00:18
munckfishfirst -m00:18
munckfishis constructed in /arch/powerpc/Makefile00:18
munckfishe.g.00:18
munckfishline 6700:18
munckfishoverride LD+= -m elf$(CONFIG_WORD_SIZE)ppc00:18
cjwatsonyeah, ahead of you :-)00:19
cjwatson(though keep going)00:19
slangasekmegabyte405: you asked for a review of the abiword 2.6 package, where is this?00:19
slangasekmegabyte405: is http://launchpadlibrarian.net/13344323/updatetoabi26.debdiff.gz the most current (eew, giant debdiff)?00:19
infinityIf the second one is being used for userspace overrides, it can probably be dropped entirely, since -m32 is the default anyway.00:19
cjwatsonmunckfish: the other one comes from kboot-11/Makefile, of course00:20
cjwatsoninfinity: right00:20
slangasekwasabi: did you find out what was wrong with pam on your console?  something that wouldbe an Ubuntu bug?00:20
cjwatsonI'm just waiting for linux.tar.bz2 to unpack, to test this hypothesis00:20
megabyte405slangasek: the abiword bug is 202174 but since it involves a new upstream package the debdiff is only of academci interest.  You'll want to see my ppa, linked in that bug or https://launchpad.net/~abiryan/+archive/00:20
megabyte405erm, bug 20217400:21
ubotuLaunchpad bug 202174 in abiword "Please update to version 2.6" [Medium,New] https://launchpad.net/bugs/20217400:21
infinitycjwatson: Infinitely curious why this doesn't trigger on davis, but even an infinity amount of curiosity is not enough for me to take the time out to find out why...00:21
cjwatsonbingo00:21
megabyte405there we go :)  I have a fairly complete summary in the bug comments there.00:21
infinitys/infinity/infinite/00:21
cjwatsonmy tests were with debian/rules binary; fakeroot debian/rules binary00:21
cjwatsoner, s/binary/build/ first one there00:21
slangasekmegabyte405: ah, ok, was reading from the bottom and missed the link to your ppa, thanks00:22
infinitydpkg-buildpackage produces different behavior from debian/rules build, I take it?00:22
cjwatsonbut if you use 'dpkg-buildpackage -b' instead, then LDFLAGS is exported by dpkg-buildpackage, and even though it gets reset, the exportedness survives00:22
infinityAh-ha.00:22
infinityYay for the "new" dpkg.00:22
megabyte405slangasek: np00:22
cjwatsonLDFLAGS in kboot-11/Makefile was only meant to be local to that Makefile00:22
cjwatson'unexport LDFLAGS' right after it should fix this00:22
cjwatson(that's the most minimal fix; removing LDFLAGS altogether may well also work but is a bigger change)00:23
* slangasek mutters at the unseasonable hail00:23
infinitycjwatson: Okay, if this is under control, I'm going to wipe out my test env and turn adare back on.00:23
cjwatsonyep, I have it reproduced on davis now00:23
cjwatsonjust testing the unexport approach00:24
munckfishcjwatson: so how do you want to proceed? do you want to add this to my disable cross-compile patch ?00:26
cjwatsonyeah, that does the trick00:26
cjwatsonI think that's probably best00:26
megabyte405slangasek: I'm out - if you need something email me at abiryan at ryand dot net00:27
slangasekmegabyte405: ok, cheers :)00:27
cjwatsonmunckfish: shall I go ahead and do that? I'm happy to now that we see the problem, and I'm pretty confident that it will yield a working image since it's solely working around the build strangeness without which you produced a working image00:29
munckfishcjwatson: pls go for it00:30
munckfishIt's late here anyway so I wouldn't be able to address this till tomorrow morning at best anyway00:30
cjwatsonok00:31
munckfishSorry I couldn't fix it on my own, I know you didn't want to get distracted too much by this project at the mo00:31
cjwatsonwell, this was a pretty tricky one to see00:33
cjwatsonyou get to test the result though :)00:33
munckfishcjwatson: yeah, next job is to dive into the Xorg prob00:34
munckfishok I have to go sleep now00:34
munckfishor I'll be useless to my employer00:34
infinitymunckfish: Don't worry too much about it.  Every time a member of the distro team accuses my buildds of causing a build failure and we later prove it's a packaging bug, I get a free beer so, in essence, you're just contributing to my alcoholism.00:35
infinitymunckfish: Clearly a win.00:35
munckfishinfinity: :)00:35
munckfishcjwatson, infinity: good night guys, thx for all the help. I look forward to testing the ps3 Xorg problem. cheers!00:36
cjwatsonmunckfish: sleep well :)00:36
=== heno is now known as heno_away
jdongkees: does apparmor support subprofiles, like when /bin/foo launches /bin/bar, use this profile, but otherwise leave /bin/bar alone?01:15
keesjdong: yup -- through the exec, either inherit or switch profiles01:17
keesjdong: oh, but you mean "only isolate /bin/bar if /bin/foo launched it" ?01:18
jdongkees: right, parent-aware profiles01:18
keesjdong: not in a simple fashion, no.  see if anyone is around on #apparmor, though.  they might be able to discuss "changehat" and other odd things01:18
kees(#apparmor is on oftc, btw, sorry)01:19
jdongkees: meh I'll go for a simplicity workaround. I'm trying to write a clamscan apparmor profile specific to dealing with my mail01:19
jdongthe amount of security bugs found in clamav's unpackers really concerns me01:20
keesheh, no kidding.01:20
jdongbtw, whoever in u-m-s is listening, bug 184238 needs sponsorship and is wanted for Hardy release....01:20
ubotuLaunchpad bug 184238 in transmission "Menu entry should be named "Transmission BitTorrent Client" Instead of only the unclear "Transmission"" [Medium,Confirmed] https://launchpad.net/bugs/18423801:20
jdongkees: how safe are apparmor restrictions? I'd expect as long as a root account isn't compromised I'd be totally safe, and even some forms of root compromise are not problematic?01:21
=== lamont` is now known as lamont
crimsunany root compromise would allow /etc/init.d/apparmor stop.01:23
keesjdong: in theory, AA profiles are as strong as the kernel.  :P  I've done things like run /bin/bash as root listening on an open port, and no one could do anything with it since they didn't have an exec prvis01:23
kees*privs01:23
cjwatsonI hope you locked it down more than that; bash doesn't need to exec subprocesses in order to (say) overwrite files01:25
jdongcrimsun: well to call apparmor stop I think writing to sysfs is necessary to clear out the profile01:25
jdongan unrestricted root compromise, sure you're totally screwed :)01:26
keescjwatson: right, of course -- I didn't let it do anything.01:28
keesjdong: I think there is a changehat syntax for profile names... it's been a while since I've looked at that.01:29
keescrimsun: yeah, without the write perms to the aa security tree in /proc you can't shut it down.01:30
jdongkees: yeah the syntax for profiles is pretty easy, the question is how much effort it'd take for me to hook that into my scripts01:30
jdongkees: and whether or not it's easier than just hardlinking a new clamscan ;-)01:30
jdong(rhetorical, most likely)01:30
keesjdong: if you run with clamd (and use clamc for the scanning) you could probably just isolate clamd itself.01:30
keesusing clamc is way faster too.  ;)01:31
jdongthat's another good idea :)01:31
jdongAAAH OH FSCK!!!01:39
kees???01:39
* jdong angrily aliases rm to rm --one-file-system01:40
jdongfollow up lesson: ALL mountpoints should go in /media!01:40
bryceouch01:40
jdongalright, damage control time... fortunately XFS ain't too fast deleting files01:40
RAOFjdong: :(01:42
jdongRAOF: this kinda thing also makes me worried about gvfs....01:42
jdongbecause I simply mounted a sshfs in a temp workdir in my ~/01:42
jdongbut if someone tried to rm -rf a homedir with a gvfs FUSE auto mountpoint....01:42
RAOFAwkward, yeah.01:43
FujitsuMore than awkward.01:45
FujitsuThat'd be a fairly critical bug.01:45
jdongFujitsu: well we do it for Hardy by default.... ~/.gvfs often contains fuse mounts of stuff you've browsed in nautilus01:46
jdongand for things like ssh:// it's identical to a sshfs backend in functionality01:46
FujitsuSo I note. This is probably a severe problem.01:47
FujitsuI don't expect ~/.* to include my server's filesystem.01:47
jdongright01:47
jdongbut SOMEONE's gonna argue that this is somehow a feature :)01:47
FujitsuAnd a lot more people are going to lose their remote home directories.01:48
jdongyeah I'm concerned. I wouldn't ever expect a recursion down my home directory to include network shares I've browsed.01:49
jdongeven if removal is not invovled, it's still an annoyance that things like Baobab will recurse down a 7.5TB SFTP server I browsed 10 minutes ago.01:49
FujitsuHaha.01:50
FujitsuIt is very convenient, but also dangerous...01:51
LaserJockis volumeid meant to be removed?02:07
crimsunyes, by udev.02:08
LaserJockok, cool02:08
LaserJockanybody around who could help me figure out valgrind output?02:55
LaserJockI'm trying to find memory leaks in seahorse02:55
jdongIn Soviet Russa, ValGr... oh never mind.02:55
LaserJockI ran valgrind --tool=memcheck --leak-check=yes seahorse02:55
jdongthis sounds more interesting than an English paper :)02:56
* jdong sits and watches02:56
LaserJockand I get:02:56
LaserJockdefinitely lost: 72,750 bytes in 160 blocks.02:56
LaserJockindirectly lost: 124,747 bytes in 3,902 blocks.02:56
LaserJock possibly lost: 332,563 bytes in 278 blocks.02:56
LaserJockis that memory leaking?02:57
slangasekit's memory not freed on exit02:59
slangasekbut I'm not sure how accurate valgrind's leak checking is02:59
LaserJockslangasek: is there a recommended way to do it?03:00
* StevenK wonders how he can find all the packages that install a particular alternative03:00
slangasekLaserJock: way to do what?03:00
slangasekto find memory leaks?03:00
LaserJockyeah03:00
slangasekunderstanding the code :)03:01
LaserJockyikes03:01
LaserJock;-)03:01
slangasekthe variable should be locally scoped, in this case03:01
slangasekso you should have a finite number of ways to leave that scope03:02
slangasekand you just need to make sure the memory is freed, or control of the memory is passed somewhere else, before leaving the scope03:02
LaserJockslangasek: hmm, I guess I would have thought it was in a local scope already :/03:05
slangasekyes, that's what I mean - so there's a finite number of places the memory can leak03:06
slangaseki.e., anywhere that you leave that scope without taking care of the memory03:06
LaserJockslangasek: so would freeing the memory within the for loop instead of outside be better?03:26
LaserJockI don't see how you would particularly leave the scope without freeing the memmory unless you crash somewhere in there03:28
LaserJockgosh I need to learn C03:28
lamalexHey, does anyone in here know how the subset of packages that get put in add/remove are chosen?03:30
lamalexwhat characteristics do those packages have03:30
LaserJocklamalex: I think in general it's packages that have .desktop files03:30
lamalexdoes it have its own cache somewhere? If I wanted to do something with just those packages do you know of a clean way?03:31
LaserJocklamalex: look in /usr/share/app-install/desktop/03:32
lifelessslangasek: valgrind is pretty good03:32
lifelessslangasek: 'definitely lost' is: memory that was allocated, and there are no pointers to it, but free(base) was not called.03:32
lamalexLaserJock: thanks03:33
lifelessslangasek: I believe 'indirectly lost' is memory that is pointed too from definitely lost memory03:33
lamalexhmm, i'd be surprised if this read from desktop files, but it's a place to start, thanks for the help03:36
LaserJocklamalex: what do you mean?03:36
LaserJocklamalex: what is it that you're trying to do?03:37
lamalexwell to read all of those files for the package descriptions would be slow03:37
LaserJocklamalex: it caches them03:37
lamalexare you familar with gnome do?03:37
LaserJocksure03:37
lamalexgnome do apt plugin03:37
lamalexbut indexing 23000 packages is not reasonable03:37
LaserJockhmm03:37
lamalexso I was going to choose the subset of packages in add/remove03:38
lamalexi figured it was running off of an sqlite db or something03:38
LaserJocksee /var/cache/app-install/03:39
lamalexheh and the problem with binary files is you can't cat them :P03:41
=== thegodfather is now known as fabbione
emgentmorning03:58
fabbionemorning03:59
fabbioneemgent: early bird or late night owl?03:59
emgentfabbione: lol04:00
emgenti dont like sleep :P04:01
emgentHobbsee: have you time for some ACK ?04:03
slomoslangasek: yes04:03
* Hobbsee waves to fabbione04:18
fabbionehey Hobbsee04:21
slangasekLaserJock: well, the point is I haven't had a chance to look at this code myself yet to /know/ whether there are memory leaks...04:24
LaserJockslangasek: sure, I'm just not sure04:25
LaserJockslangasek: it looks ok to me, but I'm not confident as you pointed out problems with my first upload05:56
LaserJockshould I leave it for somebody else?05:57
LaserJockI just don't want it to fall through the cracks05:57
=== Whoopie_ is now known as Whoopie
=== asac_ is now known as asac
fabbionemorning07:04
fabbioneagain07:04
fabbionenevermind07:04
fabbionewrong window07:04
Hobbseeremorning.07:04
FujitsuMourning.07:05
pittiGood morning07:12
fabbionehey pitti07:12
Hobbseeguten morgen, pitti07:13
Hobbseehey, is anyone offering to be a projective missile?07:13
fabbioneHobbsee: eh?07:15
* Hobbsee needs to use something big as a projective missile.07:15
* fabbione doesn't really know what "projective missile" means in this case07:15
Hobbseefabbione: heard of a missile?07:15
Hobbseefabbione: something large that you throw at someone, or something.  it goes through the air.07:16
fabbioneyeah i heard about that ;)07:16
Hobbseeyeah.  i need one.07:17
fabbionewhat for?07:17
Hobbseemy boss.07:18
Hobbseehe fails in crucial ways about "notifying people about important changes in the workplace"07:18
* Hobbsee has no idea if, and when, the power will go out tonight there.07:18
elemjayLatest Google Tech Talk on the future of Linux: http://www.youtube.com/watch?v=4A6ImflixL807:18
* Hobbsee is going to be absolutely stuffed, along with my coworkers, if the power *does* go out while we're still there. Although we certainly won't get hungry.07:19
fabbioneHobbsee: you really don't need a missile for that07:19
fabbioneit would be a waste of good resources to kill a fly07:20
TheMusoHobbsee: And why would the power go out?07:21
HobbseeTheMuso: planned maintenance on the local power station.07:21
TheMusoOh.07:21
HobbseeTheMuso: one says it only happens on monday at 10pm, the other says it happens on both monday and tuesday at 10pm.07:21
TheMusoOh right.07:21
HobbseeI wouldn't have found out about either notice, if i hadn't been browsing back through the supervisor book, over the last week, nor reading random pieces of paper in teh managers office.07:22
* Hobbsee does *not* call this decent warning.07:22
Hobbseeespecially seeing the rosters still schedule us all to finish after that point.07:22
* Hobbsee looks for her torch07:23
asacpitti: langpacks ;)07:33
asacanything left we need to figure?07:33
asacRiddell: kubuntu offline startpage localization :) ... did you figure why the links are broken?07:35
pittiasac: I'll have a deeper look after I went through my email07:37
pittiasac: but it looks fine so far07:37
pittiasac: what is 'revpath'?07:37
asacpitti: did you rerun the command i gave you to tsee if it works now properly with your permissions?07:37
asacpitti: psst.  :)07:38
asacpitti: i didn't know about it until i found that its missing on rookery07:38
asacpitti: davidm made use of it ... i had to copy the binary from ronne07:38
pittiugh07:39
lagaslangasek: great, thanks for the merge08:17
lagamjg59: regarding https://bugs.launchpad.net/bugs/157691 - is there any way we can make detection of the graphics driver a bit more robust? autodetection is becoming common these days i guess..08:18
ubotuLaunchpad bug 157691 in hotkey-setup "Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p" [Undecided,Fix released]08:18
lagahum. are there no daily builds today?08:43
slangasekno, we're ramping up for candidate images08:44
lagatoo bad. oh well, i guess i get to try the candidate image for mythbuntu then :)08:44
pittislangasek: seb128 and I just agreed on how to fix camera handling eventually; we can't fix nautilus properly, so we'll enable it in gnome-volume-manager again08:50
pittislangasek: I'd like to upload this change now, so that it will work again in RC; ok for you?08:50
pittislangasek: (simple gconf default change in the .schema file, no code changes)08:50
slangasekpitti: corresponding bug #?08:52
dholbachgood morning08:52
pittiseb128: what's the bug# for that?08:52
seb128bug #20846708:52
ubotuLaunchpad bug 208467 in nautilus "Camera Device button "Open F-spot Photo Manager" doesn't work" [High,Confirmed] https://launchpad.net/bugs/20846708:52
pittithanks; I'll add a g-v-m task and an explanation08:53
seb128thank you08:53
seb128slangasek: I've uploaded a new gtk, I synced the new debian revision which fixes the gtk im setting change patch backported some time ago (1 liner) and the dbg packages to work again (not really required since the dbgsym works alright)08:54
seb128slangasek: the update should not be an issue but it's not a priority either, feel free to accept it or not08:55
slangasekpitti: yep, go for it08:58
slangasekseb128: ok, putting it in the "later" pile for now, thanks :)08:58
seb128slangasek: ok ;-)08:58
=== heno_away is now known as heno
=== mirco_ is now known as MacSlow
emgentmorning09:40
sabdflwhy would f-spot depend on sqlite and sqlite3 at the same time?09:41
tjaaltonslangasek: vdr-plugin-console and -osdserver are waiting on the queue, uploads approved by sistpoty09:42
tjaaltonslangasek: fixes FTBFS09:42
slangaseksabdfl: database upgrade support :/09:42
slangasektjaalton: can you give me a pointer to this approval?09:43
tjaaltonslangasek: a sec09:43
tjaaltonslangasek: http://irclogs.ubuntu.com/2008/04/11/%23ubuntu-motu.html towards the end09:44
slangasektjaalton: right, accepted09:47
tjaaltonslangasek: cool, thanks09:47
sabdflslangasek: ah, right. read from the old, write to the new. yowser09:58
pittimvo: is bug 211978 an issue for hardy?10:02
ubotuLaunchpad bug 211978 in update-manager "do-release-upgrade -d doesn't work immediately after running do-release-upgrade" [High,In progress] https://launchpad.net/bugs/21197810:02
pittihey sabdfl, how are you?10:03
StevenKpitti: Hey, time for a dorky CDBS question?10:04
pittiStevenK: I'll answer eventually10:04
mvopitti: its fixed in hardy10:04
pittimvo: ah, can you please close it then? thanks *hug*10:05
s|khi10:05
s|kI know a little python and C and was thinking of maybe contributing10:05
s|k:/10:05
StevenKpitti: Heh. CDBS is symlinking the Debian changelog only, and I thought there was a magic button to make it symlink the entire doc dir?10:06
pittiStevenK: it never symlinks entire directories, since that's evil with dpkg's handling of dirs vs. symlinks10:06
pittiStevenK: it will symlink individual files in doc/pkg/ if they are identical in any of its direct dependencies10:06
pittiexcept copyright10:06
StevenKpitti: Should I ignore lintian's bleating that the Debian changelog is a symlink?10:07
pittiStevenK: I do, anyway :)10:07
StevenKHeh10:07
s|k:/10:09
sorenpitti: "/usr/share/doc/package may be a symbolic link to another directory in /usr/share/doc only if the two packages both come from the same source and the first package Depends on the second. " Straight from Debian Policy?10:13
pittisoren: right, but dpkg wreaks havoc if you ever replace the symlink with a proper dir again10:15
pittiso I don't do it10:15
=== hunger_t is now known as hunger
pittis|k: anything in particular you'd like to work on?10:16
pittis|k: usually people do not contribute "to C programs", but to a set of packages that interest them :)10:16
sorenpitti: Oh, really? I did not know that.10:16
sorenpitti: Surely that can be fixed?10:16
pittisoren: that's rather deliberate, I think10:16
sorenpitti: Surely that can be fixed? :)10:17
pittisoren: e. g. you might have /usr/share point to a different partition if your /usr becomes full, and similar situations10:17
pittiyou want dpkg to honor the symlink10:17
s|kpitti: by working on the project itself?10:17
megabyte405FYI - addressed concerns in the abiword 2.6 bug10:18
sorenpitti: Hmm... Sounds reasonable, I suppose.10:18
s|kas in work on epiphany or something and not ubuntu10:18
pittis|k: of course we always welcome people who want to work in a 'horizontal' approach, i. e. fix lots of bugs in lots of different packages10:18
s|kI see10:18
pittis|k: in fact we probably have too few of those :)10:18
s|kso is it mostly C?10:18
megabyte405s|k: if you take the horizontal approach please make sure to send patches upstream :)10:18
pittis|k: What I'm trying to say is, we usually don't "dump" work on new contributors; you should rather know what you enjoy working on10:19
s|kI see10:19
pittis|k: I'd say the vast majority of packages are C, but there's a good chunk of Python, Perl, and C# nowadays10:19
megabyte405s|k:  really varies from project to project - find something that interests you, then use your skills: unlike a job where you have your skills and might be told what "interests you"10:19
megabyte405and c++ too10:19
pittiright ^10:19
s|kI see10:20
pittis|k: if you want to work on little chunks in various packagages to use and improve your C skills, you might consider looking into fixing confirmed/triaged bugs10:20
s|kok, those are listed on launchpad?10:20
s|khow well do I have to know stuff like gobject and gtk+? Pretty well huh?10:21
pittis|k: https://wiki.ubuntu.com/UbuntuDevelopment is a good introduction and link collection about how to get into Ubuntu development, the necessary packaging bits, how to apply patches, etc.10:21
sabdflanybody else seeing evince get stuck during the document loading?10:21
s|kyeah I have that page open in my tab10:22
stgrabersabdfl: I do10:22
pittis|k: people usually learn those while they work on something10:22
stgrabersabdfl: changing the window's size usually help to unstuck it10:22
pittisabdfl: hm, works fine for me; only on some documents, or on all of them? pdf? ps?10:22
sabdflseems to be on all the .pdf's i've opened recently10:23
Amaranthsabdfl: sometimes, it doesn't actually get stuck it just doesn't update the drawing10:23
Amaranthsabdfl: if you minimize it then restore it it works again10:23
sabdflinteresting - yes, that works10:23
sabdflcould it be a compiz interaction?10:23
AmaranthI am sure that is where the blame will end up10:24
megabyte405s|k: if you just find something that interests you (an itch to scratch, so to speak) the skills will come with a bit of googling and some experimentation. Remember, nobody needs to know how many builds don't compile on your machine as you learn :)10:25
tkamppeterpitti, hi10:29
s|kmegabyte405: ok :)10:29
pittihey tkamppeter! made it back in one piece?10:29
tkamppeteryes, pitti, I arrived yesterday, with United.10:30
pittisabdfl: could be, I am using metacity on my desktop10:30
tkamppeterpitti, it is about bug 195782.10:31
ubotuLaunchpad bug 195782 in hplip "Users not automatically added to "scanner" group: No scanning functions of HP multi-function in Hardy" [Undecided,New] https://launchpad.net/bugs/19578210:31
tkamppeterThe HP devices get there "scanner" capability without problem, but there seems to be nothing which sets the permissions then.10:32
tkamppeterPermissions must be set that both "lp" and the user who is currently logged in on the desktop have read and write access.10:33
pittitkamppeter: that needs a hal debug output, I'm afraid (https://wiki.ubuntu.com/DebuggingHal)10:33
pittitkamppeter: I thought it worked for you?10:33
tkamppeterpitti, I checked only the "lshal" output and that was OK.10:34
pittiyou didn't actually try to scan something?10:34
pittitkamppeter: well, my scanner (not HP) has the same property, it works fine for it10:34
pittiso there's something wrong in hal and the auto-ACL magic10:35
tkamppeterpitti, I have also removed the UDEV rules files of HPLIP, as they should not be needed any more.10:40
pitticarlos: will Rosetta exports have XPI stuff for dapper to gutsy, too? if so, I need to filter them out in langpack-o-matic (since we don't want them for stables)10:45
carlospitti: that's up to asac to decide it10:46
carlosif we import them, yes, it will10:46
pitticarlos: ok, so I better filter them out on my side?10:46
carlospitti: not really, unless we really import them10:47
carlosif we import them, I guess is because we need them10:47
pittiso we won't for dapper to gutsy? asac?10:47
carlosso if you filter them out... we don't need them and thus, don't neeed to import it in first place :-P10:47
pittiright10:47
asacpitti: he? i don't think this is an issue is it? if the translation is in langpacks users will auto get that?10:51
pittiasac: but we don't want that for dapper to gutsy10:52
pittiit conflicts with the mozilla-firefox-locale packages10:52
pittiand we haven't tested it10:52
pittimaybe later, but not right now10:52
tkamppeterpitti, I have tried the debug logging of hald, but I did not find anything useful in there. The word "scanner" does not appear.10:52
pittitkamppeter: do you see anything matching 'acl'?10:53
asaci don't understand why suddently _gutsy_ pops up while we are preparing hardy?10:53
pittitkamppeter: in particular, the setfacl call?10:53
asacif you just want to know if we want rosetta exports in gutsy: no!10:53
pittiasac: right, that was my question; whether i need to special-case hardy in langpack-o-matic or not10:53
asacpitti: yes ... all this should not happen right now for anything else than hardy10:54
asacpitti: we don't even have ffox 3 in << hardy10:54
asacand no templates for gutsy afaict10:54
tkamppeterpitti, there are calls of the /usr/lib/hal/hal-acl-tool10:56
pittitkamppeter: can you put the log somewhere?10:56
tkamppeterpitti, you can see it as http://www.linux-foundation.org/~till/tmp/hal.log now.10:59
pittici-tracker.c:366: Error doing GetSessionForUnixProcess on ConsoleKit: org.freedesktop.DBus.GLib.UnmappedError.CkManagerError.Code0: Unable to lookup session information for process '5747'11:02
pittitkamppeter: ^ do you have a consolekit sessin? ck-list-sessions11:02
tkamppeterSession1:11:03
tkamppeteruid = '1000'11:03
tkamppeterrealname = 'Till Kamppeter,,,'11:03
tkamppeterseat = 'Seat1'11:03
tkamppetersession-type = ''11:03
tkamppeteractive = TRUE11:03
tkamppeterx11-display = ':0'11:03
tkamppeterx11-display-device = '/dev/tty7'11:03
tkamppeterdisplay-device = ''11:03
tkamppeterremote-host-name = ''11:03
tkamppeteris-local = TRUE11:03
tkamppeteron-since = '2008-04-14T14:37:30Z'11:03
tkamppeteridle-since-hint = '2008-04-14T16:39:45Z'11:03
pittiok, that's fine11:03
tkamppeterpitti, is that the expected output?11:03
pittitkamppeter: do you still have process 5747?11:03
tkamppeterps auxwww | grep 574711:05
tkamppeterroot      5747  0.0  0.1 134944  3100 ?        Ssl  Apr14   0:05 /usr/sbin/NetworkManager --pid-file /var/run/NetworkManager/NetworkManager.pid11:05
tkamppetertill     14546  0.0  0.0   5164   852 pts/0    R+   12:05   0:00 grep 574711:05
pittitkamppeter: ah, that shuold be unrelated then11:06
pittitkamppeter: at which point did you plug in/switch on the scanner?11:06
tkamppeterpitti, now I have uploaded a file hal2.log to the same place. There is the plugging at or at least near the beginning.11:09
jordihey11:10
tkamppeterpitti, sorry, I will retry11:10
pittitkamppeter: but lshal does have the 'scanner' and 'access_control' properties?11:10
pittitkamppeter: and info.callouts.add = {'hal-acl-tool --add-device'} ?11:10
pittitkamppeter: hal2.log doesn't exist; but maybe post your lshal output first?11:11
jordiI need some quick advice: my ubuntu derivative is currently using a xubuntu-7.10-alternate CD which adds the necessary packages for my project. our client decided to go with IceWM instead of XFce, and there are some hardware limitations in the project. Now that it's time to migrate to 8.04, should I rebase using a ubuntu or xubuntu CD? iow, are there any significant differences in the alternate CD installers between the two?11:13
Mithrandirjordi: alternate should be very much the same.  Different package selections, naturally11:14
jordiI chose xubuntu previously for xfce, but now that I'm not going to use it, I wonder if I should just go with the (better supported?) Ubuntu CD11:14
jordiMithrandir: *nod*11:14
jordiMithrandir: what about LTS support for xubuntu main packages?11:14
jordi5 years as well, for those that  differ from Ubuntu?11:14
pittijordi: xubuntu is in universe now11:14
jordioh11:15
jordisee, that's a good reason to go with Ubuntu. :)11:15
jordiso kubuntu and ubuntu remain in main now?11:15
pittiyes, and the edubuntu bits11:15
jordioh, right11:15
jordifinally, should I expect changes to the installer from today's daily alternate image to the final thing?11:16
tkamppeterpitti, I have posted lshal.log now.11:17
Mithrandirjordi: from experience: yes.  Not big changes, but some changes.11:17
pittiasac, Riddell: hm, should we install xulrunner and firefox translations into the generic or the ubuntu langpacks? IOW, do we need them in Kubuntu, too?11:19
asacpitti: interesting point. firefox is not in default kubuntu, not sure about the percentage that actually uses it though11:19
tkamppeterpitti, hal2.log is uploaded now.11:20
pittitkamppeter: ah, that would be it; no access_control capabilities11:20
asactkamppeter: you know if HP DJ D1460 works out of the box in ubuntu since feisty?11:21
tkamppeterpitti, and why does a scanner get this capability and an HP device not?11:21
pittitkamppeter: give me a second11:21
tkamppeterasac, should do, I have other HPs which worked all the time, also inkjets.11:21
tkamppeterpitti, second is over ...11:22
cjwatsonjordi: there will definitely be some small changes; today's daily build is actually yesterday's, and we made some changes after the build yesterday11:22
jordicjwatson: nod11:22
jordinothing I can't track during this week I guess11:22
jordithanks for the advice11:23
asactkamppeter: Works perfectly using hplip 2.7.7 when assigned as a D1300 (from linuxprinting.org) do we have at least that version in feisty?11:23
cjwatsonadded warning before deleting contents of partitions, password handling fixes in grub-installer, a couple of other small things11:23
asactkamppeter: hmm feisty has 1.7.3?11:24
tkamppeterasac, do not really know what feisty had. See Launchpad.11:24
asactkamppeter: i look at apt-cache show in feisty chroot11:25
asacyes, launchpad confirms 1.7.311:25
pittitkamppeter: ok, I see the problem, I think; the scanner property is on the usb_device, not on the scanner interface (which is /org/freedesktop/Hal/devices/usb_device_3f0_1c02_CN6B92118304R4_if1)11:26
tkamppeterpitti, how does hal-acl-tool determine which ACLs to set for which devices? Is there a config file somewhere?11:27
pittitkamppeter: it looks for linux.device_file on the parent node, which should be /org/freedesktop/Hal/devices/usb_device_3f0_1c02_CN6B92118304R411:27
pittitkamppeter: yes, it is in /usr/share/hal/fdi/policy/10osvendor/20-acl-management.fdi11:27
pittitkamppeter: it almost seems  like hplip attaches the property to info.subsystem = usb_device, not usb?11:28
pittitkamppeter: let me grab the hplip package11:28
pittitkamppeter: indeed, that's it11:29
pittitkamppeter: can you please try to change this in the fdi:11:29
Riddellpitti: I don't mind about firefox translations, I think I'd prefer not to have them but I can see they'd be useful to others11:30
pittitkamppeter: s/usb_device/usb/ in <match key="info.subsystem" and <match key="usb_device.vendor_id" and <match key="usb_device.product_id"11:30
pittitkamppeter: try: sudo sed -i sed 's/usb_device/usb/g' /usr/share/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi11:31
pittitkamppeter: erm, drop the second 'sed', of course11:31
jordiwtf11:34
jordiHost packages.ubuntu.com not found: 3(NXDOMAIN)11:34
pittiRiddell: hm; so rather 'no' at this point?11:34
jordihm, seems the uni's ns is fubar11:34
Riddellpitti: that's my preference, but either way is fine11:34
pittiRiddell: ok, installing them into the ubuntu packages then11:35
pittis/ubuntu/gnome/11:35
tkamppeterpitti, reuploaded lshal.log now, lokks better, but actual permissions did not change.11:35
pittitkamppeter: right, lshal looks fine now11:37
pittitkamppeter: so xsane still fails now? sane-find-scanner doesn't find anything?11:37
pittitkamppeter: can you please do the hal debugging procedure again? (start in debugging mode, switch on scanner, send log)11:37
tkamppeterpitti, xsane and hp-toolbox work, will try printing now ...11:39
pittitkamppeter: didn't you just say the permissions were wrong?11:39
pittitkamppeter: it'll still appear as root:lp, but you shouldhave an ACL on it (getfacl /dev/bus/...)11:39
=== evalles_ is now known as keffie_jayx
tkamppeterpitti, I forgot about that the ACLs are separate from the permissions. The ACLs are OK for me and with this non-printing functions work.11:41
pitti\o/11:41
pittitkamppeter: so, want to prepare a new hplip source with s/usb_device/usb/ in the FDI generator?11:41
pittitkamppeter: please reopen the bug, and close it again in the changelog11:41
pittitkamppeter: would be nice to get this fixed for the release11:42
tkamppeterpitti, I see now, I have moved away the 55-hpmud.rules UDEV rule file as I have considered it as obsolete. It sets the user "lp" for the /dev file of the printer. seems that I have to put it back in. Is this correct?11:42
pittitkamppeter: you need it for getting group lp to the device node, but I don't know whether you need it in the first place11:43
pittitkamppeter: you would if the hplip printing backend runs as 'lp' instead of as user11:43
pittis/user$/root/11:43
pittitkamppeter: if it works with the udev rule, and fails without, then I'd say you need it :)11:44
tkamppeterpitti, so I will leave the UDEV rule in. If there are sites where it should be desired to scan when sshed in one can also add users to the scanner group then.11:46
asacbryce: did you upload new xserver already? please comment on bug 186186 about the offscreen pixmap fix so i can finally close the firefox target as well11:46
ubotuLaunchpad bug 186186 in xulrunner-1.9 "web page background render errors" [High,Confirmed] https://launchpad.net/bugs/18618611:46
pittitkamppeter: will that actually help?11:47
bryceasac, it is uploaded11:47
asacbryce: can you set the bug to fix released for xserver then?11:47
asacand paste the changelog. thanks11:48
tkamppeterpitti, with UDEV rule I get lp:root and not lp:scanner, so something else is setting the group to root afterwards.11:49
jordicjwatson: btw, do you know who in Debian/Ubuntu would know how to write non-trivial partman-auto-raid recipes? Simon Huggins?11:51
bryce'night12:00
cjwatsonjordi: probably; we haven't really touched partman-auto-raid much hereabouts12:02
cjwatsonI might be able to make a stab at it, but I bet Simon would be better12:02
pittiRiddell: ok, with that little buildd power we don't need to worry about CD builds any time soon12:13
jordicjwatson: okay. I'm not looking for something spectacular, I just can't get it working for a raid1 setup on two SATA disks with non-raid swap space and a non-raid ext3 for /srv/backups12:16
jordicjwatson: I always get "no root partition defined"12:16
jordiI'll mail simon, and Cc you to see, debian-boot wasn't too helpful12:17
cjwatsonjordi: please attach the syslog12:18
jordicjwatson: ok12:18
james_wpitti: I'm sorry, but I didn't find a sponsor for bug 15362513:02
ubotuLaunchpad bug 153625 in ca-certificates "update-ca-certificates error. ca-certificates.crt empty (with pt_BR locale)" [High,Fix committed] https://launchpad.net/bugs/15362513:02
Siliciumhi there13:08
Siliciumare there any problems to upgrade from hard beta to stable?13:08
Siliciumi can't wait :D13:08
RussellGeeno, you should be fine13:11
RussellGeejust keep applying updates and you have the final release13:11
Pici!final13:11
ubotuIf you installed a Alpha/Beta/RC version of Ubuntu 8.04 (Hardy Heron) and have been keeping it up to date, then you are already running the latest version of Hardy. To make sure, type « sudo apt-get update && sudo apt-get dist-upgrade » in a console.13:11
=== davmor2 is now known as davmor2_away
=== dendrobates is now known as dendrobates-
=== dendrobates- is now known as dendrobates
=== dendrobates is now known as dendrobates-
=== dendrobates- is now known as dendrobates
zuldoko: ping nagios-plugins MIR question13:31
dokozul: ?13:34
zuldoko: couldnt we put nagios-extras-plugins back?13:34
zuldoko: since Im not really sure what to do13:35
dokozul: sure, but then you would need to build the fping and qstat plugins from this source13:36
zuldoko: gotcha13:37
dokoit's still in hardy/universe13:37
zulk Ill get that done today13:37
dokozul: the other possibility would be to build the -extra package from nagios-plugins and keep the binary in universe13:38
zuldoko: ok that would be easier13:39
pittihi james_w13:39
pittijames_w: that's for stables, right? how has testing been gone for the hardy version so far?13:40
* Hobbsee waves13:42
james_wpitti: There is a proposed update for Hardy there as well.13:42
pittijames_w: ugh, the hardy task is 'fix released'13:42
pittijames_w: ah, I see now; darn, nobody was around to upload this last week?13:42
james_wah, sorry, I forgot to update the status.13:43
FujitsuHow do I escape from a situation like the following?13:45
james_wnobody offered to sponsor, perhaps that's why.13:46
Fujitsudpkg: too many errors, stopping13:46
Fujitsudpkg: ../../src/packages.c:252: process_queue: Assertion `!queuelen' failed.13:46
FujitsuAborted (core dumped)13:46
pittijames_w: hardy uploaded13:49
james_wpitti: thanks.13:49
=== davmor2_away is now known as davmor2
pittimvo: simple-ccsm> there is no bug# in the changelog; is it critical for RC? where has it been ack'ed?14:00
pittimvo: (string changes, too)14:02
mvopitti: that is universe, I got a FFE from the motu-team14:04
pittimvo: ok14:05
pittitkamppeter: any luck with an updated hplip?14:06
mvopitti: hm, but have a ccsm translation update in the queue too14:10
hubuntuWhere can i see the code to make the Edubntu Add-on CD?14:15
hubuntuI want to make an Add-On CD but with localized packages, drivers, codecs, etc.. and I do not want to make an ubuntu fork. So using the Edubuntu Add-on CD base should do the trick, right?14:15
hubuntuand as a side effect we would have an add-on CD framework that do not break or fork ubuntu14:16
Riddellpitti: is apport going to be on or off in gnome?14:18
pittiRiddell: we'll switch it off right after RC14:18
pittiRiddell, seb128: I'm still pondering whether we'll again disable it in adept/update-notifier, or disable apport completely in the default file14:19
pittiI'll bring that up in Thursday's meeting14:19
seb128pitti: will disabling apport make it stop hanging the program for several minutes?14:19
cjwatsonhubuntu: http://people.ubuntu.com/~cjwatson/bzr/cdimage/mainline/ and http://people.ubuntu.com/~cjwatson/bzr/debian-cd/ubuntu/14:19
pittiseb128: yes14:19
cjwatsonhubuntu: checkout with bzr; the best place to start is probably by grepping for CDIMAGE_ADDON14:19
seb128pitti: ok then disable apport completely14:19
pittiand we can disable it in one location, which is more obvious to find than a gconf key14:20
seb128pitti: I've enough to wait for 5 minutes when evolution crashes to be able to start it again and there is likely users annoyed by that too14:20
pittiyeah; and devs can still re-enable it if they want14:20
pittiseb128: that was my feeling, too14:20
pittiRiddell: what's your opinion on that?14:20
Riddellwhat seb128 said14:21
seb128(not that evolution crashes often nowadays but that's an example)14:21
pittiseems we alredy have a consensus then :)14:22
hubuntuthanks cjwatson I'll see what i get out of it ;)14:24
mptOh, so *that*'s the reason I never got an explanation when program's crashed in 7.10?14:26
mptprograms, rather14:26
mptbecause I was using a final release?14:26
\shseb128, evolution crashes always, when using evolution as exchange replacement in a company with a crappy mail environment14:27
\shtbh, not evolution, but the backend part of it14:27
\shseb128, regarding imap and pop3 you are right...14:28
seb128\sh: the exchange connector might crash, I've no idea about that14:28
=== jsgotangco is now known as greeneggsnospam
\shseb128, it's hard to debug....there are problems while sending (e.g. attachments with more then 100k are likely to work in the first try...restarting evolution helps) and sometimes the calendar <-> evolution sync backend is crashing...whysoever...14:30
emgentheya people14:34
=== mdz_ is now known as mdz
affluxsorry, dumb question: linux-restricted-modules installs some .mod.o files (fglrx, nvidia, ath_hal...). How are they supposed to get loaded into the kernel? I've for example /lib/modules/2.6.24-15-generic/volatile/nvidia.ko on my system, but it has no package and I wonder where it comes from.14:45
affluxerr, maybe this is rather something for #ubuntu. I'll ask there14:46
Amaranthafflux: lrm-manager14:47
affluxAmaranth: ah, that was the trick. Thanks a lot!14:49
dholbachTheMuso: can you take a look at http://paste.ubuntu.com/7121 and tell the archive admins if you like it? (I'm asking you, because Alberto fixed the apt/sources.list thing in envyng in a different way and some other bugs along with it)15:00
TheMusodholbach: ok15:01
Kopfgeldjaegerare there any plans to include disc encryption in ubiquity for 8.10?15:03
TheMusodholbach: Looks fine to me. Is there a bug open about this?15:05
cjwatsonKopfgeldjaeger: it's on my list, although I am conscious that it's not a straightforward job so could slip despite the best-laid plans15:07
munckfishHi guys, xorg question - Am I correct in presuming the 'vesa' driver should not be available for the powerpc build?15:17
munckfishI'm investigating LP 217647, and I noticed in the x log that it's trying to load the vesa and failing15:17
ubotuLaunchpad bug 217647 in xorg-server "Crash at startup on PS3 (hardy)" [Undecided,New] https://launchpad.net/bugs/21764715:17
cjwatsonvesa is usually a property of the graphics card, not the CPU architecture15:18
cjwatson(well, ish ...)15:18
carlospitti: hi, I have a question for you about latest language pack for Hardy before release15:20
pitticarlos: sure, shoot15:21
carlospitti: When will you do that final upload?15:22
pitticarlos: I requested a full export, so we should get that Wednesday night, right?15:23
pitticarlos: I'll build the new packages on Thursday, and have them accepted right after the RC15:23
carlosright, so the plan is to upload that as the final one15:23
pittiright15:23
carlosok15:23
carlospitti: hmm, we should handle LanguagePackTranslationDeadline better for next release...15:24
cjwatsonmunckfish: but in any case it's supposed to default to fbdev on powerpc; that may not necessarily prevent it probing vesa, but at the same time that may not be what's actually failing15:24
carlospitti: it's supposed to be on Thursday, instead of today15:24
pitticarlos: hm, I interpret that as "final packages must be ready by then"15:25
munckfishcjwatson: ok thx for the info15:25
carlospitti: as a translator, I interpret it as, the last day to do translations that will be included in the final release15:25
pitticarlos: I'd like to keep the possibility of yet another upload/rebuild before the release15:25
carlosmaybe we just need some clarification for next release15:25
pittiin case something gets horribly wrong15:25
cjwatsonmunckfish: that backtrace rather looks like memory corruption15:25
carlospitti: I'm not asking you to delay it15:26
pitticarlos: right, we should document that better15:26
carlospitti: but to take care of it in Ibex :-D15:26
zulpitti: hi http://pastebin.ca/986056 (this is for the nagios-plugin reports) I ripped out fping and qstat out of nagios-plugin-standard and put it in nagios-plugin-extra which we can keep in universe15:27
munckfishcjwatson: oh oh really? I see15:28
cjwatsonmunckfish: the sort of thing that happens if you overflow a buffer and trample on malloc's internal structures, say15:29
cjwatsonunfortunately, those failures aren't usually very local15:29
MacSlowdue to https://bugs.launchpad.net/ubuntu/+bug/215833 I'm forced to boot my laptop with 2.6.24-15 in order to try updating to 2.6.24-16.22... but with 2.6.24-15 I cannot get wifi to work anymore15:32
ubotuLaunchpad bug 215833 in linux-ubuntu-modules-2.6.24 "system won't boot after kernel 2.6.24-16-generic update" [Undecided,Fix released]15:32
pittizul: ah, I see; did you change the seeds for -plugins -> -plugins-standard?15:33
MacSlowI tried to compile it (linux-ubuntu-modules-2.6.24-16.22) on another box but there it fails to compile15:33
zulpitti: no I havent15:33
pittizul: the -plugins depends: plugins-extras will require that15:33
pittizul: or, drop it to a suggests, as you see fit15:34
munckfishcjwatson: so I've no experience with these sorts of things yet. Am I likely to nail it with the normal X debugging stuff as doc'd on the wiki? Or is something like valgrind needed?15:34
zulpitti: ok15:34
pittizul: the maintainer scripts are copy&paste from the existing ones?15:34
zulpitti: yes15:34
MacSlowis there a way to just grab a .deb from the repository-server?15:34
pittizul: diff looks good to me, modulo above issue15:34
zulpitti: thanks...15:35
pittiMacSlow: from archive.ubuntu.com? sure, firefox, browse to it, and click on it, gdebi will take care of it15:35
cjwatsonmunckfish: valgrind may help if you can get it to work on the X server; I did a visual inspection but didn't see anything obvious15:36
cjwatsonmunckfish: talk with bryce once he's up15:36
cjwatsonmunckfish: could you attach /etc/X11/xorg.conf too?15:37
munckfishcjwatson: umm I could but I probably won't be able to get it till tomorrow15:39
munckfishI should have grabbed that too bother!15:40
TheMusomvo: You're not planning any final tweaks to compiz between now and final are you? If so, we may want to conider freedesktop bug  1229215:40
ubotuFreedesktop bug 12292 in App/compiz "No accessibility events issued by gtk-window-decorator when Alt+Tabbing" [Normal,Resolved: fixed] http://bugzilla.freedesktop.org/show_bug.cgi?id=1229215:40
StevenKThere's an Ubuntu bug about that too15:41
TheMusoStevenK: I know.15:41
TheMusoStevenK: I have been contacted about trying to get it in for hardy.15:42
mvoTheMuso: we discussed this in #compiz-fusion-dev, the fix seems to be not complete, but its a great start, I think I need to commit one or two small tweak for compiz for RC15:42
TheMusomvo: Oh ok.15:43
munckfishcjwatson: what tz is bryce in?15:44
mvoTheMuso: but my information is already ~4h old, its quite likely that the remaining bits are fixed now too, I will check. the initial patch was small and obvious enough to include it IMO15:44
cjwatsonmunckfish: US/Pacific15:44
munckfishok i c15:45
munckfishI may prepare a mail to the ubuntu-x list, I won't be able to work in this tonight15:45
TheMusomvo: Ok, thanks a lot.15:45
munckfishthx for your help again15:45
cjwatsonmunckfish: it looks like it ought to be soluble, but this is just an instinct thing15:51
cjwatsonI mean, soluble without anything very difficult - because it's so early in the startup process and the crash is in ordinary library functions15:51
cjwatsonmunckfish: it also seems possible that if all else fails it might be soluble with explicit configuration just for ps3, since it's in the autoconfiguration code15:54
munckfishcjwatson: yes this is one thing I wanted to try tomorrow morning15:54
munckfishI want to grab the xorg.conf from the gutsy install15:54
munckfishand bung it over the auto-gen'd one15:54
munckfishsee if that solves it15:54
cjwatsonit would certainly explain the regression from gutsy to hardy; I expect it will, though you may have to tweak a bit15:54
munckfishcjwatson: if this was the case, how would be get PS3 specific xorg.conf to happen in the install process?15:55
cjwatsonsetting DISCOVERED_VIDEO="fbdev" somewhere appropriate in xserver-xorg.postinst if the current machine is a PS3 would be sufficient15:55
munckfishe.g. what packages would need to be updated to carry that extra knowledge (I don't know the installer system very well at all)15:55
cjwatsonit's all in X; xorg is the source package in question, xserver-xorg is the binary package15:56
cjwatsonwe like delegating this sort of thing to packages rather than trying to encode all the knowledge in the installer15:56
munckfishok xorg like our glue package isn't it?15:56
cjwatsonright15:57
munckfishok, how long are we looking at for this now btw? e.g. RC build is 17th15:57
munckfishis that our cut-off?15:58
cjwatsoncan't really do it before RC now, but if you have a tested fix ready for right after RC then it should be possible15:58
cjwatsonthe RC builds have to be ready well before it actually releases, for testing15:58
munckfishok16:03
Mirvmvo: would you now happen to have time to upload the bug #216211, it has ack in the bug report now from the motu release16:23
ubotuLaunchpad bug 216211 in compizconfig-settings-manager "ccsm Finnish translation broken again" [Undecided,New] https://launchpad.net/bugs/21621116:23
seb128pitti: is bug #215948 something which needs an exception? cheese is a GNOME package and not on the CD, would be nice to have but if it's not updated that's alright too16:24
ubotuLaunchpad bug 215948 in cheese "Update cheese to 2.22.1 (include hildon patch)" [Undecided,In progress] https://launchpad.net/bugs/21594816:24
pittiseb128: it's part of gnome, so I'd say it's just subject to the general RC freeze16:24
seb128pitti: which means upload and wait?16:25
pittiyeah, please go ahead16:25
seb128pitti: it's not on the CD so should not be too much trouble16:25
seb128pitti: ok, thanks16:25
mvoMirv: thanks, doing that now16:27
Mirvmvo: thanks.16:29
keesslangasek: can you let refpolicy 0.0.20071214-0ubuntu3 into universe?  This will let SELinux folks have a more useable RC experience.  :)16:59
emgentheya kees :)17:00
keeshi emgent17:00
mvoMirv: uploaded17:01
=== davmor2 is now known as davmor2_away
asacbryce: i am not sure what your patch did, but it definitly didn't turn off offscreen pixmaps17:03
asacmaybe you forgot to port it for 1.4?17:03
asacbryce: i 1.4 the setting is negated: XaaNoOffscreenPixmaps ... vs XaaOffscreenPixmaps in 1.5 (fedora)17:04
asacbryce: i have: ii  xserver-xorg-core                       2:1.4.1~git20080131-1ubuntu817:05
tkamppeterpitti, I have made a new HPLIP package with the fdi file updated. see bug 19578217:16
ubotuLaunchpad bug 195782 in hplip "Users not automatically added to "scanner" group: No scanning functions of HP multi-function in Hardy" [High,In progress] https://launchpad.net/bugs/19578217:16
pittitkamppeter: ah, did you test it with a full package build/install/scanner test?17:20
pittitkamppeter: thanks, I'll get to it17:20
pittitkamppeter: how did you end up with "hplip-dbg_2.8.2-0ubuntu8_source.changes"? it should be "hplip_..."17:21
tkamppeterpitti, I simply copied the wrong line to get the name. The file is the correct one, I should better find a way to auto-generate the name, otherwise I produce simply white noise. The content is correct.17:22
asacbryce: you forgot to enable it in series :)17:24
asaci am doing a test build and will upload17:24
tkamppeterpitti, file name is corrected now.17:26
pittitkamppeter: "way to auto-generate" -> what do you use, debuild -S and dpkg-buildpackage -S automatically create the source.changes?17:26
ion_asac/bryce: Confirmed, the bug with firefox and scaled images still exists.17:27
asacion_: the patch is not applied :)17:27
asaccurrently fixing that17:27
ion_:-)17:27
pittitkamppeter: accepted, thanks17:28
asacion_: takes a bit :) ... doing a test build to be sure ;)17:28
tkamppeterpitti, I do "dpkg-buildpackage -rfakeroot" to generate source and binary packages. Then I install the binaries to see whether they install and work. The only missing file after that is the _source.changes. I use "dpkg-genchanges -S" to generate it, only this command generates it on stdout and not in a file.17:29
pittitkamppeter: oh, I see; IMHO "debuild -S" and then "debuild -us -uc -b" is a bit easier, but your's works, too (although it's pretty unusual)17:30
asactkamppeter: its handy to first run -S ... and then -b :)17:30
asacthat will give you the chance to trash all and unpack the clean .dsc again17:30
cjwatsonI often do debuild -S, unpack in temporary directory, debuild -b17:30
munckfishcjwatson: are you on the ubuntu-x list? do you want me to CC you in my mail there?17:31
tkamppeterpitti, HPLIP now appears as in "waiting for approval" state. Are you a distro manager to approve it? If not, is additional info needed to add to the bug report?17:31
cjwatsonmunckfish: I suggest CCing ubuntu-cell17:31
cjwatsonI'm not on ubuntu-x17:31
munckfishok cool17:31
Hobbseetkamppeter: it's already picked up17:32
Hobbseeassuming teh queuebot doesn't lie, anyway17:32
tkamppeterThanks, pitti and Hobbsee17:32
pittitkamppeter: as I said, I just accepted it; it's already building17:32
Hobbseey/w17:33
pittiyay for new soyuz insta-build-record creation \o/17:33
cjwatsonpitti: particularly since the publisher is down :)17:33
pitticjwatson: but that would affect build-from-done (instead of published archive), right? or what do you mean?17:33
cjwatsonpitti: I mean that it's particularly good that it's fixed since we don't have to wait for the publisher ...17:34
pitticjwatson: right; what I meant is, now we do not even need to wait for this horribly slow buildd queue-builder17:34
tkamppeterpitti, bug 217787. Seems that /lib/security/pam_smbpass.so got taken from the distro lately.17:35
ubotuLaunchpad bug 217787 in cupsys "cups crashes when using web-gui and refuses to print" [Undecided,New] https://launchpad.net/bugs/21778717:35
cjwatsonpitti: I hope it's not just because the publisher is down ...?17:35
cjwatsonas in, it's not going to slow back down again once I restart it?17:36
tkamppeterpitti, "Accepted" notification for HPLIP has arrived.17:36
pitticjwatson: when I praised the soyuz guys for it, they didn't seem surprised, so I hope it'll stay that way :)17:37
cjwatsontkamppeter: pam_smbpass.so was only recently added in the default stack, but the error should be cosmetic17:37
pitti(this was one of my pet nags for soyuz, and I complained very often)17:37
cjwatsontkamppeter: I doubt it's actually the cause of that bug - it's just some log messages that people noticed at around the same time!17:37
asacbryce: ok attached all the pieces that will go up to bug 18203817:37
ubotuLaunchpad bug 182038 in xorg-server "Black rectangle instead of image in FF3 [Hardy]" [Medium,Fix committed] https://launchpad.net/bugs/18203817:37
keescjwatson, pitti: can one of you release refpolicy (universe)?17:38
pittihey kees17:38
keesheya pitti :)17:38
pittiI had a look at it earlier, but it looked very intrusive; let me look again17:38
pittikees: right, most of the changes don't even have bug refs, so I couldn't check approval status17:39
pittiand the patch -- description ordering in the changlog is ... confusing17:39
keespitti: hrm, true, it's cosmetic though.  only selinux would be affected by that upload, and is currently not installable without it.17:40
pittikees: not installable? how come? it's just patches, no dependency changes etc?17:41
keespitti: right, I don't mean packaging-uninstallable, but rather one cannot get SELinux up and running.17:41
pittikees: you can vouch that the new version doesn't aggravate it?17:42
keespitti: upstream vouches, but if you want me to test it as well, I can do that first.17:42
seb128pitti: can you reject the libgweather upload I just did?17:56
pittiseb128: not in queue yet17:56
seb128ok17:57
pittiseb128: also, you can just reject it yourself if you want17:57
* pitti waits another 3 minutes, when it should appear17:57
seb128pitti: ok, that was a "don't accept it" rather ;-)17:57
pitti:)17:57
seb128pitti: in case you were quicker17:57
max_I LOVE UBUNTU :)17:59
pittimax_: :)18:00
pittiseb128: kicked18:00
seb128pitti: thanks18:00
seb128I'll reupload after diner a fixed version18:00
seb128I've to go now18:00
=== davmor2_away is now known as davmor2
zeldhi to all : )18:19
zeldi've read about genbuntoo...18:20
zeld: )18:20
zeldwhat about the project at the moment?18:21
lagaask the author?18:24
Picizeld: https://wiki.ubuntu.com/GenBunToo - As you can see, its not an Official Ubuntu derivative.18:24
jdongwe have nothign to do with the project18:25
lagayou can also install portage and emerge on ubuntu. i guess. probably nobody has tried it, but it should be possible ;)18:25
jdongit's not, by any means, a ground breaking concept18:26
jdongIMO the authors need to read up on apt-build18:26
jdongwhich ALREADY does what this set of primitive pseudo broken "shell scripts" does.18:26
zeldok thanks guys : )18:26
zeldbut i want only ubuntu with precompiled package : D18:26
zeldonly for information...18:27
zeldin front of portage i prefere pkgsrc : )18:27
jdongwell what's clear is anyone who uses this methodology is on their own in terms of bug reports.18:27
lagai dont think "optimization" will benefit many people18:28
jdonglaga: agreed18:28
jdongmaybe 1-2% speed up at most in 99% of scenarios18:28
zeldjdong:  u think?18:28
jdongmost of the things that benefit from compiler-flag optimization already do so in their build scripts18:28
jdongzeld: yes.18:28
zeldbut i386 is obsolete...18:28
zeld: S18:28
jdongzeld: do you want to list exactly what -march=nocona does over -march=generic?18:29
zeldjdong: i know the arch and the list : D18:29
jdongzeld: rough answer is not much. tiny microoptimizations that can either reduce or improve performance18:29
* laga debuilds vim with -O9918:29
zeldmany cpu are based and compatibly with 38618:29
ion_One kind of optimization that would be beneficial would be somehow measuring the branches programs typically choose and take that into consideration when compiling. But i don't know a generic way to implement that.18:30
zeldlaga: LOL!18:30
jdongzeld: on x86 based architectures compile-time instruction set optimizing is not helpful.18:30
lagazeld: then use amd64, most cpus are compatible and these builds are often more optimized18:30
jdongion_: kind of done already18:30
jdongion_: firefox supports building with PGO18:30
jdongion_: which essentially runs that spidermonkey test suite while profiling the browser, and rebuilds according to that data18:30
zeld: )18:30
zeldunderstod jdong laga  : )18:31
jdongion_: I've heard that it could increase performance 7-fold on some routines compared to our existing firefox18:31
jdongzeld: my point is optimization is not just blindly sticking three options to GCC18:31
jdongzeld: I was a Gentoo user for far longer than I'm an Ubuntu user/developer18:31
=== rcc is now known as godfather
jdongzeld: and even back then I failed to notice much if any difference between various compiler-time flags18:31
ion_jdong: Yes, that's a way to do it, but it's not a generic way. Every program would then need to have a test suite and have it run with profiling on during the build process.18:32
=== godfather is now known as GodFather
jdongion_: how much more generic could one make it though?18:32
jdongion_: a test suite could be as easy as scripting firefox to load some website, mencoder to encode a test video, etc18:32
ion_jdong: Have a repository section with packages built with profiling on and a cron job that posts the results to an Ubuntu server, have the server average the results and then rebuild packages based on them to the normal sections, tell people to use the profiling sections while informing them of the implications? :-P18:35
\shif someone from ubuntu-release is so kind and review bug #211326 and think about upgrading rsync ...:)18:35
ubotuLaunchpad bug 211326 in rsync "[Freeze Exception] Please update rsync to 3.0.x for hardy" [Wishlist,New] https://launchpad.net/bugs/21132618:35
jdongion_: haha18:35
jdongion_: interesting idea18:35
davmor2help! please.  I have to keep rebooting to burn test cd's.  It's only happened over the last few days.  If I leave the dvd-rw for any length of time it becomes unusable until I reboot then it works fine until I leave it again.18:43
zeldbye peopple : )18:46
slangasekkees: refpolicy> please get approval from motu-release18:47
keesslangasek: okay18:47
psyke83hi, I'd like to bring bug #192888 to everyone's attention (the problem where firefox crashes sporadically due to flash). I found a workaround that we could have ready for Hardy's release. See my comments there18:49
ubotuLaunchpad bug 192888 in pulseaudio "firefox crashes on flash contents" [Undecided,Confirmed] https://launchpad.net/bugs/19288818:49
psyke83basically, I found out that Fedora 9 (i386 version) comes preinstalled with pulse, libflashsupport *and* nspluginwrapper). It seems that having flash isolated in the npviewer.bin process prevents firefox from crashing18:50
psyke83I manually compiled nspluginwrapper for i386, installed the wrapper plugin and flash, and firefox doesn't crash anymore in Hardy18:50
mario_limoncieller doko_, it looks like you messed up on the color prompt stuff in bash?  your variable to be uncommented is force_colored_prompt, where as later in the bashrc you check for force_color_prompt18:53
mario_limoncielli18:54
mario_limonciellll file a bug :)18:54
\shpsyke83, please add your observations to the bug, pls :)18:55
psyke83\sh, I already did, but I thought that I'd ping everyone in here in case I grab someone's attention that isn't subscribed18:55
psyke83my findings are in the last two entries (my name there is Conn)18:56
\shpsyke83, asac is the man for that problem actually...and yes, we saw the crash on i386 without the wrapper but not on amd64 where we need the wrapper18:56
psyke83\sh, right18:57
ion_Yeah, getting rid of the flash crashes would be nice indeed. :-)18:57
psyke83\sh, flash seems to continue crashing at times (the pulseaudio developers realized that the problem is in the flash plugin), but using the wrapper means that the firefox process will never crash - you just get a grey box and an error dialog, and reloading the page fixes the problem18:58
\shion_, getting rid of a closed source, crashing flash would be nice, yes :)18:58
psyke83this behaviour is the same as in Fedora 9 (with flash sometimes turning grey; I presume it is crashing)18:58
\shpsyke83, actually the crash come later...on amd64 I'll have the crash after I closed firefox actually...18:59
psyke83\sh, damn :(19:00
\shpsyke83, and ubuntus crash dialog tells me, it's pluginwrapper which is crashing19:00
psyke83I didn't notice firefox crashing yet, but I'll continue testing... nevertheless, it seems better to use the wrapper if it offers some protection against the entire firefox process segfaulting19:00
\shnot flash actually..but I think it's the trigger for this19:00
psyke83\sh, this is the real problem: http://www.pulseaudio.org/ticket/26719:00
psyke83it just so happens that nspluginwrapper lets us recover from flash (and the wrapper) crashing19:01
psyke83...and if the bug is in flash, we can't really solve it directly.. damn closed source :P19:01
\shpsyke83, right :)19:01
\shpsyke83, no...damn adobe to add some different behaviour to the sec fixed flash player...19:01
\shpsyke83, which is not even documented, at least not on the adobe web page...19:02
saivannSome people reported that they had wrong Swap partition UUID in /etc/initramfs-tools/conf.d/resume in bug 205990, can someone take a look at this? Looks that it might be a side effect of replacing volumeid by uuid-runtime that might cause upgrade issues between gutsy and hardy19:02
ubotuLaunchpad bug 205990 in usplash "[hardy] splash screen disappears after a few seconds" [Medium,Triaged] https://launchpad.net/bugs/20599019:02
psyke83\sh, I downgraded flash and it still seemed to crash, IIRC19:02
psyke83should I add the flash bug to track nspluginwrapper so the maintainer can consider creating an i386 build, or should I leave it, do you think?19:03
=== ryu2 is now known as ryu
\shpsyke83, well, actually the .115 never crashed for me on i38619:06
psyke83\sh, with libflashsupport enabled?19:06
\shpsyke83, no just leave it to flashplugin-nonfree, I think the decision will be a critical one regarding the time of release19:07
\shpsyke83, really, I don't want to make this decision...because listening to ogra and his ltsp stuff, it works somehow...regarding i386 user, they are freaked away because of this, and amd64 users are happy19:09
cjwatsonsaivann: volumeid wasn't replaced by uuid-runtime19:10
cjwatsonsaivann: worth checking whether multiple Linux installations were involved19:11
saivanncjwatson : when updating initramfs-tools, volumeid is uninstalled and uuid-runtime is installed19:11
psyke83\sh, I can imagine it's a tough call, since a) there will be many unhappy users due to firefox constantly crashing, b) we can't tell when Adobe will fix this issue (or if they will at all) and c) using nspluginwrapper on i386 will require lots of changes for plugin detection etc, unless you use it exclusively for flash, and handle it in the flashplugin-nonfree package's scripts19:12
cjwatsonsaivann: sure, but you've drawn the wrong conclusion :)19:12
saivanncjwatson : Ha, sorry :)19:12
cjwatsonsaivann: volumeid was merged back into udev, and the uuidgen program was split out of e2fsprogs into uuid-runtime19:12
psyke83I think a decision should be made soon though, for or against19:12
saivanncjwatson : I just looked at the changelog.. yes19:12
cjwatsonanyway, this doesn't really help you with the bug as such, just wanted to clarify that19:13
saivanncjwatson : You believe that having multiple linux system on the same computer using the same swap partition might cause the UUID to change?19:13
cjwatsonthere have been bugs in that sort of general area19:13
cjwatsonwe've never tracked them down for certain19:13
saivannat least if having wrong values in /etc/initramfs-tools/conf.d/resume can't have a real negative impact..19:14
cjwatsonit would be interesting to know if any non-Ubuntu Linux systems are involved (though may not be)19:14
saivanncjwatson : I asked the question in the bug report19:15
saivannthanks19:15
\shpsyke83, well, it's 9 days before release...I hope that everyone is sane enough to not introduce another serious regression...if the bug is known, and we can document a workaround or push a fixed flashplugin later into hardy...I would say: stay with it..but that's me...I have to work with flash all day long in my company :)19:17
cjwatsonsaivann: I don't see how this can possibly be related to the usplash crash Scott diagnosed earlier in that bug report. Are you sure that you aren't helping to make the bug report more confusing by conflating several different issues? People with different issues from the original reporter should be directed to file a new bug.19:18
stgraberpitti: any idea about bug 21781519:19
ubotuLaunchpad bug 217815 in debian-installer "When selecting LVM Crypt, erase never ends" [Undecided,New] https://launchpad.net/bugs/21781519:19
cjwatsonI just commented on that ...19:19
\shpsyke83, actually I know now what's not working and I can do something against it: 1. installing amd64 on 64bit dual core machine, or stay with the crash on i386 :)19:19
stgraberpitti: I don't usually wait for the erase disk step to complete so haven't experienced it myself but it has been reported twice already (two different reporters)19:19
saivanncjwatson : I'm also suprised but this has been confirmed by three persons + people from the ubuntuforum. Don't forget that it happens when "Reading files needed to boot"19:19
cjwatsonsaivann: it is *not related* to the usplash segfault. It is a different problem that may happen to have the same symptoms.19:20
cjwatsonit's entirely possible for different bugs to have the same symptoms - if they all end up piled into the same bug report then the bug report ends up impossible to deal with19:21
psyke83\sh, heh... and the common opinion held is that Ubuntu x86_64 is less stable than x86... how ironic that it's now more stable because of propitiatory software, heh19:21
pittistgraber: so cancelling works?19:21
keescjwatson: which bug is the usplash crash?19:21
cjwatsonkees: 20599019:21
pittistgraber: hm, last time I tried that, it finished successfully, but that's some weeks ago already19:21
cjwatson<Keybuk> "usplash segfault in bogl_tcfb_put" and attach the trace19:21
cjwatson<Keybuk> it looks to me like it's gone out of the bounds of the framebuffer19:21
psyke83*proprietary19:21
saivanncjwatson : So I might have complicated things.19:21
stgraberpitti: cancelling works for me (just finished my alternate i386 lvm-encrypted test)19:21
cjwatsonof course it's hard to tell that *that's* the same issue as the original reporter, too19:22
cjwatsonthe original reporter said "19:22
cjwatsonthe original reporter said "I have tried without quiet and splash options and I don't see any segfault ...19:22
cjwatson"19:22
\shpsyke83, well, that I can't underline, I'm working at home on amd64 only...and I have to say, it's at least stable for me to do my daily tasks...which is compiling, using openoffice and playing nexuiz ;)19:22
cjwatsonbut, at any rate, there are at least two different problems in that bug, and many different users19:22
psyke83\sh, heh. I can't comment, as I've never owned a 64bit system :(19:23
stgraberpitti: I'm doing another testcase now (LTSP) but will install on encrypted LVM and will wait this time instead of immediatly canceling it19:23
pittistgraber: thanks; maybe do it on a small HD in VMWare :) (that's what I usually do)19:23
stgraberpitti: the HDD in this computer is 10GB large, that shouldn't take very long19:25
saivanncjwatson : Mmh.. the initial reporter dmesg file does not contain any segfault, only the w00t one. It seems clear that there is two bugs here.. as you just noticed19:26
cjwatsonsaivann: ok, if that's the case then the segfault people need to be redirected :)19:27
cjwatsoneither way ...19:27
cjwatsonI'm not sure that a usplash segfault would show up in dmesg, mind you19:27
cjwatsonafter all it's just an ordinary userspace application - why would it show up in the kernel ring buffer?19:27
jdongcjwatson: on x86-64 segfaults show up in dmesg19:28
jdong[243994.160735] tomboy[18006]: segfault at b5d7fb40 eip b5d7fb40 esp bfa2e53c error 419:29
jdongnot just x86 actually19:29
jdongit's happening on 32-bit in Hardy too19:29
jdongthat's new, but x86-64 has done it for a while19:29
stgrabercjwatson, pitti: about bug 217815 couldn't it be that the eraser is lacking of random values to write on the disk and is waiting for input device activity to generate real random values ?19:30
ubotuLaunchpad bug 217815 in debian-installer "When selecting LVM Crypt, erase never ends" [Undecided,New] https://launchpad.net/bugs/21781519:30
saivanncjwatson : the segfault appears for woot, but not other users that posted their dmesg19:30
pittistgraber: it sounds unlikely to me, since /dev/random would be empty *very* fast, and urandom isn't supposed to be blocking19:30
pittistgraber: but of course anything is possible, IANAKD19:31
cjwatsonjdong: is that true for all possible kernel paths that could raise SIGSEGV? It seems to be just in the page fault code19:31
stgraberok, the "moving the mouse in the guest" part made me remember of GPG and some other encryption tools like that19:32
pittistgraber: but that would be a funny situation: urandom being blocked on disk I/O to get entropy, disk I/O being blocked on urandom for delivering more data :)19:32
stgraberpitti: indeed :)19:32
jdongcjwatson: that might be true. Killing arbitrary processes with SEGV doesn't do it19:32
* jdong might be confusing the pagefault mechanism with grsec's signal audit framework19:32
cjwatsonstgraber: as far as I can see, partman-crypto doesn't use random data, it uses zeroes19:33
cjwatson(for the erase)19:33
cjwatsonstgraber: so, no, I don't think that is possible19:34
cjwatsonstgraber: did you reproduce it in kvm, or elsewhere?19:35
stgraberI'm trying to reproduce on real HW19:35
cjwatsonApr 15 16:27:37 main-menu[3032]: (process:14634): [:19:35
cjwatsonApr 15 16:27:37 main-menu[3032]: (process:14634): /: unknown operand19:35
cjwatsonhmm, what's that about19:35
cjwatsonjoy, *somewhere* in partman19:36
stgrabercjwatson: http://iso.qa.ubuntu.com/qatracker/result/1453/19519:36
=== ryu2 is now known as ryu
stgraberthis one is on real HW19:36
cjwatsonvery odd19:36
saivanncjwatson : Well do you still believe that I should ask the people that gets a backtrace to open a new bug report?19:37
saivanncjwatson : s/backtrace/segfault/19:37
cjwatsonsaivann: yes please19:37
saivanncjwatson : Ok thanks for your guidance19:38
cjwatsonstgraber: oh, I suppose it could be that it's writing zeroes to the encrypted device and access to the encrypted device is blocking due to lack of randomness. or something19:38
cjwatsonwe do seem to set up dm-crypt using /dev/urandom though19:40
cjwatsonunless cryptsetup is using /dev/random somewhere else19:40
stgrabercjwatson: reproduced in KVM19:42
stgrabercjwatson: I created a VM without network access, 128MB of RAM and with a 1GB HDD. It first got stuck at 8%, then at 33% and finally found enough entropy to complete19:43
stgraberfor both 8% and 33% moving mouse or any other kind of activity seems to make it continue19:44
stgrabererase disk worked correctly on real HW (never got stuck)19:45
cjwatsonI reassigned the bug to partman-crypto, but I don't think it really belongs there19:46
seb128pitti, slangasek: I've just uploaded a libgweather update, would be nice to get for hardy, is it late to get it accepted now?19:46
cjwatsondoes /dev/urandom exist, out of interest?19:46
stgraberit does19:46
mo__i have ha problem, any kernel above 2.6.24-12 freezes while booting at "loading device drivers" . INFO: AMD Phenom/Ubuntu 8.04 Beta19:51
amitkmo__: upgrade your kernel, it was fixed19:52
kirklandanyone know of a website that hosts Ubuntu Manpages?  Something similar to manpages.debian.net, or linuxmanpages.com, but Ubuntu-specific manpages?19:52
mo__amitk, i did upgrade it today, still the same19:53
stgraberJust tried once again with kvm and a "standard" VM (kvm -hda test.img -cdrom blah.iso), if you don't leave the VM and don't press any key or move your mouse it'll freeze after only a few %19:54
cjwatsonkirkland: I've never heard of one19:54
amitkmo__: are you running -16?19:54
kirklandcjwatson: bummer, okay.  I'm building one now.19:55
mo__amitk, for the moment -12, -16 fails19:55
mo__amitk, as -14 does19:55
amitkmo__: try -16 again, there should be a new version of linux-ubuntu-modules for -1619:55
cjwatsonkirkland: excellent19:55
cjwatsonkirkland: I'm happy to help from the groff/man point of view if you run into toolchain problems19:56
cjwatson(I assume you're going to be using groff to build the HTML output; it would be a good idea ...)19:56
kirklandcjwatson: i might like your review of the pair of scripts I'm using to generate it19:56
cjwatsonsure, send me mail?19:56
amitkmo__: does waiting for it to boot (for a long time) continue the boot? Just to be sure that we are talking about the same problem....19:56
mo__amitk, yes, the modules update came a few days ago, it did not solve the problem (for me)19:56
kirklandcjwatson: i was actually just building flat text, but HTML might be nice too19:56
mo__amitk, yes of course, it skips after a minute or smth19:57
cjwatsonkirkland: oh, ok, either way19:57
mo__amitk, or after pressing ctrl+alt+del19:57
amitkmo__: strange... let's move to #ubuntu-kernel19:57
asacanyone knows why bash completion is completely broken here on my laptop (up-to-date), while it still works on my desktop (up-to-date)20:22
davmor2asac: cause it's you laptop :P20:22
asacyou mean TAB is broken?20:24
megabyte405try compressed air ;)20:24
kirklandevand: I hit an error testing Kubuntu i386 Alternate ISO, OEM installation.  I'm filing a bug against oem-config, curious if there are particular logs that might be useful.  Riddell pointed me your way.20:46
tgillespiehi, is it just me or is the latest boost build broken?20:46
evandkirkland: depends on the error, but typically running the installer in debug mode (`ubiquity -d` in a terminal) and attaching /var/log/syslog, /var/log/partman, and /var/log/installer/debug is sufficient.20:49
kirklandevand: install succeeded, boots into Kubuntu, installed an additional application (audacious), clicked oem-config-prepare, rebooted; on reboot X fails to come up, drops to a root shell20:51
kirklandi'm sitting at that root shell, will grab /var/log/syslog, /var/log/partman, and /var/log/installer/debug, file the bug, and move on with my testing20:51
mario_limonciellkirkland, if X is failing to come up, you may consider grabbing /var/log/Xorg.0.log too20:51
kirklandmario_limonciell: yup, i had that one20:52
cjwatsonkirkland: also /var/log/oem-config.log, please21:00
kirklandcjwatson: okay21:00
=== davmor2 is now known as davmor2_away
kirklandevand: cjwatson: Riddell: FYI: https://bugs.edge.launchpad.net/ubuntu/+source/oem-config/+bug/21788421:04
ubotuLaunchpad bug 217884 in oem-config "Kubuntu OEM failure on second boot" [Undecided,New]21:04
mdkeasac: just noticed the existence of start.ubuntu.com - is someone working on keeping that synched with changes to ubuntu-docs or is it automatic?21:05
asacmdke: oh, you are the  creates the content of ubuntu-docs21:07
asacright?21:07
asacsorry if i forgot. but i think my brain just wiped everything not of immediate concern :)21:07
mdkeasac: well, the ubuntu-core-doc team has commit access to the bzr branch, but I tend to take care of most changes in the package, with dholbach's help :)#21:08
asacmdke: so you know how all this works?21:08
asacgood ... please join #ubuntu-mozillateam21:08
asacill get someone for you21:08
asacmdke: ?21:09
mdkeon my way21:09
=== pedro__ is now known as pedro_
keesslangasek: bug 216132 ack'd by motu-release (refpolicy).21:18
slangasekkees: ok, accepted, thanks21:19
evandkirkland: thanks, found the problem and uploading a fix momentarily.21:25
kirklandevand: oh, cool.  i was trying it again in case it was something i had done wrong ;-)21:26
mjg59laga: No22:15
tjaaltonslangasek: new xorg with the fix for bug 217724 uploaded23:10
ubotuLaunchpad bug 217724 in xorg "xqbiff prevents x11-common from removing /usr/X11R6/bin" [High,Confirmed] https://launchpad.net/bugs/21772423:10

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