[12:03] this is hilariously cool [12:03] acpi is rapidly ascending my list of cool things [12:04] okay [12:04] we need to send desrt away on holiday [12:05] ACPI would be pretty cool if there was a single hardware manufacturer that actually got it right. [12:06] i agree. [12:06] Getting it "almost right" and then having Microsoft fix it via software updates doesn't count. [12:06] Most vendors get it fine nowadays [12:06] Though I would kill for Microsoft's big database of DSDT fixes. [12:06] Linux, on the other hand, really still doesn't [12:07] mjg59 is here [12:07] mjg59: My impression seems to be that we follow the spec well enough in most cases, but we don't have nearly enough workarounds in place to compete with Windows. [12:07] mjg59: But I'm willing to believe we also break spec occasionally. === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel [12:08] We demonstrably break spec in a couple of ways that probably don't matter [12:08] But then we come up against issues like the fact that Windows has just adopted the ACPI world while Linux tries to work without it when possible [12:08] So we get weird interrupt routing conflicts [12:09] VIA interrupt routing is still slightly fucked on ACPI systems [12:09] Because their APIC behaves slightly different to Intel ones [12:10] Well, in Windows, it's an all-or-nothing thing. You either have an "ACPI PC" or a "Legacy PC", and everything is defined from there. [12:10] <\sh> infinity: in windows it's: "I have a windows pc" [12:10] Which cause no end of issues when ACPI was still shiny and new, and I was constantly holding down F7 (I think?) during windows installs to say "nu uh, don't use ACPI" === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel [12:10] \sh: No, very not true. [12:11] Suspend/resume is (generally) broken because our drivers are fucked [12:11] <\sh> infinity: for the plain windows user it is] [12:11] The "plain" windows user gets their machine shipped with Windows pre-installed by an OEM who should know what the sanest configuration is. [12:12] When doing it yourself, Windows is just as fragile as Linux, if not more (says the man who's just spent ~24 hours reinstalling Windows on a system, because it's grumpy with his hardware configuration) [12:13] <\sh> infinity: right...but then, one day, she gets an ubuntu cd and no one is there to help her... [12:13] get more oems then [12:14] Indeed, the solution to the "non-technical user" isn't to make our installer EVEN BETTER (I can tell you from the past day's experience, ours IS better), it's to get more OEMs shipping Linux pre-installed. [12:15] No amount of simple installation can replace an OEM pre-configuring a system "just right", so you don't have to. === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [12:15] ok [12:16] so i can't find anything in this DSDT about sleeping [12:16] the ACPI spec says i should see SLP_EN or SLP_TYP.... [12:16] all i have is SLPB [12:16] desrt: No, those are just registers [12:16] They're defined in the fadt [12:16] but nothing in the code references them.... [12:17] No [12:17] The kernel writes to them directly [12:17] <\sh> Oh Lord, please send Michael Dell a message that he has to pre-install Linux on Desktops and not this 666 Redmond OS. [12:17] oh. [12:17] so ACPI specifies a register region where writes mean certain things [12:17] like sleep is done the same way on every laptop ever [12:17] You call the _PTS and _GTS methods, and then the kernel writes to those registers [12:17] Yeah [12:18] prepare to sleep? [12:18] The registers aren't necessarily in the same place [12:18] Prepare to sleep and going to sleep [12:18] <\sh> who is in charge of the kernel these days (ubuntu-server)? [12:18] i have PTS but not GTS [12:18] GTS is optional [12:19] i wonder what would happen if i booted a system with practically no drivers installed.... [12:19] i seriously get the impression that some driver is screwing up [12:19] <\sh> s/pc/apple IIe/ ? [12:19] i assume _WAK is what happens when it comes back [12:19] \sh: BenC, with occasional input from others. (mjg59 for all things ACPI and otherwise desktop shiny, Fabio for sparc, me for occasional server input and vga16fb breakage, crimsun for all things audio..) [12:20] desrt: Yup [12:21] i wonder if PTS is what makes the light on the case start woobing [12:21] or if this is HW [12:21] <\sh> infinity: ok...do you think it's possible to fix a problem in the scsi area, which let the areca controller not doing their work correctly? as well, the configuration management software for areca is segfaulting with the actual kernel of dapper (server) [12:22] <\sh> infinity: to be more precise, 2.6.16 is fixing this problem and it's known by the areca patch maintainer afaik from our hardware oem support :) [12:22] \sh: File a bug, and explain it better that "not doing their work correctly", since I have several anecdotal reports that areca works just fine. [12:22] woh. [12:22] there's an OSYS field (operating system, i assume) [12:22] \sh: And put a pointet to the patch in the bug. [12:23] it gets initialised in _INI to different numbers depending on the OS [12:23] desrt: The name OSYS is Apple specific, but yeah [12:23] DSDT code can be platform specific [12:23] hrrrm [12:23] On the Macs, the only difference seems to be a small amount of HPET setup. No idea why. [12:23] if (darwin) 0x2710, if (linux) 0x3e8, else 0x7d1 === Chipzz just found a gnome-power-manager bug [12:24] <\sh> infinity: ok, i'll try... [12:24] Chipzz: If you only found one, you're not looking very hard. [12:24] and an OSDW() function which gets called on wake up which checks this register [12:24] the check is LEqual(OSYS,0x2710), though... which assuming LEqual means what i think, darwin linux and 'else' match. [12:25] infinity: pretty nasty one in my case [12:25] but an easy fix I think [12:25] 0x3e8 is a weird choice [12:25] oh. logical equal. ok. [12:25] so it does different things on wake up if the running OS is darwin [12:25] OSDW() must mean 'OS is darwin' === Lukketto [n=Lukketto@host150-175.pool873.interbusiness.it] has joined #ubuntu-devel [12:26] if osdw \_sb.pci0.sbus.enab() [12:26] Sounds smbus related [12:26] think it might be causing me to not wake up? [12:27] If it is, probably only because of Linux bugs [12:27] you're becoming more jaded about linux :) [12:27] Linux is far from perfect. === storm [n=joel@200.208.133.109] has joined #ubuntu-devel [12:27] infinity: the GUI allows "When laptop lid is closed" to be set to "nothing", but the gconf description of those keys doesn't have that value in it's list... [12:27] heresy === Lukketto [n=Lukketto@host150-175.pool873.interbusiness.it] has left #ubuntu-devel [] [12:28] I had those keys set to "nothing", and as a result, when opening the lid after closing it, X went in an endless crash-loop === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [12:28] Chipzz: can you file a bug please [12:28] I will === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [12:29] sladen: you the gnome-power-manager maintainer? [12:32] sladen: file the bug in launchpad or upstream? I noticed on one of the gnome-power-manager bugs that ubuntu has quite some changes wrt upstream, and upstream isn't very happy about that... [12:33] hmm [12:33] mjg59; what are these smbus _Qxx methods? [12:33] Chipzz: urm. Given how much time that g-p-m upstream (Richard Hughes) spends answering bugs on launchpad, we might have to disagree about that [12:33] Not sure [12:33] mjg59; and what exactly happens if there's an error in the ACPI code? [12:33] Chipzz: please stop making up 'conflict' when there isn't one [12:33] _ prefixed stuff is supposed to be standards [12:33] two _Qxx methods under Device (SMB0) call this PNOT() function which references undefined variables [12:33] Erm, standardised [12:34] 5.6.2.2.2 [12:34] They may be defined in an SSDT [12:34] it has to do with getting a query number from the hardwre [12:34] "Embedded Controller Query and SMBus Alarm control method" [12:34] sladen: I read one of his comments where he expressed his frustration about chasing a bug that turned out to be ubuntu-specific [12:35] Chipzz: well yes. But that's not "isn't very happy about" the changes [12:35] // following is a method that OSPM will schedule after [12:35] // it receives an SCI and queries the EC to receive value 7 [12:35] Method(_Q07) { [12:35] Chipzz: That particular grumpiness is has been long since sorted [12:35] s/is has/has/ === mirak [n=mirak@AAubervilliers-152-1-66-60.w86-198.abo.wanadoo.fr] has joined #ubuntu-devel [12:37] then I'm probably making to much of an issue about it; it was just something that stuck in my mind [12:38] is there a way to run the installer from a runing ubuntu installation ? [12:39] mirak: Not "the installer", per se, but you can just bootstrap a chroot with "debootstrap", which may be what you're looking for. [12:40] infinity: I know deboostrap but don't like it [12:40] I fell it gives a partial installation [12:40] infinity: why couldn't I run the installer ? [12:40] Well, d-i just does debootstrap + install a bootloader + set up user/pass + install extra package selection (say, ubuntu-desktop) + reboot [12:41] I mean since it's runnable from a live cd, it must be runnable from a normal installation [12:41] infinity; if i inject my own DSDT into the initramfs is there a kernel commandline i can give to have it not load it? [12:41] infinity: it won't ask for timezone etcetera [12:41] infinity; just incase :) [12:41] mirak: ubiquity (the livecd installer) has some very specific requirements for what it installs from, requiring access to the read-only filesystem of the livecd, etc. [12:41] mirak: it is meant to give only a base install (or "partial installation", like you call it) [12:42] I can see nothing wrong with that? [12:42] desrt: Better off haking sure you have two kernels installed, and only mucking with the initramfs of one. :) === desrt makes initrd.safe :) [12:42] Chipzz: no but I did it for my actual system and I feel like it's broken [12:43] I debootstrap installs all the time, and they're never "broken". [12:43] infinity: ok about ubiquity. [12:44] so what's the exact procedure ? [12:44] as far as I remember I must install the kernels too [12:45] "Installing this package on a normal system is unlikely to be useful." [12:45] ok I will try anyway :) === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [12:45] debbostrap + install kernel and bootloader + install langpack (optional, obviously) + set up a user [12:45] and what about timezone plus locales etcetera ? [12:45] heh [12:45] tzconfig for timezones. [12:46] why doesn't https://launchpad.net/distros/ubuntu/dapper/+source/gnome-power-manager/+bugs list any bugs? [12:46] locales come from installing the langpack(s). [12:46] I just submitted one so there must be bugs [12:46] Chipzz: because launchpad bugs are targetted at the whole distro, not on dapper [12:46] for some crazy reason [12:46] also I see most recent bugs to the right after submitting my report [12:46] s,dapper/,, [12:47] And it's not particularly crazy to assume that a bug filed on dapper probably also applies to other releases. [12:47] this is silly :) [12:47] It would certainly apply to edgy, for instance. :) === jouston [n=jouston@59-105-136-199.adsl.static.seed.net.tw] has joined #ubuntu-devel [12:47] just clicking on the wrong link may be causing a lot of users to submit duplicate bug-reports [12:48] infinity: i think there should be a better way of handling that, it's pretty crazy that the url for translations involves the "dapper/" while the url for bugs doesn't [12:49] mdke: I think it was a mistake to have the release in the URLs at all, TBH. === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel [12:50] mdke: Bugs apply to package versions, not distro releases. [12:50] this is true [12:50] (ie: apache2 2.0.55-4 will have the same bugs in both dapper and edgy) [12:50] but package versions are unique across releases [12:50] even if the upstream version is the same [12:50] Chipzz: No they're not. [12:51] Chipzz: We don't rebuild the whole archive with new version numbers for each release. Plenty of packages have the same version in dapper as they had in warty. [12:51] debian has -sarge1 for security updates to packages in sarge [12:51] so even if the upstream version would be the same, sarge would have -sarge1 while testing/unstable would have -1 [12:51] Chipzz: Security updates are UPDATES. When nothing changes, the packages aren't revved. [12:51] hrrrm you are right about that [12:51] Chipzz: False. I have packages in sarge that are the same version as in potato. (really) [12:52] probably because the maintainer doesn't care about them anymore === desrt dpkg-reconfigure linux-image [12:52] Chipzz: Or because they're reasonably bug-free and don't need to be gratuitously rebuilt. === Fjodor_ [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [12:52] Chipzz: Though in the case of potato->sarge, yes, they should have been updated for policy changes if nothing else. [12:52] there's still several transitions, like the c++ ones [12:53] I don't maintain anything that uses C++. :) [12:53] The only transition I've ever been subject to was the old /usr/doc -> /usr/share/doc transition. [12:53] what I was trying to point out is that it's probably pretty rare to have the same versions across releases [12:53] Not really. And certainly not in Ubuntu. [12:53] Since we release frequently, we have plenty of packages that don't change. === Fujitsu [n=fujitsu@c211-28-183-112.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [12:54] Like i said, there are lots (LOTS) of packages with the same version in warty, hoary, breezy, AND dapper. [12:54] And far more for just, say, breezy/dapper. [12:54] <\sh> apaapa [12:54] <\sh> infinity: [12:54] <\sh> adsasd [12:55] <\sh> grmpf === desrt wonders what Loki is doing in his ACPI tables [12:55] jdub: should we use the ubuntu-traffic list for the ubuntu weekly newsletter (or some other list) or should we create a proper ubuntu-newsletter list maybe? [12:55] <\sh> what was that,,,3 minutes no keyboard input and then again? [12:55] mgalvin: ubuntu-news exists already [12:56] mgalvin: is perfect for your newsletter [12:56] mdke: oh right, duh === mgalvin *blushes* [12:56] infinity: I think I will use debootstrap, because I don't really trust what will do ubiquity. I want to install on a second partition that is on LVM [12:56] mgalvin: it's very underused [12:57] i see, one or two posts a month :) === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [01:00] \sh: the cat walking across the keyboard? ;) [01:00] <\sh> Chipzz: no..keyboard just didn't reply..and I was hammering on the keyboard like a cat walking across the keyboard ;) [01:01] infinity: ok, ubiquity is useless since I use LVM [01:01] oh I see :) [01:02] mirak: use the alternate install CD [01:03] I will use the netinstal.iso I think [01:04] sladen: I wanted to know if there is a way to run the installer script that is on the alternate install CD but from a running distro [01:05] mirak: debootstrap ? [01:05] mgalvin: ubuntu-news [01:06] jdub: yup, thanks, we will use that [01:06] jdub: is planet still getting a 404 from my blog? I'm wondering if there is something wrong on my end [01:07] mirak: out of interest, what are you actually trying to achieve? [01:07] sladen: it's a piece of the puzzle. I would find intersting to have all the steps [01:08] sladen: I just want to install to another partition a clean dapper. in fact I already deboostraped, but I really wonder why I can't just have all the steps and a guide like with the installer on the alternate installer [01:09] I just wasting my time in fact ;) [01:09] mirak: apt-get source debian-installer [01:10] sladen: ah !!! thanks [01:10] mirak: ultimately it calls debootstrap [01:19] is there any way to put my root filesystem on a ramdisk without using initrd? [01:19] desrt: #ubuntu might be able to help [01:19] good call === sorush20 [n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #ubuntu-devel [01:34] hi ugys just wanted to know if this bug would be fixed soon or later? [01:34] "this" being...? [01:34] https://launchpad.net/distros/ubuntu/+source/cupsys/+bug/43824/+index [01:34] Malone bug 43824 in cupsys "HP Laserjet 1000 doesn't work with cups2" [Normal,Confirmed] [01:34] sorush20: "sooner or later" is a good approximation, yes [01:34] crimsun: you develop too? [01:35] did I tell you about the amarok bug too? [01:35] not cups*, but I'm involved. [01:35] which one? [01:35] well is there anyway that I can print? [01:35] and the bug is better addressed in -bugs [01:36] is martin pitt here? [01:36] Martin Pitt [01:36] pitti is not present; it's the weekend [01:36] okay.. [01:36] I have not idea why I upgraded to dapper knowing there would be these problems.. [01:37] GDI printers annoy me, cheap and nasty === \sh [n=shermann@xdsl-84-44-156-168.netcologne.de] has joined #ubuntu-devel [01:38] but runs fine in breezy [01:39] how would I downgrade to breezy cupsys? [01:40] sorush20, you reinstall breezy - walking back is not the way forward, you could try to change the sources but would it work I have no idea [01:40] sorush20, doing it like a dist upgrade === JaneW [n=JaneW@dsl-146-167-152.telkomadsl.co.za] has joined #ubuntu-devel [01:43] sorush20: this is not a support channel; either ask on #ubuntu, or read apt-get's man-page to find out how to downgrade a package === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [01:46] sorush20: (if at all possible of course; but I think it would involve something like apt-get install -t breezy ...) === eggauah [n=daniel@200.228.25.81] has joined #ubuntu-devel === Jimmey__ [n=james@user-6843.lns5-c7.dsl.pol.co.uk] has joined #ubuntu-devel === Jimmey__ [n=james@user-6843.lns5-c7.dsl.pol.co.uk] has left #ubuntu-devel [] === mdz [n=mdz@george.kkhotels.co.uk] has joined #ubuntu-devel === DShepherd [n=dwight@port0151-afr-adsl.cwjamaica.com] has joined #ubuntu-devel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel === shawarma [i=foobar@sirius.linux2go.dk] has joined #ubuntu-devel [01:57] sorush20: no pvt messages please === sorush20 [n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has left #ubuntu-devel [] === Fjodor_ [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel [02:05] <\sh> any way to get rid of those processes? root 6086 0.0 0.0 0 0 ? S 01:57 0:00 [mmcqd] === Chipzz is now known as Chipz === Chipz is now known as Chipzzz === Chipzzz is now known as Chipzz [02:08] \sh: I may be mistaken, but looks like a kernel process from a driver? [02:08] <\sh> Chipzz: it should be the mmc card reader...and I have two of them now, and I'm not able anymore to mount a sd card ;) [02:09] have you tried stopping the process accessing the card reader? [02:10] I have similar processes like that when using /dev/video from ivtv [02:10] they go away when I quit mplayer [02:11] <\sh> Chipzz: hmm... [02:12] <\sh> automounting is what process? udev? hal? dbus?? [02:12] just try unmounting it? [02:12] <\sh> it's not mounted [02:12] <\sh> but it was mounted [02:12] <\sh> and I removed it to fast it seems [02:13] hrrrm [02:13] <\sh> let's leave it for now.. [02:13] <\sh> I'll go to bed just now. [02:14] nn :) [02:14] <\sh> thought i can build quickly a SD gpg key container with dm-crypt support [02:15] <\sh> but it looks like that I'm screwed with automount in the moment ;) [02:15] it's possible it's a bug in the driver too [02:15] (I guess) [02:16] like, you unmounted correctly, but that process failed to quit [02:16] <\sh> Chipzz: if removing the card is a correct unmount, but I doubt it ;) [02:17] if it's still mounted, you can always try putting it back in and unmounting properly [02:17] <\sh> Chipzz: but if I'll try to reproduce it, to let mount a not formatted sd card ;) [02:17] (like a floppy disk) [02:18] *g* :) [02:18] <\sh> cryptsetup -y create gpgkeys /dev/mmcblk0pl1 \n mkfs.ext2 /dev/mapper/gpgkeys and then remove it [02:18] <\sh> et voila screwed up [02:22] \sh: is this you? http://www.uni-koeln.de/bin2/maillist/linux-fai/20060531.095843/171988 :) [02:23] <\sh> Chipzz: yes [02:23] <\sh> Chipzz: how did you find it? [02:26] \sh: fai homepage [02:26] just browsing the archive [02:26] <\sh> Chipzz: ah :) === rpedro_ [n=rpedro@87-196-70-42.net.novis.pt] has joined #ubuntu-devel === bioeng [n=bferguso@68.216.133.80] has joined #ubuntu-devel [02:33] Hi everyone [02:33] I'm having some programming related problems that I could use some help with [02:33] bioeng: -> #ubuntu [02:33] bioeng: This isn't a support channel for development on Ubuntu, it's a channel for the developing *of* Ubuntu. [02:34] ok [02:34] I'll try that channel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [02:37] infinity, he will probably get more help in here. [02:37] welp. it just sucks. === desrt compiled a kernel with no drivers (seriously... no drivers) [02:38] it still does not sleep [02:38] or rather, wake up from sleep === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [02:38] My question was to ask if it would be a good idea to do a CS minor while finishing my EE degree [02:38] desrt: Fun [02:39] So the kernel's blowing up somewhere in generic code [02:39] but I'll go to another room if necessary [02:39] You're under boot camp, right? [02:39] i had another thought [02:39] ya. bootcamp [02:39] Ok [02:39] what if it was failing to set the proper parameters on the DRAM before going to sleep [02:39] and by the time it woke up again it had forgotten who it was [02:39] That's possible, but unlikely [02:39] (That is, I've found one machine ever that appears to do that) [02:40] think i'll have better luck with efi? [02:40] The Intel datasheets are public - you're looking for "self refresh" [02:40] No, you'll have no luck at all with efi [02:40] no acpi there i assume === bioeng [n=bferguso@68.216.133.80] has left #ubuntu-devel [] [02:41] in your opinion what is the next most likely problem? [02:41] Oh, acpi, but completely absent testing of it ever in the slightest [02:41] (btw... i tried the s3_ flags and i also enabled USB and HID support in my kernel to see if i could at least see capslock working -- no love) [02:41] It's utterly broken [02:41] Anyway. [02:42] Next thing to try is shoving reboots in arch/i386/kernel/acpi/wakeup.S [02:42] that's the entry for coming back from sleep? [02:43] is there a kernel sponsored way to reboot or should i just try and trash my cr2 and hope for a triple fault? [02:43] Just cut and paste the triple fault code from include/asm-i386/mach-default/mach_reboot.h [02:43] Oh, hang on, that's not where it is [02:43] oo. pre-programmed triple fault :) [02:44] Might be under arch/i386 somewhere [02:44] ok [02:44] The fallback reboot code is to do a triple fault [02:44] nod. that never fails :p [02:44] So then see if it's ever getting into the wakeup code in the first place [02:44] do x86 chips still come up in real mode at 0xf0000 these days? [02:44] Seemingly so [02:44] wow [02:44] it's in kernel/reboot.c [02:44] Well, not /quite/ [02:45] case 'h': /* "hard" reboot by toggling RESET and/or crashing the CPU */ [02:45] Coming back from acpi sleep, it immediately jumps to the address put into the wakeup code register [02:45] reboot_thru_bios = 0; [02:45] break; [02:45] mjg59; i bet it does that by going to 0xf0000 first [02:46] Riddell: around? [02:46] desrt: Yeah [02:46] mjg59; there's a special memory address you can set in the PC bios (in the 0000:0400 range) which causes the power-on BIOS code to jump to some address VERY quickly [02:46] But at that side of things, the hardware is supposed to be dealing with it [02:46] It's not something an ACPI OS needs to care about [02:47] so..... [02:47] because this isn't really a real PC [02:47] So if it gets all the way through the wakeup code, you get to stick reboot calls in the C code [02:47] i assume the firmware copies some bios boot block code into the f000 segment.... [02:47] and we have to hope that nobody tries to modify it [02:47] ACPI /sortof/ works on the minis and MBPs [02:47] (Reportedly) === chiddy [n=chiddy@pool-70-20-127-234.pitt.east.verizon.net] has joined #ubuntu-devel === joel_ [n=joel@200.208.133.109] has joined #ubuntu-devel [02:48] desrt: Giving 2.6.17-rcwhatever might be worth a go [02:48] Just to make sure it's not something that's been fixed already [02:48] that's a good idea [02:48] i'm using 16 now [02:49] Or even -mm [02:49] i have to admit i'm confused. apple must have ROM blocks at 0xf0000 [02:49] or else when the hardware came up (really came up, at first).... [02:51] i miss the good old days of serial and parallel ports [02:52] back in the day when you could toggle some external pin on the machine with a single instruction [02:52] debugging was more fun [02:53] Oh, yeah, I've done ACPI debugging with a panel of LEDs on the parallel port [02:53] this laptop screams when it comes to building kernels === nokko [n=ubuntu@195-245-89-185.dtcom.ro] has joined #ubuntu-devel [02:54] Fujitsu: still there? [02:54] Yes. [02:54] I'm always here :) [02:54] Fujitsu: could we please go private? (i am the person with the bug) [02:54] Fujitsu: i see that people here don't like us talking about bug reports [02:55] OK, nokko. === TomB_ [n=ownthebo@ACCA062F.ipt.aol.com] has joined #ubuntu-devel === \sh__ [n=shermann@xdsl-81-173-254-3.netcologne.de] has joined #ubuntu-devel [03:04] uh [03:04] how is one supposed to make a call to a .c file from real mode? [03:06] from real mode ? [03:06] Is this on topic? [03:06] are you tinkering with the boot code or what ? [03:06] desrt: You don't? === desrt is left wondering how to reboot the system.... [03:07] __asm__ __volatile__("int3"); [03:07] that'll triple-fault me? [03:07] Read machine_emergency_restart() from kernel/reboot.c [03:08] oh. you need an empty IDT for that to work [03:08] and you also need to be in protected mode [03:08] i don't think realmode supports the idea of triple-faulting [03:09] why not? [03:09] desrt: machine_real_restart may provide some hints.. [03:09] desrt, may I ask what you're doing ? [03:10] shackan: Tripping a reboot during kernel setup, to see where his resume is failing. === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel === joel_ is now known as magicstorm [03:10] infinity; intense.... === desrt just jumps to bios :) [03:10] kprintf'ing something more verbose and then do __asm__ __volatile__("cli; hlt;") and halt the machine ? :) === sorush20 [n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #ubuntu-devel [03:14] hi guys any development on this bug [03:14] https://launchpad.net/distros/ubuntu/+source/amarok/+bug/45487/+index [03:14] Dude, you were just in here an hour or two ago, asking about cups bugs, AND you brought that one up. [03:14] <\sh> sorush20: #kubuntu-devel [03:15] sorush20: This is not a support channel. Bugging people about YOUR pet bugs does not get them fixed faster. [03:15] <\sh> sorush20: and it's not a supported package... [03:15] infinity for dpl! [03:15] upl? [03:15] that's an appointed position :) [03:15] Fujitsu: i think the main problem with ubiquity is that it doesn't show intelligent errors: for instance, now i moved all the data into just one folder on the same partition (for backup purposes) and it crashed much later, with similarly strange errors. then i ran a df -h and it showed me "use% -- 100%" (which means partition is full). [03:15] desrt, descriptor privilege level ? :D [03:15] Fujitsu: it should simply say: partition full. right? [03:16] Fujitsu: i mean, it should even check for this from the beginning! [03:16] makko, yes, it's not particularly good at the moemnt. [03:16] Fujitsu: i think checking it from the beginning is simple to implement and i simply don't understand why it doesn't. [03:17] Fujitsu: i mean... how can you begin to install if you can very easily make sure you don't have enough space on the partition? [03:17] SCORE [03:17] my system reboots on wakeup from sleep now [03:17] good thing we decided to teach that assembly class last term about oldschool DOS x86 stuff :) [03:18] <\sh> desrt: hmmm....oldschool dos x86 stuff? teach them z80 ;) [03:18] heh [03:20] Hmm, we don't have xulrunner in the archive? [03:21] bddebian: We will somewhere shortly after Tuesday. [03:22] <\sh> bddebian: apt-cache search xulrunner says no [03:22] bddebian: It hit Debian too late to be useful for dapper. [03:22] infinity: OK, thx [03:22] <\sh> good night folks === ealden [n=ealden@202.128.54.110] has joined #ubuntu-devel [03:22] Fujitsu: maybe you could tell ubiquit devs about implementing better error messages and checking space available. i guess ubiquity only checks partition size and assumes it's being formatted. [03:23] ubiquity [03:23] makko, they are going to fix it a lot, I guess. [03:28] infinity: Do you happen to know much/anything about it? === desrt just did something comically stupid [03:29] wow. [03:29] step 1: be sure to make a backup copy of your MBR [03:29] step 2: blow the MBR away [03:29] step 3: realise that you saved the backup copy of the MBR on the harddrive itself [03:30] bddebian: It? [03:30] bddebian: Oh, xulrunner? A bit. [03:30] desrt: But you can boot from CD, so it's all good. [03:31] infinity; but... my harddrive.... [03:31] infinity: Any idea why there is no i386 build log on p.d.o? [03:31] desrt: MBR != Partition table... [03:31] desrt: Unless you zeroed a LOT of sectors... [03:31] infinity; ok. "the first 512 bytes of my disk" [03:31] which contain both the mbr and the partition table [03:31] desrt: First 512 bytes is just the MBR. No reason you can't mount that disk from a CD boot. [03:31] you are wrong [03:32] I are not. [03:32] first 512 bytes also contains the partition table [03:33] explain to my why, then, the boot CD doesn't seem to think i have partitions :) [03:33] Probably because I'm wrong. ;) [03:34] desrt: maybe it's just teasing you [03:35] Fujitsu: wow, already 87 updates? [03:35] makko, yes. [03:35] Fujitsu: that's what adept notifier says [03:36] Fujitsu: from now on i guess it's much better for canonical to release a community edition (like mandriva) and then, after one month, a final version. that way we'll get more beta testers. [03:37] makko: Dapper has been available to the "community" for months [03:37] bddebian: then i don't understand why so many bugs are being detected so late [03:37] bddebian: really... it frustrates me [03:38] makko: that's not a reflection of the development, that's a reflection of people testing it at a given time [03:38] bddebian: maybe most of them download the live cd only when it's "official" enough [03:38] makko: I don't recall seeing your nick around prior to very recently? [03:38] bddebian: i changed it, why? [03:38] bddebian: oh, and i am new to #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel [03:43] crimsun, bddebian, Fujitsu: so i think it would be very helpful if we advertized two "official" releases, like mandriva. what do you think? [03:43] makko: I don't see the difference. And if you live Mandriva, go to Mandriva [03:43] The Ubiquity disaster has been a bit bad. [03:43] "disaster"? [03:44] I would categorise it as a disaster. [03:44] Aye what disaster? [03:44] bddebian: why do you say i like mandriva? [03:44] bddebian: did i offend you? [03:44] makko: Because you keep bringing it up. ANd regardless, this is not the purpose of this channel [03:44] makko: he said if [03:44] tseng: no, i mean why did he even bring it up like that and why he put it like that [03:45] tseng: i just thought that would be helpful [03:45] Fujitsu: I installed personally Ubuntu, xubuntu, and kubuntu on 4 different machines myself [03:45] With 0 issues [03:45] you are the first person to mention mandriva, i think [03:45] s/xubuntu/edubuntu/ [03:45] tseng: because i am a "convert" from mandriva [03:46] tseng: and i like that idea [03:46] this is very silly [03:46] but we made 2 beta and an rc release [03:46] tseng: what is very silly? [03:46] and none of you tested it [03:46] tseng: make it more official, and much more people will test. i am sure. that's how they do on mandriva. [03:46] makko, that'd be right. [03:46] i dont know how much more official you can make it [03:47] than posting to every ubuntu list, making slashdot, digg, osnews [03:47] What makes it more "official"? [03:47] i mean, jeez [03:47] I would never use Ubiquity, because my config is rather odd. [03:47] tseng: when there are too many "flights" most people are confused and prefer to say "ok... i will wait until this flood ends" [03:47] you can't get any more publicity if you tried. [03:48] bddebian: i don't know... "singular". give people the impression it's something "final"! [03:48] makko: publicity is not something Ubuntu needs more of [03:48] why would yo make a final beta [03:48] well, it does, but it is not somehting we need work on [03:48] This is a pointless discussion that I will take part in no longer. [03:48] I am starting to agree. [03:48] tseng: not a final beta [03:48] it definately doesnt belong in this channel, in any case [03:48] if you'd read the topic [03:49] ok [03:49] makko: if you really want to help testing, file and triage bugs [03:49] file and triage bugs before the final release [03:49] don't be a Eugenia [03:49] what is an eugenia? [03:50] what did she do? [03:50] if you missed it, I am not going to go into it here [03:50] you can figure out where to look if you are so inclined === desrt folds another computer into things to streamline the workflow [03:58] does this channel piss people off or do people piss this channel off? [03:59] desrt: what do you mean? [03:59] desrt: people cant read a topic [03:59] desrt: and use their best judgement [03:59] we should probably just renamed this channel #ubuntu-escalation-support and be done with it [03:59] yuh.... === TerminX [n=terminx@64.62.190.212] has joined #ubuntu-devel === Fujitsu [n=fujitsu@c211-28-183-112.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [04:11] shackan: former "head" of osnews, queen of garbage-journalism [04:11] not that the word "former" matters, as thom is just as bad === shackan [n=shackan@host251-124.pool8260.interbusiness.it] has joined #ubuntu-devel === Fujitsu [n=fujitsu@c211-28-183-112.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel === Aegir [n=richard@d58-105-2-145.dsl.vic.optusnet.com.au] has joined #ubuntu-devel [04:23] Burgundavia: :-) [04:37] seriously. WTF [04:38] my laptop rebooting or not seems to be more of a random whim of the kernel i build than it is of the changes i make to it [04:39] Hardware is fun! [04:40] i hate you [04:40] i wonder if ; is not a comment [04:40] if i comment lines with ; they appear to still be run [04:40] In .config? [04:40] in .S files [04:40] Oh [04:40] i think that's my problem [04:40] It ought to be, I think [04:40] i'd make a change, see that it do what i want [04:40] then comment it with ; [04:41] and see that the change remains in effect [04:41] Ha [04:41] insanity. [04:41] # is certainly a comment [04:41] ; is "ignore this character and keep on parsin'" [04:41] So I'd recommend #, really [04:41] oddly, vi syntax hilights ; as a comment and # as nothing [04:42] *shakes fist at vi* [04:42] So use an editor from this century :-) [04:42] i'll make you regret those words [04:43] i think this is the most useful my usb key has ever been to me === desrt has an initrd that sleeps on boot and a kernel image and syslinux [04:46] desrt: Are you actually doing something or are we just getting running commentary? :-) [04:47] bddebian; i'm debugging the code that runs very very early after the machine comes back from sleep [04:48] desrt: What I meant was. Are you actually fixing an Ubuntu bug? :-) === Huahua [n=hua_@221.172.51.75] has joined #ubuntu-devel [04:48] the "my macbook fails to wake up" bug? [04:48] "Ubuntu doesn't work for crap on MacTels" sounds like a bug to me. [04:49] (FSVO "doesn't work for crap" that means "it works pretty well, modulo the bits that don't") [04:49] FSVO? [04:49] For some value of. [04:50] right. === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [04:51] Ah === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === nix4me [n=nix4me@49.104.207.68.cfl.res.rr.com] has joined #ubuntu-devel === sorush20 [n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has left #ubuntu-devel [] === rogelio [n=rogelio@150-214-246-201.adsl.terra.cl] has joined #ubuntu-devel === j_ack [n=nico@p508D85CC.dip0.t-ipconnect.de] has joined #ubuntu-devel === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === jadaz87 [i=jadaz87@silenceisdefeat.org] has joined #ubuntu-devel === Aegir [n=richard@d58-105-2-145.dsl.vic.optusnet.com.au] has joined #ubuntu-devel === FliesLikeALap [n=Ryan@cpe-72-224-113-143.nycap.res.rr.com] has joined #ubuntu-devel === izm99 [n=steve@S01060013461e8223.vn.shawcable.net] has joined #ubuntu-devel [06:53] When you plug in a digicam memory card, a window appears asking if you want to import photos. How do I get my own program to do that? [06:54] Clicking "import photos" opens gthumb. I'm assuming the hook is implemented with dbus or hotplug or something... but where/how I'm not sure. anyone know? === ChaKy_ [n=chaky@lns01-0215.dsl.iskon.hr] has joined #ubuntu-devel [06:55] izm99: #ubuntu is a better place for this, but check out the removable drives and media preferences [06:58] mjg59, ok, thanks. :) === ealden [n=ealden@202.128.54.110] has joined #ubuntu-devel === j_ack [n=nico@p508DA0CC.dip0.t-ipconnect.de] has joined #ubuntu-devel [07:01] mjg59, out of curiosity, how does "ubuntu" know when a digitcal camera source has been connected? [07:01] gnome-volume-manger ? [07:02] Good ol' gnome-nolongerhasanythingtodowithvolumes-manager [07:02] Always entertaining to watch it fiddling with my sound cards. [07:02] Cause you can almost pretend the "volume" means something else. === izm99 mans gnome-volume-manager [07:03] infinity: Where volume is the space taken up by devices. :-) [07:04] [07:04] hrm it seems apt isnt asking questions, e.g. the java license & the flash "do you want to download" stuff, known? [07:04] Lathiat: Did you install that system with ubiquity, pre-release? [07:04] yeh i think so [07:04] was a bug then? [07:05] Then your debconf frontend is set to noninteractive (oops, my fault) [07:05] kubuntu upgraded from ubiquity RC install [07:05] sudo dpkg-reconfigure debconf [07:05] ah ok [07:05] cheers [07:06] (For the record, the defaults are "dialog, high, don't ask again and again" [07:06] ) === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel [07:13] infinity what is comething i could use to build metapackages? [07:13] -ETOOVAGUE [07:14] infinity: i see [07:14] But you may want to see the "equivs" package, if your questions was what I think it was. [07:15] infinity: thank you === rpedro [n=rpedro@87-196-70-42.net.novis.pt] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === Aegir [n=richard@d58-105-2-145.dsl.vic.optusnet.com.au] has joined #ubuntu-devel === DShepherd [n=dwight@port0151-afr-adsl.cwjamaica.com] has left #ubuntu-devel [] === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === j_ack [n=nico@p508DA0CC.dip0.t-ipconnect.de] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === Quintok [n=quintok@ppp231-62.lns3.syd7.internode.on.net] has joined #ubuntu-devel === theCore [n=alex@modemcable240.218-70-69.mc.videotron.ca] has joined #ubuntu-devel === nekohayo [n=jeff@bzq-88-154-34-35.red.bezeqint.net] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === theCore [n=alex@modemcable240.218-70-69.mc.videotron.ca] has joined #ubuntu-devel [09:24] hmm, I'm delivering a dapper talk to trilug next thursday, and I'm receiving numerous requests to cover the steps after debootstrap to configure the base system in a chroot now that base-config has gone away. [09:25] crimsun: and write us a howto on it please? [09:25] Hobbsee: yeah, that will be done since I have to demonstrate it live. :) [09:25] :) === Kliment [i=yanev@myntti.helsinki.fi] has joined #ubuntu-devel === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [09:28] hi, I've found a regression [09:29] the panasonic acpi driver (pcc) no longer generates key events [09:30] looks like there is a newer version that fixes things for the .15 kernel, but it's not in dapper [09:30] who should I notify? === _mike_ [n=mike@220.157.65.29] has joined #ubuntu-devel [09:31] please file a bug in malone and attach a link to the fixed version, preferrably a diff against whatever Dapper has [09:32] I am not familiar with malone, where do I start? [09:32] Kliment: https://launchpad.net/distros/ubuntu/+filebug === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === theCore [n=alex@modemcable240.218-70-69.mc.videotron.ca] has joined #ubuntu-devel === crimsun wonders whether he should be looking at casper or ubiquity source to answer the above question regarding base-config's "replacement" [09:55] https://launchpad.net/distros/ubuntu/+bug/48325 [09:55] Malone bug 48325 in Ubuntu "Panasonic ACPI driver (pcc) does not generate key events" [Normal,Unconfirmed] [09:55] is this good enough, anything I should add? === theCore [n=alex@modemcable240.218-70-69.mc.videotron.ca] has joined #ubuntu-devel === dsas [n=dean@host81-129-229-196.range81-129.btcentralplus.com] has joined #ubuntu-devel [09:58] Kliment: can you verify that 0.8.4 indeed fixes the regression from breezy? [09:58] doot. [09:58] I can try [10:03] grr, forgot that this update does not pull the kernel source in with it [10:04] well, this will take a while then === AlinuxOS [n=AlinuxOS@d83-176-98-193.cust.tele2.it] has joined #ubuntu-devel [10:21] hmm, seems like the driver developer's server is having some trouble [10:21] I'm getting truncated files [10:22] could someone else verify it's not just my connection messing things up [10:22] http://www.da-cha.org/letsnote/hotkey-handler-1.4.tar.gz === Lukketto [n=Lukketto@host150-175.pool873.interbusiness.it] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === mdz [n=mdz@george.kkhotels.co.uk] has joined #ubuntu-devel === HiddenWolf [n=HiddenWo@136.7.dynamic.phpg.net] has joined #ubuntu-devel === nix4me [n=nix4me@49.104.207.68.cfl.res.rr.com] has joined #ubuntu-devel [10:48] adding the hotkey handler fixes the problem, but I only have an older version of it as the downloads on that site are broken for some reason [10:49] all useful info for the bug report. === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-devel [10:49] hey crimsun , what's cracking? :) [10:49] sivang: me, so sleep time :) yourself? [10:51] crimsun: well, just preparing some lunch and going see where I need to do work afterwards. it's a beautiful morning here [10:51] sivang: excellent :) === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [10:51] crimsun: sleep time? aren't we at the same time zone? [10:51] i think i just fixed a bug in the linux PCI code. [10:51] desrt: oh cool [10:52] sivang: I'm EDT (GMT -0400) [10:52] crimsun: ah, so it's morning for you ? [10:52] crimsun: where in? [10:52] sivang: yep, almost 5 AM. East coast USA (North Carolina). === kagou [n=kagou@88-136-0-177.adslgp.cegetel.net] has joined #ubuntu-devel [10:53] crimsun: ah, nice did not sleep throug the night I suppose? :-) [10:53] hi [10:54] sivang: nope, going to do that now. 'night/'morning :) === rpedro [n=rpedro@87-196-70-42.net.novis.pt] has joined #ubuntu-devel === Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel === t0rtois3 [n=tortoise@extern-halls-1.soton.ac.uk] has joined #ubuntu-devel === zakame_ [n=zakame@69.60.114.100] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] === pygi [n=pygi@83-131-251-88.adsl.net.t-com.hr] has joined #ubuntu-devel === olemke [n=olemke@p54897898.dip.t-dialin.net] has joined #ubuntu-devel === Kliment [i=yanev@myntti.helsinki.fi] has left #ubuntu-devel [] === hunger [n=tobias@p54A61417.dip0.t-ipconnect.de] has joined #ubuntu-devel === ealden [n=ealden@203.76.211.204] has joined #ubuntu-devel === Aegir [n=richard@d58-105-2-145.dsl.vic.optusnet.com.au] has joined #ubuntu-devel === vlad [n=vladimir@ip-85-160-87-83.eurotel.cz] has joined #ubuntu-devel === ion [n=ion@iniquity.net] has joined #ubuntu-devel [12:22] sladen: Hello, yesterday I posted a bug comment about acpi-support + i810 xorg driver and you seem to be much involved with it. Can I ask some questions? === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel [12:24] vlad: yup [12:24] vlad: what's the bug number? [12:25] Great, the lucky number is 40621 [12:26] bug #40621 [12:26] Malone bug 40621 in acpi-support "R50e fails to resume: Green moon constantly blinking" [Normal,Unconfirmed] http://launchpad.net/bugs/40621 [12:28] right, my first question... you make a reference to bug #28326 which is marked as Fix Released. Does that mean that it should work in the current Dapper? [12:28] Malone bug 28326 in xserver-xorg-driver-i810 "i810 Xv crashes after suspend -> infinite resprawn" [Major,Confirmed] http://launchpad.net/bugs/28326 [12:28] yes [12:29] unfortunaell [12:29] oops [12:29] erm.. I didn't mean yes to that [12:29] I mean yes, it happens to me too [12:31] I experience it in Dapper too and I would like to know if anything can be done to fix it. [12:35] vlad: I thought I'd nailed it; but I've had it once since. Did you attach the Xorg.log from after one of those [12:35] (the machine is still up, so you can SSH in, or Sync, Unmount, reBoot it [12:36] sladen: yes, you can see it at the very bottom of the bug page. [12:42] sladen: which process in gnome handles laptop hotkeys defined by your hotkey-setup package? [12:42] sladen: I would like to address this also for KDE and would help to know how Ubuntu does it... === highvoltage [n=jono@mtngprs7.mtn.co.za] has joined #ubuntu-devel [12:43] Lure, hal and gnome-power-amanger should be responsible for that [12:43] *manager [12:44] Lure: they listen via HAL now. do lshal -m and press some hotkeys [12:44] Lure: and gnome-setting-daemon does some evil remapping of its own [12:44] ogra: ok, I see [12:45] wasnt klaptopdaemon adjusted to use hal nowadays ? [12:45] just need to find right place in KDE to put this in (kmilo, klaptop, kpowersave...) [12:45] wow, nice. glom has so much potential [12:45] ogra: klaptop only uses pmi command line to suspend/resume, but still has plenty of ACI/APM cruft [12:46] ogra: just had report that it does not work on the desktop as some ACPI functions are missing (while Ubuntu works) :-( [12:46] well, thats how g-p-m worked in breezy, just make the same switch in the code and you are done ;) [12:47] ogra: probably yes, I am just doing investigation in order to prepare spec for Paris meeting [12:47] cool [12:50] sladen: well, can I do anything about the i810 bug? would be some more info helpful? === lmanul [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-devel === lmanul [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-devel === dsas [n=dean@host81-129-229-196.range81-129.btcentralplus.com] has joined #ubuntu-devel [12:53] sladen: msg [12:55] Lure: you're coming to paris to work on laptop support ? :) [12:56] sivang: no, but I plan to work on Kubuntu laptop support for Edgty [12:56] sivang: I just hope spec get reviewed in Paris [12:57] Lure: I feel there's great lack of complete IBM thinkpad support currently, I would wish to see it comes with all software help and support as it is in Windows [12:57] some of it we already have in the form of NetworkManager, [12:58] but would be also nice to see the Access connections there, [12:58] and ofcourse, out of the box support for the motion detector and fingerprint reader === sivang is going to prepare a spec about that soon [12:58] hopefully to be reviewed in Paris as well :-) [12:59] sivang, you do realise that Lenovo officially dropped Linux support? [12:59] Fujitsu: link? [12:59] Fujitsu: what made them take such a non sensical decision? [01:00] sivang: MS probably... :-( [01:00] sivang: http://www.crn.com/sections/infrastructure/infrastructure.jhtml?articleId=188701277 [01:00] sivang, saw it on Slashdot and other places not long ago. [01:01] sivang: for your needs, you would probably need proper kernel drivers to support it (fingerprint, motion detector...) [01:01] oh man :-/ [01:01] Lure: yes, I already know some of this has problems for re-distribution as well === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel [01:03] Well, there go my plans to buy an X60 [01:03] X60 ? === sivang regrets buying a t43p from Lenovo and not going for a compaq/hp which officially support linux [01:04] I love my X40 [01:04] was also quite expansive, and does not seem to return the investment completly [01:04] oh shit === herzi [n=herzi@c180214.adsl.hansenet.de] has joined #ubuntu-devel [01:04] lenovo :( [01:04] T43p cost silly money [01:04] InfraRed: so I leanred , yes [01:05] sivang: three buttons, nipple [01:05] sladen: ? :) [01:07] "Lenovo will still supply advice to 'customers who _insist_ on deploying Linux'" [01:08] sladen: I have to leave now, if I could help somehow solving the mentioned bug, please mail me at vladimir.lapacek@gmail.com. thx and have a nice day [01:08] Microsoft has offered them a good deal (eg. this, or else) [01:08] vlad: thanks [01:08] sladen: ah, right I saw that , I ownder how much of this stands in .il ;-) [01:11] sladen: up till now I had terrible IO issues with Ubuntu on my thinkpad, mostly the machien is able to do one task at the time type of problems, and well , fglrx perforamnce issues. (although the prop driver is supposed to be faster then the FOSS onw) [01:11] sivang: remember that they just got barred from supplying .gov.us with Lenovoware. And the security services and miltary are probably their biggest customer of Linux thinkpads === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [01:12] sladen: I'm already using elevator="deadline" but this had minor effect if any [01:12] everyone i know who uses linux on laptops swears by ibm (and lenovo) [01:12] oh well, things change I guess [01:13] ya [01:13] sivang: there seems to be a weird DMA issue; it occasionally goes in (what appears to be a swap storm) that can take ~30 minutes to get out of. (Even with out swap running). I reckon it's more likely the duff SATA<->PATA bridge in the R52 and T43 [01:13] sladen: indeed, so without those in demand, they're looking mostly at a MS oriented market? (given those securoity agencies probalm prefer linux out of quality) [01:14] well, they'll soon find out if a significant portion of their market wants linux [01:14] HrdwrBoB, hopefully. [01:14] Boycott Lenovo. [01:18] sladen: oh man, any way to make it not act like an old PIII 4200rpm machine? :) === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [01:19] sivang: not that I've found yet. most of the time it doesn't. Ctrl-Alt-F1 seems to be a good way to get out of it (wait a couple of minutes...) [01:20] sivang: I only found this out because I tried to put in a different hard-disk for testing (one without the HDD firmware patch designed to work around the bug) === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [01:20] sladen: funny, it's probably is that PATA-SATA brige and not specifically an os issue, I managed to somewhat reproduce that in WinXP as well, more then one dir /s in more then one console just brings it down to GUI latency and dropped responsiveness [01:21] sladen: ah, so what bug is the fimrware patched HDD workoaounds ? === sivang wonders if he could request a refund on account the machine is not acting as stated, and has very poor performance [01:22] sivang: http://www.thinkwiki.org/wiki/Problem_with_non-ThinkPad_hard_disks === mdz [n=mdz@host217-37-231-22.in-addr.btopenworld.com] has joined #ubuntu-devel [01:22] sivang: you may actually be able to. === sivang read in thinkwiki [01:25] sladen: according to the description, and the fact I don't get the warning (I never tried to replace the drive) I shoudl not have any performance issues. [01:27] sivang: quite; however, I haven't seen the 'swap-storm' issue on other machines... and the result is fairly similar (but less exagerated) to when I did put another disk in and the IDE bus hanging caused the machine to lock solid for 3 seconds every 15-20seconds [01:28] sladen: wow [01:28] when it's in the swap-storm mode, it feels more like the machine is frozen for X milliseconds out of every Y [01:28] sladen: so the "approved" HDs only circumvemnt the issues, to a smaller degree. [01:29] sladen: this is EXACTLY what I am experiencing. why didn't I got for anything else but Lenonvo...;-) === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [01:34] sivang: yes, the "approved" HDDs are ones that have had the firmware on the drive patched in an attempt to mitigate the bugs in the PATA bridge === j^ [n=j@p54B146CC.dip.t-dialin.net] has joined #ubuntu-devel === mirak [n=mirak@AAubervilliers-152-1-70-245.w86-198.abo.wanadoo.fr] has joined #ubuntu-devel [01:37] sladen: god, I have exepcted abit more from Lenovo mahcine which still carries the IBM logo :-( [01:38] sivang: these were the first batch of 50%/50% IBM/Lenovo's. The *60* are the first batch of true Lenovopads [01:39] sladen: is there anything official press release I can come with to the srvice cetner to backup my anger and shouts? :) [01:39] sivang: I filed a bug something like "machine freezes under high I/O load" But I can't find the bug report [01:40] debootstrap have failures when installinf with dapper [01:41] sladen: do you think that ni view of this, there is a still a plce for a spec to make Ubuntu on a thinkpad closer in support to how it's on a preloaded WinXP ? (without Lenovo support we'll have to do everything ourselves) [01:41] it unpacks everything five times ... [01:41] mirak: https://launchpad.net/distros/ubuntu/+source/debootstrap/+filebug along with the error messages please [01:41] sladen: (I was gonna start working on aspec like this before we talked ;-) ) [01:41] mirak, then no edubuntu install would work out there (edubuntu and ltsp rely heavily on debbootstrap) [01:42] ogra: I say some packages fails when unpacking [01:42] mirak, see above ... if packages would fail, the edubuntu installs would all fail [01:42] I do a deboostrap debootstrap --include=ubuntu-desktop,ubuntu-minimal,ubuntu-standard,language-pack-fr dapper linux2 [01:42] ogra: then it fails [01:43] sladen: any idea if one could put a real SATA drive to overcome the bridge on that machine? [01:43] wasabi: Failure while installing base packages. This will be re-attempted up to five times. [01:43] sivang: the solution alluded to is that if you put a PATA disk in the ultrabay everything will work [01:43] ogra: the base install work, but other packages seems to have problems [01:44] sladen: the ultrabay is only pata? === sivang would prefer to exploiut the SATA capabilities so exapnsively paid on this lptop [01:46] mirak, do what sladen said, file a bug and attach a full log of the failed debootstrap [01:47] ok === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === cassidy [n=gdesmott@di-pc67.ulb.ac.be] has joined #ubuntu-devel === ozamosi [n=ozamosi@h26n12c1o1049.bredband.skanova.com] has joined #ubuntu-devel [01:48] mirak: if you read the mirak man-page, you'll notice that you have to resolve the dependancies for any packages which you --include === ogra looks for the mirak manpage *G* [01:50] yes, the easier way is debootstrap dapper linux2 && sudo chroot linux2 apt-get install ubuntu-deskto [01:50] p [01:51] ok thanks [01:51] (you wont need minimal and standard, minimal is installed by debootsrap by default iirc and -desktop should depend on -standard) [01:52] I am not sure of that [01:52] iwj: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Found additional base dependencies: [01:53] ogra: but what I did was to put all the .deb on the iso inside var/cache/apt/archives === lemsto [n=salim@ANantes-154-1-15-173.w81-53.abo.wanadoo.fr] has joined #ubuntu-devel [01:54] sladen: I wonder if I can find anything other then http://www-3.ibm.com/pc/support/site.wss/document.do?&lndocid=MIGR-60169 as an excuse to get a replacement machine without a bridge and with true SATA drive [01:54] sladen ogra I think the problem comes from the configuration dependencies [01:55] debootstrap configures everything alphabethically [01:55] I have just read the log and almost everything is broken === ogra_ [n=ogra@p548AEEC5.dip.t-dialin.net] has joined #ubuntu-devel === shackan [n=shackan@host239-149.pool876.interbusiness.it] has joined #ubuntu-devel [01:56] sladen: so I think I will restore the machine to it's factory settings ( created the product revoery CDs before I installed Ubuntu) [01:56] sladen: and then go and show them how it's brought ot it's knes with 3 cmd.exe dir /s windows [01:56] grmbl [01:57] mirak, why didnt you mount /cdrom and use file:///cdrom as mirror ? [01:57] milli, (mount it as loop device if you dont have it on CD) [01:58] sivang: what model of thinkpad do you have? [01:58] ogra: yes I should have done that [01:59] saves a lot of time and diskspace :) [01:59] ogra: or mount the iso [01:59] yeah ... err s/milli/mirak indeed :) [01:59] anyway I burnt the iso meanwhile [01:59] I think I would do something clean from boot [02:00] I am afraid to miss something in the configuration [02:00] my system is already a bit wrecked probably from debootstrap previous install. I want something as clean as possible === LinuxJones [n=willy@hlfxns01bbh-142177195038.ns.aliant.net] has joined #ubuntu-devel [02:02] HiddenWolf: T43p , 1.8GHz , 7200rpm , 1GB RAM FireGL V3200 [02:02] sivang: problematic beast, I assume? :) [02:03] HiddenWolf: read the backlog , it's amazing what tricks computer verndos play these dasy :) [02:03] sivang: heh, yeah, I just missed the model number. :) [02:03] HiddenWolf: also, http://www.crn.com/sections/infrastructure/infrastructure.jhtml?articleId=188701277 for my joy of choosing IBM :-) [02:03] sivang: I am/was in the market for a thinkpad. [02:04] thinkpad was a favourite for linux users for a long time, afaik. that will probably change now :/ [02:04] sivang: worth a try [02:05] sladen: I also have issues with the touchpad sensitify I Was unable to resolve, and those weird "bell" sounds whenever the mahcine is under heavy IO could probably serve me at the service center. [02:06] (I think they can also be attribute to the bridge thingy) [02:06] sivang: ah okay. I never use the touchpad. I don't know what the bell sounds are, but there is high-pitched noise during C-state changing === bmonty_ [n=bmonty@ubuntu/member/bmonty] has joined #ubuntu-devel [02:07] sladen: C-state ? === OculusAquilae [n=oculus@pD9E2821F.dip0.t-ipconnect.de] has joined #ubuntu-devel [02:10] I wonder how useful dapper will be in three years [02:10] Since it might only work out of the box on current hardware. [02:10] sivang: CPU power saving states. See cat /proc/acpi/processor/*/power === jvw [i=jeroen@220pc220.sshunet.nl] has joined #ubuntu-devel [02:11] HiddenWolf: why don't we wait and find out [02:11] sladen: heh, we sure will. ;) [02:11] HiddenWolf: it'll work great on your current hardware. [02:12] mdke: it already does. ;) [02:12] HiddenWolf: exactly. === bmonty_ is now known as bmonty [02:13] but only if you still have your current hardware running in three years [02:13] herzi: yes, obviously dapper can't actually fix hardware === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [02:13] and the next LTS release will be there by then, people can upgrade [02:14] it's like certifying memory for fifty years [02:14] ogra: is there a concrete plan for the date of the next LTS release? (12, 24, 36 months) [02:14] ogra: potentially even another 2 LTSs [02:14] that's just commercial argument [02:15] herzi, iirc it was planned every 2 years [02:15] ogra: you're the one who's good with screensavers, arent you? === Hobbsee cant remember. [02:16] Hobbsee, well... 80 open bugs (in xss and gss together) wouldnt justify me as "good" with it, but i'm responsible for it, yes [02:17] ogra: right. i'd love to kill off those bugs sometime - seems to need a very specific selection of packages to make rss-glx work, and i'm not sure why it's so tempramental... [02:18] you need only xscreensaver-gl [02:18] oh, damned and it indeed misses a dependency on xss-gl === ogra makes a note for dapper-updates [02:19] Hobbsee, thanks for pointing ! [02:19] ogra: for kde, you seem to need kscreensavers-xsavers too [02:19] ogra: hehe. not a problem :) [02:19] hmm, i havent looked at the KDE side of things yet [02:20] i always thought KDE uses its own implementation, isnt kscreensaver that ? [02:20] ogra: there's one package that you *cant* have installed for it to work. i'm not remembering this second whether that's xscreensavers, or xscreensaver-gl-extra [02:20] -extras are only additional screensavers [02:20] ogra: rss-glx doesnt need kscreensaver to run at all - but it does need the kscreensavers-xsavers too... === Hobbsee checks what she has installed [02:20] and xscreensaver has only the xscreensaver binary, nothing else === Windkracht8 [n=bartv@127-8.bbned.dsl.internl.net] has joined #ubuntu-devel [02:22] ogra: there's something weird there - i'll check that out a bit more. but if we could get a dep on kscreensavers-xsavers somehow if the people use kde...or whatever equivalent that is, that'd be cool - and that would stop a whole lot of kde bugs. === Hobbsee comes from the kde side, see :) [02:23] ogra: the kscreensaver-xsavers is just the hook so that the screensavers work under kde. that's not the same as kscreensavers [02:23] a dep on: kscreensavers-xsavers | xscreensaver-gl probably ... depends if kscreensaver-xsavers provides the GL tools === pygi [n=pygi@83-131-226-120.adsl.net.t-com.hr] has joined #ubuntu-devel === highvoltage wishes he could get his 3d working again :/ [02:24] ogra: and if it doesnt, the screensavers either wont work, or will work poorly, right? [02:24] some of them [02:24] the rss-glx ones are the ones that i'm interested in :) [02:25] i.e. most of the ants GL savers need the xss-getimage program [02:25] Hello all, I wrote a small program with qt for ubuntu, and now I want to package it so I can share it with other people using ubuntu. [02:25] Is there a program/tool that can create the .deb for me? It's a very small program a single executable nothing more. [02:25] anyone from distro-team going to guadec ? [02:25] if rss-glx has anything that grabs the pics or grabs the screen, you will need these tools [02:26] Windkracht8, see the helpfiles installed in your ubuntu, there is a simple packaging guide [02:26] Windkracht8: there actually soemthing like this tool planned as a SoC project, but I don't think there is anything currently other then maybe using cdbs kde targets to ease the packaging [02:26] Windkracht8, and the better channel for such questions is #ubuntu-motu [02:26] :) [02:26] ogra: testing that... [02:27] sivang, there is no something like that as SoC...we didn't accepted it ;) [02:27] Otherwise hey ;) [02:27] pygi: ah ! :-) [02:27] thanks ogra and sivang, going over to the motu after checking your suggestions \. [02:27] pygi: I will work on the spec today, put in order, add teh scope part with the plans and the planned backup use cases as well === Hobbsee_ [n=Hobbsee_@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-devel === \sh [n=shermann@xdsl-81-173-254-3.netcologne.de] has joined #ubuntu-devel [02:28] sivang, oki, say when you do so I can look into it ;) [02:28] pygi: sure, but it might not be ready until evening even, but I will ping you when it's done if you're still here [02:29] sivang, just poke me by mail :) === sivang has to call the bank, credit card compnay, run some (Argh) more errangs relating to his previous workplace , get cellular company website password fixed etc.. :-) [02:30] pygi: to name a few :) [02:30] sivang, no worries :) [02:31] <\sh> sivang: previous workplace? [02:31] \sh: heh :) [02:31] \sh: strange things happen :P [02:32] <\sh> sivang: don't tell me you quit the job at private homepage processor company? === sivang hides [02:33] me hides AND lols at \sh's recalling of this ancient acronym [02:33] what is supposed to mount sysfs ? I don't have it in fstab but it's mounted [02:33] <\sh> sivang: I think only old farts still know this term [02:33] \sh: hehe [02:33] \sh: well, I actually did. for good or worse. it had to be done. [02:34] ogra: ping? [02:34] Hobbsee, :) === giftnudel [n=mb@p54B2B21F.dip0.t-ipconnect.de] has joined #ubuntu-devel [02:35] Hobbsee, so what did you find ? [02:36] ogra: just tested that out - KDE absolutely *has* to have kscreensaver-xsaver for the rss-glx screensavers to work. no excuses. it works with both kscreensaver-xsavers and xscreensavers-gl though. I cant test for what happens if you've got kde and another dm installed though - not sure if it's the same there. === Hobbsee needs to be able to type quicker! [02:36] take your time, its sunday .... [02:36] :P [02:37] ok, sounds like a good bet then to add the above dependency [02:37] it's sunday night, i must be ready for monday morning. anyway, i work weekends :P [02:37] ogra: but what about the users who dont run kde? is there a way to set that that's only required if the user has kde? [02:38] yes thats done through the | [02:38] " a dep on: kscreensavers-xsavers | xscreensaver-gl probably ... " [02:38] ogra: | means or doesnt it? so if the user happens to install xscreensaver-gl, runs kde - then it still doesnt work [02:39] hmm [02:39] is there a way to say "if this user runs...oh i dont know...kdelibs4c2a, then they must have kscreensaver-xsavers installed? [02:39] not really ... [02:39] because that would be the ideal situation [02:39] hmmm... === Windkracht8 [n=bartv@127-8.bbned.dsl.internl.net] has left #ubuntu-devel [] [02:40] <\sh> Hobbsee: what's the problem? [02:41] \sh: on kde, the rss-glx screensavers require kscreensaver-xsavers to run. but if we had a dep on that...then a whole lot of non kde users would get that on their systems. [02:42] <\sh> Hobbsee: is rss-glx screensaver so important, or could we remove it? [02:43] \sh: well...bear in mind that i *am* a girl, and those are very pretty screensavers :P === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [02:44] and i expect that other people use it as well [02:44] yes, if its there to install, the deps should be right [02:45] <\sh> Hobbsee: I'm sorry, I'm just not using any screensavers at all, in times of tfts ;) [02:45] lol [02:45] hehe @ \sh [02:45] \sh, it saves a lot of heating costs in the winter, you really should try it [02:46] never deny a woman her vices! [02:46] hehehehe [02:46] ogra: ha ha ha [02:46] <\sh> ogra: believe me, a nice bed and this r200 laptop on my hips is just enough to keep me warm and protect me from the winter in germany [02:47] on your hips ... aha [02:47] \sh: i thought that was a bad idea, and which was why they renamed them as notebooks :P === sivang theorizes at "hiptops" === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [02:48] <\sh> ogra: with my blanket beneath the latop ;) [02:48] "this laptop is right *and* left wearable!" [02:48] <\sh> prust [02:48] s/laptop/hiptop/ (indeed) === neutrinomass [n=pandis@ppp22-75.adsl.forthnet.gr] has joined #ubuntu-devel === j_ack [n=nico@p508DA0CC.dip0.t-ipconnect.de] has joined #ubuntu-devel [02:55] ogra: hmmm...why just not stick a dep on kscreensavers-xsavers | xscreensaver-gl for the moment, then we can go back and look at it later - that will certainly cut down on the problems (kde) people have with the rss-glx screensavers. [02:56] a mostly working version is better than a not working one, after all :P [02:56] i cant see any other solution from my end, at the moment. [02:56] <\sh> Hobbsee: because this | is just for "install xscreensaver-gl when kscreensavers-xsavers is not there" [02:57] \sh: right. which is the aim. [02:57] \sh, seems like the best solution so far, i bet kscreensavers-xsavers is a kubuntu-desktop dependency, no ? [02:57] no [02:57] hmm [02:57] oh hi Riddell [02:58] salut Hobbsee [02:58] <\sh> ogra: no...kscreensavers is a dep of kubuntu-desktop === Hobbsee read that as "shut up hobbsee" the first time round. i must be becoming paranoid :P === \sh__ [n=shermann@xdsl-81-173-249-5.netcologne.de] has joined #ubuntu-devel === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === marsu [n=user@c83-248-241-49.bredband.comhem.se] has joined #ubuntu-devel === pygi_ [n=pygi@83-131-245-64.adsl.net.t-com.hr] has joined #ubuntu-devel [03:38] sivang, sorry, dc :-/ === bmonty_away is now known as bmonty_ === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === bmonty_ is now known as bmonty_away === bmonty_away is now known as bmonty_ === bmonty_ is now known as bmonty_away === charcler [n=charcler@ip-52.net-82-216-67.rev.numericable.fr] has joined #ubuntu-devel === charcler [n=charcler@ip-52.net-82-216-67.rev.numericable.fr] has left #ubuntu-devel ["a+] === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel === nekohayo [n=jeff@bzq-88-154-34-35.red.bezeqint.net] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === KaiL [n=KaiL@p548F5466.dip.t-dialin.net] has joined #ubuntu-devel === FliesLikeALap [n=Ryan@cpe-72-224-113-143.nycap.res.rr.com] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel === bronson [n=bronson@pool-72-70-92-114.bstnma.east.verizon.net] has joined #ubuntu-devel === ozamosi [n=nozamosi@h26n12c1o1049.bredband.skanova.com] has joined #ubuntu-devel === ozamosi [n=nnozamos@h26n12c1o1049.bredband.skanova.com] has joined #ubuntu-devel === ozamosi [n=nnnozamo@h26n12c1o1049.bredband.skanova.com] has joined #ubuntu-devel === ozamosi [n=nnnnozam@h26n12c1o1049.bredband.skanova.com] has joined #ubuntu-devel === _jdong [n=jdong@d149-67-101-201.try.wideopenwest.com] has joined #ubuntu-devel === apokryphos [i=[U2FsdGV@server2.polaristar.com] has joined #ubuntu-devel === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has joined #ubuntu-devel [05:00] ? === chris_ [n=chris@ACD084A1.ipt.aol.com] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === chris_ [n=chris@ACD084A1.ipt.aol.com] has left #ubuntu-devel ["Verlassend"] === dborg [n=daniel@e182060063.adsl.alicedsl.de] has joined #ubuntu-devel === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has left #ubuntu-devel ["Ex-Chat"] === lemsto [n=salim@ANantes-154-1-15-173.w81-53.abo.wanadoo.fr] has joined #ubuntu-devel === dmk [n=dmk@host81-157-55-162.range81-157.btcentralplus.com] has joined #ubuntu-devel === Lukketto [n=Lukketto@host150-175.pool873.interbusiness.it] has joined #ubuntu-devel === freeflying-g4 [n=freeflyi@61.190.64.118] has joined #ubuntu-devel === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === eggauah [n=daniel@200.228.25.81] has joined #ubuntu-devel === theCore [n=alex@modemcable240.218-70-69.mc.videotron.ca] has joined #ubuntu-devel === Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-devel === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel === herzi [n=herzi@d014161.adsl.hansenet.de] has joined #ubuntu-devel === Chipzz [n=chipzz@ace.ulyssis.student.kuleuven.be] has joined #Ubuntu-Devel === Chipzz [n=chipzz@ace.ulyssis.student.kuleuven.be] has joined #Ubuntu-Devel === OculusAquilae [n=oculus@pD9E2821F.dip0.t-ipconnect.de] has joined #ubuntu-devel === Lukketto [n=Lukketto@host150-175.pool873.interbusiness.it] has left #ubuntu-devel [] === j_ack [n=nico@p508DA0CC.dip0.t-ipconnect.de] has joined #ubuntu-devel === Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-devel === Chipzz [n=chipzz@ace.ulyssis.student.kuleuven.be] has joined #Ubuntu-Devel === ivd [n=ivd@hlm-n-2563.mxs.adsl.euronet.nl] has joined #ubuntu-devel === nekohayo [n=jeff@bzq-88-154-34-35.red.bezeqint.net] has joined #ubuntu-devel [07:03] Ben Collins, are you there? [07:03] ivd: his irc nick is BenC [07:04] thanks. :) [07:05] ivd: I'm here [07:07] Hi, I am one of the rt2x00 developers. And was reading the bugzilla report https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/34902 [07:07] Malone bug 34902 in linux-source-2.6.15 "Ralink Wireless USB/PCMCIA/PCI hangs PC" [Critical,Confirmed] [07:07] Exactly that one. :) === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel [07:07] ivd: thats our bugbot :) [07:07] Oops. :) [07:08] I am not really used to IRC. ;) [07:08] The problem with that rt2500 bug is that there are at the moment no new releases for the legacy drivers planned. [07:08] ANd the SMP bug is only fixed in rt2500. Not in rt2400, rt2570 or rt61. [07:09] So with a ubuntu kernel which has SMP on by default (not sure if it is, I am just assuming this) the legacy drivers will not work in ubunto [07:09] ubuntu === jono [n=jono@88-107-11-56.dynamic.dsl.as9105.com] has joined #ubuntu-devel [07:11] ivd: thats sad. SMP is enabled by default. how invasive would be a patch to fix that? [07:11] which actually brings the point, that perhaps untill rt2x00 2.0.0 is released ubuntu should not ship with the legacy drivers. [07:11] Do they work on any hardware? [07:11] Well only rt2500 is fixable by using the latest code. [07:11] The default install kernels aren't SMP [07:11] rt2400 and rt2570 are not fixed at this time, and we are missing the developers & time to make it work. [07:12] mjg59: On amd64 it is === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [07:12] ivd: What about my bug report with rt2x00 and my rt2500 cards? :) [07:13] Oh, right [07:13] ivd: problem is, we arleady released with rt2400,rt2500,rt2570,rt61 legacy in dapper [07:13] Why must drivers be so mean [07:13] ivd: Good news is that even though the kernels are SMP, on a real UP machine, the locks and stuff are nop'd out [07:14] so I really don't think that SMP has a lot to do with most of it (except on real SMP machines) [07:14] BenC: Well looking at the problems the rt2500 are causing they are really similar to the SMP bugs. [07:14] what exactly is the issue on SMP? [07:14] There have been reports before that SMP kernels on a UP machine is still causing problems. [07:15] ivd: Our SMP on UP is a different situation [07:15] deadlocks, and a lot of races [07:15] it really is more like a UP kernel when run on SMP, than the stock kernel would be [07:15] deadlocks would be impossible considering that all the lock's are nop'd out [07:15] more like a UP kernel when run on a UP system [07:16] True again. But there is something in the SMP enabled kernels that is causing problems. Even on UP machines. === ppd [n=max@dslb-084-056-013-224.pools.arcor-ip.net] has joined #ubuntu-devel [07:16] Multiple users have tested this and it always resulted in problems. [07:16] ok [07:16] hi. where is openobex.pc in the dev package? [07:16] ivd: So CVS contains a fix for rt2500? [07:17] because we don't get a lot of reports on many other ralink cards besides rt2500 [07:17] Yeah, latest cvs works on SMP sustems. [07:17] I may end up syncing the CVS version for a dapper update...I have two cards so I can atleast test it [07:17] Only rt2400, rt2570 and rt61 are still problematic. [07:20] <_ion> ppd: This is probably what you're looking for: luotain% apt-file list libopenobex-1.0-0-dev [07:20] <_ion> libopenobex-1.0-0-dev: usr/bin/openobex-config === dborg [n=daniel@e182060063.adsl.alicedsl.de] has left #ubuntu-devel ["Ex-Chat"] === poningru_ [n=poningru@ip24-250-225-41.ga.at.cox.net] has joined #ubuntu-devel [07:22] _ion: hm. how shall I use that openobex-config?! === jono [n=jono@88-107-11-56.dynamic.dsl.as9105.com] has joined #ubuntu-devel [07:22] BenC: If you have any problems with the rt2500 on SMP with latest CVS let me know. [07:23] <_ion> ppd: My guess would be "openobex-config [flags] " instead of "pkg-config [flags] openobex" [07:23] ivd: will do, thanks [07:23] _ion: but this is the libsyncml configure script [07:23] BenC: rt2x00 beta4 will be released within a few weeks but altough that is not yet ready for distros either, it will be a major step forwards since I expect it to be one of the last beta releases before stable [07:24] _ion: it just complains about missing openobex [07:24] ivd: I'm using current CVS and my rt2500 cards still don't work [07:24] ivd: Anything I can do to help track that down? [07:24] BenC: lockups? freezes? Or something else? [07:25] ivd: I sent email to the list about it a few days ago [07:25] sent reg output for both legacy and rt2x00 [07:25] it just wont associate [07:25] rt2500 works perfectly on x86 and x86_64 for me, but rt2x00 wont work at all on either [07:26] ivd: We release in november, any chance rt2x00 will be stable by then? [07:26] BenC: (Lol, and I couldn't find your email anywhere... :) ) [07:26] BenC: I give that chance 75% [07:26] ivd: that's funny because you replied to the email I sent :) [07:27] Or at least it should have entered the Beta release where everything is working, but no hardware encryption yet. [07:27] Subject: [Rt2400-general] Problem rt2500pci with rt2x00 CV [07:27] and any chance you will be using stock kernel ieee80211 instead of dscape? [07:27] BenC: yeah, but I quickly forget names. Especially when I it is matching a name between forums and mailinglist. ;) [07:28] BenC: Nope [07:28] isn't dscape the cause of some of your missing functionality? [07:28] I mean softmac is atleast in the kernel and it seems to be working well (for bcm43xx atleast, which I use too) [07:28] BenC: No, that was the stock kernel ieee80211 stack. That stack was used in Beta3 and it was not usable for us. [07:29] BenC: It's likely that dscape will be merged to the stock kernel at some stage [07:29] BenC: Ah that one. That has been added not too long ago. We had moved from the IPW stack to dscape stack by then. And it would take a lot of time to switch back. [07:29] aslong as rt2x00/dscape is on track for kernel inclusion I have no complaints then :) [07:29] BenC: And indeed softmac is already on the list for removal. [07:30] BenC: rt2x00 is in the wireless-dev kernel tree together with dscape. When they merge they will be together. :D [07:30] BenC: Yeah, we probably ought to look at pulling from the dscape branch of wireless-dev in future [07:30] yeah, that sounds like a good plan [07:31] BenC: I am following the development of dscape closely to make rt2x00 always compatible with the latest dscape version. [07:31] BenC: bcm43xx has 2 trees. 1 for softmac and one of dscape. The dscape version is also located in wireless-dev [07:32] well bcm43xx+softmac is in 2.6.17-git [07:32] BenC: Given the ltmodem problems on our SMP kernels on UP machines, I'm willing to belive that something's "not quite right" there. That's why, at the last minute, I had to disable ltmodem building on anything but -386. [07:33] infinity: yeah, I saw that [07:33] Correct, but they are also maintaining the dscape version for when dscape will be merged with mainstream [07:33] there may be some SMP related things that aren't getting nop'd out of modules, and I hadn't thought about that [07:34] I need to revisit the smp-alt nop tables for modules in edgy [07:34] I think I can wedge something in the relocation code to help with it [07:36] wtf [07:36] Arjan is telling me the code I'm trying to write in the kernel is fundamentally impossible [07:36] and I'm looking at what I just wrote and it does all these things he just got done telling me can't be done o_O [07:37] bluefoxicy: Which Arjan? [07:37] you know what happened last time you argued with arjan, linus [07:37] mjg59: van de Ven [07:37] mjg59: van den [07:37] He generally knows what he's talking about... [07:37] tseng: I'm showing code this time [07:38] mjg59: He's telling me I can't have one arch_align_stack() that works on all architectures because architectures may have different alignments and may have varied alignments for different userspace (i.e. 32/64 bit multilib userspace); I already solved those problems, it works. [07:38] BenC: I gtg now. I'll take another look at the logs you send previously. Since apparently I either missed a register initialization thing or there is another problem happening. [07:38] tseng what do I do, hide my code or show it to him? [07:39] ivd: Ok, thanks [07:39] Code speaks wonders [07:39] ivd: btw [07:39] bluefoxicy: you can show it if you'd like [07:39] bluefoxicy: did you do one for hppa [07:39] BenC: I hade made several fixes for the registers yesterday, so it should have worked now.. [07:39] ivd: If you are willing to help with bug reports from launchpad, I'm willing to force rt2x00 on folks during edgy devel to maybe whip it into shape by our release [07:39] more users can possible help shake down things a bit [07:40] tseng: one for hppa? The code is not per-arch, and the main randomize_stack_top() already accounts for stacks that grow up rather than down (someone else wrote that code) [07:40] (oh) [07:40] ivd: I haven't tried in a few days, I can try again [07:40] bluefoxicy: might as well show him I guess [07:41] ivd: At worst, I just switch off to legacy in the later days of devel [07:41] BenC: I can take a look at the bugs in lauchpad about rt2x00. But I have little time for legacy driver maintenance. [07:41] tseng: oh, though thanks, you just reminded me I need to take the same stack-grows-up check and stick it in arch_align_stack(); mine currently moves %esp down, it needs to move up if the stack grows up (I think... I honestly don't know, it just seems logical) [07:41] bluefoxicy: I would think [07:41] ivd: No, I mean help with bugs on rt2x00 if I force ppl to use it :) === BenC has that power [07:41] BenC: lol. :) [07:42] BenC: Thats a deal then. :) [07:43] BenC: if you could inform me about bugzilla reports I would happy to take a investigate those problems. [07:43] *launchpad reports [07:43] excellent [07:45] BenC: I gtg now. Cya === bmonty is now known as bmonty_away [07:46] who is the ubuntu webmaster? [07:46] HiddenWolf, heno [07:46] (one of them) [07:46] ogra: There is a screenshot of oo-welcome on the "desktop" page which refers to the installer as espresso [07:47] ouch [07:47] i think there is a website component in malone since a week or so ... [07:47] http://www.ubuntu.com/include/img/openoffice.png [07:48] it might be applicable to example-content as well [07:48] and there doesn't seem to be a website component [07:51] ah, yes, there was only a discussion about re-adding itr === kagou [n=kagou@88-136-0-177.adslgp.cegetel.net] has joined #ubuntu-devel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [07:54] hi === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === ProN00b [n=dot@pD9E3B02C.dip.t-dialin.net] has joined #ubuntu-devel === j_ack [n=nico@p508DA0CC.dip0.t-ipconnect.de] has joined #ubuntu-devel [08:03] wmv3 worked in vlc in badger but it doesn't work in drake anymore [08:04] ProN00b: you have made a bug report ? [08:06] no, i regard this as one, but where can i post formally ? (and its not really a bug, i think the package maintainer just decided to not enable external codecs anymore) === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel [08:08] ProN00b: https://launchpad.net/distros/ubuntu/+source/vlc/+bugs for existing bug and https://launchpad.net/distros/ubuntu/+bugs for report one [08:09] ProN00b: see #ubuntu for help. [08:11] +source ? === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === BioVorE [n=kvirc@c-69-140-16-89.hsd1.md.comcast.net] has joined #ubuntu-devel === bmonty_away is now known as bmonty === ppd [n=max@dslb-084-056-013-224.pools.arcor-ip.net] has left #ubuntu-devel ["Konversation] [08:25] ogra: can you make sure that someone looks at that screenshot? [08:25] jdub: do you also do the actual moderation of ubuntu-news? [08:27] mgalvin: "ubuntu-news list run by mako at ubuntu.com" [08:27] mgalvin: (I think Riddell is a moderator too) [08:27] mdke: ok thanks === jono [n=jono@88-107-11-56.dynamic.dsl.as9105.com] has joined #ubuntu-devel === nekohayo [n=jeff@bzq-88-154-34-35.red.bezeqint.net] has joined #ubuntu-devel === bmonty is now known as bmonty_away === j_ack [n=nico@p508DA0CC.dip0.t-ipconnect.de] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [08:41] has dapper-security opened yet? [08:47] BenC: Not yet. [08:48] elmo needs to mess with some fiddly launchpad->dak import stuff, then we'll be good to go. [08:48] Monday, hopefully. [08:58] heh [08:58] new kernel already? === desrt has a handful of fixes for you :) === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [09:01] BenC: I assume we're holding off on dapper security updates until we can sneak in Sparc tg3 fixes anyway, no? (or is there something critically urgent that we have to release for YESTERDAY)? === looksaus [n=mark@86-39-97-193.customer.fulladsl.be] has joined #ubuntu-devel [09:02] infinity: yeah, still waiting on that one [09:02] BenC; did you get the email i sent? [09:02] desrt: what was it about? [09:03] pci_restore_state [09:03] yeah, I got that [09:03] gregkh and andrew morton have already signed off on the mentioned change, fwiw [09:03] the reverse order one? [09:03] ya [09:03] can you forward the patch to me? [09:03] http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/gregkh-03-pci/pci-reverse-pci-config-space-restore-order.patch [09:04] it won't work for ubuntu unless you turn the fuzz level up pretty high [09:04] since we already have a patch in that part of the code [09:04] but it's just basically for (i = 0; i < 16; i++) --> for (i = 15; i >= 0; i--) [09:05] Ok, I'll get it into the dapper-security upload [09:05] are you generally open for requests? [09:06] if they make sense, yeah === desrt has a fix for the intel HD audio driver to make it work on intel macs [09:06] also, a fix for a device table in usbhid to enable the Fn key on my macbook [09:06] I'm going to be more open for dapper-updates than I was for breezy-updates since I already have an edgy kernel ready, and the workload wont be so high [09:07] also -- if possible, could you enable mac_hid on intel? [09:07] BenC: wow, what happened to taking a few days off? :) [09:07] it's the thingy that does the mouse button emulation [09:07] BenC: Speaking of your edgy kernel, can you let me give LRM a once-over before you upload the first edgy revision? [09:07] desrt: provide patches, and I'll review them [09:07] BenC: There are a few gotchas that I want to make sure didn't... getcha. [09:07] BenC; is .dsc format ok? [09:07] infinity: Sure, it's pretty smallish in changes from the dapper version [09:08] BenC: (And I'm really bad at letting things go) === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-devel [09:08] bah [09:08] BenC: And, it should be larger in changes from the dapper version than you've made it, I suspect. :) === desrt just breaks the patches out :) [09:08] desrt: .dsc, no, I need patches in git format preferably, or just diff -u if not [09:08] k. i'll get back to you with them [09:09] HiddenWolf: No one else is taking days off, so I can't afford to look lazy :) [09:10] "edgy's been open for 2 days ben, and there's no new kernel crack...we need to talk" [09:10] BenC: lmao [09:15] desrt: pci-reverse patch is in git now === KaiL_ [n=KaiL@p548F591F.dip.t-dialin.net] has joined #ubuntu-devel [09:16] BenC; rocking :) [09:16] if possible, changelog cred me for finding that it makes sleep work on the macbook :p === desrt is feeling a little bit insecure about the fact that someone came up with the exact same idea slightly before he did >:| [09:18] desrt: Haha. "There are no original ideas" and all that. :) [09:18] infinity; i was up until 6:30am! [09:18] crikey. [09:18] for a one-liner [09:18] desrt: At least you got confirmation from others that your fix is sane. [09:19] infinity; true story. and as a result, it'll land in the next kernel [09:19] ++ === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [09:22] BenC; #1: http://desrt.mcmaster.ca/random/intel-hda.patch [09:23] BenC; ubuntuified version of a patch from the mactel-linux page [09:23] (were some small conflicts) [09:26] BenC; what's your policy about changing kernel config? === chuck_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel [09:26] hey [09:26] BenC; specifically - i have a patch in my macbook-modules package which #define's a CONFIG_ variable to avoid having to change the kernel config... [09:26] desrt: after release? [09:26] #define CONFIG_USB_HIDINPUT_POWERBOOK [09:28] HiddenWolf; ya. in dapper. [09:33] desrt: that one should be ok [09:33] desrt: pass that intel-hda patch by crimsun (better yet, send it to kernel-team@l.u.c [09:33] ) [09:34] BenC; the #define thing should be OK? [09:34] yeah [09:34] ok. [09:34] is there anything I can still do to help https://launchpad.net/distros/ubuntu/+source/firefox/+bug/40067 get fixed? [09:34] Malone bug 40067 in firefox "firefox freezes after a few secs on ppc" [Normal,Confirmed] [09:34] the patch is pretty trivial then. lemme post it [09:34] Ubugtu: odd, I'm using firefox daily (all day) on my G4 [09:34] hrm [09:35] s/Ubugtu/looksaus/ [09:35] it's a bit ironic that I'm leading ubuntu-be.org without a working gecko engine... === BenC needs sleep [09:35] benc; http://desrt.mcmaster.ca/random/hid.patch [09:35] someone tried to reproduce it, but failed [09:35] desrt: kernel-team@l.u.c please [09:35] ok. [09:35] so I can just chuck the whole mbox into git-applymbox [09:35] (some ubuntu dev, I mean) [09:35] :) [09:35] another user confirmed it [09:35] BenC; attach the files to the email, then? [09:36] inline [09:36] no attachment [09:36] i hope the tab/spaces don't get messed up. [09:36] BenC, would it make sense for me to set up an ssh connection into this machine? [09:36] short description at top, and subject should be like: [UBUNTU:foo] short desc [09:36] desrt: what are you using for a mail client? [09:36] evo [09:36] preformatted should work [09:37] I mean, to provide you or someone else ssh access to this machine? [09:37] looksaus: I'm no firefox dev, so I can't help [09:37] so like [UBUNTU:snd-hda-intel] fix routing on macbook [09:37] yeah, perfect [09:37] k [09:37] BenC, I don't mean you per se [09:37] who could I try to talk to? or is there anything else I could do? [09:37] looksaus: I don't know how the firefox dev likes to handle that [09:38] likely a good gdb backtrace would help [09:38] see the bug report === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [09:38] it's already there [09:38] then there's not much else to do other than maybe go to the mozilla folks directly [09:38] ok :( [09:39] BenC, would it be useful for me to drop by the Paris conference? [09:39] BenC; about patchlevel... should the toplevel path compoent be linux/ or drivers/ ? [09:40] looksaus: yeah, can't hurt [09:40] desrt: -p1 type level [09:40] k [09:40] ok, so now my job is to find out who's doing firefox bugs in ubuntu... [09:40] looksaus: can't guarantee anyone will have time to look at it [09:40] thx [09:40] np [09:41] is there also less technical work at this meeting (think stimulating local use & press coverage stuff)? [09:42] looksaus: Not really, it's not that kind of meeting. [09:42] looksaus: it's just a bunch of developers getting together to plan edgy. === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel [09:45] ah looksaus zit hier ook :) [09:46] Chipzz, hey! [09:46] we will be working hard on writing a lot of overly technical documents in the hopes that someone else will have to implement them :) [09:46] :) [09:46] like infinity === Keybuk starts off his "rewrite the kernel from scratch" spec [09:46] Keybuk: lmao. :) [09:46] Keybuk: how about making init faster. ;) [09:46] Chipzz, seen http://map.ubuntu-be.org/nl already? [09:47] HiddenWolf: actually, that _is_ what I'm planning to do for edgy [09:48] Keybuk: yay, you'll save me another 20 seconds once a month. ;) [09:48] HiddenWolf: though largely I'm planning to make init more reliable and useful === HiddenWolf imagines that was a bit too cynical [09:48] sorry Keybuk :) [09:49] the upshot of which is that we won't need to start lvm, evms, hpiod, etc. on most machines [09:49] thus saving memory too [09:49] oh, now we're talkin' [09:49] HiddenWolf: No, your cynicism, as it relates to boot time is well-founded, IMO. I get rather irritated by "if my machine boots 10 seconds faster, YOUR OS WILL STOP SUCKING" stuff too. [09:50] apparently Marga did a talk at debconf that Debian boots faster than Ubuntu [09:50] as if this were surprising [09:50] HiddenWolf: Keybuk's new init proposal has little to do with speed increases, though (though it will likely yield several), it's all about completely rethinking how we do userspace even scheduling, really. [09:50] re all [09:50] infinity: still, I'm talking to people I can't see, can't judge what mood they are in, or even culture they come from, yet who I do respect, so I should be more careful. [09:50] Keybuk: Err, but Debian configured HOW?... Ubuntu's default setup has a lot of stuff. [09:51] e.g. "mount the usb disk on /usr when it's ready" ... not "mount it 25s after boot whether it's ready or not...oh, wait, can't mount it :p" [09:51] infinity: allegedly "the same as Ubuntu" ... I think it was just Debian standard plus GNOME though [09:51] Keybuk: I also get this argument, and try to ask people what's their setup that seem sto boot so quickly. [09:52] they usually need to go extra milage for stuff that comes ootb in ubuntu, then their debian boots just as "slow" ;-) [09:52] sivang: remove pcmciautils, brltty, mdadm, lvm, evms, pcmcia, ppp, hplip, festival, apmd, et. al. if you don't need them [09:53] it's faster, but not useful from a distrbution PoV === looksaus [n=mark@86-39-97-193.customer.fulladsl.be] has left #ubuntu-devel ["Ex-Chat"] [09:53] exactly === lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-devel [09:55] if you want the fastest possible boot, compile your own kernel and build in all the drivers you need and leave out absolutely everything else (not even as a module) [09:55] prepare a static /dev with just those nodes, then you don't need udev [09:55] right [09:55] Amen, brutha, death to udev. [09:55] heh [09:55] Err, that might be the server guy in me talking. [09:55] if you want it _really_ fast, replace init with a small shell script that just starts what you want [09:57] infinity: udev is still useful on the server - Solaris has had similar for years, after all [09:57] Actually with my new laptop boot times are best then ever, I just wish I could find the guy how decided ot have a SATA-PATA bridge in t43 models... what I thought was a kernel / ubuntu specific + this exact laptop model problm, [09:57] though I realise it doesn't fit in with the BSD-derived "a server must only do exactly what it was supposed to, and no more" [09:57] init here just starts postfix, then kicks off a while loop involving mailx and some guy named "Scott"... Not sure that that's about. [09:57] appears to be lying in the bugs in this bridge [09:57] which leaves you stuck when you have to change the network card, and the evil vendor changed the chipset in a minor revision ;) [09:57] Keybuk: Real servers don't use Netgear cards. :) [09:58] infinity: or 3com? :p [09:58] sivang: what _is_ a SATA-PATA bridge?! [09:58] Keybuk: you don't really want to know [09:58] Keybuk: What 3Com changes chipset in a monor revision? They always used to be so good about product separation. [09:58] Keybuk: Did this happen in the gigabit line, which isn't their own silicon for once? [09:58] infinity: the 'v' one, can't remember which that is === infinity suspects 3Com's just getting lazy now, and has become "yet another 3rd party board vendor" [09:59] Keybuk: according to sladen 's research , an what thinkwiki says, this is a method to under exploit a perfectly good SATA controller, and control a PATA HD with it [09:59] sivang: all SATA controllers can control PATA hard drives [09:59] they usually all have PATA ports on them [09:59] though, admittedly, they usually expose them _as_ PATA rather than SATA [09:59] Keybuk: The vortex's all have different model numbers to match this chipsets. (3c590, 3c595, 3c900, 3c905, 3c950, 3c450, etc) [09:59] s/this chip/their chip/ [10:00] Keybuk: so , on this machine, I get /dev/sda and the SATA stack is used, but the undelying HD is PATA [10:00] infinity: hmm, I honestly can't recall, I just remember tripping over it once :-/ [10:00] Thoug, in Linux, they all use the 3c59x driver, since they're similar enough, except for some initial register futzing. [10:00] Keybuk: ah, I see. Then I Wonder why a specoial "bridge" was needed as even Lenovo themselves state that this bridge is used [10:00] sivang: are you sure that's the hardware, and not a prematurely libata'd PATA controller in Linux? [10:00] all PATA will show up as /dev/sda in time [10:00] Keybuk: is there a more accurate way to test this? [10:01] though it would not surprise me if new ATA controllers simply exposed the PATA ports as SATA ports -- it'd me much less silicon [10:01] indeed, I'd probably say that's a good thing === desrt seeks infinity's help with doing something evil [10:01] desrt: I'm always open to evil. 'Sup? [10:02] desrt: keybuk is a better choice for evil usually [10:02] infinity; i want to enable the mac mouse button emulation hack on x86 [10:02] Keybuk: however, it turns out that there are some bugs with this bridge, which the so called "approved" HDs by Lenovo/IBM only workaround a bit [10:02] infinity; preferably in a way that doesn't involve the ABI shifting, .... [10:02] Keybuk: sladen tried with a different HD and it has an enormous performance impact, [10:02] desrt: I refuse to ackowlege that there are computers with less than 2 mouse buttons (unless the number is zero, due to having no mice) [10:02] infinity; unfortunately, the emulation thingy exports a symbol which needs to be called from char/keyboard.c [10:02] Keybuk: but propotional to what I am experiecning with the "approved" drive [10:03] infinity; 1) fewer than [10:03] infinity; 2) i have 2 mouse buttons, but i want to use the emulation for middle mouse [10:03] infinity++ [10:03] desrt: Why not just use X's 1++2=3 hack? [10:03] chording is for pussies [10:03] s/++/+/ [10:04] wtf [10:04] desrt: why do you need it in the kernel? [10:04] Mithrandir; because that is where it lives [10:04] gnome-cups-icon is taking up 30mb ram.... === HiddenWolf wonders [10:04] desrt: Only if you deeply care about having a 3rd mouse button in the console.. [10:04] Mithrandir; it's a driver that for some strange reason is only enabled on PPC [10:05] desrt: You could just as easily remap your keyboard a bit in X. [10:05] (admittedly, there's a high correlation between PPC and not having enough mouse buttons, but otherwise there's no good reason for this) [10:05] desrt: you know you can do it using XKB, right? [10:05] desrt: In which case, you want Mithrandir, not me. [10:05] Mithrandir; oh, really. [10:05] Mithrandir; i can make keys act as mouse buttons? [10:05] I poked at it slightly earlier today, but not enough to find out what the syntax was, but it's certainly doable. [10:05] please keep poking :) [10:05] Keybuk: so now I Have to put up with reproducable halts of the system, especially under high IO load ( 2 find running it 2 gnome terminals brings the system to its knees) [10:06] is it some xmodmap thing? [10:06] Keybuk: or restore windows from product revoercy cds and demand they repace it with a SATA drive to be SATA fully [10:06] Keybuk: another workaround seems to be putting the HD In the ultra slim bay, which then puts it into a native PATA controller, which solves the issue [10:07] Keybuk: (this is official by IBM's KB) === tale_ [n=tale@cpe-024-088-253-167.nc.res.rr.com] has joined #ubuntu-devel === sivang ARGSH AGAIN about the IBM/Lenovo expansive to the user PoV [10:07] ugh === desrt showers [10:07] sivang: sweet :) don't buy Lenovo [10:07] bbiab. [10:08] Keybuk: I wish someone had told me that before I did that :-/ === Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel [10:09] sivang: I thought your issue was a vendor that sold you a Thinkpad with a non-approved drive? [10:09] sivang: Hardly Lenovo's fault. [10:09] infinity: oh, that was long long ago :-) [10:09] infinity: I returned that one with a full refund (that was a US dealer, so I could get a full refund) [10:09] Oh, I don't keep up with your laptop sagas. :) [10:09] heheh, yes I do have quite some of them [10:10] infinity: this one I Purchases legite from an .IL approved and known IBM partner [10:10] surely you want a known Lenovo partner? :p [10:10] given Lenovo != IBM [10:10] infinity: at least it has no dead pixels anymore, and no beeps on the HD being incompatible ;-=) [10:11] Keybuk: same in .IL ;-) even suppport is still run by IBM for Lenovo's boxes [10:11] Keybuk: but yes, a Lenovo partner probably [10:11] can somebody point me to documentation about building cvs gnome projects on dapper? I need to get the environment configured correctly. [10:11] tale_: seach for jhbuild [10:12] k [10:12] err, search even [10:12] tale_: #ubuntu [10:12] tale_: also what Keybuk said :) [10:13] ok. I looked there, but they seem to be mostly newbie questions not interested in compiling. I'll give it a try. [10:13] tale_: there is a page on the live.gnome.org site about it too [10:13] tale_: http://live.gnome.org/JhbuildOnUbuntu [10:13] thanks === HiddenWolf high-fives sivang [10:13] nice timing. ;) === sivang high fives HiddenWolf === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel === dsas [n=dean@host81-129-229-196.range81-129.btcentralplus.com] has joined #ubuntu-devel === chrisle [n=chris@p54BE45A0.dip0.t-ipconnect.de] has joined #ubuntu-devel [10:31] Mithrandir; do you have any pointers for me? === shackan [n=shackan@host205-78.pool8257.interbusiness.it] has joined #ubuntu-devel === dsas [n=dean@host81-129-229-196.range81-129.btcentralplus.com] has joined #ubuntu-devel === pygi [n=pygi@83-131-236-89.adsl.net.t-com.hr] has joined #ubuntu-devel [10:42] Mithrandir; ok. i got it. [10:45] Mithrandir; download a utility called xkbset [10:45] Mithrandir; then use xmodmap -e to set the keycodes of the keys you want to Pointer_Button1, 2, 3... [10:45] Mithrandir; then run 'xkbset m' to enable mousekeys === desrt slowly removes his dependency on his custom moduleset === looksaus [n=mark@86-39-97-193.customer.fulladsl.be] has joined #ubuntu-devel [11:06] sladen: ping, you aware of the stick point behavior such that when pressed with the same pressure at the same direction , it will eventually stop moving the curosr, "freeze" and when pressure removed and you don't touch it afterwads will make cursor go in the opposite direciton for some milisecs ? [11:07] sivang: That's intentional, and it's a hardware feature. [11:07] infinity: ah, good, I thought I was starting to get crazy. [11:07] sivang: The pointer is adjusting itself to drift, so that when you wear it out, it won't drift forever. === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel [11:08] infinity: ah, I see interesting life facts of the stick point [11:08] infinity: you also have a think pad right? [11:08] Yeah, and a Toshiba laptop with the same type of pointer. [11:08] And I've owned older Toshibas before "drift correction" was invented, which would get stuck in a corner of the screen when they gold older. [11:09] Very annoying. [11:09] Trust me, drift correction is a Good Thing. :) [11:09] s/gold/got/ [11:09] Odd typo, that. [11:09] I see, can you spot the curosr movement in dapper is "jerky" , that is not smooth while used with the stick point ? [11:09] infinity: gold older :) [11:09] you've just made me think more positvely about aging [11:09] indeed, odd typ [11:09] typo [11:09] Jerkiness depends on how you have your acceleration configured, among other things. [11:10] It behaves for me more or less how I want it to. === sivang tries to think what would be the ideal settings for the cursor to not be jerky [11:11] I just set an acceleration and velocity (both rather high) that seemed "about right", and got used to it. === looksaus [n=mark@86-39-97-38.customer.fulladsl.be] has joined #ubuntu-devel [11:12] Wit hthe acceleration cranked as I have it, it does "jerk" a bit, but I know exactly where it'll land, so I don't really mind. === chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel [11:12] same here, I have high acceleration === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel [11:12] interesting, that in the same acceleration, using hte touch pad it does not jerk [11:12] or, "jerk" [11:13] I guess the touchpad provides smooth motion naturally [11:13] while the stick point hardware has to emulate it [11:13] The touchpad has no native acceleration. It's just linear movement. [11:13] The stick has native acceleration based on how far you push it from center. [11:13] So you mix the native acceleration with GNOME's acceleration and you get a bit of jerk. [11:14] y === sivang wishes he was not so sensitive to these visuals [11:14] z [11:14] a [11:14] x [11:15] I wonder how XP make it not "jerk" [11:15] Better post-processing filtering. [11:15] Well, "better". [11:15] heh [11:15] XP's cursor movement has little to do with what you're actually telling the stick to do, which is generally what people want, I suppose. [11:16] It filters input from mouse devices and smooths them out, so jerky movements become smoother. === ozamosi [n=ozamosi@ubuntu/member/ozamosi] has joined #ubuntu-devel [11:16] X just passes it through and says "you wanted that last huge jump, you got it" [11:16] I see [11:17] thanks for the clarifications. I wonder if it's worth effort to have something like this in ubuntu / linux in general [11:17] I'm sure people would be happy to take patches for better mouse event filtering. === ozamosi [n=ozamosi@ubuntu/member/ozamosi] has joined #ubuntu-devel [11:18] For all I know, evdev (the wave of the future for input devices in X, in theory) may already handle some of this stuff, but we don't use it by default. [11:18] do we have packages to experiment and test with? [11:19] xserver-xorg-input-evdev -- No idea how well it works. Never used it. [11:20] I will give it a try [11:20] ah, already installed , then probably only settings change [11:25] infinity: re touchpad, if it does not have native acceleration, then it uses GNOME's acceleration right? === looksaus [n=mark@86-39-97-38.customer.fulladsl.be] has left #ubuntu-devel ["Ex-Chat"] === frinkillo [n=antonio@81-203-113-101.user.ono.com] has joined #ubuntu-devel [11:28] sivang: The touchpad is still subject to GNOME's acceleration settings, yes. [11:28] sivang: So is the stick, it just has its own ideas about acceleration too. So it's accelerated twice. === TomB_ [n=ownthebo@ACCA062F.ipt.aol.com] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === TomB_ [n=ownthebo@ACCA062F.ipt.aol.com] has joined #ubuntu-devel [11:42] infinity: are you familiar with configuring dapper chroots via deboostrap? I know at least tzconfig and locale-gen need to be executed. [11:42] debootstrap, rather [11:42] (and that should probably read "post-debootstrap") === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel [11:45] crimsun: Well, neither needs to be run for a chroot for compiling and other such fun. [11:45] crimsun: But if you're intending to turn that chroot into a desktop system, then yeah, tzconfig should be run at some point, shadow should be configured, a langpack should be installed (which will generate locales for you)... [11:47] infinity: thanks. I'm receiving quite a few questions about turning a chroot into a desktop system. === sivang notes this chroot question is intresting for him as well [11:48] and you proper mounts for the X socks should be available to run GNOME etc.. [11:49] sivang: Your question's a different one. :) [11:49] sivang: None of the above is required to use a chroot, just to turn it into an "installed desktop". [11:49] who will be maintaining X for edgy? [11:49] sivang: To run an X application in a chroot, just bindmount /tmp to /chroot/tmp [11:50] HiddenWolf: Several people. [11:50] HiddenWolf: infinity is maintaining all of edgy [11:50] mdke: Die. [11:50] heh [11:50] everyone else is going to start on edgy+1 === sivang can confirm this [11:50] ;) [11:50] Piece of cake, he'll only have to fix like 2500 bugs per month [11:51] infinity: and also bindmount home for completness :-) === HiddenWolf hugs everyone [11:51] sivang: Well, that's assumed. :) [11:51] sivang: I bindmount /home in all my development chroots. [11:51] sivang: Also a good idea to make sure to "mount -t proc proc-chroot /chroot/proc" [11:53] ah rig [11:53] right, even [11:53] infinity: yeah, I've followed Colin Walters's debootstrap guide for some time but wasn't familiar with needing to reconfigure passwd, install a langpack, tzconfig, etc. for a Dapper chrooted desktop [11:55] infinity: only one issue still elluded me (and even pitti when we did some DB2 GUI tools testing) what do you do to make the X app inside the chroot to be able to open an X connection? (this seems to be ellusive, and works find on a non chroot system, using ssh -X ) [11:56] crimsun: you seen https://wiki.ubuntu.com/DebootstrapChroot ? [11:56] LaserJock: I thought I contributed to that ;) [11:56] sivang: Erm, do you mean specifically over SSH, or just local-to-local X? [11:57] sivang: Bindmounting /tmp (and not blowing away your environment when you chroot) will allow local-to-local. [11:57] crimsun: well, I just wondered since it describes post-chroot and fstab [11:57] over ssh it would work, I want it work to local-local [11:57] how do I not blow away my env? is ther ean equivalen to sudo - for dchroot ? [11:58] sivang: If using dchroot, use "dchroot -d" to not destroy the environment, if using plain old chroot, "chroot /chroot su" and not "chroot /chroot su -", since the former is a login shell and will kill your env. [11:58] s/former/latter/ [11:59] LaserJock: it covers many, but not Dapper-specific ones like installing a langpack (i.e., it still says to reconfigure locales) [11:59] crimsun: right, hmm I should probably fix that in the Packaging Guide [11:59] crimsun: The only difference between older systems and dapper should be the locales move out of glibc. [11:59] crimsun: Everything else should be the same. [11:59] infinity: great, noted. Thanks again. === HiddenWolf just turned 21 [12:00] HiddenWolf: happy birthday [12:00] (And that's a non-issue if, like me, you don't mind living in C/POSIX...) [12:00] infinity: one question that I dpkg-reconfigure passwd and it asks me for a root password. Do you know if it is possible to skip that part? === sivang wished he could be 21 again ;-) [12:01] LaserJock: Don't dpkg-reconfigure passwd. Why are you doing that? [12:01] sivang: I feel kinda old, actually. ;) [12:01] HiddenWolf: happy birthday [12:01] LaserJock: The only thing that needs to be configured it to enable shadow, so do that explicitely. "shadowconfig on" [12:01] infinity: when I set up a dchroot to use sudo [12:01] HiddenWolf: then feel glad you're not 27 [12:01] *chuckle* [12:01] LaserJock: Err, my dchroots don't have passwd/shadow configured in them at all. [12:02] LaserJock: [12:02] (base)adconrad@cthulhu:~$ grep adconrad /chroot/dapper/etc/passwd [12:02] adconrad:*:1000:1000:Adam Conrad,,,:/home/adconrad:/bin/bash [12:02] infinity: hmm, maybe I should modify DeboostrapChroot to just do "shadowconfig on" === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel [12:02] LaserJock: That lovely "*" for a password makes password stop looking for a shadow entry, and you win. [12:02] Good night everyone [12:03] LaserJock: You only want shadow passwords if the chroot is going to become a "real, installed system" at some point, like crimsun is doing. [12:03] LaserJock: For dchroot, it's kinda pointless, since you don't need to authenticate in the chroot, ever.