[00:03] cjwatson: hmm, could also use build score bumps for language-pack{-gnome,}-de{,-base} [00:08] slangasek: the gssd upstart job, did it ever respect RPCSECGSSOPTS from /etc/default/nfs-common? [00:09] Sorry, RPCGSSDOPTS [00:11] Caesar: it did, but I noticed that /etc/default/nfs-common didn't set this as a template, and I ran into bug #545673 that can be worked around by making sure to use exec directly instead of 'script [...] exec' [00:11] Launchpad bug 545673 in upstart "'expect fork'+'respawn'+script+ENOENT => start/running w/o PID" [Undecided,New] https://launchpad.net/bugs/545673 [00:12] Caesar: since the recommendation from upstart upstream is to not source files in /etc/default anyway, I would recommend you apply your tunings directly to the upstart job [00:13] slangasek: argh [00:13] That seems so gross [00:13] Okay, so today in Hardy, we tweak RPCGSSDOPTS in /etc/default/nfs-common [00:13] Nice, easy to parse and manage file [00:14] You/Scott are saying the new "right" way is to munge the upstart job instead? [00:14] Scott says that [00:14] I remain mute on the subject of whether it's right :-) [00:14] I think a little bit of pushback is warranted === dendrobates is now known as dendro-afk [00:15] are upstart jobs 'config files' [00:15] well, quite aside from whether it's right, I can't see another way to not hit that bug with /usr-as-separate-partition + NFS-mounted-at-boot [00:15] lifeless: so are init scripts, but nobody wants to have to edit them [00:16] slangasek: yeah [00:16] slangasek: I'm still trying to get my head around this bug you're talking about [00:17] Caesar: so what happens is that when you use 'script', upstart launches a shell to execute the specified script; which means when rpc.gssd fails to start because /usr isn't mounted yet, the exact nature of the failure is masked from upstart [00:18] if upstart knew it was execve()->ENOENT, it would handle it gracefully [00:18] Can it not handle a non-zero return code from a script fragment? [00:19] in general, yes [00:19] in this case, something goes Screwy [00:19] I haven't looked to see /why/ it goes screwy, though [00:19] Oh Upstart, please don't snatch defeat from the jaws of victory [00:21] slangasek: I'm sorry, I have conscientious objections to modifying init scripts and upstart jobs fall into the same category [00:21] Isn't this why $DEITY invented /etc/default in the first place? [00:21] * Caesar goes and reads the FHS and Debian Policy [00:23] FWIW, I think that /etc/default is an annoying indirection; I don't know if I'd go so far as Keybuk has and conclude that upstart's declarative syntax is sufficiently friendly to remove the need for them [00:23] but there are certainly many other /etc/default/ files that I expect to become obsolete besides this one [00:23] (including, thankfully, all of the START=no ones) [00:24] slangasek: what is wrong with Debian Policy 9.3.2 though? [00:24] The issue that this tries to address is still there [00:25] (third-last paragraph specifically) [00:26] "Often there are some variables in the `init.d' scripts whose values control the behavior of the scripts" - sure; except that in this case, the only reason to *have* it as a variable, instead of in-line in the upstart job, is *because* of that file [00:26] " As the scripts themselves are frequently conffiles, modifying them requires that the administrator merge in their changes each time the package is upgraded and the conffile changes" [00:26] Upstart jobs are conffiles, right? [00:26] yes [00:27] I think the point is that SUSv3 sh format files are more manageable than upstart job files [00:27] given that the next bit says "files in /etc/default may be conffiles", the only justification for having it as a separate file is that it's easier to hand-merge a default file than an upstart job [00:28] ... than an initscript, I mean [00:28] So out of curiosity, if this was managed by debconf, how would that be managed? [00:28] it's also easier to hand-merge an upstart job than to hand-merge an initscript; the question is whether it's easy enough [00:29] if it were managed by debconf, wherever you store it can't be a conffile [00:29] Right, so that might be /etc/default/foo [00:29] So we're right back where we started again [00:29] so you get to pick between sourcing /etc/default and managing that, or having an upstart job that's not a conffile and managing that [00:30] Okay [00:30] Meanwhile, we have an unmanageable rpc.gssd [00:30] The advantage of /etc/default is that in most cases changes do not need to be merged. [00:30] Whereas changes to an upstart job do need to be merged. [00:31] the reason /etc/default was introduced (I was there, I remember) was that merging init script changes was often really scary and difficult [00:31] is it not sufficient to do 's/^\(exec rpc.gssd\).*/\1 myopts/' ? [00:31] Upstart jobs need some way to be configured, and directly editing the upstart jobs sounds pretty burdensome. [00:32] slangasek: no, that would work [00:32] if we have the upstart job *right*, merges will be very infrequent [00:32] slangasek: German language packs rescored [00:32] cjwatson: ta [00:35] slangasek: so far it's changed a bit during Lucid's development [00:35] I think we're going to just have to hold our noses and ship our own Upstart job with Puppet [00:35] It makes me sad, because we're going to have notice when the upstart job changes upstream [00:38] I'm sorry for that, but if I change it back then the upstart bug makes it impossible for me to dogfood it because the rpc.gssd upstart job will zombify on my system === almaisan-zzz is now known as almaisan [00:39] It seems like the ideal solution would be for upstart to be able to read env variables out of /etc/default and pass them on exec lines. [00:39] slangasek: isn't the right solution to fix the Upstart bug? [00:40] You're kind of papering over it [00:40] papering over bugs is often what happens shortly before release! [00:40] upstart should be fixed; I don't think that's going to happen in time for lucid [00:41] anyone here who's never papered over a bug to get a release out, raise your hand === almaisan is now known as almaisan-zzz [00:41] I expect upstart's ptrace handling is implicated here, which Keybuk has just today made warding signs against changing for lcid [00:41] lucid [00:42] cjwatson: heh [00:45] What's better ettiquette for a sync request? A new bug number or tack it onto the bug that's intended to be fixed by the sync request? [00:45] the latter, IMHO [00:46] goodo [00:46] But requestsync isn't geared towards doing that is it? [00:46] nope [00:47] I'll try to figure out what bits I need to twiddle from a previous sync request [00:47] doing whatever you find easier is fine :) but it should only require subscribing ubuntu-sponsors [00:48] ok [00:48] I really need to pull my finger out and go for Ubuntu Membership again [00:50] slangasek: so I guess retitle the bug report as part of doing the latter? [00:51] Caesar: I would do so, yes [00:52] (and add the usual information about why to overwrite any Ubuntu delta, etc) [00:52] Yep [00:52] Fortunately there is no delta [01:12] Man, Launchpad is cool [01:38] sweet, 10GB on dropbox for free [01:41] how? [01:41] tell me now! [01:42] they bumped up the max referrel reward to 10gb [01:42] apparently I already had enough, so I just looked and I had 10GB [01:43] so for a 2GB plan that's pretty kickin' [01:43] dang [01:43] I had 2.5 from referrals, but it went back to 2 [01:43] now it says 2.25GB [01:43] nixternal: did you put it on twitter/identi.ca? [01:43] no [01:43] that's what really shot mine up [01:43] should I? [01:43] here we go!!! [02:07] jcastro: ping === jra is now known as Guest78777 [02:16] It seems Whenever apparmour gets updated, my computer stats crawling to a stop. [02:18] there was some discussion of kernel memory pressure from apparmour === dendro-afk is now known as dendrobates [02:28] cody-somerville: there's a bug on that [02:28] bug 458299 [02:28] Launchpad bug 458299 in linux "apparmor_parser: page allocation failure. order:5" [High,Fix committed] https://launchpad.net/bugs/458299 [02:43] am I crazy for thinking that the kernel should... you know... actually HIDE partitions with the hidden flag? [02:47] yes [02:48] yes [02:50] psusi: PSHHHHHHH next you'll say that movie rentals should be non-DRM'ed and based on the O_IPINKYSWEAR bit in the metadata... [02:50] *ducks* [02:50] I'm crazy for thinking that the hidden flag should actually do something? [02:50] like PDFs? [02:51] or that in general, the kernel should pay attention to any of the fields in the partition table besides start and length? [02:51] ajmitch: haha pretty much. Aren't there actually "cryptographically" enforced ones though? [02:51] or is that a even more proprietary format? [02:51] no idea :) [02:52] * psusi throws jdong a copy of the e2defrag package to play with [02:52] hahahaha *takes snapshot* [02:52] is it ureadahead-aware yet? [02:53] jdong, I fed it a list transformed from ureadahead's list to prioritize the defragging and it did help, but only so much... it still does not want to move the blocks out of the block group the inode is in, and it doesn't do inode relocation [02:53] psusi: oh :( [02:53] psusi: I think one of the most useful optimizations is going to be the ability to say "move this list of files such that they're close to each other" [02:53] jdong, it also still does not do extents and uninit_bg [02:54] aye [02:54] lol isn't that the default creation mode for ext4 in Ubuntu since Karmic? [02:54] It seems the lucid kernel lacks the configuration to load DSDT from initramfs. [02:55] ion: that's since karmic ... had to boot a jaunty system to test a DSDT fix :( [02:57] jdong, yes... and extents also seem to REALLY minimize fragmentation anyhow [02:58] though I did find that the man page states that lazy_bg_init defaults to on, but it does not... when you specify it the mkfs really goes much faster ;) [02:58] psusi: it's not file level fgramentation that worries me these days. it's more "logical" fragmentation between groups of related files for tasks. [02:58] psusi: which is one reason I find Windows (XP, Vista, 7)'s idea of "prefetch packs" to be pretty brilliant [02:58] hello everyone, I'm trying to use groundcontrol to check out a project and I get "please enter account details". even if I enter them, I still get that. does anyone know what I might be doing wrong? [02:58] jdong, right [02:59] psusi: where they attach a machine learning self-training algorithm to the launch of each executable [02:59] yea... would be nice if ureadahead could do that.... pack it into one file then tell the kernel to stuff that into the cache for the files it came from [02:59] of course right now they seem to be hitting the not-enough-cache-to-be-awesome barrier [02:59] yeah, indeed [03:00] if there's a way to have ureadahead generate separate packs for bootup, login, starting openoffice, etc [03:00] don't they also have something where they can put the pack files on a usb memory stick for fast reading during boot? [03:00] yup [03:00] ReadyBoost [03:00] and not just during boot [03:00] launching programs in general [03:00] I've been wondering that myself lately... would be nice to at least have a different pack for boot and one for login [03:00] the Prefetch folder in C:\Windows is full of ureadahead-style strategy files for what blocks are used in what order to start various .EXEs [03:01] and then, their idle defragger "merges" these packs together and picks the most optimal way to reorder things on disk [03:01] really? [03:01] so not only is there ureadhead-style smart reading order per app launch, but ProcessIdleTasks()'s defragger actually repositions stuff on disk [03:02] and 3rd party defraggers like PerfectDisk read the same Prefetch files and applies a "smarter" layout algorithm for even better (claimed) performance [03:02] it's such an impressively designed system on paper, I'm slightly surprised it isn't the case that we praise Windows for their IO performance... [03:03] when reading and talking about this, it kinda does sound like doubleplusuber-readahead :) [03:03] reminds me of when NT had zero copy async io and TransmitFile and Linus poo-pooed the idea of adding sendfile() to the kernel [03:04] must be a long time ago [03:04] I found an old copy of dd I modified years ago to use O_DIRECT aio with 16 simultanious requests... tried it on my new ssd and actually exceeded the mfr throughput specs ;) [03:07] I've been playing around with gpt partitions lately and it's upsetting me that it goes to all the trouble of designating really unique type codes for partitions, and explicitly defines a hidden flag, and the kernel pays attention to none of it [03:08] You like that hidden flag-thing, huh? [03:08] well, if they bothered designing the fields in there, they ought to be used [03:10] I mean if an OEM puts a hidden rescue partition on the disk, it shouldn't show up on the user's desktop for them to go gee, what are all these files? [03:12] Well... I dislike that hidden rescue stuff. Reminds me about computers from the supermarket with included M$ OEM CS and a super-duper hidden volume with lot of crap on it (drivers, recovery stuff, etc.). [03:13] psusi: the hidden field was important in DOS [03:13] psusi: its not anymore [03:13] has anyone here used ground control? I can't seem to get it to log in for me [03:13] no, sry [03:13] psusi: in DOS it was critical to be able to boot parallel installs, because of the brain dead lack of abstraction layers DOS used (C: rather than mount points) [03:13] lifeless, yea... because nobody respects it... so why did they bother putting it in GPT? where it is explicitly defined as such, rather than just the high bit of the type that one os decided would be used to hide partitions? [03:14] for that matter, why use big GUIDs to type the partitions if that information is also totally ignored? [03:15] microsoft have a hammer in their APIs [03:15] and to them, everything looks like a nail. [03:15] gpt doesn't have anythign to do with microsoft [03:15] orly? [03:16] yea.. Intel and Apple seem to be the main ones behind it [03:17] seems a case of "not invented here" to decide to ignore the fields just because someone else designed them [03:17] NIH would be doing our own disklabel [03:17] with msdos partitions it was kind of understandable because there never was any real good design specified, it just kind of grew organically, but with gpt this is not the case [03:19] for that matter, why the hell did the linux community bother defining msdos partition tags for raid and lvm when they aren't used? same goes for swap [03:19] anyhow, it was intel + ms [03:19] uefi consortium [03:20] apple is a late comer to it, they just skipped DOS disklabel support entirely in their intel machines [03:20] psusi: swap label is used [03:20] lifeless, by what? swapon works just fine if the partition is not marked as swap [03:21] sure [03:21] depends how you define 'used' I guess [03:21] anyhow, lunch tmie [03:26] odd. my selected search engine keeps defaulting back to yahoo!. [03:27] oh well, at least I managed to get parted fixed so it can manipulate other partitions on a disk that has one mounted again [03:30] What do you put under /usr/local/sbin (instead of /usr/local/bin)? I can't decide where to put some of my self-written applications. === rgreening_ is now known as rgreening [03:31] Aquina, sbin is for system management/maintainance apps [03:32] i.e. things that the super user would want to run [03:32] On some setups, users don't even have sbin in their path. [03:32] aye [03:33] man hier and no toher resource mentiones this explicitly though. [03:34] but maybe I just had better deduced it from the other /sbin dirs [03:35] man hier seems to specify that sbin is for system administration [03:35] Aquina, Do your scripts require to be executed as root? [03:35] although the entry for /usr/sbin seems wrong... looks like it was duplicated from /sbin since it says contains programs needed to mount /usr [03:36] lol [03:39] some, cody [03:40] I'm seperating the system related (which also require root previleges) to /usr/local/sbin [03:40] These are not only scripts however. :-) [03:41] Yes I also noticed that mistake. You can find it on everal websites. *rofl* === manjo is now known as manjo_ === manjo_ is now known as manjo [04:03] slangasek: around? i have a few questions about /etc/init/mounted-varrun.conf [04:03] slangasek: i think this file is causing Bug #550561 [04:03] Launchpad bug 550561 in base-files "/etc/motd contains duplicate welcome/documentation blurbs on lucid" [Low,Incomplete] https://launchpad.net/bugs/550561 [04:04] slangasek: i think /var/run/motd should be cleanly generated by pam_motd now [04:04] slangasek: i don't think it needs to be seeded by this upstart script [04:05] slangasek: hmm, well, maybe not causing that bug upon closer inspection [04:06] slangasek: actually let me take a different approach ... [04:06] keybuk: wanna improve bootspeed ever so slightly? :-) you can gut the motd parts of /etc/init/mounted-varrun.conf [05:18] can someone bump the build priority on xserver-xorg-input-evdev & -synaptics? [06:06] doko__: being able to cross-compile a package is a feature; please respect the feature freeze [07:06] Silly question, if I have a package in restricted (or multiverse) that makes free binaries and non-free binaries, can those binaries be placed in main/universe? [07:07] Good morning [07:10] NCommander: No [07:11] StevenK: ugh, so I need to split this into multiple source packages :-/ [07:20] NCommander: how would a single package make both free and nonfree binaries [07:21] lifeless: I have an Xorg driver for a vendor, it builds once with free source only (MIT), and again with free source+embedded binary blob for full functionality [07:21] lifeless: I was wondering if I need two source packages, or one. [07:22] ugh [07:22] what card? [07:22] lifeless: ARM SoC, not public yet [07:22] ah kk [07:22] lifeless: I'd just do the embedded binary blob, but I rather have the FOSS driver for the image, then the blob for full acceleration if the user is willing to taint there system [07:23] tjaalton, bryceh: does either of you have time for bug 539473? (revert the introduction of libutempter); I can take it if you are too busy [07:23] yeah [07:23] Launchpad bug 539473 in libutempter "libutempter needed as xterm build-dependency" [High,Incomplete] https://launchpad.net/bugs/539473 [07:23] two packages [07:23] lifeless: Its a unique situation, hence why I asked. [07:23] lifeless: *grumble*. I'm still talking with the vendor on how we can improve the design [07:25] step 1, don't do a binary blob:) [07:25] Step 1 is surprisingly hard, judging by the profusion of binary blobs. [07:30] pitti: i can take it [07:30] tjaalton: thanks [07:32] The following packages have unmet dependencies: [07:32] bzr-builddeb: Depends: dpkg-dev but it is not going to be installed [07:32] Depends: devscripts but it is not going to be installed [07:32] thats apt-get install bzr-builddeb reading from the dc archive [07:32] any thoughts on why ? [07:32] james_w: ^ [07:57] pitti: would it be ok to merge xterm 256 as well? here's the upstream changelog http://invisible-island.net/xterm/xterm.log.html#xterm_256 [07:58] tjaalton: looks fine, yes [07:58] pitti: ok, thanks [08:02] good morning [08:07] pitti: Could you take a look at this bug? it seems change you made cause regression. [08:07] https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/531155 [08:07] Ubuntu bug 531155 in gedit "gedit schemas is not registered during live session" [Low,Invalid] [08:08] nobuto: it's on my list to look at [08:09] pitti: I feel relieved. thank you. [08:12] good morning pitti [08:12] hey kenvandine; late for you.. [08:12] yup [08:16] slangasek: what do you think about building openldap against db4.8? (it's one of the last two packages in main still using 4.7) === almaisan-zzz is now known as al-maisan [08:54] <\sh> hmm..empathy is gone after last update on lucid somehow [08:56] hello [08:57] I was looking into firefox package, and I haven't seen the point in which is setted the default homepage... Am I looking into the right package' === jelmer is now known as Guest17661 === tkamppeter_ is now known as tkamppeter === mthaddon changed the topic of #ubuntu-devel to: Launchpad will be down/in read-only from 11:00 UTC until 13:00 UTC for a code update | Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://w [10:25] Launchpad down/in read-only 11:00 UTC - 13:00 UTC for a code update | Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs === mthaddon changed the topic of #ubuntu-devel to: Launchpad down/in read-only 11:00 UTC - 13:00 UTC for a code update | Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/He [10:27] let's try that again... === mthaddon changed the topic of #ubuntu-devel to: Launchpad down/read-only 11:00 - 13:00 UTC for code update | Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWith === mthaddon changed the topic of #ubuntu-devel to: Launchpad down/read-only 11:00-13:00UTC for code update | Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBug [10:27] and final time... === mthaddon changed the topic of #ubuntu-devel to: Launchpad down/readonly 11:00-13:00UTC for code update | Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs === almaisan-zzz is now known as almaisan [11:44] persia: ping [11:54] pitti: Would you please rescore kdepimlibs on sparc (the only arch it's not built on)? It would avoid some other build failures is a few hours if you would. [11:55] ScottK: done [11:55] pitti: Thanks. === almaisan is now known as almaisan-afk [12:13] * Keybuk has a sudden epiphany with the mountall prompt issue [12:13] very much of the "the answer's not in the box, it's in the band" variety [12:13] Oh? [12:14] had been trying to work out how to deal with more important prompts replacing less important ones [12:14] how to make sure that if we were bored waiting for /porn, and bored waiting for /warez [12:14] and /porn showed up, we'd replace the message with one about /warez [12:14] but if an fsck failed in the meantime, etc. [12:14] had thought of a complicated message list, which needed continuous grooming, etc. [12:14] then realised much easier way [12:15] just have, on each mount point, a state variable [12:15] after changing that, call a function to "update plymouth" [12:15] that picks the most important message from the list of mounts and shows that one (if not already the one showing) [12:17] I was thinking of dumping all prompts asynchronously to plymouth with priority as an integer and letting it handle them. :-P [12:17] that'd require rather more logic at the other end [12:17] It already needs to handle multiple simultaneous prompts, doesn’t it? [12:18] it does, but by blocking them [12:18] which is the exact behaviour we need to avoid in mountall [12:22] * amitk wonders if Keybug is talking about bug 527666 [12:22] Launchpad bug 527666 in mountall "multiple LVM volumes not mounted in Lucid" [High,Confirmed] https://launchpad.net/bugs/527666 [12:23] amitk: I'm talking about a known issue with mountall [12:23] it may or may not be the cause of may of the apparent "bugs" === almaisan-afk is now known as al-maisan [12:37] Keybuk: fonts tend to be up your street; any idea which package the new 'Ubuntu' (not Title) font is in [12:37] sladen: is it packaged yet? [12:38] Keybuk: this was I was wondering... if not, where do I file visual kerning issues? [12:39] with dalton maag I guess ;) [12:39] though how can you have kerning issues if you don't have the font? :p [12:40] Keybuk: I have *eyes*. The spacing between the 'u' and the 'b' is too wide in and the spacing between 'k' and 'u' too narrow [12:40] Keybuk: it's the same as looking at a boot screen and going "that's slipping down"! [12:41] in the logos? they may be still using unfinished versions, etc. [12:41] that's an artwork issue [12:41] talk to the art team [12:41] (the font is certainly going to be released aiui, it's just still not finished and such things are being tweaked every day) [12:44] though, if you ask me, the logo is slipping to the right, not down :p [12:53] I wish LP would invest the time into giving themselves the ability to do Live Rollouts === rgreening_ is now known as rgreening [13:25] bdmurray: could we have a page like http://qa.ubuntu.com/reports/team-assigned/canonical-foundations-assigned-bug-tasks.html, except for milestones? In particular I'd like something like LP's milestone view but that shows assignees as well. I started trying to produce this, but it looks like you might already have the infrastructure to do this nicely. [13:29] Riddell, lex79: do you know why KDE dropped the kdesu wrapping for mounting internal drives in the first place? with the recent hal, the policy is very open, and every user/script (including non-admins) can now mess with internal disks [13:34] pitti: that was always a patch we added, and we still add it people.canonical.com/~jriddell/tmp/kubuntu_06_user_disk_mounting.diff [13:34] Riddell: so that broke somehow? [13:35] that or hal broke, I've not looked into the issue [13:35] hal didn't change since karmic [13:39] pitti: except that 10_nonpolkit-mount-policy.patch was added? [13:40] Riddell: no, that's been there since jaunty or so [13:40] hal has never allowed any user to mount internal disks, until yesterday [13:44] pitti: let's wait and see what lex says then === deryck changed the topic of #ubuntu-devel to: Launchpad down/readonly 11:00-14:00UTC for code update | Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs [13:54] having to add an hour to downtime for LP. sorry. [13:54] :( [13:54] I know :( [13:54] deryck: good luck! [13:54] thanks! [13:55] foundations team: is it worth holding our meeting today, given that we're all going to be "LP was down and I'm still catching up"? [13:56] cjwatson: I'm happy to skip it [13:57] deryck, I guess there is no way to bzr pull things during downtime? [13:58] having launchpad down for 3 hours during work hours sucks [13:59] seb128: especially on the last day before Freeze [13:59] seb128, yes, it does suck. and no, I saw reports this morning that bzr pull did not work, though I thought that was some of the point of read only mode for us. [13:59] :-( [13:59] mvo: how come is it that everytime update-manager gets upgraded, I get to re-remove a conffile? (update-motd.d/91-release-upgrade). If I removed a conffile, it should remain removed. [13:59] or is that by design? [14:00] * cjwatson is keeping an informal upload queue log in a text file so that he can remember what to commit/upload when LP comes back [14:01] lamont: hm, it's a symlink, not a real conffile; that might be it? [14:01] * seb128 can't bzr pull so hard to know on what to work [14:01] or rather annoying to apt-get source to then copy things over [14:01] * pitti is catching up with email [14:01] I should reply to bugs using the email interface ;-) [14:02] seb128: that works fine indeed [14:02] jdstrand, mdeslaur: about bug 537978, there is a regression in debian recent "feature" allowing DHCP to change any hostname in lease renewal. I was pondering if it should not just be reverted, I wonder about security implications... The previous design was limiting the hostname change-by-DHCP to only if it wasn't previously set, which is quite safer. [14:02] Launchpad bug 537978 in dhcp3 "Lucid dhclient can't set hostname" [Medium,Triaged] https://launchpad.net/bugs/537978 [14:02] "Feature" was introduced in debian bug 508804 [14:02] Debian bug 508804 in dhcp3-client "dhclient-script does not set new hostname" [Normal,Fixed] http://bugs.debian.org/508804 === sconklin-gone is now known as sconklin [14:05] lifeless: usually not the package you are trying to install's fault. Try installing devscripts explicitly and repeat until you get a better reason than "not going to be installed". [14:10] ttx: let me take a look, hold on [14:10] hello [14:12] ttx: agreed. Dhcp should not change hostname if it is set locally [14:12] ttx: please revert to non-broken pre-lucid behaviour [14:13] mdeslaur: will do. I won't ask you to comment on that bug... :) [14:13] ttx: sure, hold on [14:13] ttx: let me just check the debian bug first [14:13] mdeslaur: because you can't :) [14:14] ttx: I can't what? [14:14] ttx: hold on a sec, it seems the fix was actually for a bug [14:14] I have installed ubuntu 10.04 64 bits. It was working fine when I closed my laptop entering in suspend mode and when I opened my laptop he show me the window to type my password, but after first updates it doesn't show window to type my user password and get me back to GDM to start a fresh gnome login =/ [14:15] ttx: the current script doesn't write to /etc/hostname anywhere, right? [14:15] mdeslaur: no it doesn't [14:15] the suspend mode continues working, the issue is when ubuntu come back to work (opened laptop) [14:16] ttx: yeah, the fix is wrong, I would go back to pre-lucid [14:17] mdeslaur: ack [14:17] ttx: actually...what's old_host_name? [14:18] ttx: is it the name the dhcp server _previously_ returned? [14:19] mdeslaur: I'm not exactly sure. We could honor it for example is /etc/hostname is still empty/missing. [14:20] ttx: if old_host_name is the previous name returned by dhcp, I like your suggestion in comment #3 [14:20] msetim: This is not the right channel. Would you like to join testing team and test your laptop. Have a look here. https://wiki.ubuntu.com/Testing/Laptop [14:21] s./? [14:21] mdeslaur: I'd add a check on /etc/hostname to only switch if hostname is not set by config. [14:21] because old_host_name is controlled by the DHCP server [14:22] otherwise you're back to enabling the DHCP server to change your hostname if it knows it. [14:22] ttx: right [14:24] primes2h, thanks ;) [14:25] ttx: ok, so if /etc/hostname is set, never change, or else honor dhcp hostname. [14:25] ttx: makes sense? [14:25] msetim: np. :-) [14:25] mdeslaur: yes [14:25] ttx: cool === dendrobates is now known as dendro-afk [14:33] I am trying to build a .deb, and I keep getting this error: http://pastebin.com/MbytmVSa [14:33] can anyone help [14:36] FeasibilityStudy: mind posting your rules file? [14:37] OK [14:39] one sec. [14:41] http://pastebin.com/632TzTrA [14:41] Now after messing around a bit with the spaces/tabs, I got it to go past that part. Now it is stuck at build saying no rule to target [14:46] FeasibilityStudy: I'd recomment using dh7 with overrides. Less to break imho, give me a sec [14:47] you don't even need overrides for any of that [14:48] rules.tiny and an install file should do fine [14:48] cjwatson: FeasibilityStudy http://pastebin.com/VBcFELkW [14:48] cjwatson: hehehehehee [14:50] but if you do use an override target, fix the bizarre indentation. a single tab is all you need [14:50] cjwatson: I blame pastebin [14:50] FeasibilityStudy: should do: http://pastebin.com/dsjNUyQQ [14:55] getting an error about a file already existing [14:55] FeasibilityStudy: so you do have a buildsystem? [14:55] http://pastebin.com/q7bQNmW5 [14:56] I think so. I believe I installed all of that. [14:58] FeasibilityStudy: nah, just put the second mkdir under the first one. though it seems you could delete it as well [14:59] hmm I still get the error [15:04] FeasibilityStudy: then delete the second mkdir === mthaddon changed the topic of #ubuntu-devel to: Lucid Beta 1 released! | Archive: Feature Freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs [15:06] still get error [15:06] must be something wrong with the spaces/tabs somehow [15:08] FeasibilityStudy: that would be another error, paste it again [15:09] http://pastebin.com/HNKrdY0q [15:09] 46. mkdir -­p /home/chrono/Desktop/Development/PyPass/dist/sandbox/pypass-1.0/debian/pypass [15:09] you have two different kinds of hyphens in there [15:09] this is all more work than you need, anyway [15:10] you could just put this in debian/install: [15:10] pypass usr/local [15:10] er, sorry [15:10] pypass.py usr/local [15:10] data usr/local/pypass [15:10] (why are you installing files to /usr/local, anyway? programs would go in /usr/local/bin) [15:10] * sebner agrees with cjwatson [15:17] Keybuk: it looks like the sys5 compat scripts conflict with upstart in runlevel 1.. it's trying to killall, and upstart keeps restarting tasks that rc kills [15:20] psusi: yes, long known bug [15:20] really the bug is that the sysv scripts use killall there at all [15:20] Keybuk: seems like upstart should handle the killall no? [15:21] cjwatson: what do you mean I have two different kind of hyphens in there? [15:21] psusi: there should be no "killall" when entering runlevel 1 [15:22] ttx: I did not preview anything else from what is already there, did not have time [15:22] Keybuk: why not? we need to make sure that everything is shut down [15:23] no you don't [15:23] single user mode != no processes running [15:23] that's kind of the point isn't it? yea... not no processes, but no processes that aren't set to run in single user mode [15:23] no [15:23] it isn't the point [15:24] the point is that only one user is logged in, and additional users cannot log in [15:24] not that there is nothing running [15:24] yea... and if other users left background jobs running, then should not be running once switched to single user mode [15:25] why not? [15:25] I don't see anything in the sysv spec about htat [15:25] FeasibilityStudy: your paste shows "mkdir -­p" [15:25] (and you could argue the same for any change of runlevel) [15:25] according to sysv, if you runlevel 3 within X, your login session should be logged out, etc. [15:25] the whole point of single user mode is to make sure that no normal user stuff is running so the admin can perform system maintainence... do things like remount the root ro.... [15:26] FeasibilityStudy: I don't know if it's visible in your font, but that's hyphen soft-hyphen p [15:26] you need to remove the soft-hyphen or it won't work [15:26] cjwatson: must be the font I am using.. [15:26] the font would influence how it's displayed for you, but the stray character is certainly there [15:27] of user background jobs are not killed, he can't do that [15:27] s/of/if [15:27] and that's the cause of the error you're seeing [15:27] psusi: no it isn't ;) not according to the spec [15:27] badly written spec the ;) [15:28] I would agree [15:28] cjwatson: probably because I copied a template from a .pdf file tutorial and it didnt translate [15:28] this is why Upstart doesn't *do* SysV by itself [15:28] but I am at a loss of what to do now.. [15:29] psusi: arguably the sysvinit script should omit pids managed by Upstart, like the shutdown ones [15:29] FeasibilityStudy: remove the character immediately before "p" in that mkdir line. It should read "mkdir -p". [15:29] FeasibilityStudy: I don't know how to be any clearer than this - sorry [15:29] Keybuk: the killall would not be needed if say, when the getty upstart job spawns a user shell, upstart keeps track of this and makes sure it's dead when the getty job is stopped [15:29] imho that's really the right way to do it [15:30] upstart does do that [15:30] but it allows processes to escape [15:31] what do you mean? [15:31] but I am copying what sebner pasted verbatim [15:31] what he suggested I put in rules.. [15:31] if a user logs into a gnome desktop and spawns a background job, then you stop gdm, does that background process get killed? [15:31] no [15:32] didn't think so... that's the problem that killall was put there to fix [15:32] slangasek: I'm trying to figure out how plymouth logging works, shouldn't there be a /var/log/boot.log file? [15:32] FeasibilityStudy: I'm afraid you aren't. I just rechecked sebner's version and it does not match yours. [15:32] by default [15:33] this is odd..I am using nano and I can only see that -- if I move the cursor over it, then it appears [15:33] pitti: what have you done to me? http://paste.ubuntu.com/407086/ [15:33] * lamont remembers fondly when gnome would actually come up when he logged in. [15:33] it seems like only yesterday [15:33] FeasibilityStudy: wait, sebner's version is a bit broken, but in a different way [15:34] lamont: the guest session isn't supposed to have access to other people's home directories; even less so if that person is as important as lamont! [15:34] FeasibilityStudy: OK, look. DELETE that override_dh_auto_install paragraph entirely. ADD a debian/install file that contains two lines, as follows: [15:34] pypass.py usr/local [15:34] data usr/local/pypass [15:34] pitti: I logged in as ME [15:34] Ok I got the hyphen thing fixed..now the error is cp: cannot stat `data/': No such file or directory [15:34] pitti: so WTF am I guest? [15:34] lamont: hm, apparently with using /usr/share/xsessions/guest-restricted.desktop ? [15:34] cjwatson: what was broken? [15:34] well, that's a matter for you, if you don't have a data/ directory in your package then you shouldn't be trying to copy it :-) [15:34] lamont: what does "Session" say in ~/.dmrc ? [15:34] sebner: you had some stray soft hyphens [15:35] pitti: interesting... I dist-upgraded, rebooted, and then logged in. [15:35] cjwatson: what should my rules file contain? [15:35] sebner: visible in w3m, not in firefox [15:35] cjwatson: grml, I just copied from him in the first place [15:35] FeasibilityStudy: it should be a copy of /usr/share/doc/debhelper/examples/rules.tiny [15:35] [Desktop] [15:35] Session=gnome [15:35] Language=en_US.utf8 [15:35] Layout=us [15:35] ^^piti [15:35] with a leading blank line [15:36] that looks fine [15:36] lamont: $ echo $GDMSESSION [15:36] ? [15:36] +mix 303 : grep lamont /etc/passwd [15:36] +mix 304 : id lamont [15:36] uid=2501(lamont) gid=850(mmj) groups=850(mmj),2502(desktop)... [15:36] pitti: totally not logged in [15:36] login works just fine, and then blank screen, still with the gdm background [15:36] cjwatson: do you recommend /usr/local/bin instead of /usr/local? [15:36] logging in on a tty? no problem [15:36] FeasibilityStudy: yes [15:36] so I'm gonna bet that GDMSESSION=null [15:37] lamont: you see the gdm screen? [15:37] pitti: I wonder if it has anything to do with the login not being in /etc/passwd? [15:37] lamont: what does it say when you select your user and look at the "session" picker at the bottom? [15:37] lamont: perhaps [15:37] gdm screen (with user pretty faces turned off), click on 'login' (or whatever), type in my name and password, just like all the times before [15:37] but it should use pam [15:38] pitti: adding to my fun was that I left my laptop in town last night, so I'm now about 30 minutes from my computer with the issue [15:38] lamont: right, but if you type your name, you should see a keyboard, loclae, and session selector, while the password input line is shown [15:38] "locale" [15:38] LANG=en_US.UTF-8 [15:38] and all that jazz. (ssh'ed into the machine) [15:38] mvo: so is dropping files in /var/lib/update-notifier/user.d/ still the way to make notifications appear? [15:39] ah, buttons. yeah... I can't see 13 miles through walls, though [15:39] lamont: that was just a typo correction from the previous sentence [15:39] lamont: can you check /var/cache/gdm/martin/dmrc [15:39] sorry, /var/cache/gdm/lamont/dmrc [15:39] cjwatson: yes, but it will only show them after /var/lib/update-notifier/dpkg-was-run got touched (that happens when apt finishes) [15:40] err, wtf [15:40] pitti: identical to the above [15:40] gcc just "optimised" my code to be in the wrong order [15:40] cjwatson: or on the next reboot of course (if you do it from the installer) [15:40] dpkg-run-stamp? ok [15:40] Keybuk: clearly you haven't informed gcc adequately [15:40] mvo: didn't see it on the next reboot, which is why I asked :) [15:40] lamont: err, wtf? [15:40] heh [15:41] lamont: hmm; when's the next time you can log into gdm on that thing? [15:41] mnt->error = ERROR_NONE; [15:41] plymouth_update (FALSE); [15:41] according to gdb, it did those two statements in the *opposite* order [15:41] gdb with -O2 screws up ordering all over, though [15:41] pitti: now that I have my laptop, I suppose I could run back home, otherwise it'll be around 2400 UTC [15:41] when stepping through, it appears to run almost all statements twice [15:42] lamont: hm, tomorrow then? [15:42] Keybuk: gcc vs gdb is always lost on optimized code - gotta look at the actual assembly to see wtf is up [15:42] lamont: I did [15:42] pitti: sure - I'll be back online about 1100 UTC [15:42] Keybuk: ew [15:42] lamont: sounds fine [15:42] pitti: meanwhile, I miss my desktop. :-p [15:43] lamont: I thought you aren't sitting on it anyway? [15:43] yeah, but it still eats at me [15:43] Keybuk: wow... so you checked the asm and it actually made the call before the ld? that's messed up === jamie is now known as Guest36694 [15:44] that violates the sequence point rule [15:44] precisely [15:44] plymout_update is actually a function right? not a macro? [15:45] http://paste.ubuntu.com/407093/ <-- pitti the upgrade that killed it, and since [15:45] lamont: erm, you removed gnome-session? [15:45] lamont: you removed a bunch of required packages! [15:45] that's doomed to fail [15:45] well, that'd do it [15:45] I didn't remove them... ghome-update did [15:45] lamont: yes, it'll totally not work without gnome-session [15:45] er, dist-upgrade did [15:46] DDTT ;) use upgrade and hold back, not remove [15:46] mvo: definitely not showing it - how should I go about debugging it? can I kill update-notifier and then run it under strace or something? [15:46] ubuntu-desktop: Depends: gnome-applets but it is not going to be installed [15:46] Depends: gnome-control-center but it is not going to be installed [15:46] Depends: gnome-panel but it is not going to be installed [15:46] Depends: gnome-session but it is not going to be installed [15:46] Depends: indicator-applet-session but it is not going to be installed [15:46] sigh [15:46] lamont: amd64? [15:46] yep [15:46] lamont: there was a soyuz bug which didn't publish gnome-panel and others for half a dsy [15:46] day [15:47] this caused a lot of FTBFS :( [15:47] and nothing in /topic here to warn me that I'd be dead if I upgraded? [15:47] sihg [15:47] lamont: you see, it's your own fault :) [15:47] note to self. do not sleep through the dist-upgrade [15:47] lamont: the great big THE FOLLOWING PACKAGES WILL BE REMOVED is the warning ;-) [15:48] cjwatson: it has a --debug-hooks switch that will print out some output, if you could paste that [15:48] Keybuk: at least it didn't give me the opportunity to type Yes, do as I say! [15:49] * lamont goes to find a corner to sit in [15:50] lol === MacSlow is now known as MacSlow|lunch [15:51] slangasek: could you have a look at (my fixes for) https://bugs.edge.launchpad.net/ubuntu/+source/base-files/+bug/550561 [15:51] Ubuntu bug 550561 in base-files "FFe: /etc/motd contains duplicate welcome/documentation blurbs on lucid" [Low,In progress] [15:52] mvo: I think it was user error, sorry [15:52] cjwatson: no worries [15:53] i just did a clean install using 'todays' live-CD and it seemed to be using the network ... downloading several sets of files. would i expect that, and does it work without the network present? [15:55] apw: language support files; and it should do, modulo bugs [15:55] cjwatson, will try it without the network next time ... thanks === jelmer is now known as Guest91560 [15:59] cjwatson, on a different note, its looking pretty professional [15:59] lool,doko__,mvo,slangasek,james_w: I didn't have time to send out a mail, but I'm cancelling the foundations meeting this week - LP downtime put the Europeans out of kilter in their work days, and everyone should be working on beta-2 bugs [16:00] apw: the new slideshow is very nice [16:00] shame the little minimise icon is a bit crap === deryck is now known as deryck[lunch] [16:04] asac, ogra: about bug 532733, should one of you be assigned to it, or do you need qemu-kvm maintainer to help / be assigned to it ? [16:04] Launchpad bug 532733 in qemu-kvm "apt/dpkg in qemu-system-arm hangs if a big task is installed" [High,Confirmed] https://launchpad.net/bugs/532733 [16:05] ttx: help much appreciated [16:06] ttx: we are kind of lost how to debug this. we suspect its either kernel or qemu enging having a thumb2 bug (though thats rather unlikely how late this happs imo) [16:06] asac: you can ping kirkland if that can be of any help. I'm not sure I understand where the problem lies either [16:06] but having a high/beta2-targeted bug without assignee sounds wrong :) [16:06] ttx: oh yeah. pleas assign to kirkland ;) [16:07] asac: well, I don't think he can really fix it as it stands [16:07] ttx: but he can ask for more info etc. [16:07] or probably has upstream contacts that might be able to [16:07] cjwatson: ACK [16:07] Argh..this drives me crazy..http://pastebin.com/VpHYmvtG [16:08] FeasibilityStudy: if you don't have a data directory, why were you trying to install it? === dendro-afk is now known as dendrobates [16:08] FeasibilityStudy: where is the original source that you're trying to package? [16:09] in the directory I am in [16:09] not on the Internet anywhere so we can look? [16:09] kirkland: ^ I'll let you comment on that, and assign yourself to it if you think it's the best way to fix this bug [16:09] cjwatson: No I wrote it [16:10] FeasibilityStudy: so, you were trying to install a 'data' directory. Where is it? [16:10] ttx: i can forward the bug to upstream qemu, and ask if anyone has ideas [16:10] cjwatson: you told me to add data to /debian/install [16:10] kirkland: sounds good. [16:10] ttx: it would probably take me a lot of time to dig deep into the arm emulation code and actually develop a fix [16:11] ttx: which, at this point, it looks to me like some strange issue in the arm emulation code [16:11] FeasibilityStudy: your original rules paste was http://pastebin.com/632TzTrA, and it contained 'cp -r data/ $(CURDIR)/debian/pypass/usr/local/pypass' [16:11] asac: is that what it looks like to you? [16:11] data usr/local/bin [16:11] is what you said to add to install [16:11] FeasibilityStudy: all I did was copy that over; I'm not telepathic and can't tell what your package looks like [16:11] *no I didn't* - I said 'data usr/local/pypass' which was a *direct translation* of what was in your original rules file [16:12] if you don't have a data directory, just remove that line from debian/install - I don't know why you had that cp -r there to begin with, in that case? [16:13] cjwatson: because some tutorial said to.. [16:14] I need some guidance on linking some c code to a "library support file" [16:14] FeasibilityStudy: that tutorial was no doubt describing how things would work for the application it was dealing with. You're supposed to adapt these things to meet your particular requirements [16:14] FeasibilityStudy: in that case, just remove that line from debian/install [16:14] the policy manual for library support files states that they should be placed in a subdirectory of the primary library (e.g. /usr/lib/somedir) [16:14] cjwatson I did [16:15] when I link to that file, and compile, everything works fine [16:16] but then when I try to execute, I get a "cannot open shared object file", since ldconfig doesn't traverse the subdirectories [16:16] so, now to my question: [16:16] kirkland: i would think it has to do with IO in the emulation code. yes [16:16] some deadlock [16:16] kirkland: please get it upstream ... thats the least we can do [16:16] what is the accepted solution for linking only to a support file when then executing? [16:17] asac: i'll email upstream today [16:17] kirkland: thanks. please CC me and ogra [16:18] kirkland: and lool [16:18] asac: you bet, i'm drafting the email now [16:18] rock [16:18] cjwatson: any idea why i get this: http://pastebin.com/Jp7irZeq [16:19] asac: oh, couple of questions for you ... [16:19] I mean I know it is not a directory, but why is it wanting it to be a dir? [16:19] asac: so this is in a chroot? or is there a backing disk? [16:19] rbellamy: normally, you'd use -rpath [16:20] asac: ah, i see a backing disk, root or qcow2 [16:20] cjwatson: I thought I was.... I'll have to review the build settings. No wonder I was confused. :) [16:20] asac: okay, are the disks scsi emulated, or virtio? [16:20] kirkland: its a disk. raw [16:20] disc image raw i am told [16:21] makes sense? [16:21] asac: first thing upstream is going to ask is if you tried virtio, as that's what they recommend in almost all cases [16:21] FeasibilityStudy: side-effect of how dh_usrlocal works - while I can recommend a fix, the more immediately urgent question, I think, is whether you have a good reason to install into /usr/local/ (or any of its subdirectories) at all? [16:21] asac: can you get me the *full* qemu-system-arm command line used (running in ps -ef) when this happens? [16:21] kirkland: ogra will put that command line in bug [16:22] kirkland: we dont know what virtio means ;) [16:22] asac: i see something at https://wiki.ubuntu.com/ARM/RootfsFromScratch [16:22] kirkland: yes. wait. we paste you the definitly command line in bug [16:22] cjwatson: dude, that was exactly my problem. Thanks for the pointer. [16:22] asac: can you try this: [16:22] cjwatson: probably not. Where would you recommend I install? The program does not need root..Keep in mind I am not installing this for ME..I am just wanting to package it, mainly to leanr how to. [16:22] asac: sorry, looks like this is what you're running: [16:22] qemu-system-arm -M versatilepb -cpu cortex-a8 -kernel ./vmlinuz -hda arm-rootfs.img -m 256 -append "root=/dev/sda mem=256M devtmpfs.mount=0 rw" [16:22] asac: ogra_cmpc: can you confirm? [16:22] FeasibilityStudy: it would be more normal to install into usr/bin [16:23] ok, would that fix this error? [16:23] kirkland: ok its RootfsFromScratch command line really [16:23] yes [16:23] kirkland: ogra_cmpc has no internet and cannot chat till next week [16:23] i am proxying [16:23] if you absolutely have to install files into /usr/local for some reason, http://paste.ubuntu.com/407112/ would make it work [16:23] but I'd recommend just installing to /usr/bin instead [16:24] asac: sorry, i don't know what RootfsFromScratch means [16:24] kirkland: ogra here, follow the instructions on rootfs from scratch to build an ubuntu-minimal setup (use --notarball to get a qemi [16:24] u image) [16:24] YAY! [16:25] cjwatson, this install is at 95% and is slowly flashing my HDD, any idea what phase that is? it could do with a message [16:25] however, it failed to pick up my GPG key..But I didn't use the -k flag. [16:25] kirkland: its a wikipage [16:25] asac: url? [16:25] ogra_cmpc: hiya, are you around? [16:25] kirkland: its a http://wiki.ubuntu.com/ARM/RootfsFromScratch [16:25] cjwatson: If one has one's own PPA is it necessary to sign the package when building the .deb, or does uploading it to the PPA do that for you? [16:25] FeasibilityStudy: that's OK, you can just run debsign by hand afterwards if you like [16:26] kirkland: as asac said, i cant get my machine online from here [16:26] FeasibilityStudy: you have to sign it before upload - the PPA system doesn't (and shouldn't!) have your personal key [16:26] <-- ogra [16:26] because when i created my PPA it created a new GPG key for me. So I figured it would be redundant to sign it with my personal key. [16:26] ogra_cmpc is my idling machine at home [16:26] asac: :-D [16:26] FeasibilityStudy: no, that's not the same [16:27] asac: so no human-ogra here right now then? :-) [16:27] FeasibilityStudy: that's the GPG key that signs the archive so that your PPA's users can trust that somebody evil on their network isn't substituting a different package [16:27] FeasibilityStudy: it's not the GPG key that the archive uses to ensure that the upload really came from you [16:27] the latter is the one you use when you run debsign (or debuild -k) [16:27] kirkland: on the wiki, follow the first reciepe under 'building a root filesystem image instead of a tarball' [16:28] kirkland: then boot that as described under 'Using a qemu image with full emulation' [16:29] kirkland: in the booted VM do: sudo apt-get install ubuntu-netbook^ [16:29] and watch it hang somewhere [16:29] asac: how long does that take? [16:29] asac: the hang [16:29] is there anybody that's able to help me with the brightness keys on my laptop not working in lucid beta 1? [16:29] quite a while depending how speedy your host machine is [16:30] kirkland: its relatively fast if yu have a local mirror of ports [16:31] ninjai: You want #ubuntu+1 for that. [16:31] pitti: openldap> I'm not current on the db compatibility stuff with openldap, that should be checked with upstream before any change [16:31] asac: okay, stay tuned ... i'm putting this together now [16:31] kirkland: it usually hangs at unpacking iputils-something or at iso-codes [16:31] cnd_mini: there *should* be a /var/log/boot.log file - that didn't work in the past, it does work now [16:31] cnd_mini: at least, I have one here [16:32] kirkland: the package seems to vary for different people but is individually reproducable for them then [16:32] kirkland: 550561> from the bug description, it doesn't look to me like anything that needs an FFe - it's just a bugfix? [16:32] asac: okay, i'll try to reproduce it with scsi emulation first [16:33] slangasek: see the debdiff... there's a bit of other cleanup in there, but I definitely feel it's a bugfix; just looking for a second opinion since it's such a fundamental package [16:33] slangasek: and I've tested it thoroughly here [16:33] asac: and then i'll try with virtio ;-) [16:34] kirkland: the call rootstock uses to trigger it is similar to whats on teh wiki, lool suggested to try -disk instead and play with some cacing options, which i didnt manage to test yet due to traveling [16:34] * asac .... ogra hands the laptop back to asac [16:35] ah, asac was ogra :-) [16:35] * asac reads if bought something ;) [16:35] ogra said he stated that initially [16:35] asac: sorry, i missed it [16:35] heh ... all fine ;) [16:36] I assume I'm not the only one getting spammed with ancient bug comments since the LP rollout? [16:36] kirkland: ok; I can look at this in ~1h [16:36] slangasek: perfect; i'm sure that qemu-system-arm will consume me until then :-) [16:37] asac/ogra: okay, just clarifying .... I'm following the instructions at https://wiki.ubuntu.com/ARM/RootfsFromScratch [16:37] cjwatson, this install just completed ... and ejected the CD, and puked sr0 errors ... and stopped [16:38] asac: where do i get armel-rootfs-200904151837.tgz [16:38] from? [16:38] apw: I doubt that has anything to do with network connectivity [16:38] cjwatson, no ... i suspect not :) [16:39] the general idea is that casper's meant to read everything it'll need into page cache before ejecting the CD [16:39] it may have missed something [16:39] cjwatson, this machine is likely memory 'lacking' [16:39] mdz: I figure I'm going to be getting it for roughly the rest of time === al-maisan is now known as almaisan-afk === almaisan-afk is now known as al-maisan [16:39] mdz: though I suppose there's a chance that it'll remind me of some things I should have closed but didn't [16:40] cjwatson, I've got 20 so far, and it's only on bug 7076 [16:40] Launchpad bug 7076 in mozilla "Overriding built-in certificate leading to error -8182 (DoS), especially exploitable by email" [Unknown,Fix released] https://launchpad.net/bugs/7076 === al-maisan is now known as almaisan-afk [16:40] only 500,000 to go [16:41] cjwatson, #launchpad is just happy it's working ;-) [16:41] pitti: should your latest edit to /ReleaseProcess say 'release' instead of 'beta'? [16:42] asac: doh, i think rootstock is creating that for me.... [16:42] :-) [16:42] slangasek: erm yes, sorry; fixed [16:42] slangasek: (I replied to dpm's mail about coordination, for the context) [16:43] mdz: I must admit that I am rather looking forward to having useful comment aggregation in LP === almaisan-afk is now known as al-maisan [16:43] pitti, ah, yeah, thanks for that [16:44] Caesar: bug 546405: are there multiple LUKS containers here, or just one? (i.e. multiple passphrase prompts or just one?) [16:44] Launchpad bug 546405 in partman-crypto "Can't preseed encryption passphrase" [Medium,Triaged] https://launchpad.net/bugs/546405 [16:45] asac: hmm, okay ... so rootstock created qemu-armel-201003311032.img for me [16:45] marjo: your lists of ISO testing bugs don't appear to filter out duplicates, e.g. bug 541539 [16:45] Launchpad bug 541539 in oem-config "[Lucid] after oem-config runs, X appears to hang, instead of restarting and launching KDM (dup-of: 540938)" [Undecided,New] https://launchpad.net/bugs/541539 [16:45] Launchpad bug 540938 in ubiquity "oem-config-kde does not log out after setup" [High,Fix released] https://launchpad.net/bugs/540938 [16:46] asac: and now i'm running "qemu-system-arm -M versatilepb -cpu cortex-a8 -kernel ./vmlinuz -hda qemu-armel-201003311032.img -append "root=/dev/sda mem=384M devtmpfs.mount=0 rw" [16:46] asac: kernel panics though [16:46] marjo: (filter out, or consider the dup target instead, or whatever) [16:46] asac: does not like the root filesystem [16:46] cjwatson: ack [16:47] cjwatson: will try to fix by Friday morning [16:47] asac: nevermind, owned by root [16:47] marjo: thanks [16:48] cjwatson can you give me a quick rundown of how to sign a .deb once it has already been created? Do I need to sign the .deb itself or just the .dsc? or Both? [16:51] pitti: ping about #493593 can you approve python-formencode. I have updated the bug with the required info [16:52] FeasibilityStudy: for uploading? you need to sign the source.changes file (debs aren't signed) [16:52] zul: I'm just looking at it incidentally [16:53] pitti: ah good...because ttx was bugging me about it incidentally ;) [16:53] kees: ok clearsign, detached sign or what? [16:53] ttx is bugging everyone on beta2 targeted bugs :P [16:54] mvo, hey, when you have a minute could you review apt fix for bug 130289. Thanks. [16:54] Launchpad bug 130289 in gnome-terminal "Encode any ":", "@" or "/" within the user and password field in proxy settings." [Medium,Fix committed] https://launchpad.net/bugs/130289 [16:54] FeasibilityStudy: "debsign foo_*source.changes" [16:54] hey mvo, when you've got some time, do you think you could look at bug 552542? It seems that the ddtp translations in Chinese and Japanese have some breakage [16:54] Launchpad bug 552542 in ubuntu-translations "DDTP translation strings breakage in Japanese / Traditional Chinese(Taiwanese) / Simplified Chinese" [Undecided,New] https://launchpad.net/bugs/552542 === BlackZ_ is now known as BlackZ [16:57] asac: btw, the first 3 of 8 armel buildds are the new boards [16:57] argh, getting an error that secret key cannot be found..I know it exists [16:58] StevenK: and cushaw fixed. [16:58] FeasibilityStudy: as a simpler alternative to what kees said, you can just run debsign in the source directory [16:58] there are options to debsign to set the signing key id ... === mnepton is now known as mneptok [17:02] OK I had to pass the -k flag to make it work. [17:02] and enter key ID... [17:02] thanks [17:03] asac: well i'm having a hell of a time getting a network connection inside of this vm [17:04] asac: doesn't seem to have enough of a kernel (or modules) to see an emulated network device [17:04] asac: okay, i'm rebuilding my image with a bigger seed === al-maisan is now known as almaisan-afk === almaisan-afk is now known as al-maisan === MacSlow|lunch is now known as MacSlow === yofel_ is now known as yofel === al-maisan is now known as almaisan-afk === almaisan-afk is now known as al-maisan === al-maisan is now known as almaisan-afk === almaisan-afk is now known as al-maisan === deryck[lunch] is now known as deryck [17:29] pitti: thanks [17:37] * lamont stabs at dch deciding that I must be doing an NMU [17:41] jibel: thanks, patch is fine, I merge it today or tomorrow [17:41] dpm: I check i tou [17:42] thanks mvo_! [17:42] dpm: oh, a line breaks issue [17:42] ? [17:43] mvo: donkult merged it into debian. It would be better to merge this one. [17:45] dpm: I milestoned it [17:45] jibel: yeah, I noticed. its very similar, I will merge his version (there is also some other bugfixes I need to merge from him today) [17:45] * mvo_ hugs jibel for the fix [17:46] mvo_, and gnome team merged the terminal fix \o/ [17:47] mvo_, thanks! [17:48] cjwatson: just the one [17:49] mvo_, any objection to replace synaptic's own proxy settings and use gconf settings instead ? [17:50] hello everyone [17:52] jibel: well, it runs as root [17:52] jibel: how would it get the users settings? [17:52] jibel: cool :) [17:54] (g-t fix merge) [17:55] mvo_, the 'apply system wide' applies settings to root too. If a user is able to run synaptic as root he's able to apply network settings too. [17:56] jibel: right, that is fine, but debian does not carry that patch so we still need a way to set it when that is not available [17:56] jibel: but in general I like the idea, ideally it would go upstream, but its not currently (the apply-system-wide) [17:58] Caesar: cool, that makes the bug tractable [17:58] Caesar: (otherwise I'd have to invent some way to have different preseedable passphrases for different partitions and argh) [18:01] mvo_, btw I noticed that apt.postinst doesn't set the proxy auth string. Is it a desired behavior ? [18:01] Keybuk: hi, kiko asked me to check with you what kind of bootchart solution we're using for lucid [18:01] Riddell: I'm confused about what to do about bug 386099. Is it plasma-netbook-appletsrc or plasma-netbook-applicationrc (the bug trail mentions both) and what's the difference between them? What happens if such a file already exists? What should it contain? I don't think I'm in a position to answer any of these questions at the moment [18:01] Launchpad bug 386099 in ubuntu-release-notes "Kubuntu Netbook OEM install does not create a 'prepare for shipping' icon" [High,Fix released] https://launchpad.net/bugs/386099 [18:01] zyga: it's called "bootchart" [18:02] Keybuk: right but there are maaaany versions [18:02] Keybuk: I just want to confirm we're using the c+python one [18:02] Riddell: I can see what casper is doing, but that relies on a file in the kubuntu-netbook-default-settings package [18:02] zyga: since we wrote large parts of it, yes ;-) [18:02] though there are at least two variants of the C version [18:02] Keybuk: ok that's all I needed, thans [18:02] (which BTW seems like a very weird way for ubiquity to deliver a desktop file) [18:02] Keybuk: right, apparently there is another one that looks quite promising [18:03] the two C versions are known, colloquially, as the "Keybuk version" and the "mmeeks version" [18:03] Keybuk: meego one [18:03] asac: ogra: around? [18:03] I don't know which one is in M{oblin,aemo,eego} [18:03] Keybuk: http://meego.gitorious.org/meego-developer-tools/bootchart/trees/master [18:03] that might be an, as yet, undiscovered third [18:03] Keybuk: custom version rewritten from scratch [18:03] *shock* [18:03] Intel rewrite something from scratch [18:03] hehe [18:03] I wonder if it's as amazing as their piece of crap readahead rewrite? :p [18:04] but it seems to be quite good actually, better than what we have [18:04] why better? [18:04] less cpu/mem required [18:04] on-the-fly graph [18:04] no python dependency [18:04] jibel: well, sort of. its a bit dangerous as the password is in cleartext [18:04] pure c [18:05] I quite like the fact the graphing is done in python [18:05] it's a better language for it [18:05] anyway [18:05] in summary, no we're not using that version [18:05] Keybuk: the architecture is different - we have to keep the data [18:05] we're using the Ubuntu version of bootchart [18:05] and actively contributing to a "one true version" of bootchart project being led by mmeeks [18:05] Keybuk: they're just graphing the data in svg which seems less IO constrained [18:05] yes, it's amazing how often you want to keep that data [18:06] Keybuk: each time? [18:06] and how often you don't want to generate svg on the machine you're trying to boot profile [18:06] (I don't at all) [18:06] Keybuk: well it's certainly an argument but their version has some merits [18:06] but that's not the conversation you started with :p [18:06] right :D [18:06] we're not using that version [18:06] no flame required [18:06] I first learned about that version 30 seconds ago [18:06] oh, I'm not flaming [18:06] neither am I [18:06] kirkland: just quick [18:06] ;) [18:07] asac: okay, i have a small rootstock image running in arm qemu, with networking [18:07] Keybuk: for some rationale (I'm sure you are interested) you can read their readme file: http://meego.gitorious.org/meego-developer-tools/bootchart/blobs/master/README [18:07] asac: and now I'm going to try sudo apt-get install ubuntu-netbook, right? [18:08] zyga: already read through it [18:08] cjwatson: heh, yeah that sounds like no fun [18:08] We're not doing anything particularly crazy on the encryption front === beuno is now known as beuno-lunch [18:09] kirkland: yes. that works [18:09] kirkland: it will hang sooner or later [18:10] asac: okay, taking a snapshot of my disk, then trying it [18:10] cool === pedro__ is now known as pedro_ [18:10] asac: how much longer are you and/or ogra going to be around today? [18:11] kirkland: i will be here for another 20 minutes ... then we are heading for dinner [18:11] mvo_: hi, is there any chance you can run that script (update-alternatives) on the repo today? [18:11] asac: okay, i probably won't have anything by then, but check in with me if you come back online later [18:11] pitti: do you need a copy of the udev log with RB fired up too so you can compare them? [18:12] bryceh, if you've got some time, can you update the lp-gm-scripts PPA? (bdmurray had merged a branch of mine in) [18:12] asac: oh, the problem with apt-get is actually a qemu bug? [18:12] asac: oh, another thing ... i see these are running with 256M of memory [18:12] mvo_: we dont know [18:12] asac: is that enough? especially if there's no swap .... [18:12] Keybuk: so in the process of working through bug 548954, I noticed that upstart doesn't pass INIT_VERBOSE through to jobs, so the stuff in /lib/init/vars.sh to detect it doesn't work. Is there a way for a job to ask that particular named variables from pid 1's environment be exported to it, or should I just have /lib/init/vars.sh parse /proc/cmdline for INIT_VERBOSE as well as everything else? [18:12] Launchpad bug 548954 in ubuntu-meta "Ubuntu servers should display information during boot by default" [High,Confirmed] https://launchpad.net/bugs/548954 [18:12] zyga: not today, maybe tomorrow, but I'm swamped a bit currently [18:12] pitti: hmm, I don't seem to have said mail from dpm [18:12] cjwatson: by design ;-) [18:13] mvo_: ok, I'll ask again on Friday, maybe you'll have some more time then, thanks [18:13] cjwatson: do you want weekly reports to you this week again? [18:13] I assumed that defaulting to a clean environment was by design, certainly [18:13] slangasek: might as well [18:13] ok [18:13] cjwatson: add "env INIT_VERBOSE" to rc.conf [18:13] Keybuk: perfect, thanks. Want a documentation patch for that? :-) [18:13] documentation patch? [18:14] env KEY=VALUE [18:14] Defines a default environment variable, the value of which may be overriden by the event or command that starts the job. [18:14] oh, I never documented you could use without the value [18:14] perhaps 'env KEY[=VALUE]' [18:14] please :p [18:14] mvo_: do you have any idea how much MEM an apt-get install of ubuntu-netbook might take? [18:14] mvo_: seems like some of that operation might be memory-intensive? [18:15] cjwatson: where does INIT_VERBOSE come from? [18:15] hmm is dying intel graphics a common treat on 10.04? [18:16] Keybuk: I'm assuming the kernel command line [18:16] or /etc/default/rcS, although it isn't documented there - it seems like a command-line override for VERBOSE [18:17] i.e. quiet + INIT_VERBOSE = you get init script output but not vast piles of kernel output [18:17] zyga: what do you mean by that? [18:18] zyga: i've noted a couple of weird things with my intel graphics in my Thinkpad; wondered if my hardware might be going bad [18:18] which I think is the combination the server team is after; VERBOSE=yes in /etc/default/rcS would work too and I haven't yet decided which would make more sense from an installer POV [18:18] nigelb, sorry kind of tied up with other stuff at the moment [18:18] kirkland: I just ran daily upgrades and my screen got corrupted for a moment (90% black with some junk at the top) [18:18] this happens quite often, I'm not sure it's related to updates [18:18] sometimes it lasts [18:18] bryceh, any time you get time is fine too :) [18:18] so if it happens again I can take a photo [18:18] nigelb, why don't you ask brian to set you up with access to update the ppa? [18:18] usually alt-tabbing fixes it [18:19] kirkland: 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) [18:19] bryceh, brian's on vacation. I forgot to remind to update earlier. [18:21] zyga: hrm, mine looks like a glitch in the Matrix [18:23] nigelb, ah, ok well hang on for a bit [18:23] kirkland: so you seen this too? [18:23] bryceh: i just heard zyga say that he's had some odd issues with intel graphics... i've seen a couple of things too, that i was chalking up to hardware possibly going bad [18:23] bryceh, I just asked kees too since you were busy, so if either of you get the time :) [18:24] nigelb, ok great. Yeah I've not actually updated the ppa so dunno if there's any extra steps to do there [18:24] bryceh: the two things ... 1) sometimes (maybe 1 in 20) times I open my laptop lid, the screen is so dark I can barely see it (like way darker than minimum contrast) [18:24] kirkland, lp#? [18:25] bryceh: and 2) about 3 times in the last two weeks, I've had a "glitch" in the Matrix, where for 1/10th of a second, the screen "glitches", like turning on old tv on, and then it's fine [18:25] bryceh: i'm not sure it's a bug; think my hardware might be going bad, but i just happened to see zyga asking about Intel graphics issues, and it piqued my curiosity [18:26] bryceh: I'm sure it's a bug [18:26] cjwatson: bug 386099 wants a plasma-netbook-appletsrc like the "moved_plasma-netbook-appletsrc" one which is used to put ubiquity there, however that needs some changes now because of changes in the default layout [18:26] Launchpad bug 386099 in ubuntu-release-notes "Kubuntu Netbook OEM install does not create a 'prepare for shipping' icon" [High,Fix released] https://launchpad.net/bugs/386099 [18:26] sorry, kirkland [18:26] I dual boot with 9.04 [18:26] never ever on 9.04 [18:26] cjwatson: I can get it sorted, where's the code that gets run before login for the oem user? [18:31] Riddell: do you mean bin/oem-config-firstboot? I think your original suggestion of making the change in scripts/install.py was better though [18:33] kirkland, yeah dunno, but there's plenty of bug reports about lid issues and glitches so could well be software [18:34] kirkland, you know the drill... file bug reports, we'll get to them when we have time [18:34] bryceh: will do [18:34] bryceh: thanks [18:35] cjwatson: that looks like it, I'll fix it up === al-maisan is now known as almaisan-afk [18:53] asac: okay, i *think* i'm seeing the hang unpacking firefox-gnome-support === radoe_ is now known as radoe === beuno-lunch is now known as beuno [19:19] pitti: if I understand, since the nonpolkit-mount-policy patch was in hal from jaunty, this means the patch in kdebase is broken, right? [19:19] we have to fix the patch in kdebase... [19:22] ehrm, in kdelibs, not in kdebase === plars is now known as plars-away [19:52] Riddell: cool, thanks [19:54] cjwatson: I might move /usr/share/applications/kde/oem-config-prepare-kde.desktop to /usr/share/applications/kde4/oem-config-prepare-kde.desktop, in the kde/ directory it gets marked as being a KDE 3 app which looks bad [19:55] ok by me [19:55] doko__: this patch in Qt http://bazaar.launchpad.net/~kubuntu-members/qt/ubuntu/annotate/head:/debian/patches/90_ia64_opts.diff is obsolete since seems you fix the bug also in gcc ? [19:56] lex79: yes, afaik ScottK did want to remove it [19:57] doko__: ok, to fix this ftbs https://edge.launchpad.net/ubuntu/+source/qt4-x11/4:4.6.2-0ubuntu3 should we drop the patch then? [19:59] lex79: enoclue, that is a different one. please investigate [20:00] oh, ok === jelmer is now known as Guest50585 [20:13] slangasek: any chance to look at the motd change? i'd like to upload it before the freeze goes into effect [20:15] kirkland: looking now [20:22] kirkland: which part of this corrects the double-printing of motd.tail? [20:23] slangasek: the postinst.in part [20:24] slangasek: the part that moves the generated motd.tail out of the way [20:24] kirkland: so it's not "double-printing of motd.tail", it's "double-displaying of the information we were writing to /etc/motd.tail"? [20:25] slangasek: that's linguistically more correct, yes [20:28] kirkland: looks good to me [20:28] slangasek: thanks man [20:28] I've used mk-sbuild to build an sbuild chroot. When I build a package in there, it gets "Distribution: lucid-amd64" in the binary .changes file. Does anyone know off the top of their head where it gets that value? [20:28] (I launch sbuild like so: sbuild -d lucid-amd64 blahblahblah.dsc) [20:30] I remember reading a discussion about a similar problem, let my try to find it. [20:30] Is it passed as an environment variable or something? [20:30] It seems I can do -d lucid instead and it works it out anyway. [20:31] IIRC this is also the solution [20:33] * soren scratches head a little bit [20:34] soren: see http://lists.debian.org/debian-devel/2010/03/msg00600.html [20:39] Can anyone give me a link to a guide on updating deb packages? [20:45] geser: Awesome. Thanks for the link! === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [21:03] jibel: apt fix is commited, I upload in a little bit [21:03] hey all - we have a guy in the NC channel who switched to Lucid - he did updates today - and rebooted like it said - now he is in a loop that keeps taking him to his logon screen - I can't help him - but can you all or point me in the right direction to I can tell him? [21:08] Hi all - magedragon25 just joined - he is the one from the NC channel - thanks in advance to whomever :-) [21:11] akgraner, magedragon25: this is probably bug #516520, which seems to have regressed in the past few days; I've confirmed that it appears to be a gdm bug, but need the desktop team for further triaging [21:11] Launchpad bug 516520 in gdm "lucid lynx - login screen stuck in a loop - SYSTEM BROKEN" [Undecided,Confirmed] https://launchpad.net/bugs/516520 === almaisan-afk is now known as al-maisan [21:11] chrisccoulson, seb128: either of you still around and have any insight there? ^^ [21:12] I'm around, let me have a look to the bug [21:12] that bug says he could get into console from safe mode....my recovery console won't even come up [21:13] slangasek, is there a way he can fix his system or is it a complete reinstall? and slangasek thank you for looking into the question for us :-) [21:13] magedragon25: recovery console may be a whole 'nother kettle of fish right now. When you get to the login screen, can you hit Ctrl+Alt+F1? This should take you to a console login prompt; afterwards you can use Alt+F7 to switch back to GDM [21:14] slangasek, doesn't seem a gdm issue there [21:14] I will have to reboot, i have only one pc and i had to log into win7 to get here for help [21:14] it seems that the session or xorg crash and they got back to gdm then [21:14] systems are always recoverable without reinstalling; it's just a question of how much effort you want to go to. :-) [21:14] seb128: the log says 'conversation failed', which implies that the application-supplied conversation function returned a failure [21:14] seems another bug which collect different issues [21:15] some comments say startx doesn't work [21:15] seb128: sorry - to be clear, I'm reading from the bottom of the bug rather than from the top. The bug was originally opened for a separate issue :/ [21:15] ok, let me look at it this way too [21:15] be back shortly if it doesn't work [21:16] akgraner: I hope he also comes back if it *does* work, because I have more questions and would like to debug this in realtime with him :) [21:16] slangasek, gdm didn't really change in the recent weeks [21:16] out of xkb layout changes from pitti [21:16] and gdmsetup [21:16] but neither of those should impact on login [21:16] slangasek, let me tell him [21:16] are you sure it's not something in the pam stack which changed? [21:18] seb128: no, I'm not sure; but the 'conversation failed' comes from the application side. If it's a PAM stack bug, I have a guess where it is, but I need someone who can reproduce the bug to help me narrow it down [21:18] slangasek, I sent him a message [21:19] slangasek, it doesn't help that the bug collect different issues [21:19] that one seems one and I've no clue about it [21:19] some other comments looks like users dist-upgraded while things were not installable and removed things required [21:19] ie gnome-session [21:19] heh [21:19] which leads to GNOME not starting [21:20] but it's weird, as said gdm didn't change out of xkb and gdmsetup recently [21:22] one thing that *did* change recently was the winbind package getting pam-auth-update integration on March 19th; but I don't have any explanation for how that would cause the error shown === al-maisan is now known as almaisan-away [21:29] I was able to get into console, but startx didn't work [21:30] I also switched to gdm, but it just went to my login === _zer0c00l is now known as _romeo_ [21:34] slangasek: I am back, I got into console but startx didn't work, it gave me an error about no such process, and switching to gdm just goes to my login [21:36] magedragon25: hi - what do you mean, "goes to your login"? [21:37] you mean it takes you back to the login screen (which is what I would expect)? [21:37] yes [21:37] ok [21:37] sorry [21:37] do you have the exact error message from startx? [21:37] do you know if you have the 'winbind' package installed on this system? [21:39] there was no number just said no such process, I assume it's installed if it should be....unfortunately I have to switch back and forth on the same pc [21:42] magedragon25: winbind is only supposed to be installed if you want to use it; I ask because I'm trying to determine if it's linked in some way to the problems users are reporting [21:42] oh [21:43] then no, i don't have it [21:45] a very troubling bug [21:45] slangasek: unfortunately, i am gonna have to bail for now. I have to get ready for my college class tonight. it's a redhat class, and being as i am ahead of everyone else, I might be able to get back on, and have my laptop setup next to me [21:46] magedragon25: ok - the next step for troubleshooting this is going to be to try to log in, then switch with Ctrl+Alt+F1 and examine /var/log/auth.log [21:47] ok....I have class at 6pm est, so between 6 and 7, I will know if I can get back on [21:55] This whole amd64 builder being way behind the i386 one really bites [22:02] mvo_: hi! [22:02] hi [22:03] mvo_: is it possible to add some code to update-manager to modify a conffile? [22:03] twitch [22:03] why is the package not taking care of it directly? [22:03] slangasek: the use case is an upgrade of mysql from 5.0 to 5.1 [22:03] mathiaz: what is the use case? it can do that, but as slangasek says, doing it in the package has the benefit that apt-get users are also happy [22:04] slangasek: the skip-bdb option is no longer recognized by 5.1 [22:04] slangasek: if skip-bdb is in /etc/mysql.my.cnf 5.1 fails to start and the package upgrade fails [22:04] jibel: thanks for lp:~jibel/synaptic/bug.292267 ! rock on! [22:04] slangasek: however /etc/mysql/my.cnf is a conffile [22:05] slangasek: and the debian policy states that maintainer scripts should not modify conffiles [22:05] mathiaz: update-manager shouldn't do it either; if you're going to violate policy, best to do it local to the problem ;) [22:06] mvo_, thanks for merging ! [22:06] slangasek: ok - there is an item about skip-bdb in the NEWS file [22:06] slangasek: however users don't seem to read it :/ [22:07] slangasek: which causes a lot of package upgrade to fail [22:07] slangasek / seb128 - sorry, just got back from dinner [22:07] mathiaz: so what policy really says is "local changes must be preserved during upgrade", and "if you're managing a configuration file in the maintainer scripts, it must not be a conffile". This appears to be a case where an option which is not present in either the old or new version of the default conffile is no longer supported, correct? [22:08] did you figure out the issue? (i've not read all the scrollback yet) [22:08] mathiaz: I think it's reasonable for the maintainer script to remove the unsupported option on upgrade (in the preinst), making a backup copy of the file, and (optionally) throw a debconf note that this has been done [22:09] * ScottK notes debconf is for questions, not notes. [22:09] debconf isn't appropriate for *unconditional* notes; for conditional ones, I think it's suitable, more suitable than anything else [22:10] slangasek: well - skip-bdb is in the default hardy my.cnf file [22:10] slangasek: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy/annotate/head%3A/debian/additions/my.cnf [22:10] slangasek: so on upgrade from hardy to lucid, the skip-bdb option needs to be removed/commented [22:10] ScottK: Well, the debconf protocol has a "note" type. [22:11] soren: the "note" type is deprecated [22:11] (however, "error" is not) [22:11] slangasek: Where does it say that? [22:11] slangasek: I'm not questioning it, I'm just wondering where I could have found out on my own. [22:11] Since it affects the default config file, it will affect ~everyone. [22:12] soren: in the words of Joey Hess on debian-devel a number of years ago; if it doesn't say this in the manpage, that's a bug [22:12] slangasek: It doesn't. [22:12] it sort of half does [22:12] slangasek: (in debconf-devel(7) at least) [22:12] "It's best to use these only for warning about very serious problems, and the error datatype is often more suitable." [22:12] cjwatson: Fair point. [22:12] I think there do exist situations where "note" is appropriate, but they're rare [22:13] mathiaz: so this affects only users that 1) have modified the conffile, and 2) choose "keep my version"? is that a common case? [22:13] It's the default, isn't it? [22:13] 2) in the case of 1), I mean. [22:14] the default is that the conffile hasn't been modified [22:14] slangasek: hm - good point. I don't think so [22:14] slangasek: Assuming it's been modified. [22:14] slangasek: most of the reports/comments I saw were desktop users installing mysql [22:14] mathiaz: interesting - why would a desktop user edit this file? :) [22:15] Boredom? [22:15] Inquisitiveness in beyond their experience base? [22:16] mathiaz: so I think the best way out is mysql-common to have a preinst that checks whether /etc/mysql/my.cnf has been modified (there are copy-waste maintainer script snippets for this, I ca dig one up if you need it); if so, look for skip-bdb; if found, make a backup and sed it out of the file and (if you decide to) send a debconf error message about the change [22:16] sheesh, I missed almost all of #ubuntu-devel today! [22:16] slangasek: ok - I'll think about it [22:17] ScottK: Tomato, tomato? [22:17] Something like that [22:18] mathiaz: in the unmodified conffile case, dpkg will already handle the update smoothly. in the modified conffile case, the user is going to get a conffile prompt no matter what we do. so in both cases, we're free of skip-bdb, without inconveniencing users with the dreaded "what do you mean, 'local version'? I don't know what that file is!" exerience [22:18] +p [22:23] slangasek: do you have an example package that checks whether a conffile has been modified? [22:24] mathiaz: acpi-support preinst [22:29] jibel: I'm playing with the ~jibel/synaptic/jibel branch but when I search for "apt" I get it rankend relatively low (its not on the first page. the current ubuntu version ranks it higher (also still not on top) [22:37] mvo_, hm, I'll check that tomorrow. [22:37] jibel: cool, thanks. [22:39] intel gfx drivers crashed/froze my system just now, apport didn't pick it up, is there anything I can look for to trace this? === Guest50585 is now known as jelmer === jelmer is now known as Guest45990 === Guest45990 is now known as ctrlsoft [23:01] doko__: is there a way to testbuild a package on ia64? in local, maybe with pbuilder? or is there any ppa where I can upload a package to see if build? [23:07] james_w: I think its recovered now; it was in a vm - a littly tricky to get to manually === dendrobates is now known as dendro-afk [23:50] kirkland: ping === dendro-afk is now known as dendrobates