/srv/irclogs.ubuntu.com/2009/09/23/#ubuntu+1.txt

pandabearpenguin42: its crashing on "install grub 2"00:00
pandabearkl_: how would i do that, is there a guide?00:00
penguin42(Does anyone know of a wiki/instructions to point pandabear at for describing his hardware)00:00
penguin42pandabear: Oh right then  - grub it is; what's your hardware?00:01
pandabearpenguin42: q6600, intel dp35dp mobo, anything else you need to know?00:01
kl_pandabear: yes there is a guide.00:01
penguin42pandabear: Sounds fairly normal - any USB devices other than keyboard/mouse?00:01
mezquitale  penguin42 I can actually use the "keyboard" applet to configure my keyboard to evdev, lets see if it works though, im going to reboot my xserver and see what happens, brb00:01
pandabearpenguin42: i'm installing off a usb drive00:02
pandabearkl_: link pls?00:02
kl_http://ubuntuforums.org/showthread.php?t=22435100:02
* penguin42 is curious about the evdev thing - what is that? If people are supposed to use that to deal with al lthis then why does the GUI still use other layouts?00:03
pandabearkl_: it fails on the first step: ubuntu@ubuntu:~$ sudo grub sudo: grub: command not found00:03
penguin42pandabear: Because you have grub2 now00:03
kl_Are you on the live cd?00:03
pandabearkl_: yes00:04
cwillu_at_workoooo, is it possible?00:04
cwillu_at_workhas my jittering gedit been fixed?00:04
kl_pandabear: cool00:04
* cwillu_at_work does a happy dance00:05
* cwillu_at_work realizes he's at work, and sits down.00:05
kl_pandabear: if you scroll down a bit there is another method00:05
uni4dfxbtw, what happened to xvid codecs in medibuntu for karmic00:05
pandabearkl_: the recover grub2 method?00:05
kl_pandabear: Which require you to chroot into your system00:05
cwillu_at_workuni4dfx, you'd need to talk to medibuntu for that, it's not an ubuntu project afaik00:05
cwillu_at_workuni4dfx, that said, you can probably use the jaunty medibuntu repository just fine00:06
uni4dfxk, just thought someone might know00:06
cwillu_at_work(presuming you need something beyond what ubuntu-restricted-extras gives you00:06
kl_pandabear: so make a folder /media/root00:07
pandabearkl_: this is what is in the grub entry now http://pastebin.ca/157585900:08
pandabearkl_: is that normal?00:08
kl_pandabear: And what is in your /boot/grub/grub.cfg?00:09
pandabearkl_: nothing00:09
kl_pandabear: Not good00:10
pandabearkl_: what can i do to fix it?00:10
=== BUGabundo1 is now known as BUGabundo
kl_pandabear: you need to update it with update-grub command. But you need to mount your harddisk first00:12
pandabearkl_: i already did sudo mount /dev/sda1 /mnt00:12
pandabearkl_: i did sudo update-grub and now /boot/gurb/gurb.cfg is full of text00:13
kl_pandabear: You are fast. But that is good. Tink you can past it?00:14
pandabearkl_: sure one sec00:14
pandabearkl_: http://pastebin.ca/157586700:16
mezquitalepenguin42, I found the problem, it's the "alt" to the right of my spacebar, the "alt" key to the left of my spacebar works as expected00:16
kl_pandabear: Well time to install grub to your mbr00:17
macomezquitale: whats wrong with altgr?00:17
penguin42mezquitale: Ah, that's normal - the one to the right is often called alt-gr00:17
pandabearkl_: grub-install /dev/sda?00:17
kl_pandabear: grub-install --root-directory=/mnt /dev/sda00:18
pandabearkl_: that exact command?00:18
kl_pandabear: yea00:18
pandabearkl_: done, reboot now?00:19
mezquitalemaco, when I press the right "alt" key in an application it does nothing, suppose I want to go to the "edit" menu, usually I press "alt-e" but it's not working with the "alt" key to the right of my spacebar, the "alt" key to the left of my keyboard works as expected00:19
kl_pandabear: assuming that sda1 is /00:19
pandabearkl_: it is00:19
macomezquitale: ah ok. thats because the right alt is for changing keyboard00:19
macomezquitale: its AltGr. press it and e at the same time and youre typing é00:19
pandabearkl_: reboot time?00:19
kl_pandabear: good it should give you a message00:19
macoat least if youre using international keyboard00:19
kl_pandabear: Like Installation finished00:20
pandabearkl_: http://pastebin.ca/157587100:20
mezquitalemaco, I press the right "alt" key and e and I get a normal "e"00:20
pandabearkl_: does that mean sdb and sdc will be mounted at startup too?00:21
kl_pandabear: you need to set those in fstab00:21
mezquitale  let me reboot into redmond and see if the right "alt" key works, brb00:21
macomezquitale: is your right alt set to "compose" or "third level chooser" in keyboard settings?00:21
macoooook then00:21
kl_pandabear: but before you boot we need to see if /dev/sda1 is bootable00:21
pandabearkl_: sure, how00:22
kl_pandabear: So fdisk -l00:22
kl_pandabear: if you see a * (asterisk) then it should be fine00:22
pandabearkl_: cannot open /proc/partitions00:22
kl_pandabear: with sudo?00:22
pandabearkl_: this is running under "root@ubuntu"00:23
kl_pandabear: just try with sudo. It sometimes messed up00:23
pandabearkl_: same result00:23
kl_pandabear: strange you are not chrooting..00:24
kl_pandabear: Well do you have a jaunty live cd?00:25
pandabearkl_: yea, but this PC has no cd drive, and currently running off a usb drive, so i need to get it installed :s00:25
pandabearkl_: when i use chroot, should the username that comes up be the one of the installed system or the livecd under root?00:26
kl_pandabear: It will chroot as root00:26
pandabearkl_: but root on the livecd or root on the installed system?00:27
kl_pandabear: root on the installed system00:27
pandabearkl_: its using root@ubuntu, but the hostname i set for the system is "pandabear@linux"00:28
kl_pandabear: Let us try to chroot the system to check if that one is working.00:28
pandabearkl_: sure, how do i do that?00:28
kl_pandabear: mount -t sysfs none /mnt/sys00:28
kl_pandabear: mount -t proc none /mnt/proc00:28
pandabearkl_: mount: mount point /mnt/sys does not exist00:29
kl_type ls /mnt00:29
pandabearonly boot00:29
mezquitalemaco, how can I make the "alt" key to the right of my spacebar behave just like the "alt" key to the left of my spacebar???00:30
pandabearkl_: only boot00:30
macomezquitale: is your right alt set to "compose" or "third level chooser" in keyboard settings?00:30
macomezquitale: if so, unset that, maybe?00:30
kl_pandabear: What do you have in /dev/sdb and /dev/sdc?00:30
pandabearkl_: sdb is a storage drive with just files, sdc is the usb drive i'm booting from00:31
kl_pandabear: You have other partitions other than /dev/sda1 like /dev/sda2?00:31
=== Darren is now known as Guest637
mezquitalemaco do you know under what menu I can find those options??00:32
pandabearkl_: in gparted sda2 says extended and sda5 is under sda2 and says swap00:33
kl_pandabear: does it say that sda1 is bootable? See under flag00:34
pandabearkl_: nope, and under mount point sda1 says "/mnt, /target"00:35
kl_pandabear: can you umount /mnt00:35
pandabearkl_: how?00:36
kl_pandabear: umount /mnt00:36
pandabearkl_: umount: /mnt: not mounted00:37
macomezquitale: system -> preferences -> keyboard00:37
mezquitale maco I found it, I unchecked it, do I need to reboot my machine to enable it00:38
kl_pandabear: mount /dev/sda1 /mnt00:38
macomezquitale: *might* need to log out. go try it and if t doesnt work, log out &in00:38
pandabearkl_: done00:38
kl_pandabear: ls /mnt00:38
mezquitaleMaco under "Key to Choose 3rd level" I unclicked "right alt",  that's what I was supposed to do, right?00:39
macomezquitale: yeah sounds right00:39
mezquitalemaco, ok im going torestart my xserver and see what happens, brb00:39
kl_pandabear: What do you see?00:40
pandabearkl_: bin  boot  cdrom  dev  etc  home  initrd.img  lib  lost+found  media  mnt  optproc  root  sbin  selinux  srvsys  tmp  usr  var  vmlinuz00:40
kl_pandabear: mount -t sysfs none /mnt/sys00:41
pandabearkl_: done00:41
kl_mount -t proc none /mnt/proc00:41
kl_mount --bind /dev /mnt/dev00:42
kl_pandabear: mount --bind /dev/pts /mnt/dev/pts00:42
pandabearkl_: the first 2 before?00:42
kl_pandabear: mount -o bind /etc/resolv.conf /mnt/etc/resolv.conf00:43
kl_pandabear: Do those too00:43
pandabearkl_: i'm sorry, all of the commands after i wrote "done"?00:43
kl_pandabear: yes00:43
kl_pandabear: You need them too00:44
pandabearkl_: done00:44
kl_pandabear: mount -t sysfs none /mnt/sys00:45
kl_mount -t proc none /mnt/proc00:45
kl_mount --bind /dev/ /mnt/dev00:45
kl_mount --bind /dev/pts /mnt/dev/pts00:45
kl_mount -o bind /etc/resolv.conf /mnt/etc/resolv.conf00:45
kl_pandabear: That is all of them00:45
kl_pandabear: Then chroot /mnt00:45
pandabearkl_: root@ubuntu:/# mount -t sysfs none /mnt/sys mount: none already mounted or /mnt/sys busy mount: according to mtab, none is already mounted on /mnt/sys00:45
kl_pandabear: I just rewrote it for clarity00:46
kl_pandabear: Did you type chroot /mnt ?00:46
pandabearkl_: yes00:46
kl_pandabear: The name should change to something like root@xxx00:47
pandabearkl_: still root@ubuntu00:47
kl_pandabear: ok00:47
kl_pandabear: we are going to update your system so you will not get any problems00:47
kl_pandabear: apt-get update00:48
pandabearkl_: sure00:48
kl_pandabear: apt-get dist-upgrade00:48
pandabearkl_: Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory E: Problem executing scripts APT::Update::Post-Invoke-Success '/usr/bin/dbus-send --system --dest=org.debian.apt --type=signal /org/debian/apt org.debian.apt.CacheChanged' E: Sub-process returned an error code00:48
mezquitalemaco,  I found the answer! "Alt and Meta are on the Alt keys" under "Alt/Win Behavior"00:48
kl_pandabear: Well then you know that your karmic is broken :)00:49
pandabearkl_: great :D00:49
pandabearkl_: what should i do now?00:51
kl_pandabear: Well you could try to download and install something else. it is alpha released00:51
pandabearkl_: i guess :(00:51
kl_pandabear: Alpha6 is very unstable for some system00:53
kl_pandabear: If you really want to test out then you could try out a daily cd image00:53
pandabearkl_: you think this will be fixed for final?00:53
kl_pandabear: http://cdimage.ubuntu.com/daily/current/00:53
kl_pandabear: That is likely.00:54
pandabearok, ty for your time kl_ :)00:54
kl_pandabear: No problems00:55
kl_pandabear: I gotta go sleep now00:55
pandabearkl_: night night :)00:56
localhost__how can i limit my own pc....? i m using ubuntu00:56
LucidLynxwhen is karmic going to be released?00:56
wastreloctober00:58
LucidLynxis there a specific date for it?00:59
Daicheck the release schedule?01:01
dtoi cannot seem to encode mp3s with any program (lame, sox, ecasound) no matter what i install from synaptic01:07
dtowhat am i missing?01:07
judgendoes the keyserver time out for anyone else at the moment?01:14
LucidLynxthanks01:15
zebrafusionhello alpha friends01:26
zebrafusionan update within the last 2 hours housed my system, my touchpad no longer works, compiz is fried and x's responsiveness is dropped down by 10x01:27
zebrafusionhosed*01:27
zebrafusionis there anyway to revert?01:27
zebrafusiona recent update...01:27
zebrafusionI cannot use my laptop mouse...01:27
=== YDdraigGoch is now known as Richie
zebrafusionhi02:04
zebrafusionsomeone please help me revert02:04
zebrafusioneverything was perfect, then my last update flushed my mouse, x and compiz02:04
zebrafusionhelp02:04
Picizebrafusion: Best to figure out what packages were updated and then work from there to determine what broke02:06
* Crashbit pira pal sobre02:06
zebrafusionPici: I was hoping there was a more elegent solution02:06
zebrafusionthat hurts my head thinking about02:06
webbb82im having a crisis i dont know if i want to go back to jaunty or stickk  with karmic there are a few things i cant do i n karmic that i could in jaunty02:12
Pici!bug02:12
ubottuIf you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » If that fails, you can report bugs manually at https://bugs.launchpad.net/ubuntu/+filebug - Bugs in/wishes for the bots can be filed at http://bugs.launchpad.net/ubuntu-bots02:12
zebrafusionwebbb82: take a deep breath amigo02:12
webbb82i dunno02:13
webbb82i love how karmic is but i cant get gnome do docky to work rite02:14
zebrafusionwebbb82: too late amigo I'm in the same boat02:15
zebrafusionwe're just along for the ride now02:15
webbb82lol02:16
FloridaGuyis alpha6 worth following the upgrade instructions/02:16
zebrafusionFloridaGuy: trust the source02:17
jamiejacksonhi folks, i could use some help with installing to a pair of drives with raid and lvm. i read that grub2 can handle this setup (i think). i don't have a problem partitioning and getting that part set up, however, what i don't know is where/how to install the boot loader. my drives are sda and sdb. i've got swaps in sda1 and sdb1 and the raid goes across sda2/sdb2. where do i specify that the bootloader goes?02:18
FloridaGuyzebrafusion, i was reading it on ....   http://www.ubuntu.com/testing/karmic/alpha6  ....im in 9.04 right now02:19
PicifunkyHat: What do you mean? Are you asking if you should upgrade or if you should follow the directions when you upgrade?02:21
FloridaGuyis it worth upgradeing from 9.04 to alpha6 right now02:21
CynthiaUpdate Manager is offering me a partial upgrade; is this safe?02:22
PiciFloridaGuy: If you're not comfortable with fixing a potentially broken system or logging bugs, then no.02:22
FloridaGuyPici, fixing broken systems...still do that in 9.04 from time to time02:24
test34is it normal that you need to enter your password to see if there is anymore updates available by hitting the "check" button but if you wait you can see the new available updates without the password02:33
test34(in other words the package list gets updated in the background automatically but you can't ask it to update it on demand without the password)02:35
afvhi02:38
afvif i reconnect my mouse it won't "react".. (won't move, won't click, etc.)02:38
afvafter today's updates02:38
afvanyone with same problem?02:38
test34afv, what type of mouse ? usb ? ps2?02:39
afvusb02:39
afvID 045e:0040 Microsoft Corp. Wheel Mouse Optical02:39
test34did you check dmesg?02:40
afv[31643.230354] usb 3-1: new low speed USB device using uhci_hcd and address 502:40
afv[31643.402339] usb 3-1: configuration #1 chosen from 1 choice02:40
afv[31643.420777] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input1302:40
afv[31643.420968] generic-usb 0003:045E:0040.0004: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.1-1/input002:40
Cynthiaafv: please use http://paste.ubuntu.com/ in the future for >3-line pastes02:40
afv>3-line, ok :)02:40
* Lars_G floats thorough02:40
Cynthiawell, >= 302:40
afvsure :p02:41
test34so many updates... the developers are staying busy02:42
Cynthiatest34: the last update manager run here said it had 106 updates, but 4 were unchecked, and partial upgrades have caused problems earlier in the alpha cycle02:42
Cynthiaearlier today, that was 92 updates :D02:43
test34I had 19002:43
test34last time was yesterday02:43
CynthiaI updated last night before going to bed02:43
test34ah02:43
test34so I should not restart?02:43
Cynthiayou might have problems if you do02:44
test34ok thanks02:44
test34I guess I'll take the chance.. I have my boot cd handy..02:45
test34brb02:45
afvi got this at dmesg: http://paste.ubuntu.com/276172/02:46
afvtest34, i got this at dmesg: http://paste.ubuntu.com/276172/02:48
test34it seems to work fine for me but I still get a few errors at boot like: fsck.ntfs not found, problems enumerating USB devices02:48
test34sorry I don't know afv02:50
afvok. thanks02:51
Lars_Git seems my suspend brokeness steems from acpi02:53
Lars_Gme thinks the acpi lid state is not working well02:53
jamiejacksoni've got my raid and lvm set up, but i don't know how to get grub2 going with this setup. can anyone help?03:10
Cynthiatest34: I had to wait a bit for my sudo privilege to drop, but I attempted your Update Manager check thing, and it didn't download the new package list before getting back to Reading state information03:10
Cynthiatest34: did you cancel, or enter a wrong password?03:11
test34Cynthia, what I mean is that if I do: System - Administration - Update Manager - Check, then it ask for the password, but if I go to System - Administration - Update Manager without hitting "check", I can see the available updates from the automated updated package list without entering any passwords... you would think it would also let you update the database manually without any password (using the "check" button)03:15
Cynthiatest34: oh, you mean like the daily update check or whatever?03:15
Cynthiatest34: the apt package list has to be locked and updated by root, and the daily update check runs as root too03:16
test34yes the problem I think might be that it is not asking for any password for the automatic daily update?03:19
test34or the problem could also be that it is asking for a password for the manual update (System - Administration - Update Manager - Check)03:19
Cynthiatest34: it wouldn't know where to ask the password, or to whom: on a console or on the GUI? to all admins or to just one?03:20
test34shouldnt they both be the same03:20
test34both ask for a password or both dont ask (they is no security risk I think)03:20
Cynthiaso the daily update check runs under cron, and is added by an administrator (the password check is done when you open the Software Sources dialog)03:20
Cynthiacron runs under root, which solves that part03:21
test34ok03:21
JanCthe automatic update doesn't need a password because it's run as root03:21
webbb82i keep trying to install amarok but i get this error amarok-utils:03:21
webbb82 Depends: libtag-extras0 but it is not going to be installed03:21
CynthiaI know it's inconsistent, but both do need a password check03:21
JanCactually, AptDaemon & PackageKit might make it possible to update the package list without a password...03:22
JanCand if you want to fiddle with your system, 'sudo apt-get update' can be passwordless too  ;)03:23
test34it would be good to ask for a password to do the actual update03:23
JanCyou can't ask for passwords for automatic package list updates03:25
CynthiaWoot, 111 updates and no partiaul upgrade now03:25
webbb82why would synaptic sayn this amarok:03:25
webbb82 Depends: amarok-utils but it is not going to be installed03:25
webbb82 Depends: libtag-extras0 but it is not going to be installed03:25
JanCbecause then they won't be automatic anymore  ;)03:25
bjsniderwebbb82, do a dist-upgrade03:25
webbb82i already did03:26
bjsniderthen do a regular one03:26
webbb82apt-get upgrade?03:26
JanCI'd suggest to just wait03:26
bjsnideryes03:26
test34JanC, you are right, so I think a user should be allowed to update the package list if he is able to see it after its been automatically updated03:26
webbb82Reading state information... Done03:27
webbb820 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.03:27
webbb82brian@aspire:~$03:27
webbb82both and nothing to upgrade03:27
JanCtest34: like I said, AptDaemon & the PackageKit daemon could do that (with the help of PolicyKit)03:27
JanCwebbb82: just wait03:28
webbb82just wait?? for what03:28
JanCwebbb82: looks like packages are building but not all of them are uploaded yet03:28
webbb82oh03:28
test34JanC, I guess I'll file a bug then03:28
bjsnidernot all published, not uploaded03:29
JanCso, parts of a new Amarok are on the server and others not03:29
JanCbjsnider: also possible  ;)03:29
webbb82i get it thanks i was going insane trying to figure out what was going on03:29
bjsniderhow long have you got that message?03:29
webbb82today03:30
bjsniderall day? hours?03:30
webbb8220 hours03:30
bjsniderwell, that's not the issue then03:30
JanCand what mirror do you use...03:30
bjsniderit doesn't take that long03:30
webbb82i dunno03:30
JanCbjsnider: unless they are separate source packages and one FTBFS03:30
bjsnidertry using main03:30
JanCanyway, when testing karmic, I always use the main central servers from Canonical03:31
webbb82i had some other ppa's in my source list i took them off and ill try again03:32
CynthiaI use the closest mirror option03:32
bjsniderit can take awhile for stuff to filter down to the mirrors03:32
CynthiaI know, but I'm patient :)03:32
bjsnideryou're a patient?03:32
bjsniderno, i'm a patient03:33
CynthiaAt which hospital?03:33
bjsniderit works fine for the stable distro, because there are so few updates03:33
bjsniderat the one they send you to when all of the others reject you03:34
CynthiaYeah. But I don't encounter many showstopping bugs anymore, in a603:34
JanCif they update the mirror daily, and do so in the middle of an update of the main server...  ;)03:34
webbb82i think i fixed it i took off these other karmic ppas and then did the upgrade and then it found a bunch to upgrade03:34
JanCwebbb82: heh, you had Amarok-related PPAs?03:35
webbb82yes :(03:35
webbb82im not a noob anymore but close enough to where i still do dumb noob stuff lol03:35
JanCah, that's often a source of problems, just remove them or if that doesn't help, remove the application with problems03:35
webbb82i was trying to get a amarok addon that would let me synch my zen mp3 player to amarok03:36
JanChm03:36
* JanC tries not to rant about stupid crappy hardware ;)03:37
bjsniderzen?03:37
JanCalso, what does "sync" mean?03:38
CynthiaSynchronise03:38
webbb82ok so i got a dumb question  if i were to take off all my extra sources and then did a apt-get upgrade would it take me back to a fresh install,, more or less03:38
CynthiaI.e. put the files from a playlist, or amarok library, onto the player03:38
JanCif I want to sync my music collection to an MP3-player, it would need 300 MiB storage space?  ;)03:38
webbb82synch as in let amarok read my zen mp3 player03:38
Cynthiathat's not the common definition of synchronising, but ok :o03:39
webbb82sync sorry03:39
JanCeh, 300 GiB I mean03:39
test34synch is usually both ways?03:40
MFenis anyone here into packaging python packages? i have a couple of debian-build/python questions03:40
virtualdwebb82 no but there's a ppa-purge script in some ppas03:40
Cynthiayes test34, but those with iPods have gotten used to their player not being able to sync back with the hard drive even if the iPod would be good storage03:40
MFento start off with, how do you tell it to use your gpg-agent?  i'm using debhelper.mk and python-distutils.mk in my rules file03:41
JanCwebbb82: media players should support plain "USB Mass Storage" protocol, so that they work with any application (including nautilus & konqueror etc.)03:41
test34JanC, many do03:41
MFensecond, when i run dch -i, it labels the change with my first name only, when DEBFULLNAME is set to my full name?03:41
test34but probably not the apple's players03:42
MFenif i don't manually fix it every time i run dch -i, of course, it can't find my secret key (which is listed with my full name in my keyring)03:42
JanCtest34: I know, it's only crappy hardware from Creative, Apple & Microsoft that doesn't  :P03:42
test34JanC, crippled ;|03:42
JanCcrappy too03:42
test34yes03:43
JanCthey don't even play Vorbis  ;)03:43
Cynthiacrappy because of crippling03:43
Cynthiaalso, MFen: how do you tell *what* to use your gpg-agent?03:43
JanCwhile several 10 USD made in China devices do  :P03:43
MFenCynthia: dpkg-buildpackage seems to be the command that does the signing, so that03:43
MFeni know there are command line arguments, but python-distutils.mk doesn't set them.03:44
test34JanC, but they only last a few months.. mostly all hardware suck one way or the other03:44
Cynthiatest34: I've had my non-AppleMicrosoftCreative player for about 3 years, it has seen my floor quite a few times :)03:44
JanCtest34: COWON iAudio device support Ogg Vorbis/Flac well, and they win every audio quality competition over Apple/Creative/etc.03:45
bjsniderMFen, try using debuild -S -sa03:45
JanCand they are probably not the only ones03:45
test34Cynthia, lucky you I had to buy a a few players in the last 3 years03:45
test34JanC, I'll give it a try then03:45
JanCtest34: and buying a 10 USD el cheapo device every year still beats 150 USD useless Apple thing   ;)03:47
JanC(financially)03:47
MFenbjsnider: thanks, trying that now03:47
JanCyeah, building without a key might help to avoid that problem...  ;)03:48
test34JanC, the $10 device you are talking about is not a COWON iAudio right?03:49
bjsniderhe can't if he wants to send it into a ppa, but he can if he just wants to use a local pbuilder or something03:49
CynthiaJanC: but then the package can't be authenticated03:49
MFenoh03:49
MFeni want it for a ppa. :) -sa is not gonna work then03:49
JanCtest34: obviously, COWON is korean and not cheap03:49
bjsniderMFen, yes it will03:50
JanCtest34: but they just work, have all the features you want, and support about a zillion formats  ;)03:50
bjsnideris your key on the ubuntu keyring?03:50
MFenno03:50
bjsniderhave you set up the ppa yet?03:50
MFenwell, i assume not03:50
MFenyes03:50
bjsnideryou are required to send in your key before it will let you upload anything to it03:51
bjsniderwe can't just have any yo-yo sending stuff in03:51
MFenoh, so the ppa will sign it for me? the signing at my end is superfluous?03:51
bjsniderno, you sing it and then when you send it in it is authenticated as having come from you by matching it to the keyring03:52
MFenwell, didn't i just hear that -sa turns off signing?03:52
bjsniderno it does not03:52
MFeni have no idea what you told me to do then.03:53
MFen"include original source", says dpkg-buildpackage. i don't see the connection03:53
bjsnideri'm not sure what you're saying but i've sent a million packages into my ppas and i always use debuild -S -sa03:54
bjsniderso use that03:54
JanCMFen: I was thinking that if you're just building something locally, there is no need to sign  ;)03:54
JanCof course, if you want to upload...03:54
MFenok, well, i'm going to try it and report back what happens03:55
MFenanyone know about the other question? DEBFULLNAME is "Cory Dodt", but i'm getting "cory" in my changelog entries03:55
MFendch tries to be much to clever..03:55
MFenok. results: debuild -S -sa still asks me for my gpg password03:56
MFeni'm trying to get rid of that.03:57
FloridaGuyready things on ubuntu 9.10.....where is people geting that ubuntu is trying for a 25 sec bootup....im already geting 20 sec on 9.0403:59
test34FloridaGuy, 25 secs is with a Dell Mini 9 netbook04:01
test34(as a reference)04:02
test34http://arstechnica.com/open-source/reviews/2009/09/ubuntu-910-alpha-6-released-boot-optimizations-arrive.ars04:02
FloridaGuyok04:02
MFenthey're moving the goalposts. "boot up" now means "load the kernel, run all the startup services, connect to the network, display the desktop, bring up all your favorite applications, edit all your favorite documents, and surf all your favorite websites"04:02
MFenthey hope to achieve this with parallelization, of course04:02
FloridaGuyMFen, think 8 3 ghz cpu's 10 gig of ram..you could do that in just a few sec04:04
test34using upstart04:04
test34FloridaGuy, get an SSD as you HD04:04
FloridaGuy$$$$$04:05
test34then you should be able to get < 10 secs04:05
MFenFloridaGuy: the bottleneck is the darn websites. they refuse to upgrade so ubuntu can boot faster04:05
test34MFen, websites???04:05
MFensee above lame joke04:05
test34MFen, that has nothing to do with boot04:05
FloridaGuywhats websites got to do with booting a os04:05
FloridaGuyMFen, ill upgrade my pc..so you can load your websites faster04:06
MFenbut i'm only half kidding. that WILL be the benchmark in a few years. booting up the browser will be considered part of booting the OS.  it's going to be just one more system service that always has to work04:07
test34unless you are using the cloud as your CPU04:07
FloridaGuyif a os would use less resources...everything would boot faster04:08
test34FloridaGuy,  try http://www.menuetos.net/04:09
test34written in assembly04:09
FloridaGuyopened befor i could blink04:09
test34I haven't tried it in years, I might give it another try04:09
FloridaGuytest34, so is it a linux distro or something of its owen04:12
test34something of its own04:12
test34"Menuet has no roots within UNIX or the POSIX standards, nor is it based on any operating system. The design goal has been to remove the extra layers between different parts of an OS, which normally complicate programming and create bugs."04:13
FloridaGuybut can it use gnome or kde04:14
test34probably not04:15
test34FloridaGuy, why is gnome or KDE a necessity ?04:16
FloridaGuyno...was just woundering04:16
test34give it a try then and let me know if it's worth it04:17
MFenseriously, though, does anyone know how to force this thing to use gpg-agent? i've had to type my password about 75 times in the last half hour04:21
FloridaGuyMFen, type it a 1000000 more times04:22
MFenthat is not helpful04:23
JanCMFen: I guess gpg-agent is not running, but gnome-keyring instead?  :-/04:23
JanCor something like that04:24
FloridaGuywell if i can type mine..you can type yours04:24
Pici!bug04:24
ubottuIf you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » If that fails, you can report bugs manually at https://bugs.launchpad.net/ubuntu/+filebug - Bugs in/wishes for the bots can be filed at http://bugs.launchpad.net/ubuntu-bots04:24
JanCyou need to check your environment04:24
MFen19699 gpg-agent --daemon04:24
MFenit's running04:24
MFeni have GPG_AGENT_INFO set04:24
=== sunshinepants1 is now known as sunshinepants
JanCMFen: and it points to the daemon?  ;)04:25
JanCand the default config is to use the agent?04:26
MFenwell i used keychain to set it, which also starts the daemon, but there is a socket there04:26
JanCMFen: does .gnupg/gpg.cong have a 'use-agent' line?04:28
JanCconf04:28
MFennope. ok04:29
MFeni don't normally use an agent.  if i set that, and the agent isn't running, will i get anything worse than a password prompt?04:30
JanCI think it will fall back to a password prompt04:32
MFenk04:32
JanCAFAIK the agent is only used as a "cache"04:32
JanCif not cached then ask passwd  ;)04:33
MFenyeah, i know how it works. i've used it successfully before, just not with debuild04:33
MFenthat did the trick :)04:33
JanC\o/04:33
MFen:)04:34
iflema8 days... 2 minor issues= not bad. but... has anyone noticed how the occasional file dissapears?04:36
iflemabeen happnen since i moved to ext404:37
iflemaboth in 9.04 and 9.1004:37
MFenJanC: do you know anything about how dch randomly decides to change my name?04:39
iflemahappened 3 times now..... looks like a shutdown thing e.g shutdown with xine running dvb on reboot firmware gone...04:39
iflema?!?!?!?!?!04:39
iflemathats the latest.... heres hope'n no..04:40
JanCiflema: that should only happen on an unclean shutdown AFAIK04:40
JanClike if you push the power button...04:40
=== localhost__ is now known as rajasinga
JanCor a crash04:40
iflemaif you call using user switcher an illegal shutdown04:40
JanCno, it's kernel level04:41
iflemashe aint crashed yet04:41
JanCalthough maybe, if your application waits to write...04:41
iflema9.10 that is04:41
iflemaim running as my main system... i knmow madness04:42
JanCiflema: might be useful to file a bug04:43
iflemalike i said 3 times since the move to ext4 once in karmic that was the firmware problem04:43
JanCAFAIK that sort of bugs in ext4 is supposes to be fixed by now04:43
holzmodemhi, i must build a new kernel, since jaunty is the debian folder abstracted. so the debian folder is empty, how can i generate the necessary files?04:43
iflemaheres hope'n04:44
JanCholzmodem: ?04:44
iflemalol04:46
iflema=== ANYONE NOTICE PROBS WITH EXT4 ===04:47
holzmodemif i checkout the files from git, apply my changes and run debuild, the buildprocess die, (cant find the changelog)04:47
JanCholzmodem: maybe try the source package instead of git?04:47
Cynthiaiflema: in Jaunty, ext4 was available but not yet selected as default for new installs, and you had those reports from users of previously full files suddenly becoming empty, by the thousands04:48
Cynthiaiflema: surely it can't be that bad still04:48
iflemajaunty was patched/hacked to function04:48
JanCthe empty fiels issue shoul be solved  ;)04:48
iflemaext4 that is04:48
holzmodemJanC, this was my second idea. but there must be a way to generate this files. I dont think the devs copy/paste it always04:49
JanCbut there were other issues with ext404:49
iflemai lost firmware04:49
iflemashutdown with xine running dvb... on reboot firmware gone04:49
JanCholzmodem: I suppose they have a separate git/bzr for that  ?04:49
iflema?????04:49
JanCiflema: sounds weird indeed04:49
JanCplease search/file bug  ?04:50
iflemaonly happeded one... i cant repeat it04:50
iflemac04:50
iflemaill check xine first04:53
mac_v!schedule05:27
ubottuA schedule of Karmic Koala (9.10) release milestones can be found here: https://wiki.ubuntu.com/KarmicReleaseSchedule05:27
billybigrigger236 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.05:30
billybigriggerNeed to get 222MB of archives.05:30
billybigriggerall from yesterday? lol wtf05:30
iflema154mb here...05:36
iflemagoodone05:36
billybigriggeryeah no doubt05:37
billybigriggerdev's are busy :P05:37
iflemabring it on... me running 9.10 period....05:37
iflemaluvn the audio....05:38
iflemareboot... fingers crossed05:44
iflemalol05:44
iflemawooooo05:44
iflemafew05:46
bullgard4How can I determine if the newly released stable version 3.2.6 of ekiga will be included in Karmic's official release?06:17
billybigriggerdoubt that will happen06:24
iflemacross fingers..... version ll be a close as possible06:26
hifikarmic already has 3.2.506:27
iflemanot so long ago i read empathy would replace pidgin and ekiga06:31
iflemahope not06:31
iflemabullgard4: http://status.qa.ubuntu.com/06:34
bullgard4iflema: I would opt for not abandoning Ekiga. The concept of Empathy does not include all aspects of Ekiga.06:39
iflemafully i want pidgin06:41
iflemabullgaurd4: pidgin still included so....06:42
iflemabullgard4: i did not see ekiga in status list....06:43
iflemabullguard4: empathy on status list ver2.2806:44
bullgard4iflema: In http://status.qa.ubuntu.com/ Application categories > Applications > Package status for ekiga lists only "Package: Karmic" and "Version: 3.2.5.1ubuntu1".  I cannot find mentioning version 3.2.6.06:45
Cynthiakarmic@voltorb:~$ dpkg-query -W | grep ekiga : no output06:47
iflemabullguard4: itll be available after release.... empathy might go live cd to keep size down for other apps out the box.....06:50
iflemabut dont quote me on that ;)06:50
iflemaremember cd-roms only 700 odd mb06:51
iflemanot eberyones got dvd-roms06:52
iflema(:06:52
Ian_i use USB sticks :p06:52
Ian_goes sooo much faster06:52
bullgard4iflema: I am going to present Ekiga at the Berlin Karmic release party next month in an illustrated talk. So I was curious if version 3.2.6 would be included. --  I understand that there are space restrictions on a CD.06:53
iflemabullguard4: after release use customization kit to roll ya own..06:53
iflematis a new feature06:54
iflemabullguard4: final freeze october 2506:56
iflemabullguard4: interface freeze was october 10 , 7 days before Alph6 was released...07:02
Ian_it's still september07:03
iflemaIan_ not everyone can boot usb07:04
iflemaits the whole dialup/broadband inbetween type of drama07:05
iflemaoffer this... cover hat07:05
iflemathat07:05
iflematry make everyone happy07:05
iflemaWANTED PACKAGES CAN BE REPORTED AS BUGS - LISTED AS 'NEEDS PACKAGING'07:08
bullgard4Cynthia: Ok.07:09
bullgard4iflema: Where to report that?07:09
bullgard4In Launchpad, but where there?07:10
iflemaneed to register first i think username/password07:11
bullgard4I am registered there.07:12
iflemathat is a good question... im sure thats how it works07:13
iflematime is getting on.... feature freeze basically inforce07:13
iflemainterface freeze i mean07:14
iflemahttps://launchpad.net/ubuntu/+source/ekiga07:18
iflemabullguard4: looks like 3.2.5-x https://launchpad.net/ubuntu/+source/ekiga07:25
AlanBellbullgard4: check the version in Debian Sid, if the one you want is in there then put in a sync request07:39
AlanBellbullgard4: is there a specific feature or fix you want?07:39
AlanBelljust checked and it isn't http://packages.debian.org/unstable/gnome/ekiga07:40
bullgard4AlanBell: To me an important issue is that Empathy consumes 80 - 90% CPU time of a Centrino Mobile Technology laptop. I consider that a regression. One Ubuntero told me that the developers are working on it. But release 3.2.5 has brought no progress in that, and neiher the change description of 3.2.6. mentions this problem. 3.2.6 has brought progress in the German translations, though.07:44
=== kenyon_ is now known as kenyon
=== kenyon is now known as Guest69511
=== Guest69511 is now known as kenyon
lodderI upgraded to karmic from jaunty with dist-upgrade, it's a server installation. how do i upgrade the kernel and apperently lilo is installed could that have an issue when I upgrade the kernel?08:24
eagles0513875morning08:28
pwnguinman. have been having bad luck with karmic boot08:41
egonwmoin... I downloaded karmic-desktop-i386.iso but when booting the ISO in virtualbox it could not find the kernel... is that a known problem? (it worked fine for the amd64 one)08:54
edgyHi, why ffmpeg has no faac support? how can I enable it the easiest way?09:33
=== Amaranth_ is now known as Amaranth
=== zniavre_ is now known as zniavre
SandGorgonhow do I set a kernel flag - e.g. turning off NEW_FAIR_SLEEPERS . Do I need to rebuild the kernel ?10:06
Teknono10:06
amartinhi all, I have couple of things to report of karmic koala10:59
amartinmy usb dvd is not recognizable11:00
amartinmy mobile internet is not recognizable11:00
eagles0513875amartin: file bugs here at launchpad.net so devs can see them and fix them11:01
eagles0513875if you feel like they are significant bugs11:01
eagles0513875if not since its still quite early not many people in here right now Amaranth11:01
eagles0513875wrong person amartin11:01
amartinoh, ok, I did this 3 times, but don't know if this is serious enough11:01
Amaranthamartin: file bugs11:02
AmaranthTelling people here will be absolutely zero to get your bugs fixed11:02
amartinok, I will report this11:02
ubuntuhi11:13
ubuntuanyone know how to fix this: Err http://archive.ubuntu.com karmic/main intltool 0.40.6-211:14
ubuntu  404 Not Found11:14
ubuntufaield to fetch11:14
robin0800ubuntu: its there for me11:17
eagles0513875ubuntu: it means your not connected to the internet bro11:20
ubuntu:d11:20
eagles0513875ubuntu: try ping -c 2 www.google.com11:21
ubuntui have selectedm mirror for us and it was found.11:21
ubuntu)11:21
eagles0513875hummm strange11:21
eagles0513875:)11:21
jpdsVery, considering they're the same servers.11:23
tremmons?11:46
Freak_NLHello #ubuntu+1. Should the indicator-applet-session thingy allow me to set the status for Empathy? The status submenu is greyed out for me.11:52
eagles0513875hi tremmons11:52
amortvigilhow is the x solved for now?11:53
Freak_NLAlso, indicator-applet is always displaying a "null" entry, is anyone else seeing this?11:53
AmaranthFreak_NL: Try again on thursday :)11:53
Freak_NLAmaranth, upcoming update?11:54
Amaranthyeah11:54
tremmonsare you at alha611:54
tremmons?11:54
Freak_NLAmaranth, good, no need to file a bug then11:54
Freak_NL(alpha 6)11:54
robin0800Freak_NL: Yes and I filed a bug because it crashes with Konversation11:54
tremmonslol11:54
Freak_NLAnd the indicator-applet?11:55
Freak_NLIt shows me "null" and empathy11:55
tremmonswhats doin???? pidgin11:55
robin0800Freak_NL: Its not showing me anything its crashed11:55
egonwmoin... I downloaded karmic-desktop-i386.iso but when booting the ISO in virtualbox it could not find the kernel... is that a known problem? (it worked fine for the amd64 one)11:56
Freak_NLrobin0800, the joys of alpha releases :)11:56
robin0800Freak_NL: I don't mind it Never worked properly Konversation had to be Open and not on toolbar to work11:58
tremmonsjust wanted to mention... what a greating fucking os12:01
tremmonsthats not being sarcastic12:01
oldude67is anyone else having a python-2.6 error when trying to use k3b?12:02
ActionParsnipquiet today12:04
oldude67yup sure is12:08
ActionParsnipmight get an early release eh ;)12:09
egonwyeah, I wish someone could confirm the kubuntu i386 iso is booting or not (it's not for me)12:10
ActionParsnipegonw: did you md5 check it?12:11
oldude67egonw, what burn program are you running as k3b is borked on mine.12:12
egonwActionParsnip: argh... should have thought of that...12:12
egonwActionParsnip: thanx!12:12
ActionParsnipnp12:13
egonwActionParsnip: I did get a boot prompt... but still stupid of me not to check that12:13
egonwoldude67: was using VirtualBox12:13
ActionParsnipegonw: can save heartache as well as wasted disks12:13
egonwwell, for VirtualBox that does not matter :)12:14
ActionParsnipegonw: true, still verifies that data for smooth sailing12:14
egonwActionParsnip: would be nice is FF did that automatically12:14
ActionParsnipegonw: write a script for it ;)12:15
oldude67havent tried virtualbox on this machine yet, i was worried it would bog down as i dont have enough memory to make it worth while.12:15
egonwyeah, I'll put it on my todo list ...12:15
Sagacioldude67: how much ram do you have12:16
oldude67thats on my to do list, how to right scripts..lol12:16
oldude67600 meg12:16
oldude67it will run it, just really really slow.12:17
ActionParsniprun a light DE and reduce ram12:19
ActionParsniplike LXDE or FLWM12:19
oldude67i thought about going to LXDE12:19
ActionParsnipi use it, its sweeet12:19
oldude67kde seems a bit bogged by it.12:19
ActionParsnipoh hell yes, kde is massive12:20
oldude67the only thing that does save me is the 2.5 gig intel processor.12:21
ActionParsnipyou can buy a gig of ram for the price of a pack of smokes12:22
oldude67ya i know..lol12:22
oldude67sa12:22
ActionParsnipdoubles your ram nicely :D12:23
darkhamit's gone gnome 2.28 upgrade?12:23
SuperLagMy GRUB menu loads an passes so fast, I don't see if there's an option for a recovery mode kernel to load. Is there, and what key would I press to get in?12:24
SuperLagloads and passes, that is12:24
ActionParsnipSuperLag: sudo nano /etc/default/grub12:25
ActionParsnipSuperLag: that should give clues12:25
SuperLagyeah... can't get there12:25
SuperLagthat's the point12:25
ActionParsnipSuperLag: use liveCD then12:26
SuperLagIt's installed in a VM, and something went wrong during the VMWare Tools install12:26
SuperLagcrap...12:26
SuperLagI should have thought of that earlier. :)12:26
darkhamit's gone gnome 2.28 upgrade?12:28
ActionParsnipdarkham: can you write a full sentence, i dont understand yourquestion12:30
darkhamok, excuse me, i only would to know if karmic had an almost full gnome 2.28 upgrade12:30
darkhamas is in karmic daily live12:31
ActionParsnipdarkham: i have this: http://pastebin.com/f17c149aa12:34
ActionParsnipi'm on karmic but fully updated12:35
darkhamstrange12:36
darkhamhttp://cdimage.ubuntu.com/daily-live/current/karmic-desktop-i386.manifest12:36
darkhamthis is the package list in the daily build12:36
BauldrickI've had this problem since upgrading to karmic.. I cant load 2.6.31 kernels - the message I receive (now) is something like "dont understan SYMLINK{unique} on line 2&3 of 50-udev-default" then goes on to say"target filesystem has no /sbin/init", so I'm using 2.6.2812:37
darkhamgnome packages ain't beta no more12:37
ActionParsnipdarkham: you have a point12:37
darkhammost of it are 2.28 and not 2.27.9212:38
darkhami followed daily builds and before the 17th sept. all gnome was 2.27.9212:39
darkhamnot now12:39
Freak_NLI see gnome 2.28 packages in the update list now12:45
ActionParsnipi dont have them: here is my sources file: http://pastebin.com/f12c82e2f12:46
darkhamActionParsnip, you must uncomment the backports12:50
ActionParsnipcool, thanks12:51
oldude67ActionParsnip, hey lxde isnt to bad,and its not eating away all my memory either.12:52
ActionParsnipoldude67: i use it on all my desktops12:52
ActionParsnipwell, my 1 desktop12:52
ActionParsnipdarkham: looks great dude, thanks12:53
darkhamnop :)12:53
oldude67what burn program should i use, k3b is borked and i think i want to get the next alpha release and start from scratch.13:02
Dr_WillisHmm..  Trying toupload a file to a drop.io site with firefox.. when i use the firefox 'browse for file' dialog - it shows my Home dir.. then i enter a sub dir.. and the thing hangs. Anyone else notiecd this?13:03
judgenhmm i cant seem to be able to mount or extract a squashfs filesystem.. mounting tells me the version of squashfs is too new for the file that i want to mount, and unsquashfs can list the containing files fine but extracting gives me *** stack smashing detected ***: unsquashfs terminated.13:12
judgenAny ideas would be very much apprechiated.13:12
judgenthe file is a 3.1 squashfs image.13:12
Dr_WillisToo New? Hmm.. no backwards compatiablity eh?13:17
kl_Anyone got some color mismatch in totem?13:19
judgenDr_Willis, seems not. 3.*is compatible with 1.* and 2.* though13:21
Dr_Willissounds like a missleading error message then.13:25
judgenbut the new 4.* is not compatible with previous versions13:26
judgeni downloaded 3.4 and built it. but i still need to replace the version in the kernel i guess.. and that would not be very smark if i later were to need 4.*13:27
judgenalso last kernel patch in the 3.* tree is for linx-2.6.27.*13:27
causa-primahello! sound is broken, "cat /proc/asound/cards" says "0 [Intel          ]: HDA-Intel - HDA Intel  HDA Intel at 0xfbff8000 irq 22", aplay does not report an error, pulse is running, i am in the group "audio". the speaker applet thing is umuted, but "hardware" does not show any card, "output" says "Dummy Output". any ideas? (i am german, so sorry for any mistakes)13:28
judgentry chown ing /sound/dsp to you just to check if its the usual intel bug.13:29
judgensudo chown username /dev/dsp i ment13:30
judgenand also audio13:30
judgenjust to test.13:30
causa-primalogout required after chown'ing?13:32
ActionParsnipjudgen: you can use $USER to mean the user running the command ;)13:32
judgenActionParsnip, true13:32
Ubunuxhello13:32
judgencausa-prima, should not be nessecary13:32
causa-primadid not change anything, still no sound13:33
ActionParsnipcausa-prima: sudo /etc/init.d/hal restart13:33
ActionParsnipcausa-prima: killall pulseaudio; rm -rf ~/.pulse; rm ~/.pulse-cookie13:34
ActionParsnipcausa-prima: then press alt+f2 and run pulseaudio13:34
judgenActionParsnip, indeed =)13:34
causa-primahal-restart does not work, it just says: "Rather than invoking init scripts through /etc/init.d, use the service(8)13:35
causa-primautility, e.g. service hal restart13:35
causa-primaSince the script you are attempting to invoke has been converted to an13:35
causa-primaUpstart job, you may also use the restart(8) utility, e.g. restart hal13:35
causa-primahal start/running, process 4411"13:35
judgensudo /etc/init.d/hal restart &&killall pulseaudio; rm -rf ~/.pulse; rm ~/.pulse-cookie    might work13:35
causa-primahal does not resatrt, same error message13:36
Ubunuxtry: service hal restart13:36
causa-primarestart: Rejected send message, 1 matched rules; type="method_call", sender=":1.117" (uid=1000 pid=4593 comm="restart) interface="com.ubuntu.Upstart0_6.Job" member="Restart" error name="(unset)" requested_reply=0 destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init"))13:37
ActionParsnipyowser13:39
causa-primayowser?13:39
judgenDr_Willis, i found a simple sollution to my squashfs problem =)13:41
Dr_WillisThey made a converter tool?13:41
Dr_Willisunsquash it?13:41
amortvigilDr_Willis: are you from openpandora?13:41
judgenDr_Willis, nope, i installed breezy net-install in virtual box and extracted it.13:41
Dr_WillisNo idea what Openpandora even is...13:42
Dr_Willisjudgen:  thats cheating! :013:42
judgenDr_Willis, good kind of cheating =)13:42
amortvigilDr_Willis: ok then i may have mistaken you, sorry!13:42
amortvigilDr_Willis: lol his name is DJWillis13:42
ActionParsnipcausa-prima: its an exclamation like wtf13:43
ActionParsnipcausa-prima: watch inspector gadget, you'll here it13:43
causa-primaActionparsnip: ok :D13:43
ActionParsnipcausa-prima: the cartoon of course, not the film13:43
causa-prima :D13:43
Dr_WillisNot Me. :)13:44
markithi, I want to install it into a acer linspire one d250, that has XP and a "hidden-recovery" partition on it. The installer does not ask me to shrink the XP partition (149GB) to install ubremix... is it normal? how can I do?13:44
markitalpha6 here13:44
causa-primaso..no further ideas?13:44
Dr_WillisI thought Inspector Gadget always said 'Wowsers'13:44
ActionParsnipDr_Willis: that too, bah13:44
ActionParsnipDr_Willis: i mixed it up, keepin it fresh13:45
Dr_Willis'Jinkies a clue!'13:45
Dr_Willis:)13:45
Dr_Willis"I would of gotten away with it.....'13:45
ActionParsnipmarkit: you could use a normal ubuntu CD to resize, then boot to the netbook remix to install to the space you freed13:45
markitActionParsnip: you mean that has tools to resize? btw, I should create a bootable usb for it, no cd player included :)13:47
markithope does not get confused with the boot loader13:47
markitbetter use partimage first13:48
Ubunuxbye13:49
ActionParsnipmarkit: could do13:54
markitActionParsnip: I would like to create and image of the entire hd, boot loader included... what toos should I use? partimage does of only one partition at time, if I recall correctly13:54
ActionParsnippartimage sounds good, you'll need a destination partition to spit the image to13:55
ActionParsnipnot sure about boot loader but you grub config wll be backed up so you just have to put gru on the MBR and you are done13:56
Dr_Willismondo/mindi was a good tool for this.. at one time.. Not used it in years13:58
markitActionParsnip: I've to backup win and hidded partition BEFORE installation of GNU/Linux, so I've no grub config14:00
ActionParsnipmarkit: the hidden partition wont hold the grub config, the partition with /boot on will14:02
Dr_WillisHmm.. both k3b and the gnome cd burner tool.. cant find my burner..14:03
Dr_WillisBRB14:03
amortvigilso why is there no plymouth in ubuntu 9.10?14:03
Dr_WillisNo idea what Plymouth even is..14:04
Dr_WillisNo maintainer, lack of updates, security issues.. are the normal reasons for remopving things14:05
eagles0513875!plymouth14:11
ubottuSorry, I don't know anything about plymouth14:12
Dr_WillisThats a city on the east coast. :)14:12
penguin42plymouth is a thing in fedora for a graphical boot14:12
PiciDr_Willis: !info works here too14:13
Dr_Willisyea i was in the wrong window. :)14:13
Dr_Willisi forget how to make it do the version  for  the last release14:13
Pici!info linux dapper14:13
Picior whatever (when the bot isn't lagged)14:14
Dr_WillisI think the bot be dead. :)14:14
ubottulinux (source: linux-meta): Generic complete Linux kernel.. In component restricted, is optional. Version 2.6.15.55 (dapper), package size 23 kB, installed size 52 kB14:14
kulight!dapper14:14
ubottuUbuntu 6.06 LTS (Dapper Drake) was the fourth release of Ubuntu. Desktop support ended on July 14th 2009, Server support will end in June 2011. See !upgrade for upgrade instructions14:14
eagles0513875!jaunty14:15
ubottuUbuntu 9.04 (Jaunty Jackalope) is the current release of Ubuntu.  Download: http://releases.ubuntu.com/9.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/904 - Please use !torrents14:15
eagles0513875kool learned something new about the box14:15
eagles0513875bot14:15
eagles0513875who else has gnupg installed on their machine i need them to check something for me14:18
penguin42eagles0513875: I do14:20
BluesKajHiyas all14:20
eagles0513875penguin42: can u check in ur home folder and see if you have the hidden folder .gnupg14:20
Picieagles0513875: gnupg is pretty much a required package14:21
penguin42I know I do14:21
eagles0513875Pici: for some reason i dont have the hidden folder .gnupg14:21
penguin42well you can't have mine :-)14:21
Picieagles0513875: Do you have a gpg private key? or any public keys in your keyring? (obviously not though)14:22
PiciOn a fresh install you probably won't have that folder.14:22
eagles0513875Pici: doesnt having gnupg installed automatically create one14:26
Picieagles0513875: Having a package installed usually doesn't create anything in your home directory14:27
eagles0513875gotcha14:27
* penguin42 is a little surprised, I find stuff trying to use .gnupg pretty constantly14:35
natewiebe13what is the channel to discuss artwork for karmic?15:28
natewiebe13i think its for the ayatana project?15:28
ActionParsnipnatewiebe13: https://wiki.ubuntu.com/ContributeToUbuntu15:31
zebrafusioncan someone PLEASE tell me how fix this udev nonsense15:31
zebrafusionI cannot use my mouse/X's responsiveness is not even worth using a GUI for15:32
zebrafusioneveryhing was working _perfectly_15:32
zebrafusion...15:32
zebrafusionFine. Forget this trash code15:33
zebrafusionI'm moving to something more elegent15:33
AlanBellzebrafusion: turn off compiz15:33
robin0800zebrafusion: have you updated today?15:33
natewiebe13zebrafusion: i had the same issue yesterday.. i updated and it fixed15:33
zebrafusionrobin0800: Yes I just did after everyone in the mailing list said the issues were fixed15:33
AlanBellalt+f2 metacity --replace15:33
natewiebe13i noticed something with xsplash.. if you run xsplash from terminal, once it is finished, it fades into the desktop.. when it runs during boot.. it abruptly shows the desktop.. is it just a bug, or is it planned to be abrupt?15:33
natewiebe13anyone ^?15:33
AlanBelland it is alpha code still15:34
zebrafusionAlanBell: Thanks for you input but that didn't do anything15:34
ActionParsnipnatewiebe13: i dont use splash screens so coouldnt comment15:34
zebrafusionAlanBell: whoever is is in charge of squashing these bugs is bogus15:34
zebrafusionThis bug never should have originated15:34
AlanBellzebrafusion: ok, what graphic card?15:34
zebrafusiononboard 64meg15:34
aapzakmy install isn't working anymore screen fades to black when loading, caps light don't respond to caps anymore but ctrl-alt-del does reboot the machine, anyone? Intel graphics BTW15:35
ActionParsnipzebrafusion: try: lspci | grep -i vga15:35
AlanBellzebrafusion: nothing would happen if there were no bugs aloud in an alpha release15:35
natewiebe13ActionParsnip: you disabled xsplash? its not like a gnome splash screen.. its the splash before the gdm starts up15:35
ActionParsnipzebrafusion: its a little more informative15:35
ActionParsnipnatewiebe13: i remove all splash screens15:35
Dr_Willisxsplash does its work both befor gdm and after gdm...15:35
zebrafusionAlanBell: I'm all for progress, new bugs and new fixes15:35
AlanBellzebrafusion: nvidia, am, dintel or other15:35
zebrafusionbut this issue and ESPECIALLY the discourse on the mailiing lists has lost my faith with Ubuntu15:36
zebrafusionNo one knows what's going on/what's being fixed15:36
ActionParsnipzebrafusion: can we have the output oof the command please15:36
zebrafusioneveryone including the devs are sending different signals15:36
ActionParsnipzebrafusion: or we cant fix anything15:36
Dr_Willisboot -> grub -> Silly splash -> xsplash -> GDM login  -> xsplash ->  gnome and its splash. :)15:36
Dr_Willisits splash-o-riffic15:36
Dr_WillisI think i got that order right.15:36
zebrafusionDr_Willis: right15:36
AlanBellzebrafusion: well this is a new bug, lets find out what it is and head for a new fix15:36
natewiebe13Dr_Willis: about yesterday changing the gdm.. somebody found gconf keys for it.. so i used those15:36
zebrafusionAlanBell: nvidia15:37
robin0800Dr_Willis: yes even with auto logon?15:37
Dr_Willisnatewiebe13:  you mean the gdm in  9.10 is actually changeable.15:37
ActionParsnipzebrafusion: can we have the whole output, there may be bugs logged againt the chip you use15:37
natewiebe13Dr_Willis: as in the background, the gtk theme, and icons, yes15:37
Dr_Willisrobin0800:  i never noticed. the system boots so fast here to the desktop.. it seems to take longer to get from GDM to gnome.. then it does to boot.15:37
natewiebe13Dr_Willis: not a new layout or anything15:37
Dr_Willisnatewiebe13:  now if they make us some config tools. :)15:37
zebrafusion00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)15:38
ActionParsnipzebrafusion: thats not an nvidia15:38
AlanBellzebrafusion: so not nvidia!15:38
ActionParsnipzebrafusion: its an intel one15:38
* zebrafusion slaps head15:38
natewiebe13Dr_Willis: and make xsplash crossfade into the desktop, not abruptly appear15:38
zebrafusionmy error, I forgot15:38
Dr_Willisnatewiebe13:  its so fast here..  i dont see the need for xcplash at all.15:38
ActionParsnipzebrafusion: thats why i gave the command, but you were rattling on about things not gettig fixed and stopping us from fixing your thing]15:39
natewiebe13Dr_Willis: it fades if you run xsplash from terminal, but not if it comes from boot15:39
zebrafusionActionParsnip: this is the studpest most trivial bug in the world yet it's completely flushed my whole system15:39
zebrafusionI'm ussing irssi because I can't do _anything_ else15:39
natewiebe13Dr_Willis: think i should file a bug report?15:40
ActionParsnipzebrafusion: yes but when we try to help you slow the process down yourself15:40
natewiebe13Dr_Willis: or do you think it was intentional15:40
Dr_Willisnatewiebe13:  no idea.  file one and see i guess.15:40
BluesKajnothing trivial about it15:40
Dr_Willis'xplash is ugly' :)15:40
ActionParsnipDr_Willis: replace ugly with pointless15:40
Dr_Willisfix: sudo apt-get remove xsplash15:40
Dr_Willis:P15:40
zebrafusionActionParsnip: whatever dude15:40
natewiebe13Dr_Willis: unless you modify it and make it look like mrdoobs iteration 315:40
ActionParsnipDr_Willis: done and done15:41
zebrafusionActionParsnip: I'm forking to a new development distro15:41
Dr_WillisI want hot anime babes splashing in a .. err.. never mind...15:41
ActionParsnipzebrafusion: so your mouse doesnt move, is that the crux of the issue?15:41
Dr_Willisthat would be XXXsplash15:41
zebrafusionActionParsnip: I don't want to associate my genes with this shit anymore15:41
ActionParsnipzebrafusion: your choice15:41
* Dr_Willis waves bye to zebrafusion15:41
* zebrafusion waves bye to all15:41
AlanBellzebrafusion: bye15:41
Dr_Willissome people dont understand 'alpha'15:41
natewiebe13Dr_Willis: have you seen mr-doob's iteration 3?15:42
AlanBellexperienceing bugs like that and working together totfix them is the *point* of alpha15:42
AlanBelltakes all sorts I suppose15:42
ActionParsnipDr_Willis: theres that anime thing where she gets more naked as the cpu heats up15:42
ActionParsnipAlanBell: wrong attitude basically15:43
Dr_Willisthat is 'hot-babe' its at medibuntu15:44
Dr_WillisIt could use a update. :)15:44
Dr_Willisit dont work too good any more15:44
cumulus007Hi, I'm wondering if maybe the latest Phonon version could be backported to Kubuntu, so Amarok could use it's equalizer functionality15:45
cumulus007The default Phonon in Kubuntu doesn't have the neccesary functionality...15:45
BluesKajfunctionalty , what kind ?15:46
BluesKajcumulus007, it's like saying amarok doesn't work ..pls describe what it does or doesn't do15:47
BluesKajbesides the eq15:48
aapzaknoone here ever had a system which went black right after loading the kernel? harddisk keeps working a bit but then nothing happens15:48
aapzakcaps light does not react to pressing caps anymore, ctrl-alt-del does reboot15:49
eagles0513875well lastest karmic phonon or what ever the audio default is doesnt work for me15:49
cumulus007Well, Amarok 2.2 re-introduces the equalizer back to Amarok, but it needs a newer Phonon version than the one in Karmic, so I was wondering if a build of the Phonon trunk could be provided in the repositories in order to make the equalizer work15:49
geniiaapzak: I had that happen sometimes when it wants to use a video card/output which is not the one you are looking at (second head on dual-head, or onboard, or vga output of a laptop, etc)15:50
BluesKajaapzak, can you get to a tty prompt alt+ctrl+f1 ?15:50
eagles0513875at least on me macbook duel boot15:50
aapzakBluesKaj: no, absolutely no picture15:50
aapzakgenii: interesting, I'll hook it up to a monitor soon15:50
eagles0513875i had a weird issue where x wasnt working for me in alpha 515:51
eagles0513875aapzak: what video card do you have15:51
aapzakmy problem is pre X.15:51
aapzakIntel15:51
eagles0513875you dont have any drivers installed right15:51
aapzakGM965/GL96015:51
aapzakI don't think so15:51
aapzakI'll do a reinstall once I got the time15:52
aapzakluckily this laptop is dual boot with archlinux :)15:52
Dr_Willisyea - i tend to test out the pre-releases then reinstall  :) to test out the new stuff15:52
aapzakI guess I demolished something15:53
aapzakbut hey, keep away from alpha releases if you don't want the hassle :)15:53
BluesKajBBIAW , gonna switch to the laptop ...it needs an update too15:54
PotterT|VFhi, which gnome release is used in Karmic A6?15:55
PotterT|VFfiling an upstream bug report, and i don't have my karmic install available15:56
Pici2.27/2.2815:56
PotterT|VF2.27, is there an alpha release number or anything to narrow it down?15:57
=== mac__v is now known as mac_v
Spike1506i just installed karmic to test it, there are a few issues.. alt+f2 doesnt work anymore, when booting it opens a lot of nautilus instances.. + the icon next to the fast user switch applet disapeared.15:59
PiciPotterT|VF: 2.27 is the work in progress version number for 2.2815:59
PotterT|VFPici: thanks, I was looking for any more accurate build or revision numbers, but no worries16:04
FloridaGuyi always do the net installs...what would be faster or would they both be about the same....a fresh net install of 9.10 or a upgrade from 9.04 to 9.10...16:09
=== Ranakah is now known as Vampire
zniavrewith good dsl net-install can be fast16:17
=== Vampire is now known as Ranakah
Spike1506how do i install the latest updates in karmic? there are only 2 lines in software sources16:18
FloridaGuyim already runing grub 2 on 9.04...am i going to be ok on 9.10 upgrade16:18
Dr_Willisalt-f2 works here.16:20
Spike1506weird16:21
Dr_WillisUpdate/Upgrade/try it again16:21
Spike1506did that already16:22
Dr_Willistry it again.. reboot..  see if affects things16:22
natewiebe13Bug #43532416:22
ubottuLaunchpad bug 435324 in xsplash "xsplash should crossfade during boot" [Undecided,New] https://launchpad.net/bugs/43532416:22
Dr_Willisalso do a dist-upgrade perhaps.16:22
Spike1506Dr_Willis, i did that too, will try to reboot then16:23
matrixblueAnyone know how to get empathy to connect to MSN?16:24
natewiebe13matrixblue: i switched to pidgin16:24
matrixbluenatewiebe13, lol16:25
matrixblueno one else been having that same problem?16:30
natewiebe13matrixblue: when i did have empathy on this computer.. i was able to connect to msn16:36
natewiebe13i'll give empathy a try16:36
natewiebe13one sec16:36
matrixblueok16:36
BluesKajnatewiebe13:  try amsn if empathy doesn't work for you16:37
matrixblueBluesKaj, emesene works well with me but I prefer to have all my IMs in one client16:38
natewiebe13matrixblue: empathy works fine for me..16:38
natewiebe13but i prefer pidgin16:38
matrixbluenatewiebe13, pidgin has been really buggy with me lately]16:39
natewiebe13what version?16:39
BluesKajright , not being much of an IM user , i just have amsn cuz it's sort of familiar from my windows days ...many yrs ago16:39
natewiebe13matrixblue: what version? im running 2.6.2 and i have no issues16:40
matrixbluenatewiebe13, 2.6.116:40
natewiebe13try 2.6.216:40
matrixbluenatewiebe13, okay16:40
matrixbluegonna upgrade now16:40
natewiebe13matrixblue: im prutty sure that 2.6.2 is in the karmic repos16:42
matrixbluenatewiebe13, I'm using Jaunty. I came here because I figured more people would have experience with empathy16:42
natewiebe13matrixblue: alright.. try getdeb.net16:42
natewiebe13matrixblue: http://www.getdeb.net/app/Pidgin16:43
matrixbluenatewiebe13, I'll just add the karmic ppa16:43
natewiebe13matrixblue: dont think that will work16:43
natewiebe13the karmic version would have newer dependancies16:43
jshm, libid3 does not contain id3convert anymore - any idea where to get it?16:44
matrixbluenatewiebe13, it sure did16:44
natewiebe13alright.. guess i was wrong16:45
matrixbluenatewiebe13, nah you were right......it upgraded but it still shows 2.6.116:46
natewiebe13try the link i gave you16:46
natewiebe13matrixblue: ive gotta leave.. good luck16:48
rippsOkay, the latest kernel just screwed up my harddrive. Now Grub won't even work and I can't boot into either my Linux or Windows partitions16:50
penguin42ripps: What makes you say it's the kernel?16:51
rippspenguin42: because I installed one last night, than this morning, I get a kernel oop, things crash, I restart, can't boot up because it glitches while running fsck, now grub is broken16:52
penguin42it's VERY VERY unusual for a kernel to screw grub16:53
rippsright now, I'm on another computer, which is annoying because the keyboard on it sucks16:54
penguin42ripps: You say grub is broken - do you get anything?16:54
rippspenguin42: I get an unidentified filesystem and a grub prompt, but I don't know what to do from there16:55
penguin42when you say a grub prompt what exactly do you mean?16:55
rippsgrub ) <blinking cursor>16:55
rippsit wants me to type something, but "help" doesn't tell me anything16:56
penguin42I'd take a rescue CD to it and see what state the partitions are in16:56
rippsI have to download a new one, but I'm not sure I have a blank cd to burn it to.16:57
rippsmaybe I can make a liveusb instead17:00
James147ripps: you could always use a liveusb instead of cd usb-creator or unetbootin can create them from iso17:00
rippsI've never used unetbootin, can you link me to some directions17:01
James147ripps: Unetbootin -> http://unetbootin.sourceforge.net/17:02
Oli``How does one stop gdm with its new upstart job?17:16
Oli``sudo stop gdm doesn't seem to work17:16
rskisudo sto /etc/init.d/gdm stop?17:17
rskisudo  /etc/init.d/gdm stop?17:17
rskieven17:17
Oli``rski: doesn't work for upstart'd jobs anymore17:17
James147or sudo service gdm stop17:17
Oli``hmm perhaps it did work then... annoying that the nvidia driver (from nvidia, not repo) thinks X is still running... can't see it in top17:18
=== aaaa is now known as ebischoff
Oli``No.. It's definitely still running.. argl stupid upstart17:20
tasslehoffI chose "install on the largest free partition", and the Karmic installer chose ext2 as filesystem on my rootfs. Is this right? I would have thought it would go with ext3.17:21
ebischoffHi all. A small word to tell you that Kubuntu Karmic Koala works great. It's much higher than alpha quality as I expected. Keep up the good work!17:21
James147ebischoff: only because you missed the massive breakages a few days ago :)17:22
ebischoffOnly problem so far (after resolving things like /etc/resolv.conf broken and other details) is that serial card initialization in /etc/rc.local seems broken, probably a problem with upstart or /dev management. But nothing really serious so far.17:23
ebischoffjames : it's a month I'm testing it17:23
James147ebischoff: well, lots of ppl had it breaking, so its not above alpha yet...17:23
James147but geting there17:23
ebischoffand yes I got a few breakages, most recent was juk unable to be apt-get-installed. Nothing serious.17:24
ebischoffdo not misunderstand me. Yes such breakages would be unacceptable for a production system. But what I mean is that KKK is on overall very good quality.17:25
SuperLagugh17:25
SuperLagI'm trying to get synaptic to work with a proxy, but it's not connecting. :/17:26
SuperLagat work, we use Linux in a lot of places, but it seems like they slow mirror updates to a crawl17:26
SuperLagbecause the downloads start fast, then slow to < 1K/sec17:27
ebischoffI also have a mouse and keyboard problem with vmware. but i expect vmware guys to be working on it and issue 6.5.4 some day, adapted to linux 2.6.31 kernel17:27
SuperLagbut a regular download over HTTP is fast17:27
ebischoffX freezing due to hal too, but I know how to workaround it17:29
ebischoffso I thought it would be worth a few words of encouragement ;-)17:29
bdgrauekmail in karmic does not work for me, after upgrading from jaunty. known feature? suggestions?17:37
NoCodeIs the sound applet fixed in Karmic?17:37
BluesKajNoCode, seems that it depends on your soundcard17:39
NoCode82801H17:40
NoCodeIntel 82801H I might add.17:40
ebischoffbd : worksforme. what happens ?17:41
BluesKaj!intelhda17:41
ubottuFor fixing your Intel HDA sound this page has useful information https://help.ubuntu.com/community/HdaIntelSoundHowto17:41
NoCodeIs that really HDA though?17:41
NoCodeI have a GM965 chipset with Intel 82801H17:42
coz_hey guys..any n ews  on if gnome 3  is going to be in karmic?17:42
NoCodeOr does that matter?17:42
SkreechI'm having some issues with the ATH9k driver17:42
Skreechit says my wireless is disabled17:42
Skreechbut the module is loaded17:43
ebischoffbdgraue: works for me. what happens?17:43
bdgraueebischoff: wait a mom, will give you a paste of the error i get17:43
ebischoffok, in private request or in pastebin please17:43
danbhfivecoz_: gnome3 is not yet released17:44
bdgrauepastebin af course :)17:44
NoCode!pastebin17:44
ubottupastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at  http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic17:44
bdgraues/course/cause17:45
SkreechThe network is disabled in lshw -C network17:50
bdgraue_http://pastebin.kubuntu-de.org/4217:51
bdgraue_thats what i get, when i try to open kmail in konsole17:51
ebischoffbdgraoue : type ps aux | grep dbus   and check that dbus-daemon and other dbus processes are running17:52
bdgraue_ebischoff: http://pastebin.kubuntu-de.org/4317:54
ebischoffbdgraue : ok, wrong ty. do you know how to strace a program? if yes, strace kmail and pastebin17:54
ebischoffthe trick is (as root) : strace -f -e trace=all kmail17:55
ebischoffouch, I have to prepare for the opera :-(17:55
ebischoffmail to ebischoff at nerim dot net if you accept slow speed debugging17:56
bdgraue_:)17:57
bdgraue_ok, will do that17:57
bdgraue_ty17:57
albackerhow do i install jAVA in ubuntu 9.10 ? i already have restricted installed.. but a page with java isnt working18:10
albackerthe link is this one btw :18:10
albackerhttp://www.gva.es/ajedrez/ei_ajedrez_en.htm18:10
ebischoffbdgraue : try also renaming directory .kde/share/config/kmail to .kde/share/config/kmail.old and see if kmail starts18:10
ebischoffif yes, there's something in your configuration that makes it fail ; to restablish your configureation, rename back kmail.old to kmail18:11
bdgrauerenaming kmailrc doesnt do the trick18:13
wektalbacker: there is metapackage default-jre .  otherwise gcj-jre .  you will need a -plugin$ too if you want applets.18:13
albackerwekt, where to find the plugin?18:14
wektalso in repo, i presume.  search for  -plugin$  in aptitude.18:14
albackerlibsensors-applet-plugin-dev - Create plugins for the 'sensors-applet' package18:15
albackerlibsensors-applet-plugin018:15
albacker??18:15
albackersun-java6-plugin18:15
wekticedtea6-plugin is java plugin for openjdk18:15
wektdefault-jre is alias for openjdk18:16
wektopenjdk is basically GPL licensed sun-JRE18:16
wektgcj is FSF JRE18:16
ebischoffkdgrauer. OK. Same test with your mail folder, try renaming it, to see if there is a problem reading it. Also send me the strace. Also consider going to #kubuntu or #kde418:16
markitalpha6 remix, had problems during installation on acer aspire one 250d, is this the right place to report?18:17
wektIf you install  default-jre, you will get whatever Ubuntu recommends.18:17
albackerwekt, default-jre is already installed18:17
wektalbacker: to get the matching plugin, install icedtea-plugin18:18
bdgraueebischoff: just did that, after that kmail will start again, is it possible to import all the mails afterwards?18:18
albackerwekt, i did.. and it doesnt display that applet.18:19
albackerwekt, it works now. thanks for the help.18:19
wektglad i could do someone else a favor for a change18:20
BluesKaj!playdeb18:22
ubottuSorry, I don't know anything about playdeb18:22
bdgraueebischoff: just trying out the import functionality in kmail, seems to work atm :) thx for your advice18:23
BluesKajfor you gamers , check this out , you might already have heard : http://www.playdeb.net/welcome/18:23
peciskhi people, gnome-shell is broken in Karmic? :)18:25
FloridaGuyi keep geting this.... ( This problem report is damaged and cannot be processed. ) This typError ( error ) (incorrect padding )....is that the crash repot package?18:33
hggdhFloridaGuy: are you up-to-date on karmic?18:35
FloridaGuyhggdh, i just did an upgrade from 9.04 to 9.1018:36
hggdhFloridaGuy: using alpha6?18:36
FloridaGuyyes18:36
hggdhshould work18:36
hggdhit sounds likemight be a good option to open a bug on it18:37
bdgraueebischoff: got my kmail working and all mails imported, thank a lot :)18:38
FloridaGuyhggdh, just reinstalled apport....see how that works18:41
=== gbs-wes_ is now known as gbs-wes
=== RonaldH is now known as Ronald
ubuntuIs there a known problem with the AR928X wireless chipset?19:15
webbb82anyone use "awesome window manager"19:15
faganawesome window manager?19:15
webbb82ya19:16
webbb82google it19:16
faganubuntu: what problems are you having?19:16
ubuntuThe Driver is loaded and the lshw -C network says it's disabled19:16
tasslehoffI have installed Karmic on my MBP. I believe most stuff works, but I need to fix wireless network. A post I found told me that I have to "enable the bcmwl driver for wifi", but how do I do this?19:16
ubuntu When I modprobe -r the driver I get an option for wireless in the Wireless manager but the lshw -C says that network card is unclaimed19:17
ubuntu which of course means I can't use19:17
ubuntuit19:17
ubuntuI installed the daily of compat wireless19:17
webbb82http://www.actionshrimp.com/2009/02/installing-awesome-window-manager-on-ubuntu-intrepid/19:17
sunshinepantsjeez louise 146 upgradable packages19:18
tasslehoffhmm. is bcmwl a restricted driver?19:21
floating1for me it says system is up-to-date, and it's been like 40h since last update o.O where is the chromium-browser's daily build19:21
faganfloating1: did you check for update?19:25
fagan*updates19:25
ubuntufagan: any ideas?19:44
ubuntuis ATH298X a known problem?19:44
BleSShi! I need configure dm-crypt using options that doesn't come with alternate installer (i.e. serpent-aes), does this has changed whith the last alpha?19:44
ubuntuSorry19:44
ubuntuAR928X19:44
faganubuntu nope19:45
BleSS*serpent/twofish/aes-xts19:45
anders__1I need some help with the restricted broadcom drivers for my MBP. I have installed "Broadcom B43 Wireless Driver", but that did not give me wlan. I also have a "Broadcom STA wireless driver", but when I choose that one nothing happens.19:46
anders__1how can I install the broadcom driver from terminal?19:52
anders__1I believe all the broadcom drivers are now installed, but wireless doesnt seem to work19:57
* anders__1 hears a pin drop19:59
urthmoverhmm the new booting progress roller...I'm not feeling it20:03
urthmoverI like knowing if something is actaully moving along toward a finish...not just rolling20:04
tgpraveen!info thunderbird20:09
ubottuthunderbird (source: thunderbird): mail/news client with RSS and integrated spam filter support. In component main, is optional. Version 2.0.0.23+build1+nobinonly-0ubuntu1 (karmic), package size 11814 kB, installed size 35316 kB20:09
lordgiottoHi guy :) I want to test (and maybe use every day) the new ubuntu release, but i've a big problem which i cannot define the causes :\ can someone help me please?20:10
Dai!ask20:12
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)20:12
=== zniavre is now known as perceval
lordgiottoThe problem is (i think) that it cannot resolv ip... When i try to browse with firefox or update repository cache, or upgrade the system, it fails becouse ubuntu resolv a wrong ip (for example if i try to update package cache with apt-get update, it try to connect to 1.0.0.0 ip)20:13
faganSlideshow backrounds in karmic :)20:13
lordgiottoit happens both with wlan end eth connection and with auto dns (my router ip) and opendns20:14
lordgiottoi cannot understand which is the cause :\20:14
glengranthm - just upgraded my VB VM Karmic- Ubuntu Store under Applications vanished - temporary reset to Gnome 2.28?20:16
lordgiottono one can help me?20:20
=== yofel_ is now known as yofel
sewahi! how can i manage services in kde?20:22
sewato disable i.e. bluetooth service20:22
=== perceval is now known as zniavre
BluesKajsewa, uninstall bluetooth :)20:37
lordgiottook, no one can help me-... So can you sugget me how to open a bug on launchpad for this bug? (which package i've to tag in the bug?)20:37
BluesKajlordgiotto, are connecting at all ? perhaps it;s the network manager at fault20:40
lordgiottono, it's connected :\ I can ping my router and, SOMETIMES, i can ping google.com20:40
lordgiottoi think it's a problem of hostname resolv: infact, if i ping the ubuntu repository, after i can upgrade the system20:41
BluesKajlordgiotto, could be a dns problem20:44
lordgiottoBluesKaj: And how can i fix this problem in your opinion?20:46
BluesKaji use opendns , it bypasses my ISP's dns  server and uses this free service at opendns , these are numbers to edit your router's dns server, primary,  208,67.222.222 then the secondary 208.67.220.22020:47
lordgiottoI've set them in nm configuration, but the problem persist20:48
BluesKajoops 208.67.222.222 ...I think there was a comma in the first address20:48
BluesKajyou sert your dns server to manual configuration20:49
BluesKajtrthen apply the address numbers20:49
lordgiottoyes, i've done it, but the problem persist... Maybe it's a problem of avahi dns resolver20:51
lordgiottoi don't know20:51
lordgiottoor a local dns cache20:51
BluesKajreboot the router20:55
lordgiottoi've tried it also :\20:58
lordgiottoi can not understand :\20:59
piotrekmhi20:59
* BluesKaj still trying to connect with other karmic machines without any luck ...don't think samba was designed for linux to linux20:59
BluesKajon a LAN20:59
piotrekmusplash doesn't work on my two pcs (mac and a pc to be correct) with the current version of karmic, is it normal?21:00
piotrekmi mean shutting down is displayed correctly, but the bootup is in text mode, and i have to manually switch to the tty721:00
BluesKajpiotrekm, no that's not normal for sure , try configuring the splash in system settings in kde , dunno what the gnome equivalent is21:03
piotrekmk, thanks21:04
AlanBellanyone tried putting Karmic on an OLPC XO yet?21:17
alokitowhere is karmic's menu.lst?21:19
yofel!grub2 | alokito21:19
ubottualokito: GRUB2 is the default Ubuntu boot manager in Karmic. For more information on GRUB2 please refer to https://wiki.ubuntu.com/Grub221:19
alokitoyofel, well I installed karmic in my hard drive but I want to boot it from my jaunty's grub21:20
alokitowhat to do in that case?21:20
yofelno idea, never tried it, somebody else?21:22
James147alokito: you can either install grub1 again, or figure out howto edit grub2s menus and chainload to jauntys grub21:22
alokitohmm ok the configuration settings are now in grub.cfg21:22
James147alokito:http://ubuntuforums.org/showthread.php?t=119527521:23
alokitothank you21:23
=== ior3k1 is now known as ior3k
geniialokito: Don't edit that file though. Edit the /etc/default/grub    and do grub-install or grub-mkconfig21:23
nemoUgh. Annoying behaviour that, while I can't be sure, I think is new to karmic21:24
alokitoi'll just copy paste the menu entry of karmic's grub and edit it a bit for jaunty's21:24
nemoI move my USB mouse/keyboard to 2nd computer to see what it was doing (surprise power outtage on headless box)21:24
nemowhen I move them back to main computer, they are unresponsive21:25
nemosshing in I see they were picked up in dmesg just fine. restart of X does nothing.21:25
nemoso, since I'd only been up for a few minutes, just rebooted the whole system.21:25
nemoAnnoying though.21:25
xgurujust upgraded to Koala and the System>Administration>User and Groups are missing.  Has anyone else had this issue?  and is there away to get it back?21:26
zniavrexguru,  you should try "alacarte" (i got this menu in good place)21:27
nemoxguru: I've got them.  checked in menu editor?21:27
nemoxguru: do you have the command users-admin ?21:27
alokitotitle UUbuntu, Linux 2.6.31-10-generic21:27
alokitokernel /boot/vmlinuz-2.6.31-10-generic root=UUID=3dd3e1d9-42e9-4909-a810-aab8ba5672c1 ro   quiet splash21:27
alokitoinitrd /boot/initrd.img-2.6.28-15-generic21:27
alokitothis is gonna work in jaunty isn't it?21:27
alokitoto boot karmic?21:28
xgurumenu editor doesn't have it as a checkable listing, and it is intalled.  as far as user-admin not installed21:29
xgurualacarte i haven't herd of...i'm going to look that one up21:29
alokitobrb trying to boot from karmic now21:30
xguruhmm...installing user-admin worked...what was the issue exactly?21:36
nemoxguru: somehow it got removed in the upgrade?21:38
xguruthe only thing i noticed in the upgrade that gave errors was the usplash upgrade, which i herd was being phased out so i just uninstalled it21:39
BUGabundoguud evening21:42
AlanBellhmm, just had the daily karmic alternate ISO fail to install21:43
AlanBelllooks like pkgdetails is being called with invalid parameters21:44
Rods_Tigerdoes karmic make use of "startup manager" or are there other ways?21:47
nperryAnyone having any problems with eclipse as in bug 42906521:50
ubottuLaunchpad bug 429065 in eclipse "Eclipse 3.4.0 fails to start in Karmic" [Undecided,Confirmed] https://launchpad.net/bugs/42906521:50
causa-primahello! sound is broken, "cat /proc/asound/cards" says "0 [Intel          ]: HDA-Intel - HDA Intel  HDA Intel at 0xfbff8000 irq 22", aplay does not report an error, pulse is running, i am in the group "audio". the speaker applet thing is umuted, but "hardware" does not show any card, "output" says "Dummy Output". any ideas?22:01
causa-primanone?22:03
gnubiecausa-prima, Are you in the pulse and pulse access groups?22:04
causa-primaar..can't open a terminal22:05
penguin42causa-prima: If you bring up paman and go to the devices section what's listed under sinks22:05
causa-primawait, ich have to restart. errors. can't open termnal etc.22:06
penguin42sounds like he has bigger problems22:06
causa-primagnubie: causa-prima@causa-prima:~$ groups22:10
causa-primacausa-prima adm dialout cdrom audio plugdev lpadmin admin sambashare22:10
causa-primapengui42: paman is not installed22:10
penguin42oh, OK - it's just convenient22:11
causa-primaso..do i NEED to be in pulse ans pulse acces group?22:11
penguin42no, I'm just in audio22:12
gnubiecausa-prima, as a habit i added myself to the pulse groups and have not had sound probs, but prob not your problem22:12
penguin42uid=1000(dg) gid=1000(dg) groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),109(lpadmin),111(scanner),114(admin),120(uml-net),123(vboxusers),1000(dg)22:12
habermann24hi. i have a ubuntu-server (home server) that im testing KVM on... and i want to try 9.10 because of the newer kernel and stuff... how do i upgrade from 9.04 to 9.10?22:12
habermann24sudo do-release-upgrade won't find a new release...how do i tell it to look for development releases22:12
penguin42habermann24: update-manager -d -c22:13
penguin42habermann24: Be careful though - it's only alpha, it might break things and eat your cat22:13
habermann24penguin42: i have no gui...22:13
habermann24is update-manager a gui?22:13
James147habermann24: sudo do-release-upgrade -d22:13
habermann24aah22:13
penguin42habermann24: Then you can change all the jaunty's to karmic in /etc/apt/sources.list and do an apt-get update and apt-get dist-upgrade22:14
habermann24i understand that it is alpha software..probably stable in november?? ... but how are your experiences so far?22:14
habermann24chances are it will brake my mdadm raid??22:15
habermann24break22:15
penguin42habermann24: Mine are pretty good, but there are people who have problems22:15
James147habermann24: if the server is important to you for every day use then i would advise waiting untill it becomes stable22:15
causa-primai joined pulse and pulse-access, logged out, nothing changed22:15
causa-primastill no sound22:16
habermann24James147: ...hmm yea, i know.. it is tempting though :D22:16
James147habermann24: if you dont mind reinstalling jaunty again if it fails then try it if you dare :)22:16
habermann24James147: i dont care about that..unless it destroys my software raid somehow22:16
* penguin42 is curious about the -s option on update manager for 'Test upgrade with a sandbox aufs overlay'22:16
yofelcausa-prima: since pa is running per session now and not as a deamon you don't need to be in any groups afaik, check paman and padevchooser if anything is muted somewhere22:16
habermann24James147: i actually just eagerly want to try the new KVM stuff22:17
James147habermann24: so far i have upgraded my laptop, my desktop will be upgraded nearer beta or rc (depending on how long i can be bothered to wait) and my server wont be untill a few weeks after its released22:17
habermann24on the website it says going to be released october 29th?22:18
habermann24so it should be quite usable already?22:18
James147habermann24: you could try dual booting your server if you want to test it out... but thats not the best option... or backing up the entire system first22:18
habermann24really the only thing thats on there is KVM and samba...22:18
James147habermann24: it should be, but alot of ppl have had it break over the past few days22:18
habermann24so22:18
causa-primapengui42: paman --> sinks says "auto_null       Dummy Output"22:19
penguin42causa-prima: Weird - is there anything /var/log/user.log to indicate what's up?22:20
causa-primaSep 23 23:02:39 causa-prima dmraid-activate: ERROR: Cannot retrieve RAID set information for pdc_bggjceiej22:21
causa-primaSep 23 23:14:22 causa-prima pulseaudio[3110]: pid.c: Stale PID file, overwriting.22:21
causa-primadon't know what that means. but nothing else is there22:21
penguin42doesn't look relevant22:22
penguin42causa-prima: does /dev/snd exist?22:22
causa-primaSep 21 12:37:28 causa-prima pulseaudio[1738]: alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write!22:22
causa-primaSep 21 12:37:28 causa-prima pulseaudio[1738]: alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers.22:22
causa-primaSep 21 12:37:28 causa-prima pulseaudio[1738]: alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.22:22
penguin42I get the nothing to write stuff as well - but note that was 2 days ago22:23
causa-primapengui42: /dev/snd does exist22:23
penguin42causa-prima: try, cat /bin/ls > /dev/snd/pcmC0D0p22:23
penguin42oh, it doesn't let you do that anyway22:24
causa-primacausa-prima@causa-prima:~$ sudo cat /bin/ls > /dev/snd/pcmC0D0p22:24
causa-primabash: /dev/snd/pcmC0D0p: Permission denied22:24
penguin42how boring22:24
penguin42ls -l of that?22:24
causa-primacausa-prima@causa-prima:~$ sudo cat /bin/ls -l > /dev/snd/pcmC0D0p22:24
causa-primabash: /dev/snd/pcmC0D0p: Permission denied22:24
penguin42no, I mean ls -l /dev/snd/pcmC0D0p22:25
Cynthiasudo bash -c "cat /bin/ls > /dev/snd/pcmC0D0p"22:25
penguin42Cynthia: No, that's not the point22:25
causa-primacausa-prima@causa-prima:~$ ls -l /dev/snd/pcmC0D0p22:25
causa-primals: Zugriff auf /dev/snd/pcmC0D0p nicht möglich: No such file or directory22:25
causa-prima"Zugriff nicht möglich" means "access not possible"22:26
penguin42what's in /dev/snd - please put it into a pastebin rather than paste it all here22:26
CynthiaHello. The Update Manager's Check button now doesn't ask for a password on Karmic alpha updated as of yesterday, but now the "Updating cache" window is not resizeable and doesn't show all the text it should.22:26
CynthiaPicture: http://img.photobucket.com/albums/v390/Looce/img-launchpad/partial-aptdaemon-bitrate.png22:26
causa-primain /dev/snd there is only a folder called "by-path" containing a link to "pci-0000:00:1b.0"22:27
CynthiaWhat should I file this against? update-manager, aptdaemon or other?22:27
penguin42causa-prima: That's odd - there should be a whole bunch of files in there from the sound22:27
causa-prima:D22:27
causa-primawhat can i do?22:28
penguin42causa-prima: Report a bug!22:28
causa-primathat's not the answer i hoped for.22:28
causa-prima;)22:28
penguin42causa-prima: I'd also look through dmesg to see if there are any sound like errors22:29
causa-primawhere exactly shoulkd i report this bug?22:29
penguin42launchpad.net/ubuntu22:29
causa-prima[   13.583521] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 2222:29
causa-prima[   13.583577] HDA Intel 0000:00:1b.0: setting latency timer to 6422:29
causa-prima[   13.622108] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS.22:29
penguin42causa-prima: Please don't paste lots here - that's what pastebin is for22:30
causa-primabut i already foun that, seems like anyone has this :D22:30
causa-primaokay. i will write a bug report and hope taht someone's gonna help me fast.22:31
janhouseHi! I was wondering when is there going to be made theme that has rounded corners for menus, windows, etc.22:31
janhouseI think you should patch up gnome to do something like that, right?22:31
rskior just use another theme :p22:31
penguin42janhouse: Should be able to do it in a theme22:31
penguin42janhouse: I bet there is one already22:31
Cynthiajanhouse: there ought to be a usable theme for that already on art.gnome.org22:32
janhousethere are many themes that has rounded corners for top of the window22:32
janhousebut bottom still looks bad22:32
penguin42janhouse: Try 'newwave' or nuvola22:32
Cynthiajanhouse: The Human theme in Ubuntu has rounded corners for bottoms of windows.22:32
janhouseand what about right mouse menus and main menu?22:32
Cynthiajanhouse: What's the point of this question?22:33
janhouseHuman theme looks good :)22:34
CynthiaDo you want a round theme in Ubuntu? (there is one, but it doesn't fulfill the main menu rounded criterion) Do you want a rounded theme? (art.gnome.org ought to have one)22:34
habermann24is it true that the 9.10 release will be out october 29th???22:34
BleSSI need configure dm-crypt using options that doesn't come with alternate installer (i.e. serpent-xts), does this has changed whith the last alpha?22:34
janhousebut still, someone could make it possible to round corners of menus a bit :)22:34
Cynthia!schedule | habermann2422:34
ubottuhabermann24: A schedule of Karmic Koala (9.10) release milestones can be found here: https://wiki.ubuntu.com/KarmicReleaseSchedule22:34
rskihabermann24: seems so22:35
habermann24cool stuff!22:35
CynthiaWith the latest Karmic repository update, there's a Get Themes Online linkbutton in System > Preferences > Appearance22:35
janhouseok, cool :)22:36
janhousethx22:36
CynthiaI haven't gone out of my way to install an art.gnome.org theme before though22:36
darthanubisthats cool22:36
sven_oostenbrinkOn ubuntu 9.10, openoffice is frrreeeeaaaakkkiiissshhllyy slow with the file requester window.. CTRL-o, shows a grey window, no controls, mouse shows clock... 10 seconds later, it shows the files.. Then scrolling through those files sometimes makes the system freeze up for 10 seconds (entire latop stops responding).. Anybody else has this problem?22:37
darthanubisKDE4 has that easy ability to add new themes and add ons via download from within the app. I thought that might be a good idea for Gnome as well. Nice to hear it made it into the UI.22:38
Cynthiasven_oostenbrink: All OpenOffice.org applications or just one? With which did you test?22:38
darthanubisEverytime someone claim X or Z to be slow I can't help but roll me eyes. I never experience such "slowness". Nor does my computer ever "freeze".22:39
sven_oostenbrinkCynthia: well actually, all apps.. and thinking about it, OO always has been very sluggish, specially with the file requester window..  9.04 was not much different IIRC22:39
sven_oostenbrinkdarthanubis: Wanna switch laptops? :)22:39
Cynthiasven_oostenbrink: cannot reproduce here22:39
* darthanubis case in point22:39
sven_oostenbrinkdarthanubis: Happy to help out on that one..22:39
darthanubissven_oostenbrink: how much RAM your laptop have?22:39
sven_oostenbrink2,5GB22:39
darthanubisnice22:40
darthanubismine only has 1.522:40
sven_oostenbrinkdualcore 1.83GB core2 CPU22:40
sven_oostenbrinkeh22:40
darthanubissweet22:40
sven_oostenbrink1.83GHz.. :)22:40
darthanubismine is a Celeron lol22:40
darthanubisIt has always like ubuntu22:40
sven_oostenbrinkso its not like my lap is slow (even though it has a bunch of servers running as well, being a development laptop)22:40
darthanubisyour running servers or your lappy?22:41
sven_oostenbrinkNothign is slow here (X has been in alpha 4)22:41
Cynthiasven_oostenbrink: Is there 100% disk activity when opening the File/Open dialog?22:41
sven_oostenbrinkdarthanubis: yeah, but only local... nothing weird, apache, mysql, etc.. system load is .50, RAM usage is normal, no swap, etc..22:41
Cynthia(Possible source: damaged blocks on hard drive)22:41
sven_oostenbrinkCynthia: nope.. No disc activity at all22:41
darthanubissven_oostenbrink: cool:)22:42
CynthiaLive CD or actual install? (It never hurts to ask)22:42
sven_oostenbrinkCynthia: if thats so, why is any other file requester wroking normal? dolphin is normal, konqueror is normal, bash is normal..22:42
Cynthiasven_oostenbrink: OpenOffice.org uses Java internally I believe22:42
sven_oostenbrinkCynthia: 9.04 live CD install, upgraded to 9.10 (and very happy about it since 9.04 was a bit botched up..)22:42
Cynthiaif your Java runtime is GCJ, it can slow things down22:42
sven_oostenbrinkCynthia: so it may help switching to the sun java VM?22:43
CynthiaIt may22:43
sven_oostenbrinkI have multiple JRE's installed yeah22:43
sven_oostenbrinkthat may make a difference yeah22:43
CynthiaThough first, do this: Bring up a System Monitor applet and then try File/Open again22:43
CynthiaThe System Monitor applet has CPU activity by default, so leave it like that. See if the whole height of the applet becomes blue.22:43
sven_oostenbrinkCynthia: I'll try, hold on22:44
sven_oostenbrinkCynthia: nah, CPU usage stays low for OO, but it keeps being sluggish22:45
Kazik_hi, i've got small problem with my inspiron 1545.. when I boot ubuntu from my pendrive, it allows me to enable closed drivers (broadcom) from system->adm->hw drivers... but when I install it on hdd, it can't find any proprietary drivers... any idea how can i do this?22:46
Cynthiasven_oostenbrink: try running "gdb openoffice.org" in the console, then type "run -writer"22:46
ActionParsnip!broadcom | Kazik_22:47
ubottuKazik_: Help with Broadcom bcm43xx can be found at  https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx22:47
Kazik_thanks22:47
Cynthiasven_oostenbrink: then in the interface that appears, try File/Open; return to the console, press Ctrl+C, then type "thread apply all backtrace" and copy-paste the whole output on paste.ubuntu.com22:47
Cynthiaimportantly, the File/Open must not be complete when you press Ctrl+C22:47
Cynthiait must be in this "sluggish waiting state" that you describe22:48
sven_oostenbrinkCynthia: Just tried it, gives me : "/usr/bin/openoffice.org": not in executable format: File format not recognized22:49
sven_oostenbrinkCynthia: its a symlink to ooffice, which is a shell script that executes /usr/lib/openoffice/program/soffice22:50
sven_oostenbrinkso I tried gdb /usr/lib/openoffice/program/soffice, but then the run -writer gives me : No executable file specified.22:50
dk_hey...22:51
dk_any people have bug with server X?22:51
dk_i cant start gnome22:52
sven_oostenbrinkCynthia: Gotta create a report, I'll be back later on the subject.. meanwhile, if you could leave me a pointer on how to fix this gdb thing, I'd appreciate it lots22:52
dk_well...22:52
dk_?22:52
=== dk_ is now known as Dkpanic
Cynthiasven_oostenbrink: I'm trying22:54
Cynthiasven_oostenbrink: use "/usr/lib/openoffice/program/swriter" instead, no arguments to "run"22:55
sven_oostenbrinkCynthia: okay, I'll try it in a bit, right now I have to finish some reports22:56
Cynthiasven_oostenbrink: ok. I'm filling out a bug report too, myself22:56
sven_oostenbrinkCynthia: the /usr/lib/openoffice/program/swriter also fails by the way, its a bash script22:57
Cynthiasven_oostenbrink: well that's always nice.22:59
sven_oostenbrinkCynthia: got it running! :)22:59
Cynthiagdb /usr/lib/openoffice/program/soffice.bin ; arguments are -writer23:00
Cynthiaok23:00
sven_oostenbrinkCynthia: got lots of "no debuging symbols found"23:00
sven_oostenbrinkCynthia: crap, then when the interface comes up... Program exited normally.23:01
penguin42sven_oostenbrink: There are separate debug pacakges - some are in the main repo and some are separate - I can't remember where23:01
Cynthiathey're in the debug archive, it's a PPA I think23:01
Cynthiaor ddebs.archive23:01
Cynthiahttps://wiki.ubuntu.com/DebuggingProgramCrash23:02
Cynthiait's detailed there23:02
djdarkmanI have a netbook that was upgraded from karmic, and I still see the old usplash, do I need to remove that somehow?23:03
sven_oostenbrinkCynthia: okay, I'll look into it later, right now I really really... :)23:03
penguin42deb http://ddebs.ubuntu.com karmic main restricted universe multiverse23:03
Cynthiasven_oostenbrink: I understand :P23:03
CynthiaI can't file my bug anyway, Launchpad is in read-only mode for the next hour23:09
penguin42hmph - and that's when all the fun bugs will emerge :-)23:11
djdarkmandoes someone know where does GRUB2 keep it's menu list fileS?23:20
jpdsdjdarkman: It's genernated from the files at /etc/grub.d23:21
djdarkmanjpds: and do you know where can I set up the delay?23:23
djdarkmanit seems to be 2 seconds23:23
djdarkmanand I want just 123:23
jpdsdjdarkman: /etc/default/grub23:23
ActionParsnipdjdarkman: the one used is /boot/grub/grub.cfg but it is generated using the stuff in /etc/grub.d and /etc/defaul/grub file23:23
djdarkmanthank you very much23:23
ActionParsnipdjdarkman: you can edit the file but it will change next time sudo update-grub is ran23:23
Kazik_I tried your solution regarding broadcom bcm4312 on inspiron 1545, and doesn't seems to work.. I can see now driver to enable in sys->adm->hw dr, but even enabled, no chance to make it run... (without ndswrapper)  also doesn't work ethernet controller by Marvell 88e8052 PCI -E ASF Gigabit ethernet controller... maybe something for it?23:24
=== mike is now known as Guest59452
NoCodeIs sound still messed up in Karmic for the Intel 82801H?23:31
BUGabundowant to laugh?  https://bugs.launchpad.net/ubuntu/+source/file/+bug/248619/comments/2 Will Not Print On Tuesday23:33
ubottuLaunchpad bug 248619 in file "file incorrectly labeled as Erlang JAM file" [High,Fix released]23:33
IdleOneSo that bug is only effective on Tuesday?23:36
IdleOneshame I do all my printing on Tuesday23:36
Kazik_guys, is there any default password for sudo, when i run ubuntu as live-cd?23:36
IdleOneguess I'll have to quit my job now23:36
CynthiaKazik_: there is none, just press Enter23:37
James147Kazik_: There is no password on hte live cd23:37
IdleOnehmmm I don't have a job to quit :(23:37
Kazik_strange... when i was trying to enable restricted drivers it asks me for password... :/23:37
IdleOneKazik_: hit enter23:37
Kazik_thanks, i've tried that one what I've got on main hdd install.. ;]23:38
compintuitWhoah, latest updates made shut off take 3 secs!23:39
Kazik_btw i'm experiencing about 50% decrease in my intel i945gm chipset with Ubuntu 9.10 to 9.04 with kernel 2.30... (on my second laptop) :/23:43
BUGabundotaking a look at Ubuntu Software Store... looks nice, but wait: its Webkit logo as Internet LOLOL23:49
Daiso which one is experiencing regressions?23:49
Cynthiaaptdaemon requires two PolicyKit authentications to work23:55
Cynthiaand it has a "placeholder icon" to the left of Applying changes23:55
JanCsoftware store lacks keyboard navigation?23:58
CynthiaJanC: looks like it, yes23:59
JanCnot entirely, but it's not very usable without a mouse...23:59

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