[00:00] "/dev/sdb1 is mounted. e2fsck: Cannot continue, aborting." [00:00] there we go. started network-manager manually. [00:00] XmagusX: so uh. you surely have an idea what's wrong there..." [00:01] XmagusX: e2fsck is for ext filesystems. you have XFS? [00:01] Indeed I do. Which makes this error rather frustrating. [00:02] And actually, I believe I need to correct myself, as I think /dev/sdb1 is my /boot partition and formatted ext2 [00:03] is the latest update safe ? [00:03] test34, seems to be [00:04] <[31d1]> some new updates in apt created a bunch of dbus and networking related stuff in /etc. looks promising [00:04] ok [00:06] is anyone else annoyed by empathy taking the place of pidgin? [00:06] Mildly [00:06] i can't even figure out how to get empathy to blink in the taskbar/tasktray when i have a new message [00:06] CydeSwype, you can continue to use pidgin. I am. [00:06] i still have pidgin on upgrade [00:06] yeah i plan to Matir, i'm just worried about the average user that plays with ubuntu and considers switching [00:07] CydeSwype, fair point. I know a lot of work to integrate Empathy with the notification system is still underway [00:07] Scott says that the currently-running publisher run includes all his fixes, on amd64 and i386 [00:07] that will be available in about an hour [00:07] (at least from archive.ubuntu.com, dunno about all mirrors) [00:08] you know, when most people break the build [00:08] they mean the compiler fails with a terminal error [00:08] this deserves some sort of super award / achievement :) === Hillshum_ is now known as Hillshum [00:09] Achievement Unlocked: Build Breaker [00:10] :) [00:10] pwnguin: I've definitely committed bugs that erased disks in the past [00:10] hehehe nice [00:10] cjwatson: well, RAID's already tricky [00:10] who mentioned RAID? [00:10] Bollocks. I found out what the issue seems to be. /dev/sda and /dev/sdb seemed to have swapped. [00:11] pavucontrol should be part of a default install [00:11] XmagusX: that happens, that's why we try to use UUIDs everywhere [00:11] device naming isn't stable unless you're using something like LVM [00:11] i donno. seems like the easiest way to screw up is to break mdadm. but i guess UUIDs are another tool of mayham [00:11] are LVM + RAID safe? [00:12] with the current initscript flux i mean [00:12] goodness knows [00:12] nothing is safe. have backups. [00:12] my system hasn't imploded [00:12] Anyone have any suggestions as to how to overcome this hurdle? [00:13] So it's the init scripts that are broken? [00:13] there's like twenty backup tools packaged in ubuntu :) [00:13] XmagusX: use 'sudo blkid -o value -s UUID /dev/sdb1' etc. to find UUIDs for each device, and make /etc/fstab use UUID=blah rather than /dev/sdb1 etc. [00:14] the installer has set it up that way by default for some time [00:14] one thing ive been looking at is cloning UUIDs [00:14] that works fine unless you replace your disk :) [00:15] yes, none of the solutions are perfect [00:15] this makes coredevel people understandably nervous [00:16] I wrote a mini-dissertation on the topic in http://lists.debian.org/debian-boot/2008/12/msg00338.html [00:16] OSX can easily make bootable backups via rsync, but UUIDs undo that [00:17] actually replacing disks and reimaging is fine with UUIDs [00:17] the problem is if you *didn't* want the reimaged filesystem to be treated the same as the previous one for the purposes of mounting [00:17] pwnguin, why do you need OSX to do that [00:17] (as long as you reimage the full filesystem, not just its contents) [00:18] imagine you've got a spare drive on a USB enclosure [00:18] and nightly rsyncs to it [00:18] indeed, if you use rsync or similar for backups then you need to take care to restore the UUID in the event of a complete filesystem obliteration (as opposed to merely a few files lost) [00:18] I just use the dd tool, piped through gzip -1 :D [00:18] but that doesn't do incremental backups very well [00:19] cjwatson: right. but what i dont think you want to do is clone the UUID until the old one dies [00:19] err [00:19] too many negatives [00:19] you dont want two UUIDs in the same system [00:19] pwnguin: indeed [00:20] my approach would either be to save it somewhere independently, or else just to reset the UUID in /etc/fstab et al if you end up needing to do a full-filesystem restore [00:20] i like the full filesystem restore idea mainly because my desktop's been running ubuntu for ten releases without reinstalling [00:21] <[31d1]> pwnguin: are you saying that your bootable clone would have the same UUID, and then when you tried to boot from it crazy things would happen? [00:21] <[31d1]> or that it would have a different one and be broken? [00:21] the later, but worse [00:21] <[31d1]> ah [00:21] the bootable clone would either be different and broken [00:21] or identical and confusing at boot [00:22] <[31d1]> i've been trying in a background fashion to make simple bootable backups on ubuntu and havent ever really found a simple enough way [00:22] perhaps i should publish my notes thus far [00:23] <[31d1]> probably one of the only things i miss about using mac was i knew a way to do that [00:23] ideally, you'd attach a USB enclosured drive and leave it [00:24] <[31d1]> ideally i wouldn't leave it, but just update it every few days, and be able to boot from it if i wanted to [00:24] <[31d1]> but yeah [00:24] i currently use rsync (well, unison cos i'm lazy) to back up important documents to other machines [00:24] <[31d1]> i have good backups with rsync, but not nice and bootable [00:25] my bootable backup is the redundant drive in my RAID [00:25] alternatively, you drop the bootable backup solution and just back up critical stuff like /home and /etc and dpkg -l [00:25] my recommendation would be to make a new filesystem for the backup so that it has a different UUID, rsync to it or whatever, and have a written procedure for restoring it that includes updating /etc/fstab and your boot loader configuration [00:26] oh and /etc/initramfs-tools/conf.d/resume. there are more files to touch than is strictly ideal, but it's not a completely unreasonable number either [00:26] anyone else seeing lots of SYMLINK{unique} errors on boot? [00:27] NoelJB: harmless, I understand, but known [00:27] well [00:27] that's about half an hour wasted, half an hour-ish til the builds are done i guess [00:27] now , dont work atheros in karmic? [00:28] cjwatson, OK. Do you have an LP # for it? [00:28] very recent update removed /etc/init.d/NetworkManager [00:28] though i'm hooked up to the gb archive mirror so i guess it'll be a bit longer for me [00:28] cjwatson, what about the fact that network-manager isn't starting? [00:28] NoelJB: I don't know that it's filed [00:28] is this intentional (switch to upstart)? [00:29] NoelJB: the boot reorganisation is still publishing - you upgraded too early. An upgrade in half an hour or so should improve things [00:29] MaximLevitsky: yes [00:29] MaximLevitsky, yeah, it's this very late and ill-conceived (just given the proximity to release) migration from initscripts to upstart. Fine idea, but WAY late in the cycle. [00:29] NoelJB: great!!!!! [00:29] with due respect we disagree on the ill-conceived part, but given the late hour I'm happy to agree to differ on that [00:29] cjwatson, just checking. I know that stuff has been in process. [00:29] cjwatson: the bad idea was to use devicekit! [00:29] cjwatson, ill-conceived only because of the lateness. [00:30] NoelJB: yes, I did read what you said, but I still respectfully disagree [00:30] devicekit really kills me here.... I hate its new bugs [00:30] cjwatson, not the idea. would have been fine a month or two ago, or for karmic+1, but a month before release? [00:30] we thought about it fairly hard [00:30] it's not out of character, if you look at the history [00:30] So if I can't boot my system all the way...how to I fix? [00:30] doing it for karmic+1 would have meant a new init script system in an LTS release [00:30] <[31d1]> hey my boot's down to 8 seconds, i like it :) [00:30] especially new gnome-disk-utility [00:31] beryl, pulseaudio, etc [00:31] cjwatson, ah, fair point on that one. [00:31] my boot is 1:30 seconds.... [00:31] Nafai: a live CD plus https://wiki.ubuntu.com/ChrootRecovery may help [00:31] I mean 1 minute 30 seconds [00:31] [31d1]: are you serious? [00:31] and this is new laptop [00:31] cjwatson: Cool, I was imagining a chroot :) [00:31] [31d1]: post a bootchart! [00:32] <[31d1]> http://lrrr.us/boot.png but i have a sweet X-25 SSD :) [00:32] [31d1]: it may boot in 8 seconds, but can it log out in less than 10 seconds? :P [00:32] [31d1]: jealous [00:32] heh [00:32] <[31d1]> Cynthia: no, it can't :) [00:32] the chart's too short for the process names [00:32] Hehe [00:33] <[31d1]> i need to run it with a sleep in there so i can see Gnome being all just as slow as ever, though [00:33] why is logging out slow? [00:33] I admit I don't understand the fascination with fast booting, how often do you boot your machine? [00:33] There's a 10 seconds where GNOME just does nothing [00:34] <[31d1]> although some of the time from login->desktop i think is cause my window manager doesn't tell dbus stuff it's waiting to hear [00:34] ath5k isnt working ? [00:34] and then the hard drive seeks again and reads for logging out [00:34] i cant use [00:34] Nafai: I boot daily. [00:35] Since I use hibernate, I only reboot my laptop and my desktop when I've upgraded a kernel pretty much [00:35] <[31d1]> Nafai: running alphas makes me boot a lot [00:35] MaximLevitsky, I'm looking at the gdu problem, but with the holidays and company coming, I don't know how much time I'll have before next week. I don't know if anyone else is looking. [00:35] [31d1]: True :) [00:35] Nafai: booting daily is pretty common; fast boot tends to depend on having clean and more reliable code which is good for reasons other than speed; kernel upgrades; in cloud computing environments boot time costs real money [00:36] oh yeah, and why the heck can't I "remember authentication" anymore? [00:36] those are a few reasons why we care [00:36] <[31d1]> but i'd say it's mostly just an easy metric that relates to how fast everything else is [00:36] cjwatson: good point, I'm well acquainted with that last one [00:36] DanaG: in relation to what? [00:36] I help manage 2000-3000 Debian boxes for my day job [00:36] there's also a step function involved in tasks that take a certain amount of time [00:37] if something takes maybe anything up to thirty seconds, I'll probably sit and wait for it [00:37] In trying to mount my external drive.' [00:37] if it takes a minute or more, I'll go off and get coffee [00:37] It always asks for authentication every time I plug it in. [00:37] Policykit used to have a checkbox for "remember authentication"... but now no longer does. [00:37] so actually slow tasks tend to eat up disproportionately more than their wallclock time [00:38] Also, the devicekit stuff doesn't show up at all in the policykit control thingy. [00:38] cjwatson: only if you assume coffee is unproductive :) [00:38] differently productive. :) [00:38] turn on the computer, then go take a shower. even fsck should be done by then :) [00:39] pwnguin, that depends on the size of the drive and the water temperature. [00:40] I sure hope the water isn't going on the hard drive being fsck'ed [00:40] * Lars_G coughs a hairball [00:41] hi folks. what's the status on upgrading to karmic from within jaunty? failed earlier [00:41] hey people, i have ath5k [00:41] \o/ [00:41] but now, i cant use [00:41] andy idea? [00:41] /o\ [00:42] dto, worked for me, but I see some odd behavior compared to a clean install, so I'll probably reinstall when I get time. [00:42] NoelJB: when did you do it? [00:42] dto: it should be happier shortly [00:42] dto: give it twenty minutes maybe [00:42] dto, while back. [00:42] dto, you're seeing something recent? [00:42] cjwatson: wonderful. i will keep my eyes on the channel. [00:43] cjwatson: roughly how long does replication around the archive servers take? [00:43] superdump: I don't know [00:43] NoelJB: yes, i tried it earlier today when re-doing my system from scratch, and it didn't work. failed during computation of the upgrade [00:43] superdump: the central ones update in maybe 10-20 minutes at worst under vaguely normal circumstances, but who knows about the more far-flung mirrors [00:43] dto: I had that too, it fixed itself some 2 hours later [00:44] how far-flung is gb? :) [00:44] superdump: it's close, only takes a handful of minutes [00:44] cool [00:44] thanks [00:44] i hope you're not stressing too much right now :) [00:45] superdump: you can find out by looking at /ubuntu/project/trace/ on your mirror, and compare the entry for the mirror (you may have to run 'host' on each entry and compare IP addresses) with that for syowa.canonical.com which is the sync point [00:46] ok [00:46] is this update going to be everything migrated or just the important stuff? [00:46] (it's not the master, but looking at the master, cocoplum, is a bit uninformative because the timestamp isn't updated right at the end of the publisher) [00:47] everything relevant to the boot reorganisation, so I'm told [00:47] ok, good [00:47] random question - what's happening with ia32libs in ubuntu? [00:48] it seems debian has switched to multilib [00:48] is ubuntu following suit or...? [00:48] superdump, what about it? the goal is to split it up, but for now they had to put some things (audio) back in, as I understand what I saw. [00:49] i wasn't really sure how to handle it in debian as when the switch occurred, i was prompted that i could either install everything (apps and libs) or install the libs or something else [00:49] Cynthia: i'm gonna try again in a little while, hope it works. [00:49] i chose to install the libs but it seemed to be pulling in far more libs than i needed and a lot of them were broken during the flux [00:50] i wanted the behaviour to be that libs needed for dependencies of 32-bit apps that i install get installed but no others [00:50] superdump: we're skipping over the fiddling that Debian's been doing with ia32-libs, and switching directly to multiarch once it's implemented. We tried to get that into karmic but unfortunately missed [00:50] i didn't want 32-bit versions of every lib i had installed [00:50] there seems a fairly reasonable chance that we'll have more or less proper multiarch in karmic+1 [00:51] interesting [00:51] indeed [00:51] we had an extensive set of discussions about it with the relevant Debian people at UDS [00:51] total noob here. how do i enabling the command line to start when i reboot? [00:52] how do i enable it i mean...can type today.lol [00:52] i would guess they've moved along with it quite a bit by now as it was a couple of months ago or so when they started the switch [00:52] Debian isn't doing real multiarch yet [00:52] just splitting stuff up in preparation? [00:53] the ia32-libs people in Debian have been experimenting with a different approach which hasn't been all that popular and is likely to be superseded [00:53] any package splits you see are just routine things that have been happening over time anyway [00:53] ok [00:53] as in extra lib64* versions of things [00:53] except for libc-bin and libc-dev-bin, those are conscious multiarch preparation [00:53] i did wonder what they were [00:53] but the dpkg patches haven't landed yet [00:57] cjwatson, i manged to rescue most of my desktop install by reinstalling on the karmic partition without any formatting . Some of the apps compiled from source have to be reinstalled but otherwise most is fine. I"ve commented out all the archive repos in order to install some stuff from the ppa's etc [00:57] Hey guys how i enabling the command prompt to automatically boot up with a restart? [00:57] but i haven't "updated" yet [00:58] DefToneX, you open a terminal window from the Kstart menu at the lower left of you screen [00:58] DefToneX: i'm not sure what you're trying to ask [00:58] do you want a terminal window to open when you start up? [00:58] how do i add opening the terminal to start up manager? [00:59] DefToneX, that was the ansere to your first question above, the second question is either of the following shutdown -r now or reboot -- -r [00:59] DefToneX, whynot just place it in the panel and click on it [00:59] when i reboot i want the command line "window" to start automatically [01:00] openoffice crashed on a document i had earlier [01:00] the apport generated bug report was 163.1MB [01:01] DefToneX, ubuntu or kubuntu [01:01] or xubuntu or... [01:01] or netbook remix or... [01:01] ubuntu [01:02] DefToneX: System/Preferences/Startup Applications --> Add --> gnome-terminal [01:03] (gnome-terminal is the command, set any Name and Comment) [01:03] ya know...those sorts of dialogs should be a bit more friendly...most people don't know the actual application name...being able to select from a list of all programs that the OS knows about would be better [01:04] yeah [01:04] albeit a bit more windows-like [01:04] that's what i was looking for! ha....thanks Cynthia love ya [01:04] CydeSwype: or provide a list of apps like the Main Menu has [01:04] * CydeSwype wonders if there's a blueprint or brainstorm written for that [01:04] Cynthia, exactly [01:05] same with the "create launcher" dialog [01:05] Activation (wlan0/wireless): access point 'Home' has security, but secrets are required. [01:05] grr! [01:05] i bet a bunch of people have tried using that and had their eyes glaze over [01:05] it's true...secrets are required...a necessary evil [01:05] CydeSwype: right-click application -> add launcher to desktop -> move launcher to required place [01:05] well, the thing is, it's not asking me for the key. [01:06] I already gave it the key ages ago. [01:06] CydeSwype: but I agree that it's not so intuitive [01:06] And yet, it's not showing up in the "edit networks" list, eithert. [01:06] either. [01:06] Cynthia, good point. that's a good workaround [01:06] LOL well that was fun ... [01:06] DanaG, Network Manager issue? [01:06] Yup. [01:07] DanaG, I missed the prelude. Was rebooted spontaneously by that last apt upgrade [01:07] DanaG, passwords in general don't seem to stick in karmic...my ssh and ftp bookmarks in gnome always prompt me for passwords despite my telling them to remember the passwords forever [01:08] have to leave work now...wonder if i should try rebooting (post upgrade) or just leave the lappy on and at work for the night [01:08] DanaG, I've done some work on NM and MM lately, but I haven't looked at how the creds are stored. You could swing by #nm and ask. [01:08] think i'll leave it on... [01:09] see you all [01:11] DanaG, I believe that there was just a discussion in #nm related to the authentication agent. apparently a dbus-glib regression. not sure if that's the issue you're seeing, but Dan would know. cjwatson might, too, if he's the Colin whom Ulrik just mentioned. [01:14] odd question. the "my computer" "network" "trash" etc icons have disappeared. the desktop still works fine but those particular icons are somehow zapped. how can i put them back? === dto2 is now known as dto [01:14] blam. [01:16] dto, have you checked your settings with gconf-editor? [01:16] or gconf2-tool if you prefer. [01:16] hmm. [01:16] lets see [01:17] where might i find that? nautilus/ [01:17] ah@! thanks [01:17] I'm trying to recover my system using the live-cd. the installer started. can I access the console from here to start the chroot recovery? [01:17] dto, apps/nautilus/desktop [01:18] NoelJB: thank you. [01:18] dto, welcome :-) [01:24] cjwatson: all up on the sync server now? [01:32] [31d1]: what was your boot time before the initscript changes? [01:32] <[31d1]> superdump: that was it [01:32] oh [01:32] <[31d1]> haven't rebooted since they showed up [01:33] <[31d1]> why? think it will change? [01:33] no idea [01:33] Ok, so like [01:33] I did some package upgrades [01:33] Usplash broke [01:33] as well as a few other things [01:33] after recent update, I don't see the cd disk in nautilus. do you see same? [01:34] I'm using Kubuntu Karmic, so, No idea [01:34] some things are broken currently in koala apparently [01:34] There were some HAL upgrades however [01:34] gdu shows it however [01:42] [31d1]: I'm proud of you. [01:42] [31d1]: We all are. [01:45] hello [01:45] using the live CD, how can i access the migration assistant? === jtatum`` is now known as jtatum [01:53] after all that wining in #ubuntu , my 686-vm just updated fine, though some recoverable fsck's, quite usual for vm's on fragmented disks [01:56] any clues on migration assistant? [01:56] I'm unable to view it ona lpha5 [01:58] Hello guys [01:59] hello [01:59] I was talking about migration assistantç [02:00] How do I return my desktop to back when I first installed ubuntu? [02:00] uhmm interesting.. [02:00] what do you mean with return your desktop to back? [02:00] <[31d1]> MindVirus: :) [02:01] DefToneX: it's better to wait for an answer in the channel first [02:01] i want to erase the stuff it saved when i accidentally removed some icons from the task bar [02:01] k sorry C [02:01] so you want to erase the removal of icons? [02:01] i.e. recreate them [02:02] yeap [02:02] i'm pretty sure i want to erase my user settings and have it default back to right after i installed the distro [02:02] I don-t know a way to undo these kind of changes [02:02] ahhh [02:02] resetpanel | DefToneX [02:02] !resetpanel | DefToneX [02:02] DefToneX: To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [02:02] DefToneX: you can delete the gnome folder under ~/ [02:03] or so [02:03] interesting... [02:04] another way could be purge and reinstall ubuntu-desktop [02:04] I was telling a friend to add his user to vboxusers group under karmik, and he said there isn-t such a group under the gnome users and groups dialog. I have confirmed that the dialog is chowing the users list instead of the gourps list... [02:05] showing [02:06] it smells like a strange mistake... [02:06] in latest karmic, the Users and Groups shows "an internal error occurred" and doesn't start [02:06] i didn't time it, but it really felt like that booted much quicker [02:06] uhm so there's definitely something wrong there [02:07] there are some unknown key SYMLINK{} issues though [02:07] actually, it's probably not latest anymore, since the archives move a lot [02:07] * Cynthia updates [02:07] sure [02:07] I'm updating right now [02:07] :) [02:07] update-manager failed [02:07] I'm apt-getting [02:08] the update manager fails with update calculation errors a lot [02:08] hmm [02:08] i haven't had any issues [02:08] yeap, I'm aptitudeing [02:08] :) [02:09] 64 KB/s on a connection that can handle 500 KB/s down [02:09] the archive is being hammered :( [02:10] Cynthia, try a different mirror? [02:11] United States archives are going to be slightly laggy for Canada eh? Thanks, changed my mirror to a Canadian one [02:11] ... but still, 50 KB/s on that one [02:12] try another one, and another one, etc;) [02:12] superdump, cjwatson says that the SYMLINK{unique} issue is known and ignorable. [02:12] may be the traffic problem is in your isp [02:12] NoelJB: ok, cool. thanks [02:12] true AirBender [02:13] try httpÑ--speedtest.net [02:13] wow [02:13] http://speedtest.net [02:13] does anyone know what specific issues the topic is talking about? [02:13] and check if you can use the remaining bandwidth [02:16] BotLobsta, theres a thread talking about it: http://ubuntuforums.org/showthread.php?t=1267183 [02:18] thanks [02:24] sorry guys my system bugged out...can u give me that command again? i wanted to go back to my desktop like it was when i first installed ubuntu [02:26] !resetpanel |DefToneX [02:26] DefToneX: To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [02:26] does anyone know where the xubuntu artwork devs can be found? [02:26] this one? [02:26] AirBender: now my packages are up-to-date, and a further apt-get update won't download anything [02:26] so maybe I can test the speed-test-while-downloading thing tomorrow, but not today [02:28] Cynthia, what change are you expecting to see? [02:28] cool, you can still do the test if you want to check your current speed... but doesn't matter [02:29] change of download speed from the mirror [02:29] apt-get update took the better of 5 minutes, I think [02:29] Hi, $ ls -l /etc/udev/rules.d/z60_hdparm.rules [02:29] lrwxrwxrwx 1 root root 15 2009-08-31 05:16 /etc/udev/rules.d/z60_hdparm.rules -> ../hdparm.rules [02:29] this is a dangling link [02:29] is it only me? [02:29] thanks ubottu [02:30] oh, speedtest.net requires Flash [02:30] shall I use Gnash or Adobe? (64-bit) [02:31] may be... hope to see the days when flash will note be needed anymore [02:31] I think flash-player alpha is a good option if you want a usable plugin [02:32] Cynthia: but no the flash-plugin suggested by ubuntu [02:32] Cynthia, I use 64-bit Adobe [02:32] so flashplugin-nonfree? [02:32] Are things still broken? [02:33] Cynthia, flashplugin-installer [02:33] Thank you [02:33] NoelJB: is this the adobe's alpha? [02:34] if this gets installed using nspluginwrapper, I would not recommend it [02:35] AirBender, me, neither. I need to check. [02:35] The following NEW packages will be installed: [02:35] flashplugin-installer ia32-libs lib32asound2 lib32bz2-1.0 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32v4l-0 lib32z1 libc6-i386 nspluginwrapper [02:35] I usually install directly from the Adobe site. [02:35] OK, Cynthia, get it direct from the Adobe site. [02:36] was 52% downloaded, clearing partial packages and getting it from Adobe then :D [02:37] .deb with GDebi says wrong architecture [02:37] * Cynthia tries the .tar.gz [02:37] anybody know why gnome-terminal would suddenly be eating all my 'n' keys? no other app seems to be doing this, and no other key seems to be affected. how weird! [02:38] no idea, sorry. gnome-terminal doesn't eat my n's [02:39] barry: i saw that one time... but i forget what it was. i think a key was stuck down [02:39] Cynthia: this is the link http://labs.adobe.com/downloads/flashplayer10.html [02:39] it's a linux 64 bits pre-release version of flashplayer [02:39] barry: like ctrl or alt - and not physically stuck down, but stuck down in software, like when you switch context while holding a key [02:39] so try pressing and releasing all modifiers [02:39] the best we 64 bits users can get so far [02:39] ah [02:40] I was getting the usual one [02:40] this is for 32 bits [02:41] have you installed flashplayer from adobe before? I mean without using the .deb packages [02:41] I have, it usually comes in the form of an install script [02:41] AirBender, what is for 32 bits? I download the tar and just copy the .so into place. [02:42] Cynthia, it is just one file. [02:42] it came with an install.sh the last time I downloaded it, unless I'm mixing it up with some other software package [02:42] ok [02:43] well, as NoelJB said the process isn't difficult, but you have to take care of some symlinks If I remember well [02:43] ok, done [02:44] sudo cp libflashplayer.so /usr/lib/mozilla/plugins [02:44] yeap [02:44] http://www.speedtest.net/result/566314837.png [02:45] in the past it was needed to make a symlink in a firefox's specific folder I think... [02:45] excellent [02:45] 430 KB/s is much higher than Ubuntu archives' 60 KB/s [02:45] which leads me to believe they're just really busy [02:46] so there is a bit of servers overhead [02:46] On mine, it looks like: flashplugin-alternative.so -> /etc/alternatives/firefox-flashplugin which I manually linked to where I put the 64 bit version. [02:46] oh right, the alternatives [02:46] <> you're fine, Cyn [02:47] this is just a really temporary install anyway, it will most likely break tomorrow [02:47] so I'll bother with the release version :) [02:47] :-) [02:48] mine is broken now... [02:49] I didn't read the channel's topic [02:49] XD [02:50] I backed everything up with a dd|gzip after zeroing out unused parts of my hard drive [02:50] alpha doesn't scare me right now [02:51] heheh [02:52] I used to install alpha versions in my machine, but with karmic I'm only testing it on VBox so far... [02:52] don't have enough time for surprises... [02:56] ali12341: weird. -n works but -n doesn't! even with a restarted terminal and /only/ in terminal [03:11] this is really useful link for people who suffered problem with booting according to the latest updates. http://roderick-greening.blogspot.com/2009/09/recover-non-booting-linux-system.html [03:11] aboSamoor: Thank you muchly [03:11] Nafai: welcome :) [03:24] Cynthia, I have a 500GB laptop drive, so I have 5 OS partitions, an swap partition and a shared data partition. [03:25] 500 GB on a laptop? I have 300 GB on this desktop [03:25] Cynthia, actually, 2x500 internal, plus external. :-) [03:26] Ouch :D If your external holds data as well, I can see why dd|gzip wouldn't work so well [03:27] FFE LP: #427356. [03:27] * Replace hwclock udev rule with an Upstart job. This has never needed to be a udev rule after all since it doesn't access the hardware! [03:27] Cynthia, actually, I did an initial dd to create a dup drive, and I have a script that backs up all of the inactive partitions to the clone drive. [03:27] hwclock == 'hardware' clock, though, no? [03:27] Cynthia, my desktop has about 5TB but working with these things is what I do for a living, so ... [03:27] NoelJB: true [03:28] I'm just an enthusiast [03:28] * Amaranth has 160GB in his laptop, 500GB in his desktop, and a 1TB external drive [03:28] I've love to get 500GB in my laptop but I'm worried about power usage [03:29] 300 GB, 200 GB external. But I don't have much data. Most of it is Java programs, for which I can delete the binaries before backing up, and my handwriting font which compresses well [03:30] speaking of Java, OpenJDK 64-bit has no plugin, or am I dreaming? [03:30] yeah, I don't really need 500GB in my laptop but git checkouts and builds of basically every component of a modern GNOME desktop take up a lot of room [03:30] Cynthia, not sure, I'd have to look. I do have a 64-bit java plugin from Sun. [03:30] and it's a dual-boot system with OS X so... [03:31] OS X apps take up a _lot_ of space [03:31] I've never used Mac OS, so I wouldn't know [03:32] indeed they do [03:32] Cynthia: It's almost as bad as Windows [03:32] space just seems to disappear [03:32] It's like every OS X app is Adobe Reader as far as space used [03:32] (Adobe Reader on Windows uses like 700MB of space) [03:33] that sounds a little excessive [03:33] Windows Vista+ is worse because all the apps are in the manifest area (Windows\WinSxS) and all the icons have like 10 resolutions in them [03:33] <[31d1]> holy crap http://lrrr.us/boot.png superdump [03:33] Is there a way to boot a live cd into just a shell prompt and not graphical mode? [03:34] [31d1]: eeeeehehehee :) nice [03:34] [31d1]: congrats on 6 seconds [03:34] <[31d1]> that's nuts [03:34] the 74MB/s is the peak disk throughput right? [03:34] <[31d1]> it used to be 10-12 in jaunty [03:34] I am nowhere near that. [03:34] Nafai: try using the boot options (F6) to add 'single' [03:34] it was 144MB/s last time i think [03:34] that's measured from when? [03:34] kind of interesting [03:34] single-user might give you a root prompt [03:35] <[31d1]> boot to gdm prompt afaik [03:35] Cynthia: Hrm, well I kind of need network [03:35] [31d1], starts when? when grub starts loading the image? [03:35] <[31d1]> yeah 74MB/s isn't that great [03:35] [31d1]: and how was that done ? I mean the 6 seconds, SSD ? [03:35] <[31d1]> whenever bootchart starts normally NoelJB [03:35] eh... all the non-singleuser runlevels will have both network and gdm, I think [03:35] [31d1], OK [03:36] <[31d1]> aboSamoor: yeah i got one of those X-25 dopesauce drives [03:36] (@Nafai above) [03:36] [31d1]: i'm guessing the reads are spread out much better or something so there doesn't need to be as much data read at once [03:36] Ok [03:36] <[31d1]> superdump: hmm, maybe [03:37] There's no seeking on a solid-state drive [03:37] so readahead can read from everywhere at once [03:38] * superdump sleeps [03:39] <[31d1]> man, now i really want to figure out this dbs nonsense with my window manager that i think makes login->desktop extra slow [03:39] <[31d1]> dbus [03:42] <[31d1]> i want to understand bootchart a bit better [03:43] <[31d1]> its hard to tell what's taking time for itself, and what's just making a line because it is running [03:43] * debian/sreadahead.upstart: - Start before mounting filesystems. [03:43] Is this why I see "/dev/sda{1,2,5,6,7}: No such file or directory" on boot? [03:57] err [03:57] lol [03:57] I feel lucky my computer boots [03:57] congrats :) [03:59] lol [03:59] well [03:59] i don't have a lo in ifconfig after the last upgrade anyone else have this? [04:00] It seems that Kubuntu users were unaffected by the boot issues. [04:00] bucky, I have lo [04:00] y0 guys, how do I find out if my hardware supports KMS? [04:00] also said something about can't write to /shm and pts... i think it has to do with the hal updates [04:00] CyberKitsune, what are the boot issues? [04:00] It doesn't boot in some cased [04:00] woot im getting an ipod touch in a few days [04:00] StrawberryBatman, what is your hardware? [04:00] cases* [04:00] I get a new graphics glitch when I enable composite that shouldn't be there and I need to know what it is. [04:01] My hardware is t40 standard [04:01] which means mobile radeon 2500 [04:01] p3 [04:01] StrawberryBatman, so no by default [04:01] Oh, wait [04:01] ISSUE [04:01] What, I thought kms for radeon was into the experimental stage [04:01] After upgrading Kubuntu 9.10's packages [04:01] StrawberryBatman, yes it is, but you have to enable it [04:02] Usplash doesn't work [04:02] how do I enable it? [04:02] anymore [04:02] CyberKitsune, thats what I have right now, but it still boots [04:02] Yeah [04:02] StrawberryBatman, do me a favour type glxinfo | grep renderer [04:02] into a terminal [04:03] CyberKitsune, thats not that big a deal [04:03] OpenGL renderer string: Mesa DRI R100 (RV200 4C57) 20090101 AGP 4x x86/MMX/SSE2 TCL [04:03] could be a lot worse [04:03] except, you can't Alt-F1 into the console since Usplash fails [04:03] StrawberryBatman, you need to add radeon.modeset=1 to the kernel commandline [04:04] I don't understand it, but before I added composite disable to my xorg.conf, a lot of software was glitching.. notifications, task manager, and everything composited would turn into gibberish on my screen. [04:06] topic [04:07] <[31d1]> yeah topic seems overly pessimistic now [04:08] topic is out of date [04:08] (for me anyways) [04:09] dude, that wiped out my file with joystick support. i get the old version of console.lisp from github now. [04:09] that's ok. i'll grab it from launchpad [04:09] so it should look like " linux /boot/vmlinuz-2.6.31-10-generic root=UUID=6longnumber ro quiet splash radeon.modeset=1" ? [04:10] <[31d1]> oh neat all 6 virtual terminals or consoles or whatever they are called work again [04:12] <[31d1]> but less fonty goodness than before [04:12] hmm, XChat crashed along with my whole session :D and usplash is gone from the boot process [04:12] <[31d1]> i swear unicode used to work in them [04:20] Hey what's the status of Intel Corporation 82865G Integrated Graphics Controller (rev 02) in karmic? [04:20] working is is UXA still broken? [04:20] or is* [04:21] I have "Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)" and it works accelerated in Karmic; Compiz used to be slow in Jaunty but is now super fast [04:22] Cynthia: so should I give it a shot and upgrade? [04:23] I have no issue with breaking or having to re-install if needed [04:23] but I rather not heh [04:23] Get the alpha5 LiveCD if you can't handle breakage [04:23] test it out there, then get back to Jaunty [04:24] well according to topic I better not [04:24] I'll wait. thank you for your answer Cynthia [04:24] The Alpha5 LiveCD is stable [04:25] Just, don't go to Update Manager yet :D [04:31] wow, I think karmic is booting almost at twice the speed It did some days ago... [04:31] unfortunately once you login, all the speed goes to hell XD [04:32] well, don't update or you won't getback in [04:33] hehe, actually I didn't read the topic before updating.... [04:33] and had to solve the mess... [04:34] but now is booting ok, ignoring all the warnings, and an issue with the timestamp of the filesystem...may be related to VBox... [04:35] yeah, mydesktop suffered majaor trauma, which is being fixed now..I hope [04:36] filesystem last mount time is another issue [04:36] do you have the same problem Cynthia ? [04:36] I thought it was related to VBox... [04:36] I had it earlier today, and I do every time I reinstall Karmic [04:36] ok [04:37] Mount time is in the future, 4 hours or so [04:37] it's a timezone problem [04:37] it seems to be related to a non UTC timestamping [04:37] I mean to a UTC timestamp [04:37] which at boot time seems like the future [04:39] yeap [04:39] haven't updated this laptop, and I won't for a day or 2 [04:39] it's just the difference between my timezone and UTC [04:42] i was considering taking the plunge yesterday. i'm glad i didn't [04:46] I recovered most of my desktop, just non-repos apps missing [04:47] ok, gotta sleep now [04:48] Good Night Ubunter@s ! [04:49] I'm getting weird errors since my last dist-upgrade, and think I have traced it to Upstart. What's the best way to downgrade it back to 0.6.3-1? [04:50] Weird errors on bootup that is; namely, it wants to run fsck after the partitions are already mounted [04:52] I just installed updates for Kubuntu 9.04 and KDE crashed... Is there a way to revert to working OS? [04:52] for 9.04 questions please see #ubuntu [04:52] this is for 9.10 Karmic Koala [04:53] sry was told to go here... misunderstanding [04:53] * Cynthia shrugs [04:58] ok, just downloaded the older version from the mirror and used 'dpkg -i' to manually downgrade it; hopefully this will solve the boot problem === dto1 is now known as dto [05:17] (eth0): canceled DHCP transaction, dhcp client pid 7310 -- Error received: Numerical result out of range [05:17] -- Original message: type=0x19 length=56 flags= sequence-nr=1253074410 pid=4201609 === DanaG1 is now known as DanaG [05:21] argh! stupid NetworkManager. [05:25] a few hours later, and I'm recovered from the upstart switch over [05:25] fast boot time [05:25] faster anyway [05:26] sunshine, what did you switch to? [05:27] installed from the daily x86, updated with safe-upgrade [05:27] I got a 500gb wd passport disk for my stuff. this thing is awesome. [05:28] writing to it is tolerable, and read times are almost twice as fast [05:29] cool :) [05:29] http://www.amazon.com/Western-Digital-Passport-Essential-WDME5000TN/dp/B001F9LY14 [05:30] what's the interface? esata? [05:30] NetworkManager: Activation (wlan0/wireless): access point 'Home' has security, but secrets are required. [05:30] ARGH! [05:30] passport is 2.5" -- usb2.0 only. [05:30] ARGH, damn networkmanager! [05:30] It refuses to use the key I gave it for my network... and then also fails to ask me to enter the key. [05:31] regular usb 2.0. my laptop. thing has no esata. had trouble with an esata card in the past, so yea [05:32] network manager.. [05:32] I'm working on a clippy type character that pops up and says "here, let me manage your networks" [05:32] did someone say Clippy? [05:32] Noooooo!! [05:33] die clippy [05:33] err [05:33] I mean [05:33] hi [05:33] Common typo [05:33] my boot times are getting slower and slower [05:33] =p [05:33] yesterday it was at 53 seconds [05:33] now at 1:08 [05:34] hah, segfault in polkit_check_authorization. [05:34] and jaunty was at 30-40 seconds [05:34] the # of fashion images that usb disk has on amazon. thorough [05:35] jauntyness [05:35] hah, "available to all users" is GRAYED OUT! [05:35] Stupid networkmanager. [05:36] hah, and it says "networkmanager is not running..." [05:40] sudo start network-manager [05:40] wow, that sucks... there's such inconsistency. Is it networkmanager? NetworkManager? Network-Manager? [05:41] now I just need to fix that danged "last write time is in the future". [05:43] DanaG, which file got written to in the future? [05:43] Superblock. [05:43] So, it forces a fsck every time I boot. [05:45] DanaG: x64? [05:45] Yup. [05:46] Yeah, that's one of the errors I'm getting [05:47] DanaG: have seen same stuff. staying on x86 and only using x64 for testing [05:47] there we go, got webserver all up and working on a fresh install of karmic [05:47] woot [05:47] nostahl: beware, it'll break tomorrow [05:47] why [05:47] DanaG: this is with a dell d830 [05:47] I'm mainly kidding, but such are alphas [05:47] hehe [05:47] everyone's broke this morning [05:48] Aye [05:48] i probably wont update now untill release maybe [05:48] though i do need to get evolution fixed [05:49] wont let me setup email account [05:49] any ideas? [05:50] Linux vogon.csc.calpoly.edu 2.6.25.3-18.fc9.i686 #1 SMP Tue May 13 05:38:53 EDT 2008 i686 athlon i386 GNU/Linux [05:50] hmm, nevermind. [05:50] Linux E iteBook 2.6.31-10-generic #32-Ubuntu SMP Thu Sep 10 23:29:56 UTC 2009 x86_64 GNU/Linux [05:50] that's me/ [05:50] wait... [05:51] I'm not UTC! [05:51] That's wrong! [05:51] because that's the date the kernel was compiled [05:51] that was the build time of Linux [05:51] ah. [05:51] Sep 10 :D [05:51] silly me. [05:51] =þ [05:57] * milos_ can't boot into desktop cause of nvidia and xorg. Must use nv instead :( [05:58] https://bugs.launchpad.net/ubuntu/karmic/+source/e2fsprogs/+bug/427822 <- superblock in the future [05:58] Launchpad bug 427822 in linux "fsck says last write time in future" [Critical,Fix committed] [06:03] hi, is a woraround to boot karmic? [06:04] only i have now is a read-only file system [06:05] What error do you get? [06:06] wait [06:06] a sec [06:06] :B [06:07] well [06:07] i've downgraded initramfs and initscripts to ubuntu45 and ubuntu2 builds respectively [06:07] and now boots to X, but lemme check dmesg for errors [06:14] Cynthia, [06:14] Hi [06:14] udevd unknowkey symlink.... /lib/udev/... [06:14] udevd NAME="%k" is superfluous and break kernel [06:15] can not read etc udev rules z60 hdparm [06:15] the symlink{unique} thing shouldn't break boot [06:15] dev sda1 unexepcted inconsistency run fsck mannualy [06:15] neither should the rules [06:15] fuse: failed ti create temporary directory [06:15] though, [06:15] bug 427822 [06:15] Launchpad bug 427822 in linux "fsck says last write time in future" [Critical,Fix committed] https://launchpad.net/bugs/427822 [06:15] just run 'fsck /' and 'init 6' [06:17] yay, got new kernel with fix of superblock write in future. [06:17] ok [06:17] #33? [06:18] dunno if is a bug but now (thanks to you Cynthia) i can boot to X, but when i open firefox i'velost all my conf [06:19] now i have a default theme (but in config i have setted the theme i've use) [06:19] sorry my english btw [06:19] I can manage to understand you [06:19] :) [06:19] thanks [06:19] Your theme works, but Firefox has been reset? [06:19] The filesystem check may have removed bad files [06:23] anyone know a fix for evolution not allowing setup of email accounts [06:25] thanks Cynthia [06:25] regards from Chile [06:26] You're welcome, from Canada [06:30] I just spent half the day with a hosed system after who know what came in an update this morning... things are still wonky [06:31] yeah [06:31] I'd boot and there'd be a fsck error and it would get stuck, I'd fix that and get into the logon screen but no mouse or keyboard [06:31] cynthia do you know of a fix for evolution [06:31] nostahl: no, never used evolution [06:32] mjbrooks: you are not alone, I got both of those errors [06:32] now usplash is gone, but my system... works'ish [06:32] resoled yet, because even though I got in a whole bunch of errors flew by [06:33] ah [06:33] trolling the bug DB now [06:33] Don't you mean trawling? :) [06:33] I'm sure the devs don't want people acting like trolls in Launchpad [06:33] lol [06:34] so you were getting the filesystem errors too? [06:35] Yes [06:35] mine were about the last access time being in the future, but the dates were wrong [06:35] At least, the filesystem future one [06:35] yeah [06:35] so it wasn't just me [06:35] Indeed it wasn't. #ubuntu+1 was buzzing today with the same report from many users [06:36] happen to catch a bug number for it? [06:39] bug 327822 [06:39] Bug 327822 on http://launchpad.net/bugs/327822 is private [06:39] bug 427822 [06:39] Launchpad bug 427822 in linux "fsck says last write time in future" [Critical,Fix committed] https://launchpad.net/bugs/427822 [06:43] thanks [06:43] Hey, what's this? Software store is in my updates queue [06:43] yeah [06:43] https://launchpad.net/software-store [06:43] its part of a default install [06:44] ripps: that will replace add/remove... [06:44] I still have add/remove in my app menu, when will it be replaced? [06:45] http://picpaste.com/EliteBook-karmic-20090915-6.png [06:45] Probably not in Karmic [06:45] argh, that's even without the 'sleep'. [06:45] high disk use, low throughput [06:46] yeah. [06:46] also a fsck [06:46] DanaG: so much time in modprobe and blkid :( [06:46] schroot? [06:47] yeah, I have it set up so I can chroot to jaunty from karmic, and vice versa.... but for some reason, it insists on setting it up on startup, instead of on demand. [06:48] I wonder if the keyboard thing flowed from that or if it was a separate thing [06:49] DanaG: how fragmented is your filesystem? [06:49] I'm not sure. How do I find out? [06:49] carefully [06:49] lol. [06:49] lol [06:50] nerdy response to the joke: I meant "by what means", not "in what manner". [06:50] im just saying, you dont want to break things [06:50] there's a program called filefrag [06:50] anyone tried e2fs frag? [06:50] it might be part of ext utils [06:51] or is it e2fsdefrag ? [06:51] I'm on ext4, though. [06:51] http://www2.lut.fi/~ilonen/ext3_fragmentation.html [06:51] oh yeah, I do have data=journal set, by the way. I'm hoping it'll improve file integrity. [06:51] yeah its supposed to defrag ext4 [06:51] i wouldn't nessecarily defrag [06:52] How do I _check_ fragmentation? [06:52] filefrag [06:52] e2fsprogs [06:52] actually, never mind my link [06:52] try http://www2.lut.fi/~ilonen/fibmap.pl directly [06:52] usage: chmod a+x fibmap.pl && ./fibmap.pl /PATH [06:53] Configurator ran OK; FIBMAP is 1; BLOCK_SIZE is 4096 [06:53] No non-contiguous files found! [06:53] No contiguous files found! [06:53] hah, that's with no parameters. [06:53] :D [06:53] Shouldn't it tell you usage in that case? [06:53] Probably no files in your working directory [06:53] * DanaG slaps the writer with a fish. [06:53] The script is not very polished, the author said [06:53] I ran it from /home/dana. [06:53] I'll check it on root. [06:53] * Cynthia nods [06:54] <[31d1]> All your quantum are good [06:54] <[31d1]> quantum files, even [06:54] All your quantum are belong to us? [06:54] with respect to boot, you want the readahead file list [06:55] readahead has been replaced by sreadahead, "optimized for ssds." [06:56] Too bad I don't have an SSD. [06:56] same concept [06:56] different sorting [06:57] anyone install Tor on Karmic ? [06:57] it told me 'libevent1 >=1.3e needed', but I have 1.4.x installed [06:57] I added a Jaunty repository. [06:57] I know the official support is only Jaunty for ubuntu. any workaround? Since this libevent1 problem, can not build from scratch [06:57] I sure hope that script isn't crossing filesystem boundaries. [06:57] Hmm... now I'm going to have to make a black-white version of the software store icon for my black-white icon theme [06:57] veiz : hm in jaunty I had to use the ibex repos [06:58] heh [06:58] sudo filefrag performance.mov [06:58] performance.mov: 4333 extents found, perfection would be 10 extents [06:58] nice fragmentation there, pwnguin [06:58] anything i download from the internet ends up like that [06:59] I'll try to make a bootchart chart [06:59] DasEi, emmmm, more details? ibex for tor ? or libevent? [07:00] argh, I can't tell what the perl script is reading. [07:00] Does it stop at filesystem boundaries? It had better, or else it's rather a failure. [07:00] veiz : the repo, was a inline ibex one, but worked flawless with apt then [07:00] second, fishing the line [07:00] why trust a perl script to rread your filesystem raw? [07:01] DasEi, let/me try it first, thanks [07:01] argh, perl doesn't seem to have an equivalent of sh -x. [07:02] screw that. [07:04] DasEi, same error, libevent1 (>=1.3e), can not install it [07:05] why not something like "cat /etc/readahead | xargs filefrag" ? [07:05] veiz : I just looked up again, there is a jaunty repo, too meanwhile , firing up vm to see myself now [07:06] DasEi, thank you [07:06] is it safe to go back in the karmic waters again yet? [07:12] AlanBell, not until Oct 29 [07:12] lol [07:12] http://picpaste.com/voltorb-karmic-20090916-1.png [07:12] I see some chat at 04:00 about the topic being overly pessimistic [07:13] The archive pretty much works right now [07:13] I did an apt-get update/grade before rebooting with Bootchart [07:13] great, thanks [07:14] 23 seconds... pffft that's forever [07:14] mjbrooks: :) [07:14] at least better than 1:03 min [07:14] how was that chart made? [07:14] I want one! [07:14] lol [07:14] wpa-supplicant seems superfluous when I don't even have wireless in the house :( [07:15] sudo apt-get install bootchart && sudo init 6 [07:15] after reboot, the file is in /var/log/bootchart/ as hostname-karmic-yyyymmdd-N.png [07:15] ooooh, if only I had the balls to reboot... after today, I may never reboot again ;) [07:15] :) [07:16] I'd say an apt-get update *right now* is safe [07:16] it's offering me another kernel :/ [07:16] no guarantees though, a dev may commit a broken package during that time [07:17] lol, not an hour and again updates running ..what a hot stuff [07:17] DasEi: who? :P [07:17] well I'll do it once this backup completes... should be about an hour [07:18] cool [07:18] anyone tested the latest kernel update? [07:19] I need a backup as when the system broke I had no access to my files... I ecryptfs-ed my home partition [07:19] veiz , Cynthia : I want to follow veiz and started vm, added a repo and then of course update, less an hour ago sys was updated/graded, now it agin pulls down 10 MB.. [07:19] Looks like what I did [07:20] er, got* [07:20] I'm renaming my host to badkarma [07:21] are they getting rid of usplash btw? [07:21] I have a Pokémon name theme in the house; this host is usually named jolteon, after how fast it goes, but I renamed it voltorb because it's highly unstable at the moment [07:21] do they want to start X so early that xsplash is all that we see [07:22] veiz : yes is a bug so far, searching launchpad for it now [07:22] EruditeHermit: x11-common is S70 in the boot sequence, so it starts after usplash [07:22] Cynthia, is the current usplash not starting just a bug [07:23] not a change that was planned [07:23] are the boot problems from yesterday not quite fixed yet? [07:23] hey jono! :) [07:23] EruditeHermit, probably... there was major breakage [07:23] tjr: not fixed. fsck fails and a few other dodgy things. [07:23] DasEi, yeah, I saw the bug several days ago, someone is working on it? [07:24] EruditeHermit @ usplash bug: I have no idea [07:24] Q-FUNK: ok, I still just get a black screen after updating today but I'll wait some more then [07:24] veiz : few posts, DasEi loading.. [07:24] tjr, black screen? you have nvidia? [07:24] hey Q-FUNK [07:24] no intel [07:24] I'm really wondering what got into slangasek's mind to allow that major init.d script dumping session to get a feeeze exception. :( [07:25] mjbrooks: and I think it happens much earlier than when starting X, more like when the bootup progressbar usually starts filling [07:25] tjr, odd [07:26] * mjbrooks rebeer [07:26] mjbrooks: ok that doesn't sound good ;) maybe easier to just reinstall alpha 5 and go from there again [07:29] veiz : bfore syncinc from Debian, I'll try , though uuh trust : https://launchpad.net/~brcha/+archive/ppa/+build/1085545 [07:29] veiz : before syncing from Debian, I'll try * [07:30] DasEi, wow, it's lpia arch~ lol [07:30] DasEi, i'm under i386 still~ [07:31] DasEi, yeah, see there is a i386:) [07:32] DasEi, cooooool, no dependency to libevent1 (>=1.3e) [07:32] veiz : got it ? [07:32] DasEi, yeah, under installation:) [07:33] the damn vm wants to be rebooted again, but --dry-run found no complains [07:34] DasEi, wow, it based on new libc6, so, i need to install that first:) really thanks! [07:36] veiz : anyway tor's security concept is very nice and I think this should be fixed, there are some on, the bug is known, but the altered tor deb then has to be verified by the tor people first then [07:38] DasEi, not familiar with the package delivery procedure, but I saw someone (maybe upstream maintainers) told the official tor in Jaunty is out of date, need to update to the latest one, who (downstream) should decided it? === jussi01_ is now known as eviljussi01 [07:40] reboot after libc6 upgrade:) [07:40] veiz: to verify the integrity of soft, apps uses pgp keys. if third parties are involved, the got to sign the debs. if a deb has to be altered to fit in next release, the tor people have to check it first, before they give their amen, thats the story behind [07:40] apps = apt * [07:51] so yesterday's breakdown been fixed yet? [07:51] no. according to topic [07:53] it seems to be going from bad to worse, first I could only observe X being broken, after next upgrade the wireless failed working, and now I also get quite many ugly error messages on boot [07:53] tobixen, close your eyes when booting [07:53] ;) [07:54] veiz ? [07:54] some people need to revisit the meaning of Feature Freeze. quickly. [07:55] My old laptop is running gentoo, and it's also without X and wifi after a failed gentoo upgrade. I should probably see if I could kick it back into life ;-) [07:55] any devs here? [07:55] cjwatson: hello you there? [08:00] wow, the builds are still broken? [08:01] indus: really, just ask your question, pinging people randomly isnt the way to go, nor is it often appreciated. [08:01] veiz: I got it to run after tsocks was installed, also up (and working) [08:02] jussi01: i know,only yesterday night i was talking to him about the breakage, so was wonderting if he is around [08:02] my system is back up, though no usplash now [08:02] ior3k: hi [08:02] hey indus [08:02] and gdm even works again [08:03] so it could be worse [08:03] ior3k: so things beetter now? [08:03] yeah, much better [08:03] I'm getting some strange errors when boot starts [08:03] udev related, it seems [08:03] but other than that, everything seems to be working fine [08:04] ior3k: when did u get the updates? [08:04] it's a funny thought, being a human developer doing a typo, then the whole bunch of karmic users sit on the floor until it's foud / repo updated, hehe [08:04] I was bold and did an update [08:04] found [08:04] I am now in text mode :-( [08:04] AlanBell: can you sudo ? [08:05] indus: about 8 hours ago, all the dependency problems seem to have been fixed [08:05] im too in text mode... [08:05] DasEi: yes [08:05] and my wlan isnt working. ifconfig wlan0 up gives errors :( [08:05] I did sudo dhclient to get my network up [08:05] I was in text mode for the whole day yesterday, but then things started working after this last update [08:05] i'm also in console mode, and without wifi. tried to update some few minutes ago [08:05] and the high res fbcon seems to have gone too [08:05] ior3k: any idea if that apt d bus error is fixed too? [08:05] AlanBell: sudo init 1 , then dpkg > repair packages , else reconfigure graphics [08:05] and the new super-wierd-stupid grub2 doesnt give me access to the menu, it just boots the first alternative without any possibility to select another kernel [08:05] maybe my mirror is out of sync [08:06] qzio: press esc for that [08:06] indus: what error is that? [08:06] indus: yes i tried that........... [08:06] didnt help [08:06] ior3k: apt-get update was giving a dbus error [08:06] ah, I should add that I changed my mirrors to archive.ubuntu.com [08:06] still boots without any possibility what so ever [08:06] ior3k: so not sure if i can update even [08:06] indus: did you try starting dbus manually? [08:07] ior3k: hmm no :) [08:08] how should the /etc/default/grub file look like to enable selecting something other then the first alternative during boot? [08:08] ior3k: iam at work now, so ill be trying all things [08:08] ior3k: iam guessing upstart caused all services to not start auto [08:08] indus: yeah, but that was fixed 8 hours ago [08:08] (at least for me) [08:09] (and if things didn't break again) === RonaldH is now known as Ronald [08:09] ior3k: cool [08:09] now I'm not updating until the topic is changed :) [08:09] ior3k: i guess cj went to sleep after that [08:10] well, at the time he said there was lots of stuff building yet, so he didn't recomend updating [08:10] then I left and I don't know what happened afterwards [08:10] anyone here with official word from the developers? [08:11] ior3k: probably safe to wait mor etime [08:12] i guess wait till topic changes, i was hoping the forums would have it stickied or something [08:12] many will be taking the plunge around alpha 6, we dont need many with broken systems [08:16] qzio: you can change the default entry to the number you want to boot [08:18] DasEi: thanks, but i found out that it is the shift key that needs to be pressed during boot [08:18] managed to boot into an older kernel, but X is without keyboard/mouse/network [08:19] neither ctrl-alt-backspace nor ctrl-alt-f1 works :( [08:19] *cries* [08:20] morning [08:22] hi eagles0513875 [08:22] how are we today Celtiore [08:22] and whats up in the karmic front [08:24] some troubles this morning with network-manager :) [08:24] ... but working fine for alpha release :p [08:26] :) [08:26] im on kubuntu so i dont seem to have issues with it [08:26] cept one that has resurfaced again in karmic that was in jaunty [08:31] Where can I rtfm how to serve a PXE bootable Karmic for diskless hosts, using any previous version of Ubuntu as server? (installation guide for netboot only seems to describe "alternate cd", which sounds like something that assumes local storage to exist) [08:31] DasEi: superb! I have X [08:32] There were some errors on bootup relating to initscripts [08:32] and whilst doing the repairs it was complaining about not being able to write to /dev/pts for the log file [08:33] but I am back to a mostly functional system [08:33] oh and network manager even works now [08:34] and the full resolution fbcon too [08:36] is pygtk broken for others as well? [08:36] bootup isn't happy about some things in /lib/udev/rules.d/ [08:37] diverse_izzue: don't think so, how broken? [08:37] AlanBell: backup xorg.conf, if not empty, do same step again .. [08:37] AlanBell: same here [08:37] AlanBell, broken as in reinstalling fixed it. [08:38] all programs using pygtk complained that they couldn't find it [08:38] reinstalling helpted [08:39] DasEi: I have not xorg.conf [08:39] nonix:google hint ltsp [08:40] AlanBell: /etc/X11/xorg.conf ?? empty maybe, but there [08:40] DasEi: what the init 1/repair bit? [08:40] DasEi: nope, nothing there at all [08:40] which is, I admit a bit odd [08:40] I thought I had a fairly trivial xorg.conf [08:41] Alan : yes, the dkms likes initialising;; anyway I dropped karmic for today, jaunty is fine !! hehe [08:43] the udev rules it doesn't like are 40-ppc.rules 50-udev-default.rules z60_hdparm.rules [08:44] oh interesting [08:44] the graphical X console is now on ctrl+alt+f8 [08:49] how come I not be able to find a package for gecko sharp? [08:49] rohdef: what does it do? [08:50] and is this a karmic package you are expecting to find? [08:50] hello [08:50] enable me to compile monodevelop from svn with the features I want [08:50] may I ask, how can I access the migration asssistant in karmic? [08:50] and yes it is a karmic I expect to find [08:51] in the liveCD i mean [08:51] as far as I can see it has been present as libgecko-cil in previous ubuntu versions, but I can't find it [08:51] is alpha5 broken ? [08:52] yes [08:52] as in reporting that a filesystem is corrupted ? [08:52] yes [08:52] ouch [08:52] :? [08:52] rohdef: ok, well I can confirm it is there on my jaunty and not on my karmic [08:52] joaopinto, https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/427822 [08:52] Launchpad bug 427822 in linux "fsck says last write time in future" [Critical,Fix committed] [08:52] hello, networkmanager in karmic keeps killing my DNS servers from resolv.conf, how can I make them permanent? [08:52] the IP addr is fixed, so no DHCP DNS servers... [08:53] AlanBell, yup, just found the entrance on packages.ubuntu for the jaunty, but now I'm wondering, why has it been removed? [08:53] I can just install it from the deb-file for jaunty, but I don't consider it optimal doing it that way [08:54] but erm, wasn't the ISO tested ? [08:54] rohdef: no idea, maybe check in debian to see if it was removed there. [08:55] their IRC-channel, or? [08:55] packages.debian.org [08:55] joaopinto, i dont follow you [08:56] mjbrooks: oh, so that might explain why I can't access to the new migration assistant in system? [08:57] CQ, if you can't stop dhclient from over writing resolv.conf you can edit /etc/network/interfaces and change dhcp to static [08:57] if you're running a static addy anyway [08:57] mjbrooks, that bug is present on the alpha5 iso imagre which was recently published [08:57] image [08:58] bucky- not sure it is dhclient... message in resolv.conf is # Generated by NetworkManager [08:58] it is not likely to get such a severe bug during a milestone iso [08:58] install tor 0.2.0.34~1 ppa1 from https://launchpad.net/~brcha/+archive/ppa/+build/1085544 failed, told me libc6 problem~ [08:58] joaopinto, i believe it was more recently introduced when a dev forgot what a freexe meant [08:59] freeze [08:59] Oh so the upstart stuff is still broken? [08:59] my libc6 is 2.10.1-0ubuntu12, already the latest one~ [08:59] bucke [09:00] tor: dependency libc6 (< 2.10) but 2.10.1-0ubuntu12 is ready to install~ [09:00] bucky: seems line /etc/NetworkManager needs to be fiddled with somehow... [09:00] Saw this and thought maybe it was all fixed http://identi.ca/notice/10129532 [09:00] joaopinto, if you're connected to the intertubes when you install it will download the latest updates, including the broken ones [09:01] CQ, isn't there a place to define dns nameservers in the gui configuration tool? [09:01] bucky: which gui configuration tool? never used one except for wireless [09:02] somewhere in System=> Administration [09:02] mjbrooks, well, the problem is that I just got an unbootable system on my second reboot [09:03] to make things worse the grub upgrade does not add an entry for my jaunty's filesystem/kernel [09:03] had to restore grub from a jaunty cd :| [09:04] bucky- there is a default connection called ifupdown(eth9) [09:05] eth0 [09:05] is there going to be an irc client in Karmic (on an out of the box default install) [09:05] yes [09:05] Now that my Ubuntu PC is ruined, I need to download a new ISO [09:06] Which one should I download and install? [09:07] xcdfgkjhgcv, not karmic unless you are expeting a broken system at this time [09:07] Everyone needs to step back, take a breath and remember that Karmic is ALPHA... it's not meant for use, it's meant for development [09:07] joaopinto: I'm not going back to Jaunty. [09:07] Please could someone paste me a link to an alpha 5 ISO? This filtering system is making browsing for one really difficult. [09:08] xcdfgkjhgcv, read the topic, karmic is currently broken [09:08] joaopinto: I don't care. I want to install alpha 5 and then not update. [09:08] which iso? desktop ubuntu? [09:08] xcdfgkjhgcv, the iso is broken, not the updates [09:08] mjbrooks: Yes please. [09:08] joaopinto: WTF? [09:08] actually, not the iso, but a package on the iso [09:09] xcdfgkjhgcv, you have been warned [09:09] Alpha 4 then [09:09] ah :) [09:09] Just give me the latest working ISO [09:09] http://cdimage.ubuntu.com/releases/karmic/alpha-5/karmic-desktop-i386.iso [09:09] mjbrooks: Is that a working ISO? [09:09] xcdfgkjhgcv: it worked for me [09:09] as far as I know... it's the updates since then that are fudged [09:10] I didn't performed any updates [09:10] xcdfgkjhgcv: when installing unplug your internet [09:10] AlanBell: Command acknowledged. [09:10] oh, maybe it did during the install phase [09:10] the install process does [09:10] ok ok [09:10] Will I be able to use my existing encrypted home directory without having to reencrypt it? [09:10] yes, no interslidytubes or the install process will update you to breakage hell [09:10] xcdfgkjhgcv, rut roh [09:11] got backups? [09:11] mjbrooks: No. [09:11] well, I am fully updated now, a bit of a hicup this morning, but now bang up to date and working fine [09:11] I don't have enough disk space for backups. [09:11] which method of encryption are you using? [09:12] xcdfgkjhgcv: invest in a usb hdd :-) [09:12] AlanBell: I have one. [09:12] mjbrooks: ecrypt-fs of course [09:13] xcdfgkjhgcv, well, there are other options like LUKS so I had to ask [09:13] did you write down your unwrapped passphrase? [09:13] Fuck. [09:13] I take that as a no [09:13] I left it in a file inside the encrypted file system. [09:14] xcdfgkjhgcv: I would assume that you won't be able to use it, thus you will be pleasently surprised when you can. [09:14] I didn't anticipate my system breaking [09:14] xcdfgkjhgcv, well at least it's safe ;) [09:14] xcdfgkjhgcv, Nobody expects the Spanish Inquisition!! [09:15] xcdfgkjhgcv, if you fiddle around you can get into the recovery boot option and do an update [09:15] xcdfgkjhgcv, that will get you half fixed [09:15] mjbrooks: I can't boot into the recovery mode. [09:16] mjbrooks: My system is completely unbootable. [09:16] it gives you the date thing right? [09:16] mjbrooks: The what thing? [09:17] the fsck modified date is in the future... is that the error you are gtting? [09:17] mjbrooks: I'm getting no error. [09:18] xcdfgkjhgcv: what exactly is the issue you're getting? [09:18] what happens when you power on? [09:18] It won't boot up. [09:18] many of the current issues with karmic can be worked around fairly easily [09:18] what does it do? [09:18] popey: It won't boot up. [09:18] can you be more spefic [09:18] disk light on permanently? [09:18] I'm not asking what it wont do [09:18] popey: I don't know. [09:18] I am asking what it _does_ do [09:18] do you get grub for example? [09:18] do you get a menu? [09:19] popey: Yes [09:19] do you get _any_ output [09:19] right, this is helpful [09:19] popey: I don't think so. Unless I do recovery. [09:19] "it wont boot" isnt [09:19] ok, so do you get a grub menu? [09:19] popey: It's pretty much exactly the problem, though. [09:19] popey: Correct. [09:19] good! [09:19] and when you choose the first option does the screen go black with a flashing cursor? [09:20] popey: Yeah. [09:20] ok, can you check whether the disk light comes on [09:20] popey: No. [09:20] why? [09:20] popey: I'm not at my PC right now. [09:20] ok [09:21] well I have some experience of breakage in karmic as I've been running scotts new boot up crack for a few days before it hit karmic [09:21] might be the libc6 issue from the other day [09:21] if you can get to your pc you may find that when you boot the disk light comes on permanently, it may well just be fscking [09:21] which is the issue I had [09:21] there is nothing on the screen to tell you its fscking [09:21] you just have to wait [09:22] you could also boot off a live cd, or usb stick, and chroot the root filesystem and do an update/dist-upgrade, then reboot into the system [09:22] I hate it when my computer is fscking on me without telling me [09:23] initscripts isn't installed [09:23] you're at the machine now? [09:23] popey: No. [09:24] * mjbrooks facepalm [09:24] Is the machine there? [09:24] mjbrooks: My machine is at home. I am not at home. [09:24] ah [09:25] information! helpful [09:25] I'd suggest you come back when you are at the machine [09:26] It could be that it is just fscking without telling me? [09:26] thats a possibility, yes [09:26] So I need to wait a few minutes for it to boot. [09:26] i had that a couple of days ago [09:26] FFS I just want it to boot up for me. [09:26] we'll you'll know if the disk light is permanently on [09:26] popey: I only had it beginning last night. [09:26] yes, as I said, I was running this stuff before it hit the repo [09:26] hello all! [09:26] hence why i had it a couple of days ago [09:26] popey: Why won't it tell me then? [09:27] Michalxo: Greetings. [09:27] because that bit of the UI wasn't finished [09:27] I am having problem with n-manager... need help unable to start internet connection at all [09:27] Michalxo: sudo dhclient [09:27] some yesterday upadates messed it all [09:27] popey: So I just sit there and wait for 10 minutes or so without touching anything? [09:27] Michalxo: the updates this morning fixed it for me [09:27] xcdfgkjhgcv: firstly check and see if the disk light is on permanently [09:27] if it is, chances are it's fscking [09:27] Michalxo: but they broke x for a bit too [09:27] still not safe yet? [09:28] gord: safe here [09:28] AlanBell, well.. I can't get into net... can you send me package names? Yes, failed to login to X too... [09:28] gord: just updated my laptop and it's all back to safe [09:28] AlanBell, I am on windows, so I should get them :) [09:28] AlanBell, what did they break, exactly? [09:28] popey: okey-doky - i think i'll leave it a few hours yet though ;) [09:28] Michalxo: sudo dhclient will get you an IP address (probably) [09:28] wifi? :-/ [09:28] cdE|Woozy_: new boot up stuff [09:28] Michalxo: My system just became unbootable. [09:28] Michalxo: at least on a wired network [09:29] xcdfgkjhgcv: we havent proved that yet [09:29] xcdfgkjhgcv, same here, I run it from recovery and then start x :) [09:29] popey, I meant the X bits :) [09:29] normal boot = just black screen [09:29] cdE|Woozy_: gdm is part of the x bits [09:29] Michalxo: press ctrl+alt+f7 [09:29] AlanBell, I'm going to try it.. just wait here for few moments.. I'll be back [09:30] popey, not working for me atall [09:30] i found that switching to tty7 made it carry on with the graphical boot [09:30] Michalxo: "not working" means what? [09:30] not here.. old kernel runs OK [09:30] popey: Ahhhhhhh [09:30] popey: The problem came after installing mountall [09:30] not working gdm = balck screen , nothing possible to do, only reboot [09:30] popey: So this caused the hidden fscking? [09:30] xcdfgkjhgcv: no [09:30] xcdfgkjhgcv: we have yet to determine if it is fscking [09:31] yes, fsck problem here too :) [09:31] popey: Will you be online later today? [09:31] xcdfgkjhgcv: what time? [09:31] speaking of which.... I need a fscking drink [09:31] \o/ coffee [09:31] popey: I'll get home around 16:00 [09:31] mjbrooks: I need to fsck your mum. [09:31] xcdfgkjhgcv: I'll be getting my daughter from school at that time [09:31] popey: Soon after then? [09:32] if you leave the mum-fscking gags out, yes [09:32] popey: How old is your daughter? [09:32] thats not important right now [09:32] popey: I'll see you later then. :) [09:32] Bye bye for now. [09:32] ok [09:33] Hi [09:34] to think I tried being helpful [09:34] sigh [09:35] I guess I'm just repeating the same question (but nothing helpful from a quick glimpse through the logs) [09:35] dbus is broken? [09:35] not broken [09:35] being updated [09:35] How do I get my computer back to booting? [09:35] what exactly does it do now? [09:36] It basically hangs at "init: dbus prestart process terminated with status1" and it gives the process ID, too, I think [09:36] you get no logon screen? [09:36] can you then log on to the text console? [09:36] do you get a logon prompt? [09:36] I can get to the text console only for a brief second [09:37] if you press CTRL+ALT+F7 does the boot process continue? [09:37] no [09:38] hello! again me... nm-problem, can anyone help me to get wifi connection via CLI? [09:38] I see essids, just need to connect [09:38] does ctrl+alt+f2 get you to a console you can log on to? [09:38] hi michalxo no wires? [09:38] AlanBell: no n-m at all... dhclient see wlan, and many other devices [09:39] just n-m is broken, and I can't /don't know how to connect via CLI to network [09:39] and you can't plug in a cable for a second? [09:39] Iam in system.. (this is another pc) [09:39] no cable :( [09:39] do you have wep/wpa on the wireless? [09:39] yes [09:40] and can you turn it off temporarily? [09:40] sudo iwconfig wlan0 essid what else? [09:40] no :( [09:41] sudo iwconfig wlan0 key s:password [09:41] I just need to bypass n-m, everything else works fine... I am on another machine, so all we do I can type in moment [09:41] AlanBell: error for wireless request "Set Encode": invalid argument [09:41] michalxo: yes, I was just ruling out some of the easier/more reliable options first. [09:42] do you have a hex key for the wireless? [09:42] no, just text [09:42] michalxo: https://help.ubuntu.com/community/WifiDocs/WPAHowTo#WPA%20Supplicant [09:43] sorry, this web interface to irc is pretty flakey [09:44] to answer the question, no I can't get to the second VT and log on [09:44] It's just empty [09:44] I can boot into a simple Linux system via USB [09:45] popey: Edit /etc/wpa_supplicant.conf to include your network. I don't have the file.. make it then? or ? [09:45] Is there something I can disable (dbus?) so that I can at least boot and run aptitude? [09:46] michalxo: you might want to read the entire page [09:46] $ sudo ltsp-build-client --dist karmic # => /usr/share/debootstrap/scripts/karmic # - can I just symlink jaunty or do I need to do something fancier to build karmic ltsp image on jaunty? [09:46] "E: No such script:" that is [09:47] q. i just upgraded my box and got serious booting issues, fsck + unable to launch X etc..., is that a general bug or something specific to my box ? [09:47] jetienne: unfortunately, it seems to be a general problem [09:47] * karm__ points to topic [09:48] karm__: do you have a pointer on this probem [09:48] jetienne: no [09:48] I'm still looking for a fix myself [09:48] And you#re lucky [09:48] I can't even log into the console [09:48] IOW, I really don't know yet how to push the updates in once they are available [09:49] if you can log into a console then sudo dhclient to get an IP address, then sudo init 1 and repair packages [09:49] karm__: booting on usbkey seems to be the way then. [09:50] trying older kernels helps ? [09:50] karm__: jetienne: you can use netboot CD to boot in rescue mode. The ISO is just 12 MB of download. [09:51] jetienne: I already booted an USB key [09:51] But right now I only have a Windows box (this box) and an installer USB key for Arch Linux [09:51] popey, AlanBell thanks guys, it works :) [09:51] feedback: the topic is unsuitable to the issue in my opinion. clearly warn people not to update. clear away from being 'diplomatic'. mozilla lost a lot because of this [09:51] Michalxo_: excellent [09:51] udo wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf pretty neat... :) [09:52] so this is the way how to "always" connect to network if nm is broken? [09:52] it's certainly _a_ way ;) [09:52] carrying a cable with you is another [09:52] well.. soo... where can I find wifi_how_to make connection via CLI? :) [09:53] slytherin: what do I do once booted inside the netboot CD? [09:53] popey: assuming connecting that cable anywhere is possible/allowed, of course :) [09:53] does the netboot CD include chroot? [09:53] popey, well.. cable.. I don't have physical access to ap [09:53] just offering suggestions nonix4 / Michalxo_ [09:53] another option is move the computer to another place :) [09:53] well.. it's laptop.. :) [09:54] easy then :) [09:54] karm__: You boot into rescue mode, it offers to mount your root partition. Then you can do apt-get update and apt-get dist-upgrade [09:54] OK [09:54] * nonix4 does tend to keep extra cable with himself though :) [09:54] but I'd like to know how to make connections via CLI too :) [09:54] slytherin: didnt know recovery mode had that option to mount local disk, thats handy [09:54] slytherin: I hope it's somehow possible to create a USB bootable stick with windows [09:54] slytherin: a update now will fix the broken update from yesterday ? [09:54] karm__: unetbootin on windows can do that [09:55] jetienne: I assume that eventually proper packages are released [09:55] jetienne: Look at the topic. Analysis is being done. The fix is not yet released. [09:55] popey: thanks [09:55] 79 updates in 10hours? :) [09:55] slytherin: as i said topic is vague [09:55] karm__: I don't know about that. Haven't used Windows for last 5 years. [09:55] Well, me neither [09:55] ;-) [09:55] karm__: in fact it can download the iso for you [09:55] my laptop keeps falling back to fsck failed with error code 4, root mounted as ro and run fsck manually :( [09:55] jetienne: When the fix is released, simple apt-get upgrade should fix the problem. [09:55] But right now, you're forcing me [09:56] grr [09:56] karm__: nobody is _forcing_ you to do anything [09:56] yes [09:56] karm__: Why are you trying to use USB disk? why not simply use netboot CD? [09:56] Thinkpad X24 has no CD [09:56] you should have a bootable usb stick and cdrom in your laptop bag at all times if you're running karmic IMO [09:57] sensible precaution [09:57] yes [09:57] agreed [09:57] * popey has a usb stick which contains not only a bootable system, but the entire repository too :) [09:57] \o/ [09:57] but people should probably tested the packagesbetter, too [09:57] it isnt testing thats the problem [09:57] its the sequence of the build [09:57] and the fact that people update mid way through [09:57] ic [09:58] I'm not complaining, I know what I'm running [09:58] :) [09:59] "rm: cannot remove `/opt/ltsp/amd64/etc/event.d/tty[2-6]': No such file or directory" -- is /etc/event.d supposed to exist on Karmic? [10:01] karm__: Even I am stuck with un-bootable system at home. But then I blame myself, I shouldn't have done partial upgrades. [10:03] Ian_Corne, known issue, being fixed [10:04] slytherin,jetienne: actually the archive should be mostly OK now we think [10:04] though nobody's got round to updating the topic [10:04] its certainly fine here [10:04] cjwatson: I will confirm that when I go home. [10:05] karm__: popey's right, the packages were actually fairly extensively tested in a PPA first - but unfortunately they have to be rebuilt for publication to the main archive and *that* all went a bit wrong [10:05] "a bit" :) [10:05] a wee bit [10:05] meh, it's an alpha quality development version, people should toughen up and remember what version they're running ;) [10:06] popey, that's what I've been saying [10:06] (not helpful of course) [10:06] been saying that too [10:06] ;) [10:06] maybe we should write a wiki page "How to survive on development releases" [10:07] I'm surprised by the relative stability of the development version anyway, this kind of breakage isn't that common [10:07] "always carry a bootable usb and cd", "know how to chroot", "know how to get online without nm, from the cli".. etc [10:07] popey, ok.... How to survive on development releases

