[00:04] TwoToneSpirit, sounds like you need MPX [00:11] MPX looks amazing and I'm definitely psyched for it, but isn't that designed for use on the same interface? I guess my deeper question is this: Can a single instance of X drive multiple computers at the same time? [00:22] no, but there are various technologies out there that allow you to share between multiple computers [00:23] I don't know what I'd recommend particularly offhand, but as you do more research I think you'll see you have lots of options beyond X for doing this [06:14] well that took all darn day [06:14] http://sarvatt.com/downloads/ppa-purge.sh [06:14] * Sarvatt fails at scripts [06:15] got it working so you can use it to remove any PPA instead of just edgers, it just defaults to edgers [06:20] testing of it would be appreciated :) [06:21] havent been able to screw anything up yet at least, removed 9 PPAs so far [06:22] nice! now make me a script to search /usr for files not belonging to any package :p [06:23] actually rkhunter or checkrootkit or what its name was might have that [06:28] hmm cant use -v as the last (or only) option but it works if theres something after it, oops [06:38] virtuald: find /usr -type f | xargs dpkg -S > /dev/null [06:38] thank you :) [06:38] :) [06:40] that's a lot [06:40] it listed like a million python files [06:43] needed -print0 too [07:00] -print0? [07:01] ah, and xargs -0 [07:01] i've learnt something new today =O [07:04] Sarvatt: you should create a package which contains that script, or better yet, include that functionality into the computer janitor application [07:04] i reckon it'd be pretty useful [07:05] ah darn [07:05] E: Release 'karmic' for 'libdrm-radeon1' was not found [07:05] need to handle that better :D [07:06] hahah [07:27] hope theres some way to have apt-get install ignore non existant packages or else i'm going to have to work another package comparison against the ubuntu package list which will be tougher because its stored with the mirror name in it [07:34] try parsing the output of apt-cache policy [07:34] and maybe the return value [07:59] phew, just switching it from apt-get to aptitude works, it ignores the error [07:59] =O [08:00] actually using aptitude might result in strange results [08:00] if aptitude can't find an exact match, it uses it as a regex [08:03] http://sarvatt.com/downloads/script.txt [08:03] nice. [08:03] * Sarvatt wonders if theres an Apt::foo::bar command to make it ignore the missing files [08:07] hmm, could have it apt-get install $APTLINE then aptitude install $APTLINE after since it wouldnt do anything if apt-get worked [08:07] sick of looking at it for today lol [08:07] hahah [08:07] why don't you refrain from adding missing packages into the APTLINE? [08:30] #&ยค/"!(% ffox fails to refresh some pages [08:32] all I get is either the previous page drawn on it, or whatever happens to be under the window [08:33] go nvidia [08:35] tjaalton: what version of the driver is that? [08:35] 180, jaunty [08:36] nvidia released a bugfix update yesterday [08:36] for instance loading a buglist from bugzilla.redhat.com fails [08:36] the page loads, but the view isn't refreshed [08:37] this happens on my intel laptop too, when I restart the browser session, although then it's enough to minimize the windows [08:37] random crap on some of the windows until I do that [08:38] how much RAM does your system have and what card are you using? [08:38] (nvidia) [08:38] 4GB, 9600GT [08:38] is PAE enabled? [08:39] it was the same with 8600GT, but the card had too little memory for compiz to be usable on a 30" screen [08:39] dunno [08:39] stock jaunty, so don't think it is [08:39] ok [08:40] does it happen only with firefox? [08:40] yes [08:40] not that I use much else than ffox and g-t [08:45] does it happen when compiz is disabled? [08:45] it would ruin my desktop layout :) [08:45] but maybe I should try.. [09:58] now ffox crashed and I can't reproduce it [09:58] and what's more fun is that I get different results from the query from two different computers. bugzilla is a real mystery [10:55] heh [11:03] haha [11:04] added the ppa-purge package to edgers but i just realized its going to remove itself because of the way it works [12:25] ahh ok figured out how to make a .symbols for libdrm-radeon1, just had to run dpkg-gensymbols after building it [12:27] i dont know what was in 2.4.11 and what was in 2.4.12 though, just going to put everything at 2.4.12 [12:51] when symbols are removed should i add the #MISSING line or just remove the symbol? [12:52] - dma@Base 2.4.4 [12:52] +#MISSING: 2.4.12+git20090729# dma@Base 2.4.4 [12:54] duh, so 2.4.12-1u1 doesn't have libdrm-radeon1 [12:55] or install, rather [12:55] yeah need to --enable-radeon-experimental-api=yes for it to build, i've been making libdrm-radeon1 packages on edgers [12:56] oh, ok [13:12] mvo: why does dpkg sometimes fail with the error "package foo is already installed and configured"? [13:12] mvo: there are many bugs with a random package failing because of that [13:18] tjaalton: its often a followup failure from a earlier error, sometimes it seems to be releated to triggers. if it does not fit any of the two, please show me a example and I have a look [13:18] tjaalton: I suspect there might be a new bug somewhere, but so far I was not able to fnd anything [13:19] mvo: ok I'll try to find a good example [13:19] thanks! [13:30] mvo: for instance bug 397718 which I happened to close already [13:30] Launchpad bug 397718 in libxcb "package libxcb1 1.1.93-0ubuntu3.1 failed to install/upgrade: package libxcb1 is already installed and configured" [Undecided,Invalid] https://launchpad.net/bugs/397718 [13:31] there was some issue with the initramfs update, not libxcb [13:35] * mvo looks [14:41] odd, dropped like 600 karma when i pushed a new bazaar branch [14:43] pushed that ppa-purge package up to xorg-edgers bzr incase anyone else wants to mess around with it [14:44] now that's a headline; lp hates bzr ;) [14:44] surprised it actually works as well as it does, i managed to completely switch from xorg-testing to karmic to xorg-edgers and back to karmic fine. was expecting things to blow up because of all the changes in xorg 7.5 [14:48] nice [15:00] they broke the video abi yet again a few days ago on xserver master, and i think the nvidia guy is about to push more breakage so i'm not updating the 7.5 ppa for another week probably [15:01] at least XI2 is ready for branching [15:02] which is nice, but I'm not sure if it includes XKB2 [15:04] i dont see any XKB2 branches anywhere, might be included in XI2? [15:04] or maybe thats coming in 2.1 [15:05] looks like input proto is stabalized, all the latest commits are doc updates http://cgit.freedesktop.org/xorg/proto/inputproto/log/ [15:06] that's what peter said on the list [15:09] jcristau: why dont we use -- -c4 for pixman libxi or libx11 dh_makeshlibs? [15:10] libxext too [15:11] ahh libx11 and libxext dont have symbols [15:11] i missed that libxi had new symbols for a few weeks because i was expecting it to fail to build, oops [15:19] surprised xserver-xorg-video-ati has gone over 2 weeks now without being able to build against xserver 1.6.2+ when libdrm-radeon1 exists [15:29] yay, ya dropped 01_gen_pciids.patch from -nv :D [15:30] yep [15:30] wonder how many bugs that alone fixes.. [15:30] intel does need a no change rebuild once xserver builds though for the new dri2 stuff [15:30] lol probably 50% of them [15:31] theres at least 50 cards that werent getting supported by -nv that should have been, not to mention now all 7xxx IGP's work instead of just the 2 explicitly added in the patch [15:32] hope pixman stable releases before karmic freezes, plan on buying a arm board to mess with and that should be a good speedup [15:33] hmm [15:33] - Enable support for X11 input hotplugging: [15:33] + debian/rules: Do not remove 10-x11-input.fdi, we want to install it by [15:33] default. [15:33] in the latest hal [15:34] doesnt that duplicate the one in xorg meta? [15:34] heh, right [15:34] hmm not sure [15:35] doesnt look like it does, my mistake [15:35] was the keymap one i was thinking of [15:35] yep [15:37] btw patch 104 in -nv can be dropped, the 9100m support is bogus and the 6600gt addition breaks things because it forces the default options instead of the 6600gt specific ones that would get used if the driver probes behind the agp bridge [15:37] ok, good [15:38] the 7300GT patch as well actually [15:38] 10DE02E2 is the agp/pci-e bridge chip pci id, the driver would probe behind that and match the actual 7300GT chipset [15:39] http://sarvatt.com/git/cgit.cgi/xf86-video-nv/commit/?id=8004d703d8607602a638c4030d80fdd52421516c [15:39] thats a list of all the agp/pci-e bridge chip pci-ids that we dont want to add to the table [15:41] ok, I'll drop those and upload [15:41] sorry to mention all that *after* you uploaded [15:41] np [15:43] do you know of any reason evdev would be adding keyboard devices for my webcams? they dont have physical buttons or anything [15:43] maybe hal shows them having input.foo [15:43] lshal [15:49] ahh yep http://sarvatt.com/downloads/video.txt [17:18] Sarvatt: yeah -c4 would make sense for libXi [19:03] ohhh, apparently usplash not working might be related to my 1024x600 screen in KMS? does anyone actually have a usplash progress bar in KMS or do all these bug reporters just happen to be on netbooks too? :D [19:07] i finally broke down and got a core dump to look into it more and i cant find any usplash intel KMS bugs that arent for 1024x600 screens [19:09] complete report -- 84k reduced report for low bandwidth -- 971k :D [19:10] yep same as all of the bug reports, segfault in memset_var() [19:11] i'm not on a netbook! [19:11] you dont see a progress bar either? [19:11] 1280x800 and no usplash progress bar. [19:11] you have a weird setup that isnt expected to work anyway though lol [19:11] pah =( [19:12] it works without KMS [19:12] i haven't tried booting with splash on the recent kernels though [19:12] i'm content with having a bunch of penguins sit on top my my console while i type my password in [19:13] they dont care about people that have the encrypted password entries from what i read on gobby at UDS, if ya have that they throw the kitchen sink in the initramfs and say to heck with your boot times :D [19:13] O_o what? [19:14] well actually my boot time is pretty good [19:14] just the login time that sucks [19:14] you obviously can't really time the boot time when you've got a password prompt. [19:14] power usage has been really bad for me on karmic [19:14] it was worse previously, but getting better [19:14] i can hit somewhere around 2.5-3h [19:15] i went from 6.7W idle usage to 10.5 since april [19:15] oh shutup >=( [19:15] mine's 20W. [19:15] Power usage (ACPI estimate): 10.8W (0.9 hours) :( [19:15] it was better in intrepid though [19:15] i could push it down to 15W in intrepid. [19:16] ah i havent moved my acpi-support ac.d and battery.d scripts over to pm-utils yet actually... that'd explain it [19:16] O_o [19:17] they dropped acpi-support scripts, i had a ton of tweaks in there that helped [19:18] hmm b43 wont let me change txpower anymore either [19:19] hmm i wonder if i can change the txpower here on iwlagn [19:21] you're compiling your own kernels arent you? have you tried PHC? [19:21] not that atoms use much power but i was undervolting it alot before with no problems [19:26] _wow_ i'm amazed at all of the stuff that was removed from ubuntu-desktop, i just reinstalled it with no extra packages needed [19:30] I seem to have an X memory leak, running nvidia-180 w/ compiz. Xorg is showing 1.1g resident with 1918m virt after 3 hours, xrestop shows 45m total allocated [19:32] xorg 1:7.4+3ubuntu5 [19:33] machine was nearly hardlocked this morning, x has similar memory usage [19:35] you arent the only one i've heard that from using nvidia too [19:35] just recently? [19:35] yep past week [19:35] okay [19:36] Sarvatt: i've been compiling kernels *for* PHC. [19:36] checked nvnews.net forums cwillu? [19:36] ah! lol [19:36] its a shame thats not in mainline, i miss being able to massively undervolt my turion in windows [19:37] Sarvatt, I generally try to avoid forums, as though they contained a deadly plague that could infect my mind by merely reading them :p [19:37] oh its not as bad as the fox news forums you hate over there, actual nvidia linux devs on there [19:37] http://www.nvnews.net/vbulletin/forumdisplay.php?f=14 [19:37] ah, neat :) [19:38] "fox news forums", is that the new term for ubuntuforums? [19:38] thats what you coined it :) [19:38] I coined it? [19:38] * cwillu_clone checks his logs [19:39] i wouldnt be surprised if its nvidia-settings causing the problems [19:40] dont see anything in the first few pages :( [19:40] I got the impression that they're already discouraging 180 in preference to 185 or even 190 [19:42] * cwillu_clone curses, did they _really_ need to put a captcha on the search!? [19:42] no hits for 'leak' in the last two weeks [19:43] and I can't do another search for another 21 seconds... :p [19:43] * hyperair scratches his head and wonders why the power usage won't drop further [19:45] oh thats new [19:45] Version: 185.18.29 [19:45] Operating System: Linux x86 [19:45] Release Date: July 28, 2009 [19:45] yeah the settings are screwed up using the 180.25 nvidia-settings for some things :( [19:47] i.e., even with nvidia-settings not running as far as I can see? [19:49] hmm how strange. [19:50] how much memory does pmap say its using? [19:50] with gdm stopped, and just a screen session running, 18W of power. [19:51] sudo pmap $(pidof X) [19:52] working on it :p [19:53] 1941764k [19:53] wow [19:53] 523mb in an [anon] block [19:54] 57380k here [19:54] plus another 123mb, a 270mb, a 221mb, 311mb, 322mb, all [anon] [19:54] that's all the big ones that I can see [19:54] everything else is 30mb or less [19:54] tried drivers from nvidia to see if its any difference? [19:55] any different rather [19:55] not yet, only noticed it this morning when the machine was unresponsive [19:55] my home machine hasn't had any issues with 180 or 185 [19:55] this one is on karmic, home machine is still jaunty [19:56] I'm kinda wondering if pixmapcachesize is affecting this at all [19:56] http://www.nvnews.net/vbulletin/showthread.php?t=136271 [19:56] same setting here and at home, but who knows [19:57] 400mb isn't unusual for me though [19:57] useevents isn't showing up in my log, nor am I using kde4 (although somebody did mention related troubles with gnome+compiz, although he didn't include any links) [19:58] restarting compiz didn't affect the memory usage at all that I noticed [19:59] it didnt affect it when there was a leak in the intel mesa drivers either, had to just not have it enabled at boot [20:00] fair enough [20:02] might be the same I mean, dunno [20:59] anyone hip to the apport-retrace foo? not sure what I want to do here, installed all the dbgsym packages but i think i just screwed up and removed the core dump from the report [21:01] sudo apport-retrace -v --confirm -r /var/crash/_sbin_usplash.0.crash --no-pkg -g 406569 [21:01] that sound right? [21:02] sweet, that worked, got a gdb session with the dump [21:06] ugh, swap thrashing [21:07] no, STOP trying to page firefox in, let the ssh process work! [21:07] let me KILL stuff! [21:07] nooooooo! [21:11] firefox finally oom'd :p [21:11] I guess Xorg is concerned immune to that? [21:56] sheesh, it's already 2pm. what a morning. [22:19] Sarvatt, http://pastebin.ubuntu.com/236145/ [22:21] ah that doesnt have packages in ubuntu does it? its failing for things that dont have packages in ubuntu, need to make it just purge those after if that happens [22:22] no gtg is in universe for karmic afaik [22:22] bryce@chideok:~/bin$ apt-cache madison gtg [22:22] gtg | 0.1.2-1 | http://archive.ubuntu.com karmic/universe Packages [22:22] gtg | 0.1.2-1 | http://archive.ubuntu.com karmic/universe Sources [22:22] anyway, no biggie, that was just some random ppa in my sources.list, let's try xorg-edgers... [22:23] Sarvatt, at least it did comment out the entry properly [22:24] Sarvatt, btw notice I had to put "foo" on the command line in order to get the script to run; without that it kept giving me usage directions [22:24] it should remove the karmic ones fine then, theres a problem with it needing the -t /tmp added (or just random characters at the end) too. it fails when there isnt a package in the ubuntu archives with the same name right now [22:25] started needing the extra string at the end when i made it so it didnt default to xorg-edgers when you run it with no options, i suck at scripts :D [22:25] i used auto-xorg-git as the base pretty much [22:27] for edgers it doesnt remove libdrm-radeon1 [22:27] since its not in the archives [22:28] doesnt hurt anything though, i put a message to manually remove it if the ppa is xorg-edgers [22:28] Sarvatt, patch: http://pastebin.ubuntu.com/236147/ [22:29] wait [22:29] yeah that patch looks ok [22:30] if called with no options it gives the usage error and does not default to xorg-edgers [22:31] ok, with that change it ran through disabling xorg-edgers properly, and reinstalling drivers [22:31] https://code.edge.launchpad.net/~xorg-edgers/+junk/ppa-purge [22:32] heh, yeah I recognize the coding style, strangely familiar ;-) [22:33] why "+junk"? [22:34] (this script's too cool to be called junk :-)) [22:36] oh thats exactly the change i added so it would return the help when you call it with no options [22:36] dunno that was the default on some guide i was looking at, not a bzr fan :D [22:37] easy enough to move it somewhere else, no revisions :D [22:38] oh i went and made -n not initalize to anything with the intention of having a check if the variable was null to replace that section you had in the patch, but got sick of looking at it this morning :D [22:38] ok, I can hack that in [22:39] the removal line at the end needs work, i didnt know what to do there === ripps_ is now known as ripps [22:41] the reason i did the fallback to aptitude thing was because apt-get errors if you try to install package/$DIST and it doesnt exist for the dist, aptitude at least removes everything but leaves the non existing package [22:41] couldnt find any way around it with apt-get and just needed something that would work without spending 4 more hours writing up another comparison against the ubuntu package list [22:41] because those dont have standard names :( [22:42] what should it be listed as? i dont know anything about bzr and all the guides were saying use +junk if it doesnt have a package, only reason I did it :D [22:47] ok, pushed a change for -n [22:51] hmm [22:51] I'm leaning towards just "tools" or "scripts" or something [22:52] or even just "main" [22:52] let's see what the qa team does, they have a lot of bzr trees [22:53] ah [22:53] ~ubuntu-qa/sru-tools/trunk [22:53] bzr: ERROR: Permission denied: "~xorg-edgers/ppa-purge/ubuntu/": : Project 'ppa-purge' does not exist. [22:54] maybe if i made a project? [22:54] nah [22:54] what command were you attempting? [22:54] bzr push bzr+ssh://sarvatt@bazaar.launchpad.net/~xorg-edgers/ppa-purge/ubuntu [22:54] looks like i can just make a new ppa-purge project to do it though [22:55] ok [23:01] bingo [23:01] bzr push bzr+ssh://sarvatt@bazaar.launchpad.net/~xorg-edgers/ppa-purge/ubuntu [23:02] had to tell it its a project first so it'd let me [23:03] https://code.edge.launchpad.net/~xorg-edgers/ppa-purge/ubuntu [23:04] deleting the +junk one, pushed it with your changes to the better name [23:04] awesome [23:13] so that change you made makes the trailing text the old -n command? [23:14] oh $1 gotcha [23:17] its freaking handy though, surprised noone made something like this before. its a pain in the butt removing my PPAs because theres so many packages and outside of packages that arent in ubuntu (only libdrm-radeon1 that i've run into out of 9 PPAs i've run it on) it works pretty well [23:18] theres probably going to be errors with it if people have the same ppa in multiple .lists [23:21] it probably should always be verbose, only added that because I had a bunch of options in there for debugging to see what it was doing [23:22] yeah I agree it seems odd that someone hasn't already made something like this [23:22] although, something in the back of my head is saying I did run across some sort of ppa manager at one point [23:25] thinking about guifing it with zenity at some point [23:25] but i dont know how that works on KDE [23:26] should work fine on kde [23:26] I think