=== jo-erlend__ is now known as jo-erlend === Fyodorovna is now known as sporkeee === sporkeee is now known as wilee-nilee [12:59] Is there a way to get the ubuntu kernel ppa to actually 'work'? Or even just add the repository to the sources.list somehow? [13:00] under this link it says you used to be able to add the ppa for daily builds, but it doesnt seem to work anymore. It adds, but fails on apt updateing [13:01] Or even simly getting these going somehow in the sources.list? [13:01] Is there a way to find out why a package is kept back? [13:01] The following packages have been kept back: usb-modeswitch-data [13:02] even during a dist-up? [13:02] yep [13:02] If so, its probably because that specific package breaks other packages [13:02] Im no apt wizard, but that was my understand of it [13:03] Try using a GUI package manager to do the ugrades (it will do dist-upgrade) and see if it resolves it [13:03] but its probably a good thing its kept back [13:04] But re: my question, even a script of something that would download the 3 kernel packages needed for the daily current repo iiin that kernel-paa link would be better than nothing [13:07] SuperLag: Yeh if you do an apt-get install usb-modeswitch-data it'll try and do it and (normally?) ask you if you really want to do whatever evil thing it would do [13:07] GiGaHuRtZ: I normally just pick the ones I'm trying [13:10] 'the kernels? [13:11] Well, ya , except I /always/ use the daily builds from current [13:11] Right now 3.11rc4. So id like a way to easily get those [13:11] ah ok, I've not tried tracking it - I just grab one when one breaks [13:11] I dont know much bash, so im thinking of getting a frienbd to write a script [13:12] seems to me like running a beta kernel would just be too messy [13:12] oh better to learn some! [13:12] Download the two headers and image froom the directory, then install using dpkg -i [13:12] SuperLag: Shrug the current Saucy kernel is broken for me, so I'm no worse off [13:12] SuperLag: not really, you are on a beta kernel using ubuntu+1 [13:13] http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/ [13:13] its ALL saucy kernels [13:13] and 87.11 shows saucy kernel being 3.11 [13:13] GiGaHuRtZ: The ones there are ahead of the one that you get just running saucy [13:13] i know [13:13] saucxy starts at 3.10 right? [13:14] Really, I wish luqorix would hurry up and update his kernels or make two branches [13:14] yeh it was at 3.10, seems to be 3.11 in the main saucy now [13:14] or three [13:14] cause hes on 3.9 still [13:14] I love liuqorix because the performance is much better for desktop use [13:15] GiGaHuRtZ: The 3.11 kernels seem to be a heck of a lot faster in boot time than the 3.10.x ones for me [13:15] But he stays on 3.9 for awhile., He needs like old stable (3.9) stable (3.10) and testing (3.11_ [13:15] penguin42: ya i noticed that too [13:15] systemd is even faster [13:15] GiGaHuRtZ: I've got systemd on an opensuse box, still getting used to it :-) [13:16] I mean cra, on Arch like 6 years agoi, oi boulf boot to gdm login in like 14 seconds [13:16] And that was using BSD/Unix style init scripts [13:16] Sorta SysV [13:16] Not that its systemd, people say its faster [13:16] But I quit the arch team years ago due to politics [13:17] GiGaHuRtZ: I tried Arch for a few months, it's interesting , I like the way they make you use the latest way of doing everything, but I didn't like their update system [13:17] And I come here for ubuntu help (im on kubuntu bit thaty channel is alkmost ALWAYS dead) because +! has more advanced users and the chance of getting an somewhat advanced question answered is better [13:18] Me and some other #ubvuntu users made some other channels, but i forget their names, and I mightve not locked them so they got re-registered after we left [13:18] I though it was #ubuntu-advanc/ed and #ubuntu-novice [13:18] GiGaHuRtZ: Anyway, learn some bash - it's not hard [13:18] because #ubuntu is fiilled witrh easy questions [13:18] penguin42: I know its not [13:19] Ive had a bash cookbook from oreilly here in since 2001l, heh [13:19] But seeing how I foiuunded ##linux-coders, someone might be be able to help [13:20] penguin42: what's broken about the Saucy kernel, for you? [13:20] SuperLag: It's got problems with one of my USB thumb drives [13:20] SuperLag: I've got it down to a single patch to fix it that someone suggested, and I've got that patched into one and it works [13:20] penguin42: are you sure it's not just you? :) [13:21] penguin42: *sigh*... I tried. :) [13:21] SuperLag: Broke sometime between 3.10.0.4 and 3.10.0.6 - yeh sure, there are others with the same problem [13:21] Unless someone here knows bash [13:21] I would donatew via paypal for the simplke script [13:21] penguin42: is there a kernel bug filed for it? [13:21] Probably..... 10 lines [13:21] GiGaHuRtZ: what are you trying to do? [13:22] SuperLag: there's ubuntu bug 1205827 and there's been a discussion on lkml where someone had a patch [13:22] Ubuntu bug 1205827 in linux (Ubuntu Saucy) "Regression: USB storage broken on 3.10.06-generic" [Undecided,Triaged] https://launchpad.net/bugs/1205827 [13:22] penguin42: I haven't run into the issue, because I'm running Saucy in a VM. [13:22] penguin42: what was the source of the patch? [13:25] SuperLag: well since ubuntu no longer maintains as a real ppa, like you used to be able to add with the ppa tool, http://kernel.ubuntu.com/~kernel-ppa/mainline/ [13:25] SuperLag: See comment #3 in that bug report, Emil pointed me to that patch which seems to have come from lkml originally [13:25] And you cant add it using http://kernel.ubuntu.com/~kernel-ppa/mainline sources list [13:25] Im trying to just grab 3 gfiles, 2 headers and the image, from http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/ [13:26] and then install via dpkg -i [13:26] (Disappointingly wget -r doesn't seem to do it) [13:26] So i will probably set it as a cron job 1-2 days [13:26] GiGaHuRtZ: you're trying to get the .deb files? or something *in* one of those files? [13:27] Because they are built dAILY [13:27] SuperLag: just the debs [13:27] just the debs [13:27] wtf lag [13:27] stick the links in a file, one line each... then do wget -i thatfile [13:29] man lag [13:29] wtf [13:30] SuperLag: brb [13:31] I'm confused. Is *he* experiencing lag... or is he annoyed with me for some reason? [13:31] SuperLag: very sorry [13:32] my client went tits up wihich super rare [13:32] What was the last question [13:34] I'm confused. Is *he* experiencing lag... or is he annoyed with me for some reason? <-- that was the question :) [13:34] My comment prior to that was to take all the links from that kernel PPA page, and put them in a file. Then "wget -i thatfile". [13:35] you wetre asking me? [13:35] Something happened, and i was typing things in channel, but nothing was showing [13:35] I had to kill kvirc and retsrat [13:35] First time ever, kvirc is rovck solid [13:35] Ok, I could use qget, but that isnt automation [13:36] I want automation, with dkh -i to instaLl them [13:36] At lreast once every 2 days or so [13:36] theGiGaHuRtZ: y giuy iun ##linux-coders (the channel i help found [13:37] wget sure is automatation. [13:37] You're not manually going and clicking on links to download each file yourself. [13:37] You can write one script to wget the files. Another to use dpkg to install the ones you want. [13:39] GiGaHuRtZ: and when you said "dkh -i" did you mean "dpkg -i" ? [13:42] SuperLag: arghj it hapened again, its a lightdm issue [13:42] glad im goiung to kdm [13:42] yohju should join ##linux-coders [13:48] SuperLag: he gave up on me looks like :( [13:48] dangit [13:48] 'brb [13:49] No, I didn't. [13:50] I'm just not interested it going and joining another channel. 18 is enough, thank you :) [13:53] SuperLag: Yeh it gets hard after a few - how many of those actually have activity - most seem to be dead these days? [13:55] well... I'm in 18, and 16 are active :) [13:57] hmm, I need to do a bit of sniffing around for some then [14:04] penguin42: are you running 13.10 on your primary machine? [14:04] GiGaHuRtZ: haven't given up. Trying to figure out an easy way to do it. [14:12] GiGaHuRtZ: your machine that you want to do this on... is it a 32-bit install or 64-bit install? [14:17] SuperLag: Yes [14:21] SuperLag: Why do you ask? [14:22] penguin42: Just wondering how the experience has been for you, overall... in terms of stability, and user experience. [14:22] I'm guessing Mir is going to be something to get used to [14:23] penguin42: I forget, are you on the Ubuntu dev team? I think I may have asked you that before... but I don't remember if I did, and how you answered, if that was the case. Ugh, I'm getting old. :) [14:23] SuperLag: well I'm running Kubuntu and it's an upgrade from older installs, and it's not tried to run Mir as far as I can tell [14:25] I wonder if any final decisions were made on moving to a rolling release model...? [14:25] haha who knows! [14:26] SuperLag: I don't think it's necessarily a bad idea, but as I've said before it would be a pain to do it except on a LTS release boundary - i.e. let people on other versions upgrade to LTS and then stick there if they don't want to roll [14:26] agreed [14:27] otherwise the volume of bugs coming in would go up, I'm sure. [14:27] SuperLag: It just gets hard for those who use it for work, I need something that's reasonably stable for a few months at a time [14:27] (Not on this machine) [14:28] penguin42: that's why I've leaving the playing to VMs.... [14:28] penguin42: when a new version comes out, do you typically upgrade? or clean install? [14:28] upgrade [14:28] Hmm... so it works most of the time? [14:29] SuperLag: Yeh generally, it sometimes takes a bit of punishment to get it to work but normally does [14:29] SuperLag: Although for my main home machine I tend to switch very early on to the alpha releases or before - so it's a bit more wacky [14:30] If it weren't for all the tweaking settings and configs, to get this install just so... I'd do a clean install when 13.10 goes stable. But I dread that. That, and the third party software. [14:31] I'm considering changing my strategy a bit, and putting 3rd-party apps, and their .desktop files in ~/Applications and ~/.local/share/applications/, respectively. (Instead of mostly /opt/) [14:31] on this box I don't have 3rd party stuff, and at work we have bundles of stuff that are presetup by others [14:31] because I've had this ~ across multiple installs, and I learned a LONG time ago that it's much better to keep ~ on a separate drive. [14:32] yeh [14:58] GiGaHuRtZ: Okay. So I'm going to assume that either a. you gave up on wanting help, or b. your IRC client sucks, and gave up on you. But don't say I didn't try. :) [14:58] Was using scrapy to get the filenames from the URL... then you can feed that into a for loop and wget them. Then dpkg that work its magic. [15:01] I wondered if maybe wget wouldn't just return the URL of the file... but I didn't see that option in the manpage [15:33] Gah. I still can't use upgrade-manager to upgrade and I'm still unable to report its crash. [15:34] No saucy for me. [15:35] Daekdroom: Remind me, did it say saucy in your apt config? [15:35] penguin42, nope. [15:35] You mean the repo files? [15:35] Daekdroom: I mean the /etc/apt/sources* [15:36] I didn't touch them. They're all still raring. [15:36] Daekdroom: hmm ok [15:36] The crash has something to do with unicode. I'll figure out a way to report it. [15:37] many crashes have something to do with Unicode :-) [15:40] Possibly bug #929399 [15:40] bug 929399 in ubuntu-release-upgrader (Ubuntu) "do-release-upgrade crashed with UnicodeDecodeError in __main__: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)" [Medium,Triaged] https://launchpad.net/bugs/929399 [15:51] Let's see what happens after I switch the system to English. [15:54] aaaand it crashed === jhenke_ is now known as jhenke [17:35] SuperLag: sorry [17:35] Client problems, kid problens, yard work issues, etc [17:36] And #bash is telling me what I got from a buddy in ##linux-coderreally isnt very good [17:36] And now they are saying trry #wqget [17:36] It should be like a 2 or 3 line script, VERY soimple [17:36] I dont get this [18:29] I figured I would share my easy automation script on how to get the laytest daqily build on the mainline kernels from the ubuntu mainline ppa mirror (that doesnt act as a ppa any76more, and doesnt work in apt sources) [18:29] It downloads and installs with dpkg [18:29] right now itds amd64/x86-64 only [18:29] but its easy to switch for i386 [18:38] Okay. I'm confused. [18:38] I thought that's what you were needing help with... but you're saying you've got it done already? [18:45] SuperLag, he wants a cron job to automatically download and install kernels from the Ubuntu mainline PPA, I think. === JanC_ is now known as JanC [22:20] Where can I add startup applications? Cannot seem to locate "startup applications"