Part 1

DON'T!

[10:08] * popey checks that for html standards compliance [10:08] lol [10:08] version 2... [10:08] popey, ok.... How to survive on development releases

Part 1

DON'T!

[10:08] pffft [10:09] bwahahah [10:09] where's the [10:12] cjwatson: so, would this be a good time to try upgrading to karmic? [10:12] cjwatson: via update-manager -d [10:13] no! don't do it man!!11 [10:14] :) [10:14] joaopinto: ok thanks :D [10:14] dto: do you need the computer to work? [10:14] if it's important to you that it does, then in general you should not upgrade to development releases [10:15] cjwatson, oops ;) [10:15] well ... 1. jaunty realtime kernel does not work anyway ... 2. i want to help make ubuntu work on this laptop [10:16] I placed Edbuntu in this, works great so far. [10:16] it's certainly a better time than yesterday [10:16] there are still some known and undiagnosed problems with the new boot system [10:17] slytherin: when you were talking about rescue mode, you were talking about the net install iso? You said netboot iso, but I don't see that offered in unetbootin. OTOH, there is no rescue mode in the ISO I installed, AFAICS [10:17] cjwatson: on the one hand i want to get some things done on this laptop, on the other hand I want to help test and get things working in karmic. what do you think ? [10:17] karm_: which ISO did you downloaded? [10:18] dto: then I'd advise waiting for alpha 6, by which time we should hopefully have all the critical bugs with the new boot system sorted out [10:18] dto: use some virtual machine [10:18] cjwatson: ok. when is alpha 6 scheduled for? [10:18] slytherin, virtual machines are useless for development testing [10:19] dto: http://wiki.ubuntu.com/KarmicReleaseSchedule [10:19] I thought tomorrow was when it's die [10:19] due [10:20] mjbrooks: I assumed they are useful. There are pages in wiki.ubuntu.com that tell you how to do testing using virtual machines (mainly kvm I guess). [10:20] depends what you are testing [10:21] exactly AlanBell [10:21] slytherin: I downloaded what unetbootin offered as 9.04_NetInstall [10:21] I am not convinced that was the right one [10:21] I'll download the ISO manually [10:21] ugh.. will this tar never end [10:22] karm_: I am sorry, I am not aware of what is unetbootin is. I was referring to this http://cdimages.ubuntu.com/netboot/ [10:23] very well, that's what I'll use then [10:23] thanks [10:24] mjbrooks: wanna know what fixed my issue [10:24] eagles0513875, which issue? [10:25] x crashing on bootup and ending up in a tty console login [10:25] ah... what was it? [10:26] mjbrooks: cool. in the meantime... what's the right pulseaudio ppa to use? [10:26] dto, I don't use PA [10:27] hehe mjbrooks for some reason i needed the driver from the nvidia site to get it working [10:28] i updated about 8-9 hours ago and updated the init scripts [10:28] eagles0513875, interesting [10:28] they were working quite well then apart from a known issue that could be ignored [10:28] superdump, ruth rih [10:28] cjwatson: hello,so how are things today [10:28] my thoughts exactly mjbrooks [10:28] gonna update and see what else breaks today hopefully nothing [10:28] eagles0513875, i'd wait [10:29] why mjbrooks [10:29] eagles0513875, spent half the day trying to get back to my desktop [10:29] dto: the ubuntu-audio-dev team has a ppa for testing pulseaudio [10:29] oh my [10:29] indus: better, but still some problems being reported with dbus not starting properly [10:29] i see there are more updates to the init scripts now and they seem to be bug fixes from what i can tell [10:29] ripps: ah, found it. thanks [10:29] mjbrooks: what was the solution in the end :( [10:29] (BTW please don't ask me stuff personally, maybe somebody else knows better than I!) [10:29] eagles0513875, tears... lots of tears [10:30] just wondering whether there's known complete breakage at the moment or not [10:30] Are the problem fixed yet? [10:30] :( mjbrooks [10:30] *problems [10:30] MindVirus: specify problems [10:30] i mean versus 8-9 hours ago [10:30] eagles0513875, and some fancy footwork to get a terminal, get internet and get updates [10:30] eagles0513875: the complete breakage. [10:30] mjbrooks: interesting you on a desktop [10:30] MindVirus: see what I wrote between the time you joined the channel and the time you asked your question [10:30] MindVirus: i havent had total breakage on kubuntu seems like its gnome specific [10:31] eagles0513875, am now... we'll see in about two minutes, about to reboot... hopefully the latest batch of updates cleared it mostly up instead of just halfway [10:31] cjwatson: remember yesterday i told you, apt kept giving dbus error, maybe because its not started or something [10:31] ripps: that seems to be karmic only [10:31] cjwatson: not to ask you stuff personally? [10:31] anyways, i will update today late as iam at work :) [10:31] mjbrooks: im gonna take my chances [10:31] eagles0513875, this was total kubuntu breakage [10:31] MindVirus: 10:29 indus: better, but still some problems being reported with dbus not starting properly [10:31] if worse comes to worse i can reinstall [10:32] indus: sorry, I don't know [10:32] mjbrooks: what i dont get is how my vm is running and i just updated and rebooted [10:32] whats funny is on reboot its always wanting to run an fsck check before rebooting [10:32] Ahh I missed the topic. [10:32] vm is simulated hardware... soft and forgiving [10:32] nobody's got round to resetting the topic since yesterday [10:33] eagles0513875, if I'm not back in a few minutes you'll know not to update... how's that? [10:33] ikonia: ^- if you could do the honours at some point ... [10:33] well ill take my chances and if worse comes to worse i can reinstall [10:33] mjbrooks: its no big if it doesnt work for me :( [10:33] i was hoping someone would make a forum sticky [10:33] brb [10:33] didnt see that yet [10:33] try doing a clean install [10:33] !grub2 [10:33] GRUB2 is the default Ubuntu boot manager in Karmic. For more information on GRUB2 please refer to https://wiki.ubuntu.com/Grub2 === PLaYSTatiON is now known as SuBmUnDo__ [10:37] eww... some ugly udev warnings, but came up ok [10:37] mjbrooks: now my keyboard and mouse wont work and i havent updated anything [10:38] cjwatson: what was happening yesterday was, apt-get update would give some dbus message with subprocess returned error code [10:38] eagles0513875, oh noes! [10:38] well thats just blooming gr8 [10:38] :( [10:38] even in init 1 no keybaord response [10:38] indus: I remember what you said - but I'm afraid I do not have the answer to your problem [10:38] sounds similar to what I had [10:39] how u fix it [10:39] :) ok [10:39] indus: I expect you need to file a bug with the *full* output [10:39] boot to a live cd chroot to your disk run updates [10:40] *full* output? hmm okies but i want to update later today and then see what happens [10:40] O_O blarg [10:40] :( [10:40] mjbrooks: you will need to alk me through it but right now im soon off for lunch [10:40] indus: yes, nobody is going to be able to debug "some dbus message with subprocess returned error code" :-) [10:40] eat well ;) [10:41] indus: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html [10:42] thanks mjbrooks [10:42] mjbrooks: what makes no sense this was working last night [10:42] why the keyboard and mouse breakage all of a sudden [10:43] welcome to dev release [10:43] hehe [10:43] its ok :) [10:43] hehe even with a screwed up linux partition thanks to boot camp i can still get on my osx partition [10:44] once i get stuff working again im gonna compile the beta of koffice 2.1 or what ever the version is they have out [11:03] mjbrooks: managed to get to a tty console with the 2.6.28 kernel i still have after upgrading [11:03] nm keyboard still doesnt work [11:03] doh doh doh [11:04] hi [11:05] why every time i login i have to reinstall network manager to work? [11:07] Karmic dont start after tonights update [11:07] after a while it stops with a blink cursor [11:07] hary: see /topic ;) [11:09] it's (mostly) fixed if you do an upgrade now [11:10] JanC: is it fixed? i havent shutdown due to those probs ;) [11:10] I updated my unbootable system via USB netinstall ISO. Yet the problem is unchanged: booting hangs with "init: dbus pre-start process (1053) terminated with status 1" [11:11] mac_v: I didn't reboot yet either ;) but so they say [11:11] That's really not good. What do I do now? [11:11] Can I boot without dbus? [11:11] hehe ... i'll wait then [11:11] and about network manager? [11:14] I believe I still have all old debs in my archive (LAN mirror) what packages should I downgrade? I need to get out of this situation. [11:15] which package is at the core of the problem? [11:15] give in terminal [11:15] sudo apt-get update [11:15] and then [11:15] sudo apt-get dist-upgrade -y [11:15] vistakiller: Are you talking to me? [11:15] bug 430611 [11:15] Launchpad bug 430611 in dbus "dbus fails to start on clean boot using upstart job" [Undecided,New] https://launchpad.net/bugs/430611 [11:16] As I said, I'm fully up-to date [11:16] When people in here say it is mostly fixed, are they referring to all ubuntu karmic repositories. I am in the US, for example, and I pull from us.archive.ubuntu.com. [11:16] cjwatson: thank,s I'll have a look [11:16] υεσ [11:17] Severian: us.archive.ubuntu.com is just the same as archive.ubuntu.com at the moment [11:17] OK, thanks cjwatson [11:18] hi, i updatet to the new kernel today, and now i got the error Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [11:18] joe12300: ya me too its some breakage [11:19] indus: oh not good, have someone a fix? [11:21] we're working on it [11:21] not as yet [11:21] i go checrequests for sticky or put [11:21] i mean forum for sticky [11:21] i go check ( stupid laptop keys) [11:23] is there someone else who has had network problems with karmic? I'm not sure why my system stops while booting, but it complains about network stuff. [11:24] henu: everybody who upgraded & rebooted during the last hours I suppose... ;) [11:24] i cant get in because i have this error: Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory. but i cant connect to my router! ifconfig and sudo ifconfig is empty [11:24] cjwatson: Hi. I was wondering if there is plan to change HIDE_TIMEOUT in grub2. Currently it is zero. And there is no way to bring up grub menu (let's say for booting into recovery mode). [11:24] hey. just upgraded to karmic and rebooted. system works fine. [11:25] slytherin: hold shift [11:25] slytherin: there are plans to change this, but not by making it non-zero [11:25] so i cant update/upgrade, reinstall karmic? [11:25] I have been removing uuids from /etc/fstab and /boot/grub/menu.lst so copies of partitions would boot. Don't most people who image partitions to backup disks have to do this? [11:25] cjwatson: Oh. I didn't know that. I tried Esc. [11:26] slytherin: the tentative plan is to have grub2 detect whether the last boot failed, and in that case automatically show the menu regardless of hidden-timeout configuration [11:26] does grub support dmraid level RAID5 in any way? [11:26] JanC: oh.. is there any solution to this? i noticed some ppl where complaining about total lost of boot, but my system goes even few lines. it says something about root disk (that its' ok and has xxx bytes/cylinders/whatever) and then tries to boot but hangs after some network errors [11:26] cjwatson: that would be cool. [11:28] does anybody know if there is a complete workaround/fix explanation somewhere on the forums or the wiki or such, would be useful to point people to something like that? [11:28] yay. sound works. wireless works. [11:28] are things in the partner repo (specifically alfresco-community) going to turn up by themselves or should I file a request/prod someone to get it done? [11:29] I'm trying to install Ubuntu Karmic on 4 HDDs in RAID5 using FakeRAID... any advice on how to get it booting? (grub won't start) [11:29] question: i removed the little volume control applet from the panel , i can't seem to get it back from "Add to Panel". how do i get the pulseaudio icon back? [11:29] AlanBell: I think the partner repo contains the stuff that companies pay Canonical for to put there [11:29] AlanBell: but you can use the version for jaunty probably [11:30] ah it's back. [11:30] JanC: yes, the version for jaunty works fine (ish) [11:30] so I guess canonical should do something about rebuilding all their partner stuff for Karmic then [11:31] only acrobat and flash at the moment http://archive.canonical.com/ubuntu/dists/karmic/partner/binary-i386/Packages [11:32] nobody? [11:32] AlanBell: only the stuff that they get paid for to rebuild I suppose ;) [11:32] more stuff in Jaunty http://archive.canonical.com/ubuntu/dists/jaunty/partner/binary-i386/Packages [11:32] i think that karmic have slower boot time from jaunty [11:33] is correct? [11:33] vistakiller: I should be faster, except for first boot I suppose [11:33] Mine seems a little faster in Karmic. [11:33] s/I/it/ [11:33] slytherin: Your tip with netboot iso is very valuable. But it seems I have a problem. Any time aptitude wants to configure upstart the computer reboots. Same thing next time around when I do "sudo dpkg --reconfigure -a" [11:34] in kubuntu i think is slower [11:34] karm_: I think I faced same problem when I tried to rescue my system in morning. Do you know which package is being configured when it reboots? [11:34] anyone else have the problem with network-manger? [11:34] slytherin: upstart [11:35] Luit: I doubt that grub can boot from a fakeraid device, unless you find grub drivers for it :P [11:36] karm_: hmm, you can check the upstart* files in /var/lib/dpkg/info/ to see if it gives any idea. [11:36] vistakiller: https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/430611 [11:36] Launchpad bug 430611 in dbus "dbus fails to start on clean boot using upstart job" [Critical,Confirmed] [11:36] JanC, I just want grub to boot... can I change the last partition (swap) into a regular one, so 3 of the disks are ending with swap and the last (or first) for /boot? [11:36] or something like that? [11:37] does fakeRAID work that way? [11:37] Luit: that should work [11:37] I have no idea of how to exclude the last bit from the fakeRAID [11:37] although, maybe not [11:37] with linux software raid it would work [11:37] fakeraid is evil ;) [11:38] thanks JanC [11:38] I know, that's how I fixed it with Archlinux before [11:38] the other things start only network-manager dont [11:38] using Linux's Software RAID instead of dmraid [11:38] what is the command to restart network-manager? [11:40] 'restart network-manager' :-) [11:40] $ sudo restart network-manager [11:40] network-manager start/running, process 6237 [11:41] ok thanks [11:41] JanC,Luit: grub2 has some dmraid support, and it's on my to-do list to look into it more, but I don't know the full details [11:41] is grub2 usable at this point? [11:42] Luit: grub2 is the default for karmic new installs ツ [11:43] Luit: I have been using it since intrepid. Mine is single boot system. [11:43] right... [11:43] then how do I tell GRUB2 that it's FakeRAID? :P [11:43] * Luit is hard at work reading up on GRUB2 [11:44] hm, I see a dm_nv.mod, so apparently at least some dmraid are supported [11:44] anyone know about wpa_supplicant ? [11:45] i'm trying to make wpa_supplicant *not* log in syslog but to a different location... so changing the WPA_SUP_OPTIONS="-s -B -P > to > WPA_SUP_OPTIONS="-f -B -P is enough or... ? [11:46] JanC, great, now if only I could find out how to use it too :P [11:46] seems I need to compile a new core.img [11:47] blah, this new grub thing is quite different from grub legacy [11:49] it's an OS on itself ;) [11:50] JanC: like emacs? :-P [11:51] slytherin: knowing the GNU folks, maybe it's implemented on top of that? :P [11:51] LOL [11:51] any hints on what to try? [11:52] Luit: I didn't say I knew that it *worked* yet [11:53] I merely said there was some support; that doesn't mean I necessarily expect it to work for you (I simply don't have enough information) [11:53] Luit: however, http://grub.enbug.org/ may help [11:53] cjwatson, don' t care :P I want to try to boot, and if it doesn't, then I'll try something else [11:55] if the support simply isn't there then I'll try to exclude some parts of the RAID [12:10] hmm.. it seems that my boot problem is related to NFS mount, that the system could not mount [12:11] Anyone else got a broken system after todays updates? GDM doesnt start. looks like upstart stuff [12:12] stefanlsd: i got and it was a mount problem [12:12] stefanlsd: known issue, see /topic and probably a load of bug reports [12:13] end [12:13] oki. bit painful :) [12:14] oops [12:14] What packages should I downgrade until the worst is over? [12:14] upstart? udev? [12:14] i see gdm and hal updates in archive... maybe this fixes something :) [12:15] downgrading will probably make things worse [12:16] downgrade them all and let a norse god sort them out [12:17] in particular, downgrading doesn't always e.g. put configuration files back the way they were [12:18] my system was working after the fixed upstart and initscripts dependencies last night, are things rebroken? [12:19] X is still broken pretty bad for me [12:19] my first major breakage :) [12:19] henke: might depend on your config or other things maybe [12:19] so is netowrking, but I can fix that manually [12:19] upstart postinst restarts my computer and thus never finishes [12:19] I'll hold my reboot then, heh :) [12:19] uh? upstart.postinst just runs 'telinit u' [12:20] which re-execs init, but is definitely not supposed to restart your computer [12:20] please make sure there's a bug filed about that [12:20] when get into X I may eventually do that ;-) [12:21] /var is not mounted correctly [12:21] I'm not sure exactly what's happening for that one [12:21] yes, people with separate /var seem to be running into trouble [12:22] whats broken in karmic at the moment [12:23] things related to 'upstart' & boot scripts [12:24] so basically, don't upgrade until they are fixed? [12:24] hifi: that's probably a good idea for now, and if you accidentally upgraded, don't reboot ;) [12:25] good thing I noticed the discussion and topic [12:25] I would've probably upgraded later today and cursed [12:26] upgrading doesn't seem to cause any problems in itself if you don't reboot [12:27] hi all [12:27] ok got back into gdm at least. if you are stuck at the command prompt, login and type. sudo start dbus; sudo start network-manager; sudo start hal; sudo start gdm [12:27] somebody here with a Dell Inspiron 1525 system or not working Intel WLAN? [12:27] sure, but I currently dual boot between windows for my daily dosage of gaming [12:27] so I'd reboot eventually [12:28] alpha 6 today or tomorrow ? [12:29] Unggnu: if you got problems overnight: known problem for almost everybody ;) [12:29] JanC, no, since some weeks with WLAN [12:29] mainline kernel works [12:30] I haven't tested Karmic on this system before this time so I don't know if this happens before [12:30] Unggnu: in that case file a bug (if you didn't already) [12:30] JanC, I have, but no confirmation yet [12:30] I think this system should be common since it was the first Ubuntu Dell Notebook [12:31] all intel wlan is very common [12:32] yes, but it doesn't happen with ipw2200 and i3945 on another system [12:32] mjbrooks: hey [12:32] seems to be a specific card JanC [12:34] hello [12:34] Unggnu: I saw in #kernel ;) [12:34] though, why did broken upstart get into karmic? [12:34] eh #ubuntu-kernel [12:34] what does it mean Karmic WILL break? [12:35] suigeneris: upstart is broken, upgrading will result in non-bootable system [12:35] hifi: I heard something about it getting broken because of a build error or something [12:35] non-fatal build error? :s [12:35] hifi, So I guess I should keep my system running :D [12:36] hifi, but it is so for the moment, right? [12:36] suigeneris: thats what I was told, at the moment upstart package is broken, do don't upgrade it (yet) [12:37] okay [12:37] bye [12:37] I was about to told him that in general this is expected in karmic... [12:37] until release, of course [12:39] hi [12:39] i have problem in my display [12:40] im using karmic, when i try to change anything in the display i cant see anything it became black, and i have to boot from the live cd and remove the corg.conf [12:40] is there any solution to that [12:40] ??? [12:42] Huh, is the breakage still happening, I though it was solved yesterday? [12:43] arand: it's partially fixed, but some problems seem to remain [12:44] JanC: ah. [12:47] Hmm, weeel, let's pull in this batch'o updgrades and see what breaks. [12:48] thanks, stefanlsd [12:48] that did bring gdm back [12:55] karm_: yay :) [12:58] Man, why didn't I learn about shift+pgup/dn before *facepalms [13:03] oh my [13:04] just looked at my vm and it seems like there is a serious issue with the kernel O_O [13:04] any of you guys know a fix for evoltuion not allowing email setup [13:07] Yea, the -10 kernel gives a bunch of errors on boot eagles0513875, same for you? [13:07] arand: not during boot [13:07] this was when i was on the kde desktop it happend and now im having random lockups on my vm [13:07] then on my laptop with that kernel or somethign else causing it to not let my mouse trackpad and keyboard work [13:14] karm_: Are you able to boot the machine completely now? [13:15] cjwatson: any luck? [13:16] im on webchat, so i didnt get a topic during login.. anyone know if i386 is booting yet? [13:16] slytherin: Yes, I'm finally back in X [13:16] And I won't leave soon ;-) [13:16] Great [13:16] Topic for #ubuntu+1 is: Neither karmic nor the buildds are in a working state right now. This is being worked on. Please check the topic for more updates [13:16] thanks for all your help [13:16] this means I can do upgrade when I go home and expect it to work. :-D [13:16] Laibsch: i386 or amd64? [13:17] IdleOne: thanks [13:17] slytherin: No, you can't :-D [13:17] It involved a lot of manual hand-holding [13:17] natewiebe13: There is the /topic command which let's you read the topic at any point in time. It should probably work in a web interface, too. I am running i386. [13:18] Laibsch: like what? [13:18] Laibsch: awesome.. also, has anyone tried: sudo start dbus, sudo start hal, sudo start network-manager, sudo start gdm ??? [13:19] cjwatson: the problem with the computer restarting was limited to the time I was chroot'd in the netboot iso. [13:19] it does not occur when I am running the system itself [13:19] Laibsch: Can you tell me what did you do to solve the reboot problem? [13:20] slytherin: natewiebe13 gave the essential commands a minute ago [13:20] IIRC, that may be all that is necessary [13:20] But I fought quite a few battles [13:20] I may have forgotten one or the other [13:20] upstart did not install without putting up a fight [13:20] Ubuntu netbook remix is basically based on gnome isn't it? Is that the plan for the foreseeable, or will the netbook versions move over to a more lightweight basis? [13:21] But the key is to manually start those services. Kudos go to stefanlsd. [13:21] Is there a list anywhere of the major changes planned for 9.10? http://www.ubuntu.com/testing/karmic/alpha1 is a bit less specific than I was hoping... [13:21] those of you who need to start dbus manually: do you have /usr on a separate filesystem? [13:21] cjwatson: I do [13:21] var, home, usr and boot are separate [13:22] Is there a ticket open for the problems that currently creates? [13:23] cjwatson: I have /usr on separate partition and I faced same problem as Laibsch in mornring when trying to recover the system. [13:23] Laibsch: I don't know about the paperwork but we're certainly aware of it [13:23] OK [13:23] I was wondering if there was anything I could subscribe to to be aware of the progress [13:24] sorry, I haven't been keeping track of that [13:24] I just uploaded expat to move its library to /lib, which I think will help quite a bit [13:24] (since dbus-daemon links to libexpat) [13:24] there might be a separate problem with separate /var [13:25] Araneidae: you should look at alpha4 or 5 link. [13:26] anyone know a fix for evolution not letting me hit finish key after setting up my emall account [13:26] slytherin, ta, I had no idea there were further links! [13:27] Araneidae: We are close to alpha6. [13:27] nostahl: i have had this problem since dapper drake, window too big correct? [13:27] In fact, where's the master page for karmic? Or isn't there one yet... [13:27] indus nope [13:27] it jusut does nothing when i hit the button [13:28] hello... got problem with automount... my ntfs and windows partitions are not being mounted on system start... I have to manually mount them.. Where's the catch? [13:28] Araneidae: there will be one only when karmic is released. [13:28] Sure, no surprises there. I guess the watchword now is "karmic *will* break"! [13:30] is anyone using Language support to add languages and use them per-session (from GDM) or system-wide ? It's changed a lot and it's broken for me :( [13:37] Michalxo: Is the drive you want to auto mount listed in /etc/fstab? [13:37] yes [13:38] I added it by myself.. as I did in predecessors.. [13:38] Michalxo: Can you pastebin /etc/fstab then? [13:39] James147, http://pastebin.org/18309 [13:41] On the current 9.04 UNR 'quit session' screen, it says for "Restart": "Suspends your session, allowing another user to log in and use the computer." - that can't be right, can it? Or is this fixed on 9.10 [13:42] Michalxo: try adding umask=007,gid=46 to the options, and try with the filesystem ntfs rather then ntfs-3g [13:46] James147, ntfs has been added as default? :-) [13:47] going to test it [13:47] Michalxo: not to the options, but replace ntfs-3g with just ntfs - /dev/sda1 /media/win ntfs locale=cz_CZ.utf8,umask=007,gid=46 0 0 [13:48] AH OK [13:48] sry caps :) so erase defaults too [13:49] Michalxo: dont think it matters if defaults is there or not [13:50] Michalxo: you can put it in just to be sure, but i think its used when you jsut want tot use the defaults (you need to putsomething as options so fsstab is phased properly) [13:50] ah, ok thank you :) [13:57] why would ntfs rather than ntfs-3g make any difference? [13:57] lrwxrwxrwx 1 root root 12 2009-06-23 09:44 /sbin/mount.ntfs -> /bin/ntfs-3g [13:58] cjwatson: dont know... but was just a suggestion as i have never used ntfs-3g but know just useing ntfs works :) [13:58] Michalxo: what version of the mountall package do you have installed? [13:58] James147: you're using ntfs-3g, you just don't know it [13:59] cjwatson: i know i was useing ntfs-3g, just dident know what difference it would make changing it in fstab [13:59] it shouldn't make any, and ideally we'd find out what Michalxo's problem actually is rather than working around it [13:59] since mountall is new and it's best to debug it earlier rather than later [14:00] cjwatson, 0.1.5 [14:03] Michalxo: ok, I'd suggest filing a bug [14:04] Michalxo: I think if you put --debug at the end of the boot parameters you may be able to get more information [14:05] cjwatson, eh.. where exactly to put that --debug? and from which log to get info? boot? bootstrap.log? dmesg? [14:06] syslog, I think [14:06] boot parameters? you know, kernel parameters? [14:06] not exactly [14:07] *not at all? :-/ :-) [14:08] btw, I think my gdm greeter is messed up too [14:10] press 'e' at the grub menu, go to the line starting with 'linux', and add ' --debug' to the end of it [14:10] Heh, The software store has arrived. [14:10] ah, got it [14:10] cjwatson, wait for me here pls :D [14:11] cjwatson: You want me to try that as well (I get a buch of kernel errors on boot already)? [14:11] btw I'm not the best person to actually debug this; I'm just trying to advise on gathering data for a bug report [14:11] arand: no [14:11] arand: "kernel errors"? I suspect you'll find they aren't actually from the kernel ... [14:13] May be, haven't looked closer into it, just assumed since they appeared early in the process... [14:14] arand: the only way for anyone to figure out what your problem is will be if you can quote the messages *exactly* [14:14] don't paraphrase, don't summarise [14:15] Well, it's on a vm, so I could do that if it's of use. [14:16] cjwatson, I get it mounted, but probably that ntfs worked :-/ [14:16] cjwatson, try with ntfs-3g too? [14:16] yes [14:16] ok [14:16] hello all [14:16] i see that the channel topic is still the same as yesterday [14:17] does anyone know what could cause drm to be loaded before agpgart-intel? it happened on two boots today (sometimes it's working, i.e. agpgart-intel is loaded before drm) and unfortunately breaks kms [14:18] cjwatson, http://pastebin.org/18311 [14:18] simple question , too early to update ? [14:18] so is the breakage been partially fixed ? [14:18] be back with ntfs-3g [14:18] BluesKaj, yes :) [14:18] iam gonna update in a few hours [14:19] indus: partially. there are still some known problems. [14:19] (well, I mean, there are ALWAYS known problems) [14:19] ok, I'll go about trying to fix my graphics driver issue , unless it's related to kernel source too [14:19] which known ones? [14:19] cjwatson: still wont get to X? [14:20] sorry, I'm really not going to spend all my time enumerating bugs here [14:20] Michalxo_: hmm, maybe that wasn't quite the right debugging approach [14:20] k [14:20] do u recommend updating now? [14:20] if you have to ask, no [14:20] i guess ill update anyway , i got nothing to lose [14:20] :)\\ [14:26] cjwatson, http://pastebin.org/18314 [14:26] Michalxo: I think a better approach is to forget about the kernel parameter (sorry) and instead edit /etc/init/mountall.conf and add ' --debug' to the end of the line starting 'exec mountall' [14:27] :) [14:27] I made a mistake - --debug as a kernel parameter only turns on debugging for upstart itself [14:27] too much info, ha? :) [14:27] ah [14:27] ok [14:27] WAIT [14:27] yes :) [14:27] unfortunately, mountall only prints debugging information to the console [14:28] # temporary, until we have progress indication [14:28] # and output capture (next week :p) [14:28] console output [14:28] :)) [14:28] the trick I used was to press Ctrl-s after it was done, and then you have a bit of time to press Shift-PgUp and take a picture of the output [14:28] and then Ctrl-q when you're finished [14:28] photo will be better, right? :) [14:28] yes [14:29] I don't think the console output thing you pasted is directly relevant here, but never mind that [14:29] exec mountall --debug --daemon $force_fsck $fsck_fix $tmptime ? [14:29] yes [14:31] Michalxo: Scott asked me to ask you to join #ubuntu-boot so he can debug this [14:31] (er, please don't everyone join there, it's a development channel and it'll be easier if people only join when needed) [14:44] hmm.... my wmctrl stopped working [14:49] i get choppy sound playback in Audacity (using pulse plugin) on karmic. Sound Preferences shows Audacity rapidly appearing and disappearing as a client to pulseaudio [14:51] also, realtime kernel won't boot. i see "udev killed by ABRT signal" and then "shpchp: cannot reserve MMIO region" then it hangs about 10 sec into bootup. [14:51] hmm, new rt kernel update. hold on [14:56] the new realtime kernel works! [14:58] whats the realtime kernel do [15:00] is it just me or are the latest init scripts seriously broken? [15:01] QPrime: please see the topic [15:01] *grin* thanks ;) [15:03] guys? anyone https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/429249 ? [15:03] Launchpad bug 429249 in gnome-power-manager "[Karmic] keyboard locked/freezed unable to type anything" [Undecided,New] [15:12] yay, ardour runs :_) [15:20] There are more status messages on my screen than actual conversation:P === Cyberkilla is now known as Cyberkilla|AFK [15:20] my laptop screen refuses to turn on after closing the lid [15:20] I have to use an external monitor [15:21] Any ideas to get the screen to come back on? (this has happened before once, no idea how I was able to get it back on) [15:22] philip__, as a workaround, enable CTRL-ALT-BACKSPACE [15:26] MagicFab: enable it in Keyboard Shortcuts? [15:27] philip__, yes [15:28] alrighty, what's the trick to boot up with encrypted drives today? [15:29] System > Preferences > Keyboard, then Layouts > Layout options... > Key sequenece to kill the X server > mark the check box [15:29] nixternal, existing drive or new one ? [15:30] existing [15:30] MagicFab: I even rebooted the machine, yet the screen wouldn't turn on. The Dell logo blinked real fast and that was it === willis1 is now known as Dr_Willis [15:42] hello [15:42] when is going alpha6 to be released? [15:44] When its ready :) === arvind_k is now known as arvind_khadri [15:54] Dr_Willis: I see [15:54] Dr_Willis: and do you know if the migration assistant (the new version, supposedly not included in ubiquity) will be included? [15:55] No idea. Ive never had that thing work right .. so i never even try it any more. [15:56] migration assistant ...for upgrading a distro ? [15:57] BluesKaj: :) i was wondering about that also.. but i normally just do clean installs.. [15:58] update-manager --dist-upgrade [15:58] Dr_Willis, I was just asking , what is it ?" [15:58] :) [15:59] BluesKaj: oh - its a tool when you install that scans your windows partition and makes linux users with the same username, and copoes over stuff like... err.... wallpaper.. and MyDocuments.. and thats about it.. i think [15:59] Dident really do much. for all the work it tried. [16:01] my old memory is a bit short today [16:01] hi, i have gnome 2.27.9? installed and purged pulseaudio (don't want my cpu boiled by a 100% process!) but i cannot find a way to have a volume-control applet of any kind. Someone can suggest me a solution? [16:02] alsamixer? [16:02] eolo999: if PA uses 100% CPU there is something wrong with its configuration [16:02] hey, i also have a pulseaudio problem... in skype i can't change anything, i only have a list that contains one option: Pulseuaudio srever [16:02] ah good, thought it was just me [16:02] did a reinstall yesterday === cheers__ is now known as dn [16:04] JanC: i'm quite tired of trying to solve pulseaudio related stuff. Every time i have pulseaudio installed i have problems, so now i'm so bored that i prefer 'apt-get remove --purge pulseaudio' without bothering anymore on which are the causes of the problems. [16:04] anyone tried karmic on the OLPC XO? [16:05] well, I never had any serious issues like that with PA (except maybe occasionaly in development versions) [16:05] JanC: so, i'm very unlucky! [16:05] eolo999, I agree 100% , pulse audio isn't required with most pci cards , even some onboards will use the kernel module with alsa [16:06] PA takes about 0% CPU here [16:06] no PA here :P [16:06] JanC: I noticed googling that many people has problems with PA so that it seems that 'you' are lucky [16:06] actually, most people have no issues with PA ;) [16:06] SKB: how did you get a volume control applet in gnome panel? [16:07] my firefox is using 100% cpu :D [16:07] PA is a pet project for some devs here and i don't know why it;s being included by default when it causes so many ppl so many problems [16:07] which doesn't mean the issues for the other people aren't important of course [16:07] i can adjust the volume on my speakers [16:07] and volume applet is rather useless [16:08] BluesKaj: i don't understand why gnome 2.27/8 don't give us the opportunity to easily remove PA? [16:08] JanC, hang around , you'll find a lot of ppl have probs with PA [16:08] you can use alsamixer to change volume without applets [16:08] BluesKaj: I know more people trhan hang around here, and most of them have no issues (except with crap like skype etc.) [16:08] I find that the switch to pulse audio should have waited for a more mature tool! [16:08] eolo999, same goes for kde ..even if one purges it's merely disabled not actually removed [16:09] eolo999: because it's serious work to keep something you regard as fundamental component at an arm's length from everything else, it seems. [16:09] pulseaudio is definitely removable, but last time I removed it the end result was that gconfd ended up in some kind of cpu-spinning loop because it tried to constantly do something with PA but couldn't find it [16:10] till jaunty it was easy to remove all dependencies. In karmic it's a big problem [16:10] Well, I'm on my backup machine now at work. Laptop wouldn't suspend last night and eventually ran out of battery, etc. Installing fresh again now [16:10] yeah, the kernel module i bet, alankila [16:11] if PA takes so much CPU, IIRC that's most likely because your ALSA driver says it supports a sample rate that it doesn't or something like that [16:11] hey BluesKaj [16:11] hey genii [16:11] hi eagles0513875 [16:12] genii-around: well i have no keyboard and mouse between last night and today somethign happened and i had my laptop shutdown [16:12] * genii-around makes a fresh pot of coffee [16:12] eagles0513875: When I went to boot up later even grub was gone. [16:12] well, I examined pulseaudio a bit in the past. I used to have relatively high CPU use form pulseaudio even when no sample rate conversion was required. It turned out that the glitch-free codepath asked kernel for the current time so often that this was actually a serious CPU drain. [16:13] ouch genii-around :( [16:13] JanC, I dumped PA cuz the sound is choppy and distorted, as soon as I dumped it my audio became smooth and clean [16:13] JanC: ok, i'll reinstall PA and for the tenth time try to resolve its weird issues. I promise myself it's the last time. [16:13] im tempted to reinstall so i dont have an upgraded version from jaunty [16:13] almost in a loop trying to do something with gettimeofday. It's been a while and since then they seem to have fixed it because that particular bug is gone... but it isn't always resampling. [16:14] eagles0513875, read the MOTD ... :) [16:14] blarg [16:14] i coudl just do a clean install of jaunty cuz i know that work slol [16:14] works [16:14] not today [16:15] ok jaunty ..good jaunty prt prt :) [16:15] I'm sure there are some bugs in PA, but there are a lot more bugs in various ALSA drivers ;) [16:15] pet pet [16:15] philip__, Intel ? [16:15] and reporting those issues helps to get them resolved (one day...) [16:16] MagicFab: yes [16:16] JanC: I did it, so many times... [16:16] some times you get tired of a tool ;) [16:16] ther kernel modules contain the drivers alsa just acts as a link/controller , from what i've been told ..there are lots of opinions about that issue as well [16:17] resample-method = src-sinc-medium-quality [16:17] Don't really mind to waste CPU when it goes for a good cause, though. Like high-quality resampling. [16:17] BluesKaj: the kernel modules are part of "ALSA" too [16:18] hello folks, anyone report successful reboots with latest upgrades? including new kernel? [16:19] durt: not here [16:19] durt: I had a pile of fail due to upstart-related changes this morning. No network-manager, gnome didn't start, or at least the panel was broken... [16:19] but a new dist-upgrade fixed it. [16:19] uuh, i was just going to update,... maybe it's better to wait for a while ;) [16:19] JanC, are you absolutely sure about that, cuz there are ppl here who will dispute your statement. Mostly ppl who discuss issues which boil down to semantics . [16:19] alankila: you have it working? [16:19] natewiebe13: gnome & nm? yes. [16:20] alankila: i used sudo apt-get upgrade [16:20] alankila: what should i have used? [16:20] I got the system working this morning, but only after running "dpkg repair" from the rescue menu [16:20] probably just dist-upgrade. upgrade makes smaller, more conservative updates because it does not allow packages to replace other packages. [16:20] so it allows a package to be replaced by a new version only, in other words. [16:21] alankila: command? [16:21] "apt-get update && apt-get dist-upgrade" is what I use. [16:21] not sure if upgrade would bring in a new kernel... [16:21] upgrade brought a kernel update [16:22] not worried about the above command, it's the reboot that scares me :C [16:22] is the daily image now working ? [16:22] I guess it follows because the metapackage for kernel references a new package and the new package isn't installed already, so upgrade considers it fair to install it. It's like any other dependency... But then again, who knows. I'd prefer if the whole "upgrade" option didn't exist. [16:23] There was a point in the past when no serious debian systems administrator would have blindly done a dist-upgrade, but would have resolved that type of conflicts manually. [16:24] but now we're just end users and don't really care and expect a dist-upgrade to just work. It's either progress or regress, I'm not quite sure which. === menna is now known as Guest73611 [16:25] help me!!!! [16:25] Ubuntu don't boot [16:25] Guest73611: are you using Karmic? [16:25] I think I got my answer :/ [16:26] yep === Guest73611 is now known as mennapuzza [16:26] it is a known problem, happened to pretty much everyone yesterday/today [16:26] BluesKaj: you can grep the kernel source for "alsa" or "ALSA" if you want ;) [16:26] AlanBell, and now? [16:26] mennapuzza: http://roderick-greening.blogspot.com/2009/09/recover-non-booting-linux-system.html [16:27] is the topic out of date now? [16:27] i.e. is it fixed? [16:27] aboSamoor, thx [16:27] mennapuzza: can you get to a command prompt at all? [16:28] should I download the daily image or the alpha 5 to fix my non-booting ubuntu ? [16:28] AlanBell, no.. [16:28] David-T, I think it's more than just one 'it'. It seems the devs have decided now is the time to introduce a lot of stuff they've been working on. [16:28] Now I download a livecd [16:29] ah, there is a livecd now? [16:29] mennapuzza: in which case, a live cd of some kind is your way forward [16:29] AlanBell, thx so much [16:29] we're still doing chroot to recover from hung boots? [16:30] currently i have no idea if my system will come back after a reboot/crash/powercut, but i also have no idea whether dist-upgrade would get it in to a state where it would survive a reboot [16:30] David-T, ditto here... [16:32] online boxing game http://www.kobox.org/kobox-fande-Nourine.html [16:33] I have a fully updated karmic box that has booted [16:33] I am not in a great hurry to reboot again though [16:34] AlanBell, thank you. [16:40] anyone have any idea why printing would automatically rotate to portrait and scale the image (very odd-looking) despite it fitting best in landscape? [16:40] also, why is the page orientation grayed out? [16:40] cannot find boot options on 9.10 beta, getting too many boot up lines [16:41] apt-get dist-upgrade worked.. there was an update for dbus, i think that did the trick [16:41] im now on fully usable karmic [thumbs up] [16:42] skype works awesome on karmic [16:43] JanC, like I said alsa is linked to the kernel module which include drivers for pci cards and some onboards , hence the problem with PA ..it's just another layer trying to act as a soundserver that isn't required in most cases. [16:44] I think this may well just be evince [16:46] cannot find boot options on karmic beta, getting too many boot up lines [16:51] okay what'd i miss? safe to reboot yet? [16:53] CydeSwype, apparently not [16:56] drat [16:56] filed bug #430811; would appreciate confirmation [16:56] Launchpad bug 430811 in evince "[karmic] evince prints files scaled to portrait orientation, despite needing landscape" [Undecided,New] https://launchpad.net/bugs/430811 [16:56] Can I run postfix and sendmail on ubuntu-server 9.04 at the same time? [16:57] yeah, I have kernel source issue with nvidia graphics right now ..the default has me in a resolution that doesn't work well with my samsung monitor [16:58] ok, what happened to upstart? [16:58] hggdh: it was put in its place. ;) [16:59] and broke my reboot... udev, network-manager, hal, etc [16:59] none of them auto-started [16:59] is this already known? Took me about half an hour to figure it out [17:00] hggdh, yes it's known [17:00] do you have the bug #? [17:00] they've been reworking the boot sequence since yesterday [17:00] i do not [17:00] k, probably the kernel folks will known about it [17:00] there are probably 100 bug # by now ;) [17:01] :-) [17:01] not really, most will just get stopped there... [17:01] heh. The joys of running the bleeding edge ;-) [17:01] i'm updating a twitter account here (https://twitter.com/UbuntuPlus1) if you want to follow that (rather than lurk here and filter through everything) [17:02] thanks, CydeSwype [17:04] its recoverable (at least for me) by manually 'start'ing dbus, hal, network-manager, and gdm/kdm [17:05] i manually started X and it segfaulted [17:05] meh, i nuked it and installed 9.04 anyway [17:07] X will not work nicely (er, at all) without dbus [17:08] X will, your desktop environment of choice wont. [17:09] Pici: indeed. I stand corrected [17:10] well, will try again. There I go for a restart... will (hopefully) be back in a few minutes [17:11] Good luck === yofel_ is now known as yofel [17:14] Is there a race condition with notify-osd? With Jaunty, on startup I see messages related to network connection, avahi discovery (service discovery applet), etc. With Karmic, I see only one message from Notify-OSD on boot. But if I bounce my connection, all of the notifications display as expected. [17:15] this does not appear to be an issue related to the recent upstart changes. its been an issue for a while. [17:15] more sucks; can the livecd get less already? [17:16] is there any work-around to get networking from inside a chroot to work again? [17:17] QPrime: if it works outside, it should work outside [17:17] you might need to cp /etc/resolv.conf in [17:17] also mount --bind /proc proc; mount --bind /sys sys; mount --bind /dev/ dev [17:18] if you're doing this for security, that might be a bad idea, tho [17:18] but networking should still work [17:18] hey guys.. i can't boot. Says something about udev and something in /lib/udev/rules was not okay.. i think Name="%k" or so.. idea, anyone? [17:18] can't boot recovery mode either [17:18] solarion: wrong 'Q' ;) [17:19] QPrime: right, sorry [17:19] *grin* gotta love tab-completion. [17:20] yeah, it's special [17:21] Machtin, check topic [17:21] hi, i have installed openssh-server on the computer i want to ssh into, its on the same network..but there i have logged in a different user, the client says that there is no route to host. what to do? [17:21] Machtin: the NAME="%k" warning is just a warning, it isn't fatal [17:21] so your problem is something else [17:21] oh, i see. [17:22] mornin' cjwatson (or afternoon) [17:22] afternoon verging on evening [17:22] solarion: right. resol.conf indeed, except that this network is not static. copying the resolv.conf every time gets problematic. [17:22] hmm, there's a pavucontrol 0.9.9 out now... any chance of it getting packaged? [17:22] /tpoic [17:22] oops! [17:22] oh wait, it already IS. [17:22] btw, newer libexpat1 and dbus packages from a few hours ago should help out people with separate /usr or /var who had problems with dbus starting [17:23] or not starting, rather [17:23] Q-FUNK: mount --bind? [17:23] write a little app to copy it every time it changes? [17:23] (easy to do with fnotify) [17:24] could even call it "fcp" [17:24] CydeSwype: err, i don't have a chance to boot at all, right? [17:24] fcp dest [17:26] Hello, I'm having several issues since the latest updates. [17:26] I have no Usplash at startup and now compiz seems broken, I'm stuck in metacity with a terrible performance. [17:26] RichardWolfVI: Welcome to the club. [17:27] Well, at least I got to fix GRUB [17:27] * emonkey fixed the most things with a live CD and a chroot [17:27] I almost fainted when GRUB said that there were no boot devices. [17:27] solarion: mount to link a file accross filesystems? :) [17:27] hey, i couldn't boot at all.. i couldn't even do aptitude upgrade, since I have no access to anything :) [17:28] emonkey: Did a chroot too. [17:28] can someone do me a favour please and pastebin a grub menu.lst file (i think /boot/menu.lst or /boot/grub/menu.lst). mine is non existant :) [17:28] Yes, I couldn't boot yesterday either [17:28] stefan [17:28] boot into a Live CD [17:29] get into a chroot and purge GRUB and its dependencies [17:29] any ideas? [17:29] update pacages and reinstall grub [17:29] *packages [17:30] RichardWolfVI: ok. i can give that a try. grub2 is the package i should be using right? [17:30] emonkey: did you recover access to your system with that? [17:30] stefanlsd: yes, but it's just a metapackage [17:30] RichardWolfVI: ok. thx [17:30] get rid of grub-pc and grub-common as well [17:30] oh, and os-prober [17:30] OK. latest dbus and n-m makes reboot better, but not yet stable [17:31] Machtin: yes I upgrade packages and reconfigured some, deactivated proprietary nvidia drivers and after that it worked again [17:31] Gosh, a Q6600 with 4 GB RAM shouldn't be this slow :( [17:32] emonkey: any hint on which packages to upgrade/reconfigure/whatever? [17:32] Machtin: good question, i upgraded just all which where new in the repos [17:33] yeah, and compiz was very slow for me with karmic. i've always had to kill off compiz and revert to metacity as part of my boot [17:33] * emonkey has no compiz, I use kde [17:33] nvidia-settings wants to see nvidia (not nv) in the xorg.conf, but that has the side-effect of initiating compiz [17:33] ah [17:34] emonkey: KDE also has compiz, jus sayin' [17:34] *just [17:34] emonkey: hm, kay.. i just rebooted 15 minutes ago or so.. should be the latest packages.. it's chroot /dev/root-partition /, not more, right? [17:34] kde has composting I think. is the 'proper' term isent it? [17:34] RichardWolfVI: yes but i only use the desktop effects provided by kwin [17:34] Compositing. :) [17:34] yay composting <3 [17:35] well, Metacity has compositing also, but right now is slower than ever [17:35] Plasmoids and Compost! and Gangleons! [17:35] and then: how did you deactivate the nvidia-driver? simply wrote nv in the xorg.conf, emonkey? [17:35] yes and they're not working right know because I use nv and not nvidia . Unfortunately everything is a bit slow withoout, but better than no system ... ;) [17:35] Machtin: yes [17:36] very well.. will try that too :) will be back soon *waves* [17:36] My KDE deactivated compositing because of too slow animations providied by the oss-driver [17:37] *provided [17:38] Is there any lnk on this breakage? [17:38] don't know but there are two others in our channel with this problem, at least one because of grub [17:41] * emonkey had only a 8.04 for the chroot ... :) I should burn a new CD as soon as this problems are fixed. [17:41] RichardWolfVI: advising people to remove grub-pc in favour of grub just makes it harder for us to diagnose and fix problems in grub2 :( [17:42] cjwatson: I wasn't advising that [17:42] "get rid of grub-pc and grub-common as well"? [17:42] I'm advising purging and reinstalling grub, whichever version they are using [17:42] sorry, I read that as advising him to remove it permanently [17:42] ok [17:44] My system ewas working almost well, but after further upgrades,. everything is very sluggish [17:45] In Karmic, where is grub's menu.lst? [17:46] kingspook: Can't boot either? [17:46] kingspook: grub2 uses grub.cfg, not menu.lst [17:46] I can boot. [17:47] (although for many things you should actually edit /etc/default/grub instead) [17:47] Still having problems :( [17:47] Well, I'm looking to change boot order. [17:47] is it safe to reboot now? [17:47] kingspook: in what way exactly? [17:47] Against all wisdom, I'm going to put Karmic Koala on the lab machines, but they need to default boot into Windows. [17:48] virtuald: At least I got to have a graphical session now [17:48] :) [17:48] nice [17:48] kingspook: well, that's possible, but it would be easier to just make it have a different default at the menu. Would that be acceptable? [17:48] does things crash at random? [17:48] cjwatson: I'm not sure I follow... [17:48] i know pulseaudio does but other than that? [17:48] kingspook: Karmic is broken right now, what a little while [17:48] at least for the next Alpha [17:49] kingspook: do you care specifically about the order, or would it be enough for it to default to Windows even if Windows isn't the first thing in the menu? [17:49] *wait [17:49] cjwatson: default to Windows, order irrelevant. [17:50] how did that apt-listbugs project that i read about on the mailing lists a while ago turn out? [17:50] Does /etc/event.d exist in Karmic? [17:50] kingspook: Take a look at this link about Grub 2: https://wiki.ubuntu.com/Grub2 [17:50] kingspook: ok, so look in /boot/grub/grub.cfg and fish out the name of the menu item for Windows [17:50] RichardWolfVI: Well, I need to put Linux on now, and I don't feel like doing it again in a month...plus, it'd be good for the CS students to learn to deal with the occasional OS bug...they are in the OS class after all... [17:50] Is there an ETA for a fix for the current main problems? [17:50] kingspook: here, it's "Windows Vista (loader) (on /dev/sda3)" [17:51] i have an /etc/event.d/ with control-alt-delete and sulogin in it [17:51] *sigh* didn't really help to replace nvidia with nv.. still hangs on booting, emonkey :( [17:51] kingspook: taking that as an example, edit /etc/default/grub, find the GRUB_DEFAULT= line, and make it read GRUB_DEFAULT="Windows Vista (loader) (on /dev/sda3)" (the quotes are important) [17:51] kingspook: then run 'sudo update-grub' [17:51] that ought to do it [17:51] Machtin: I'm sorry ... [17:51] not your fault! [17:51] cjwatson: sounds good, I'll test it out. [17:51] Nafai: the bulk of them should be fixed now [17:51] just wanted to 'report back' [17:52] though, didn't even get chroot to work.. but i could mount the fs. [17:52] thank you :) [17:52] (FWIW I don't think https://wiki.ubuntu.com/Grub2 documents this use of GRUB_DEFAULT yet) [17:52] cjwatson: So all I should need to do is the chroot stuff and apt-get dist-upgrade and then reboot? [17:52] Nafai: well, it depends what problems you're having [17:53] udev and fscking all the time are the main ones right now [17:53] At least the ones I see, perhaps more after I resolve those [17:53] fscking all the time is an entirely separate problem that's actually not directly related to the current boot extravaganza [17:53] there's some work being done on that and the most recent kernel *may* help (but may not, there are several interlocking causes) [17:53] "udev" - be more specific [17:54] Sure, let me try booting and see what the exact messages are [17:55] uknown key 'SYMLINK{unique} in /lib/udev/rules.d/50-udev-default.rules and a few others [17:55] But it is not stopping me from getting to gdm, so perhaps that is negligible [17:55] that's just a warning [17:55] ok [17:56] it's not fixed yet [17:56] I'm able to log in now, so I'm less concerned :) [17:56] Thanks for the help [17:56] right, the libexpat1 and dbus fixes were the main relevant ones today [17:56] daemon startup (ie. sshd) isn't also changed in koala, is it? [17:56] plus a few things to try to reduce the incidence of people getting hosed by partial upgrades [17:56] kingspook: some daemon startup is, but not sshd yet [17:57] Huh, is the next alpha still on schedule to be released tomorrow? [17:58] so the release manager tells me [17:59] Well...maybe I'll wait until tomorrow then. [17:59] It'll be cutting it a bit close. [18:09] hey Nafai [18:10] desktop notifications come up about an inch below the top right corner of the screen, not right up against the panel where they should go. what do i do? [18:11] It's a "feature". [18:11] dio: they are supposed to be that way now [18:12] It looks really stupid. [18:12] The least they could do, would be to swap the two... that is, normal ones at the top, volume-change ones at the bottom. [18:12] * nonix4 ponders why images built with ltsp-build-client only manage to boot for --dist hardy and earlier, but not karmic nor jaunty when the command itself is ran on jaunty... [18:12] well, it asn't as dumb as putting them in the middle [18:12] dto, :D [18:12] update ;) [18:13] what's the reason that it tells me "permission denied", if i try to chroot into my mounted root-partition (when i'm on a live cd with root or sudo) [18:13] It seems that Ubuntu way is fixing what it's not broken. [18:13] dto, or I think It's configurable by 0.21 or so [18:13] mac_v, sudo? [18:13] Machtin, sudo [18:13] oh, and they broke the old-style brightness control in gnome-power-manager, too. [18:13] sorry mac_v [18:14] hehe ;) [18:14] Michalxo: i DO use sudo [18:14] sudo -s ? :) [18:14] oh yeah, volume is at the top, whereas pidgin notificiations are 1 row down [18:14] nah, did sudo su [18:14] dto: thats the design [18:15] Machtin: Sudo? [18:15] Machtin: Sudo? [18:15] well.... I'd love more then 2 bubbles... especially for more messages from IMs.. [18:15] I don't think I'll ever come to like notify-osd. [18:15] can't they just stack from the top so that it only displays 2 rows if there are actually two concurrent notifications? [18:15] dto, as they said before, they are experimenting :) [18:15] RichardWolfVI: pardon? [18:15] dto: the bubbles are now split as sync ans async [18:15] ok :) [18:15] and* [18:15] I even mailed Mark Shuttleworh and he said me that :) [18:16] wow [18:16] well, everything is great. my realtime kernel is working fine for low-latency audio, and both processors are recognized [18:16] still no migration assistant in the latest daily build? [18:16] why is my system clock UTC when it should be CEST? [18:16] TLF, well.. he's a great guy, emailed me back in few hours :) [18:16] now the fucking store's closed :( [18:16] !language | virtuald [18:16] virtuald: Please watch your language and topic to help keep this channel family friendly. [18:17] Michalxo: who is "he"? [18:17] virtuald: where to check system clock? [18:17] yeah yeah [18:17] Machtin. Would you give us the full input/output? [18:17] TLF, nevermind ;) [18:17] in the gnome panel and this irssi window [18:17] Michalxo: oh, mark shuttlework [18:17] Michalxo: did it said something about migration assistant? :) [18:17] or rather > mark shuttleworth [18:17] Machtin: What you wrote in the terminal, and the output [18:18] I've also always thought that having volume-change wait for the notification OF volume change... is a bad idea. [18:18] RichardWolfVI: well.. I'm not on the live cd any more.. [18:18] It results in horrible lag. [18:18] TLF, heh.. sorry, nope :-) [18:18] I should make a video of that, some time. [18:18] Michalxo: oh :( [18:18] Oh well... [18:18] DanaG, you can always use that applet, it works OK :) [18:19] oh, and now I get no brightness-change bubble at all under gnome-stracciatella-session. [18:19] RichardWolfVI: but i googled.. it applied to this: http://mandrivausers.org/index.php?/topic/36838-why-cant-i-perform-chroot-to-mandriva-from-ubuntu/ [18:20] * DanaG has to go elsewhere now. [18:20] bye for now. [18:20] byebye [18:24] https://blueprints.launchpad.net/ubuntu/+spec/foundations-karmic-migration-assistant [18:24] what it does mean the latest "deferred" here? That it will be launched along alpha6? [18:26] Come on.. i just want to be able to boot again :o [18:26] <[31d1]> dagnabbit my bug got marked as a dupe [18:27] Machtin: give me the out put of sudo fdisk -l [18:27] hi there, is it safe to upgrade upstart/usplash now ? (on the main karmic repo ) [18:27] hm, can't.. am on windows now.. but sdb3 is the disc i want to mount [18:28] can I upgrade now? [18:28] rather not, i'd say. [18:29] dutchie: see topic [18:29] ok so ntpdate failed to update on boot because the networking script didn't work. so the time must have been read wrong from the rtc. where is it configured? [18:29] also firefox froze on updating time [18:29] Machtin: Well, if you expect to boot again, you should be on a live CD, to start with [18:29] 3.5 [18:29] i saw that, just wondering if it was out of date, because cjwatson said he'd have it fixed last night iirc [18:30] RichardWolfVI: fair enough, i'll reboot [18:30] Seeker`, amd64 whole system always up to date :) [18:30] brb. [18:30] dutchie: not just me [18:31] dutchie: the worst of the issues are fixed, but some people still have problems [18:31] cjwatson: My system won't even boot! [18:32] OK, I won't upgrade this system but I'll see if my netbook boots [18:32] xcdfgkjhgcv: Boot on a LiveCD, purge grub and reinstall it. [18:32] dutchie: I downloaded a daily a nd X won't start [18:32] While on a chroot on your system. [18:32] RichardWolfVI: I can't burn a Live CD without a PC to burn one with. [18:32] xcdfgkjhgcv: yes, you're one of the "some people" then, unfortunately I'm not an expert in fixing it - I was just sorting out the builds [18:33] so shouting at me isn't going to help you [18:33] I need to borrow a USB drive. [18:33] however, you upgraded mid-breakage, as I recall [18:33] xcdfgkjhgcv: So do it. [18:33] so if you haven't managed to upgrade further since then, your system will certainly still be broken [18:34] ok is it just me or a fresh install of alpha 5 not allowing to add gnome? if you install kubuntu? [18:34] cjwatson: if you have an alternate cd you can use rescue [18:34] robin0800: it's not me having the problems :-) p.s. I wrote rescue mode in the alternate CD so I know it's there ;-) [18:34] isn't time saved in the hardware clock on shutdown? [18:35] virtuald: the logic is much more horrible than you might hope [18:35] :( [18:35] http://wiki.ubuntu.com/HardwareClock is the result of our last serious analysis of how it all (works | should work) [18:35] thank you [18:35] cjwatson: many thanks then saved me many times [18:36] <[31d1]> cjwatson: new boot dealie is faaast. http://lrrr.us/boot.png yay :) [18:36] robin0800: good goodd [18:36] -d [18:37] [31d1]: nice [18:38] <[31d1]> down from 8-9 seconds before the reorganization [18:38] is there any advantage except just distance , to using the regular archive.ubuntu vs the us.archive.ubuntu repos ? [18:38] BluesKaj: right now, none, they resolve to the same IP addresses [18:39] cjwatson,ok thanks [18:40] BluesKaj: in general it's worth using the per-country names because, when they are different from archive.ubuntu.com, they'll likely be somewhere that's closer on the network, and will help reduce overloading on archive.ubuntu.com [18:41] would it be difficult to add a "Fix Grub" tool to the liveCD? For instance, if someone installed Windows after Ubuntu and blew out their mbr [18:42] cjwatson, right , I used to switch to mainserver from the ca.archives cuz the canadian repos servers were so darn slow. [18:43] !grub | thebishop [18:43] thebishop: GRUB is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto [18:44] cjwatson, too many (k)ubuntu users here :) [18:44] BluesKaj, i know how to fix it myself [18:44] but for "normal" people [18:44] normal ppl don't use linux :) [18:45] isn't that contradictory to the whole idea of Ubuntu? [18:45] jk ..nm [18:45] ubuntu+1 isn't for normal ppl [18:45] thebishop: there's a long-standing bug about it which we'd like to fix at some point [18:45] :) [18:45] :p [18:46] it's not entirely trivial, really we'd want it to be part of something just ever so slightly more general rather than being a hack for grub alone [18:46] FWIW saying "contradictory to the whole idea of Ubuntu" tends to make developers go and do something else rather than arguing about it though ... ;-) [18:46] hahaha [18:47] nelson mandela is crying... [18:47] apt-proxy vs. apt-cacher vs. approx -- any advice? [18:51] is it safe to use ext4 with grub yet? [18:51] grub2 [18:52] virtuald well, I had been usin ext4 in grub2 for a long while [18:52] i use ext4 with grub all the time. [18:52] and on the last release also [18:52] :) [18:52] and with grub2 :) [18:53] virtuald, yes.. 3rd time here yes :) [18:53] and many others around will agree ;) [18:53] ok good [18:53] still no updates... [18:54] whats still broken in karmic? [18:56] Usplash and 3D and video stuff for me now [18:56] a couple of hours ago, I couldn't boot [18:57] hello [18:57] robin0800, everytime something else :) [18:59] are you guys also still have some udev errors will booting? [18:59] and aptd [18:59] der_schreiner: My PC won't even boot. [18:59] what can you do atm? [18:59] der_schreiner: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/430654 << still aplies for me [18:59] Launchpad bug 430654 in udev "udev 147 outputs warnings about default rules" [Low,Triaged] [19:03] virtuald: it should work, but there've been scattered reports of problems on some ext4 filesystems - we haven't tracked down exactly why yet [19:04] der_schreiner: the udev warnings are harmless [19:04] ok thx [19:04] ok [19:05] if you're having boot problems, it's due to something else [19:06] i haven't rebooted, i let the computer sleep the night before [19:07] good idea ;) [19:12] crashplan for cross-platform backups - opinions? [19:13] sorry wrong channel [19:13] okay.. that "brb" didn't work out to well. === _Ranakah is now known as Ranakah [19:14] however, i managed to chroot into my normal system.. and can now do whatever is needed to get that system boot again.. anyone able to help me then? [19:16] arand: it continues booting? seriously? how long would i have to wait for my system to boot? [19:16] after the udev-messages i mean [19:16] Machtin: purge the following packages: grub2, grup-pc, grub-common and os-prober [19:16] anyone know how to solve this bug 428365 [19:16] Launchpad bug 428365 in ubuntu "Karmic Koala Alpha 5. Desktop does not start, freezes the boot screen" [Undecided,New] https://launchpad.net/bugs/428365 [19:17] Machtin: After that intall grub2 [19:17] *install [19:18] okay, did that [19:18] OK, that would do, then [19:19] don't forget to update everything else [19:19] so, i can reboot? [19:20] uh, is there a reason to believe that reinstalling grub will make a difference here? [19:20] I realise it did for you, but I don't think it will for most people [19:21] if Machtin is having problems with the new upstartified boot process, reinstalling grub won't make any difference [19:21] Hm.. i don't see why this should be grub-related, but i'm willing to try. [19:21] cjwatson: what will make a difference then? [19:22] I don't know, you haven't described your problem in all that much detail [19:22] Well, I'm trying my best shot on a situation that it's been widespread [19:22] so any solution for it yet/ [19:22] booting with --debug as a boot parameter might help to gather information; however unfortunately I have to go [19:22] well i also get these udev-stuff warning messages.. and then it stops booting [19:23] And I'd been affected, also. [19:23] RichardWolfVI: understood, it's just that I'm the grub2 maintainer in Ubuntu and I have absolutely no idea of how reinstalling grub would make the slightest difference [19:23] less do I [19:23] and frankly I don't *believe* that it would make a difference if the problem comes after the kernel boots [19:23] but it's a common procedure to reinstall packages if they're not behaving properly [19:23] if it appears to make a difference, I think it's more likely that either something else was also changed, or the problem is inconsistent (i.e. doesn't happen every time) [19:24] RichardWolfVI: but grub's job is done once the kernel and initrd are in place [19:24] well, grub does behave properly.. i think [19:24] if the problem is after that, grub *is* behaving properly [19:24] well, if the Kernel loads, I guess, updating the packages from a chroot would do [19:24] however.. is there any hint with that little description that's available? [19:25] if grubs work start with init=/bin/bash get network driver and network up and update [19:26] well, i did update via live cd now [19:26] k [19:26] didn't change anything, though.. [19:26] over chroot? [19:26] yup [19:27] so i would try it with the boot parameter [19:28] ok looks like karmic is broken today [19:28] don't get it.. and don't see the point (no offense.. don't get me wrong) [19:28] x does start [19:28] but no keyboard [19:28] no mouse [19:29] no usb at all [19:29] oh yeah [19:29] i know this [19:29] no touchpad [19:29] and? do we know what is going on? [19:29] i had this yesterday (gmt+2) [19:30] me too .. [19:30] me too [19:30] grub2? [19:30] after upgrading the mountall package ... now .. stuck at booting [19:30] but do a dailly safe-upgrade [19:30] to report bug [19:30] is was broken yesterday [19:31] I repaired it [19:31] it is once again broken today [19:31] I think I just have to wait,chroot and upgrade non? [19:34] well.. i'll try to reboot once more. if it won't work.. i'll try again tomorrow [19:34] thanks for now! *waves* [19:34] :( [19:38] just upgrading the kid's computer now. . . hope it works [19:39] AlanBell, if it works... don't update daily. [19:39] Ok, I'm switching to Windows for the time being, this slowness is unbearable :( [19:41] lol, i switched to linux because windows was too slow :) And someone is doing the other way... [19:41] linux is much faster for me [19:41] ubuntu [19:41] anyone notice , after the recent compiz update, that the window jumps up when closing [19:41] nah, but i noticed nothing works atm :P [19:42] lol [19:42] RichardWolfVI, talk about unbearable. Why go to something as unpleasant as Windows. If you need to get work done on a machine, Use Ubuntu Stable(Jaunty for now) If you want to help test, these breaks can happen. They don't happen often, but you have to assume they can. [19:42] upstart broke the system? mountall appears to hang for me forever (updated yesterday) [19:43] any pointers? [19:43] at least i got my fallback operating system.. it's very uncomfortable.. but you can't expect more from a gameloader i guess.. i mean.. it's windows. [19:43] faster than a hardy live cd at least, Machtin ;) [19:44] :> agreed. [19:44] isnt the alpha 6 due out soon [19:44] booting windows is just like switching on a xbox for me :D [19:44] lol [19:45] (i have no xbox, though) [19:48] * genii-around makes more coffee [19:50] software development is fun. when everything is working, there is a need to break everything ;) [19:50] webbb82, The schedule says alpha6 is due tomorrow. I would imagine they want to fix the current problems before rolloing out alpha 6. [19:51] i think i have alpha 1, and i have no problems [19:51] I just installed karmic alpha 5 on a dual boot system - grub is giving me an error 2 message - is this something anyone else has experienced? [19:51] oh sorry, the only problem is the sound not working properly [19:52] pulseaudio crashes sometimes [19:52] but anyhows, nites mates! [20:04] join eeepc === mike is now known as Mike1 [20:14] <[GuS_atWork]> Hi guys, is possible that latest kernel upgrade broke all my hardware support? like sound, network, etc.? [20:14] <[GuS_atWork]> ops.. i see the topic... [20:16] Neither karmic nor the buildds are in a working state right now. [20:16] wtf? why that? [20:16] Karmic has been (some kind of) smooth during the last months, but just now it's all so bad again. It's bad because those upstart changes could have been tested before being uploaded. And with "could" I mean "should" - on a bunch of virtual installations with different configs. I dunno if it fails for me because I have some "bind" mounts, or something else. And I'm not very motivated to test this using the reboot-oh-no-slow-livecd approach. [20:17] Netbook Remix is buggy here :-( [20:17] <[GuS_atWork]> Mike1: same here... today i cant make my system work correctly.... [20:17] Mike1: you can be glad if you can boot the system! ;) [20:17] <[GuS_atWork]> but nowi saw the topic... [20:17] been having some issues earlier, much better now though [20:17] but what does the topic mean?? [20:17] is ubuntu dead or what? [20:17] nothing. just watch it. [20:18] watch what? [20:18] Well.. i can't boot at all. Will wait for someone to change that topic :f [20:18] :D [20:18] <[GuS_atWork]> but is cause of the kernel of something else? [20:18] Machtin: I'm in same situation. [20:18] anyone here used migration assistant during install? [20:18] [GuS_atWork]: try an other kernel and you will find out ;-) [20:19] * genii-around goes back to surfing freom livecd [20:19] hi, i want to use one of my drives as ext3 for storing data, how can i make it writable by user? [20:19] <[GuS_atWork]> Mike1: too late, i've installed again the 5 alpha :P [20:19] <[GuS_atWork]> since i've deleted the older kernels :S [20:19] <[GuS_atWork]> bad move :P [20:19] Machtin: do you have bind mounts? bug 430880 [20:19] Launchpad bug 430880 in mountall "mountall blocks boot with bindfs mounts in fstab" [Undecided,New] https://launchpad.net/bugs/430880 [20:19] [GuS_atWork]: i tried another kernel. [20:20] blueyed: sorry.. i have no clue what bind mounts are. [20:20] !roadmap [20:20] Sorry, I don't know anything about roadmap [20:20] check your /etc/fstab (search for "bind"), but then probably not. [20:20] !upstart [20:20] 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/ [20:21] !performance [20:21] Sorry, I don't know anything about performance [20:21] !sex [20:21] Some topics are controversial and often end in negativity. Take care on subjects like war, race, religion, politics, gender, sexuality, drugs, potentially illegal activities and suicide. The topics are not banned; stating your position is ok, but trolling, baiting, hostility or repetition are not. If you are asked to stop, do so politely. Disputes to !appeals, please adhere to !Freenode Policy and the !CodeOfConduct [20:21] !livecd [20:21] The Ubuntu Desktop CD is a "LiveCD" which can be run without altering existing files on your harddrive. Especially useful for testing your hardware's compatibility, it also includes an install option. [20:21] !karmic [20:21] Karmic Koala is the codename for Ubuntu 9.10, due October 29th, 2009 - Karmic WILL break - Discussion and support in #ubuntu+1 [20:21] !karma [20:21] Sorry, I don't know anything about karma [20:21] !anything [20:21] So, you wanted to lure me into saying I don't know anything about anything? Yeah, that would be funny, of course. Now leave me alone. [20:22] !botabuse | blueyed [20:22] blueyed: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [20:22] !nothing [20:22] Saying "It says nothing", "It does nothing" is generally not very useful for troubleshooting. Please be as specific as possible: if you see a black screen, say so, if you see a shell prompt, say so, if you see an !error message, say so - Also, most !CLI commands don't print anything when they succeed, but only when they fail. [20:22] blueyed: bored? waiting for a the init/upstart situation to be sorted out? [20:22] blueyed: please stop that [20:23] blueyed: no, didn't use anything like that [20:23] anyway with the last alpha? or beta comming up it is time for people to put stuff in, probably why you are experiencing more problems now then before [20:25] <_markus__> lo [20:25] <_markus__> anything new about the karmic breakage? [20:25] nope. [20:26] * QPrime wraps a big init script around upstart :P [20:26] <_markus__> darn :-( [20:26] <_markus__> can't boot, can't develop. that sux [20:26] * _markus__ slaps himself [20:27] _markus__: its not called an alpha for nothing. Canonical just broke init/upstart to remind us all of that. [20:27] * acicula hands _markus__ a stable ubuntu 9.04 usb stick [20:28] <_markus__> Is there an easy fix? I can use 9.04 and mount the partition read-write [20:28] <_markus__> acicula: thanks, got one ;) [20:28] well all it did here was hang on windbind during boot, killed that , updated and it worked again [20:28] is there a bug/thread about the issue? [20:29] _markus__: you can mod your interfaces file to get net connectivity and hammer apt-get update until it boots [20:30] <_markus__> QPrime: I can't boot into the system that far. I can't get a shell with the system, I can only use another system to access the partition and I don't know where it hangs ... [20:30] anybody seen catweazle [20:30] <_markus__> recovery doens't cut it either. seems the / partition gets mounted read-only but no init scripts get executed at all [20:31] <_markus__> ctrl-alt-del reboot, though [20:31] _markus__: Hrmmm. [20:31] <[GuS_atWork]> acicula: i think is https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/430125 [20:31] Launchpad bug 430125 in upstart "Karmic Latest - upstart kept back - missing mountall" [Critical,Fix released] [20:31] this istnt aprob [20:31] mount -o remount,rw / [20:31] then you got write support [20:32] <_markus__> der_schreiner: as I said, when I boot directly into the system I get no shell. I can use *another* system to gain r/w access; if I knew what to fix, I could do it [20:32] _markus__: do you have /dev/pts [20:33] anyone know what changed to make evolution start automatically (in the background) when you log in to gnome in karmic? [20:33] I'd like to turn it off since I just discovered it using 4GB of RAM + 6 GB of swap.... [20:33] <_markus__> taneli: I can't boot into the karmic installation to get a shell. I can use a 9.04 CD to get r/w access to that partition [20:34] <_markus__> This describes exactly my problem: https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/430125/comments/7 [20:34] Launchpad bug 430125 in upstart "Karmic Latest - upstart kept back - missing mountall" [Critical,Fix released] [20:34] _markus__, https://wiki.ubuntu.com/ChrootRecovery [20:35] <_markus__> (however I'm not sure about the mountall thing anymore ... [20:35] <[GuS_atWork]> btw, is safe to upgrade now? i've installed again alpha 5 cause of this... is the bug fixed? [20:35] <_markus__> tormod: that sounds like a plan, will try that, thanks! [20:36] uhm [20:38] doing a dist-upgrade on my broken test box now to see whats still broken [20:38] _markus__: see https://bugs.launchpad.net/ubuntu/+bugs?orderby=-importance&search=Search&field.searchtext=mountall&field.has_patch=&field.omit_dupes=on&field.has_no_package=&field.status=NEW&field.status=INCOMPLETE_WITH_RESPONSE&field.status=INCOMPLETE_WITHOUT_RESPONSE&field.status=CONFIRMED&field.status=TRIAGED&field.status=INPROGRESS&field.status=FIXCOMMITTED&field.bug_reporter=&field.assignee= - they might all describe some part of your p [20:40] 213440 ubottu> Launchpad bug 430125 in upstart "Karmic Latest - upstart kept back - missing mountall" [Critical,Fix released] [20:40] Launchpad bug 430125 in upstart "Karmic Latest - upstart kept back - missing mountall" [Critical,Fix released] https://launchpad.net/bugs/430125 [20:41] did i get that right? there's a fix now for the not-able-to-boot-problem? [20:41] Machtin: i did a dist-upgrade and my karmic is working great [20:42] wonderful [20:42] via livecd and chroot? [20:42] also there is now a "ubuntu software store" which is new [20:42] recovery mode [20:42] went to root term with networking [20:43] Machtin: ^ [20:43] Is anyone else lacking colors in bash, and aptitude / aptget autocompletion ? [20:43] Hi, I am running jaunty and earlier I did do-release-upgrade -d, and it was about to install, but I realized I didn't have time and aborted -- now when I try it, it says everything is up to date [20:44] SiDi: like how the "ls" command gives colors? [20:44] idyle: try update-manager -d [20:44] natewiebe13: yeh... i got no colors anymore [20:44] SiDi, I lack the colors on my jaunty -> karmic upgrade, but I get them on my clean karmic install. [20:44] i suspect i'm running the wrong shell [20:44] natewiebe13: yup did, says everything is up to date [20:45] NoelJB: this is a clean install [20:45] SiDi: working fine for me [20:45] idyle: strange [20:45] idyle: usually i do fresh installs, but if i were to upgrade, i would wait until at least beta [20:46] natewiebe13: alright, I suppose I can do that -- is there an ETA on the beta? [20:46] idyle: how far did the upgrade get? [20:46] idyle, Karmic beta? [20:46] I never started it, I aborted before it started [20:46] NoelJB: yes [20:46] !ReleaseSchedule [20:46] Sorry, I don't know anything about ReleaseSchedule [20:46] One sec ... [20:47] https://wiki.ubuntu.com/KarmicReleaseSchedule [20:47] cool thanks guys [20:47] https://wiki.ubuntu.com/KarmicReleaseSchedule [20:47] Alpha 6 is tomorrow.. so this latest disaster is bad timing... [20:47] ok so we're getting close to beta!!! [20:48] duffydack: i was talking to cjwatson, he said that they wont release alpha 6 until the problem is completely solved [20:48] I`d assume its back to "working" order by then [20:48] duffydack: so ive got no worries [20:48] duffydack: im running karmic just fine [20:48] duffydack, I referred to it as ill-conceived based *solely* on the timing. Colin pointed out that they could not wait for karmic+1 (if avoidable) because L will be an LTS release. They really wanted to get all of the testing done in Karmic to prep for L. [20:49] on 10th of September was the second drop of artwork, is there any noticeable changes ? [20:49] And that's a very fair point. They can back it out if they *have* to do so, but perhaps better to get everyone dealing with it now than in L. [20:49] aboSamoor1: all ive noticed is that the old boot screen fades in and out [20:50] natewiebe13: I hope they change the xsplash, it is not cool [20:50] you mean the throbber glitch? [20:50] or the background? [20:51] it seems the sytem is working properly again [20:51] RichardWolfVI: it is here [20:51] natewiebe13: I mean the animation is weird and the background is boring [20:51] <[31d1]> is there a new disaster since yesterday's? [20:52] background can be changed.. ive done it myself already.. and as for the animation.. it is a bug which can be fixed by replacing the throbber png [20:52] cjwatson: Still here? Setting grub's default by name didn't seem to work... [20:52] after the last dist-upgrade things seem (mostly) functional. [20:53] QPrime: agreed [20:54] natewiebe13: yay! :) [20:54] natewiebe13: the throbber png bug was just fixed before an hour :) [20:54] QPrime: no more running off of a livecd ! [20:55] Why does tesseract-ocr depend on tesseract-ocr-deu instead of tesseract-ocr-eng? I know, very american-centric of me, but that seems to be the norm for ubuntu and debian packages. [20:55] aboSamoor1: ive still got that bug [20:55] Hi, I need SERIOUS help with my Ubuntu box. I'm unable to start it up. And before you ask, no, I'm not an inexperienced user. I've been using computers for over 11 years. [20:55] QPrime, when you boot, what notices do you get from notify-osd? I'm seeing one out of multiple that I should be seeing. If I simply disconnect and reconnect my ethernet cable, I see messages that I ought to have seen initially, for example. [20:55] Yes. At first, GRUB shows up displaying the boot options, upon booting Ubuntu, usplash starts up and I see the loading bar.Then it drops into a terminal, but there is no output as the quiet option is enabled by default. [20:55] I am able to type on this terminal, but it appears to be loading somthing. [20:56] what does karmic use couchdb for? [20:56] Recovery mode freezes on boot [20:56] <[GuS_atWork]> maybe related to what the topic says AD5300 [20:56] I read the topic, I just wanted to see if anyone could help me... [20:56] <_markus__> AD5300: sounds like my problem. I've been told to use https://wiki.ubuntu.com/ChrootRecovery which I'm currently doing; booting a live CD and fixing the broken karmic installation [20:57] AD5300: can you get to the recovery screen where there is a bunch of selections? [20:57] hm.. i booted the live cd.. but aptitude update doesn't give me anything new after chrooting to my root-partition? [20:57] * AD5300 really misses my Ubuntu computer and wishes he didn't have to type this on his windows netbook [20:57] No, I cant get to recovery screen [20:58] NoelJB: I'm going to do a warm boot now so I can some sort of baseline, one sec. [20:58] I THINK it has something to do with a bad init.d script. [20:58] ah.. i was able to get to the recovery screen and do a dist-upgrade :) [20:58] But I'm not entirely sure. [20:58] <_markus__> AD5300: the mountall package had some troubles, see https://bugs.launchpad.net/ubuntu/+bugs?orderby=-importance&search=Search&field.searchtext=mountall&field.has_patch=&field.omit_dupes=on&field.has_no_package=&field.status=NEW&field.status=INCOMPLETE_WITH_RESPONSE&field.status=INCOMPLETE_WITHOUT_RESPONSE&field.status=CONFIRMED&field.status=TRIAGED&field.status=INPROGRESS&field.status=FIXCOMMITTED [20:58] <_markus__> &field.bug_reporter=&field.assignee= === f1 is now known as Guest14347 [20:59] Hold on, I'm gonna go into GRUB on the machine, and turn "quiet" off so I can get some output for you guys... [20:59] * AD5300 will also turn off splash. [20:59] doesnt alt-f1 achieve the same result? [21:00] Ok... booting up so far... [21:00] Begin: Running /scripts/init-bottom [21:00] Done. [21:00] <_markus__> next time I update will be beginning of november .. :p [21:00] NoelJB: well boot isnt pretty, still getting upstart errors, but it boots. [21:01] sd 6:0:0:0: [sdb] Attached SCSI removable disk [21:01] sd 6:0:0:1: [sdc] Attached SCSI removable disk [21:01] sd 6:0:0:2: [sdd] Attached SCSI removable disk [21:01] QPrime, and when you get to the desktop, do you see any NotifyOSD messages? [21:01] sd 6:0:0:3: [sde] Attached SCSI removable disk [21:01] That's the last message on the screen. [21:01] QPrime: Same here but as you say it still boots [21:01] Under that there is a flashing Underscore and I am able to type. [21:01] Ctrl-D does nothing [21:02] NoelJB: NotifyOSD *seems* to work properly here. [21:02] <_markus__> AD5300: see my ChrootRecovery link; I just repaired my installation [21:02] I can reboot the computer using Ctrl-Alt-Del or the SysRq commands [21:02] ive got NotifyOSD working good [21:03] no messages on boot [21:03] your link got cut off... use like pastebay to paste the URL in and send it again [21:04] QPrime, so you get notices at startup for your network connections? I seem to be seeing a race condition where I miss notices at startup that the same events later result in displaying. [21:04] <_markus__> AD5300: https://wiki.ubuntu.com/ChrootRecovery [21:04] oh... the https://bugs.launchpad.net/ubuntu/+bugs?orderby=-importance&search=Search&field.searchtext=mountall&field.has_patch=&field.omit_dupes=on&field.has_no_package=&field.status=NEW&field.status=INCOMPLETE_WITH_RESPONSE&field.status=INCOMPLETE_WITHOUT_RESPONSE&field.status=CONFIRMED&field.status=TRIAGED&field.status=INPROGRESS&field.status=FIXCOMMITTED link was the one that got cut off. [21:05] NoelJB: checking a little further. I had to reconfig to allow NM to manage my interfaces again... one sec. [21:05] <_markus__> tormod: you saved my day, thanks! [21:05] Can I use a 7.04 live CD to do the Chroot recovery? [21:06] <_markus__> no idea [21:06] AD5300: no [21:06] What did you use? [21:07] Use a Karmic Cd, that will assure you won't mess up your system further [21:07] why wouldn't 7.04 work? [21:07] I just need a working /etc/resolv.conf [21:07] from Karmic. [21:07] AD5300: http://www.ubuntu.com/testing/karmic/alpha5 [21:08] tomorrow Alpha6 will be released [21:08] Theoretically the only file that matters on the host system is resolv.conf [21:08] After updating+reboot now the cryptsetup disk does not come up anymore.. not asking for a password anymore. [21:08] Great, so I'd waste a CD burning alpha 5 and then a day later get alpha 6? :( [21:08] taneli: well, they have diferent packages, to start with [21:08] AD5300: use R+Ws [21:09] Only packages that matter are the bash commands "chmod, chroot". [21:09] AD5300: most cd's will work tbh [21:09] but ChrootRecovery page instructs you to use apt-get inside chroot [21:09] Note: The debootstrap utility is usually backwards compatible with older releases, but it may be incompatible with newer releases. For example, the debootstrap that is bundled with Jaunty can prepare a Hardy chroot like we are doing here, but the debootstrap that is bundled with Hardy cannot prepare a Jaunty chroot. [21:10] Here's the thing -- The PC I'm trying to fix has a CD/DVD burner that works EXCELLENT. I'm on a crappy 9 inch ASUS Eee Netbook with no cd drive... any ideas? [21:10] :/ [21:10] taneli: that's from the wiki [21:10] AD5300: USB thumbdrive [21:10] debootstrap is for doing new installs [21:11] Does anyone know where I can find docs on Grub2 with a Grub Default that's a label? [21:11] I have a 4Gb thumb drive, that might work, but can I boot from one? [21:11] It's referenced on the Grub wiki, but I can't seem to find docs on it _anywhere_ [21:11] AD5300: yes, you can [21:11] AD5300: depends on your bios, but unless you are on archaic hardware it'll work [21:11] How do I copy the iso to the drive? [21:11] kingspook, cjwatson might be your best bet. [21:12] I built the system myself. The MB is made in '09.Should be able to. [21:12] NoelJB: Yeah, he's the one who turned me on to it. But it's not working and he appears to be busy/away/etc. [21:12] kingspook, pretty late where he is. [21:12] heh, badly-worded bug report: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/428914 [21:12] Ah. Europe? [21:12] Launchpad bug 428914 in gnome-power-manager "g-p-m don't report that I'm not in charge" [Undecided,New] [21:13] AD5300: https://help.ubuntu.com/community/Installation/FromUSBStick [21:13] !info usb-creator [21:13] usb-creator (source: usb-creator): Ubuntu USB desktop image creator transitional meta-package for GTK+. In component universe, is optional. Version 0.2.6 (karmic), package size 1 kB, installed size 40 kB [21:13] NoelJB: notifyosd seems to work fine. Karmic does not display the desktop until its 'ready' so you may be missing an initial NM bubble that way. [21:13] AD5300: the esiest way to get a bootable usb is to install it to the usb (not recomended) or create a liveusb (usb-creator is an easy way to do that) [21:13] Is there ANY way to do this without a flash drive? It seems like a pain [21:13] Well, no, there isn't [21:13] QPrime, yes, that seems to be different from Jaunty, where I see many notices at boot time. [21:13] I have a working Vista partition on the broken machine. [21:14] But i don't have a unix shell in vista obviously [21:14] AD5300: You may overwrite GRub [21:14] *GRUB [21:14] wait [21:14] AD5300, you don't need a unix shell to write a bootable CD :-) [21:14] you can boot vista on that computer? [21:15] AD5300: Unetbootin can make usb boot sticks under windows [21:15] I need a unix shell to mount the partition and copy the files. [21:15] Yes. Vista works on it. [21:15] Although I haven't used vista for over 8 months :PP [21:15] AD5300: Then, burn a LiveCD on vista and you're done [21:15] Gonna have to break my record. [21:15] AD5300, but you don't need a unix shell to burn the ISO to a CD, and then you can boot the live CD. [21:15] I'll try that... should've thought of that in the 1st place. [21:16] Is there a limit to how many times I can erase/rewrite a CD-RW? Do they wear out easily? [21:16] Only have like 5 blank ones around here [21:16] AD5300: yes, and not really [21:16] AD5300, personally, the way that I have it is a dedicated GRUB partition that boots to GRUB loaders in one of currently 5 partitions, plus a dedicated swap partition and a large shared data partition. [21:17] "Ubuntu Store" freaks me out tho... I see a package removal in my future ;) [21:17] AD5300, so I can boot and repair using Fedora 11 or Ubuntu 8.04 - Ubuntu 9.10. I'll get rid of Jaunty for the L alpha. Hardy will probably survive until the M alpha. [21:18] not knocking the need for it... but "you know..." [21:18] I used to use Fedora... I don't like it much... [21:18] I used fedora from Core 3 to Core 6 before I switched to Ubuntu. [21:18] Haven't tried it since. [21:18] Has it gotten much better? [21:19] AD5300, everything has gotten better since then. But specifics would be off-topic. :-) [21:19] is the topic still true? [21:20] Point, simply, is that you can setup multiple bootable partitions, in case something happens. [21:20] AD5300: as long as they use YUM I only have a morbid curiosity with RPM based distros [21:20] <_markus__> AD5300: how are thins going, have you had any success so far? [21:21] any cure for today's latest updates? no keyboard,usb,mouse working, x? [21:21] AD5300: Fedora is over focused on the bleeding edge [21:22] gotta get going [21:22] no cures? :( [21:22] Michalxo: many ppl have gotten things working with the latest dist-upgrade [21:23] well.. thanks to letting me know [21:23] but how do I connect to wireless network via CLI? [21:23] Michalxo: Its not exactly perfect, but it is working. [21:24] I got it to work by wpa_suppliant but I tried it again only in CLI, and had some driver failed issues :-/ [21:24] * QPrime grabbed his ethernet cable for the update, you'll have to find a bigger brain to do wpa wireless via cli (sorry) [21:24] ow.. [21:25] olá [21:25] QPrime, and command was only dist-upgrade or some apt other? [21:26] BUGabundo, hi! got any experience in wifi via cli? [21:26] Michalxo: apt-get dist-upgrade (after and update of course) [21:26] yeah, thanks QPrime :) [21:26] np [21:26] I've got here 2 laptops, I only need a guide :-/ [21:27] hey Michalxo QPrime [21:27] hi [21:27] Michalxo: some [21:27] what do you nee? [21:27] <_markus__> Michalxo: just to make sure: you don't have some kind of Ubuntu live cd/usb to boot on the broken system? [21:27] connect to wifi via CLI [21:27] i updated my karmic today, and when rebooting i couldn't use my mouse or keyboard anymore, what can be the problem? [21:28] _markus__, yes I have... but how to make install there? [21:28] htrejh, same problem here, resolving it by Michalxo: apt-get dist-upgrade (after and update of course) [21:28] htrejh: did you read the topic today? [21:28] <_markus__> Michalxo: I don't know how broken your system is, but I used the live cd to start a system which has networking (wifi!) enabled and followed https://wiki.ubuntu.com/ChrootRecovery [21:28] but how can i type it without keyboard? [21:29] htrejh, ctrl+alt+f1 ;) login via CLI [21:29] no i cant [21:29] i cant use my keyboard [21:29] _markus__, aha now I see :) good [21:29] htrejh, no at all? [21:29] nope [21:29] i doesnt reactr [21:29] then take the tour with me :) [21:29] https://wiki.ubuntu.com/ChrootRecovery [21:30] hehe, did the same when I got messed up by grub and grub2 :D [21:30] thanks _markus__! [21:30] ok thanks [21:31] Michalxo: http://blog.tplus1.com/index.php/2008/06/13/how-to-connect-to-a-wireless-network-from-the-ubuntu-command-line/ [21:32] thanks robin0800_ === BUGabundo1 is now known as BUGabundo [21:33] actually, I take it back. "Ubuntu Store" is kinda nice. now, *how* many interfaces to we have to the ubuntu repos? Wonder how long before the paid offerings turn up... [21:34] Question: Anyone know how to link the /var/www on Ubuntu to Windows XP so the PC IP still loads the root folder for the index of/ ? [21:35] * _markus__ doesn't understand that Q at all ... [21:35] I'll re-interate [21:36] Hi, I'm wondering whether karmic could use device manager as default. It's a stable plasmoid. [21:36] StevenMyers: mount the ntfs partition somewhere and make /var/www a symlink to the web / folder? [21:37] Say you have Ubuntu on one partition and XP on the other. I can load 192.168.x.x on my Ubuntu side and it shows my IP root directory in my browser because Ubuntu is active and online through that IP. But when I load XP, the IP is not active because Ubuntu is not booted up for me to see. [21:37] yofel: Yes I need the Ubuntu IP to link to the XP IP so the root folder is still active even when XP is loaded. [21:38] example: http://www.stevenmyers.net === jeremy is now known as Guest64420 [21:38] StevenMyers: oh, so you want the ubuntu /var/www to be visible from XP? [21:38] YES [21:39] This way 192.168.x.x is still active and people can still access my server [21:39] <_markus__> StevenMyers: that's sounds like trouble. Afaik, yes, there are device drivers to access ext3 and such but ... you need a webserver on XP running pointing to that dir and such. Is that really what you want? [21:40] hm... Windows doesn't support any linux file systems, but there are some ext2/3 drivers for windows out there so you could use them to load the ubuntu fs and then set the windows web server up so that it uses it as it's root... [21:40] yofel: Yes that is what I am needing _markus_: that is what I am looking and needing done. [21:40] <_markus__> It should work with xampp, if the drivers work ... === DanaG1 is now known as DanaG [21:41] _markus_: that is what I was aiming for as well is xampp [21:41] <_markus__> StevenMyers: well, yeah, find some ext2/ext3 drivers for XP and try it [21:41] <_markus__> (if that's what your Ubuntu partition is formatted with) [21:41] It is. === cjwatson_ is now known as cjwatson [21:41] Thanks guys, great support I appreciate it a lot [21:42] <_markus__> well ... :-) good luck [21:42] Thanks markus. Btw, do you see this domain as being active on your side: http://www.stevenmyers.net ? [21:42] <_markus__> StevenMyers: yes I did [21:42] Thank you sir. [21:43] StevenMyers: Don't forget to back up your data :) [21:43] <_markus__> good idea [21:43] even better tip, thank you jtatum [21:43] StevenMyers: there is an ext2 implementation for windows xp, which can also read ext3 http://www.fs-driver.org/ [21:43] guys?! is there a way that ubuntu fixes when I am in XP or rebooting it>?! :D [21:44] it magically works.. and I did nothing then 2 reboots :-/ [21:44] hmm [21:44] That does seem interesting [21:44] lol [21:44] Thank you acicula. [21:44] had that big-bug as everyone around... and it's fine now [21:44] StevenMyers: running your webpage on your home windows xp machine like that however may not be the best idea [21:45] Safe on linux but not recommended on XP? [21:45] StevenMyers: unless you known a thing or two about running a safe webserver it's not safe on either really [21:46] I have the DNS being updated when my dynamic IP changes, this way I don't have to worry about getting onto linux to update the server information. === BUGabundo1 is now known as BUGabundo [21:46] Then I suppose specific port blocking won't help either.. [21:47] well running a firewall is never bad, though not really needed on a default ubuntu install. but it wont make a poorly configured webserver secure no [21:48] ok [21:48] Was looking into Firestarter but that scratches it off for me [21:49] kingspook: hmm, can't look now but could you file a bug on Ubuntu grub2 with all the details? (/etc/default/grub, /boot/grub/grub.cfg) [21:49] hey cjwatson [21:50] funny to find you here [21:50] kingspook: you won't find docs on the GRUB wiki because it's a patch I've sent upstream but hasn't yet been merged there since they're preparing to release 1.97 [21:50] humm [21:50] compiz is broken [21:50] I'm loosing shortcuts :( [21:50] anyone else? [21:51] That with karmic? [21:51] of course [21:52] what # are we in StevenMyers? :) [21:52] where's dtchen? [21:52] I need his help debuging PA 100% CPU usage [21:52] Ah. What;s your RAM usage right now? [21:53] hi folks. is it possible to temporarily prevent my kernel from being upgraded during system upgrades? [21:53] these are known good so i want to keep them for now [21:53] Mem: 4060464 3205972 854492 0 391328 1121812 [21:53] what does top say? [21:54] dto: read up on package pinning [21:54] dto: pinning is the keyword, dunno how it works, but that's what you want [21:54] Or is that from top? [21:54] dto: no. only canceling in [21:54] acicula: QPrime: thanks [21:54] and of course you don't need to boot into it [21:55] BUGabundo: he can pin packages and not have apt upgrade them (all automatic) [21:55] so...is it safe to reboot yet? [21:55] StevenMyers: http://paste.ubuntu.com/272351/ [21:55] QPrime: to much trouble [21:55] BUGabundo: in your System Monitor under Processes, set all compiz listings on low priority along with python if it's running in the backend [21:55] plus he should really test the newer packages and file bugs on it [21:56] BUGabundo: bah, pinning is important to learn. [21:56] StevenMyers: how will *that* fix my shortcut remembering bug ?? [21:56] cjwatson: yeah, I'll do that. [21:57] I was referring to your CPU usage, with the shortcut remembering bug that's a whole nother ball park on compiz. Just another bug report for upstream. [21:57] My apologies that this was what you were expecting from me. [21:58] nvm StevenMyers [21:58] its all good [21:58] Sorry bro. [21:58] just asking to see if anyone else is also expereincing it [21:58] no need to be sorry [21:58] :-) [21:58] its not your bug, is it ? :D) [21:58] hehe [21:59] * BUGabundo gives cwillu a gentle smack in the forehead [21:59] * BUGabundo drags kklimonda back in.... [21:59] kklimonda: let go of your new toy and help us out :D [21:59] I had the same issue when running 9.10 on alpha 5 (hoping this is what you're running) and reported the batch but never heard a word from anyone yet [22:00] P.S BUGabundo: You may want to set Xorg on low priority 16 ;-) [22:00] you mean I had the same bug? [22:00] where compiz stop using alt+tab? [22:00] eh vice versa works [22:00] and many other keyb? [22:01] damn it [22:01] this is making me crazy [22:01] guess I'll restore my last backup config [22:06] cjwatson: but it's for sure that the label-ing won't disappear or something, right? [22:15] so without reading all the backlog here... is it "safe" (as safe as alphas get) to reboot since the last update-manager upgrade? [22:16] CydeSwype: started working for me a few hours ago, upgraded from jaunty to karmic without burps. a few hours later, update gives me a working realtime kernel, which is fabulous [22:16] CydeSwype: the repos are changing as we speak, so that would be a no [22:16] CydeSwype: depends on how much you love your current alpha installation... I'd say its a reasonable risk. (but I wont commit to that) [22:16] oh. [22:16] so... should i generally just wait a while to update? [22:16] i really love the working rt [22:16] ha! the classic channel advice conflict ;) [22:17] :D [22:17] Apport had an upstart file fix, bug 430895 [22:17] Launchpad bug 430895 in apport "conf: apport.conf refers to nonexistent /proc file" [Undecided,Fix released] https://launchpad.net/bugs/430895 [22:17] QPrime, problem fixed by itself.. booted into linux from XP and no problem at all :) [22:17] CydeSwype: All I can tell you in for two days Upstart was very broken... right now its less so. [22:17] linux-firmware has an update too, uh oh [22:18] CydeSwype: I edit what I said and now say reasonably safe, but yeah, alpha [22:18] Michalxo: glad your stars aligned. [22:19] hehe, but keyboard problem still persists [22:19] https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/429249 anyone? [22:19] Launchpad bug 429249 in gnome-power-manager "[Karmic] keyboard locked/freezed unable to type anything" [Undecided,New] [22:19] not here [22:20] but I'm still instaling lattest updates [22:20] Cynthia, QPrime, dto, thanks! like to get that high level status update even if there is some debate ;^) [22:21] * QPrime pokes his head up from the gutter... "did someone say high level?" [22:21] BUGabundo, me too :) [22:22] BUGabundo, I always do "safe"-upgrade :D [22:22] and messing up my OS :D [22:22] * QPrime knows just enough to be dangerous with his nano editor. (and wont touch vi with a barge pole) [22:22] QPrime: I have to use vi all day at work [22:23] hpux, aix and fedora servers :( [22:23] I'll send you something to kill the pain. [22:23] keyboard bugs? :) [22:23] the new "you are connected to a wired network" systray icon is um..... kind of huge and black and doesn't fit in with the other icons. [22:23] is this an aesthetic bug? [22:24] going to take the plunge on the reboot [22:24] brb [22:24] * CydeSwype crosses fingers and holds breath [22:25] ok, gnome-open is not working. opening urls in other applications in general is not working. [22:26] dto: aesthetics for the NM icon. your other issues, not so much. === debfx_ is now known as debfx [22:28] * QPrime has to run - dinner time with the sig. other. nice chatting guys/gals. bbiab. [22:30] woohoo! [22:31] also the mouse scroll is now extra sensible , is it not? [22:32] and I don't see a way to change its settings :( [22:48] * mac_v never heard of sensible mouse ;p [22:53] BUGabundo: $ gpointing-device-settings [22:53] you can set the scroll speed using that^ [22:54] anyone have an idea why my netbook stops booting mdiway through (in rescue mode, it's right after "Begin: Running /scripts/init-bottom ...\nDone.\ninit: sreadahead main process (1211) terminated with status 1 and then a bunch of sd appearing) [22:54] ctrl+alt+del drops to a shell as it reboots [22:54] !topic | solarion [22:54] solarion: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [22:55] * BUGabundo is deaf. no audio :( [22:55] what does "working" mean precisely? What broke? [22:55] The boot process [22:55] my desktop reboots just fine [22:55] solarion: the boot is broken [22:55] is there a list of new things in karmic? [22:55] is there a workaround? [22:56] Wicked: http://www.ubuntu.com/testing/karmic/alpha5 [22:56] ok, autospawn disabled [22:56] mac_v: nothing there for mouse scroll [22:56] awesome. thanks solarion :) [22:56] During the boot process for PCs yesterday, you had to use Ctrl+Alt+F1 and Ctrl+Alt+F7 one after the other to continue booting to GDM [22:56] BUGabundo: oh mouse , i thought touchpad! [22:56] solarion,mac_v: it's not broken for everyone [22:56] I have no idea for Netbooks [22:56] nope [22:57] some people (e.g. me) are booting just fine, but there are problems with some edge cases [22:57] Wicked: np. Glad I could be of help. :) [22:57] for example I think anything with encrypted partitions is still known to have trouble [22:57] that'd perhaps be it then [22:57] too bad I can't remove that drive [22:57] on my box it boots fine but no keyboard nor a mouse as soon as X starts [22:57] :( [22:58] I can get into it with the alpha 5 livecd (on a stick) and then chrooting and things, but it's not 100% and rather awkward [22:58] anything I can do to pitch in? [22:58] cjwatson: i'm using the boot ppa , are there problems with that too? i'v not reboot for fear of breakage :( [22:59] mac_v: I believe the boot PPA has been folded into the main archive [22:59] it may have a slightly different set of problems [22:59] hrm... [22:59] solarion: I don't see a bug report about that - it would help if you could file one [23:00] * mac_v sets low priority for boot ppa [23:01] current status without ubuntu-boot PPA: network-manager updates, may fix (or break) networking [23:04] hal seems to be broken [23:04] does ifupdown work yet? [23:05] try dhclient [23:05] virtuald: it stoped? [23:05] net isn't broken here yay [23:07] yay, the playroom computer is upgraded and working, the kids will be pleased. [23:07] it took an upgrade and a reboot and a dist-upgrade and it seems pretty good. [23:07] AlanBell: you let your kids use alpha software? you're brave :) [23:07] Cynthia: it's gonna break one way or another :D [23:08] Dai: true, and it may be even more user interface testing [23:08] they have been using it from alpha 1 [23:08] I only let it on any of my machines at alpha 5 [23:09] i think i'll wait for alpha 6 [23:09] I bet nobody has given tuxpaint the full karmic testing that my kids have. [23:09] especially considering the recent issues :) [23:09] Here's one thing you could do: keep it, oh, a few days behind, in terms of updates. [23:10] Use another box to test the latest stuff. Or a VM. [23:10] hmm, gnome-blackjack. should be educational for them I suppose. [23:10] DanaG: vm , great , i totally forgot ;) [23:11] wow, the games just got a bit of a harsh prune [23:13] cjwatson: bug #431040 [23:13] Launchpad bug 431040 in ubuntu "[karmic] booting on eee901 with encrypted partitions broken" [Undecided,New] https://launchpad.net/bugs/431040 === Guest14347 is now known as blueyed [23:19] Anyone else having problems with .ogg playbacks using aplay, while vlc (haven't tested others) work fine? I'm just getting static sound, I've had this issue before but it just started when updated to Karmic again [23:19] I have a problem with cdrom, gnome doesn't recognize it is in, it just doesn't display cdrom icon [23:19] It happened yestarday, and it might be my fault [23:19] Do you know any pointers to start digging? [23:19] well, aplay won't do ogg. All aplay does is wav. [23:19] sorry NM decided to quit.... [23:19] YOu need something else to play ogg. [23:20] Hm, I did have my xchat set to use 'aplay' before, but it might be defaulting to it still (it's set to automatic), I'll play around with it, thanks for confirming it as pebcak :) [23:20] One simple utility maybe: "sox". [23:21] does cdroms work for you? [23:21] I mean do cdroms work for you [23:21] ? [23:22] You mean audio CD's? Haven't tried, gimme a sec [23:22] CDs? hmm, it's been a long time since I last played a CD. [23:22] no no audio, any cdrom [23:22] or dvd [23:22] anything optical [23:22] Yeah, hal is mounting the dvd in /media automatically over here [23:23] peol: did you receive yesterday updates? [23:24] MaximLevitsky1: inserted my Ubuntu Karmic a5 CD-RW into the drive, no icon on the desktop [23:24] and nothing in places too, right? [23:24] MaximLevitsky1: Exactly [23:25] dmesg [23:25] Nothing in /media either [23:25] Cynthia: nice, so it is a update breakage [23:25] does dbus run [23:25] last dmesg message = "[ 25.452528] eth0: no IPv6 routers present" [23:25] Cynthia, if necessary, can you mount the CD directly? [23:25] Cynthia: and manual mount work [23:25] ? [23:25] Here it works [23:25] is it possible to install the gnome-games package from the software store? [23:26] karmic@voltorb:~$ sudo mkdir /media/cdrommanual && sudo mount /dev/sr0 /media/cdrommanual [23:26] AlanBell: gnome games is split up in several packages in karmic [23:26] this worked, and placed an icon on the desktop [23:26] Cynthia :-) [23:27] AlanBell: which I'm happy about, now I can remove the games I never play ;) [23:27] can't say I am overly pleased with the games changes [23:28] lots of fun and friendly logic games out, replaced with vegas strip blackjack [23:28] AlanBell: mee too [23:28] NoelJB: But this was not really for me, it was to test MaximLevitsky1's report of regression in automounting [23:28] not so child friendly out of the box [23:28] HI! [23:28] AlanBell: I'm not sure what's installed by default (I'm on an upgraded box here) [23:28] OK. I'll check on my end in a bit. I am in the process of backing up, then I'll pop the DVD drive back in. [23:29] id like to download karmic koalla? [23:29] id like to bug test [23:29] i like breaking my linux installs [23:29] AlanBell: I agree that soem child-friendly games should be installed by default [23:29] kalzium [23:29] bwarg: get the ISO from http://www.ubuntu.com/testing/karmic/alpha5 [23:29] and atomix [23:29] thank you! [23:30] NoelJB, last question, if you open brasero, you don't see the cdrom, right? [23:30] BWARG: you might be well advised to wait a bit for alpha 6 [23:30] * Twigathy peers at /topic... not worth apt-get upgrade'ing today then? :-) [23:30] AlanBell: actually, installing TuxPaint by default would be great (it's about the favourite "game" of all the kids I showed Ubuntu to) [23:30] BWARG, that's why we do alpha cycles. Out of 6 months, beta is < 1 month [23:30] MaximLevitsky1, can't look until after my backup finishes. [23:31] guys.. is it a bug or feature? I inserted 9.04 cd and I don't see it in "computer" nor ls /media/cdrom(0) lists anything [23:31] yo i installed suse as a backup os and it broke the boot loader [23:31] MaximLevitsky1: I'll look. Automatic mount or manual? [23:31] JanC: yes tuxpaint is great [23:31] Cynthia: here it doesn't show in brasero no matter what [23:31] lol wrong chat [23:31] Michalxo: The CD-ROM invisibility bug is being discussed right now :) [23:31] I just don't think of all the card games that are available blackjack is the best to include [23:31] MaximLevitsky1: Ok. Will test now [23:32] make a card game about chemistry and math [23:32] and offer an incentive [23:32] CydeSwype, thank you.. :) here I guess :) [23:32] This is what bothers me, I can live without automounting, but I need brasero now [23:33] AlanBell: right, considering the "gambling" nature of it... [23:33] brasero: Blank Disc shows "No available disc" for my CD-RW [23:33] MaximLevitsky1, same problem here then :) empty cdrom drive is shown, but when filled with a cd, I see nohing [23:33] how familiar are you all with the yaST tool in suse? [23:33] Michalxo, in computer:// right? [23:33] Same with the CD-ROM drive manually mounted [23:34] yes [23:34] ls /media/cdrom shows nothing too [23:34] Is there a bug report for this yet? [23:34] Michalxo: great, so this is a bug, and I''l report it [23:34] Never mind me then [23:34] JanC: yes. I have no problem with gambling as such. Just don't think it is very wise to have it as one of the very few games installed. [23:34] Thanks Maxim [23:34] imo no [23:35] if there was a big collection of card games including solitaire, bridge, etc then it would totally make sense for it to be part of the collection [23:35] AlanBell: AisleRiot Solitaire seems to be a collection of solitaire games on its own [23:35] aisleriot rocks! [23:35] blackjack is not needed [23:36] can there be some tool implemented sin the new version such as the /etc/sys config editor GUI in ubuntu? [23:36] hey guys, is it time for a topic change yet? [23:36] AlanBell @ AisleRiot: Game / Select Game [Ctrl+O] shows a plethora of games [23:36] except cdrom bug, system works here [23:37] it allows you to do such things as change your window manager in a gui [23:37] but is aisleriot still there? it is part of gnome-games (which I just reinstalled) [23:37] change bnoot options [23:37] boot [23:37] AlanBell: # apt-get install aisleriot [23:37] I'll try a new install one of these days... [23:37] The GNOME Games package was split into its constituent games this week [23:38] is there a wiki page about the games changes, I would like to read some of the thinking behind it [23:38] Cynthia: I think what AlanBell means is that some games are more appropriate to be installed by default than others [23:38] JanC: Oh [23:38] i just thought that something like that would be great for user friendlyness seeing as you can do so many powerful things in a gui [23:38] exactly [23:38] done [23:38] https://bugs.launchpad.net/ubuntu/+bug/431055 [23:38] Launchpad bug 431055 in ubuntu "gnome doesn't 'see' cdroms/dvds" [Undecided,New] [23:39] Well, the games from gnome games are all still around... I guess we'll have to wait for Alpha 6 to know which subpackages are installed now [23:39] i dont mean to be a douche but why are you all so focused on games? [23:39] AlanBell: I shoved sgt-puzzles on my stepson's box, although possibly for slightly older children as they aren't all that easy [23:39] Bug 376744 [23:39] Launchpad bug 376744 in gnome-games "Split gnome-games into one game per package" [Wishlist,Fix released] https://launchpad.net/bugs/376744 [23:39] well I hope today was just a prune and they will be added back bit by bit. [23:39] keyboard bug here + cdrom bug [23:40] BWARG: because I just upgraded the playroom computer and half the games vanished [23:40] warning NMapplet possible bug again [23:40] AlanBell: best file a bug or post to ubuntu-devel-discuss or something to make your feelings known [23:40] BWARG: because we were having a discussion about default games ;) [23:40] what about atomix then? [23:40] Setting up network-manager (0.8~a~git.20090911t130220.4c77fa0-0ubuntu6) ... not sure if this does not brake system too [23:41] move it from education [23:41] Michalxo_: It doesn't break everyone's system [23:41] guys? who plats robots? [23:41] I'll try to remember to test alpha 6 image in a VM to check what's installed by default [23:41] Mine, for instance, is still solid net-wise [23:41] Cynthia, I can confirm. Is there an open bug, yet? [23:42] NoelJB: For the CD-ROM trouble or NetworkManager? [23:42] Cynthia, CD-ROM [23:42] robots tali,klotski? useless(?) [23:42] klotski is great for kids [23:42] Ah, I see it ... bug 431055 [23:42] NoelJB, MaximLevitsky1 filed Bug 431055 [23:42] Launchpad bug 431055 in ubuntu "gnome doesn't 'see' cdroms/dvds" [Undecided,New] https://launchpad.net/bugs/431055 [23:42] Yes :) [23:42] i played it relentlessy [23:42] hm.. tried once.. never again :) [23:43] so tali / robots? :) [23:43] Cynthia: thanks for the bug link [23:43] robots? [23:43] Cynthia, thkx too :) [23:43] link? [23:43] Robots 2.27.92 [23:43] im on suse cause i broke my ubuntu [23:43] Based on classic BSD Robots. [23:43] Robots is a part of GNOME Games. [23:43] ... I just realized I only have 650MB CR-RWs... is there any way I can fit Karmic Alpha 5 Live CD on that? [23:44] I need to boot into it just to fix my chroot :/ [23:44] I'm afraid we stopped supporting 650MB CDs several years ago [23:44] AD5300: No [23:44] we tried for a while but we couldn't make stuff fit any more [23:44] Can I remove unneeded packages maybe? [23:44] cjwatson: just strip mono, and it will fit :-) [23:45] * BUGabundo slaps MaximLevitsky1 [23:45] hey I like my GnomeDO [23:45] MaximLevitsky1: and Tomboy, which (is the only program to?) use(s) Mono [23:45] MaximLevitsky1: *sigh* whatever [23:45] im a fan of memory games and puzzle games [23:45] Is there an easy way to remove mono from the ISO file? [23:45] Cynthia: gnote works fine here [23:45] ah, never mind me, I thought Tomboy was the only program to use Mono. [23:45] open in a archive manager [23:45] Can it still BOOT and go into the GUI without mono? [23:45] wow! I've just beaten robot for the first time! finally I understand that game :D [23:45] chroot [23:46] AD5300: sure, but this was just a joke [23:46] Im not going to use it to install anything. I JUST need to fix my current Karmic installation. [23:46] AD5300: there are many packages that can be removed [23:46] MaximLevitsky1, confirming the basero behavior, too. [23:46] How do I go about doing that? [23:47] I'd like to remove OpenOffice (~200MB from the ISO image. [23:47] AD5300: http://nixbit.com/cat/system/operating-systems-linux-distri/alinux/ [23:47] from the page: aLinux OS can be written to a 650MB CD [23:47] I need to have a copy of Karmic as my host system for repairing my current system. It actually matters in this case. [23:48] find the directory its installed to and rm -rf it? [23:48] /etc/resolv.cfg needs to match the one from Karmic [23:48] I'd just like to know the easiest way to remove OpenOffice from the LiveCD. [23:48] ... so it can fit within 650MB. [23:49] find tyhe directory its installed to [23:49] and rm -rf it [23:49] then when you boot do the uninstall thing [23:49] no... I didnt burn the CD yet. That wont work [23:49] Im trying to remove files from the ISO image [23:50] open the iso in an archive manager [23:50] copy that to a directory [23:50] chroot into it [23:50] I dont know what I can safely remove [23:50] remove wubi, remove the autorun.inf for Windows, remove /usr/bin/games and /usr/lib/openoffice with squashfs-tools or something that can handle squashfs [23:50] do your thing [23:50] AD5300: https://help.ubuntu.com/community/LiveCDCustomization [23:50] the whole "live cd" environment is in a single file [23:50] oh [23:50] what she said [23:50] Im using Vista to modify the image since my Ubuntu PC is broken. [23:50] is the, er, canonical documentation for this [23:51] and has all the little details like the correct mkisofs options [23:51] you won't be able to do it on Vista [23:51] nice pun, cjwatson :) [23:51] sorry [23:51] Vista won't be able to do anything with the squashfs [23:52] I have 7zip installed. [23:52] I should be able to remove files from the iso [23:52] I doubt 7zip will understand squashfs [23:52] AD5300: can your machine talk to the network without complicated shenanigans? (no WPA, no proprietary drivers) [23:53] AD5300: if so, why not use the minimal netboot CD, which has a rescue mode feature? [23:53] AD5300: http://cdimage.ubuntu.com/netboot/ [23:53] what about just burrowing or buying a larger CD? [23:53] dude, there's a usb-creator for Windows. [23:53] My machine cant even connect to the net from Ubuntu atm... [23:53] you won't get a GUI, but if all you need is chroot then it may suffice [23:54] ah, that might be a problem [23:54] and I need the file called /etc/resolv.cfg [23:54] which is on Karmic [23:54] personally I'd drop a couple of pounds on a stack of 100 CD-Rs or something :) [23:54] i paid 4 dollars on 10 DVDRs [23:54] AD5300: ls -l /etc/resolv.cfg gives no output here [23:54] resolv.conf [23:55] my bad. extension should be conf [23:55] sorry [23:55] lol google qemu and run a live cd in it [23:55] oh. well, mine got generated by NetworkManager [23:55] I need to recover using Chroot. [23:55] Cynthia, yes, that IS how it gets generated. [23:56] and it will be specific to the ISP [23:56] since it will have the nameserver entries [23:56] https://wiki.ubuntu.com/ChrootRecovery -- this is what I need to do. [23:56] true, I just never saw how this worked on direct PPPoE because I have a router [23:56] Someone with the same problem as me said that guid fixed it. [23:57] AD5300: but you need to make Karmic a5 fit on a 650 MB CD, which requires something other than Vista, i.e. using your broken system to fix itself. Is that right? [23:57] I don't even e PPPoE... I'm on 25mbps/15mbps Fiber-Optic connection with no logins. [23:58] Yeah, which won't work since I cant even login in recovery mode [23:58] chrisccoulson: are you around [23:58] qemu frintend [23:58] BUGabundo - i am [23:58] chrisccoulson: were you the one to introduce the new changes on compiz? [23:58] AD5300, well.. for me it fixed reboot twice.. dunno what happened... but I could go into tty1 and execute there all :-/ [23:58] i wasn't. which changes are these? [23:59] AD5300: shall I try to customise an .iso for you per /LiveCDCustomization, and upload it to you via this ADSL connection? (will be slow) [23:59] Sure... [23:59] chrisccoulson: its not the changes, but a side efect or new bug [23:59] load up http://perso.wanadoo.es/comike/ [23:59] I'd appreciate that. [23:59] qemu front end [23:59] it might take a while, I haven't done this before :/ [23:59] BUGabundo - what's the issue? [23:59] chrisccoulson: its losses info on shortcuts [23:59] do you have a live cd available/