/srv/irclogs.ubuntu.com/2014/04/11/#ubuntu+1.txt

TJ-trinode: something like this to add the entry: "sudo DEVICE=/dev/sda PART_NUMBER=1 sh -c 'efibootmgr -c -d $DEVICE -p $PART_NUMBER -l /EFI/shellx64.efi -L "EDK2 EFI Shell" '  "00:03
trinodeTJ-: is that on the CD?00:04
trinode(the efi file)00:05
TJ-trinode: No, you'll need to download it00:05
TJ-trinode: " wget http://sourceforge.net/p/edk2/code/HEAD/tree/trunk/edk2/ShellBinPkg/UefiShell/X64/Shell.efi?format=raw "00:06
TJ-trinode: " wget -O shellx64.efi http://sourceforge.net/p/edk2/code/HEAD/tree/trunk/edk2/ShellBinPkg/UefiShell/X64/Shell.efi?format=raw "00:07
trinodewasn't ed2k a file sharing thing?00:07
TJ-I suspect you're thinking of eDonkey00:09
trinodethat's the one00:09
TJ-EDK == EFI Development Kit00:10
trinodeso drop that into /boot/efi/EFI?00:11
trinodeor in /boot/efi?00:11
TJ-trinode: "/boot/efi/EFI/" if I recall correctly00:12
TJ-trinode: Assuming you've got the EFI system partition already mounted at /boot/efi/00:13
trinodeyep00:13
trinodeTJ-: that won't start either00:17
TJ-Does the menu item appear?00:17
trinodeit does00:17
TJ-trinode: Is Secure Boot disabled?00:17
trinodeWTF00:17
trinodeit works if i enable CSM00:17
trinodesurely I shouldn't need legacy mode for that shell?00:18
TJ-Hmmm, maybe on that system enabling CSM is a subtle way of saying "disable Secure Boot"00:18
trinodenah, that's a seperate option00:18
TJ-Indeed not - if the Shell loads, it must be using EFI00:18
trinodeit's sort of a hybrid mode00:19
trinodeyou have efi stuff plus bios stuff00:19
TJ-CSM could still be tied to Secure Boot ... there's a lot of buggy EFIs out there00:19
trinodeyou have legacy -> uefi + csm -> uefi only00:19
trinodeif you install ubuntu in uefi + csm it installs in BIOS mode00:20
trinode(grub-pc and all)00:20
trinodeTJ-: one thing the path for the efi file needed to use \\ not /00:21
TJ-trinode: efibootmgr is supposed to translate the / to \00:23
TJ-But the shell can do that too, at least I seem to recall it handling the translation last time I was using it00:24
trinodeTJ-: I made 2 entries just in case00:24
trinodeone doesn't work00:24
TJ-Anyhow, once in the shell you can use the "help" command to see all the available commands, and "help <command> "00:25
TJ-I used the shell to then manually launch grub's EFI bootloader00:26
TJ-But now you've figured out that CSM toggle issue I suppose grub will also start00:26
trinodeTJ-: grub does start (I knew CSM made grub work already, but thought it was something daft like grub was setting graphics modes with vesa commands or something)00:27
trinodeTJ-: it will break as soon as I run update-grub00:27
trinode(I've done this many times today00:28
trinode)00:28
TJ-Hmmm! something weird about the installation then!00:28
trinodeis there a way to see what update-grub is about to do?00:29
TJ-Have you verified the obvious issues like, the disk uses GPT, the 1st partition is FAT32 256MB-512MB in size, type EF00 ?00:29
TJ-trinode: It re-writes /boot/grub/grub.cfg based on the rules scripts in /etc/grub.d/00:30
trinodeoh damn00:30
trinodeI've saved the contents of /boot/efi to compare00:31
trinodethat's just not good enough :)00:31
trinodeso, how confident are you that if I copy /boot/grub/grub.cfg and run update-grub and then restore the file I'll still have a bootable system?00:33
TJ-Without seeing the system configuration, and the current grub.cfg, 0%00:33
trinodehehe00:34
trinodeone more reinstall won't hurt00:34
trinodehmm, it didn't touch that file00:36
trinode(md5 not changed)00:36
TJ-How about the time/date stamp?00:36
TJ-contents could well be identical, it doesn't insert a timestamp inside the file00:36
trinodeyeah timestamp changed00:37
trinodeso what else does it do?00:37
TJ-Identify the root cause of the problem. Does the system reach the grub boot menu when you hold Shift down? If not, that infers that the grubx64.efi has a problem00:42
trinodeubuntu points to shimx64.efi not grub is that correct?00:44
TJ-Yes, that's the signed (Secure Boot) bootloader that then loads grubx64.efi00:45
trinodeTJ-: since doing that _nothing_ boots00:46
trinodenot even the shell00:46
TJ-Something wrong with that systems firmware config by the sound of it? what make/model is it?00:47
trinodeLenovo L54000:47
TJ-Is the drive an SSD?00:49
dw1hmm gnome-screensaver still locking up the screen at interval even with activity.. weird00:49
trinodeTJ-: yes00:49
trinodeyou thinking of the brick bug?00:50
dw1before it was because it was loading twice on unplug/replug due to an outdated app, jupiter, which i removed, now just one process00:50
dw1guess ill just restart it :/00:50
TJ-trinode: Yes, have you tried "...go into BIOS setup and disable Intel Rapid Start Technology.  This setting is in the Config -> Power menu of BIOS Setup."00:52
trismdw1: do you mean like bug 1291365 ?00:52
ubottubug 1291365 in gnome-screensaver (Ubuntu) "gnome screensaver locks again shortly after unlocking" [Critical,Confirmed] https://launchpad.net/bugs/129136500:52
dw1trism: no, just one lock screen, but its not detecting activity so goes off every 10 mins00:53
trinodeTJ-: it's booting again00:56
trinodejust need to change the boot order, that shell's no good for checking my email00:56
TJ-trinode: You mean the grub/Ubuntu install is working now?00:57
trinodeyep and the shell00:58
trismdw1: I'm seeing several bugs like that on gnome-screensaver but they all seem to happen as: unlock the screen, use the computer for a couple minutes, it locks itself again00:58
trinodebut the shell is default, so just changing that now00:58
dw1trism: mines 10 mins on the regular00:59
trinodeWTF01:01
trinodegrr01:01
trinodedead again01:01
trinodeok, turning ON rapid start got it to boot again01:03
trinodethis is insane01:03
trinodeI get one boot everytime I toggle that setting01:05
TJ-trinode: Any firmware updates available for that system?01:07
trinodeI applied the update when I got it01:07
trinode(3 days ago)01:07
TJ-trinode: Looks like a system issue rather than a bootloader or OS01:08
dw1trism: yeah actually what you quotes sounds right, if my interval were to be set lower01:09
dw1trism: oh a few seconds?  no...01:10
dw1trism: maybe itll work itself out.  i think restarting the service fixes it01:11
dw1trism: which does make it seem like it could be related to that bug01:11
dw1trism: maybe it starts when i go away for a bit and come back, for example01:12
trismdw1: yeah I'm not really sure, trying to reproduce it but not having much luck, generally I have blanking disabled (and locking too) and then just manually lock it when I walk away and haven't seen a problem01:14
dw1where can i adjust the screensaver/blanking settings in 14.04?  feel dumb for not finding it01:17
trismdw1: System Settings/Brightness and Lock01:18
dw1only 7 icons in System Settings now, I guess thats normal01:18
dw1oh no i dont have that01:18
dw1hmm01:18
trismstrange, are you running gnome-control-center or unity-control-center?01:19
trismdw1: they were split apart in 14.0401:19
dw1i upgraded from 13.10 running gnome01:19
dw1/usr/bin/gnome-control-center.real is running01:20
trismdw1: so you're using gnome-shell? or flashback?01:21
dw1gnome-session-fallback on 13.10, seems to still be there01:22
dw1no gnome-shell01:23
trismdw1: it's there but it is only transitional for flashback now, which is basically just renamed fallback01:23
trismdw1: hmm I am seeing the brightness and lock in gnome-control-center on flashback too01:24
dw1well i logged in after upgrade without a hiccup, so im happy, but yeah apparently missing some icons01:24
trismdw1: do you have /usr/share/applications/gnome-screen-panel.desktop ?01:25
dw1https://www.dropbox.com/s/9bqvck1kersftn7/shot.png01:26
dw1yep01:26
trismdw1: if you run: gnome-control-center screen; does it load up or show the main screen and print an error to the terminal?01:27
dw11 min, some updates running01:27
dw1seems nothing happens......01:28
dw1i should reboot for updates i guess01:28
dw1it has been a little while since last reboot01:28
basketballwhat is the most accurate ocr01:31
dw1trism: ok yeah, gnome-control-center screen loads the System Settings menu, but with a warning that it couldnt find the panel 'screen'01:34
trinodeTJ-: thanks for all your help01:35
trinodeI've made a video showing it only boots after you change a setting in the bios (UEFI) screen and fails to boo if not01:36
TJ-trinode: you're welcome01:36
trismdw1: hey I notice that if I remove unity-control-center mine gnome-control-center looks almost like yours01:36
trinodeposting it on the lenovo forums when it's uploaded01:36
trismdw1: do you have unity-control-center installed? it would seem like you shouldn't need it if not using unity but...01:36
dw1trism: i do have that package01:36
dw1trism: there were a few errors on upgrade i suppose01:39
dw1trism: i didnt write em all down tho :)01:39
dw1trism: they scrolled by and out of the way rather fast01:40
trismdw1: what is: echo $XDG_CURRENT_DESKTOP;01:43
dw1trism: it says Unity01:43
trismdw1: mine too which is weird but, if you try: XDG_CURRENT_DESKTOP=GNOME gnome-control-center; do you see more icons?01:45
dw1trism: yep a lot more :)01:46
dw1trism: think you nailed it01:47
dw1trism: https://www.dropbox.com/s/5v7d7johtpdgze1/shot2.png01:47
trismdw1: ahh this is why flashback as Unity as the session: bug 122421701:50
ubottubug 1224217 in unity-settings-daemon (Ubuntu) "Switch Flashback sessions to XDG_CURRENT_DESKTOP=Unity" [Undecided,Fix released] https://launchpad.net/bugs/122421701:50
dw1trism: why do your icons show even with Unity as the desktop? :-/01:50
dw1trism: i had to ask. :P01:51
trismdw1: yeah, are you sure unity-control-panel is installed? I only get what you're seeing when I remove it but keep the Unity session var01:51
dw1trism: oh no im not sure.  i have unity-control-center, not panel01:52
dw1trism: E: Unable to locate package unity-control-panel01:52
trismdw1: sorry that was my mistake I meant unity-control-center01:53
dw1trism: yep.. rc  unity-control-center                                        14.04.3+14.04.20140328-0ubuntu101:54
trismdw1: and strange, then I'm really not sure why it isn't showing up by default01:54
trismdw1: oh rc means uninstalled01:54
dw1trism: installing :)01:54
trismdw1: removed but not purged01:54
dw1trism: odd, i didnt remove it. good to know that01:54
dw1trism: and resetting the var back to Unity the icons are there. good01:56
dw1trism: thanks01:56
dw1trism: now i might lower my screen timings to try to get a bead on the screensaver issue, if it still exists01:57
basketballanyone here use koding.com for a vm02:16
holsteinbasketball: ask in a proper support channel for that product02:18
basketballyea i know my bad i reasked in #vbox02:18
vkkhuravaI want to get back my original kernel on ubuntu 14.04.. earlier on 13.10 I switched it to general due to wi-fi issue05:40
vkkhurava*generic05:40
odinsbanebaloo seems broken, and I would be really impressed if it is ready to go when 14.04 is released.05:50
vkkhuravaI want to get back my original kernel on ubuntu 14.04.. earlier on 13.10 I switched it to generic due to wi-fi issue05:50
vkkhuravapls help05:50
odinsbanevkkhurava: did you try the mainline kernels?05:51
odinsbanevkkhurava: you can d/load the one you need and install it via dpkg.05:51
vkkhuravai dont know what is mainline kernels05:51
odinsbanevkkhurava: Or, what is the problem with your wifi? Maybe somebody has fixed that?05:51
odinsbanehttp://kernel.ubuntu.com/~kernel-ppa/mainline/05:52
odinsbane^ that is mainline. Youll need to d/load 3 or 4 files for your architecture.05:52
vkkhuravaearlier on 13.04 & 13.10 there was issue with wifi ... but later resolved replacing kernel with Generic05:52
odinsbaneI don't know what that means 'replacing kernel with Generic', generic is the default kernel that comes with ubuntu.05:53
odinsbanevkkhurava: maybe you installed backports?05:54
vkkhuravasorry but as per my understanding ubuntu provide kernel as 3.X.X.X but i have 3.13.0-20-generic05:54
vkkhuravaI am new with linux so I dont know abut backports05:55
odinsbaneDo you know which kernel was working for you?05:56
vkkhuravayes its 3.13.0-20-generic05:56
odinsbaneand which one do you have now?05:56
vkkhuravathe same one05:57
vkkhuravaHi, I am using mainline kernel and I want to switch back with original built -in kernel on ubuntu 14.04, pls suggest or help06:20
hydecould someone test this command:06:20
hydeecho | patch -pq06:20
hyde...because it segfaults for me06:21
hydeactually, just: patch -pq06:21
hydeis enough, it will segfault before starting to read from stdin06:21
hyde...and patch command throwing segfault for invalid command line parameters... WTF?06:22
dw1same06:22
hydeso not just me, good06:23
hyde(means, my system is not botched somehow)06:23
dw1perhaps.... >:)06:23
hydehopefully it is just patch, and not libc or something06:24
hyde(doesn't happen on Fedora19, for example, don't have non-beta Ubuntu handy to test)06:25
dw1seems p needs an integer06:25
dw1but yeah, not very graceful06:26
dw1i have another system but not gonna boot it just for that. :p06:26
vkkhuravaI am using mainline kernel and I want to switch back with original built -in kernel on ubuntu 14.04, pls suggest06:27
hydevkkhurava: suggestion: just install the kernel package?06:27
hydeapt-get install linux-image06:28
vkkhuravaOk so that will replace my mainline kernel ?06:28
hydeit will add a new kernel. if you've messed with grub, you may need to do some manual configuration under /etc/default/grub and/or /etc/grub.d06:29
hydeit shouldn't replace your current kernel. probalbly06:30
hyde(and you shouldn't just "replace" it, install new one and verify it works and only then remove old kernels, their modules etc06:30
hydevkkhurava: btw, this might not be the best channel, since your question has nothing to do with Ubuntu 14.04 specifically, I think?06:31
vkkhuravathen wht is the use of installing new or adding new kernel... if its also installing generic one06:31
hydevkkhurava: some other #ubuntu... channle might be better06:32
vkkhuravahyde: earlier I was on another ubuntu channel and they suggeted for this one06:32
vkkhuravayes #ubuntu referred me to here06:32
vkkhuravacoz I am running on 14.0406:33
vkkhuravahyde : so again i m ground zero installing or adding new kernel will also be mainline, right ?06:33
hydeah... well, the procedure should be same, I don't think 14.04 changes anything for your issue. (note, not ubuntu dev, not even regular on this channel, so anything I say might be horribly misguided)06:34
vkkhuravais there any link from where I can download original ubuntu kernel and that will replace my generic or mainline using dpkg06:35
vkkhuravarather then going for a fresh 14.04 OS installation06:36
dw1vkkhurava: http://packages.ubuntu.com/trusty/kernel/ maybe06:36
hydevkkhurava: apt-cache search linux-image06:37
dw1vkkhurava: the 'original' or 'standard' is 3.13.0-23-generic06:38
vkkhuravaapt-cache search linux-image06:39
vkkhuravaalsa-base - ALSA driver configuration files06:39
vkkhuravalinux-image-3.13.0-23-generic - Linux kernel image for version 3.13.0 on 64 bit x86 SMP06:39
vkkhuravalinux-image-3.13.0-23-lowlatency - Linux kernel image for version 3.13.0 on 64 bit x86 SMP06:39
vkkhuravalinux-image-extra-3.13.0-23-generic - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP06:39
vkkhuravalinux-image-extra-virtual - Transitional package.06:39
vkkhuravalinux-image-generic - Generic Linux kernel image06:39
vkkhuravalinux-image-generic-lts-quantal - Generic Linux kernel image06:39
vkkhuravalinux-image-generic-lts-raring - Generic Linux kernel image06:39
vkkhuravalinux-image-generic-lts-saucy - Generic Linux kernel image06:39
vkkhuravalinux-image-generic-lts-trusty - Generic Linux kernel image06:39
hydevkkhurava: please don't do that06:39
vkkhuravalinux-image-lowlatency - lowlatency Linux kernel image06:39
vkkhuravalinux-image-server - Transitional package.06:39
vkkhuravalinux-image-virtual - This package will always depend on the latest minimal generic kernel image.06:39
vkkhuravalinux-virtual - Minimal Generic Linux kernel and headers06:39
hydeif you have more than like 2-3 lines, use pastebin06:39
vkkhuravalinux-image-generic-pae - Transitional package06:39
vkkhuravalinux-image-lowlatency-pae - Transitional package06:39
vkkhuravalinux-image-3.4.0-3-goldfish - Linux kernel image for version 3.4.0 on Android touch emulation06:39
vkkhuravalinux-image-goldfish - Linux kernel image for the goldfish kernel.06:39
hydeand paste the link to pastebin06:39
vkkhuravalinux-image-extra-3.13.0-20-generic - Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP06:39
vkkhuravalinux-image-3.12.0-031200-generic - Linux kernel image for version 3.12.0 on 64 bit x86 SMP06:39
vkkhuravalinux-image-3.13.0-20-generic - Linux kernel image for version 3.13.0 on 64 bit x86 SMP06:39
vkkhuravasorry but i dint know where is this pastbin06:39
bazhangpaste.ubuntu.com06:40
vkkhuravai am using standalone version of xchat06:40
hydethere are a bunch of services. "original" may have been pastebin.com or .org, hence the name (speculating, not sure of history)06:40
vkkhuravadwl : OK so ubuntu 14.04 comes with generic only as of now, is it ?06:40
hydeit's a web service, use it with your browser06:40
hyde(some irce clients have support, and suggest using pastebin when you try to paste too large snippet, and do it all automatically for you, but that's just convenience)06:41
odinsbanevkkhurava: maybe you should actually address the problem, and not your proposed solution to the problem.06:41
dw1vkkhurava: dont know, but thats what i got on standard system06:43
vkkhuravahmmm OK then... I hv no issue but earlier when I go to ubuntu for support they said u r using mainline or generic kernel which is out of suppirt06:44
vkkhurava*support06:44
bazhangusing the 14.04 kernel on 13.10?06:44
vkkhurava13.1006:45
dw1he used custom kernel in 13.10.. wouldnt it be updated automatically on upgrade?06:45
ikoniayou are not meant to mix kernel versions betwen distros06:45
bazhangonce he leaves package management06:45
dw1vkkhurava: type uname-a what kernel you got06:46
odinsbanedw1: the default kernel still gets upgraded, but grub will select the highest installed version by default.06:46
dw1vkkhurava: uname -a in terminal06:46
vkkhuravaLinux VKKHPG6 3.13.0-20-generic #42-Ubuntu SMP Fri Mar 28 09:56:33 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux06:46
dw1i guess it will update to 3.13.0-23-generic when you run software updater06:47
dw1that looks normal, not custom06:47
ikoniashouldn't update06:47
dw1oh, thats what i got from auto-updates06:47
ikoniaso it won't have anywhere to update from06:47
ikoniathat kernel did not come from the right repo06:47
dw1k, nevermind06:48
vkkhuravahmmm OK but on 13.10 I replaced standard kernel with generic one.. using below link: http://askubuntu.com/questions/393445/wifi-keeps-disconnecting-on-13-1006:48
odinsbanevkkhurava: they are all generic.06:48
odinsbanevkkhurava: the number is what is important. eg 3.10 vs 3.13 which you have installed.06:49
vkkhuravaOdinsbane : then what you are suggesting me to do.. should i live with it or do i need to replace them with standard one.... this is my only question06:50
odinsbanevkkhurava: if you don't have any problems, then leave it.06:50
vkkhuravaOdinsbane : as of now I dont hv but I dont want to hear that u r using generic and we are not supporting it06:51
vkkhuravathats it :-)06:51
ikoniavkkhurava: you've used a kernal that is not meant for your distro - no-one will support that06:51
ikoniavkkhurava: however if you need it to fix a bug and it's working - then you should be fine06:51
odinsbanevkkhurava: grub should give you the option to boot to any of the installed kernels on your system.06:51
* hyde is a bit confused what people mean when they say "mainline", "standard", "generic", "custom" etc when talking about kernels above, but if it's clear to everybody else then no problem06:51
dw1all my kernel packages are generic and not custom at all06:52
ikoniahyde: it's just wording, some people describe it differnt06:52
vkkhuravaikonia : but i want standard one not generic06:52
ikoniavkkhurava: the standard one is -generic06:52
vkkhuravathen why will no one will support that06:53
odinsbanehyde: mainline compiles kernels for ubuntu.06:53
ikoniavkkhurava: because that kernel is not meant for your distro06:53
vkkhuravaikonia : can u pls suggest a way to get same version which meant for my distro06:54
ikoniavkkhurava: you can't06:54
ikonia(not from supported methods)06:54
odinsbanevkkhurava: what sort of support do you want?06:55
vkkhuravaikonia : that mean I hv to re-format my machine06:55
ikoniano, who said that ??06:55
vkkhuravaas u r saying I cant get same version06:55
ikoniaI'm saying you have installed a kernel from an unsupported method/repo06:55
ikoniayou are still welcome to use it06:56
odinsbanevkkhurava: odds are you have the normal kernel installed on your system. You can boot with it anytime you like.06:56
ikoniaor revert to the original kernel06:56
hydeodinsbane: "mainline compiles" == "mainline does compiling"? what? or did I misunderstand? If not, then what/who is "mainline" here?06:56
vkkhuravaand how can i revert that06:56
ikoniahyde: people in the ubuntu project who maintain the unpatched mainline build of the kernel for benchmark/baseline testing06:56
dw1cant he just install this http://packages.ubuntu.com/trusty/amd64/linux-image-3.13.0-23-generic/download06:56
hydeikonia: ok, thanks, good to know06:57
ikoniadw1: he's not using trusty06:57
dw1ikonia: yeah he upgraded06:57
dw1vkkhurava: right06:57
ikoniano, he's still on 13.1006:57
ikoniajust dumped the mainline kernel on it06:57
ikoniaunless I've missunderstood06:57
ikoniahe got sent to this channel wrongly it appears06:57
vkkhuravano I m on 14.0406:58
dw1he had custom 13.10 and upgraded06:58
dw1so he's fine06:58
dw1just needs to run software updater right06:58
ikoniaoh. you've upgraded fully06:58
ikoniathat's perfect then, remove the PPA for the mainline kernel, boot from the trusty default kernel and run the update process06:58
odinsbaneikonia: I don't think he added the ppa, from the link he just downloaded the .deb's and installed them.06:59
ikoniaok, then boot from trusty kernel, remove deb installed mainline kernel, run update process06:59
vkkhuravayes exactly06:59
odinsbaneplus from the uname -a he has booted from the trusty kernel, but it is a little bit outdated.07:00
dw1on upgrade all my non-standard ppas were disabled automatically07:00
ikoniaif he removes any reference to the mainline kernel, and update should be fine07:00
dw1maybe its the same for kernels07:00
ikoniadw1: it doesn't remove the packages07:00
vkkhuravawhich option I need to select from grub for booting in trusty kernel07:00
odinsbanevkkhurava: you are in the trusty kernel.07:01
vkkhuravaOK07:01
odinsbanevkkhurava: the mainline ones use a slightly different numbering scheme.07:01
vkkhuravathen should i remove those kernels which I installed for wifi issue using that link07:02
odinsbanevkkhurava: it will free up about 200megs, but it isn't nescessary.07:02
vkkhuravahmmm ok...07:02
dw1did 13.10 kernels have the -generic suffix?  if not, then that would explain why they said they dont support it in #ubuntu07:02
dw1but they will support it there in 6 days07:03
odinsbanevkkhurava: also, there are a couple kernel packages, if you remove the wrong one you might have some trouble getting back.07:03
vkkhuravaOK then I am not going to mess up with the things until i face any problem... thx for support07:04
hydebtw, if someone wants to take a look at the patch crash: http://paste.ubuntu.com/7233796/07:06
hydeis that gl_.... from glib? since when has patch used glib?07:06
odinsbanevkkhurava: #ubuntu will be reluctant to help you because 14.04 is not released, not because of your kernel.07:07
hydeisn't it a program which predates glib by ages?07:07
vkkhuravaOK07:08
odinsbanehyde: there is an error about the 'q' are your cmd line arguments correct.07:08
hydeodinsbane: point is, it *throws segfault*07:09
hydefor invalid command line argument07:09
hydeodinsbane: at least on fedora19 it does not, I bet also on sufficiently older ubuntus it does not07:10
hydeso I'm curious, why has it been broken?07:10
dw1-p<anything not numeric> = crash07:10
hydes/been/become/07:10
odinsbaneMy only linux here is f20, and it is fine also.07:10
rwwhyde: you have filed a bug?07:10
hydenope, just noticed07:11
rwwprobably best to do that then :)07:11
hyderww: can you give me the right link?07:11
rwwi believe you run "ubuntu-bug patch"07:12
rwwso that it can collect package version and such07:12
hydethat gives no way to actually tell what the problem is07:13
rwwit'll open a web browser for you to type that07:13
hydebug report done07:20
hyde...and I hope some serious look is taken into whatever has been done to patch07:20
hydeI mean, also other code introduced when this bug was introduced07:20
hyde...especially in this age of NSA paranoia07:21
hydebecause, I could see how a crafted bug in patch could be used to introduce unintended changes07:21
hyde(and no, i don't actually *believe* anything like that is going on, but I don't like believeing, I like knowing)07:22
lordievaderGood morning07:24
dw1hyde: pretty sure patch is rarely used by most ubuntu users so not a great way to exploit systems but i may be wrong07:28
hydedw1: it's not a generic "everybody would be affected" risk, but it could maybe be used for targeted attacks. Quite often patch commands are copy-pasted from some howto's, for example, by people who don't really understand the command.07:33
dw1i only have a 12.10 system and it doesn't segfault, so it happened in some version after that http://packages.ubuntu.com/search?keywords=patch07:34
hydeit's quite hypothetical, I agree, even if it'd be possible to exploit07:35
dw1only have an alternate 12.10 system*07:35
dw1guess i should upgrade that badboy soon :)07:38
hydeI'm quite proud of a laptop at home, which originally god installed with 9.04, is now at 12.04, and is soon to be upgraded to 14.0407:39
hyde"soon" as in probably at 14.04.107:39
=== fantie is now known as FREAKJAM
dw1nice07:40
hydeit's also got dual boot Windows Vista, which is also working flawlessly ;)07:40
hyde(for a definition of "flawless" which allows Windows installation to be such)07:41
dw1any oxymoron.. :P07:41
dw1an*07:41
=== om26er is now known as om26er|lunch
=== om26er|lunch is now known as om26er
hubuntuis there such a thing as MOTUs anymore?10:09
geseryes, there are still some MOTUs there10:14
BluesKaj'Morning folks10:41
husnainlatifmornin' BluesKaj10:41
bekkshi BluesKaj10:41
BluesKajHi husnainlatif, bekks10:42
BluesKajbig upgrade this morning10:43
Komaone week to the big day uh?10:56
=== mpmc[BNC4FREE] is now known as mpmc
=== mpmc is now known as mpmc[BNC4FREE]
BluesKajKoma, yeah, next thursday12:15
=== mpmc[BNC4FREE] is now known as mpmc
jjavaholichow can I move Minimize/Maximize/Close buttons back to the right?12:31
BluesKajjjavaholic, use a different theme12:33
jjavaholicusing the gnome-tweak-tool to do so?12:34
bekksNo need for the gnome-tweak-tool12:34
BluesKajafaik, but if you're using unity then, I have no clue.12:35
jjavaholicI'm using unity12:37
* BluesKaj forgets which chat he's in sometimes...old age is catching up to me :)12:38
=== SuperLag_ is now known as SuperLag
=== mpmc is now known as mpmc[BNC4FREE]
GiGaHuRtZAre things still on schedule for a final release on the 17th for trusty? Just curious...16:18
bekksYes.16:18
GiGaHuRtZbekks: thanks.16:24
robotti^how to enable enchanced desktop zoom in ubuntu 14.04? it seems does not work anymore.17:02
robotti^it does not work with two monitors17:04
robotti^but it works single monitor17:04
holsteini would probably make sure when i was using 2 monitors, i was using the same driver as before, and that the driver is 3d capable17:05
robotti^I am using nvidia proprietary driver17:06
robotti^it just does not work with mirroring17:06
robotti^but it will work with dual monitor setting and single monitor setting. but when mirroring it does not work17:06
holsteinrobotti^: sure, but if the "issue" is with the proprietary driver, that may be the place to start addressing it17:06
robotti^I have not tested with open driver17:06
robotti^holstein: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/23576817:12
ubottuLaunchpad bug 162396 in compiz (Ubuntu) "duplicate for #235768 Mouse jumps to other screen when using "enhanced zoom desktop"" [Low,Triaged]17:12
holsteindoesnt seem like what you had described.. but, if its your issue, good find17:13
robotti^maybe it does not matter really17:19
robotti^because it affects only clone mode17:19
robotti^mirror/clone17:19
rohanhi: there is a pretty severe bug affecting intel GPUs on 14.04: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/128286718:04
ubottuLaunchpad bug 1282867 in linux (Ubuntu) "Many bugs in rendering with lockups, likely caused by SNA" [High,Confirmed]18:04
rohancan someone look at it and tell if it needs any more info?18:04
sandGorgoni want to personally thank the person who fixed two-button scroll emulation in 14.04 - gawd my 6 year laptop works like a mac18:12
rohansandGorgon: what is 2 button scroll emulation?18:13
sandGorgonrohan, I have an old dell latitude laptop - with a crappy touchpad. but now I can use two fingers to scroll through pages - just like on a mac. probably newer laptops have multitouch trackpads.. but mine doesnt. so it uses emulation to trick it.18:22
rohani am pretty sure synaptics supports 2 finger scrolling even on the oldest laptops and touchpads18:23
rohanthere is no emulation going on18:23
sandGorgonrohan, aha - but I dont have synaptics now, do I !!! some crappy alps... which is why I'm truly grateful for whoever fixed that code18:24
rohanah no idea about alps, but i don't think any emulation can happen for number of fingers18:25
rohananyway, glad it's working for you! sandGorgon18:25
sandGorgonrohan, fyi check out the EmulateTwoFingerMinW synclient option18:26
rohanah, learnt something new today sandGorgon , thanks!18:27
=== mpmc[BNC4FREE] is now known as mpmc
quemi thought rc1 was due yesterday?18:51
quemor is yesterday's daily == rc1?18:51
PiciI don't see a testing milestone for an RC.19:15
mardanhi should I be doing something with:19:24
mardan warning: Sector 32 is already in use by the program `FlexNet'; avoiding it.  This software may cause boot or other problems in future.  Please ask its authors not to store data in the boot track.19:25
hydruidI'm dying for 14.04 to be released19:33
hydruidlol19:33
jjavaholicI'm still not sure about the local menu19:33
jjavaholicI can see the benefit if you have a huge monitor19:34
hydruidjjavaholic: you can turn it off and on though right?19:34
jjavaholicwhat will happen to the empty space where the global menu was?19:34
jjavaholicjust now yes19:34
jjavaholici'm thinking long term though19:35
jjavaholicI have always liked having a taskbar19:35
hydruidjjavaholic: most likely whenyou turn it off it will look like it did before19:35
hydruidthe taskbar is always there, whether it's on or not19:35
jjavaholicbut it is now lots of empty space19:35
=== quem_ is now known as quem
jjavaholicI might try and fill up all the space with useless indicators applets19:36
hydruidjjavaholic: it's always empty space, or has been with unity, until you "hover" over it19:36
trismhydruid: it's pretty much all empty now though if you move the menus into the app windows with the new feature in 14.0419:37
jjavaholicif you move the windows around alot the local menu seems to flicker on and off as it can't decide what you wanted19:39
trismjjavaholic: ha didn't notice that before19:40
trismjjavaholic: bug 128990719:41
ubottubug 1289907 in unity (Ubuntu) "LIM flickers when dragging a window and mouse cursor moves over title bar" [Undecided,New] https://launchpad.net/bugs/128990719:41
TJ-bekks: Good to see there's a resolution to your GRUB issue, and we were on the right track20:16
johnjohn101less than six days.  :)20:17
jtaylorI wonder if lvm snapshots still break grub20:20
jtayloryes :(20:21
bekksTJ-: Yeah, thats really good to see :) Thank you again for your time spent with guiding me yesterday :)20:23
bekksNo I just have to see when that fix is published actually :)20:24
bekksDo I have a chance which exact package version is included in a daily build?20:24
jjavaholicnotifyOSD config bottom right questionable positioning of notices20:32
jjavaholiccan't place noticies on the bottom right corner anymore20:33
trismjjavaholic: when were you able to? for as long as I can remember your options were top-right or center-right20:36
jjavaholicit still worked in 13.1020:37
jjavaholicI might have forgotten to reenable the ppa for it20:37
jjavaholici'll try that later20:37
TJ-bekks: Yes, or you could manually create the device.map as a workaround from a script in the kickstart file20:38
trismjjavaholic: yeah you must have been using a modified version20:38
bekksYeah, that sounds like a reasonable workaround. :)20:38
bekksNow I'm struggling with launchpad again - I set #1292628 to "This bug affects me" but I dont see that bug when clicking on "Affecting bugs" :(20:39
nf7How long does apt-get update take for you guys? I just freshly installed 14.04 and it's taking upwards of 5 minutes each time. Is that normal? Debian took about 30 seconds for me with all the default sources.20:40
hydruidnf7: it seems to take 1-2 minutes for me at most, sometimes slower/faster than others20:40
hydruidnf7: did you install from the daily build?20:41
trismbekks: it won't show bugs that are fix released unless you go to advanced search20:41
bekkstrism: Ah, thank you.20:42
NukienAnyone know of a source for a minimalCD for 14.04 ? https://help.ubuntu.com/community/Installation/MinimalCD doesn't list it yet.20:42
bekkstrism: Is there a way to safe my search preferences?20:43
trismbekks: not that I know of, would be nice though I am constantly having to show all open bugs and resort by number20:45
bekks:)20:45
Oriahi, I made a xinitrc file on ubuntu 14.04. It doesn't start...20:55
Oriahow can i do that?20:57
Oriait's ~/.xinitrc I make a symbolic link .xsession but doesn't works20:58
=== quem_ is now known as quem
OriaI tested a touch /tmp/test_xinitrc and file was created so, xinitrc works but doesn't run command inside21:06
lordievaderOria: What command are you trying to run from the xinitrc script?21:08
Oriaxsetwacom --set "Wacom Intuos5 touch M Finger touch" touch off21:09
Oriaxmodmap ~/.Xmodmap21:09
Oriathese commands inside have already worked, why...21:09
lordievaderIs the DISPLAY variable set? (Honestly I don't have experience with xinitrc scripts, but this might help ;))21:10
Orialordievader: I never needed to set DISPLAY to xinitrc :/21:17
lordievaderOria: As I said, I have no experience with it. I'd say xorg should set the variable. But it would be annoying if that where the fix and you'd missed it ;)21:19
Orialordievader: yes I see, thx21:21
Oriahmm if I run these commands with autostart?21:37
Oriabut gnome-session-properties doesn't exist21:42
=== quem_ is now known as quem
Oriapb solved, I make files desktop in ~/.config/autostart/22:02

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