/srv/irclogs.ubuntu.com/2012/11/30/#ubuntu-kernel.txt

infinityhggdh: Two more armadaxp kernels for you to test, enjoy.08:04
infinityhenrix_ / bjf: shankbot's wrong about components for linux-signed.  See #107804108:57
infinityhenrix_ / bjf: (Those packages should be in main, and they are, it wants me to put them in universe)08:59
* apw yawns09:09
* ppisati dismembers the haswell box and goes testing leann's kernel09:12
tjaaltonbah, missed ppisati09:30
ogra_he'll come back 09:30
=== henrix_ is now known as henrix
tjaaltonsure :)09:36
henrixinfinity: ack, thanks. this is probably a bug in the bot, with recent changes09:37
infinityhenrix: Great.  Pls fix, so it stops calling me "incomplete".  It hurt my feelings.09:37
henrixinfinity: heh, will do :)09:38
t-loHi, what is the differcene between the linux-signed-image and the regular one?10:42
luc4_macHi! I'm getting these erros when simply connecting a mouse to my Kubuntu: http://pastebin.com/t1cF17Ts, http://pastebin.com/WmiDTbqc. Anyone with an idea of the reason?10:46
alexbligh1I get the feeling this is a fantastically stupid question, but all the docs on running a Quantal kernel on Precise point to https://launchpad.net/~ubuntu-x-swat/+archive/q-lts-backport yet the packge list there does not have any kernel packages (just x-org). Which part of my brain needs rearranging?11:06
ppisatibrb11:07
infinityalexbligh1: The lts-backport kernels are in the archive, not in a PPA.11:07
alexbligh1ooh, when did that change? I thought that was targetted for 12.04.211:07
infinityThey've always been in the archive.11:07
infinityJust not installed by default.11:07
infinityapt-get install linux-generic-lts-quantal11:08
infinityFor instance.11:08
alexbligh1I'm pretty sure that must have changed substantially after q was out. OK, that makes things easy ...11:08
infinityalexbligh1: Previous LTSes have had lts-backport kernels for years.11:10
infinityalexbligh1: precise obviously didn't have one until after Q was final.11:10
infinityAnd linux-generic-lts-raring will exist once R is out.11:11
alexbligh1infinity, oh yes I know about previous ones. I had just read somewhere that the first backport target was for 12.04.2 on Jan 31 or something.11:11
infinityalexbligh1: Different things.  12.04.2 is the target for putting this whole stack on the install CD by default.11:11
infinityalexbligh1: Which we've never done before.11:11
infinityalexbligh1: But doesn't have much to do with the archive state.11:11
tjaaltonyeah they got moved to main after q was released11:12
tjaaltons/they/the backport kernel/11:12
alexbligh1Ah I got confused by "The official hardware enablement stack will be officially released as part of the 12.04.2 update." on the q-lts-backport page; I assumed that included the kernel11:12
tjaaltonit does11:12
tjaaltonbut you can use it separately too11:12
alexbligh1yep. thanks.11:13
luc4_macHi! I'm getting these erros when simply connecting a mouse to my Kubuntu: http://pastebin.com/t1cF17Ts, http://pastebin.com/WmiDTbqc. Anyone with an idea of the reason?11:32
ogra_rtg, fyi ... from my udev log on the nexus7 ... 12:48
ogra_ACTION=add12:48
ogra_DEVPATH=/devices/platform/sdhci-tegra.2/mmc_host/mmc1/mmc1:0001/mmc1:0001:2/net/wlan012:48
ogra_DEVTYPE=wlan12:48
rtgogra: you're running a kernel with wlan built in ?12:49
ogra_yep12:50
ogra_ah, but there also seems to be a platform device12:50
ogra_KERNEL[13.120863] add      /devices/platform/bcmdhd_wlan.1 (platform)12:50
ogra_DEVPATH=/devices/platform/bcmdhd_wlan.112:50
ogra_DRIVER=bcmdhd_wlan12:50
rtgogra: too many balls in the air. remind me again why you'd prefer that driver to be modularized ?12:51
ogra_to get a kernel binary smaller than 4M12:52
rtgis that an arbitrary boundary ? what impact will that have ?12:52
ogra_so the initrd can grow big enough to carry plymouth 12:52
ogra_the bootimg cant be bigger than 8M in total12:52
ogra_thats a limitation the bootloader sets with its hardcoded partitioning12:52
rtgogra: so the gain is that the module is compressed in the initrd ?12:53
ogra_no, the gain is that when i build with MODULES=list i ahve enough space for plymouth in initrd12:54
ogra_i dont need wlan in initrd :)12:54
rtgogra: ah, right. rootfs....12:54
ogra_(MODULES=list with no list doesnt pull in any generic modules, only the ones pulled in directly by hooks will appaear)12:55
rtgogra: so you're prolly looking for other candidates besides wlan to modularize as well12:55
ogra_well, wlan pulls in the whole stack 12:55
ogra_i bet the gain would be above 1M if you just modularize driver and all dependend wlan bits12:56
rtgogra: do you know that a modular wlan and stack will be sufficient savings ?12:56
ogra_no, i'll do some test builds over the weekend12:56
=== amitk is now known as amitk-afk
ogra_overall i would like to see the device booting a lot faster, dropping fat from kernel and initrd is usually my first step for that :)12:58
rtgogra: do we know _why_ wlan is built in ? janimo generated this initial config.12:58
ogra_it doesnt autoload12:59
rtgah, so need to figure out why12:59
ogra_well, i would guess because the SDIO bus provides it as a subdevice of  the MMC :)12:59
rtgogra: are you cross compiling? just wondering 'cause thats a way faster method for testing kernels.13:00
ogra_for testing i do, if i would upload that i would do a native build first13:00
rtgogra: right, me too. but thats kind of a slow build. roughly an hour13:01
rtgogra: ok, I'll take a stab today at figuring out how to get wlan to auto-load.13:01
ogra_cool, thanks !13:02
luc4_macHi! I'm getting these erros when simply connecting a mouse to my Kubuntu: http://pastebin.com/t1cF17Ts, http://pastebin.com/WmiDTbqc. Anyone with an idea of the reason?13:02
ohsixlooks like you have some irq setup problems with your firmware13:05
luc4_macohsix: talking to me? This is the normal ubuntu kernel.13:06
janimortg, I always used cross-compiled the nexus7 kernel13:14
rtgogra: you may not realize as much savings as you think by modularizing bcmdhd. The only part of the WIFI stack that is even being built is CONFIG_CFG80211 which is used for WEXT. it looks like bcmdhd is a full mac driver.13:38
rtgincidentally, this driver looks like a port from windoze, e.g., it totally sucks.13:39
=== luc4_mac_ is now known as luc4_mac
ogra_rtg, :(14:21
=== stefano is now known as Guest887
* henrix -> late lunch14:26
rtgogra: I think I'll hold off figuring out how to get it to auto load until you have some size results, 'cause I don't think it'll be as much as you think.14:30
* rtg will bbiab14:30
argesogasawara, hi.14:40
ogasawaraarges: hey14:41
argesogasawara, what does VGA S/R x1 mean?14:41
argesstart reboot?14:41
ogasawaraarges: suspend/resume once connected over VGA14:41
argesahh14:41
argesthat makes more sense14:41
ogasawaraarges: sorry, it's a bit cryptic14:41
vanhoofogasawara: just sent ya a new mail, he's west coast so may be a bit14:44
ogasawaravanhoof: ack, thanks14:44
tjaaltonogasawara: btw, you probably didn't backport the hsw changes to drm.ko?14:49
ogasawaratjaalton: I tried not to touch drm.ko and keep it restricted to i91514:50
tjaaltonwell, you can't :)14:50
ogra_rtg, sniff ... you are right, only 100k14:50
ogasawaratjaalton: anything specific patches I need to consider or the whole lot?14:51
tjaaltonI haven't checked out what the changes were14:51
ogra_ogra@anubis:~/Desktop/tmp/linux-nexus7-3.1.10$ ls -lh debian/build/build-nexus7/arch/arm/boot/zImage14:51
ogra_-rwxrwxr-x 1 ogra ogra 4,3M Nov 30 15:48 debian/build/build-nexus7/arch/arm/boot/zImage14:51
ogra_ogra@nexus7:~$ ls -lh /boot/vmlinuz-3.1.10-8-nexus714:51
ogra_-rw-r--r-- 1 root root 4.4M Nov 29 18:24 /boot/vmlinuz-3.1.10-8-nexus714:51
tjaaltonpzanoni wanted to know14:51
tjaaltonif the kernel had those changes14:51
ogra_crap ... and droppind the sound bits to modules fails to build14:55
ogra_*dropping14:55
rtgogasawara, how did you get this haswell platform installed ? USB ? Have you figured out how to get it to netboot ?14:55
ogasawaratjaalton: I should take that back, slightly.  I did pull back an entirely updated drm_mm.c specifically for hsw14:55
tjaaltonogasawara: ah, ok14:56
ogasawarartg: usb and a 12.04.1 iso14:57
rtgogasawara, server, then upgrade to desktop ?14:57
hggdhinfinity: oh the joy14:57
infinityhggdh: :)14:58
tjaaltonogasawara: pzanoni is already working on resume with vga14:58
tjaaltonknown to be broken, apparently14:58
ogasawarartg: I believe so, but /me is having a hard time remembering how I originally installed14:58
ppisatirtg: i did that - server -> dsktop14:58
vanhoofogasawara: was it from my iso?14:58
ogasawaratjaalton: ok thanks, I figured as much but wanted to make sure14:58
rtgogasawara, I remember fighting with this machine weeks ago. 14:58
ogasawaravanhoof: no14:58
rtgppisati, thanks14:59
ppisatirtg: iirc only vga worked after tweaking the commandline...14:59
ogasawaravanhoof: but if you made me a new image with the newer test kernel it would probably work14:59
rtgppisati, what is the command line tweak ?15:00
vanhoofogasawara: is your tree anywhere I could stuff deb in? 15:00
ppisatirtg: trying to find what i did... hold on15:01
vanhoofassume on tangerine somewhere?15:01
ogasawaravanhoof: my debs and tree should still be on gomeisa, see my quantal-amd64 dir15:02
vanhoofk15:03
ogra_wow, so modularizing the sound bits in the nexus7 kernel makes all USB gadget support fail ... modularizing that as well makes the usb controller code fail. modularizing *that* as well, makes the battery driver fail 15:07
sforsheertg, I'm pretty sure I installed desktop directly on my haswell kit, using native EFI boot15:07
ogra_what a mess !15:07
sforsheertg, it used vesa for video I think15:08
rtgsforshee, my unit seems to be kind of funky. plugged in a Cruzer and now it won't bring up the boot options menu. trying a diff USB stick now...15:08
sforsheertg, my experience with the firmware is that it's kind of flaky15:09
ppisatirtg: nomodeset15:09
sforsheeogasawara, fyi the vga on my haswell box isn't working with your kernel15:10
ppisatirtg: stock quantal server iso burnt on a usb stick + nomodeset15:10
ppisatirtg: after the installation i plugged in an ati card + apt-get install ubunt-desktop15:11
ogasawarasforshee: yours is a mobile SDP right?15:11
sforsheeogasawara, yep15:11
sforsheertg, for EFI boot I had to burn the USB stick with usb-creator-gtk, dd-ing the image to the stick wouldn't boot15:12
rtgsforshee, shit15:12
vanhoofogasawara: tons in here, can I copy over and use make-ksource and i'll pop into a ppa for an iso15:13
t-loHi all, what is the differcene between the linux-signed-image and the regular one?15:17
apwt-lo, the linux-signed-image ... is signed15:18
apwsigned in an EFI secure boot sense15:19
t-loapw: ah, ok, makes sense :) thx!15:19
ckingogasawara, we are meant to be testing 12.04 userspace + your 3.5 kernel?15:22
ogasawaracking: yes please15:23
ckingphew, results sent. getting it installed was fun15:23
ogasawaracking: I should have specified that clearly in the email, rather than alluding to it15:23
ckingogasawara, it was clear enough. I did a CSM install rather than UEFI. - did you want UEFI tests too?15:24
sforsheeoh crap, I'm testing 12.10 userspace15:25
ckingsforshee, that's what makes it so fun to install :-)15:25
ogasawaracking: eventually, but I think for the initial feedback I'm wanting, what you've done is great15:26
sforsheecking, I was testing what I already had installed because I can't handle too much installation fun ;-)15:26
ckinginstalling it on the laptop was more painful than punching one's face, mind you I did have a lose cable SATA connector which didn't help15:27
ogasawaracking: I think I've got enough ammunition to at least get this circulated to the list so we can at least  try and get this landing in the next round of SRU and eventually into the daily precise images15:27
* cking suspects the S3 results may differ, so I can give that a quick spin on the desktop 15:27
* sforshee _is_ at least testing UEFI boot15:28
rtgcking, remind me how to enable CSM. Is that in the 'Secure Boot Configuration' menu ?15:28
ckingrtg,  CSM is the legacy BIOS mode - it's one of the *many* firmware options. I normally fall back to the UEFI shell, type "exit" and it's one of the options, lemme find it.15:29
vanhoofrtg: on SDPs usually in boot options15:29
vanhoofrtg: both, csm or uefi only15:29
ppisatidoh! i was testing Q usrspace too15:30
ckingunfortunately I've hacked around these options so often I have no idea what the defaults are now15:30
rtghmm, what a pain this machine is15:30
ogasawarabjf: I assume you're still out from knitting today?  /me arranges alternate transportation15:32
bjfogasawara, i've not been up long enough to know for sure, so for now you need to assume i'm not15:33
ogasawarabjf: ack15:33
ckingrtg, my clue to successful install is to install on another box, swap drives, boot, run update-grub, done15:33
rtgsforshee, so I rebuild my USB with the usb-creator. now it can't find /dev/sr0 after the kernel boots. I assume its wanting to load the squashfs file system.15:34
* ogasawara back in 2015:34
rtgcking, again. what a pain ....15:34
ckingmy usb creator fails on raring too, just to make life so much more enjoyable15:34
sforsheertg, you're installing from a CD then? I haven't tried that.15:36
sforsheeI'm downloading a 12.04 image right now, so I'll see what happens when I try to boot it this time15:37
rtgsforshee, nope, USB stick. I think I'm gonna take cking's suggestion and install on a HD in another system, then transfer it to the SDP15:37
* cking notes it is a pain15:38
cking5.5 hours for 2 machines - but I did have a dodgy SATA connected15:38
sforsheertg, then what's /dev/sr0 have to do with it? I'm probably exposing my ignorance about the install process here ...15:39
rtgisn't that the device that the lice installer wants ? I think the USB gets aliased or something. I don't know for sure eiter15:40
rtglive*15:40
sforsheecould be, I have no idea15:41
=== yofel_ is now known as yofel
ckinginteresting, when I created the USB live image using 12.04 it works, whereas with current raring it was broken. well, at least I can do an UEFI clean install now15:52
argesbug 107018215:54
ubot2Launchpad bug 1070182 in linux (Ubuntu) "8086:10f5 Can't connect to the network through a wired connection - Network dialog shows "Wired Cable unplugged"" [Medium,Confirmed] https://launchpad.net/bugs/107018215:54
sforsheecking, I haven't tried raring but so far my 12.04 install is working15:54
sforsheeI can't use the "try ubuntu" option however15:54
ckingsforshee, ah, that's the same fail I got earlier.15:55
koen__anyone knows what happened with the hifn_795x module (pci crypto accelerator)?15:56
sforsheecking, it boots but just drops to a shell15:56
ckingsforshee, yep, same here15:56
bjfogasawara, i'm feeling pretty good actually .. have you made your alternate plans?15:56
ckingsforshee, that's why I gave up,  popped the drive in a box that I trusted to work, did the install on that and swapped it back15:56
apwkoen__, "what happened"15:56
apw?15:56
sforsheecking, I'm going through with the 12.04 install so I'll see how it goes15:57
argesrtg, http://git.openvz.org/?p=ubuntu-hardy-openvz;a=commit;h=c25a12d6ab08a1a2d79e1a6540c2579780b97d5b15:57
argesi think that's it15:57
rtgarges, yep15:57
koen__apw: the module seems nonexistant; it was there in previous releases.15:58
ogasawarabjf: I haven't, what time you want to head in?15:58
apwkoen__, what are the current and previous in your contenxt15:58
bjfogasawara, i wasn't in a rush, maybe pick you up around 9 ?15:58
ogasawarabjf: perfect15:58
rtgCRYPTO_DEV_HIFN_795X: depends on !ARCH_DMA_ADDR_T_64BIT15:59
rtgapw, koen__: ^^15:59
rtgdebian.master/config/config.common.ubuntu:CONFIG_ARCH_DMA_ADDR_T_64BIT=y15:59
koen__rtg: i run on 32bit15:59
sforsheertg, cking: the 12.04 desktop UEFI install finished fine for me. No desktop but it does boot to a shell. This is on the mobile SDP.16:00
rtgkoen__, true. seems like it ought to be enabled.16:00
koen__rtg: easiest way to compile this in? this is a desktop for the wife that should stay as generic as possible , it's not my toybox...16:00
rtgkoen__, raring ?16:01
koen__rtg: next release? ok, i can live with that? should i file a report for this somewhere?16:01
rtgkoen__, no, I meant "which release are you currently running ? "16:02
koen__quetzal something :) 3.5.0-19-generic16:02
rtgkoen__, ok, lemme have a look. start a bug and let me know the number16:03
koen__rtg: thanks! i use bugs.launchpad.net/ubuntu for this?16:04
rtgkoen__, just type 'ubuntu-bug linux' from a shell16:05
koen__rtg: will do; thank you!16:06
ckingrtg, I fall into the UEFI shell, then select the drive (usually fs0:) by doing:16:12
ckingfs0:16:12
rtgcking, its the grub booting part tat I'm missing16:13
ckingthe cd into efi16:13
ckingthen cd boot16:13
ckingand then type: bootx64.efi16:14
rtgcking, hmm, what if FS0: isn't showing up  ? All I have are blk* devices16:14
ckinghrm, maybe it can't see your USB stick for some unknown reason16:15
rtgdouble drat16:15
=== deffrag_ is now known as deffrag
=== stefano is now known as Guest83074
=== henrix is now known as henrix_
sforsheeogasawara, do I need any X updates for your haswell test kernel? I'm running it with an up-to-date precise install, but X still won't use the intel driver.16:43
=== rtg is now known as rtg-afk
sforsheeogasawara, I added ubuntu-x-swat/q-lts-backport and updated but get the same results. The kernel driver loads, but X still won't use the intel driver.16:49
ckingsforshee, I did a 12.04 install and then updated all the packages. I didn't observe any issues16:54
sforsheecking, did you verify that X is using the intel driver? I get a desktop, but X is just using the framebuffer.16:55
sforsheetjaalton, ^16:56
tjaaltonsforshee: pastebin dmesg and Xorg.0.log16:57
tjaaltonhmm16:59
sforsheetjaalton, http://paste.ubuntu.com/1400057/16:59
tjaaltonsforshee: so yeah you probably need updates to -intel at least16:59
sforsheehttp://paste.ubuntu.com/1400059/16:59
sforsheetjaalton, beyond what's already in ubuntu-x-swat/q-lts-backport ?17:00
ckingsforshee, I just checked to see if i915_hsw was loaded and being used17:00
ckingI didn't do more than that17:00
tjaaltonsforshee: did you install the stack?17:00
tjaaltonnormal upgrade won't install anything17:00
sforsheecking, the kernel module loads and works. X is using inteldrmfb.17:00
tjaaltonat least you're still using the old xserver, so that would be a no then :)17:00
sforsheetjaalton, oh right ...17:01
sforsheeI just did dist-upgrade17:01
apweep no points17:01
ckingbum17:12
vanhoofde17:12
ckingsforshee, so does that mean my testing was in vain?!17:12
sforsheecking, perhaps your testing on precise17:13
ckingfacepalm17:13
ckingbeen one of those days17:13
ckingso implicit in the testing was the need to use X from a PPA somewhere?17:14
vanhoofyeah precise + ubuntu-x-swat/q-lts-backport (dist-upgrade) + kernel17:14
sforsheetjaalton, I installed xserver-xorg-lts-quantal, and it now uses the intel driver. Lightdm comes up okay, but trying to log in just generates a blank screen then back to lightdm, with no X log that I can find and nothing in dmesg.17:15
sforsheeis there something else I need to install?17:15
ckinghttp://nooooooooooooooo.com/17:15
ckingwish that was written in the notes17:15
vanhoofsforshee: anything fun in /var/log/lightdm/ ?17:16
tjaaltonsforshee: dunno, haven't tested that yet17:16
tjaaltonsforshee: so.. no /var/log/Xorg.0.log.old?17:16
ogra_sforshee, ~/.xession-errors ;)17:16
vanhoofsforshee: i know Sarvatt pointed me in the right direction on something that sounded familiar but I think that was fixed up in that ppa already17:16
ogra_you X obviously is fine, its the session that has issues17:16
ogra_(else lightdm wouldnt come up at all)17:16
ogra_and there is also /var/log/lightdm/17:17
sforsheevanhoof, ogra_: thanks. There's some stuff there, so I'll pastebin it.17:17
sforsheetjaalton, .xsession-errors: http://paste.ubuntu.com/1400102/17:18
vanhoofSarvatt: do you know if https://launchpadlibrarian.net/120700234/xorg-server-lts-quantal_2%3A1.13.0-0ubuntu6~precise1~ppa6.4_2%3A1.13.0-0ubuntu6~precise1~ppa6.5.diff.gz made it in the ppa?17:18
sforsheetjaalton, /var/log/lightdm/x-0.log: http://paste.ubuntu.com/1400106/17:19
tjaaltonsforshee: Xorg.0.log.old should have the crash.. ah17:19
tjaaltonno that's from the running one17:20
sforsheetjaalton, /var/log/lightdm/lightdm.log: http://paste.ubuntu.com/1400109/17:20
sforsheetjaalton, the only /var/log/Xorg.* I have is Xorg.0.log, which looks to me like it's probably from the lightdm session17:21
vanhooflike its going bananas trying to fire up unity2d17:21
sforsheeeverything looks hunky dory in there anyway17:21
sforsheehmm ...17:21
sforsheeoh weird17:22
* ogra_ would put his money on a bamf issue looking at .xsession-errors17:22
ogra_[+280.01s] DEBUG: Failed to load session file /usr/share/xsessions/ubuntu.desktop: No such file or directory17:22
ogra_is intresting as well17:22
sforsheethere don't seem to be any ubuntu sessions at all when I click the little ubuntu icon in lightdm17:22
vanhoofsforshee: did you come from server?17:22
mlankhorst..¿17:22
Sarvattis ubuntu-desktop installed? :P17:23
tjaaltonwell if the xserver is quitting, whatever the reason, there should be an .old file around..17:23
sforsheetjaalton, "ubuntu-desktop : Depends: xorg but it is not going to be installed"17:23
ogra_ha !17:23
mlankhorstsforshee: did you have the backports ppa installed previously? I had a stale xserver-common there..17:23
tjaaltonyou should have the renamed version which provides xorg17:24
mlankhorstand that messed things up17:24
tjaaltonah! mlankhorst to the resque :)17:24
tjaaltonI'll steer clear and write an email to intel, then call it the week :)17:24
* ppisati -> gym17:24
sforsheemlankhorst, do you mean ubuntu-x-swat/q-lts-backport ? I have it installed now ...17:25
mlankhorstgoing to push the entire ddx for a test rebuild, then push it to that repo..17:25
mlankhorstsforshee: could try ppa:mlankhorst/ppa 17:25
mlankhorstI'm doing a final test build there with updated versions + mechanics17:25
argessforshee, which eth networking driver did you need to copy over to make your kit work?17:26
sforsheemlankhorst, I'm explicitly trying to test haswell graphics so I need the backport :) Trying your ppa now.17:26
sforsheearges, I didn't copy the driver. I copied over debs for a 3.5 kernel and installed it.17:26
argessforshee, ahh gotcha17:27
mlankhorstI hope people will forgive me for swamping the launchpad builders..17:27
sforsheemlankhorst, oh yeah I just remembered that I'm supposed to mail you a macbook17:28
* mlankhorst is going to push the entire stack one more time for a final test rebuild17:29
mlankhorstI'll check in on you later, you probably want to do dpkg -r --force all *lts-quantal* and get back to normal precise first..17:31
sforsheeyeah, I'm trying to work through all of that right now17:32
hggdhinfinity: Lucid EC2 kernel tests done17:39
hggdhinfinity: the new armadas did not yet appear on http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html17:39
infinityhggdh: Too late, it's Friday.  No releases for you! :)17:39
hggdhheh17:40
infinityhggdh: Hrm, they've been on http://status.qa.ubuntu.com/reports/kernel-bugs/reports/sru-report.html since I promoted them.17:40
infinityWorkflow is silly.17:40
infinityhggdh: Err, they're on workflow.17:40
infinity3.2.0-1611.16 and 3.5.0-1605.717:41
infinityYour tasks are still "New", but that shouldn't stop you from getting ahead of the game. :)17:41
hggdhwhich I am doing right now :-)17:46
sforsheemlankhorst, I managed to get everything to a happy state with your ppa17:47
=== rtg-afk is now known as rtg
mlankhorstah good17:59
* rtg ignores haswell for now and goes back to his touchpad problem17:59
mlankhorstsforshee: ok I'm doing 1 more rebuild everything just to spot any potential issues popping up17:59
* henrix -> EOD18:24
=== henrix is now known as henrix_
apwrtg, ogasawara, bjf, any objections to zinc going down for a RAM upgrade ?18:45
rtg_apw, I think that is an outstanding idea. might keep it from swapping all the time.18:46
apwthey want to do it 'now' if we don't object18:46
rtg_I don't image it'll take too long. i'd say just do it.18:46
rtg_imagine*18:46
apwthey say less than an hour, much less if we are lucky18:47
apwack ... will just fetch everything one more time18:47
apwand they hand it over18:47
apw*** kernel.ubuntu.com is going down for a short maintenance window ... should be less than 1 hour18:48
=== Edgan_ is now known as Edgan
=== luc4_mac_ is now known as luc4_mac
=== luc4_mac_ is now known as luc4_mac
ogasawaraapw: wfm19:13
apwrtg_, ogasawara, bjf, should be back ...19:14
rtg_wow, that didn't take long19:19
rtg_apw, 8GB up from 2GB ?19:20
apwrtg_, doubled 4 -> 8 apparently19:23
bjfwow, what will we do with all that19:26
apwwish it was 2x it is i expect20:06
* rtg_ -> EOD20:13

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