/srv/irclogs.ubuntu.com/2006/06/04/#ubuntu-devel.txt

desrtthis is hilariously cool12:03
desrtacpi is rapidly ascending my list of cool things12:03
jdubokay12:04
jdubwe need to send desrt away on holiday12:04
infinityACPI would be pretty cool if there was a single hardware manufacturer that actually got it right.12:05
desrti agree.12:06
infinityGetting it "almost right" and then having Microsoft fix it via software updates doesn't count.12:06
mjg59Most vendors get it fine nowadays12:06
infinityThough I would kill for Microsoft's big database of DSDT fixes.12:06
mjg59Linux, on the other hand, really still doesn't12:06
desrtmjg59 is here12:07
infinitymjg59: 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
infinitymjg59: But I'm willing to believe we also break spec occasionally.12:07
=== licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel
mjg59We demonstrably break spec in a couple of ways that probably don't matter12:08
mjg59But 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 possible12:08
mjg59So we get weird interrupt routing conflicts12:08
mjg59VIA interrupt routing is still slightly fucked on ACPI systems12:09
mjg59Because their APIC behaves slightly different to Intel ones12:09
infinityWell, 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
\shinfinity: in windows it's: "I have a windows pc"12:10
infinityWhich 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"12:10
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel
infinity\sh: No, very not true.12:10
mjg59Suspend/resume is (generally) broken because our drivers are fucked12:11
\shinfinity: for the plain windows user it is] 12:11
infinityThe "plain" windows user gets their machine shipped with Windows pre-installed by an OEM who should know what the sanest configuration is.12:11
infinityWhen 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:12
\shinfinity: right...but then, one day, she gets an ubuntu cd and no one is there to help her...12:13
zulget more oems then12:13
infinityIndeed, 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:14
infinityNo amount of simple installation can replace an OEM pre-configuring a system "just right", so you don't have to.12:15
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
desrtok12:15
desrtso i can't find anything in this DSDT about sleeping12:16
desrtthe ACPI spec says i should see SLP_EN or SLP_TYP....12:16
desrtall i have is SLPB12:16
mjg59desrt: No, those are just registers12:16
mjg59They're defined in the fadt12:16
desrtbut nothing in the code references them....12:16
mjg59No12:17
mjg59The kernel writes to them directly12:17
\shOh Lord, please send Michael Dell a message that he has to pre-install Linux on Desktops and not this 666 Redmond OS.12:17
desrtoh.12:17
desrtso ACPI specifies a register region where writes mean certain things12:17
desrtlike sleep is done the same way on every laptop ever12:17
mjg59You call the _PTS and _GTS methods, and then the kernel writes to those registers12:17
mjg59Yeah12:17
desrtprepare to sleep?12:18
mjg59The registers aren't necessarily in the same place12:18
mjg59Prepare to sleep and going to sleep12:18
\shwho is in charge of the kernel these days (ubuntu-server)?12:18
desrti have PTS but not GTS12:18
mjg59GTS is optional12:18
desrti wonder what would happen if i booted a system with practically no drivers installed....12:19
desrti seriously get the impression that some driver is screwing up12:19
\shs/pc/apple IIe/ ?12:19
desrti assume _WAK is what happens when it comes back12:19
infinity\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:19
mjg59desrt: Yup12:20
desrti wonder if PTS is what makes the light on the case start woobing12:21
desrtor if this is HW12:21
\shinfinity: 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:21
\shinfinity: 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
infinity\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
desrtwoh.12:22
desrtthere's an OSYS field (operating system, i assume)12:22
infinity\sh: And put a pointet to the patch in the bug.12:22
desrtit gets initialised in _INI to different numbers depending on the OS12:23
mjg59desrt: The name OSYS is Apple specific, but yeah12:23
mjg59DSDT code can be platform specific 12:23
Chipzzhrrrm12:23
mjg59On the Macs, the only difference seems to be a small amount of HPET setup. No idea why.12:23
desrtif (darwin) 0x2710, if (linux) 0x3e8, else 0x7d112:23
=== Chipzz just found a gnome-power-manager bug
\shinfinity: ok, i'll try...12:24
infinityChipzz: If you only found one, you're not looking very hard.12:24
desrtand an OSDW() function which gets called on wake up which checks this register12:24
desrtthe check is LEqual(OSYS,0x2710), though... which assuming LEqual means what i think, darwin linux and 'else' match.12:24
Chipzzinfinity: pretty nasty one in my case12:25
Chipzzbut an easy fix I think12:25
mjg590x3e8 is a weird choice12:25
desrtoh.  logical equal.  ok.12:25
desrtso it does different things on wake up if the running OS is darwin12:25
desrtOSDW() must mean 'OS is darwin'12:25
=== Lukketto [n=Lukketto@host150-175.pool873.interbusiness.it] has joined #ubuntu-devel
desrtif osdw  \_sb.pci0.sbus.enab()12:26
mjg59Sounds smbus related12:26
desrtthink it might be causing me to not wake up?12:26
mjg59If it is, probably only because of Linux bugs12:27
desrtyou're becoming more jaded about linux :)12:27
infinityLinux is far from perfect.12:27
=== storm [n=joel@200.208.133.109] has joined #ubuntu-devel
Chipzzinfinity: 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
zulheresy12:27
=== Lukketto [n=Lukketto@host150-175.pool873.interbusiness.it] has left #ubuntu-devel []
ChipzzI had those keys set to "nothing", and as a result, when opening the lid after closing it, X went in an endless crash-loop12:28
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
sladenChipzz: can you file a bug please12:28
ChipzzI will12:28
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
Chipzzsladen: you the gnome-power-manager maintainer?12:29
Chipzzsladen: 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:32
desrthmm12:33
desrtmjg59; what are these smbus _Qxx methods?12:33
sladenChipzz: urm. Given how much time that g-p-m upstream (Richard Hughes) spends answering bugs on launchpad, we might have to disagree about that12:33
mjg59Not sure12:33
desrtmjg59; and what exactly happens if there's an error in the ACPI code?12:33
sladenChipzz: please stop making up 'conflict' when there isn't one12:33
mjg59_ prefixed stuff is supposed to be standards12:33
desrttwo _Qxx methods under Device (SMB0) call this PNOT() function which references undefined variables12:33
mjg59Erm, standardised12:33
desrt5.6.2.2.212:34
mjg59They may be defined in an SSDT12:34
desrtit has to do with getting a query number from the hardwre12:34
desrt"Embedded Controller Query and SMBus Alarm control method"12:34
Chipzzsladen: I read one of his comments where he expressed his frustration about chasing a bug that turned out to be ubuntu-specific12:34
sladenChipzz: well yes.  But that's not "isn't very happy about" the changes12:35
desrt // following is a method that OSPM will schedule after12:35
desrt // it receives an SCI and queries the EC to receive value 712:35
desrt Method(_Q07) {12:35
infinityChipzz: That particular grumpiness is has been long since sorted12:35
infinitys/is has/has/12:35
=== mirak [n=mirak@AAubervilliers-152-1-66-60.w86-198.abo.wanadoo.fr] has joined #ubuntu-devel
Chipzzthen I'm probably making to much of an issue about it; it was just something that stuck in my mind12:37
mirakis there a way to run the installer from a runing ubuntu installation ?12:38
infinitymirak: Not "the installer", per se, but you can just bootstrap a chroot with "debootstrap", which may be what you're looking for.12:39
mirakinfinity: I know deboostrap but don't like it12:40
mirakI fell it gives a partial installation12:40
mirakinfinity: why couldn't I run the installer ?12:40
infinityWell, d-i just does debootstrap + install a bootloader + set up user/pass + install extra package selection (say, ubuntu-desktop) + reboot12:40
mirakI mean since it's runnable from a live cd, it must be runnable from a normal installation12:41
desrtinfinity; 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
mirakinfinity: it won't ask for timezone etcetera12:41
desrtinfinity; just incase :)12:41
infinitymirak: 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
Chipzzmirak: it is meant to give only a base install (or "partial installation", like you call it)12:41
ChipzzI can see nothing wrong with that?12:42
infinitydesrt: Better off haking sure you have two kernels installed, and only mucking with the initramfs of one. :)12:42
=== desrt makes initrd.safe :)
mirakChipzz: no but I did it for my actual system and I feel like it's broken12:42
infinityI debootstrap installs all the time, and they're never "broken".12:43
mirakinfinity: ok about ubiquity.12:43
mirakso what's the exact procedure ?12:44
mirakas far as I remember I must install the kernels too12:44
mirak"Installing this package on a normal system is unlikely to be useful."12:45
mirakok I will try anyway :)12:45
=== Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel
infinitydebbostrap + install kernel and bootloader + install langpack (optional, obviously) + set up a user12:45
mirakand what about timezone plus locales etcetera ?12:45
Chipzzheh12:45
infinitytzconfig for timezones.12:45
Chipzzwhy doesn't https://launchpad.net/distros/ubuntu/dapper/+source/gnome-power-manager/+bugs list any bugs?12:46
infinitylocales come from installing the langpack(s).12:46
ChipzzI just submitted one so there must be bugs12:46
mdkeChipzz: because launchpad bugs are targetted at the whole distro, not on dapper12:46
mdkefor some crazy reason12:46
Chipzzalso I see most recent bugs to the right after submitting my report12:46
infinitys,dapper/,,12:46
infinityAnd it's not particularly crazy to assume that a bug filed on dapper probably also applies to other releases.12:47
Chipzzthis is silly :)12:47
infinityIt would certainly apply to edgy, for instance. :)12:47
=== jouston [n=jouston@59-105-136-199.adsl.static.seed.net.tw] has joined #ubuntu-devel
Chipzzjust clicking on the wrong link may be causing a lot of users to submit duplicate bug-reports12:47
mdkeinfinity: 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't12:48
infinitymdke: I think it was a mistake to have the release in the URLs at all, TBH.12:49
=== ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel
infinitymdke: Bugs apply to package versions, not distro releases.12:50
mdkethis is true12:50
infinity(ie: apache2 2.0.55-4 will have the same bugs in both dapper and edgy)12:50
Chipzzbut package versions are unique across releases12:50
Chipzzeven if the upstream version is the same12:50
infinityChipzz: No they're not.12:50
infinityChipzz: 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
Chipzzdebian has -sarge1 for security updates to packages in sarge12:51
Chipzzso even if the upstream version would be the same, sarge would have -sarge1 while testing/unstable would have -112:51
infinityChipzz: Security updates are UPDATES.  When nothing changes, the packages aren't revved.12:51
Chipzzhrrrm you are right about that12:51
infinityChipzz: False.  I have packages in sarge that are the same version as in potato.  (really)12:51
Chipzzprobably because the maintainer doesn't care about them anymore12:52
=== desrt dpkg-reconfigure linux-image
infinityChipzz: Or because they're reasonably bug-free and don't need to be gratuitously rebuilt.12:52
=== Fjodor_ [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel
infinityChipzz: Though in the case of potato->sarge, yes, they should have been updated for policy changes if nothing else.12:52
Chipzzthere's still several transitions, like the c++ ones12:52
infinityI don't maintain anything that uses C++. :)12:53
infinityThe only transition I've ever been subject to was the old /usr/doc -> /usr/share/doc transition.12:53
Chipzzwhat I was trying to point out is that it's probably pretty rare to have the same versions across releases12:53
infinityNot really.  And certainly not in Ubuntu.12:53
infinitySince we release frequently, we have plenty of packages that don't change.12:53
=== Fujitsu [n=fujitsu@c211-28-183-112.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel
infinityLike i said, there are lots (LOTS) of packages with the same version in warty, hoary, breezy, AND dapper.12:54
infinityAnd far more for just, say, breezy/dapper.12:54
\shapaapa12:54
\shinfinity: 12:54
\shadsasd12:54
\shgrmpf12:55
=== desrt wonders what Loki is doing in his ACPI tables
mgalvinjdub: 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
\shwhat was that,,,3 minutes no keyboard input and then again?12:55
mdkemgalvin: ubuntu-news exists already12:55
mdkemgalvin: is perfect for your newsletter12:56
mgalvinmdke: oh right, duh12:56
=== mgalvin *blushes*
mirakinfinity: 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 LVM12:56
mdkemgalvin: it's very underused12:56
mgalvini see, one or two posts a month :)12:57
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
Chipzz\sh: the cat walking across the keyboard? ;)01:00
\shChipzz: no..keyboard just didn't reply..and I was hammering on the keyboard like a cat walking across the keyboard ;)01:00
mirakinfinity: ok, ubiquity is useless since I use LVM01:01
Chipzzoh I see :)01:01
sladenmirak: use the alternate install CD01:02
mirakI will use the netinstal.iso I think01:03
miraksladen: 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 distro01:04
sladenmirak: debootstrap ?01:05
jdubmgalvin: ubuntu-news01:05
mgalvinjdub: yup, thanks, we will use that01:06
mdkejdub: is planet still getting a 404 from my blog? I'm wondering if there is something wrong on my end01:06
sladenmirak: out of interest, what are you actually trying to achieve?01:07
miraksladen: it's a piece of the puzzle. I would find intersting to have all the steps01:07
miraksladen: 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 installer01:08
mirakI just wasting my time in fact ;)01:09
sladenmirak: apt-get source debian-installer 01:09
miraksladen: ah !!! thanks01:10
sladenmirak: ultimately it calls debootstrap01:10
desrtis there any way to put my root filesystem on a ramdisk without using initrd?01:19
mdkedesrt: #ubuntu might be able to help01:19
desrtgood call01:19
=== sorush20 [n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #ubuntu-devel
sorush20hi ugys just wanted to know if this bug would be fixed soon or later? 01:34
crimsun"this" being...?01:34
sorush20https://launchpad.net/distros/ubuntu/+source/cupsys/+bug/43824/+index01:34
UbugtuMalone bug 43824 in cupsys "HP Laserjet 1000 doesn't work with cups2" [Normal,Confirmed]  01:34
crimsunsorush20: "sooner or later" is a good approximation, yes01:34
sorush20crimsun: you develop too? 01:34
sorush20did I tell you about the amarok bug too? 01:35
crimsunnot cups*, but I'm involved.01:35
crimsunwhich one?01:35
sorush20well is there anyway that I can print? 01:35
crimsunand the bug is better addressed in -bugs01:35
sorush20is martin pitt here? 01:36
sorush20Martin Pitt01:36
crimsunpitti is not present; it's the weekend01:36
sorush20okay.. 01:36
sorush20I have not idea why I upgraded to dapper knowing there would be these problems.. 01:36
DaemonGDI printers annoy me, cheap and nasty01:37
=== \sh [n=shermann@xdsl-84-44-156-168.netcologne.de] has joined #ubuntu-devel
sorush20but runs fine in breezy01:38
sorush20how would I downgrade to breezy cupsys? 01:39
ompaulsorush20, you reinstall breezy - walking back is not the way forward, you could try to change the sources but would it work I have no idea01:40
ompaulsorush20, doing it like a dist upgrade01:40
=== JaneW [n=JaneW@dsl-146-167-152.telkomadsl.co.za] has joined #ubuntu-devel
Chipzzsorush20: this is not a support channel; either ask on #ubuntu, or read apt-get's man-page to find out how to downgrade a package01:43
=== Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel
Chipzzsorush20: (if at all possible of course; but I think it would involve something like apt-get install -t breezy ...)01:46
=== 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
Chipzzsorush20: no pvt messages please01:57
=== 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
\shany way to get rid of those processes? root      6086  0.0  0.0      0     0 ?        S    01:57   0:00 [mmcqd]  02:05
=== Chipzz is now known as Chipz
=== Chipz is now known as Chipzzz
=== Chipzzz is now known as Chipzz
Chipzz\sh: I may be mistaken, but looks like a kernel process from a driver?02:08
\shChipzz: 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:08
Chipzzhave you tried stopping the process accessing the card reader?02:09
ChipzzI have similar processes like that when using /dev/video from ivtv02:10
Chipzzthey go away when I quit mplayer02:10
\shChipzz: hmm...02:11
\shautomounting is what process? udev? hal? dbus??02:12
Chipzzjust try unmounting it?02:12
\shit's not mounted02:12
\shbut it was mounted02:12
\shand I removed it to fast it seems02:12
Chipzzhrrrm02:13
\shlet's leave it for now..02:13
\shI'll go to bed just now.02:13
Chipzznn :)02:14
\shthought i can build quickly a SD gpg key container with dm-crypt support02:14
\shbut it looks like that I'm screwed with automount in the moment ;)02:15
Chipzzit's possible it's a bug in the driver too02:15
Chipzz(I guess)02:15
Chipzzlike, you unmounted correctly, but that process failed to quit02:16
\shChipzz: if removing the card is a correct unmount, but I doubt it ;)02:16
Chipzzif it's still mounted, you can always try putting it back in and unmounting properly02:17
\shChipzz: but if I'll try to reproduce it, to let mount a not formatted sd card ;)02:17
Chipzz(like a floppy disk)02:17
Chipzz*g* :)02:18
\shcryptsetup -y create gpgkeys /dev/mmcblk0pl1 \n mkfs.ext2 /dev/mapper/gpgkeys and then remove it 02:18
\shet voila screwed up02:18
Chipzz\sh: is this you? http://www.uni-koeln.de/bin2/maillist/linux-fai/20060531.095843/171988 :)02:22
\shChipzz: yes02:23
\shChipzz: how did you find it?02:23
Chipzz\sh: fai homepage02:26
Chipzzjust browsing the archive02:26
\shChipzz: ah :)02:26
=== 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
bioengHi everyone02:33
bioengI'm having some programming related problems that I could use some help with02:33
infinitybioeng: -> #ubuntu02:33
infinitybioeng: This isn't a support channel for development on Ubuntu, it's a channel for the developing *of* Ubuntu.02:33
bioengok02:34
bioengI'll try that channel02:34
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel
LinuxJonesinfinity, he will probably get more help in here.02:37
desrtwelp.  it just sucks.02:37
=== desrt compiled a kernel with no drivers (seriously... no drivers)
desrtit still does not sleep02:38
desrtor rather, wake up from sleep02:38
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
bioengMy question was to ask if it would be a good idea to do a CS minor while finishing my EE degree02:38
mjg59desrt: Fun02:38
mjg59So the kernel's blowing up somewhere in generic code02:39
bioengbut I'll go to another room if necessary02:39
mjg59You're under boot camp, right?02:39
desrti had another thought02:39
desrtya.  bootcamp02:39
mjg59Ok02:39
desrtwhat if it was failing to set the proper parameters on the DRAM before going to sleep02:39
desrtand by the time it woke up again it had forgotten who it was02:39
mjg59That's possible, but unlikely02:39
mjg59(That is, I've found one machine ever that appears to do that)02:39
desrtthink i'll have better luck with efi?02:40
mjg59The Intel datasheets are public - you're looking for "self refresh"02:40
mjg59No, you'll have no luck at all with efi02:40
desrtno acpi there i assume02:40
=== bioeng [n=bferguso@68.216.133.80] has left #ubuntu-devel []
desrtin your opinion what is the next most likely problem?02:41
mjg59Oh, acpi, but completely absent testing of it ever in the slightest02:41
desrt(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
mjg59It's utterly broken02:41
mjg59Anyway.02:41
mjg59Next thing to try is shoving reboots in arch/i386/kernel/acpi/wakeup.S02:42
desrtthat's the entry for coming back from sleep?02:42
desrtis there a kernel sponsored way to reboot or should i just try and trash my cr2 and hope for a triple fault?02:43
mjg59Just cut and paste the triple fault code from include/asm-i386/mach-default/mach_reboot.h02:43
mjg59Oh, hang on, that's not where it is02:43
desrtoo. pre-programmed triple fault :)02:43
mjg59Might be under arch/i386 somewhere02:44
desrtok02:44
mjg59The fallback reboot code is to do a triple fault02:44
desrtnod.  that never fails :p02:44
mjg59So then see if it's ever getting into the wakeup code in the first place02:44
desrtdo x86 chips still come up in real mode at 0xf0000 these days?02:44
mjg59Seemingly so02:44
desrtwow02:44
infinityit's in kernel/reboot.c02:44
mjg59Well, not /quite/02:44
infinity                case 'h': /* "hard" reboot by toggling RESET and/or crashing the CPU */02:45
mjg59Coming back from acpi sleep, it immediately jumps to the address put into the wakeup code register02:45
infinity                        reboot_thru_bios = 0;02:45
infinity                        break;02:45
desrtmjg59; i bet it does that by going to 0xf0000 first02:45
mgalvinRiddell: around?02:46
mjg59desrt: Yeah02:46
desrtmjg59; 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 quickly02:46
mjg59But at that side of things, the hardware is supposed to be dealing with it02:46
mjg59It's not something an ACPI OS needs to care about02:46
desrtso.....02:47
desrtbecause this isn't really a real PC02:47
mjg59So if it gets all the way through the wakeup code, you get to stick reboot calls in the C code02:47
desrti assume the firmware copies some bios boot block code into the f000 segment....02:47
desrtand we have to hope that nobody tries to modify it02:47
mjg59ACPI /sortof/ works on the minis and MBPs02:47
mjg59(Reportedly)02:47
=== 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
mjg59desrt: Giving 2.6.17-rcwhatever might be worth a go02:48
mjg59Just to make sure it's not something that's been fixed already02:48
desrtthat's a good idea02:48
desrti'm using 16 now02:48
mjg59Or even -mm02:49
desrti have to admit i'm confused.  apple must have ROM blocks at 0xf000002:49
desrtor else when the hardware came up (really came up, at first)....02:49
desrti miss the good old days of serial and parallel ports02:51
desrtback in the day when you could toggle some external pin on the machine with a single instruction02:52
desrtdebugging was more fun02:52
mjg59Oh, yeah, I've done ACPI debugging with a panel of LEDs on the parallel port02:53
desrtthis laptop screams when it comes to building kernels02:53
=== nokko [n=ubuntu@195-245-89-185.dtcom.ro] has joined #ubuntu-devel
nokkoFujitsu: still there?02:54
FujitsuYes.02:54
FujitsuI'm always here :)02:54
nokkoFujitsu: could we please go private? (i am the person with the bug)02:54
nokkoFujitsu: i see that people here don't like us talking about bug reports02:54
FujitsuOK, nokko.02:55
=== 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
desrtuh03:04
desrthow is one supposed to make a call to a .c file from real mode?03:04
shackanfrom real mode ?03:06
FujitsuIs this on topic?03:06
shackanare you tinkering with the boot code or what ?03:06
infinitydesrt: You don't?03:06
=== desrt is left wondering how to reboot the system....
infinity                        __asm__ __volatile__("int3");03:07
desrtthat'll triple-fault me?03:07
infinityRead machine_emergency_restart() from kernel/reboot.c03:07
desrtoh.  you need an empty IDT for that to work03:08
desrtand you also need to be in protected mode03:08
desrti don't think realmode supports the idea of triple-faulting03:08
shackanwhy not?03:09
infinitydesrt: machine_real_restart may provide some hints..03:09
shackandesrt, may I ask what you're doing ?03:09
infinityshackan: Tripping a reboot during kernel setup, to see where his resume is failing.03:10
=== Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel
=== joel_ is now known as magicstorm
desrtinfinity; intense....03:10
=== desrt just jumps to bios :)
shackankprintf'ing something more verbose and then do __asm__ __volatile__("cli; hlt;") and halt the machine ? :)03:10
=== sorush20 [n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #ubuntu-devel
sorush20hi guys any development on this bug03:14
sorush20https://launchpad.net/distros/ubuntu/+source/amarok/+bug/45487/+index03:14
infinityDude, you were just in here an hour or two ago, asking about cups bugs, AND you brought that one up.03:14
\shsorush20: #kubuntu-devel03:14
infinitysorush20: This is not a support channel.  Bugging people about YOUR pet bugs does not get them fixed faster.03:15
\shsorush20: and it's not a supported package...03:15
desrtinfinity for dpl!03:15
infinityupl?03:15
desrtthat's an appointed position :)03:15
makkoFujitsu: 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
shackandesrt, descriptor privilege level ? :D03:15
makkoFujitsu: it should simply say: partition full. right?03:15
makkoFujitsu: i mean, it should even check for this from the beginning!03:16
Fujitsumakko, yes, it's not particularly good at the moemnt.03:16
makkoFujitsu: i think checking it from the beginning is simple to implement and i simply don't understand why it doesn't.03:16
makkoFujitsu: 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
desrtSCORE03:17
desrtmy system reboots on wakeup from sleep now03:17
desrtgood thing we decided to teach that assembly class last term about oldschool DOS x86 stuff :)03:17
\shdesrt: hmmm....oldschool dos x86 stuff? teach them z80 ;)03:18
bddebianheh03:18
bddebianHmm, we don't have xulrunner in the archive?03:20
infinitybddebian: We will somewhere shortly after Tuesday.03:21
\shbddebian: apt-cache search xulrunner says no03:22
infinitybddebian: It hit Debian too late to be useful for dapper.03:22
bddebianinfinity: OK, thx03:22
\shgood night folks03:22
=== ealden [n=ealden@202.128.54.110] has joined #ubuntu-devel
makkoFujitsu: 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:22
makkoubiquity03:23
Fujitsumakko, they are going to fix it a lot, I guess.03:23
bddebianinfinity: Do you happen to know much/anything about it?03:28
=== desrt just did something comically stupid
desrtwow.03:29
desrtstep 1: be sure to make a backup copy of your MBR03:29
desrtstep 2: blow the MBR away03:29
desrtstep 3: realise that you saved the backup copy of the MBR on the harddrive itself03:29
infinitybddebian: It?03:30
infinitybddebian: Oh, xulrunner?  A bit.03:30
infinitydesrt: But you can boot from CD, so it's all good.03:30
desrtinfinity; but... my harddrive....03:31
bddebianinfinity: Any idea why there is no i386 build log on p.d.o?03:31
infinitydesrt: MBR != Partition table...03:31
infinitydesrt: Unless you zeroed a LOT of sectors...03:31
desrtinfinity; ok.  "the first 512 bytes of my disk"03:31
desrtwhich contain both the mbr and the partition table03:31
infinitydesrt: First 512 bytes is just the MBR.  No reason you can't mount that disk from a CD boot.03:31
desrtyou are wrong03:31
infinityI are not.03:32
desrtfirst 512 bytes also contains the partition table03:32
desrtexplain to my why, then, the boot CD doesn't seem to think i have partitions :)03:33
infinityProbably because I'm wrong. ;)03:33
makkodesrt: maybe it's just teasing you03:34
makkoFujitsu: wow, already 87 updates?03:35
Fujitsumakko, yes.03:35
makkoFujitsu: that's what adept notifier says03:35
makkoFujitsu: 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:36
bddebianmakko: Dapper has been available to the "community" for months03:37
makkobddebian: then i don't understand why so many bugs are being detected so late03:37
makkobddebian: really... it frustrates me03:37
crimsunmakko: that's not a reflection of the development, that's a reflection of people testing it at a given time03:38
makkobddebian: maybe most of them download the live cd only when it's "official" enough03:38
bddebianmakko: I don't recall seeing your nick around prior to very recently?03:38
makkobddebian: i changed it, why?03:38
makkobddebian: oh, and i am new to #ubuntu-devel03:38
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel
makkocrimsun, bddebian, Fujitsu: so i think it would be very helpful if we advertized two "official" releases, like mandriva. what do you think?03:43
bddebianmakko: I don't see the difference.  And if you live Mandriva, go to Mandriva03:43
FujitsuThe Ubiquity disaster has been a bit bad.03:43
tseng"disaster"?03:43
FujitsuI would categorise it as a disaster.03:44
bddebianAye what disaster?03:44
makkobddebian: why do you say i like mandriva?03:44
makkobddebian: did i offend you?03:44
bddebianmakko: Because you keep bringing it up.  ANd regardless, this is not the purpose of this channel03:44
tsengmakko: he said if03:44
makkotseng: no, i mean why did he even bring it up like that and why he put it like that03:44
makkotseng: i just thought that would be helpful03:45
bddebianFujitsu: I installed personally Ubuntu, xubuntu, and kubuntu on 4 different machines myself03:45
bddebianWith 0 issues03:45
tsengyou are the first person to mention mandriva, i think03:45
bddebians/xubuntu/edubuntu/03:45
makkotseng: because i am a "convert" from mandriva03:45
makkotseng: and i like that idea03:46
tsengthis is very silly03:46
tsengbut we made 2 beta and an rc release03:46
makkotseng: what is very silly?03:46
tsengand none of you tested it03:46
makkotseng: make it more official, and much more people will test. i am sure. that's how they do on mandriva.03:46
Fujitsumakko, that'd be right.03:46
tsengi dont know how much more official you can make it03:46
tsengthan posting to every ubuntu list, making slashdot, digg, osnews03:47
bddebianWhat makes it more "official"?03:47
tsengi mean, jeez03:47
FujitsuI would never use Ubiquity, because my config is rather odd.03:47
makkotseng: when there are too many "flights" most people are confused and prefer to say "ok... i will wait until this flood ends"03:47
tsengyou can't get any more publicity if you tried.03:47
makkobddebian: i don't know... "singular". give people the impression it's something "final"!03:48
Burgundaviamakko: publicity is not something Ubuntu needs more of03:48
tsengwhy would yo make a final beta03:48
Burgundaviawell, it does, but it is not somehting we need work on03:48
bddebianThis is a pointless discussion that I will take part in no longer.03:48
tsengI am starting to agree.03:48
makkotseng: not a final beta03:48
tsengit definately doesnt belong in this channel, in any case03:48
tsengif you'd read the topic03:48
makkook03:49
Burgundaviamakko: if you really want to help testing, file and triage bugs03:49
tsengfile and triage bugs before the final release03:49
tsengdon't be a Eugenia03:49
makkowhat is an eugenia?03:49
shackanwhat did she do?03:50
tsengif you missed it, I am not going to go into it here03:50
tsengyou can figure out where to look if you are so inclined03:50
=== desrt folds another computer into things to streamline the workflow
desrtdoes this channel piss people off or do people piss this channel off?03:58
Burgundaviadesrt: what do you mean?03:59
tsengdesrt: people cant read a topic03:59
tsengdesrt: and use their best judgement03:59
Burgundaviawe should probably just renamed this channel #ubuntu-escalation-support and be done with it03:59
desrtyuh....03:59
=== 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
Chipzzshackan: former "head" of osnews, queen of garbage-journalism04:11
Chipzznot that the word "former" matters, as thom is just as bad04:11
=== 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
bddebianBurgundavia: :-)04:23
desrtseriously.  WTF04:37
desrtmy 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 it04:38
mjg59Hardware is fun!04:39
desrti hate you04:40
desrti wonder if ; is not a comment04:40
desrtif i comment lines with ; they appear to still be run04:40
mjg59In .config?04:40
desrtin .S files04:40
mjg59Oh04:40
desrti think that's my problem04:40
mjg59It ought to be, I think04:40
desrti'd make a change, see that it do what i want04:40
desrtthen comment it with ;04:40
desrtand see that the change remains in effect04:41
mjg59Ha04:41
desrtinsanity.04:41
mjg59# is certainly a comment04:41
desrt; is "ignore this character and keep on parsin'"04:41
mjg59So I'd recommend #, really04:41
desrtoddly, vi syntax hilights ; as a comment and # as nothing04:41
desrt*shakes fist at vi*04:42
bddebianSo use an editor from this century :-)04:42
desrti'll make you regret those words04:42
desrti think this is the most useful my usb key has ever been to me04:43
=== desrt has an initrd that sleeps on boot and a kernel image and syslinux
bddebiandesrt: Are you actually doing something or are we just getting running commentary? :-)04:46
desrtbddebian; i'm debugging the code that runs very very early after the machine comes back from sleep04:47
bddebiandesrt: What I meant was.  Are you actually fixing an Ubuntu bug? :-)04:48
=== Huahua [n=hua_@221.172.51.75] has joined #ubuntu-devel
desrtthe "my macbook fails to wake up" bug?04:48
infinity"Ubuntu doesn't work for crap on MacTels" sounds like a bug to me.04:48
infinity(FSVO "doesn't work for crap" that means "it works pretty well, modulo the bits that don't")04:49
desrtFSVO?04:49
infinityFor some value of.04:49
desrtright.04:50
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel
bddebianAh04:51
=== 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
izm99When 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:53
izm99Clicking "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?06:54
=== ChaKy_ [n=chaky@lns01-0215.dsl.iskon.hr] has joined #ubuntu-devel
mjg59izm99: #ubuntu is a better place for this, but check out the removable drives and media preferences06:55
izm99mjg59, ok, thanks.  :)06:58
=== ealden [n=ealden@202.128.54.110] has joined #ubuntu-devel
=== j_ack [n=nico@p508DA0CC.dip0.t-ipconnect.de] has joined #ubuntu-devel
izm99mjg59, out of curiosity, how does "ubuntu" know when a digitcal camera source has been connected?07:01
Lathiatgnome-volume-manger ?07:01
infinityGood ol' gnome-nolongerhasanythingtodowithvolumes-manager07:02
infinityAlways entertaining to watch it fiddling with my sound cards.07:02
infinityCause you can almost pretend the "volume" means something else.07:02
=== izm99 mans gnome-volume-manager
StevenKinfinity: Where volume is the space taken up by devices. :-)07:03
infinity<laugh>07:04
Lathiathrm it seems apt isnt asking questions, e.g. the java license & the flash "do you want to download" stuff, known?07:04
infinityLathiat: Did you install that system with ubiquity, pre-release?07:04
Lathiatyeh i think so07:04
Lathiatwas a bug then?07:04
infinityThen your debconf frontend is set to noninteractive (oops, my fault)07:05
Lathiatkubuntu upgraded from ubiquity RC install07:05
infinitysudo dpkg-reconfigure debconf07:05
Lathiatah ok07:05
Lathiatcheers07:05
infinity(For the record, the defaults are "dialog, high, don't ask again and again"07:06
infinity)07:06
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel
jadaz87infinity what is comething i could use to build metapackages?07:13
infinity-ETOOVAGUE07:13
jadaz87infinity: i see07:14
infinityBut you may want to see the "equivs" package, if your questions was what I think it was.07:14
jadaz87infinity: thank you07:15
=== 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
crimsunhmm, 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:24
Hobbseecrimsun: and write us a howto on it please? 09:25
crimsunHobbsee: yeah, that will be done since I have to demonstrate it live. :)09:25
Hobbsee:)09:25
=== Kliment [i=yanev@myntti.helsinki.fi] has joined #ubuntu-devel
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel
Klimenthi, I've found a regression09:28
Klimentthe panasonic acpi driver (pcc) no longer generates key events09:29
Klimentlooks like there is a newer version that fixes things for the .15 kernel, but it's not in dapper09:30
Klimentwho should I notify?09:30
=== _mike_ [n=mike@220.157.65.29] has joined #ubuntu-devel
crimsunplease file a bug in malone and attach a link to the fixed version, preferrably a diff against whatever Dapper has09:31
KlimentI am not familiar with malone, where do I start?09:32
crimsunKliment: https://launchpad.net/distros/ubuntu/+filebug09:32
=== 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"
Klimenthttps://launchpad.net/distros/ubuntu/+bug/4832509:55
UbugtuMalone bug 48325 in Ubuntu "Panasonic ACPI driver (pcc) does not generate key events" [Normal,Unconfirmed]  09:55
Klimentis this good enough, anything I should add?09:55
=== 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
crimsunKliment: can you verify that 0.8.4 indeed fixes the regression from breezy?09:58
desrtdoot.09:58
KlimentI can try09:58
Klimentgrr, forgot that this update does not pull the kernel source in with it10:03
Klimentwell, this will take a while then10:04
=== AlinuxOS [n=AlinuxOS@d83-176-98-193.cust.tele2.it] has joined #ubuntu-devel
Klimenthmm, seems like the driver developer's server is having some trouble10:21
KlimentI'm getting truncated files10:21
Klimentcould someone else verify it's not just my connection messing things up10:22
Klimenthttp://www.da-cha.org/letsnote/hotkey-handler-1.4.tar.gz10:22
=== 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
Klimentadding 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 reason10:48
crimsunall useful info for the bug report.10:49
=== truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-devel
sivanghey crimsun , what's cracking? :)10:49
crimsunsivang: me, so sleep time :)  yourself?10:49
sivangcrimsun: well, just preparing some lunch and going see where I need to do work afterwards. it's a beautiful morning here10:51
crimsunsivang: excellent :)10:51
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel
sivangcrimsun: sleep time? aren't we at the same time zone?10:51
desrti think i just fixed a bug in the linux PCI code.10:51
sivangdesrt: oh cool10:51
crimsunsivang: I'm EDT (GMT -0400)10:52
sivangcrimsun: ah, so it's morning for you ?10:52
sivangcrimsun: where in?10:52
crimsunsivang: yep, almost 5 AM. East coast USA (North Carolina).10:52
=== kagou [n=kagou@88-136-0-177.adslgp.cegetel.net] has joined #ubuntu-devel
sivangcrimsun: ah, nice did not sleep throug the night I suppose? :-)10:53
kagouhi10:53
crimsunsivang: nope, going to do that now. 'night/'morning :)10:54
=== 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
vladsladen: 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?12:22
=== jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel
sladenvlad: yup12:24
sladenvlad: what's the bug number?12:24
vladGreat, the lucky number is 4062112:25
sladenbug #4062112:26
UbugtuMalone bug 40621 in acpi-support "R50e fails to resume: Green moon constantly blinking" [Normal,Unconfirmed]  http://launchpad.net/bugs/4062112:26
vladright, 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
UbugtuMalone bug 28326 in xserver-xorg-driver-i810 "i810 Xv crashes after suspend -> infinite resprawn" [Major,Confirmed]  http://launchpad.net/bugs/2832612:28
HrdwrBoByes12:28
vladunfortunaell12:29
vladoops12:29
HrdwrBoBerm.. I didn't mean yes to that12:29
HrdwrBoBI mean yes, it happens to  me too12:29
vladI experience it in Dapper too and I would like to know if anything can be done to fix it.12:31
sladenvlad: I thought I'd nailed it;  but I've had it once since.  Did you attach the Xorg.log from after one of those12:35
sladen(the machine is still up, so you can SSH in, or Sync, Unmount, reBoot it12:35
vladsladen: yes, you can see it at the very bottom of the bug page.12:36
Luresladen: which process in gnome handles laptop hotkeys defined by your hotkey-setup package?12:42
Luresladen: I would like to address this also for KDE and would help to know how Ubuntu does it...12:42
=== highvoltage [n=jono@mtngprs7.mtn.co.za] has joined #ubuntu-devel
ograLure, hal and gnome-power-amanger should be responsible for that12:43
ogra*manager12:43
sladenLure: they listen via HAL now.  do   lshal -m  and press some hotkeys12:44
sladenLure: and gnome-setting-daemon does some evil remapping of its own12:44
Lureogra: ok, I see12:44
ograwasnt klaptopdaemon adjusted to use hal nowadays ? 12:45
Lurejust need to find right place in KDE to put this in (kmilo, klaptop, kpowersave...)12:45
sivangwow, nice. glom has so much potential12:45
Lureogra: klaptop only uses pmi command line to suspend/resume, but still has plenty of ACI/APM cruft12:45
Lureogra: just had report that it does not work on the desktop as some ACPI functions are missing (while Ubuntu works) :-(12:46
ograwell, thats how g-p-m worked in breezy, just make the same switch in the code and you are done ;)12:46
Lureogra: probably yes, I am just doing investigation in order to prepare spec for Paris meeting12:47
ogracool12:47
vladsladen: well, can I do anything about the i810 bug? would be some more info helpful?12:50
=== 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
InfraRedsladen: msg12:53
sivangLure: you're coming to paris to work on laptop support ? :)12:55
Luresivang: no, but I plan to work on Kubuntu laptop support for Edgty12:56
Luresivang: I just hope spec get reviewed in Paris12:56
sivangLure: 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 Windows12:57
sivangsome of it we already have in the form of NetworkManager,12:57
sivangbut would be also nice to see the Access connections there,12:58
sivangand ofcourse, out of the box support for the motion detector and fingerprint reader12:58
=== sivang is going to prepare a spec about that soon
sivanghopefully to be reviewed in Paris as well :-)12:58
Fujitsusivang, you do realise that Lenovo officially dropped Linux support?12:59
sivangFujitsu: link?12:59
sivangFujitsu: what made them take such a non sensical decision?12:59
Luresivang: MS probably... :-(01:00
Luresivang: http://www.crn.com/sections/infrastructure/infrastructure.jhtml?articleId=18870127701:00
Fujitsusivang, saw it on Slashdot and other places not long ago.01:00
Luresivang: for your needs, you would probably need proper kernel drivers to support it (fingerprint, motion detector...)01:01
sivangoh man :-/01:01
sivangLure: yes, I already know some of this has problems for re-distribution as well01:01
=== lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel
HiddenWolfWell, there go my plans to buy an X6001:03
InfraRedX60 ?01:03
=== sivang regrets buying a t43p from Lenovo and not going for a compaq/hp which officially support linux
HrdwrBoBI love my X4001:04
sivangwas also quite expansive, and does not seem to return the investment completly01:04
HrdwrBoBoh shit01:04
=== herzi [n=herzi@c180214.adsl.hansenet.de] has joined #ubuntu-devel
HrdwrBoBlenovo :(01:04
InfraRedT43p cost silly money01:04
sivangInfraRed: so I leanred , yes01:04
sladensivang: three buttons, nipple01:05
sivangsladen: ? :)01:05
sladen"Lenovo will still supply advice to 'customers who _insist_ on deploying Linux'"01:07
vladsladen: 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 day01:08
sladenMicrosoft has offered them a good deal (eg. this, or else)01:08
sladenvlad: thanks01:08
sivangsladen: ah, right I saw that , I ownder how much of this stands in .il ;-)01:08
sivangsladen: 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
sladensivang: 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 thinkpads01:11
=== Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel
sivangsladen: I'm already using elevator="deadline" but this had minor effect if any01:12
HrdwrBoBeveryone i know who uses linux on laptops swears by ibm (and lenovo)01:12
HrdwrBoBoh well, things change I guess01:12
InfraRedya01:13
sladensivang: 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 T4301:13
sivangsladen: 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:13
HrdwrBoBwell, they'll soon find out if a significant portion of their market wants linux01:14
FujitsuHrdwrBoB, hopefully.01:14
FujitsuBoycott Lenovo.01:14
sivangsladen: oh man, any way  to make it not act like an old PIII 4200rpm machine? :)01:18
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel
sladensivang: 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:19
sladensivang: 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)01:20
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel
sivangsladen: 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 responsiveness01:20
sivangsladen: ah, so what bug is the fimrware patched HDD workoaounds ?01:21
=== sivang wonders if he could request a refund on account the machine is not acting as stated, and has very poor performance
sladensivang: http://www.thinkwiki.org/wiki/Problem_with_non-ThinkPad_hard_disks01:22
=== mdz [n=mdz@host217-37-231-22.in-addr.btopenworld.com] has joined #ubuntu-devel
sladensivang: you may actually be able to.01:22
=== sivang read in thinkwiki
sivangsladen: 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:25
sladensivang: 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-20seconds01:27
sivangsladen: wow01:28
sladenwhen it's in the swap-storm mode, it feels more like the machine is frozen for X milliseconds out of every Y01:28
sivangsladen: so the "approved" HDs only circumvemnt the issues, to a smaller degree.01:28
sivangsladen: this is EXACTLY what I am experiencing. why didn't I got for anything else but Lenonvo...;-)01:29
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel
sladensivang: 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 bridge01:34
=== 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
sivangsladen: god, I have exepcted abit more from Lenovo mahcine which still carries the IBM logo :-(01:37
sladensivang: these were the first batch of 50%/50% IBM/Lenovo's.  The *60* are the first batch of true Lenovopads01:38
sivangsladen: is there anything official press release I can come with to the srvice cetner to backup my anger and shouts? :)01:39
sladensivang: I filed a bug something like  "machine freezes under high I/O load"  But I can't find the bug report01:39
mirakdebootstrap have failures when installinf with dapper01:40
sivangsladen: 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
mirakit unpacks everything five times ...01:41
sladenmirak: https://launchpad.net/distros/ubuntu/+source/debootstrap/+filebug along with the error messages please01:41
sivangsladen: (I was gonna start working on aspec like this before we talked ;-) )01:41
ogramirak, then no edubuntu install would work out there (edubuntu and ltsp rely heavily on debbootstrap)01:41
mirakogra: I say some packages fails when unpacking01:42
ogramirak, see above ... if packages would fail, the edubuntu installs would all fail01:42
mirakI do a deboostrap debootstrap --include=ubuntu-desktop,ubuntu-minimal,ubuntu-standard,language-pack-fr dapper linux201:42
mirakogra: then it fails01:42
sivangsladen: any idea if one could put a real SATA drive to overcome the bridge on that machine?01:43
mirakwasabi: Failure while installing base packages.  This will be re-attempted up to five times.01:43
sladensivang: the solution alluded to is that if you put a PATA disk in the ultrabay everything will work01:43
mirakogra: the base install work, but other packages seems to have problems01:43
sivangsladen: the ultrabay is only pata?01:44
=== sivang would prefer to exploiut the SATA capabilities so exapnsively paid on this lptop
ogramirak, do what sladen said, file a bug and attach a full log of the failed debootstrap01:46
mirakok01:47
=== 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
sladenmirak: if you read the mirak man-page, you'll notice that you have to resolve the dependancies for any packages which you --include01:48
=== ogra looks for the mirak manpage *G*
ograyes, the easier way is  debootstrap dapper linux2 && sudo chroot linux2 apt-get install ubuntu-deskto01:50
ograp01:50
mirakok thanks01:51
ogra(you wont need minimal and standard, minimal is installed by debootsrap by default iirc and -desktop should depend on -standard)01:51
mirakI am not sure of that01:52
mirakiwj: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Found additional base dependencies:01:52
mirakogra: but what I did was to put all the .deb on the iso inside var/cache/apt/archives01:53
=== lemsto [n=salim@ANantes-154-1-15-173.w81-53.abo.wanadoo.fr] has joined #ubuntu-devel
sivangsladen: 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 drive01:54
miraksladen ogra I think the problem comes from the configuration dependencies01:54
mirakdebootstrap configures everything alphabethically01:55
mirakI have just read the log and almost everything is broken01:55
=== ogra_ [n=ogra@p548AEEC5.dip.t-dialin.net] has joined #ubuntu-devel
=== shackan [n=shackan@host239-149.pool876.interbusiness.it] has joined #ubuntu-devel
sivangsladen: so I think I will restore the machine to it's factory settings ( created the product revoery CDs before I installed Ubuntu)01:56
sivangsladen: and then go and show them how it's brought ot it's knes with 3 cmd.exe dir /s windows01:56
ogra_grmbl01:56
ogramirak, why didnt you mount /cdrom and use file:///cdrom as mirror ? 01:57
ogramilli, (mount it as loop device if you dont have it on CD)01:57
HiddenWolfsivang: what model of thinkpad do you have?01:58
mirakogra: yes I should have done that01:58
ograsaves a lot of time and diskspace :)01:59
mirakogra: or mount the iso01:59
ograyeah ... err s/milli/mirak indeed :)01:59
mirakanyway I burnt the iso meanwhile01:59
mirakI think I would do something clean from boot01:59
mirakI am afraid to miss something in the configuration02:00
mirakmy system is already a bit wrecked probably from debootstrap previous install. I want something as clean as possible02:00
=== LinuxJones [n=willy@hlfxns01bbh-142177195038.ns.aliant.net] has joined #ubuntu-devel
sivangHiddenWolf: T43p , 1.8GHz , 7200rpm , 1GB RAM FireGL V3200 02:02
HiddenWolfsivang: problematic beast, I assume? :)02:02
sivangHiddenWolf: read the backlog , it's amazing what tricks computer verndos play these dasy :)02:03
HiddenWolfsivang: heh, yeah, I just missed the model number. :)02:03
sivangHiddenWolf: also, http://www.crn.com/sections/infrastructure/infrastructure.jhtml?articleId=188701277 for my joy of choosing IBM :-)02:03
HiddenWolfsivang: I am/was in the market for a thinkpad. 02:03
highvoltagethinkpad was a favourite for linux users for a long time, afaik. that will probably change now :/02:04
sladensivang: worth a try02:04
sivangsladen: 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:05
sivang(I think they can also be attribute to the bridge thingy)02:06
sladensivang: 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 changing02:06
=== bmonty_ [n=bmonty@ubuntu/member/bmonty] has joined #ubuntu-devel
sivangsladen: C-state ?02:07
=== OculusAquilae [n=oculus@pD9E2821F.dip0.t-ipconnect.de] has joined #ubuntu-devel
HiddenWolfI wonder how useful dapper will be in three years02:10
HiddenWolfSince it might only work out of the box on current hardware.02:10
sladensivang: CPU power saving states.  See  cat /proc/acpi/processor/*/power02:10
=== jvw [i=jeroen@220pc220.sshunet.nl] has joined #ubuntu-devel
sladenHiddenWolf: why don't we wait and find out02:11
HiddenWolfsladen: heh, we sure will. ;)02:11
mdkeHiddenWolf: it'll work great on your current hardware.02:11
HiddenWolfmdke: it already does. ;)02:12
mdkeHiddenWolf: exactly.02:12
=== bmonty_ is now known as bmonty
herzibut only if you still have your current hardware running in three years02:13
mdkeherzi: yes, obviously dapper can't actually fix hardware02:13
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
ograand the next LTS release will be there by then, people can upgrade02:13
mirakit's like certifying memory for fifty years02:14
herziogra: is there a concrete plan for the date of the next LTS release? (12, 24, 36 months)02:14
mdkeogra: potentially even another 2 LTSs02:14
mirakthat's just commercial argument02:14
ograherzi, iirc it was planned every 2 years02:15
Hobbseeogra: you're the one who's good with screensavers, arent you?02:15
=== Hobbsee cant remember.
ograHobbsee, well... 80 open bugs (in xss and gss together) wouldnt justify me as "good" with it, but i'm responsible for it, yes02:16
Hobbseeogra: 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:17
ograyou need only xscreensaver-gl 02:18
ograoh, damned and it indeed misses a dependency on xss-gl02:18
=== ogra makes a note for dapper-updates
ograHobbsee, thanks for pointing !02:19
Hobbseeogra: for kde, you seem to need kscreensavers-xsavers too02:19
Hobbseeogra: hehe.  not a problem :)02:19
ograhmm, i havent looked at the KDE side of things yet02:19
ograi always thought KDE uses its own implementation, isnt kscreensaver that ? 02:20
Hobbseeogra: 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-extra02:20
ogra-extras are only additional screensavers02:20
Hobbseeogra: rss-glx doesnt need kscreensaver to run at all - but it does need the kscreensavers-xsavers too...02:20
=== Hobbsee checks what she has installed
ograand xscreensaver has only the xscreensaver binary, nothing else02:20
=== Windkracht8 [n=bartv@127-8.bbned.dsl.internl.net] has joined #ubuntu-devel
Hobbseeogra: 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.02:22
=== Hobbsee comes from the kde side, see :)
Hobbseeogra: the kscreensaver-xsavers is just the hook so that the screensavers work under kde.  that's not the same as kscreensavers02:23
ograa dep on: kscreensavers-xsavers | xscreensaver-gl probably ... depends if kscreensaver-xsavers provides the GL tools02:23
=== 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 :/
Hobbseeogra: and if it doesnt, the screensavers either wont work, or will work poorly, right?02:24
ograsome of them 02:24
Hobbseethe rss-glx ones are the ones that i'm interested in :)02:24
ograi.e. most of the ants GL savers need the xss-getimage program02:25
Windkracht8Hello 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
Windkracht8Is there a program/tool that can create the .deb for me? It's a very small program a single executable nothing more.02:25
sivanganyone from distro-team going to guadec ?02:25
ograif rss-glx has anything that grabs the pics or grabs the screen, you will need these tools02:25
ograWindkracht8, see the helpfiles installed in your ubuntu, there is a simple packaging guide02:26
sivangWindkracht8: 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 packaging02:26
ograWindkracht8, and the better channel for such questions is #ubuntu-motu02:26
ogra:)02:26
Hobbseeogra: testing that...02:26
pygisivang, there is no something like that as SoC...we didn't accepted it ;)02:27
pygiOtherwise hey ;)02:27
sivangpygi: ah ! :-)02:27
Windkracht8thanks ogra and sivang, going over to the motu after checking your suggestions \.02:27
sivangpygi: I will work on the spec today, put in order, add teh scope part with the plans and the planned backup use cases as well02:27
=== 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
pygisivang, oki, say when you do so I can look into it ;)02:28
sivangpygi: sure, but it might not be ready until evening even, but I will ping you when it's done if you're still here02:28
pygisivang, just poke me by mail :)02:29
=== 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.. :-)
sivangpygi: to name a few :)02:30
pygisivang, no worries :)02:30
\shsivang: previous workplace?02:31
sivang\sh: heh :)02:31
pygi\sh: strange things happen :P02:31
\shsivang: don't tell me you quit the job at private homepage processor company?02:32
=== sivang hides
sivangme hides AND lols at \sh's recalling of this ancient acronym02:33
mirakwhat is supposed to mount sysfs ? I don't have it in fstab but it's mounted02:33
\shsivang: I think only old farts still know this term 02:33
sivang\sh: hehe02:33
sivang\sh: well, I actually did. for good or worse. it had to be done.02:33
Hobbseeogra: ping?02:34
ograHobbsee, :)02:34
=== giftnudel [n=mb@p54B2B21F.dip0.t-ipconnect.de] has joined #ubuntu-devel
ograHobbsee, so what did you find ? 02:35
Hobbseeogra: 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.02:36
=== Hobbsee needs to be able to type quicker!
ogratake your time, its sunday ....02:36
Hobbsee:P02:36
ograok, sounds like a good bet then to add the above dependency02:37
Hobbseeit's sunday night, i must be ready for monday morning.  anyway, i work weekends :P02:37
Hobbseeogra: 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:37
ograyes thats done through the |02:38
ogra"<ogra> a dep on: kscreensavers-xsavers | xscreensaver-gl probably ... "02:38
Hobbseeogra: | means or doesnt it?   so if the user happens to install xscreensaver-gl, runs kde - then it still doesnt work02:38
ograhmm02:39
Hobbseeis there a way to say "if this user runs...oh i dont know...kdelibs4c2a, then they must have kscreensaver-xsavers installed?02:39
ogranot really ...02:39
Hobbseebecause that would be the ideal situation02:39
Hobbseehmmm...02:39
=== Windkracht8 [n=bartv@127-8.bbned.dsl.internl.net] has left #ubuntu-devel []
\shHobbsee: what's the problem?02:40
Hobbsee\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:41
\shHobbsee: is rss-glx screensaver so important, or could we remove it?02:42
Hobbsee\sh: well...bear in mind that i *am* a girl, and those are very pretty screensavers :P02:43
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
Hobbseeand i expect that other people use it as well02:44
ograyes, if its there to install, the deps should be right 02:44
\shHobbsee: I'm sorry, I'm just not using any screensavers at all, in times of tfts ;)02:45
jsgotangcolol02:45
Hobbseehehe @ \sh 02:45
ogra\sh, it saves a lot of heating costs in the winter, you really should try it02:45
jsgotangconever deny a woman her vices!02:46
Hobbseehehehehe02:46
sivangogra: ha ha ha02:46
\shogra: 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:46
ograon your hips ... aha02:47
Hobbsee\sh: i thought that was a bad idea, and which was why they renamed them as notebooks :P02:47
=== sivang theorizes at "hiptops"
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel
\shogra: with my blanket beneath the latop ;)02:48
ogra"this laptop is right *and* left wearable!"02:48
\shprust02:48
ogras/laptop/hiptop/ (indeed)02:48
=== 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
Hobbseeogra: 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:55
Hobbseea mostly working version is better than a not working one, after all :P02:56
Hobbseei cant see any other solution from my end, at the moment.02:56
\shHobbsee: because this | is just for "install xscreensaver-gl when kscreensavers-xsavers is not there"02:56
Hobbsee\sh: right.  which is the aim.02:57
ogra\sh, seems like the best solution so far, i bet kscreensavers-xsavers is a kubuntu-desktop dependency, no ?02:57
Riddellno02:57
ograhmm02:57
Hobbseeoh hi Riddell 02:57
Riddellsalut Hobbsee 02:58
\shogra: no...kscreensavers is a dep of kubuntu-desktop02:58
=== 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
pygi_sivang, sorry, dc :-/03:38
=== 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
thesaltydog?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
ivdBen Collins, are you there?07:03
mdkeivd: his irc nick is BenC 07:03
ivdthanks. :)07:04
BenCivd: I'm here07:05
ivdHi, 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/3490207:07
UbugtuMalone bug 34902 in linux-source-2.6.15 "Ralink Wireless USB/PCMCIA/PCI hangs PC" [Critical,Confirmed]  07:07
ivdExactly that one. :)07:07
=== Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel
siretartivd: thats our bugbot :)07:07
ivdOops. :)07:07
ivdI am not really used to IRC. ;)07:08
ivdThe problem with that rt2500 bug is that there are at the moment no new releases for the legacy drivers planned.07:08
ivdANd the SMP bug is only fixed in rt2500. Not in rt2400, rt2570 or rt61.07:08
ivdSo 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 ubunto07:09
ivdubuntu07:09
=== jono [n=jono@88-107-11-56.dynamic.dsl.as9105.com] has joined #ubuntu-devel
siretartivd: thats sad. SMP is enabled by default. how invasive would be a patch to fix that?07:11
ivdwhich actually brings the point, that perhaps untill rt2x00 2.0.0 is released ubuntu should not ship with the legacy drivers.07:11
mjg59Do they work on any hardware?07:11
ivdWell only rt2500 is fixable by using the latest code.07:11
mjg59The default install kernels aren't SMP07:11
ivdrt2400 and rt2570 are not fixed at this time, and we are missing the developers & time to make it work.07:11
BenCmjg59: On amd64 it is07:12
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel
BenCivd: What about my bug report with rt2x00 and my rt2500 cards? :)07:12
mjg59Oh, right07:13
BenCivd: problem is, we arleady released with rt2400,rt2500,rt2570,rt61 legacy in dapper07:13
mjg59Why must drivers be so mean07:13
BenCivd: Good news is that even though the kernels are SMP, on a real UP machine, the locks and stuff are nop'd out07:13
BenCso I really don't think that SMP has a lot to do with most of it (except on real SMP machines)07:14
ivdBenC: Well looking at the problems the rt2500 are causing they are really similar to the SMP bugs.07:14
BenCwhat exactly is the issue on SMP?07:14
ivdThere have been reports before that SMP kernels on a UP machine is still causing problems.07:14
BenCivd: Our SMP on UP is a different situation07:15
ivddeadlocks, and a lot of races07:15
BenCit really is more like a UP kernel when run on SMP, than the stock kernel would be07:15
BenCdeadlocks would be impossible considering that all the lock's are nop'd out07:15
BenCmore like a UP kernel when run on a UP system07:15
ivdTrue again. But there is something in the SMP enabled kernels that is causing problems. Even on UP machines.07:16
=== ppd [n=max@dslb-084-056-013-224.pools.arcor-ip.net] has joined #ubuntu-devel
ivdMultiple users have tested this and it always resulted in problems.07:16
BenCok07:16
ppdhi. where is openobex.pc in the dev package?07:16
BenCivd: So CVS contains a fix for rt2500?07:16
BenCbecause we don't get a lot of reports on many other ralink cards besides rt250007:17
ivdYeah, latest cvs works on SMP sustems.07:17
BenCI may end up syncing the CVS version for a dapper update...I have two cards so I can atleast test it07:17
ivdOnly rt2400, rt2570 and rt61 are still problematic.07:17
_ionppd: This is probably what you're looking for: luotain% apt-file list libopenobex-1.0-0-dev07:20
_ionlibopenobex-1.0-0-dev: usr/bin/openobex-config07:20
=== 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
ppd_ion: hm. how shall I use that openobex-config?!07:22
=== jono [n=jono@88-107-11-56.dynamic.dsl.as9105.com] has joined #ubuntu-devel
ivdBenC: If you have any problems with the rt2500 on SMP with latest CVS let me know.07:22
_ionppd: My guess would be "openobex-config [flags] " instead of "pkg-config [flags]  openobex"07:23
BenCivd: will do, thanks07:23
ppd_ion: but this is the libsyncml configure script07:23
ivdBenC: 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 stable07:23
ppd_ion: it just complains about missing openobex07:24
BenCivd: I'm using current CVS and my rt2500 cards still don't work07:24
BenCivd: Anything I can do to help track that down?07:24
ivdBenC: lockups? freezes? Or something else?07:24
BenCivd: I sent email to the list about it a few days ago07:25
BenCsent reg output for both legacy and rt2x0007:25
BenCit just wont associate07:25
BenCrt2500 works perfectly on x86 and x86_64 for me, but rt2x00 wont work at all on either07:25
BenCivd: We release in november, any chance rt2x00 will be stable by then?07:26
ivdBenC: (Lol, and I couldn't find your email anywhere... :) )07:26
ivdBenC: I give that chance 75%07:26
BenCivd: that's funny because you replied to the email I sent :)07:26
ivdOr at least it should have entered the Beta release where everything is working, but no hardware encryption yet.07:27
BenCSubject: [Rt2400-general]  Problem rt2500pci with rt2x00 CV07:27
BenCand any chance you will be using stock kernel ieee80211 instead of dscape?07:27
ivdBenC: yeah, but I quickly forget names. Especially when I it is matching a name between forums and mailinglist. ;)07:27
ivdBenC: Nope07:28
BenCisn't dscape the cause of some of your missing functionality?07:28
BenCI mean softmac is atleast in the kernel and it seems to be working well (for bcm43xx atleast, which I use too)07:28
ivdBenC: No, that was the stock kernel ieee80211 stack. That stack was used in Beta3 and it was not usable for us.07:28
mjg59BenC: It's likely that dscape will be merged to the stock kernel at some stage07:29
ivdBenC: 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
BenCaslong as rt2x00/dscape is on track for kernel inclusion I have no complaints then :)07:29
ivdBenC: And indeed softmac is already on the list for removal.07:29
ivdBenC: rt2x00 is in the wireless-dev kernel tree together with dscape. When they merge they will be together. :D07:30
mjg59BenC: Yeah, we probably ought to look at pulling from the dscape branch of wireless-dev in future07:30
BenCyeah, that sounds like a good plan07:30
ivdBenC: I am following the development of dscape closely to make rt2x00 always compatible with the latest dscape version.07:31
ivdBenC: bcm43xx has 2 trees. 1 for softmac and one of dscape. The dscape version is also located in wireless-dev07:31
BenCwell bcm43xx+softmac is in 2.6.17-git07:32
infinityBenC: 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:32
BenCinfinity: yeah, I saw that07:33
ivdCorrect, but they are also maintaining the dscape version for when dscape will be merged with mainstream07:33
BenCthere may be some SMP related things that aren't getting nop'd out of modules, and I hadn't thought about that07:33
BenCI need to revisit the smp-alt nop tables for modules in edgy07:34
BenCI think I can wedge something in the relocation code to help with it07:34
bluefoxicywtf07:36
bluefoxicyArjan is telling me the code I'm trying to write in the kernel is fundamentally impossible07:36
bluefoxicyand 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_O07:36
mjg59bluefoxicy: Which Arjan?07:37
tsengyou know what happened last time you argued with arjan, linus07:37
bluefoxicymjg59:  van de Ven07:37
tsengmjg59: van den07:37
mjg59He generally knows what he's talking about...07:37
bluefoxicytseng:  I'm showing code this time07:37
bluefoxicymjg59:  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
ivdBenC: 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
bluefoxicytseng what do I do, hide my code or show it to him?07:38
BenCivd: Ok, thanks07:39
mjg59Code speaks wonders07:39
BenCivd: btw07:39
tsengbluefoxicy: you can show it if you'd like07:39
tsengbluefoxicy: did you do one for hppa07:39
ivdBenC: I hade made several fixes for the registers yesterday, so it should have worked now..07:39
BenCivd: 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 release07:39
BenCmore users can possible help shake down things a bit07:39
bluefoxicytseng:  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
tseng(oh)07:40
BenCivd: I haven't tried in a few days, I can try again07:40
tsengbluefoxicy: might as well show him I guess07:40
BenCivd: At worst, I just switch off to legacy in the later days of devel07:41
ivdBenC: I can take a look at the bugs in lauchpad about rt2x00. But I have little time for legacy driver maintenance.07:41
bluefoxicytseng:  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
tsengbluefoxicy: I would think07:41
BenCivd: No, I mean help with bugs on rt2x00 if I force ppl to use it :)07:41
=== BenC has that power
ivdBenC: lol. :)07:41
ivdBenC: Thats a deal then. :)07:42
ivdBenC: if you could inform me about bugzilla reports I would happy to take a investigate those problems.07:43
ivd*launchpad reports07:43
BenCexcellent07:43
ivdBenC: I gtg now. Cya07:45
=== bmonty is now known as bmonty_away
HiddenWolfwho is the ubuntu webmaster? 07:46
ograHiddenWolf, heno07:46
ogra(one of them)07:46
HiddenWolfogra: There is a screenshot of oo-welcome on the "desktop" page which refers to the installer as espresso07:46
ograouch07:47
ograi think there is a website component in malone since a week or so ... 07:47
HiddenWolfhttp://www.ubuntu.com/include/img/openoffice.png07:47
HiddenWolfit might be applicable to example-content as well07:48
HiddenWolfand there doesn't seem to be a website component07:48
ograah, yes, there was only a discussion about re-adding itr07:51
=== 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
kagouhi07:54
=== 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
ProN00bwmv3 worked in vlc in badger but it doesn't work in drake anymore08:03
kagouProN00b: you have made a bug report ?08:04
ProN00bno, 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)08:06
=== licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel
kagouProN00b: https://launchpad.net/distros/ubuntu/+source/vlc/+bugs for existing bug and https://launchpad.net/distros/ubuntu/+bugs for report one08:08
kagouProN00b: see #ubuntu for help.08:09
ProN00b+source ?08:11
=== 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]
HiddenWolfogra: can you make sure that someone looks at that screenshot?08:25
mgalvinjdub: do you also do the actual moderation of ubuntu-news?08:25
mdkemgalvin: "ubuntu-news list run by mako at ubuntu.com"08:27
mdkemgalvin: (I think Riddell is a moderator too)08:27
mgalvinmdke: ok thanks08:27
=== 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
BenChas dapper-security opened yet?08:41
infinityBenC: Not yet.08:47
infinityelmo needs to mess with some fiddly launchpad->dak import stuff, then we'll be good to go.08:48
infinityMonday, hopefully.08:48
desrtheh08:58
desrtnew kernel already?08:58
=== desrt has a handful of fixes for you :)
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel
infinityBenC: 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)?09:01
=== looksaus [n=mark@86-39-97-193.customer.fulladsl.be] has joined #ubuntu-devel
BenCinfinity: yeah, still waiting on that one09:02
desrtBenC; did you get the email i sent?09:02
BenCdesrt: what was it about?09:02
desrtpci_restore_state09:03
BenCyeah, I got that09:03
desrtgregkh and andrew morton have already signed off on the mentioned change, fwiw09:03
BenCthe reverse order one?09:03
desrtya09:03
BenCcan you forward the patch to me?09:03
desrthttp://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/gregkh-03-pci/pci-reverse-pci-config-space-restore-order.patch09:03
desrtit won't work for ubuntu unless you turn the fuzz level up pretty high09:04
desrtsince we already have a patch in that part of the code09:04
desrtbut it's just basically for (i = 0; i < 16; i++) --> for (i = 15; i >= 0; i--)09:04
BenCOk, I'll get it into the dapper-security upload09:05
desrtare you generally open for requests?09:05
BenCif they make sense, yeah09:06
=== desrt has a fix for the intel HD audio driver to make it work on intel macs
desrtalso, a fix for a device table in usbhid to enable the Fn key on my macbook09:06
BenCI'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 high09:06
desrtalso -- if possible, could you enable mac_hid on intel?09:07
HiddenWolfBenC: wow, what happened to taking a few days off? :)09:07
desrtit's the thingy that does the mouse button emulation09:07
infinityBenC: Speaking of your edgy kernel, can you let me give LRM a once-over before you upload the first edgy revision?09:07
BenCdesrt: provide patches, and I'll review them09:07
infinityBenC: There are a few gotchas that I want to make sure didn't... getcha.09:07
desrtBenC; is .dsc format ok?09:07
BenCinfinity: Sure, it's pretty smallish in changes from the dapper version09:07
infinityBenC: (And I'm really bad at letting things go)09:08
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-devel
desrtbah09:08
infinityBenC: And, it should be larger in changes from the dapper version than you've made it, I suspect. :)09:08
=== desrt just breaks the patches out :)
BenCdesrt: .dsc, no, I need patches in git format preferably, or just diff -u if not09:08
desrtk.  i'll get back to you with them09:08
BenCHiddenWolf: No one else is taking days off, so I can't afford to look lazy :)09:09
BenC"edgy's been open for 2 days ben, and there's no new kernel crack...we need to talk"09:10
HiddenWolfBenC: lmao09:10
BenCdesrt: pci-reverse patch is in git now09:15
=== KaiL_ [n=KaiL@p548F591F.dip.t-dialin.net] has joined #ubuntu-devel
desrtBenC; rocking :)09:16
desrtif possible, changelog cred me for finding that it makes sleep work on the macbook :p09:16
=== desrt is feeling a little bit insecure about the fact that someone came up with the exact same idea slightly before he did >:|
infinitydesrt: Haha.  "There are no original ideas" and all that. :)09:18
desrtinfinity; i was up until 6:30am!09:18
desrtcrikey.09:18
desrtfor a one-liner09:18
infinitydesrt: At least you got confirmation from others that your fix is sane.09:18
desrtinfinity; true story.  and as a result,  it'll land in the next kernel09:19
desrt++09:19
=== Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel
desrtBenC; #1: http://desrt.mcmaster.ca/random/intel-hda.patch09:22
desrtBenC; ubuntuified version of a patch from the mactel-linux page09:23
desrt(were some small conflicts)09:23
desrtBenC; what's your policy about changing kernel config?09:26
=== chuck_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel
zulhey09:26
desrtBenC; 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
HiddenWolfdesrt: after release?09:26
desrt#define CONFIG_USB_HIDINPUT_POWERBOOK09:26
desrtHiddenWolf; ya.  in dapper.09:28
BenCdesrt: that one should be ok09:33
BenCdesrt: pass that intel-hda patch by crimsun (better yet, send it to kernel-team@l.u.c09:33
BenC)09:33
desrtBenC; the #define thing should be OK?09:34
BenCyeah09:34
desrtok.09:34
looksausis there anything I can still do to help https://launchpad.net/distros/ubuntu/+source/firefox/+bug/40067 get fixed?09:34
UbugtuMalone bug 40067 in firefox "firefox freezes after a few secs on ppc" [Normal,Confirmed]  09:34
desrtthe patch is pretty trivial then.  lemme post it09:34
BenCUbugtu: odd, I'm using firefox daily (all day) on my G409:34
BenChrm09:34
BenCs/Ubugtu/looksaus/09:35
looksausit's a bit ironic that I'm leading ubuntu-be.org without a working gecko engine...09:35
=== BenC needs sleep
desrtbenc; http://desrt.mcmaster.ca/random/hid.patch09:35
looksaussomeone tried to reproduce it, but failed09:35
BenCdesrt: kernel-team@l.u.c please09:35
desrtok.09:35
BenCso I can just chuck the whole mbox into git-applymbox09:35
looksaus(some ubuntu dev, I mean)09:35
desrt:)09:35
looksausanother user confirmed it09:35
desrtBenC; attach the files to the email, then?09:35
BenCinline09:36
BenCno attachment09:36
desrti hope the tab/spaces don't get messed up.09:36
looksausBenC, would it make sense for me to set up an ssh connection into this machine?09:36
BenCshort description at top, and subject should be like: [UBUNTU:foo]  short desc09:36
BenCdesrt: what are you using for a mail client?09:36
desrtevo09:36
BenCpreformatted should work09:36
looksausI mean, to provide you or someone else ssh access to this machine?09:37
BenClooksaus: I'm no firefox dev, so I can't help09:37
desrtso like [UBUNTU:snd-hda-intel]  fix routing on macbook09:37
BenCyeah, perfect09:37
desrtk09:37
looksausBenC, I don't mean you per se09:37
looksauswho could I try to talk to? or is there anything else I could do?09:37
BenClooksaus: I don't know how the firefox dev likes to handle that09:37
BenClikely a good gdb backtrace would help09:38
looksaussee the bug report09:38
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel
looksausit's already there09:38
BenCthen there's not much else to do other than maybe go to the mozilla folks directly09:38
looksausok :(09:38
looksausBenC, would it be useful for me to drop by the Paris conference?09:39
desrtBenC; about patchlevel... should the toplevel path compoent be linux/ or drivers/ ?09:39
BenClooksaus: yeah, can't hurt09:40
BenCdesrt: -p1 type level09:40
desrtk09:40
looksausok, so now my job is to find out who's doing firefox bugs in ubuntu...09:40
BenClooksaus: can't guarantee anyone will have time to look at it09:40
looksausthx09:40
BenCnp09:40
looksausis there also less technical work at this meeting (think stimulating local use & press coverage stuff)?09:41
infinitylooksaus: Not really, it's not that kind of meeting.09:42
infinitylooksaus: it's just a bunch of developers getting together to plan edgy.09:42
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
Chipzzah looksaus zit hier ook :)09:45
looksausChipzz, hey!09:46
BenCwe 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
looksaus:)09:46
zullike infinity 09:46
=== Keybuk starts off his "rewrite the kernel from scratch" spec
HiddenWolfKeybuk: lmao. :)09:46
HiddenWolfKeybuk: how about making init faster. ;)09:46
looksausChipzz, seen http://map.ubuntu-be.org/nl already?09:46
KeybukHiddenWolf: actually, that _is_ what I'm planning to do for edgy09:47
HiddenWolfKeybuk: yay, you'll save me another 20 seconds once a month. ;)09:48
KeybukHiddenWolf: though largely I'm planning to make init more reliable and useful09:48
=== HiddenWolf imagines that was a bit too cynical
HiddenWolfsorry Keybuk :)09:48
Keybukthe upshot of which is that we won't need to start lvm, evms, hpiod, etc. on most machines09:49
Keybukthus saving memory too09:49
HiddenWolfoh, now we're talkin'09:49
infinityHiddenWolf: 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:49
Keybukapparently Marga did a talk at debconf that Debian boots faster than Ubuntu09:50
Keybukas if this were surprising09:50
infinityHiddenWolf: 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
sivangre all09:50
HiddenWolfinfinity: 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
infinityKeybuk: Err, but Debian configured HOW?... Ubuntu's default setup has a lot of stuff.09:50
Keybuke.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
Keybukinfinity: allegedly "the same as Ubuntu" ... I think it was just Debian standard plus GNOME though09:51
sivangKeybuk: I also get this argument, and try to ask people what's their setup that seem sto boot so quickly.09:51
sivangthey usually need to go extra milage for stuff that comes ootb in ubuntu, then their debian boots just as "slow" ;-)09:52
Keybuksivang: remove pcmciautils, brltty, mdadm, lvm, evms, pcmcia, ppp, hplip, festival, apmd, et. al. if you don't need them09:52
Keybukit's faster, but not useful from a distrbution PoV09:53
=== looksaus [n=mark@86-39-97-193.customer.fulladsl.be] has left #ubuntu-devel ["Ex-Chat"]
sivangexactly09:53
=== lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-devel
Keybukif 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
Keybukprepare a static /dev with just those nodes, then you don't need udev09:55
sivangright09:55
infinityAmen, brutha, death to udev.09:55
sivangheh09:55
infinityErr, that might be the server guy in me talking.09:55
Keybukif you want it _really_ fast, replace init with a small shell script that just starts what you want09:55
Keybukinfinity: udev is still useful on the server - Solaris has had similar for years, after all09:57
sivangActually 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
Keybukthough 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
infinityinit 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
sivangappears to be lying in the bugs in this bridge09:57
Keybukwhich leaves you stuck when you have to change the network card, and the evil vendor changed the chipset in a minor revision ;)09:57
infinityKeybuk: Real servers don't use Netgear cards. :)09:57
Keybukinfinity: or 3com? :p09:58
Keybuksivang: what _is_ a SATA-PATA bridge?!09:58
sivangKeybuk: you don't really want to know09:58
infinityKeybuk: What 3Com changes chipset in a monor revision?  They always used to be so good about product separation.09:58
infinityKeybuk: Did this happen in the gigabit line, which isn't their own silicon for once?09:58
Keybukinfinity: the 'v' one, can't remember which that is09:58
=== infinity suspects 3Com's just getting lazy now, and has become "yet another 3rd party board vendor"
sivangKeybuk: 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 it09:59
Keybuksivang: all SATA controllers can control PATA hard drives09:59
Keybukthey usually all have PATA ports on them09:59
Keybukthough, admittedly, they usually expose them _as_ PATA rather than SATA09:59
infinityKeybuk: The vortex's all have different model numbers to match this chipsets. (3c590, 3c595, 3c900, 3c905, 3c950, 3c450, etc)09:59
infinitys/this chip/their chip/09:59
sivangKeybuk: so , on this machine, I get /dev/sda and the SATA stack is used, but the undelying HD is PATA10:00
Keybukinfinity: hmm, I honestly can't recall, I just remember tripping over it once :-/10:00
infinityThoug, in Linux, they all use the 3c59x driver, since they're similar enough, except for some initial register futzing.10:00
sivangKeybuk: ah, I see. Then I Wonder why a specoial "bridge" was needed as even Lenovo themselves state that this bridge is used10:00
Keybuksivang: are you sure that's the hardware, and not a prematurely libata'd PATA controller in Linux?10:00
Keybukall PATA will show up as /dev/sda in time10:00
sivangKeybuk: is there a more accurate way to test this?10:00
Keybukthough it would not surprise me if new ATA controllers simply exposed the PATA ports as SATA ports -- it'd me much less silicon10:01
Keybukindeed, I'd probably say that's a good thing10:01
=== desrt seeks infinity's help with doing something evil
infinitydesrt: I'm always open to evil.  'Sup?10:01
thomdesrt: keybuk is a better choice for evil usually10:02
desrtinfinity; i want to enable the mac mouse button emulation hack on x8610:02
sivangKeybuk: however, it turns out that there are some bugs with this bridge, which the so called "approved" HDs by Lenovo/IBM only workaround a bit10:02
desrtinfinity; preferably in a way that doesn't involve the ABI shifting, ....10:02
sivangKeybuk: sladen tried with a different HD and it has an enormous performance impact,10:02
infinitydesrt: 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
desrtinfinity; unfortunately, the emulation thingy exports a symbol which needs to be called from char/keyboard.c10:02
sivangKeybuk: but propotional to what I am experiecning with the "approved" drive10:02
desrtinfinity; 1) fewer than10:03
desrtinfinity; 2) i have 2 mouse buttons, but i want to use the emulation for middle mouse10:03
sivanginfinity++10:03
infinitydesrt: Why not just use X's 1++2=3 hack?10:03
desrtchording is for pussies10:03
infinitys/++/+/10:03
HiddenWolfwtf10:04
Mithrandirdesrt: why do you need it in the kernel?10:04
desrtMithrandir; because that is where it lives10:04
HiddenWolfgnome-cups-icon is taking up 30mb ram....10:04
=== HiddenWolf wonders
infinitydesrt: Only if you deeply care about having a 3rd mouse button in the console..10:04
desrtMithrandir; it's a driver that for some strange reason is only enabled on PPC10:04
infinitydesrt: You could just as easily remap your keyboard a bit in X.10:05
desrt(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
Mithrandirdesrt: you know you can do it using XKB, right?10:05
infinitydesrt: In which case, you want Mithrandir, not me.10:05
desrtMithrandir; oh, really.10:05
desrtMithrandir; i can make keys act as mouse buttons?10:05
MithrandirI poked at it slightly earlier today, but not enough to find out what the syntax was, but it's certainly doable.10:05
desrtplease keep poking :)10:05
sivangKeybuk: 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:05
desrtis it some xmodmap thing?10:06
sivangKeybuk: or restore windows from product revoercy cds and demand they repace it with a SATA drive to be SATA fully10:06
sivangKeybuk: 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 issue10:06
sivangKeybuk: (this is official by IBM's KB)10:07
=== 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
desrtugh10:07
=== desrt showers
Keybuksivang: sweet :)  don't buy Lenovo <g>10:07
desrtbbiab.10:07
sivangKeybuk: I wish someone had told me that before I did that :-/10:08
=== Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel
infinitysivang: I thought your issue was a vendor that sold you a Thinkpad with a non-approved drive?10:09
infinitysivang: Hardly Lenovo's fault.10:09
sivanginfinity: oh, that was long long ago :-)10:09
sivanginfinity: I returned that one with a full refund (that was a US dealer, so I could get a full refund)10:09
infinityOh, I don't keep up with your laptop sagas. :)10:09
sivangheheh, yes I do have quite some of them10:09
sivanginfinity: this one I Purchases legite from an .IL approved and known IBM partner10:10
Keybuksurely you want a known Lenovo partner? :p10:10
Keybukgiven Lenovo != IBM10:10
sivanginfinity: at least it has no dead pixels anymore, and no beeps on the HD being incompatible ;-=)10:10
sivangKeybuk: same in .IL ;-) even suppport is still run by IBM for Lenovo's boxes10:11
sivangKeybuk: but yes, a Lenovo partner probably10:11
tale_can somebody point me to documentation about building cvs gnome projects on dapper?  I need to get the environment configured correctly.10:11
sivangtale_: seach for jhbuild10:11
tale_k10:12
sivangerr, search even10:12
Keybuktale_: #ubuntu10:12
sivangtale_: also what Keybuk said :)10:12
tale_ok.  I looked there, but they seem to be mostly newbie questions not interested in compiling.  I'll give it a try.10:13
HiddenWolftale_: there is a page on the live.gnome.org site about it too10:13
sivangtale_: http://live.gnome.org/JhbuildOnUbuntu10:13
tale_thanks10:13
=== HiddenWolf high-fives sivang
HiddenWolfnice timing. ;)10:13
=== 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
desrtMithrandir; do you have any pointers for me?10:31
=== 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
desrtMithrandir; ok.  i got it.10:42
desrtMithrandir; download a utility called xkbset10:45
desrtMithrandir; then use xmodmap -e to set the keycodes of the keys you want to Pointer_Button1, 2, 3...10:45
desrtMithrandir; then run 'xkbset m' to enable mousekeys10:45
=== desrt slowly removes his dependency on his custom moduleset
=== looksaus [n=mark@86-39-97-193.customer.fulladsl.be] has joined #ubuntu-devel
sivangsladen: 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:06
infinitysivang: That's intentional, and it's a hardware feature.11:07
sivanginfinity: ah, good, I thought I was starting to get crazy.11:07
infinitysivang: The pointer is adjusting itself to drift, so that when you wear it out, it won't drift forever.11:07
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel
sivanginfinity: ah, I see interesting life facts of the stick point11:08
sivanginfinity: you also have a think pad right?11:08
infinityYeah, and a Toshiba laptop with the same type of pointer.11:08
infinityAnd 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:08
infinityVery annoying.11:09
infinityTrust me, drift correction is a Good Thing. :)11:09
infinitys/gold/got/11:09
infinityOdd typo, that.11:09
sivangI see, can you spot the curosr movement in dapper is "jerky" , that is not smooth while used with the stick point ?11:09
sivanginfinity: gold older :)11:09
sivangyou've just made me think more positvely about aging11:09
sivangindeed, odd typ11:09
sivangtypo11:09
infinityJerkiness depends on how you have your acceleration configured, among other things.11:09
infinityIt behaves for me more or less how I want it to.11:10
=== sivang tries to think what would be the ideal settings for the cursor to not be jerky
infinityI just set an acceleration and velocity (both rather high) that seemed "about right", and got used to it.11:11
=== looksaus [n=mark@86-39-97-38.customer.fulladsl.be] has joined #ubuntu-devel
infinityWit 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.11:12
=== chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
sivangsame here, I have high acceleration11:12
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel
sivanginteresting, that in the same acceleration, using hte touch pad it does not jerk11:12
sivangor, "jerk"11:12
sivangI guess the touchpad provides smooth motion naturally11:13
sivangwhile the stick point hardware has to emulate it11:13
infinityThe touchpad has no native acceleration.  It's just linear movement.11:13
infinityThe stick has native acceleration based on how far you push it from center.11:13
infinitySo you mix the native acceleration with GNOME's acceleration and you get a bit of jerk.11:13
zuly11:14
=== sivang wishes he was not so sensitive to these visuals
infinityz11:14
zula11:14
sivangx11:14
sivangI wonder how XP make it not "jerk"11:15
infinityBetter post-processing filtering.11:15
infinityWell, "better".11:15
sivangheh11:15
infinityXP'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:15
infinityIt filters input from mouse devices and smooths them out, so jerky movements become smoother.11:16
=== ozamosi [n=ozamosi@ubuntu/member/ozamosi] has joined #ubuntu-devel
infinityX just passes it through and says "you wanted that last huge jump, you got it"11:16
sivangI see11:16
sivangthanks for the clarifications. I wonder if it's worth effort to have something like this in ubuntu / linux in general11:17
infinityI'm sure people would be happy to take patches for better mouse event filtering.11:17
=== ozamosi [n=ozamosi@ubuntu/member/ozamosi] has joined #ubuntu-devel
infinityFor 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
sivangdo we have packages to experiment and test with?11:18
infinityxserver-xorg-input-evdev -- No idea how well it works.  Never used it.11:19
sivangI will give it a try11:20
sivangah, already installed , then probably only settings change11:20
sivanginfinity: re touchpad, if it does not have native acceleration, then it uses GNOME's acceleration right?11:25
=== 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
infinitysivang: The touchpad is still subject to GNOME's acceleration settings, yes.11:28
infinitysivang: So is the stick, it just has its own ideas about acceleration too.  So it's accelerated twice.11:28
=== 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
crimsuninfinity: are you familiar with configuring dapper chroots via deboostrap? I know at least tzconfig and locale-gen need to be executed.11:42
crimsundebootstrap, rather11:42
crimsun(and that should probably read "post-debootstrap")11:42
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel
infinitycrimsun: Well, neither needs to be run for a chroot for compiling and other such fun.11:45
infinitycrimsun: 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:45
crimsuninfinity: thanks. I'm receiving quite a few questions about turning a chroot into a desktop system.11:47
=== sivang notes this chroot question is intresting for him as well
sivangand you proper mounts for the X socks should be available to run GNOME etc..11:48
infinitysivang: Your question's a different one. :)11:49
infinitysivang: None of the above is required to use a chroot, just to turn it into an "installed desktop".11:49
HiddenWolfwho will be maintaining X for edgy?11:49
infinitysivang: To run an X application in a chroot, just bindmount /tmp to /chroot/tmp11:49
infinityHiddenWolf: Several people.11:50
mdkeHiddenWolf: infinity is maintaining all of edgy11:50
infinitymdke: Die.11:50
sivangheh11:50
mdkeeveryone else is going to start on edgy+111:50
=== sivang can confirm this
HiddenWolf;)11:50
HiddenWolfPiece of cake, he'll only have to fix like 2500 bugs per month11:50
sivanginfinity: and also bindmount home for completness :-)11:51
=== HiddenWolf hugs everyone
infinitysivang: Well, that's assumed.  :)11:51
infinitysivang: I bindmount /home in all my development chroots.11:51
infinitysivang: Also a good idea to make sure to "mount -t proc proc-chroot /chroot/proc"11:51
sivangah rig11:53
sivangright, even11:53
crimsuninfinity: 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 desktop11:53
sivanginfinity: 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:55
LaserJockcrimsun: you seen https://wiki.ubuntu.com/DebootstrapChroot ?11:56
crimsunLaserJock: I thought I contributed to that ;)11:56
infinitysivang: Erm, do you mean specifically over SSH, or just local-to-local X?11:56
infinitysivang: Bindmounting /tmp (and not blowing away your environment when you chroot) will allow local-to-local.11:57
LaserJockcrimsun: well, I just wondered since it describes post-chroot and fstab11:57
sivangover ssh it would work, I want it work to local-local11:57
sivanghow do I not blow away my env? is ther ean equivalen to sudo - for dchroot ?11:57
infinitysivang: 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
infinitys/former/latter/11:58
crimsunLaserJock: it covers many, but not Dapper-specific ones like installing a langpack (i.e., it still says to reconfigure locales)11:59
LaserJockcrimsun: right, hmm I should probably fix that in the Packaging Guide11:59
infinitycrimsun: The only difference between older systems and dapper should be the locales move out of glibc.11:59
infinitycrimsun: Everything else should be the same.11:59
crimsuninfinity: great, noted. Thanks again.11:59
=== HiddenWolf just turned 21
sivangHiddenWolf: happy birthday12:00
infinity(And that's a non-issue if, like me, you don't mind living in C/POSIX...)12:00
LaserJockinfinity: 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?12:00
=== sivang wished he could be 21 again ;-)
infinityLaserJock: Don't dpkg-reconfigure passwd.  Why are you doing that?12:01
HiddenWolfsivang: I feel kinda old, actually. ;)12:01
LaserJockHiddenWolf: happy birthday12:01
infinityLaserJock: The only thing that needs to be configured it to enable shadow, so do that explicitely.  "shadowconfig on"12:01
LaserJockinfinity: when I set up a dchroot to use sudo12:01
sivangHiddenWolf: then feel glad you're not 2712:01
HiddenWolf*chuckle*12:01
infinityLaserJock: Err, my dchroots don't have passwd/shadow configured in them at all.12:01
infinityLaserJock:12:02
infinity(base)adconrad@cthulhu:~$ grep adconrad /chroot/dapper/etc/passwd12:02
infinityadconrad:*:1000:1000:Adam Conrad,,,:/home/adconrad:/bin/bash12:02
LaserJockinfinity: hmm, maybe I should modify DeboostrapChroot to just do "shadowconfig on"12:02
=== Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel
infinityLaserJock: That lovely "*" for a password makes password stop looking for a shadow entry, and you win.12:02
HiddenWolfGood night everyone12:02
infinityLaserJock: 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
infinityLaserJock: For dchroot, it's kinda pointless, since you don't need to authenticate in the chroot, ever.12:03

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