[00:56] I keep getting these dang kernel errors regarding my wifi on The Mavericks. [01:01] As I've reported here: https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/605207 [01:01] Launchpad bug 605207 in linux (Ubuntu) "WARNING: at /build/buildd/linux-2.6.35/drivers/net/wireless/iwlwifi/iwl-sta.c:952 iwl_set_tkip_dynamic_key_info+0x161/0x170 [iwlcore]()" [Undecided,New] [01:01] er, remove .edge if necessary [02:01] head_victim: hey, back [02:01] long term, I think i will just install lucid [02:02] but i'm happy to report on any broken stuff, attempt workarounds, etc. in the meantime [02:05] my current hurdle is: minimal iso, can't install from mirror, no kernel modules found [02:30] FYI, I was able to install a minimal system using alternate install [02:30] just had to select a mode using f4, i think, at the very beginning [02:30] cmd line install [02:35] FYI, with both the full install that comes by default with alternate install cd, and the cmd line install, i get an init warning: [02:35] ureadahead main process (271) terminated with status 5 [02:37] ah, seems to be an issue when having a /var partition [02:37] which indeed, i do have === hggdh is now known as hggdh|away [04:53] How do I find date of creation of file? [04:54] heyboy: ls [04:55] simply ls does not do the job [04:55] is this question specific to meerkat? [04:56] No I just wanted to know when a file was created (not modified) [04:57] My question is general. I am having ext4 on my system === andregondim_ is now known as Andre_Gondim [05:34] Hello, how do I analyze UFW log entries [05:34] any documentation available? [05:37] there are [UFW Block] entries in the logs. what do they mean? === Andre_Gondim is now known as Andre_Gondim[ffW === Andre_Gondim[ffW is now known as Andre_Gondim === andregondim_ is now known as Andre_Gondim === lag is now known as lag-day-off === gordon is now known as Guest356 [10:22] Hello. I can't compile catalyst drivers on ubuntu latest. Is this a known issue? [10:59] new kernel today is crashing plymouth and won't boot === daker_ is now known as daker === yofel_ is now known as yofel === daker_ is now known as daker [15:44] Hi, everytime I restart my pc ssh is running. I checked sysv-rc-conf and all runlevels are unchecked, why is this? [15:55] Say, how do I add indicator-datetime to my gnome-panel? It doesn't seem to show up in the list of applets. [15:55] Also, my Firefox-4.0 has zero search engines. [15:56] !test [15:56] hrm? [15:56] DanaG: how did you install firefox 4.0? [15:57] ubuntu-mozilla-daily, I think. [15:57] grml, why is ubuntu-one still running? [15:57] This also happens on Lucid, as well. [15:59] could also be a buggy nautilus [15:59] uses one core for ~1 min when opening a folder [16:00] evince crashes for me. known bug? [16:00] I once made the mistake of telling ubuntuone to also sync my dropbox dir... and then ended up with tons and tons of u1conflict files, and 100% of one core used for a long long long time. [16:01] It's also silly that Mozilla people say they won't make tabs-on-top be default "until the theme works with it" -- well, the theme already DOES work with it! [16:02] DanaG> Do you have the indicator-datetime package installed? [16:02] ah, I thought I did, but it looks like I don't. Silly me. [16:03] you might also want to install indicator-applet-complete, which combines all indicators in one continuous panel applet [16:04] I do already have that, because that's the only one that doesn't nuke my logout and shutdown menu items. [16:04] http://pastebin.com/TnUsrFgJ [16:04] Can't install datetime. [16:05] Oh, and the Maverick kernel thinks my 3-button touchpad is a ClickPad... so I can't middle-click! [16:05] It treats the middle button as a left button, in the kernel. [16:06] I went to file a bug, but Launchpad errored out and lost all the text and info I entered, so I said "screw it" and went back to Lucid. [16:07] Is Maverick scheduled to use python2.7, or are we sticking with 2.6? [16:13] ARGH! [16:13] This stupid broken middle button is a real show-stopper for me. [16:16] a lot of my icons are broken … :( [16:16] My desktop icons all just had their text-previews escape onto my desktop directly, for a while. [16:16] During updates, that is. [16:17] i mean toolbar icons [16:37] DanaG> Sounds like a severely broken system to me [16:37] given all the unmet dependencies [16:38] Do you have many PPAs enabled? [17:19] is maverick compiled for i586 or still i386? [17:20] ARGH! Every time I update Maverick on sdb, it tramples on the Lucid grub on sda! [17:57] Hello. I can't compile catalyst drivers due to kernel version mismatch. Is there a fix for this? [17:58] have you ckecked launchpad for bug reports? [18:00] yes [18:07] nothing in launchpad for my problem [18:08] kklimonda, did you find/get and answer to your i386 question? i'm just curious. i assume everything is compiled i686 (but am just guessing). [18:09] kklimonda, "everything" that is labelled i386 ;) [18:12] ZykoticK9: yeah, it's compiled for i686 now from what I can say [18:13] kklimonda, thanks. [19:23] $ sudo sysv-rc-conf --list ssh [19:23] ssh 2:off 3:off 4:off 5:off [19:23] but still every restart ssh is started!!! [19:26] edgy: ssh has a upstart init script now, sysv-rc-conf does nothing there [19:26] sysv-rc-conf --list mysql [19:26] mysql 2:on 3:on 4:on 5:on [19:26] contrarily, every restart it's off [19:27] same for mysql [19:27] yofel: how can I deal with it please? [19:27] see /etc/init/.conf [19:28] yofel: the ssh.conf file contains [19:28] start on filesystem [19:28] stop on runlevel [!2345] [19:28] edgy: either edit the 'start on' statement in the file / comment it out. Renaming the file to .conf.diabled should work too I think [19:29] yofel: what does start on filesystem means please? [19:29] mysql should start by default though if it's installed, I remember someone mentioning that it crashes on start [19:29] edgy: "Start once all filesystems are mounted" [19:29] !upstart [19:29] Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [19:31] yofel: thanks for the hints but the mysql file shows [19:31] start on (net-device-up [19:31] and local-filesystems [19:31] and runlevel[2345]) [19:31] and still it's not started every reboot [19:31] check the logs, I remember someone saying a few days ago that mysql tries to start but fails [19:32] works fine when started with 'sudo service mysql start' after boot [19:37] does the 64bit ubuntu 10.04 have ia32 bit libs pre installed [19:38] not sure, but I don't think so [19:38] ideally you shouldn't need them at all [19:39] I'd imagine they're only installed when needed. [19:39] cuz my isp login binary is 32 bit when i tried that on lucid alpha versions it really didnt allow me to do anything [19:39] finally got the 32 bit version [19:39] yofel: thanks for hint, I can't find the problem of mysql in the log but let me rename the ssh and reboot and check, I will be back [19:42] i had posted that on ubuntuforums but got no reply http://ubuntuforums.org/showthread.php?t=1412624 but have downloaded the 10.04 maverick alpha so want to know [19:46] odd, if anything it should give an error about a wron ELF class, and not 'no such file or directory' o.O [19:47] since they wont give me a source i really cannot compile it as well [19:48] Since adobe did away with 64bit flash, you need 32bit libs for it [19:48] Charlie-tca: i wont bother with flash [19:48] its still available, just not on their page [19:50] well its time to sleep tomorrow i install maverick === C-S-B__ is now known as C-S-B [23:05] stupid quick question of the day [23:05] how to dump a nokia 5130 internal contact list to PC using Ubuntu ? [23:06] * charlie-tca doesn't believe BUGabundo would ask a stupid question... ;-) [23:06] * BUGabundo hugs charlie-tca [23:06] missed you buddy [23:06] been hiding good, huh? [23:06] I've been SOOO much away from this place latelly [23:10] WARNING:softwarecenter.db.update:error processing: /usr/share/app-install/desktop/evince.desktop 'catalogedtime' [23:10] nice!!!! [23:13] oh, very nice! [23:15] you know what's REALLY nice? [23:15] guake [23:15] how can I have ONLY today found out about this ? [23:15] !info guake [23:15] guake (source: guake): A drop-down terminal for GNOME Desktop Environment. In component universe, is optional. Version 0.4.1-3 (maverick), package size 139 kB, installed size 960 kB [23:16] Is it any good? [23:18] its heanvly [23:19] its chocolate on marchemelos [23:19] hmmm, maybe I have to try it then [23:32] that's kind of scarey [23:39] charlie-tca: what is ? [23:40] transparent background and can't resize it. It is all the way across my screen [23:40] oh, and it appears to work in Xubuntu, too [23:43] you can define what % it uses [23:43] defualt to 50% [23:43] F11 makes it full screen [23:44] I would like to see it about 100 columns, though [23:46] I think I might like it. I guess I will keep it for a while [23:47] file a bug :P [23:54] Got to try it for a few days before I do that. It might be really good this way. I can call it up in any workspace real fast, and it did not add any extras to my system. [23:57] yep [23:57] charlie-tca: wrong account [23:57] you want mi.bugabundo.net, no identi.ca/bugando [23:57] well, crap