[00:14] look that- http://wolfgang-city.myminicity.com/ [01:01] Riddell: bug #156320 is assigned to you and marked as assigned to you and attached to the hardy-alpha-2 milestone, but the submitter shows an error message mentioning feisty; can you help me fill in the blanks here? (wasn't this bug already fixed for gutsy?) [01:01] Launchpad bug 156320 in update-manager "[kde] copy XAUTHORITY may fail and crashes the upgrader (was: Upgrade tool crashed when upgrading 7.04 -> 7.10)" [Medium,Confirmed] https://launchpad.net/bugs/156320 === Pere_Noel is now known as illovae [01:38] Hi guys. Anyone know how ubuntu figures out ide/sata drives are hard drives and which are cdroms. I am creating a toolkit that partitions a hd. [01:40] they're all SCSI now ;-) Except for PCMCIA card readers, which are IDE [01:40] I need to figure out what devs are hds [01:40] tekteen: /sys [01:40] thanks [01:41] also I have a kind of noob question about launchpad [01:41] can you submit a blueprint if you have no Idea how it would be done? [01:42] as a suggestion. [01:42] you can, but it's unlikely that someone will take notice of it [01:42] ok [01:42] tha [01:42] tekteen: /sys/class/scsi_device/* vs. /sys/class/scsi_disk/* [01:42] thanks* [01:42] ok [01:42] thanks again [01:43] you can file a wishlist bugreport though [01:43] ok [01:44] tekteen: remember, you have the source code: apt-get source debian-installer [01:52] er? where did he say anything about the installer? === ScottK2 is now known as ScottK [03:02] Anyone know if there are plans to include pata_via in future kernel releases? [03:05] <_MMA_> mekius: #ubuntu-kernel [03:05] ah :) [03:05] thx [03:05] <_MMA_> ;) [03:06] hopefully get an answer :) [03:08] <_MMA_> mekius: As its late in EU and east-cost of the states you might have to wait a bit. [03:08] ok, that's fine [03:08] just want to get everything out so when someone does answer it's not something like "More details" :P [03:09] it's late in the west coast states too [03:09] 9pm here [03:09] not too late :) [03:14] mekius: a little late for finding a kernel developer on a friday night [03:14] most of them are our drinking [03:14] or so they say... [03:28] slangasek: Well I just got time to diagnose the issue :) [03:28] slangasek: Obviously not looking for miracles here, in fact I didn't expect anything, but figured I'd give it a shot anyway :) [04:02] quick question. Who would be the best contact for discussing UDS planning with? === asac_ is now known as asac === gouki_ is now known as gouki [08:52] Anyone know of any good documentation on discover2 since Progeny is dead and took the docs with them it seems. [08:53] mekius: are they not in a doc package? [08:56] not that I can find [08:57] At least nothing that actually explains things like how to specify options for a driver and such [08:57] I found a README [08:58] mekius: you know that Ubuntu doesn't use discover2, right? [08:58] nvm [08:58] gOS does [08:58] does ubuntu still use discover1? [08:58] is there a reason why it still uses discover1? [08:58] mekius: You may have found it :) [08:59] i found a guide.txt [08:59] we're going to get rid of discover1 too, fwiw. [08:59] will take me some time to dig through though [08:59] mekius: I suspect largely because discover is mostly superceded by udev, hal, etc. [08:59] Mithrandir: yeah, I thought I saw something like that [08:59] the last piece, afaik, is the X driver stuff, which is going away soonish as well [08:59] Burgundavia: oh? [08:59] mekius: what are you trying to do? [08:59] What is replacing that? [08:59] upstream X stuff [09:00] I really don't know more beyond that [09:00] Well, dealing with some VIA hardware and need to load the openchrome driver, but with certain options [09:00] I could have swore I saw some way to do this at some point [09:00] Can't find it now though [09:00] We'll see how good the X stuff is [09:02] ok, think i found it [10:03] hello friends [10:03] any one know seyon? [10:04] i think is portuguese === Zdra_ is now known as Zdra [11:30] slangasek: not really sure what's going on there [11:31] slangasek: possibly he doesn't have XAUTHORITY set (which is done by kdesu) [11:53] Riddell: so it's not really confirmed as applying to hardy at all? [11:54] Riddell: btw, "Filen eller katalogen [...]" is ENOENT === Riddelll is now known as Riddell [12:32] slangasek: what does that mean? :) === bluekuja_ is now known as bluekuja [12:42] Riddell: "no such file or directory"? [14:48] slangasek: I wonder if he's started adept through sudo instead of kdesu === sladen_ is now known as sladen [16:07] Any known issues with current dhcpd3-server init scripts? New to ubuntu and can't find the bug tracker. [16:08] mattwalston: https://bugs.launchpad.net/ubuntu/+source/dhcp3 [16:09] persia: thanks [16:09] mattwalston: Also, you might want #ubuntu for support or #ubuntu-bugs for bug discussion. === dfiloni_ is now known as dfiloni [17:01] hi guys. anyone know how to run a interactive program on startup on the ubuntu live cd. When I run a script from rc.local it does not allow for user input. === ember_ is now known as ember [17:21] tekteen: if it's a GUI app that needs the input, run it after X is up. If it's a console app, run it in gnome-terminal, again, after X is up [17:22] Hmm... What's stdin connected to during startup? [17:22] Nothing? [17:22] tekteen: pop something in the .xsession, or run a casper hook to inject something [17:22] /dev/tty ;-) [17:23] So why does that not allow for user input? [17:23] sladen: I want to start up a menu [17:23] sladen: the menu is in bash [17:24] sladen: if possible I want it to automatically go to terminal 2 and run the menu.sh [17:26] sladen: I created the cd from scratch so x does not start automatically (I did that intentionally) [17:26] tekteen: remove splash and quiet from the kernel command line, that might/should work [17:27] sladen: how would that help? [17:27] tekteen: you wouldn't be on vt8 with usplash stealing your input [17:28] the splash is not stealing the input [17:28] tekteen: chvt and openvt will help you open a program on another console, if you really need to do that [17:28] ok [17:29] can I then move what the user sees to another console? [17:29] I need to move the user to another console then run the menu in the console [17:29] tekteen: you can do two things (a) run programs on particular consoles (b) select which console the user is shown. If those two coincide then the user might see the request [17:30] yep [17:30] I have no idea how to do them [17:32] sladen: thanks === scr88 is now known as WildThang === WildThang is now known as sroberts === mekius_ is now known as mekius [18:35] Hello all! [18:35] I want to contribute to Ubuntu. Can you give me some advices to start? [18:36] I have read the page about contributing on ubuntu.com [18:36] but I need more informations. [18:57] Hi all === \sh_away is now known as \sh [19:21] people [19:21] where is the channel pt? [19:23] fabio_, pt? [19:23] portuguese [19:23] #ubuntu-pt ? [19:25] !pt [19:25] Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado. === \sh is now known as \sh_away === bigon_ is now known as bigon [20:27] How should I go about patching and recompiling a single driver/kernel module? Specifically the cx88-alsa module. I already installed the linux-source package and patched the /usr/src/linux-source-`uname -r`/drivers/media/video/cx88-alsa.c file. [20:33] people [20:33] i cant instal one game in cedega [20:34] says [20:34] Sorry, game folders may not have slashes in their names (either forward or backward). [20:34] what is slashes [20:34] fabio_: this is not a support channel [20:34] blizzow: nor is it a channel to help you compile stuff [20:35] im banned in ubuntu [20:35] channel [20:35] :( [20:35] Burgundavia: This is the channel where people who do dev work on ubuntu idle no? [20:36] blizzow: yes, but that is a support question. if they take them in #ubuntu-kernel I would try there [20:36] Cedega questions in #ubuntu-kernel? What? [20:36] I'll try there then, thanks. [20:37] Er. no. [20:37] that's all wrong. [20:37] That's not the right place for it at all? [20:37] soren: fabio was asking about cedega, blizzow was aksing aboutg compilig a kernel module [20:37] soren: again, you need to have less IRC channels open :) [20:37] Burgundavia: Gah.. [20:38] soren: fabio_ was the one asking about cedega, not blizzow [20:38] Yes, I got it now. Thanks. [20:38] * soren crawls back under his rock [20:39] whoops [20:39] soren: didn't see Burgundavia already said that; apologies [20:40] Chipzz: I just second prize in the "not paying attention before I type" award [20:40] I give you, arther [20:41] Burgundavia: yeah, not totally awake yet I suppose [20:41] and it's 9:41 PM here :P === alleeHol is now known as allee [20:52] any one can help? [20:53] fabio_: 21:35 < Burgundavia> fabio_: this is not a support channel [20:54] fabio_: go to #ubuntu (or #kubuntu) [20:59] Riddell: fancy joining #kubuntu-devel at all :) we miss you! :) [21:01] fabio_: if you can't get an answer on #ubuntu (due to people not knowing or being banned), the forums are another alternative [21:05] fabio_: and https://answers.launchpad.net/ubuntu too [21:31] fabio_: join #cedega for your support need please === jpatrick_ is now known as jpatrick [23:02] c [23:02] argh