/srv/irclogs.ubuntu.com/2014/09/11/#ubuntu.txt

TJ-Bobbo__: Urghh! no Ubuntu entry, and the BootOrder is bad, with non-existent entry 0000 in there twice00:00
Bobbo__Lol00:01
TJ-Bobbo__: OK, just as an aside, let me explain something about that article you linked to00:01
juniourecho "hello" | sha256sum and echo "hello" |hashalot -x sha256 . y i got two different hash, plz any one clear my concept i am confused on betwwn checksum and hash00:01
Bobbo__TJ-: Yes, learning stuff is good! :P00:01
HikaruBGTJ-, mu sound suddenly disapeared00:02
TJ-Bobbo__: UEFI when started from *removable* media obviously can't have an entry in the system's boot menu already, so the firmware looks to a fixed path "EFI/BOOT/BOOTx64.EFI" for the boot manager00:02
havarkawhats the practiclly difference between UEFI and Legacy?00:02
HikaruBGTJ-, the audio adapter don't show on the sound devices00:02
HikaruBGany suggestions?00:03
TJ-Bobbo__: When an OS is installed it tells the UEFI firmware to permanently add an entry into its non-volatile RAM boot menu list.00:03
Bobbo__TJ-: With you so far.00:03
juniourecho "hello" | sha256sum and echo "hello" |hashalot -x sha256 . y i got two different hash, plz any one clear my concept i am confused on betwwn checksum and hash00:03
TJ-HikaruBG: Check the hardware, and work on up00:03
TJ-juniour: Use "echo -n"00:03
HikaruBGit is a laptop - the hardware is OK00:04
HikaruBG:) how to check it, TJ-00:04
HikaruBG?00:04
juniourTJ- wt due to newline???00:04
TJ-Bobbo__: Linux uses "efibootmgr" to add the permanent entry - it's one of the last things that the installer will do before the restart00:04
TJ-Bobbo__: So, we now know that either the initial installer use of efibootmgr failed to add the entry, or, as you said it started correctly once, the entry got deleted somehow, possibly a firmware bug, possibly something else.00:05
TJ-Bobbo__: So, now we have to put the entry back. To do that the best way is to configure the installed system in a chroot, then run the installed system tools inside the chroot to re-add itself. I have a shell script that automates that process I'll give you the link to in a mo00:06
Bobbo__TJ-: Snazzy.00:06
TJ-Bobbo__: "wget https://iam.tj/projects/misc/chroot-auto.bash"00:06
TJ-Bobbo__: Then "chmod a+x chroot-auto.bash"00:07
Bobbo__eww, non-octal flags for chmod. :P00:07
TJ-Bobbo__: Now, lets un-mount what we did earlier so the script can do its stuff. "sudo umount /target/boot/efi /target"00:07
pac1_join #expressjs00:07
Bobbo__unmounted!00:08
TJ-Bobbo__: then "sudo ./chroot-auto.bash /target /dev/sda2"00:08
TJ-Bobbo__: If all goes well, you'll be at a root shell prompt inside the chroot, and any file-systems mention in its /etc/fstab will have been auto-mounted00:09
Bobbo__TJ-: Aye, I'm as root now.00:09
TJ-Bobbo__: In particular, we need to be sure the ESP has been mounted to /boot/efi, so do "mount | grep efi" and check that is the case00:10
=== Gnomethrower is now known as Dogethrower
=== sins-_h is now known as sins-
Bobbo__TJ-: No -- http://paste.ubuntu.com/831413600:11
TJ-Bobbo__: OK... lets check it *ought* to be mounted. "pastebinit /etc/fstab"00:12
HikaruBGTJ-, how to check my sound hardware?00:12
TJ-HikaruBG: There are sound troubleshooting guides in the Ubuntu wiki and help sites; use those for starters00:13
=== Dogethrower is now known as Gnomethrower
jimmyxdpor favor, alguem pode me ajudar?00:14
eeee!es | jimmyxd00:14
ubottujimmyxd: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.00:14
=== richard is now known as Guest18888
Bobbo__TJ-: http://paste.ubuntu.com/8314154/00:16
TJ-Bobbo__: OK, this is the line "UUID=9A09-1E57  /boot/efi". As my script didn't automount that, lets check the ESP's UUID is the same still. "blkid /dev/sda1" - tell me if the UUID is different, else, we'll carry on00:17
Bobbo__TJ-: it's the same, we can carry on I guess?00:18
TJ-Bobbo__: Yes. "sudo mount /dev/sda1 /boot/efi"00:18
TJ-Bobbo__: except, of course, no need for sudo :p00:18
Bobbo__Yeah, was gunna say. :P00:18
TJ-Bobbo__: muscle-memory :)00:19
TJ-Bobbo__: OK, now to fix things (we hope)00:19
Bobbo__Yay!00:19
Corki'm setting LANG in /etc/default/locale but it has no effect (after new ssh connection)00:21
Corkis there another file controlling locale=00:21
Cork*?00:21
TJ-Bobbo__: "grub-install --verbose /dev/sda | tee >(pastebinit)"00:21
Bobbo__omgnoway00:23
Bobbo__TJ-: http://paste.ubuntu.com/831421500:23
TJ-Bobbo__: Let's see the gory detail too "pastebinit < <(efibootmgr --verbose)"00:24
Bobbo__TJ-: http://paste.ubuntu.com/831421800:25
TJ-Bobbo__: We need to manually fix that BootOrder  though, there's 3 0000 entries now00:25
HikaruBGTJ-, fixed it :)00:25
HikaruBGthanks00:25
TJ-HikaruBG: Well done :)00:25
HikaruBG!modprobe00:25
TJ-Bobbo__: There's a "0004" in there too, and no matching Boot0004 entry00:26
HikaruBGwhat does modprobe does, TJ-00:26
HikaruBG?00:26
HikaruBGwhat does modprobe do, TJ-00:26
TJ-HikaruBG: inserts kernel modules (drivers) into the running kernel, to manage devices00:26
TJ-Bobbo__: I think you need to do "efibootmgr --bootorder 0000,2003,2001,2002"00:27
HikaruBGpeople learn everyday :)00:27
HikaruBGThanks again TJ-00:27
Bobbo__mhmm, my internet is playing up, just got like the last 15 messages at the same time. =/00:28
TJ-Bobbo__: In case you missed it then, I think you need to do "efibootmgr --bootorder 0000,2003,2001,2002"00:28
Bobbo__done that00:29
TJ-Bobbo__: After that, a final check "efibootmgr --verbose" to ensure it all looks perfect then you can "exit" the chroot, and reboot to test00:29
Bobbo__TJ-: http://paste.ubuntu.com/831423700:30
Ademan_Does anyone know off-hand if there's a package for a mips cross-compiler setup available in 14.04?00:30
TJ-Bobbo__: "umount /boot/efi" then "exit" and reboot00:31
TJ-Ademan_: No, there isn't - not gcc anyhow00:31
Bobbo__TJ-: no dice00:31
TJ-Bobbo__: What happened?00:32
Bobbo__same as before, got to the network boot stuff.00:32
Tripoutis it usual to get error reports on startup caused by xorg nvidia?00:32
Tripoutsystem is running fine though00:33
TJ-Bobbo__: OK... enter UEFI setup, go to the boot menu part, see if Ubuntu is listed. On some, you can only do that by using the manual boot chooser hot-key during start-up00:33
Bobbo__Um.00:33
Bobbo__UEFI setup?00:33
TJ-Bobbo__: If the entry for ubuntu has gone missing, we know there's a UEFI firmware bug and it isn't saving entries00:33
TJ-Bobbo__: I dealt with several cases like that a few months ago00:33
eeeeBobbo__: try f10 and esc00:34
eeeetry esc first00:34
eeeelook for something along the lines of "boot options"00:34
Bobbo__You don't mean the boot menu to select a device, do you?00:34
TJ-Bobbo__: I have a sneaking suspicion the boot menu entry can only be named "Windows" for it to be kept00:34
TJ-Bobbo__: Yes...00:34
Bobbo__just lists the four devices, USB, HDD, ODD and LAN.00:35
TJ-Bobbo__: That should also list any boot menu entries - thought you may need to scroll to find them00:35
Bobbo__And an option to enter the bios.00:35
eeeeBobbo__: it's not the one you can change the order with, it's more of a on the fly pick something to boot off00:35
TJ-Bobbo__: OK, so looks like you've got a buggy UEFI firmware.00:35
Bobbo__TJ-: Probably, it's a toshiba laptop. XD00:36
TJ-Bobbo__: What's the exact model, maybe we can find out something00:36
Bobbo__Toshiba Satellite S50-A-10W00:36
TJ-Bobbo__: Not specifically about Toshiba, but there's this: "on the next reboot, the BIOS/UEFI firmware deletes all but the first NVRAM entry for that EFI partition.  It seems to allow only one boot entry per EFI partition.  Since the linux entry is first, the Windows entry is the one deleted by the BIOS."00:37
=== Adam_ActiveState is now known as stevejobs
=== stevejobs is now known as Guest62653
=== Guest62653 is now known as Steve_Jobs
TJ-Bobbo__: One other thing to look for; In UEFI Setup menus, look for an option like "Quick Boot" or "Fast Boot". If found, disable it. I think there's one named "Intel Quick Start", too00:40
TJ-Bobbo__: Also could be called "Smart Boot"00:41
Bobbo__TJ-: right... I don't see how that pertains to me, not dual booting.00:42
TJ-Bobbo__: It short-circuits the boot process to ignore the boot menu00:42
=== IdleOne is now known as io
=== eeeeee is now known as eeee
Bobbo__TJ-: http://paste.ubuntu.com/831429900:43
Bobbo__=/00:43
TJ-Bobbo__: Confirms what I thought.00:44
Bobbo__Shall I check stuff in the bios like you just said then?00:44
jponc_exit00:44
TJ-Bobbo__: Yes, those are easy fixes... the worst case is this is a Toshiba firmware bug and you're stuck00:45
Bobbo__TJ-: secure boot: disabled, boot speed: normal, boot mode is UEFI... I don't see anything else really related to it.00:47
TJ-Bobbo__: OK ... if there isn't anything there then it must be a bug00:48
Bobbo__And I can't like... Install ubuntu in CSM to get around it?00:48
TJ-Bobbo__: Yes, you'll have to reinstall and ensure that the Live ISO boots in CSM mode, not UEFI00:49
jimmyxdhi, u need help for use internet (cable modem)00:50
jimmyxd*i00:50
Bobbo__So I have to change boot mode to CSM boot; doing that gives me a new option for SATA controller mode (AHCI or compatibility)?00:50
TJ-Bobbo__: Which uefi version is installed currently?00:50
Bobbo__I dunno.00:50
Bobbo__TJ-: How do I find that out?00:50
TJ-Bobbo__: It should show it somewhere in the UEFI menus00:51
Bobbo__Yeah, uhh, what UEFI menus? XD00:51
jimmyxdpersonnel, can someone help me please? I can not connect to internet, ubuntu detected the mac adress of my network card, I wonder if it was detected, it must activate it .. if you need to install any drive, (something not in ruindows happens)00:51
TJ-Top of the screen then? It's usually shown prominently00:51
Bobbo__I got a bios version at 1.2, not that that means a lot and a date for 2012 at the top.00:53
Bobbo__And 'EC version 1.1', whatever that is.00:53
EiriksUbuntuhmm I looked into chroot and that's not going to allow me to have access to the backup as if it were naturally a part of the live usb, is there a way to backup to a live usb that is fully integrated?00:53
TJ-Bobbo__: Unless I have the wrong model the Toshiba Support site shows the latest version as 1.800:53
Bobbo__TJ-: Link?00:54
=== goldenfox is now known as Guest13121
TJ-Bobbo__: can't, you'll need to choose from drop-downs, its all Javascripted  http://www.toshiba.co.uk/innovation/download_bios.jsp?service=UK00:54
=== cups is now known as doge
TJ-Bobbo__: I've selected Family: Satellite, Series S, Model S50-A00:55
Bobbo__TJ-: ... yay, that gives me a .exe00:57
jimmyxdhi, how detected card ethernet ?00:57
TJ-Bobbo__: You wiped Windows?00:58
Bobbo__TJ-: Ya, it's gone. Literally can not stand it any more. =\00:58
Bobbo__(and I didn't know this would happen, heh)00:59
TJ-Bobbo__: Did you not back-up at least the Recovery Partition?00:59
Bobbo__Nope, completely nuked... It was Win8 after all.00:59
TJ-Bobbo__: Any old copies of XP lying about maybe? If the current version is 1.2 and the latest 1.8, that suggests a *lot* if fixes have been issued01:00
TJ-Bobbo__: At least you now know the cause and how to deal with it, and repair it if needed.01:01
Bobbo__No, I think the best I could try is somehow getting the ISO I used for my VM to boot on the laptop.01:01
eeeeBobbo__: how long ago did you nuke it01:01
Bobbo__eeee: Earlier today.01:01
eeeei recovered my recovery partition with testdisk, went on to restore the pc with it01:01
eeeeanyways the iso sounds good though01:01
Bobbo__I guess I should buy some RW DVDs then. :301:02
TJ-eeee: Bobbo__ Yes, testdisk might have a chance since not a lot has been written to the disk so far01:02
swift110_hello all01:02
resc_user_4112hi everyone... anyone good at fixing boot issues? My mint 16 to 17 upgrade crashed before completing.01:02
eeeeBobbo__: no usb?01:02
TJ-Bobbo__: You can run testdisk from the Live ISO to find out, too01:02
Bobbo__eeee: Windows and USB don't seem to mix for me. =/01:03
TJ-!mint | resc_user_4112:01:03
ubotturesc_user_4112:: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org01:03
swift110_what is the purpose of a lowlatency kernel01:04
Bobbo__TJ-: How do I do this testdisk stuff? O_o01:04
eeeeBobbo__: boot liveusb, sudo apt-get install testdisk01:09
TJ-Bobbo__: install it "sudo apt-get install testdisk" then run it "sudo testdisk /dev/sda" and use the on-screen selections to have it do a deep scan01:09
Bobbo__testdisk isn't in the repos apparently, but I got it from their website. :301:09
eeeeBobbo__: it's in the universe repo01:10
razieliyohi01:11
razieliyodkms has no candidate for i386 on amd64 system01:11
razieliyois this correct?01:11
razieliyoor may I be missing some step?01:11
TJ-Bobbo__: hopefully eeee can guide you now, I have some other things to do. Good luck with it, and *if* a firmware update solves it please let me know01:11
Bobbo__Okay, thank you, TJ-.01:12
TJ-razieliyo: huh?01:12
razieliyoI'll explain my whole problem01:12
=== vemacs is now known as vemacs|ded
razieliyoI have nvidia 304 drivers for 64 bits working01:12
TJ-razieliyo: DKMS is "Architecture: all"01:12
Bobbo__eeee: apt-get can't find it? O-o01:12
razieliyoand I'm trying to also install i386 drivers, but when I try, I get a lot of not found packages01:12
eeeeBobbo__: dash > software & updates > universe repo01:13
razieliyoone of those packages is dkms, I tried to install it by hand but it doesn't find it01:13
TJ-razieliyo: Are you trying to cross-compile?   check out "man dkms" and in partiticular the "--arch" option01:13
razieliyoTJ-, nope, I'm just trying to install nvidia drivers for 32 bits01:13
TJ-razieliyo: sounds like you've got outdated package lists - "apt-get update" maybe?01:14
razieliyoTJ-, nothing01:14
razieliyoI may be missing some repos01:14
wadHi guys. So I'm going to attempt to install ubuntu on my laptop. The thing is, last time I did this, it took about 20 hours, five of which were with my linux guru friend, to get it to work. So I need to be careful and be able to "fall back" to a working OS if I need to.01:14
razieliyobut, this is a fresh install, I didn't touch anything on sources.list01:14
wadSo I bought a large external hard drive, and I want to make a bit-by-bit copy of my current hard drive, to the external one, so that I can restore it if need be.01:15
wadI'm booted into the OS, so my main drive is unmounted, and I can see my external drive here, with an ext4 partition on it.01:15
george_Hello, can someone suggest me a program like Remote Desktop Connection (RDC) for Windows? I'm using Linux Mint 17. Thank you in advanced!01:15
wadQuestion: What tool should I use to clone my drive? partimage, or dd, or something else? I want to include the MBR too.01:16
wadThe disk is dual-boot, to Windows 8.1. So yes, it is UEFI.01:16
Bobbo__eeee: So I'm in testdisk, and I have like no idea what I'm doign here. :)01:16
phill_anyone know what kernel parameters can be passed to a wifi interface.. specifically ath9k01:16
yeahnoobgeorge_: 'remmina' should meet your work.01:17
eeeeBobbo__: ok, sudo testdisk , select no logging, then select the hdd01:17
eeeethen select Intel > analyze01:18
george_@yeahnoob thank you. I'm going to test it.01:18
Bobbo__eeee: then quick search?01:18
eeeeyeah01:18
eeeelook for a 11-18gb ntfs partition01:19
gorelativehow can i sync trusty/main/installer-amd64/current/images to my local mirror ?01:19
Bobbo__eeee: fat32, linux and linux swap. =/01:19
eeeeno problem01:19
gorelativewhat would the deb line in my mirrors.list look like if im using apt-mirror01:19
eeeepress enter then > deeper search01:19
eeeeBobbo__: wait, press q, until you reach the menu with Intel01:20
Bobbo__eeee: there01:20
eeeeBobbo__: select whatever it was defaulted to, GPT maybe01:21
MetaliinuxiteGuys im runnin live ubuntu 14.xx i need to access files that are on the USB stick01:21
Metaliinuxitehow do i do that01:21
Bobbo__eeee: EFI system, unknown and linux swap. Quick search?01:21
eeeeyeah01:21
Metaliinuxitethe usb is not listed in the drives01:22
Bobbo__eeee: Got a 'MS data' partition and a continue button.01:22
eeeeok great, hopefully it's the recovery partition01:22
eeeetry to press 'p'01:22
eeeeto view the files01:22
Bobbo__Metaliinuxite: If you're running the try out of ubuntu from the flash drive you want to access, that gets mounted as /01:22
Bobbo__eeee: P does nothing? I guess I need to continue first. :P01:23
Bobbo__eeee: I continued, got another listing here for MS data with "[Recovery]" at the end of the line?01:23
eeeeok, great01:23
MetaliinuxiteBobbo__ : can't see my files in root01:23
eeeepress p01:24
Bobbo__eeee: Got like ls -la output, with recovery and sys vol info01:24
eeeeis there a bunch of stuff like EFI recovery01:25
Metaliinuxiteeeee did you lose system reserved?01:25
eeeeMetaliinuxite: no, im good01:25
=== Raz_a is now known as Raz0r
Bobbo__eeee: In where, sorry?01:26
eeeeBobbo__: in the partition01:27
eeeedoes it look like the recovery partition? search for a file that is called install.wim , or something similar01:28
eeeewhat's the size of the partition btw?01:28
Bobbo__I got a bunch of install[0-9]+.swm files in this Recovery directory.01:28
eeeewhat's the size?01:29
Bobbo__Um, I'm not sure, looks like 23304192 ?01:29
Bobbo__for the partition.01:29
eeeelook at the bottom line, next to NTFS01:30
Bobbo__oh, how convenient! XD01:30
Bobbo__11GB01:30
eeeeok looks like the recovery partition01:30
gorelativehow can i sync trusty/main/installer-amd64/current/images to my local mirror ?what would the deb line in my mirrors.list look like if im using apt-mirror01:30
TJ-.swm == Split Windows iMage files01:30
Bobbo__You're a wizard harry?01:30
Bobbo__eeee: So what, I need to copy this data out?01:31
eeeeTJ-: i'm familiar with using dism to extract a .wim file01:31
eeeeBobbo__: do you have any ntfs partition on your hdd right now?01:32
TJ-Bobbo__: simpler that that; let testdisk recreate this partition and partition table entry, allow the existing Ubuntu install to be blown away, then boot the system with this recovery file-system to reinstall Windows... so you can do the BIOS upgrade.01:32
TJ-eeee: see http://paste.ubuntu.com/8314003/01:32
TJ-eeee: Pure Ubuntu install for UEFI01:32
eeeeyeah if you don't mind ubuntu that would be better01:33
razieliyoxserver-xorg-core:i386 not available in my repos01:33
razieliyo=S01:33
=== peter is now known as Guest58367
TJ-Bobbo__: Once you've got Windows and done the BIOS update, shrink the Windows partition to a minimal size but leave it in place, and install Ubuntu alongside it. That way you have an emergency fall-back in case of future windows-only tool requirements01:34
Bobbo__eeee: no01:34
eeeedo you have anything you need from this ubuntu installation?01:34
Bobbo__eeee: no01:34
eeeeso you're ok with erasing it?01:35
Bobbo__eeee: nuke away! How do I get it to recreate the partition?01:35
eeeeBobbo__: use the right arrow01:35
eeeeto select it01:35
Bobbo__Okay, I got another partition selected with no name... Looks like the UEFI partition from the size (512MiB), do I want to keep that selected?01:36
eeeeyeah01:36
eeeei was about to tell you to leave it01:36
TJ-eeee: Bobbo__ lets hope these don't overlap01:36
Bobbo__TJ-: wat?01:37
eeeethey shouldn't though right, cuz efi is at the start, recovery the very end?01:37
TJ-Bobbo__: The current ESP was created by Ubuntu; the original ESP would likely have been a different size, and the Recovery partition likely followed it - so if the original ESP were smaller than the current, that Recovery Partition might now start inside the ESP01:38
TJ-eeee: Is Recovery at the end? most I've seen have it at the front, before the bootable Windows partition01:39
Bobbo__It's at the end01:39
TJ-Bobbo__: Good :)01:39
Bobbo__In between the two I've got a 925GiB partition01:39
eeeeit's not going to boot anyways, don't wanna be a party pooper :) bu ti doubt it01:39
eeeeyou're going to have to extract it yourself, most likely01:40
=== goldenfox is now known as Guest71240
TJ-eeee: We can extract the EFI boot loader from the Recovery partition, and stick it in the ESP as "/EFI/BOOT/BOOTx64.EFI" and that should be enough01:40
DramorsHey people, quick question: I'm on 14.04, on top of which I installed gnome 3 (the one provided by the official repos). I want to have it so when I press ctrl+alt+l I will get the same lockscreen I get in unity. Is that possible?01:41
eeeeTJ-: that would be awesome then!01:41
Bobbo__eeee: TJ-: Okay, now like a nub for me? :P01:41
eeeeBobbo__: press enter01:42
TJ-Bobbo__: The Recovery file=system contains everything needed to reinstall Windows, but in addition it is itself a minimal bootable Windows installation, so we should be able to get the bootmgr.efi out of it, and put it in the ESP as /EFI/BOOT/BOOTx64.EFI, which means the firmware will find it and use it to boot from the disk drive01:43
eeeeyou'll get a list of the partitions, should have the efi and recovery partitions, then press write01:43
Bobbo__So I should deselect this UEFI partition that's selected atm?01:43
Baakofile_put_contents(/var/www/laravel/app/storage/meta/services.json): failed to open stream: Permission denied01:44
Baakoi have done chmod -R 755 /app/storage/*01:44
eeeeno, we're going to plug the bootmg file from the recovery partition in the efi you have01:44
Baakobut still getting the permission error01:44
razieliyohi01:45
swift110_http://anthonyvenable110.wordpress.com/2012/04/03/why-i-feel-that-linux-has-better-security-than-windows-updated-version-2/01:45
razieliyoI just wanted to say that my problem is solved01:45
TJ-Bobbo__: You should have the first partition showing something like this: "1 P EFI System                  2048     526335     524288 [EFI System]"01:45
razieliyoI just messed it up with libs later trying to run some code of mine with opengl =D01:45
razieliyofirst time on 64 bits system... still too weird to me01:45
Bobbo__eeee: So then select write to write that recov partition?01:45
eeeeyeah01:46
Bobbo__hurmm01:46
Bobbo__a valid ntfs boot sector must be present in order to access any data; even if the partition is not bootable01:46
Bobbo__I should screenshare this, might make it easier?01:46
DramorsAh nvm, I used better searched terms in google and solved this myself01:47
TJ-Bobbo__: That sounds like the start of the partition got over-written, so it lost the BPB in sector 001:47
Bobbo__What's BPB?01:48
TJ-Bobbo__: BIOS Parameter Block; data at the start of Windows file-systems that describe its layout01:50
Bobbo__Oh.01:50
Bobbo__TJ- / eeee: So what do? O_o01:51
Ademan_TJ-: thanks01:51
eeeeBobbo__: i'd write it01:52
TJ-Bobbo__: It should be telling you about the "Boot sector" and "Backup boto sector" - is it?01:52
Bobbo__TJ-: It said both were okay.01:52
Bobbo__sectors are identical... Then what I said earlier about the NTFS boot sector being present.01:53
TJ-Bobbo__: really? YAY! OK, it's just an informational warning then... carry on01:53
Bobbo__uhh, I got five options, quit, list, rebuild bs, repair mft and dump ?01:53
TJ-eeee: Are you able to give guidance here? I can't test this I was running it on a good live disk :)01:54
eeeewell, when i did it, i ran rebuild bs01:55
TJ-eeee: "bs" being "boot sector" ?01:55
eeeeyeah01:55
Bobbo__Rebuilding boot sector then!01:56
iampaul83is there a way of making a custom application that i create to run as a service or deamon at start up?01:56
eeeeTJ-: ?01:56
Bobbo__eeee: dump, list, quit?01:56
eeeelol, quit i guess :)01:56
Bobbo__I'm back at the menu I was before... Fully quit?01:56
TJ-eeee: I find all these "quits" disconcerting ... I'd prefer "back" :)01:56
Bobbo__I know, I found it confusing at first.01:57
TJ-Bobbo__: At some point you'll need to write the currently in-memory partition table to disk01:57
Bobbo__Um01:58
Bobbo__I thought I done that by selecting write earlier?01:58
plexHi everyone. I installed 2 new 4tb HDD in my tower today for media storage. They are both ext4 and have them mounted through fstab. Any idea why I would be struggling to get 7mb/s transfering between them over sata?01:58
eeeeBobbo__: i think he means restart the pc01:58
TJ-Bobbo__: OK... I missed that, I was outside01:58
TJ-Bobbo__: Once you've finished with testdisk we'll need to hunt the EFI bootmgr file and install it to the ESP01:59
eeeeTJ-: was rebuilding the boot sector the proper choice?01:59
eeeei lol01:59
TJ-eeee: I hope so! that was the boot sector for the NTFS recovery partition02:00
eeee*lol'd cause i was waiting for you to say something about it first02:00
TJ-eeee: blind leading the very tired and blind, here :)02:00
Bobbo__Yeah, I'm tired... I should really be asleep but I really want this working. =/02:00
Bobbo__So....02:02
Bobbo__It says I have to reboot for the change to take effect, which makes sense I guess.02:02
plexdoes anyone know why transfer rates between internal HDD's would be really slow?02:04
pasw12hello! what you discuss?02:05
plexi'm on ubuntu 14.04 if that helps at all?02:06
Bobbo_<Bobbo__> So....02:07
Bobbo_<Bobbo__> It says I have to reboot for the change to take effect, which makes sense I guess.02:07
Bobbo_<Bobbo__> \o/02:07
Bobbo_<Bobbo__> eeee: Got a recovery partition mounted, so far so good... So I guess I can look for the efi file now.02:07
eeeeyeah02:08
TJ-Back... we thought we heard intruders02:08
Bobbo_Well that was easy.02:08
Bobbo_bootmgr.efi02:08
eeeeBobbo_: find /path/to/recovery -iname "bootmgfw.efi"02:09
eeeeor "*.efi"02:09
TJ-Bobbo_:  OK, create a mount point for the ESP "sudo mkdir /efi" then "sudo mount /dev/sda1 /efi"02:09
eeeeTJ-: is that the file?02:11
eeeecause i have bootmgfw.efi in my /EFI/Microsoft/Boot02:11
eeeeas well as bootmgr.efi02:11
Bobbo_Well.... I'll run the find command now that I've got it remounted.02:11
eeeeand efibootmgr -v shows bootmgfw.efi as being used02:11
Bobbo_http://paste.ubuntu.com/831483802:13
TJ-eeee: Bobbo_ Checking here... but Windows Disk Management doesn't allow access to the ESP!02:13
eeeeTJ-: he can use diskpart to mount it, i think02:13
TJ-eeee: No need I hope02:13
TJ-Bobbo_: That pastebin; is that of the contents of the Recovery file-system partition?02:14
Bobbo_find /efi -type f -iname '*.efi'02:14
TJ-Bobbo_: You mean that's from the *existing* ESP!?!02:14
=== shout-user13 is now known as olivierrrrr
eeeewhy's the recovery mounted in /efi ?02:14
Bobbo_Because TJ- told me do that just now, eeee ?02:15
eeeeno he said to mount the esp02:15
eeee:)02:15
Bobbo_TJ-> Bobbo_:  OK, create a mount point for the ESP "sudo mkdir /efi" then "sudo mount /dev/sda1 /efi"02:15
Bobbo_I done those two commands.02:15
TJ-Bobbo_: I meant for the ESP to be mounted at /efi/  ... hmmm, it looks like the partition numbers have been changed to be out-of-order!02:15
TJ-Bobbo_: OK, first "pastebinit < <(sudo parted /dev/sda unit s print)"02:16
HikaruBGguys, why I can't type anything in the #mysql channel?02:16
TJ-eeee: At least we know the Recovery image has a file for 'simple' UEFI removable media boot already in place02:17
eeeeHikaruBG: probably because you need to be registered02:17
Bobbo_TJ-, eeee: http://paste.ubuntu.com/831486602:17
_unreal_HikaruBG, is your handle (name) registered02:17
TJ-Bobbo_: eeee Argghhhh02:18
eeeewhat's up?02:18
=== rrrre445534 is now known as the_mighty_bogan
HikaruBG_unreal_, yes  it is02:18
TJ-Bobbo_: The testdisk operation didn't preserve the existing ESP, the GPT now only has the Recovery partition02:18
_unreal_then what is happening, are you getting a message from the channel saying:          can not send to channel?02:19
Bobbo_TJ-: Right02:19
_unreal_if so then there is a channel mode set not allowing you to type and there is nothing you can do about it. unless you are voiced or allowed to talk by an admin (channel op)02:19
=== qqq is now known as Guest81827
HikaruBG _unreal_ yes, the message is the same, and I re-sent my identity credentials to nickserv, so I can type now02:20
HikaruBGthanks!02:20
_unreal_good,02:20
TJ-Bobbo_: eeee Let's gamble here, that the UEFI firmware knows how to read NTFS. On that assumption we can change the partition type of the single NTFS partition from "msftdata" to "EFI System Partition" and - if we're really lucky - the firmware will boot from it into recovery02:20
eeeesounds good02:21
Bobbo_TJ-: You sound like a computer ninja, how do I do that? :D02:21
TJ-Bobbo_: Break hundreds of systems... then repair them :p02:22
Bobbo_=/02:22
eeeegdisk would be the weapon of choice ? :D02:22
Bobbo_I dislike breaking stuff. XD02:22
Bobbo_So... gdisk? O_o02:23
ponAhey guys, i just want to know if there is a way to somehow get the output of a terminal transferred via serial port and then transfer the input back02:23
eeeeBobbo_: i think so, sudo gdisk02:24
eeeepress 't' , then select the first partition02:25
ponAmy idea is that i could start a NAS located at my home with the raspberry pi over the internet, then enter the password to decrypt the data and use it as an online storage02:25
TJ-Bobbo_: WE can use sgdisk --typecode02:25
eeeeenter ef00 as the hex code02:25
Bobbo_Wait what02:25
TJ-Bobbo_: Or go with eeee and do it manually :)02:25
Bobbo_Which one am I doing?02:25
eeeedo sgdisk02:25
_unreal_ponA, your talking about doing vnc?02:25
TJ-Bobbo_: I was about to give you the scripted version of what eeee is taking you through manually; carry on02:26
ponA_unreal not really vnc, more like those really expensive kvm server expansions, so you get a console and can input stuff over the network02:27
Bobbo_wait02:27
Bobbo_so02:27
_unreal_ponA, are you looking to access a storage location like it was a network storage only over the internet?02:27
Bobbo_eeee: TJ- sgdisk --typecode ?02:27
Bobbo_Anything else?02:27
TJ-Bobbo_: Ignore my suggestion, follow what eeee  is telling you02:27
eeeeBobbo_: sgdisk --typecode:/dev/sda1:{ef00} ?02:27
eeee( going by the man page )02:27
_unreal_or are you looking to have console access ssh?02:27
eeeesorry02:27
eeeeBobbo_: sgdisk --typecode:/dev/sda1:ef00 ?02:28
eeeelol :)02:28
Bobbo_well02:28
Bobbo_That might of worked?02:28
Bobbo_(with no ?, obviously)02:28
ponA_unreal i have the raspi on the internet 24/7,so far it works as a little webserver02:28
eeeerun parted again and see what it says02:29
TJ-Bobbo_: eeee I think it should have been "sudo sgdisk --typecode=1:EF00"02:29
ponA_unreal now i want a bigger NAS which uses ubuntu to be connected to the internet02:29
ponA_unreal i want to start the NAS device over the internet which would normally require to press a button or use wake on LAN02:29
Bobbo_TJ-, eeee: http://paste.ubuntu.com/831495202:29
ponA_unreal but it is encrypted, so i will have to enter the password and username02:30
_unreal_ok last time, WHAT are you planning to do with it? file access? ssh console access?02:30
eeeeyeah, that's a negative02:30
TJ-Bobbo_: The full command should be "sudo sgdisk --typecode=1:EF00 /dev/sda"02:30
Bobbo_Says the new partition table will be used at next reboot... Reboot time?02:31
TJ-Bobbo_: Then do "sudo sgdisk --print /dev/sda"02:31
TJ-Bobbo_: No02:31
ponA_unreal so i was just wondering if there is a way to use the serial port of the raspberry pi to boot up the ubuntu system02:31
_unreal_Omg.02:31
booteshello.  Bit of an issue i have.  I have a 12.04 sever running under virtualbox.  I did a do-release-upgrade, and from what I saw..it went without a problem.  No errors.   However when I boot it,  the grub menu displays *ubuntu and Advanced Ubuntu options02:31
TJ-Bobbo_: The PT hasn't changed in a way that will affect the OS02:31
TJ-Bobbo_: verify the partition type is now EFI system partition02:32
Bobbo_TJ-, eeee: http://paste.ubuntu.com/831495602:32
bootesIf I select the first one, it boots into the initramfs promnpt02:32
_unreal_ponA, so you want to use your rasPI to send a wol signal to an ubuntu computer.02:32
Bobbo_TJ-: That looks right, right?02:32
erick__How can I enter bash commands into terminal without a script? Ex: $test = "test"02:33
ponA_unreal_ the problem is, that the ubuntu computer is encrypted, i would need the raspberry pi to send keyboard inputs to the ubuntu system02:33
_unreal_ponA, if I was you and your looking to use one system to deal with an other.. I would suggest setting up a router with OPENWRT02:33
somsiperick__: you type them. But that command does not have correct syntax02:34
_unreal_that way you have a very mature softare platform, very secure and you can add just about any function you could think of.02:34
TJ-Bobbo_: Yes it does, let's hope the UEFI firmware will read NTFS - EFI SP is generally supposed to be only FAT32 and quite small! Try a reboot02:34
erick__somsip: Thanks!02:34
ponA_unreal_ i can start the ubuntu server with WOL but then i run into the encryption problem02:34
Bobbo_Okay, do I need to do anything fancy at boot-time or do I just let it boot from the HDD?02:34
TJ-Bobbo_: just ensure it tries to boot the HDD from the boot menu02:35
ponA_unreal_ can i ssh into a machine before any other user is logged in?02:35
_unreal_ponA, if your trying to access your encrypted server which is behind a router and must be accessed by a second computer behind the router. it would be wise to setup the router with openwrt and cut out the middle man. that way you have less ports to foward and less hassle02:36
_unreal_?02:36
Bobbo_TJ-: Selecting the HDD to boot from at start up drops through to booting from the USB, somehow? O_o02:36
erick__somsip: What about test = "/proj/"02:37
TJ-Bobbo_: Could be it doesn't like it so looks to the next device. I said it was a long-shot, to save a lot more set-up work02:37
erick__somsip: I type it in and am told that test is not a command02:37
Bobbo_eeee: TJ- Yeah, no dice 'ere.02:37
TJ-Bobbo_: OK, "Try Ubuntu" again *sigh*02:37
ponA_unreal_ this might be a dumb question as i am new to linux but if i have network access to the ubuntu server, can i just use ssh if it boots up before entering any passwords locally?02:37
somsiperick__: your syntax is still wrong. Find a basic guide on bash commands to help you02:37
Bobbo_TJ-: There.02:38
TJ-Bobbo_: OK, we have to regain the lost real ESP :)02:38
_unreal_ponA, you have lost me.... can any one else help ponA ? I have suggested that if he wanted to access an encrypted computer that is on his local network. using one computer behind his router to then access the other computer with the encription would be better done using a router with OPENWRT. and set every thing up from the direct source.02:38
Bobbo_Back to listdisk?02:38
TJ-Bobbo_: This means fiddling with the current partition table again to move the Recovery partition entry from #1 to #2, so we can recreate #1 to point to the real ESP02:39
_unreal_yes02:39
TJ-Bobbo_: No; we'll do this the guru's way :p02:39
_unreal_yes you can ponA so long as you have an SSH server installed, or if you prever vnc02:39
spearheadponA, yes you can ssh into a server without having anyone logged in localy02:39
_unreal_prefer02:39
eeeeTJ-: how does it know which file to boot? i mean shouldn't we add the .efi to efibootmgr ?02:39
TJ-Bobbo_: less chance of a cock-up :)02:39
Bobbo_I feel like I should be wearing white, TJ-.02:39
stephen123sorry name change ..  Any help with an initramfs issue?02:40
ponA_unreal_ okay, thats cool, so i just need to send the WOL signal and choose a strong password to establish a secure SSH connection and enter my password02:40
ponAthat's cool :)02:40
TJ-Bobbo_: You should :)   eeee Godd point, I was forgetting everything was offset to /Recovery/RicaTools/02:40
_unreal_ponA, trying to add ssh access in a complicated method as your describing using multi computers behind a router over the internet is not going to happen easy, especially with your idea of a method.02:40
TJ-Bobbo_: You fancy one more reboot test before we engage surgical gowns?02:41
_unreal_sort of02:41
Bobbo_Yes.02:41
spearheadponA, if the NAS is going to be open to the internet I would disable password login via ssh and go with a key encryption over ssh it is much more secure02:41
=== Steve_Jobs is now known as Steve_Jobes
_unreal_ponA, first do you have an ssh server installed on that computer, second do you know the syntex to access an SSH server?02:41
TJ-Bobbo_: "sudo mkdir /efi/" then "sudo mount /dev/sda1 /efi"02:41
Bobbo_Let's try some more erroneous hacking before scrubbing up.02:41
=== Steve_Jobes is now known as Steve_Jobs
Bobbo_TJ-: Aye.02:42
_unreal_also, is wake on lan setup in your ubuntu servers bios? you will also need sleep/suspend setup  working in the bios and in the ubuntu os its self02:42
ponA_unreal_ ssh would be easy with portforwarding and so on, i logged into my raspberry pi several times but i thought it would have to be "unlocked" locally first02:42
TJ-Bobbo_: Then "sudo mkdir /efi/EFI/" followed by "sudo cp -a /efi/Recovery/RicaTools/* /efi/EFI/"02:43
=== justinS_ is now known as jhsimpson
Bobbo_What does -a do for cp? O_o02:43
ponA_unreal_ i still could use the raspberry pi to just "push" the power button of the server02:43
_unreal_Bobbo_, : man cp02:43
Bobbo__unreal_: I know, but it was running the command and cba for tmux, lol.02:44
Bobbo_TJ-: Done!02:44
TJ-Bobbo_: Then "ls /efi/EFI/" should show the files have been copied in - "cp -a" is an archive, recursive directories, copy02:44
Bobbo_Ya, looks like it02:44
SP33Dhow to remove network device02:44
TJ-Bobbo_: looking at your previous pastebin you should see all the same entries as are shown there under "/efi/Recovery/RicaTools/" - http://paste.ubuntu.com/8314838/02:44
SP33Dthats not in interfaces02:44
TJ-Bobbo_: You've simply made copies under "/efi/EFI/"02:45
Bobbo_TJ-: ya02:45
spearhead!details | SP33D02:45
ubottuSP33D: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)02:45
_unreal_ponA, if you now all that then why are you asking these questions?02:45
TJ-Bobbo_: I think I made a boo-boo there02:45
=== lilly is now known as Guest65824
Bobbo_TJ-: You mean a Bobbo ? :D02:45
TJ-Bobbo_: Yes, copied one directory too deep LOL02:45
TJ-Bobbo_: "sudo mv /efi/EFI/* /efi/"02:46
ponA_unreal_ i did not know that you could just ssh into a machine, i thought you would have to be logged into it locally first02:46
_unreal_no02:46
eeeeTJ-: why aren't we just adding /recovery/Ricatools/..efi to the efibootmgr ? as is02:46
eeeei mean we're going to have to add that line anyways right02:46
TJ-Bobbo_: then show me "pastebinit < <(find /efi/)"02:47
_unreal_ponA, correct, so long as the ssh server is started up, and the computer has a network connection you can ssh02:47
TJ-eeee: Because "/efi/boot/bootx64.efi" is the 'simple' path that the UEFI firmware will look for on a device to boot it without a custom boot menu entry - as used for removable devices particularly02:47
spearheadponA, now, if you don't have anyone logged in locally then the user's home directory will not be decrypted by default if you selected to encrypt home directories when you installed ubuntu02:47
Bobbo_TJ-: http://paste.ubuntu.com/831507002:48
TJ-Bobbo_: "sudo rmdir /efi/EFI"02:48
ponA_spearhead_ but i could decrypt them via ssh, right?02:49
ponAomg i mess up the names, sorry spearhead :)02:49
Bobbo_TJ-: Aye02:50
spearheadponA, yes, i don't remember the command right now but I will look it up, but after you logged in over ssh you would run a command which would decrypt the home directory.02:50
_unreal_spearhead, you have been spearheaded02:50
TJ-Bobbo_: eeee This is relying on: "Boot loaders can also be automatically detected by the UEFI firmwares, to enable booting from removable devices. Auto-detection relies on a standardized file path to the operating system loader, depending on the actual architecture to boot. Format of the file path is defined as <EFI_SYSTEM_PARTITION>/BOOT/BOOT<MACHINE_TYPE_SHORT_NAME>.EFI, e.g. /efi/BOOT/BOOTX64.EFI"02:50
ponAspearhead no need to look it up, i havent got the ubuntu machine yet02:51
TJ-Bobbo_: "sudo umount /efi" then try  reboot and hope :)02:51
_unreal_ponA, if you have like a large key file then you just keep a thumb drive with you with the data you need for decription02:51
Bobbo_TJ-: no dice02:51
TJ-Bobbo_: *sigh*02:52
Bobbo_booting into live usb02:52
ponA_unreal_ but it would not work if i want to decrypt via internet, or does it?02:52
TJ-Bobbo_: OK, we'll recover the ESP Ubuntu created02:52
spearhead_unreal_, it isn't even that complicated... if I remember right after you log in over ssh you run a command and it asks for your login password then decrypts the home directory like normal02:52
_unreal_spearhead, I'm talking about if he has like some huge hash key code02:53
_unreal_256bit blaa blaa blaa02:53
spearheadyou would only need that if you are doing key authentication for ssh...02:53
spearheadand you should be using at least 2048 bit for that...02:54
Bobbo_TJ-: So, listdisk? XD02:55
TJ-Bobbo_: testdisk? No! We'll do this properly!02:55
Bobbo_um yeah02:55
Bobbo_that one02:55
Bobbo_Okay02:55
Bobbo_hang on02:56
* Bobbo_ dons lab coat02:56
spearhead_unreal_, ponA, it looks like the command is ecryptfs-mount-private02:57
=== Gnomethrower is now known as Dogecoin
=== Dogecoin is now known as Gnomethrower
=== spearhead is now known as namecoin
TJ-Bobbo_: "sudo parted /dev/sda unit s mkpart primary 2048 1050623"02:58
ponAspearhead thx, i'll note that! can't wait for my hardware to arrive :)02:58
=== namecoin is now known as spearhead
Bobbo_TJ-: update fstab? O_o02:59
TJ-Bobbo_: Errr, no02:59
samthewildoneTJ-, Hey03:00
samthewildoneo/03:00
Bobbo_TJ-: It says too. :303:00
Bobbo_well, may need too.03:00
Bobbo_Anyway03:00
TJ-Bobbo_: now I'm figuring out the command to transpose the 2 partitions you should now have, using sgdisk. Can you show me "pastebinit < <(sudo parted print)"  in the meantime?03:01
spearheadponA, it also looks like if you login via ssh and before you run that command you edit your $HOME/.profile and add ecryptfs-mount-private to the end of that file then it will automatically ask for your password and decrypt your home directory03:01
ponAspearhead, thats even nicer!03:02
TJ-Bobbo_: First let's change the type of the Recovery partition back to msftdata (0700) with "sudo sgdisk --typecode=1:0700 /dev/sda" then check that yourself with "sudo parted /dev/sda print" to make sure that is done03:02
Bobbo_TJ-: Forget the parted thing then?03:03
TJ-Bobbo_: show me it once you're done :)03:03
Bobbo_So change the type then do it?03:04
spearheadponA, I would test it but the only server that I have that has encrypted home directory has my user logged in locally and I would have to swap around monitors and keyboards to logout to test it...03:04
TJ-Bobbo_: I don't want to take steps without verifying the state of the partition table is what I assume it to be03:04
TJ-Bobbo_: Yes, please03:04
_unreal_spearhead, cant vnc?03:05
Bobbo_TJ-: http://paste.ubuntu.com/831514203:05
_unreal_or rather dont have vnc setup on that computer?03:05
sydneyWhen will 14.04.2 be out?03:05
spearhead_unreal_, nope, ubuntu server, no gui03:05
ponAspearhead no problem, i'll test it if my hardware arrives, if it does not work i'll come back here...03:05
TJ-Bobbo_: Good, now let's make #2 an ESP: "sudo sgdisk --typecode=2:EF00" then check that #2 is shown as an EFI System Partition03:06
samthewildonehttps://plus.google.com/107174506890941499078/posts/Nr6jWDhQA1Z03:06
Bobbo_TJ-: What device for that sgdisk command?03:07
TJ-Bobbo_: Arggh!! "/dev/sda"03:07
TJ-Bobbo_: getting tired here... almost dawn03:08
Bobbo_I know. :303:08
Bobbo_That says it completed successfully!03:08
eeee6am here, somehow cereals are cheering me up big time03:08
_unreal_11pm03:08
=== Gnomethrower is now known as Gnome
Bobbo_4AM03:08
=== Gnome is now known as NotGnomethrower
Bobbo_TJ-: Next? :)03:09
TJ-Bobbo_: 04:08 here OK, now lets check the fat32 file-system is valid. "sudo fsck.fat /dev/sda2"03:09
Bobbo_Um, it looks valid?03:10
TJ-Bobbo_: It should be; I took the start/end sector numbers from your earlier pastebin03:10
Bobbo_which one?03:10
TJ-Bobbo_: Good ... now we can mount it and add the boot files03:10
TJ-Bobbo_: This one http://paste.ubuntu.com/8314003/03:11
Bobbo_um, no03:11
Bobbo_TJ-: http://paste.ubuntu.com/8315182/03:11
TJ-Bobbo_:  Looking good :) now do "sudo kpartx -a /dev/sda" followed by "pastebinit < <(cat /proc/partitions)"03:12
Bobbo_TJ-: http://paste.ubuntu.com/8315194/03:13
TJ-Bobbo_: Going well :) ... "sudo mkdir -p /mnt/efi /mnt/rec"03:15
TJ-Bobbo_: Then "sudo mount /dev/sda1 /mnt/rec" and "sudo mount /dev/sda2 /mnt/efi"03:15
Bobbo_aye03:16
TJ-Bobbo_: "sudo cp -a /mnt/rec/efi/* /mnt/efi/" then "pastebinit < <(find /mnt/efi)"03:18
Bobbo_TJ-: http://paste.ubuntu.com/8315217/03:19
TJ-Bobbo_: I done it again! Let's fix my mistake: "sudo mv /mnt/efi/boot/* /mnt/efi/EFI/BOOT/"   and "sudo mv /mnt/efi/microsoft /mnt/efi/EFI/"03:21
=== NotGnomethrower is now known as GT|Work|away
TJ-Bobbo_: then let me check I got it correct this time: "pastebinit < <(find /mnt/efi)"03:22
ponAjust out of curiosity as i am just learning about linux file systems... apparently you can unmount /home, then cd to /home and use ls to list all the data that is there (which is empty). what will happen if you use mkdir foo to make a directory in your unmounted /home directory?03:22
Bobbo_TJ-: http://paste.ubuntu.com/8315261/03:23
eeeeTJ-: that's odd, how does it have the /EFI/ubuntu/ files there?03:23
TJ-ponA: You're not doing it in the unmounted file-system, you're doing it the parent file-system. When you re-mount the /home file-system it will 'hide' "/home/foo" until you unmount /home again03:23
BlasterHey I'm auditing a system and there's a user that can execute sudo without password, but he's not in the sudoers file, or a part of a sudo group.  How can this be?03:23
neutrinoponA: it will jsut be there .. and disapear when you mount home again03:24
eeeeisn't this a fresh ESP, with all the files from the /recovery ?03:24
BlasterNevermind. I see that he has a file in the /etc/sudoers.d directory.03:25
TJ-eeee: Bobbo_ had installed 14.04 on the hard disk already; the problem we're trying to fix is that his Toshiba laptop UEFI will not save and keep the Ubuntu boot menu entry. All this work is so Bobbo_ can use Windows (which he'd earlier wiped completely) to install firmware updates that may fix the issue!03:25
eeeeyeah i know, but i mean the files, on the new esp, how is /efi/ubuntu/grubx64.efi there?03:26
eeeei mean didnt you just create the esp, and copy the files from the recovery ?03:26
TJ-eeee: Because all I did was recovery the ESP at the start of the disk that testdisk had removed when it rescued the Recovery partition03:26
eeeeoh ok, i thought you created a new one03:26
eeeeinteresting03:27
eeeeso if you specify the sectors, it'll just create a partition and whatever is already there is there?03:27
TJ-Bobbo_: I just want to triple-check that the "/mnt/efi/EFI/BOOT/BOOTx64.EFI" is the Windows version, by testing its checksum: "md5sum /mnt/efi/EFI/BOOT/BOOTx64.EFI  /mnt/rec/efi/boot/bootx64.efi"03:28
TJ-eeee: correct03:28
TJ-Bobbo_: That command should calculate checksums on those 2 files, and the checksums should be identical03:28
Bobbo_they match03:29
TJ-eeee: remember when we edit a partition table, we're just editing pointers, not the data in the area of the disk they point to03:29
TJ-Bobbo_: Yay!03:29
TJ-Bobbo_: "sudo umount /mnt/{rec,efi}"  .... and try another reboot!03:29
Bobbo_Take a guess03:30
TJ-Bobbo_: No dice?03:31
Bobbo_Aye03:31
TJ-Bobbo_: well that's a ^&%%!03:31
eeeeTJ-: i see03:31
Bobbo_circumflex ampersand percent percent?03:32
Bobbo_:P03:32
TJ-Bobbo_: Does the Toshiba boot manager have an entry to get into a UEFI Shell? Most 'good' UEFI do, and that shell is extremely powerful and can allow you to manually bot anything03:32
Bobbo_um03:33
Bobbo_There's a UEFI shell?03:33
ios-7-melReading package lists... Error!03:33
ios-7-melE: Unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en (1)03:33
ios-7-melE: The package lists or status file could not be parsed or opened.03:33
eeeegood old circumflex ampersand percent percent, i use that one in traffic jams mainly :)03:33
TJ-Bobbo_: I'm guessing they've cut it out, to stop users having control over their own systems03:33
Bobbo_I can get into grub shell?03:33
Bobbo_TJ-: wouldn't surprise me after what I read when looking for service manuals...03:34
ios-7-melplease help an error accord03:34
ios-7-melReading package lists... Error!03:34
TJ-Bobbo_: No, UEFI has a powerful shell that can load device-drivers, read file-systems, and allow manual booting of boot managers03:34
=== Obiwantje2 is now known as Obiwantje
ios-7-melE: Unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en (1)03:34
ios-7-melE: The package lists or status file could not be parsed or opened.03:34
TJ-!patience | ios-7-mel03:34
ubottuios-7-mel: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/03:34
ios-7-melsry and thanks03:35
Bobbo_So... What now exactly?03:35
TJ-Bobbo_: Can we throw it at the wall?03:35
Bobbo_=/03:35
Bashing-omios-7-mel: Try: sudo rm -fr /var/lib/apt/lists , sudo mkdir -pv /var/lib/apt/lists/partial , sudo apt-get update , sudo apt-get upgrade .03:35
eeeeBobbo_: https://neosmart.net/blog/2012/windows-8-recovery-disk-download/03:36
bSun0000hello guys, can someone help me with radeon driver? i have problem with hardware acceleration for h264 codec - no support in vdpauinfo :( only MPEG..03:36
bSun0000but my gpu (hd3850) have support for h264/vc1 (it works on windows)03:36
bSun0000wiki/RadeonFeature says, that radeon driver for my card can decode h264 (and i have updated firmware n fresh kernel), but..03:36
bSun0000trying to achieve full video decoding for several days in a row, but without success (03:36
bSun0000vdpauinfo http://pastebin.com/pFVwyQKn03:36
eeeethat's a recovery usb, it'll give you a command prompt, use diskpart to mount the partitions, and dism to extract the image with the right index03:36
bSun0000dmesg | grep radeon http://pastebin.com/tCPuXkkh03:36
TJ-Bobbo_: 2 choices - vcut your losses, install Ubuntu in legacy BIOS mode, but that'll probably prevent any future chance to get the Recovery image installed, which prevents firmware updates like the one we've been trying to facilitate, or 2) take a breather and try again when we're fresh03:37
eeeethen create the efi files03:37
Bobbo_eeee: When it says to burn to usb drives, that's basically just saying dd?03:37
eeeeBobbo_: never used it03:37
eeeei guess dd03:38
Bobbo_I'm thinking it might be easier to burn a win7 DVD from this iso I've got and then install Win7 to do this firmware patch.03:38
eeeeif you have a fast connection, it would be pretty easy to restore the pc03:38
TJ-Bobbo_: eeee We could do the same thing from the Ubuntu Live, but just create a USB stick with the UEIFI shell on it, which *would* boot since it is a true removable device. I suspect our problem here is that firmware doesn't look for the 'simple' boot-manager on fixed hard disks, only on removable media03:39
FuuqUmiistthe update manager is broken, how do i fix it? thanks03:39
Bobbo_It's 4:40 AM and I'm supposed to be working 'today', done fuck all 'yesterday' because of this laptop, lol.03:39
eeeelike if you knew the commands it would take about 20mins03:39
TJ-Bobbo_: Get some sleep, let's give it ago another time when we're all fresh03:39
TJ-Bobbo_: In that time I can create you a small bootable UEFI USB image that I have pre-tested to work03:40
eeeeactually it would take like 10mins tops03:40
Bobbo_I think installing in legacy mode would be much quicker, tbh. XD03:41
Bobbo_But; this is supposed to be a uni laptop (4 years of computer science), so something 'better' than that might be a good idea... But given how much of a pita it's been I might buy another.03:42
TJ-eeee: Have you ever bought and tried that?03:42
slash_Thi everyone, I am trying to install a .deb file and i get this error: ""dependency is not satisfiable: libqxmlrpc1""03:42
eeeebought and tried what?03:42
slash_TI know it is qt4 related, but how can I resolve this problem?03:43
TJ-eeee: Neosmart's recovery tool?03:43
eeeebought?03:43
eeeei thought it was for free03:43
eeeelol03:43
Bobbo_slash_T: Try sudo apt-get install libqxmlrpc1 and see why it won't install it03:43
eeeeno, i used the recovery usb that you can make on windows03:43
e87hdI am having issues with dns. Firefox and Midori are timing out very frequently saying that they cannot resolve hostnames03:43
e87hdhas anyone seen something like this before?03:43
eeeei thought it was free03:44
TJ-eeee: Yes, $20 minimum, $40 for Pro, and it is a Linux bootable device with custom tools on - I requested the source-code and they ignored me totally, and it didn't work!03:44
slash_TBobbo_: it says unable to locate libqxmlrpc103:44
=== alduin- is now known as alduin
FuuqUmiistis there a command to update the update manager or something?03:44
eeeeah no,03:44
eeeeif you have an iso03:45
TJ-eeee: I was trying it last winter to repair a Windows 7 installation... ended up doing it by hand03:45
=== sins-_h is now known as sins-
TJ-eeee: It made things worse, not better :(03:45
Bobbo_slash_T: That means either the package for the deb is requesting a package that doesn't exist in your repository lists. Google it, it might be in a separate PPA or in a future version of ubuntu (eg, if you're on Precise still).03:45
eeeeTJ-: i see03:45
Bobbo_s/either//03:45
TJ-Bobbo_: I think you get sleep now, give us some time to prepare, and then go again when we're all rested and alert03:46
Bobbo_Yeah, that sounds like a good idea.03:46
slash_TBobbo_: http://packages.ubuntu.com/search?keywords=libqxmlrpc1 this is all i could find03:46
TJ-Bobbo_: If you need to leave a msg, use MemoServ on here03:46
Bobbo_We will conquer this laptop, not only because I really like the vinyl sticker on the back but it cost my friend 27 quid to post it to me to borrow. :P03:47
Bobbo_slash_T: What version of ubuntu are you running?03:47
Bobbo_well, doesn't matter...03:47
TJ-slash_T: Is that on 14.04, and do you have the "Universe" section enabled?03:47
slash_TBobbo_: 12.0103:47
Bobbo_Basically what TJ- just said, you need to include packages from universe repos.03:48
Bobbo_sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ precise universe multiverse"03:48
Bobbo_That should work, I think.03:48
Bobbo_Well, you don't need the multiverse bit03:48
slash_TTJ-: I am running a live version of ubuntu 1203:48
TJ-Bobbo_: eeee good-night/morning! for now03:50
slash_Twow all done nice people, you have literally saved my freaked up hairy ass, thanks <303:50
slash_TIt is done nice and easy03:51
slash_Tbless you all03:51
Bobbo_Yes, sleepytime.03:51
slash_Tmay god keep you all from harms way people. You have no idea, how much you have helped me.03:52
slash_Tbye for now03:52
afidegnumI am stuck please ? I am trying to configure wsgi  and I am having error....  my apache.conf http://pastebin.com/9EnxMnBA I have an error WSGISocketPrefix cannot occur within <VirtualHost> section Action 'configtest' failed. what should I place?03:53
somsipafidegnum: spurious </IfModule> on line 49. No opening entry from what I can tell03:57
slash_Tsorry if i am disturbing you again, but the same command for trusty (14.04) would be     "sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe multiverse"    is that right?03:57
afidegnumsomsip: I don't get you03:58
somsipafidegnum: in fact, scrolling down it's all a bit of a mess. I suggest you tidy it up. You have </VirtualHost> on 44 and 62 and 81.03:58
eshamowquestion re libreadline-dev on precise - having trouble getting it to install as part of preseed.cfg, which works just fine in 10.04. i see libreadline, just not the -dev package. according to this it exists: http://packages.ubuntu.com/precise/libreadline-dev04:00
eshamowany tips?04:00
afidegnumsomsip: I was disc, are you there?04:03
somsipafidegnum: yes04:04
afidegnumsomsip: this is what I have done04:06
=== BQ_ is now known as BQ
shubhoBCM43142 does not show my wifi network but shows neibors wifi network04:08
sargaswhy is my font size so small on Ubuntu 14.04?04:09
afidegnumwhat do you think can be the issue   but I am still04:09
sargasthat was after a restart04:09
shubhoBCM43142 does not show my wifi network but shows neibors wifi network04:09
hollenjfanyone here from the houston tx area? pm me if u can chat04:10
somsipafidegnum: the structure of the conf file is all wrong. You need to fix it04:10
afidegnumhow should it be plesse?04:11
hollenjfhave something to ask that I dont want to put on a public channel04:11
somsip!pm | hollenjf04:11
ubottuhollenjf: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.04:11
somsipafidegnum: I'm not going to talk you through it step by step. You need to research what a Django apache conf file should look like or get some advice from the #django channel (or whatever it is)04:12
afidegnumsomsip: I asked them earlier, and they refered me to httpd the guy at httpd channel is rude and arrogant towards me04:13
soahcccHey guys. Any idea why `aptitude install ruby2.0` installs 1.9.3? It's not a virtual package so I'm confused :S04:13
sargas the following command fixed it for me:04:13
sargasgsettings set org.gnome.desktop.interface text-scaling-factor '1.0'04:13
sargasNow I wonder why that happened in the first place04:13
somsipafidegnum: you have not done a good job of editing the file. That's why I don't want to help you. As well as it being nothing to do with #ubuntu. So I'm done here04:14
somsip!info ruby | soahccc04:14
ubottusoahccc: ruby (source: ruby-defaults): Interpreter of object-oriented scripting language Ruby (default version). In component main, is optional. Version 1:1.9.3.4 (trusty), package size 5 kB, installed size 44 kB04:14
eshamowafidegnum: you are probably better off asking someone with django experience04:14
somsip!info ruby2.0 | soahccc04:14
ubottusoahccc: ruby2.0 (source: ruby2.0): Interpreter of object-oriented scripting language Ruby. In component main, is extra. Version 2.0.0.484-1ubuntu2 (trusty), package size 64 kB, installed size 123 kB04:14
eshamowthink of these as frameworks built atop each other - the closer you can get to your target the more knowledge you will find04:15
eshamowmore likely to find a django expert who can help you with apache on ubuntu than asking in the ubuntu channel about specific non-ubuntu tech04:15
somsipeshamow: I use django and he's made a mess of the conf. He needs help from the the #django channel, like you've said, and I've said. OT here04:15
afidegnumsomsip: can you please lend a hand? I have been trying to find a solution for more than 5 hours now, I haven't slept since midnight04:15
eshamowsomsip: ::nod::04:15
soahcccsomsip, so do I need to do something extra to get the "extra" or what am I missing here? :(04:16
eshamow!info libreadline-dev04:16
ubottulibreadline-dev (source: readline6): GNU readline and history libraries, development files. In component main, is optional. Version 6.3-4ubuntu2 (trusty), package size 0 kB, installed size 21 kB04:16
somsipsoahccc: are you on trusty 14.04?04:17
soahcccsomsip, yap04:17
somsipsoahccc: I don't use aptitude, but apt-get install ruby2.0 --dry-run gives exactly what I'd expect here. ruby2.0 libruby2.0 and rubygems-integration. Can you paste the output you get?04:18
soahcccsomsip, https://gist.github.com/2called-chaos/dbf41c821893e883ee85 I gonna try apt-get, hang on04:19
somsipsoahccc: no need. Try 'ruby2.0 -v'04:20
sargasif I install lubuntu desktop on my ubuntu 14.04, I'm just getting the UI modules right?04:21
soahcccsomsip, does not work :( and apt-get does show some "extra" stuff but it also installs 1.9.304:22
soahcccsomsip, it's weird "ruby2.0 is already installed at the requested version" but it's not there04:23
somsipsoahccc: maybe a bad guess by me. I expected it to be like python and python3 - different binaries. What was ruby<tab><tab> give you as candidates?04:24
soahcccsomsip, you may facepalm if you wish... it's right there ruby2.0 >.<04:25
somsipsoahccc: so it's ok?04:25
=== MistaMike is now known as Isiah
=== Isiah is now known as MistaMike
somsipsoahccc: afk now04:27
soahcccsomsip, yeah it works... thanks!04:27
jr_How do I add an environment variable?04:33
=== MistaMike is now known as Isiah
kiwi100jr_: use the export command04:34
kiwi100e.g. to set a proxy run04:34
kiwi100export http_proxy=172.16.16.104:34
kiwi100you can set these tings in your .bashrc file04:34
kiwi100so they persist04:35
jr_kiwi100: thanks04:35
kiwi100yw04:35
lotuspsychjemorning to all04:41
=== RedDeath is now known as Guest84663
lotuspsychjeis there a GUI package to manage services like CUPS?05:01
lotuspsychjei wanna be able to change upstart deamons in GUI05:01
FallAfternoon all, various aspects about my U05:07
FallAfternoon all, various aspects about my Ubuntu VM networking are concerning me - such as slow SSH connections, transfer of files, etc etc - I've changed the network interface adaptor to 1000E, as suggested in some forum threads... I feel that throughput hasn't increased / improved after doing such05:08
AlonzoTGSometime between my last job interview and the one I tried to have this morning, the ubuntu update stream broke and obfuscated the audio support for my eeepc. =(05:09
lotuspsychjeAlonzoTG: wich ubuntu version?05:09
Rockwoodwhat is the solution for failed to start session05:09
Rockwoodin ubuntu 14.0405:10
AlonzoTGThe link maze led me to https://code.launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/alsa-daily/+packages -- And I don't even know whether any of those will help me.05:10
AlonzoTG12.04 on 32-bit, machine has 4 gb internal storage and 8gb on a memory stick hanging off the side.05:11
foosmananyone know about raid1 setups?  I had one setup and tried to add another set of drives and now I can't boot to original sys.05:11
lotuspsychje!raid | foosman05:11
ubottufoosman: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto05:11
lotuspsychjeAlonzoTG: maybe try 14.04 on your eeepc05:12
AlonzoTGthe upgrade button just errors out on me very early in the process, there is 0 free storage...05:13
AlonzoTGeven after cleaning up after the mess the updater leaves behind.05:13
lotuspsychjeAlonzoTG: install it clean05:13
lotuspsychjeRockwood: you can try grub/recoverymode05:14
Rockwoodlotuspsychje: where to run this command?05:15
lotuspsychjeRockwood: hold shift at boot, and choose ubuntu (recoverymode)05:15
Rockwoodok let me try05:16
lotuspsychjeRockwood: after that you can try failsafeX or fix broken packages05:17
foosmanhello05:18
=== pumbaway is now known as pumba
Rockwoodlotuspsychje: it is showing 4 options in failsafex mode, 1- run in low graph, 2- reconfigure graphic 3-troubleshoot err & 4-exitto console login. which one to choose?05:21
lotuspsychjeRockwood: try lowgraphic mode first maybe05:22
lotuspsychjeRockwood: see if you can enter your desktop05:22
Rockwoodok05:22
Rockwoodlotuspsychje: it showing stand by one minute while the display restarts -05:24
lotuspsychjeRockwood: did you install ubuntu with internet connection?05:24
Rockwoodyes i think05:25
lotuspsychjekk05:25
Rockwoodand also selected install with update options05:26
lotuspsychjeRockwood: does it let you enter desktop now?05:27
Rockwoodnope the same erroe05:27
lotuspsychjeRockwood: try the fix broken packages05:29
lotuspsychjethat might take a while05:29
Rockwoodok05:29
Rockwoodlotuspsychje: thanks for your help. I am going to reinstall.05:32
lotuspsychjeRockwood: whats your grafix card chip?05:32
Rockwoodlaptop05:32
Rockwoodtoshiba satellite c64005:32
Rockwooddon't know the graphic chip model05:32
lotuspsychjeRockwood: maybe some went wrong with grafix driver05:33
lotuspsychjeRockwood: make sure you enable internet during setup, and download 3rd party software05:33
lotuspsychjeand updates during setup05:33
Rockwoodlotuspsychje: ok this time i will select this option05:34
lotuspsychjeRockwood: good luck05:35
Rockwoodlotuspsychje: thanks05:35
bentinataCan somebody help me to merge CI and Laravel website?05:55
somsipbentinata: that sounds like a CI or a Laravel issue. NOt really ubuntu support05:56
bentinataUmm, not sure where to ask this.05:56
bentinataCare to redirect me?05:56
afidegnum I am trying to configure wsgi  and I am having error....  my apache.conf http://pastebin.com/9EnxMnBA I have an error WSGISocketPrefix cannot occur within <VirtualHost> section Action 'configtest' failed. what should I place?05:57
somsipbentinata: Not here. Either Laravel channel/forums or the CI agent (Jenkins or whatever you'05:57
somsipbentinata: Not here. Either Laravel channel/forums or the CI agent (Jenkins or whatever you're using)05:57
somsip!alis | bentinata05:57
ubottubentinata: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*05:57
Blasterbentinata: Sounds like you want someone to do work for you, so I recommend Elance.05:57
bentinataBlaster, I'm asked to create page by my friend. And at the end, I just found out that he's using CI.05:58
bentinataBlaster, every page created by me read as 404.05:59
vagvafhello, i repeatedly asked about authentication when i press the super button and type something on the search enry, this problem appeared after installing unity (i have gnome) and logging in from gnome..06:02
vagvafany solutions?06:03
noregrethow can I check if root is enabled?06:09
ObrienDaveit is06:10
=== bipul is now known as kid-7
ObrienDave!root06:11
ubottuDo not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo06:11
BlasterHow do you get the latest ruby gems with apt?06:13
BlasterOr what's the recommended way?06:14
noregretObrienDave: I landed on a system that my colleague has installed, so I'm not sure if he enabled the root account or not, is there a way to check for that ?06:15
noregretObrienDave: I do have the sudo power as well06:15
boris1hello hope any one can help06:17
boris1i just installed ubuntu14.0406:17
ObrienDavenoregret, in terminal, sudo -i06:17
hateball!ask | boris106:17
ubottuboris1: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience06:17
boris1how do you have auto number lock on when booting06:17
hateballboris1: https://help.ubuntu.com/community/NumLock06:18
foosmansomething is hanging on boot, but I can't read the characters.  is there a log somewhere?  (ubuntu 12.04 serv)06:24
terrastlhi folks, I am trying to move a lot of files from one hard disk to another one, and the problem is that I need to checksum all the files after move, how can I verify a lot of files using md5 ?06:26
somsipterrastl: use rsync http://unix.stackexchange.com/questions/30970/does-rsync-verify-files-copied-between-two-local-drives06:27
terrastlI remember that I could use the command md5sum for this, and them it would generate a txt file containing the list of files and their md5s and then I could run a similar command on the destionation folder.06:29
terrastlI need to use md5sum command06:29
peterrooneyterrastl: you don't *need* to use md5sum. may be better off using rsync.06:30
terrastlI know where you are going with this, but trying to explain my special situation would take a long while folks, please.06:31
terrastlI trully need md5sum06:31
somsipterrastl: then you will probably need to search for your own solution. And you'll probably see that many answers will say 'use rsync'06:31
terrastlcan you  please at least tell me how to store the md5sum of a lot of files into a text file?06:32
geirhaterrastl: find . -type f -exec md5sum {} + > /tmp/md5sums   # and on the destination: #   md5sum -c /tmp/md5sums06:32
terrastlincluding the files in the subdirectories?06:32
geirhadon't have to use /tmp of course, you should just make sure it's outside find's way06:33
terrastlgeirha: bless you geirha06:34
baboonUSAFor decades, White America has been indoctrinated to think Black people are "just like us". The liberal media portrayed them that way, put them on TV shows playing mainstream characters - including cops, doctors, nurses, lawyers, judges, etc. - all to make White Americans believe Blacks really did want to participate in society as equal, decent, hardworking, tax paying citizens. And many of us fell for it, hook, line and sinker! We06:55
ObrienDaveoh lordy, another one06:56
=== Delimandra is now known as DalekThay
cynicallemonObrienDave: what you mean another one those windows users with malware?06:58
=== DalekThay is now known as Deli_Blackrose
baboonUSAI think this would be a wonderful opportunity to pause for a moment and give thanks for the great contributions of the Black community to our society. Their peaceful and generous nature make them ideal neighbors, lending testimony to their exceptional family values and parenting skills unrivaled by any other culture. Their commitment to academic excellence enriches our schools and serves as an example to all who hope to achieve pro06:59
geirha!ops06:59
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang06:59
evil_dan2wikk06:59
ObrienDave(~bigg00n@static-74-214-35-97.cpe.metrocast.net): bigg00n07:00
somsip!info php5-src07:02
ubottuPackage php5-src does not exist in trusty07:02
JumpTheNextTrain!cn somsip07:03
baboonUSAObrienDave what07:03
evil_dan2wikbaboonUSA, you see what you are doing right?07:03
baboonUSAevil_dan2wik no I don't. Tell me.07:04
evil_dan2wikcynicallemon, actually, android07:04
cynicallemonevil_dan2wik: lol07:05
FlannelbaboonUSA: Please don't do that here, this is a technical support channel, not a discussion channel.  Thanks.07:05
evil_dan2wikbaboonUSA, go ahead and make your own channel for discussing that stuff.07:05
ashadiqiis this an official support channel for ubuntu user?07:06
cynicallemonevil_dan2wik: more like a mikrotik07:06
BQwhat is ipp service for?07:06
ObrienDaveashadiqi, yes, it is07:06
evil_dan2wikcynicallemon, the point is, he is using his phone to type the messages07:07
evil_dan2wikcynicallemon, the message timings are in time with someone using a cruddy phone keyboard07:08
cynicallemonevil_dan2wik: could be worse, could be a new iphone07:08
evil_dan2wikcynicallemon, 'new'07:09
ashadiqiI just installed XFCE environment on Ubuntu Trusty, the network indicator doesn't show up in the panel07:14
geirhaSorry about the !ops triggering, I thought it was going to be one of those long nonsensical stories spanning screenfulls07:15
ObrienDavehe's trolling07:15
ashadiqii've tried checking the panel setting, no network indicator option shows there07:16
evil_dan2wikgeirha, I think he stopped when we asked07:17
ashadiqican somebody help me how to show network indicator in xfce desktop?07:17
geirhaashadiqi: which package(s) did you install exactly?07:17
cynicallemonashadiqi: is this the gnome network manager?07:17
ashadiqixfce407:17
ObrienDaveashadiqi, in XFCE it's called indicator plugin07:17
geirhaashadiqi: xfce4 alone will not be enough; best install the xubuntu-desktop package instead07:17
ashadiqiso, should i remove the existing XFCE package first?07:19
geirhaashadiqi: nah, it will just be reinstalled because xubuntu-desktop depends on it.07:19
swiftbladealguien q me ayude07:20
swiftbladetengo unas dudas con ubuntu 14.0407:20
ashadiqicynicallemnon: not it's not07:20
ObrienDave!es | swiftblade07:21
ubottuswiftblade: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.07:21
swiftbladethanx07:21
=== havingFun is now known as xrosnight
ObrienDavenp07:22
weylandUtaniswiftblade Hola swiftblade, en que podemos ayudarte?07:22
=== pumba is now known as pumbaway
ashadiqigeirha: so i just type in sudo apt-get install xubuntu-desktop, right?07:22
geirhaashadiqi: yes, and it will install all the xfce components you'd have from a fresh Xubuntu install07:22
geirhaincluding a way to configure the network07:23
cynicallemonwhich will be gnome-network-manager07:23
ashadiqigeirha: okay, i'll try it out. thanks07:23
ObrienDaveashadiqi, you will be able to select XFCE from the logon screen also07:24
tkatstuff here sounds interesting...tho thats probably cuz im a linux n00b07:25
tkatlol07:25
ashadiqiit works!!!07:25
ObrienDave\o/ YAY07:25
ashadiqiand the desktop looks better07:26
evil_dan2wikI ran a dist-upgrade and my laptop froze halfway through and now it says it is latest version, what do I do>07:26
evil_dan2wik?07:26
evil_dan2wikwhen I log in, it says it is still 13.1007:26
ashadiqithanks guys07:26
geirhaevil_dan2wik: dist-upgrade won't upgrade to the next release07:26
tkatprobably burn a disc with latest ubuntu/create flash drive07:26
tkatand install from that07:27
ObrienDaveevil_dan2wik, do-release-upgrade07:27
evil_dan2wikoh ok07:27
evil_dan2wikno, it still says latest version07:28
tkatlike i said07:28
evil_dan2wiktkat, re-install will be one of the last things I do.07:28
evil_dan2wikI have about 70 things I need to keep07:28
tkatoh07:28
evil_dan2wikand I have no idea how to transfer them.07:29
tkatcant upgrade from discs?! o-o07:29
ObrienDaveyou can reinstall and keep your documents07:29
evil_dan2wikObrienDave, not documents07:29
tkatthis is why i personally stay on lts releases...07:29
ObrienDavesettings, installed programs, etc07:29
evil_dan2wiktkat, I thought I was on the LTS release on this laptop but it turns out I downloaded the wrong version07:30
evil_dan2wikObrienDave, various programs that I have no clue where they keep the configs07:30
tkatlts is 14.0407:30
cynicallemonObrienDave: is the reinstall bug fixed yet?07:30
tkator 12.0407:30
ObrienDavecynicallemon, what reinstall bug?07:30
yassinehi07:30
tkathi07:30
geirhaevil_dan2wik: make sure you have a working internet connection on the box07:30
evil_dan2wiktkat, I thought I got 14.04 but I ended up with 13.04 and then I upgraded to 13.1007:31
evil_dan2wikgeirha, working as in?07:31
evil_dan2wikgeirha, I am on the box right now.07:31
evil_dan2wiktalking to you.07:31
tkatoh07:31
geirhaevil_dan2wik: Ok. Odd. sudo do-release-upgrade should've detected 14.0407:32
CodeGosuif i rotate screen, do i have to manualy change cleartype rendering? does cleartype support vertical subpixel orientation?07:32
cynicallemonObrienDave: https://bugs.launchpad.net/ubuntu/trusty/+source/ubiquity/+bug/126519207:32
ubottuLaunchpad bug 1265192 in ubiquity (Ubuntu Trusty) "Install/reinstall wipes out all/other partitions" [Critical,Triaged]07:32
cynicallemonalways, always, always make a backup before a major upgrade07:33
=== zeus is now known as Guest95098
tkatwhat are the ups/downs of using ubuntu over linux mint07:34
geirhaouch, such bug07:34
tkatnot including the obvious codecs missing in ubuntu07:34
tkatcuz theyre close sourced07:34
=== Guest95098 is now known as fa7ad
fa7adhello everyone, i was wondering if there was a way to re order the close-minimize-maximize buttons on unity. I'm on 14.0407:35
fa7adtkat, cinnamon/mate is better than unity imho.07:36
asad2005Is there a feedly ubuntu app? i am using liferea for so long but lately i am having problem with it marking items read from time to time07:37
tkatfa7ad, pleez tell me what imho means, something ive wonsered for ages07:37
cynicallemonfa7ad: both sit atop a rather dicey gnome shell imho07:37
tkattrue07:38
geirhatkat: in my humble opinion07:38
tkatgeirha: thanks07:39
geirhatkat: and imo is the same, just without humble07:39
tkatfigured as much...07:39
pumbawayif im converting videos using the command line and i use something like avconv -i /home/me/videos/*07:39
fa7adcynicallemon, its true that they are both based on gnome 3 but these forks are amazingly stable. and personally the gnome2-ish look appeals a lot of users too07:39
pumbawayhow do i specify that command to use the same filenames as the input file07:39
ObrienDavecynicallemon, well, that could be dangerous. best to use the "something else" option07:40
pumbawayfor the output file but different extension07:40
cynicallemonfa7ad: well for gnome 2ish we have mate07:40
tkati use cinnamon07:41
tkati still have a lm 9 disc lying around07:41
tkathi07:41
cynicallemonObrienDave: yeah, trouble with automation is that it only take one person to screw up many people07:41
fa7adcynicallemon, cinnamon's ui is a bit fancier. mate is good nonetheless07:41
pumbawayanyone?07:41
pumbawayplease help07:42
tkatso basically cinnamon is mate but fancier07:42
fa7adtkat, whaaaa? lm 9? 17 is running... 9 is ancient07:42
pearl_hello07:42
cynicallemonfa7ad: i just dont like the lack of customization in gnome now07:42
tkati know....07:42
pumbawayif im converting videos using the command line and i use something like avconv -i /home/me/videos/*07:43
fa7adcynicallemon, cinnamon is pretty customizable afaik.07:43
tkatpumbaway: use handbrake07:43
tkatpumbaway: or vlc, it can do thag07:43
tkatthat07:43
geirhapumbaway: for file in ~/Videos/*.avi; do avconv ... -i "$file" "${file%.avi}.mp4"; done07:43
cynicallemonfa7ad: im just getting bored with all the sideways forking which doesnt forward linux07:44
tkatfa7ad: i like the compiz effects07:44
tkathi07:45
geirhapumbaway: I don't know avconv, so you'll have to figure out the right options and such, but if "$file" is foo.avi, "${file%.avi}.mp4" will be foo.mp407:45
tkatpumbaway: or, like i said before, use handbrake or vlc, its easier and uses a gui07:45
fa7adcynicallemon, http://www.picpaste.com/VfJBHyJa.png this is my desktop on mint 16 cinnamon07:46
tkatfa7ad: cool, mate or cinnamon?07:47
fa7adtkat, cinnamon07:47
tkatfa7ad: and lotsa love for the wallpaper :307:47
fa7adtkat, i don't remember the name of the wallpaper, a friend suggested that one07:48
tkathi07:48
tkathi07:49
somsiptkat: do you have a support question?07:50
tkatno07:50
fa7adtkat, what's with the repeated hi?07:50
tkatbecause someone joind then someone else did07:50
tkatso i said hi to welcome them07:50
geirhathere are over 1600 in here. Are you going to say hi to all of them?07:50
somsiptkat: if you want to chat, go to #ubuntu-topic. If you say hi and bye to everyone who comes and goes here it'll get very silly07:51
cynicallemonlol07:51
ashadiqi_tkat, you're a good guy07:51
cynicallemonhi universe...07:51
=== xubuntu is now known as Guest29918
tkatjust trying to be nice...gosh...07:51
somsiptkat: you'll find it will annoy people who are help to help others. Because so many people join here, say hi. Then ask to ask a question, then it all goes downhill from there.07:52
geirhabesides, most of the ones that join are idlers, so they won't see your "hi" anyway07:52
tkatreally?07:52
fa7adgeirha, true that07:52
Guest29918hi, I downloaded and used unetbootin to install xubuntu 14 from my hard drive, I rebooted from xp into xubuntu live which worked fine, then I ran install, which displayed no partitions for install and crashed when i tried to create them07:52
somsiptkat: hang around, look for opportunities to help, and you're welcome. Or join #ubuntu-offtopic to say hi to everyone :)07:53
tkatsomsip: ok07:53
tkatGuest29918: silly question, i know, but are your computers specs good for xubuntu?07:54
fa7adok so anybody with a solution to my problem? reordering close-minimize-maximize buttons on unity07:54
Guido1Does anyone know how to get the think pad e540 out of the suspend / hypernate mode?07:54
Guest29918should be 80gb harddrive, pentium 4, 1gb ram07:54
fa7adGuido1, press the power button O.o07:54
tkatfa7ad: lol07:54
Guido1fa7ad: pressing it short: nothing, pressing it long: off07:55
fa7adGuest29918, try using a gparted live disk07:55
tkattake the battery out, putit back in then press the powr button i guess?07:55
fa7adGuido1, what happens when you press any key on the keyboard?07:55
Guido1fa7ad: nothing07:55
fa7adGuido1, might seem weird do you have AMD gpu by any chance07:56
tkatGuest29918, what are your specs?07:56
Guest29918have no rewriteable cds, dvds or usb stick so attempting to install xubuntu through unetbootin from hard drive07:57
Guido1fa7ad: intel celeron i5 if you mean that07:57
=== Deli_Blackrose is now known as AmyPond
Guido1*intel core i507:57
tkatGuido1: thats the cpu07:57
tkatGuido1: he means graphics card07:58
=== AmyPond is now known as ClaraOswinOswald
tkatGuest29918, maybe thats the problem?07:58
=== ClaraOswinOswald is now known as AmyPond
Guido1fa7ad: grapic card is also from intel07:58
fa7adGuido1, nope was asking because i had a similar problem while using fglrx on saucy, but got fixed by changing to fglrx-updates07:59
tkatGuido1: intel hd graphics/iris graphics?07:59
cynicallemonfa7ad: this might answer your problem - http://geekum.wordpress.com/2012/05/08/how-to-move-the-close-button-in-gnome-shell-3-4-to-the-left-like-ubuntu/07:59
tkatGuido1: thats maybe the problem. i dont think integrated graphics work well.07:59
Guest29918once xubutu live has loaded I click Install Xubutu cd icon from desktop, brings up welcome screen, I select english then preparing for install, I press continue then it stalls for very long time, doesn't show any partitions and crashes when i try to create them08:00
tkatGuest29918, try the alternative cd instead of live one08:00
tkative never used unetbootin so im not sure if itd be there, but see08:01
Guest29918trouble is I'm networking off a TP-Link wifi card so netinstall load doesn't pick up dhcp connection08:02
Guido1fa7ad, tkat: Intel HD Graphics 460008:02
Guest29918have no lan cable either08:02
=== AmyPond is now known as Deli_Blackrose
tkatim back08:05
tkatGuest29918: try the alternate cd!!08:05
Guest29918alright, I'll try that way round the problem, thanks for your time :)08:06
tkatok08:06
tkatyour welcome08:06
CodeGosuis it easy to "move"(mount? i recall i saw such ability to mount /home into other place when i was installing system ) /home into other harddrive  ? might it break anything?08:06
fa7adGuest29918, check your partition table using a gparted live disk if you can08:07
tkatCodeGosu: i think it would break a lot of applicstions08:07
streulmawho's running Ubuntu on a Macbook Pro Retina? The main resolution is 2560 x 1600, I should consider running it on 1680 x 1050, 1440 x 900 is not a normal setting and a bit blurry. Thoughts if it is good?08:08
awestrokestreulma: run on the main/max resolution, and try to change the UI scale instead08:09
fa7adCodeGosu, how about a symbolic link. did you try that? its likely to break some apps though08:09
fa7adstreulma, change the DPI settings08:09
streulmaawestroke, from Ubuntu "Display" menu?08:09
=== Deli_Blackrose is now known as ClaraOswinOswald
=== ClaraOswinOswald is now known as Deli_Blackrose
awestrokestreulma: I found this: http://oldpapyrus.wordpress.com/2014/03/17/ui-scale/08:10
awestrokestreulma: try 1.2, 1.3, 1.4 etc08:10
=== UKn0Me is now known as allthehats
awestrokefa7ad: how do you change DPI settings?08:13
tkatawestorke: google it08:13
ObrienDaveshould be in either display or appearance08:13
fa7adawestroke, settings -> display08:14
awestrokefa7ad: http://i.imgur.com/rKMJuMZ.png08:15
fa7adawestroke, http://askubuntu.com/questions/197828/how-to-find-and-change-the-screen-dpi/462023#46202308:16
fa7adawestroke, on 14.04 awestroke08:17
fa7adawestroke, on 14.04 http://www.picpaste.com/1F7y9shu.png *08:17
awestrokelsb_release -d -> Description:  Ubuntu 14.04.1 LTS08:17
awestrokeI am running xmonad with gnome classic components, do I get other settings because of that?08:18
=== markus_ is now known as C_Classic
CodeGosuwhen i try to upgrade,i get this. WARNING: The following packages cannot be authenticated! libefl libelementary libelementary-data. it gives me option to still  continue, but i wish to fix it the right way, if i understand corectly i need some set of public keys to verify this packages, how to corectly install stuff in such situation without worying about mitm?08:19
fa7adawestroke, i think the settings are related to Unity08:19
fa7adCodeGosu, did you add any custom repo?08:22
CodeGosuprobably 100+ of them08:22
=== neutrino1 is now known as neutrino--
havarkahi guys, i am using Chrome, and when I click on magnet link on thepiratebay or kickass i guess it aplly to any other site as well, instead of opening the deluge its just open new window in google, how to make it work? Thanks08:24
fa7adCodeGosu, can't help you then. any one of the hundreds could have a missing GPG key08:24
myeagleflieshello08:25
zubairahmedhi myeagleflies08:25
fa7adhavarka, http://askubuntu.com/questions/108925/how-to-tell-chrome-what-to-do-with-a-magnet-link08:25
myeagleflieshow to change number of workspaces in ubuntu 14.04? I've found a website suggesting installation of MyUnity but can't find it08:25
fa7admyeagleflies, install Unity Tweak TOol08:26
myeaglefliescool. thanks08:26
myeaglefliesBTW: I think it sucks there is just one workspace by default08:26
fa7admyeagleflies, there is 4 by default08:27
havarkafa7ad, which answer should I follow?08:27
fa7admyeagleflies, press Super(winkey)+S08:27
fa7adhavarka, try the 1sr08:28
fa7adhavarka, try the 1st08:28
myeaglefliesfa7ad: and?08:28
havarkafa7ad, dont have a transmission08:28
fa7admyeagleflies, you can see the 4 workspaces -_-08:28
myeaglefliesno, there is just one08:28
ObrienDavemyeagleflies, and you can have up to 9908:29
myeaglefliesI had 4 workspaces before in 12.04. but upgraded to 14.0408:29
fa7admyeagleflies, well then install unity tweak tool and add some08:29
user123321Greetings Ubuntu experts.08:29
ObrienDavei have 1608:29
fa7adObrienDave :P08:29
myeaglefliesObrienDave: sure, I'm aware I can have more but after upgrader there is just 108:29
ObrienDaveso? fix it08:30
fa7adhavarka, what do you use for torrenting?08:30
ObrienDavedeluge!08:30
havarkafa7ad, deluge08:30
myeaglefliesObrienDave: well, all I'm saying is it is not user friendly now. it was much easier to change number of workspaces in gnome 2d08:30
havarka:)08:30
ObrienDavemyeagleflies, that's why i use XFCE ;)08:31
virgosigndoes this channel aply  to ubuntu studio.  .08:31
fa7adhavarka, well then just change the deluge files where it mentions transmission08:31
ObrienDavehttp://www.picpaste.com/pics/yoda_newbie_sm.1410424079.jpg08:31
fa7advirgosign, ask your question anyhow. we will help if we can08:32
ObrienDavevirgosign, up to a point, yes08:32
virgosignok08:32
vinit-ivarhello lads08:32
vinit-ivarbit of a question08:32
vinit-ivarhow do i redirect my internet connection through another pc?08:32
vinit-ivarthey're all on the same server, but i want one of the PCs to have authorization over the others08:33
havarkafa7ad, ? i dont have a transmission, .torrent files have an association with deluge, but still when i click on magnet-links it doesnt work08:33
pumbaway.wmv is such an annoying format08:33
pumbaway.. blagh08:33
=== pumbaway is now known as pumba
ObrienDavehavarka, copy the magnet link, paste into the URL field under add torrent08:33
hateballvinit-ivar: Are you looking to setup a proxy on your LAN, through which all machines must pass to reach the WAN?08:34
ObrienDavehavarka, there is a setting to associate magnet links in deluge08:34
ObrienDavehavarka, it works ;P08:34
havarkaObrienDave, where is that setting?08:34
vinit-ivarhateball: sort of08:35
vinit-ivarit's over wifi08:35
fa7adObrienDave havarka, the link I gave has a clear answer. just wherever the guy mentions transmission, replace it with deluge -_-08:35
vinit-ivaras in, all the PCs are on the network. i need to redirect all but one through the one boss PC08:35
vinit-ivarreroute, rather08:35
hateball!squid08:35
ubottusquid is a caching proxy for the Web.  See: https://help.ubuntu.com/community/SquidGuard  See: http://www.squid-cache.org08:35
havarkafa7ad, but i DONT have a deluge install on my pc08:35
hateballvinit-ivar: That might be what you want ^08:35
fa7adObrienDave, havarka, http://askubuntu.com/questions/108925/how-to-tell-chrome-what-to-do-with-a-magnet-link08:35
vinit-ivarthanks, i'll take a look08:36
ObrienDavehavarka, preferences, other08:36
vinit-ivarcheers08:36
fa7adhavarka if you don't have deluge, what the f are you trying to achieve?08:36
havarkasorry, i dont have a transmission08:36
ObrienDavefa7ad, she said she has deluge. chill dude08:36
havarkaword mistake08:37
hateballvinit-ivar: Oh, and you need it to be transparent unless you have control over all the clients http://wiki.squid-cache.org/SquidFaq/InterceptionProxy08:37
havarkafa7ad, so which of those answer should i do?!08:38
vinit-ivarcould you elaborate?08:38
ObrienDavehavarka, whichever works for you.08:39
havarkafa7ad, :-)08:39
TurkerTunaliHi guys. Can you please check my problem? http://hastebin.com/raw/vobejofoyu08:40
TurkerTunaliIt is related to ubuntu server and SSH08:40
fa7adhavarka, http://www.picpaste.com/Screenshot_from_2014-09-11_14_37_39-mVEwuZKP.png08:40
havarkafa7ad, thx08:41
TurkerTunaliI've lost a week for that problem08:42
zubairahmedhttp://www.linuxquestions.org/questions/linux-general-1/locale-cannot-set-lc_all-to-default-locale-no-such-file-or-directory-218622/08:43
oleoleWhere can I see which commands Ubuntu sends to my 3g USB modem?08:44
zubairahmed<TurkerTunali> http://www.linuxquestions.org/questions/linux-general-1/locale-cannot-set-lc_all-to-default-locale-no-such-file-or-directory-218622/08:44
TurkerTunalizubairahmed: I am checking08:45
fa7adgoodbye cruel channel :P08:45
geirhaTurkerTunali: Either change your locale to en_US.UTF8 before connecting, or generate the tr_TR.UTF-8 locale on the remote end08:46
geirha!locale | TurkerTunali08:47
ubottuTurkerTunali: To set up and configure your locales, see https://help.ubuntu.com/community/LocaleConf and https://help.ubuntu.com/community/Locale/08:47
TurkerTunalishould I correct my locale settings on the remote machine or my local Ubuntu Desktop?08:48
hateballTurkerTunali: The remote machine is the one that cant load the requested locale08:48
TurkerTunalimy locale command gives no error but TR and EN combined08:48
TurkerTunaliI want everthing english on the remote machine by the way08:49
Thoothgood day08:49
geirhaTurkerTunali: then  LANG=en_US.UTF8 ssh user@host08:54
=== romtamcloud is now known as is
=== is is now known as romtamcloud
LeMikedamn it. can i prevent xfce4 to switch the workspaces in circles?? the last one shouldn't swap to the first one when cycling through08:55
geirhaLeMike: Don't know. Maybe see if #xubuntu knows08:58
LeMikeuh. extra channel. nice :) thx geirha08:59
saviorfuck08:59
geirhalanguage08:59
ObrienDaveLeMike, there is a setting for non wrapping08:59
ObrienDaveLeMike, Window Manager Tweaks, Workspaces tab, 3rd one down09:00
ObrienDaveoh, and you're welcome, btw09:02
=== maysara is now known as maysara|afk
hillaryAm not able to connect the net using my broadband modem09:12
hillaryIt keeps disconnecting09:12
hillaryubuntu 12.0409:12
hillaryIt used to work well09:12
Nokiabotis gma950 sufficent for ubuntu 14.0409:25
sexyboyNokiabot: should be09:26
hillaryany help on what might have happened to my broadband modem connection/09:26
haha_boring..09:27
haha_total mem 768m, 458 using....how terrible it is09:30
haha_cpu is always 99 per09:31
NokiabotHaha:its horrible not terrible :p09:32
ashadiqibittorent client other than transmissions?09:34
haha_:P in fact i don't know the difference between them09:34
=== xubuntu is now known as Guest20307
NokiabotHehe:09:35
Guest20307files from unetbuntu came down corrupted now have no xp installation to reinstall xubuntu live on usb stick, is there anyway I can repair the usb stick install from live?09:36
haha_Nokiabot: English is not my mother tongue09:36
=== viktor is now known as Kartagis
NokiabotHaha:me neither :p09:37
hillaryikiona: Any help on my broadband modem disconnection?09:39
ObrienDavehillary, does it work occasionally?09:41
hillaryIt used to work well09:42
ObrienDavenot what i asked09:42
hillaryAm saying it used to connect well infact when i used it with ubuntu altimate edition it works perfect but when i switch to ubuntu 12.04 it does not work09:43
ObrienDavewhat brand of modem is it?09:44
hillaryhuawei09:44
ObrienDavemodel number?09:45
hillaryE66009:46
cart_manHey when I try and compile my kernel module i get the following errors... Does it mean that I dont have the right header files installed on my ubuntu?09:48
cart_manmake[2] : *** No ruke to make target '/usr/src/linux-header-3.13.0-25-generic/arch/x86/syscalls/syscall_32.tbl' , needed by 'arch/x86/syscalls/.../include/generated/uapi/asm/unistd_32.h' . stop09:48
ObrienDavecart_man, why are you compiling a kernel?09:48
ObrienDavehillary, this is interesting. at the bottom http://ubuntuforums.org/showthread.php?t=150812709:52
=== GPenguin_ is now known as GPenguin
hillaryok let me check09:54
liyuanlast month ,we has the worst patch weekend09:57
BluesKajHowdy folks10:00
=== jack is now known as Guest53755
ObrienDavehey BluesKaj10:09
cfhowlett!ops | jacoob_luwec unsolicited spam in PM10:12
ubottujacoob_luwec unsolicited spam in PM: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang10:12
Ben64yep, cfhowlett is correct10:12
BluesKajno unwanted pms here, yet10:13
Ben64was triggered on join, but its gone now10:13
Tm_Tuh10:14
cfhowlettBluesKaj,  right, mine was /join triggered as well.10:14
BluesKajcfhowlett, are you guys on ubuntu and unity running mir yet?10:18
cfhowlettBluesKaj, ubuntustudio = xfce = no unity10:18
BluesKajcfhowlett, ok10:18
BluesKajjust curious , since i haven't been here for a while10:19
emacsterHello everyone10:20
Roq99hyeee10:20
Roq99does ubuntu manage laptops with onboard and discrete gpu's?10:21
k1l_Roq99: yes.10:22
Ben64Roq99: https://wiki.ubuntu.com/X/Config/HybridGraphics10:22
cfhowlettRoq99, yes but some brands (nvidia) are better supported than others (amd)10:22
Roq99i have nVidia.... mint is horribke for tgis so im thinking of going to ubuntu10:22
=== fancyremarker is now known as Guest85008
Roq99thanks ben10:23
cfhowlettRoq99, easy test: torrent ubuntu .iso, make USB, boot USB10:23
Ben64Roq99: no problem, just keep in mind that we can't help you with mint here10:23
Roq99yeah, i didnt realize how far ubuntu has come, looks like i need to switch10:24
hillarysorry model is E175010:24
=== BQ_ is now known as BQ
=== Joshua^Dunamis is now known as Joshua^Dunamis_i
emacsterHi everyone10:25
Roq99Are there any custom versions of Ubuntu that are better for gaming or is vanilla best? Referring to steam mostly10:25
k1l_Roq99: vanilla10:26
emacsterI just installed ubuntu 14.04.1 on my workstation10:26
emacsterbut it doesn't connect to the internet10:27
Roq99ill pray for it to connect how is that10:27
cfhowlett!wifi | emacster10:27
ubottuemacster: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs10:27
andrea94ciao a tutti10:27
emacsterobottu: even ethernet is not working10:28
Roq99nice bot10:28
andrea94!list10:28
ubottuandrea94: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».10:28
Roq99who mentioned warez? Wtf10:29
cfhowlettRoq99, steam will run on all *buntus.  that said, since gaming is places a system under high demand, I'd consider using a *light* buntu, i.e. lubuntu.  I run ubuntustudio = xubuntu + multimedia meta packages. also run steam. Just killed a few dozen terrorists and zombies last night courtesy of steam.10:29
daniele_Hi guys, I use chromium on ubuntu 14.04 but the flash player doesn't works, I just installed Pepper Flash Player nonfree, but it doesn't works. Any suggest ? thanks10:30
hetiiHi10:32
Roq99thanks cfhowlett10:32
cfhowlettRoq99, happy2help10:32
hetiiI have trouble with linuxmint 17 and touch pad for asus F7L. My right button doesn`t work.Here i have all debug message that i get. http://pastebin.com/84qamgZg Also try evtest but get just even from left button not right.10:32
k1l_hetii: mint is not supported in here. use the mint chat like your client is setup to join in anyway10:33
hetii:/10:33
Roq99i was using mint, the support was less than i expected10:33
Roq99i thought mint was more popular than it is10:34
cfhowlett!flavors | hetii, if you want ubuntu support, install ubuntu OS10:34
ubottuhetii, if you want ubuntu support, install ubuntu OS: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu.10:34
k1l_well, dont use the OS if you dont like the support community of it and you need that support. thats it10:34
Roq99yeah im done with it10:35
ladronehetii have you tried using a mainstream operating system?10:36
EiriksUbuntucan anyone tell me what would cause my android tablet to reverse everything on the screen, and even register touch in reverse?10:36
EiriksUbuntu I want to put Ubuntu on it, but I want to make sure there isn't a problem with the hardware10:36
k1l_EiriksUbuntu: better ask the android community for some sort of testing app for that issue. or to test that in recovery etc10:37
=== mudo_ is now known as mudo
Shai4382Hello, can someone recommend me on good solution how I can backup my entire laptop hard drive (installed with ubuntu and Windows 7) so next time I will format my harddrive I can just deploy the image and the computer will be working with both operating system?10:40
BluesKaj!dd10:42
=== jnhghy_ is now known as jnhghy
RoBo_VGuys, I have one script that bring notification with notify-send on desktop but I need to add sound to it10:43
geirhaThat's what Clonezilla is designed for I believe10:43
BluesKajShai4382, you may be able to use dd for that10:43
RoBo_Vwhat sound command I can add to the script10:43
hillarystill disconnecting10:43
kostkonRoBo_V, paplay10:44
RoBo_Vkostkon: Falied to open audio file10:45
RoBo_V?10:45
elachecheHi guys! I installed remine from apt-get install.. when I execute rake -t -f /usr/share/redmine/Rakefile redmine:email:receive_imap I get an error, by checking rake -P -T -f /usr/share/redmine/Rakefile I find that there is no redmine:email tasks, however when I check /usr/share/redmine/lib/tasks/ directory I find that there is tasks there.. Why can't rake load those tasks?a10:48
=== uzznytbprwbuvmsb is now known as yppagjebedcabkhe
=== yppagjebedcabkhe is now known as sepero
hillaryhttp://paste.ubuntu.com/8317899/10:52
kostkonRoBo_V, are you trying to play a specific sound file?10:52
RoBo_Vkostkon: no just inbuilt notification sound...10:53
kostkonRoBo_V, then check canberra-gtk-play.    man canberra-gtk-play    for its manual. use --id to pass the name of the event you want to it. Open your sound press, and check the available events in the sound effects tab. make sure the sound for that effect is on10:55
kostkonfor its manual give man canberra-gtk-play*10:56
kostkonsound settings*10:56
kostkonmany typos..10:56
cart_manObrienDave ,Well because I need to be able to access the PCI memory space and edit registers and dump blocks of ram into files... also need userpsace programs to access the PCI driver registers11:02
elachecheno one can help me? x) :D11:02
RoBo_Vkostkon: ok sound press ?11:02
=== Guest26328 is now known as HackeMate
Michael1182hi everyone11:07
lvhHi11:08
lvhI'm having difficulty finding libsodium packages. All I can find is in the dnscrypt ppa; that version of libsodium is too old.11:08
hillarymy 3g broadband modem still a problem11:08
hillaryNot connecting11:09
lvhhttp://packages.ubuntu.com/search?keywords=sodium&searchon=names&suite=all&section=all :(11:10
Eldunarhello guys, i have some issue with my system xubuntu14.04.1 . Sometimes after log in i have frequently freeze on my computer. It freeze screen for 5~10 s, after that works properly and again freeze. Any ideas?11:12
Michael1182any idea how to install ubuntu 14.04 at dell inspiron m5040 alongside Windows 7 64 bit11:14
tapoutas X is booting up, is there a way to get to another terminal?11:14
Michael1182anyone please?11:15
Eldunaru tried common way? I mean USB -> write o it and boot up ?11:15
Eldunarafter that just create root home and swap partition11:16
Eldunarand select those  to use in your sstem11:16
hateball!tty11:16
ubottuTo get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login).  To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution11:17
BluesKajlvh, does this help? https://github.com/jedisct1/libsodium11:17
hateballtapout: ^11:17
lvhBluesKaj: Not really, unless you're suggesting I get Travis CI to compile libsodium for me every time it runs a build :)11:17
tapouthateball, thanks bro.  Is there a way to list the last 2 or 3 packages I installed with apt?  I installed 2 java updates to make the fonts better and now X won't boot properly... I want to first start by rolling back those 2 or 3 packages I installed11:18
hateballtapout: check in /var/log/dpkg.log11:18
=== pumba is now known as pumbaway
hateballtapout: or /var/log/apt/history.log11:18
kaushal_my laptop is running in low graphics mode ..ubuntu 14.04 duaal boot with windows 8.1..please help.11:19
tapouthateball, lol surprisingly i just logged into root and hit up arrow.  I didn't know sudo would put it in the history there11:19
tapoutyay.  cheers bro, hopefully this fixes it11:19
tapoutisnt' that something, boom.. fixed.11:19
Eldunarand select those  to use in your sstem11:19
Eldunarhello guys, i have some issue with my system xubuntu14.04.1 . Sometimes after log in i have frequently freeze on my computer. It freeze screen for 5~10 s, after that works properly and again freeze. Any ideas?11:19
tapoutit freezes on boot up?11:20
hateballEldunar: run "dmesg" and check the file "~/.xsession-errors" for some hints11:21
hateballEldunar: Knowing what GPU and driver you're using might help as well11:21
kaushal_my laptop is running in low graphics mode ..ubuntu 14.04 dual boot with windows 8.1..please help.11:21
tapouthateball, you saved my linuxmint installation.. thanks man! :)11:21
Eldunaropen driver11:21
Eldunarhttp://pastebin.com/sV8Y5hwk <- dmesg output11:23
karellaHi there, I'm looking for a paraview chan, does anyone now where I can found one ?11:23
Eldunarhttp://pastebin.com/an046exC < - xsession-errors11:24
=== mohammad is now known as Guest31548
hateballEldunar: Also, it probably doesnt hurt to run some S.M.A.R.T checks to see that your drive is healthy11:26
Eldunardrive is health here i have also win 7 . and it works fine11:26
tapoutdid you check the drive for health ?  Or you're assuming it's fine because windows 7 works?11:27
hateballEldunar: Sadly I've no experience with AMD/ATI, guess you could try switching to closed driver and see if the problem persists11:27
Eldunari am using tuneup utiites on win 7. I used to check it, defragmentation + health status11:28
Eldunarunfortunatelly my graphic is not supported by closed drivers11:28
Eldunarwhen i want to install it11:28
Eldunari have output like -> no adapter avaliable11:28
Eldunari tried to use open driver ( i have hybrid intel /ati)11:28
Eldunarbut when i want to use switheroo it gives me discrette card dynof11:29
Eldunardynoff11:29
ubuntuser13unable to compile klavaro  it says gtk+-3.0 not found.11:31
innocent95Howdy11:31
m_anish!ubuntu11:31
ubottuUbuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com11:31
innocent95My xubuntu goes suspend automatically when inactive for some minutes, how can i disable that?11:32
Eldunarin power settings11:32
innocent95Eldunar, Where Exactly?11:32
Eldunarlaptop or desktop?11:32
innocent95Laptop11:33
Eldunarso u should have in tray batery icon11:33
innocent95Eldunar, I'm using the cable, so i can't see that icon11:33
Eldunarso go to the settings -> hardware -> power managament11:34
innocent95Eldunar, Oh there is a (s) icon :P11:34
innocent95Yes i'm there11:34
ubuntuser13unable to compile klavaro gtk error11:34
somsipubuntuser13: why are you compiling it?11:34
Eldunarand choose what do u want to:) u can set it for cable and batery11:34
ubuntuser13somsip: for testing11:35
Eldunari gues that u will need suspend after -> never11:35
innocent95Eldunar, Which one?11:35
ovehbetest11:35
somsipubuntuser13: it's recommended you use packages from the repos for normal usage. If you're doing something else, you probably wont get support in here.11:35
innocent95Eldunar, General?, OnAC, Extended?11:35
ovehbehi11:35
ovehbehello11:36
Eldunaron AC -> where is pluged to power network11:36
Eldunarextended -> batery11:36
ovehbehey11:36
Eldunaru can choose different states for both11:36
ovehbecan anyone please help me???11:36
afidegnumgood morning, please  I am trying to use mod_wsgi   for my django project however I am still facing a   (13)Permission denied: mod_wsgi (pid=22292): Unable to connect to WSGI daemon   error. is it possible to chmod to 777 the sock file? or use another location?11:37
ubuntuser13somsip: just tell me how to lower the package requirement. in simple words, i don't want to install GTK3.0.11:37
innocent95Eldunar, It's already never11:37
ovehbeguys11:37
BQhow do i tell if X is enable or not in my vps?11:37
Eldunarso its suspendid only screen. U have there also another tab : screen11:38
Eldunarcheck there11:38
ovehbei installed flash player from USC but its not working?11:38
sexyboy/22/11:38
innocent95Eldunar, Monitor11:38
Eldunaryeah, check there11:38
innocent95Eldunar, Everything has been set to be never11:39
Eldunaron both type of energy?11:39
innocent95Eldunar, You mean extended?11:40
Eldunarboth extended and ac11:40
innocent95Eldunar, Something weird there in extended.11:40
innocent95Eldunar, I haven't a battery11:41
innocent95Eldunar, Advanced options, it says11:41
ovehbehiiii11:41
Eldunarso i am out i do not know11:41
ovehbedoes anyone see me11:41
innocent95Eldunar, Is there a way to check from the terminal?11:41
somsip!anyone | ovehbe11:41
somsip!ask | ovehbe11:41
ubottuovehbe: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience11:41
Fohlenhey guys. Lately my apt-get update fails with this error message: http://paste.ubuntu.com/8318277/11:43
Fohlensorry for german tbo. What can I do about it?11:43
afidegnumany answer?11:43
Fohlenmoreover, what's wrong with it?11:43
KopfgeldjaegerHi! I'm on up-to-date Ubuntu 14.04 and suddenly cannot get a LAN connection anymore. Neither DHCP nor static config work. DHCP get to the router, the router says is responds with DHCPOFFER, but Ubuntu does not seem to detect these DHCPOFFER packets. Tried several cables/routers etc., works fine with same config on Windows.11:44
KopfgeldjaegerWireless LAN also works fine11:44
KopfgeldjaegerNo change with manual "sudo dhclient eth0"11:44
afidegnumhow do I find out if SELinux is enabled in my system11:45
innocent95Eldunar, http://imgur.com/5f8XugF, that's weird, isn't ?11:45
BQhow do i check if the heartbleed openssl bug is fixed or not in my system?11:45
Eldunarthats normall11:45
Eldunaru do not have batery there11:45
Eldunaror its not detected by ubuntu11:45
innocent95Eldunar, Nope, I mean the color11:46
innocent95Eldunar, Look at the last one and compare it with the other two above11:46
Eldunaru have numix with mixed in " theme configurator"?11:46
Eldunaror u have numix-frost?11:47
innocent95Eldunar, The red color should follow the configuration11:47
Eldunaris it not better to change for numix-frost?11:47
innocent95Eldunar, How?11:47
Eldunarill give u  video how to configure nicelly xfce4 ( thats showed on arch but , stll linux)11:48
innocent95Eldunar, Ok11:48
Eldunarhttp://www.youtube.com/watch?v=Vj9wCWek2aM11:49
Eldunarhere u r11:49
innocent95Eldunar, When i change the last one the one of Brightness, the color (red) follows that little circle.11:49
Eldunaryes:) but check numix frost:)11:50
innocent95Eldunar, Okay, But that's not going to solve the problem of the suspend, does it?11:50
Eldunaryeah, just change apearance11:50
innocent95Eldunar, Instead of red for example it'll be blue or something, right?11:51
Eldunaryup11:51
Eldunarmuch cooler look11:51
Eldunarthan standard numix11:51
innocent95Eldunar, Yes, but what i want to state is that there is a problem when modifying, the modification doesn't matter11:52
Eldunari am not familiar with such bug. I can not help u.11:52
innocent95Eldunar, Never, or 10 min are the same11:52
innocent95Okay Thank you very much11:53
leeyaahello11:53
leeyaawhy would du and df show different results ?11:53
leeyaai checked for deleted open files11:53
leeyaadifference is quiet big11:53
leeyaadf showing 300GB + are being used and du shows 158GB11:53
dexitCan someone help me with my BIND9 server (running on 12.04.4) ? i needed to migrate Zones, and i think i got it wrong.11:54
Eldunarcan u tell me how can i reinstall grub? because i have it broken after update ( i can not customize it)11:56
hateball!fixgrub11:56
ubottuGRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub211:56
Eldunari do not lost it after installing win 7. Can i reinstall t from running ubuntu sys?11:58
hualetEldunar: grub-install ?11:59
Eldunarand it will reinstall it without any config?11:59
hualetEldunar: you must specify which device you'd like to install grub on like /dev/sda12:01
Eldunaryeah, ill check if i can modify it via grub-custiomizer12:01
jackhey is there anyone12:01
hackalHello I had a presentation today and I brought my notebook running ubuntu 14.04 with me to present on. I asked if they have any wifi and they said no because of security reasons. They provided me with ethernet cable. After plugging in the cable internet was not working. They said I had to configure some "proxy" settings and showed me the configuration on windows. I had no idea what/where to configure it. Do you know where can I find t12:01
=== jack is now known as Guest12856
Guest12856it is not a major problem12:02
cameron__hekllo12:05
cameron__can anyone help me12:05
EiriksUbuntudoes anyone know how to force oem unlock from recovery?12:06
belliniAnybody here12:10
belliniawake?12:10
sexyboyyep12:10
sexyboywhat's up12:10
BluesKajbellini, just ask your question12:10
belliniwhat question?12:10
sexyboybellini: it's a support channel 9people ask ubuntu related questions here)12:10
bellinithis is just the room I got autoatically12:11
BluesKajif you need ubuntu support12:11
bellinioic sorry12:11
sexyboybellini: if you just want to chat try #ubuntu-offtopic12:11
bellinic'ya12:11
sexyboybai12:11
YaliHello12:11
Yalihow to config hybrid graphics driver ?? any12:13
BluesKaj!bumblebee12:14
ubottuThe Bumblebee Project aims to support NVIDIA Optimus technology under Linux. The Bumblebee website can be found at http://bumblebee-project.org/12:14
=== BQ_ is now known as BQ
mjrosenbok, does anyone know why a postinst action isn't firing when I run apt-get --reinstall install generic-kernel?12:19
geirhaare you sure it has one?12:20
geirha!info generic-kernel12:20
ubottuPackage generic-kernel does not exist in trusty12:20
mjrosenbgeirha: yes.12:24
mjrosenbgeirha: can I confirm this by looking at the .deb?12:25
Ben64there is no generic-kernel package12:25
mjrosenberr, linux-generic12:25
mjrosenbI'm awake, I swear.12:25
geirhalinux-generic is just a "dummy" package that doesn't really contain any files, it just depends on the latest generic kernel12:26
BQis ubuntu 14.04 vunerable to heartbleed?12:26
ikoniano12:26
BQikonia: are you talking to me?12:26
ikoniayes12:26
=== Seyaryuki is now known as Guest80152
EiriksUbuntuis there an android channel on freenode?12:27
mjrosenbgeirha: coool, so how do I figure out what that package is, and re-install it?12:27
Ben64EiriksUbuntu: probably #android ... definitely not #ubuntu12:28
Ben64mjrosenb: might help if you describe what your goal is12:28
geirhamjrosenb: apt-cache depends linux-generic   which tells you it depends on linux-image-generic, so you do  apt-cache depends linux-image-generic   etc...12:28
mjrosenbBen64: /something/ went wrong when I installed the latest kernel, I don't know what exactly, but I want to re-install it so it updates the bootloader properly.12:30
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:31
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)bazhang's ass sits on metaleer's penis! lololol, :)12:31
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)bazhang's ass sits on metaleer's penis! lololol, :)12:31
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:31
Ben64ikonia: around?12:31
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:31
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:31
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:31
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:31
Ben64mjrosenb: out of space in /boot ?12:31
mjrosenblinux-image-3.13.0-35-generic -- I assume that is the actual package I care about?12:31
mattxtn!op12:31
mjrosenbBen64: no.12:31
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang12:32
geirhamjrosenb: should be, yes12:32
mjrosenbgeirha: many thanks.12:33
demio56ciao a tutti12:33
demio56maleficent12:34
=== Joshua^Dunamis is now known as Joshua^Dunamis_i
colonolGronif i buy a wqhd monitor, do i need a special notebook to have a good graphics? or can a thinkpad x220 do it?12:35
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:36
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:36
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:36
FuFukonbazhang's ass sits on metaleer's penis! lololol, :)12:36
ikoniaBen64: sorry was away from desk12:36
* mjrosenb likes how he was probably pinging one of the people who could ban him.12:36
colonolGronbecause i would like to have ubuntu on the laptop and then have a good monitor12:36
Ben64ikonia: no prob, DJones was awake :)12:37
* BluesKaj wonders what brought that on12:37
=== Hobbyboy is now known as Hobbyboy|Away
Connao.o12:39
BluesKajcolonolGron, you need to check the graphics resolution capability of your laptop gpu output12:40
colonolGronBluesKaj: hm i see, so i should google what the graphics card can do, and what port i have?12:43
=== allthehats is now known as UKn0Me
BluesKajcolonolGron, first of all do you have a hdmi out?12:43
colonolGronBluesKaj: yes12:47
ubuntuuserhi there. Is there a way to remove Unity 3D but retain Unity 2D? I'm using Ubuntu12.04.12:49
horriblecodersdoes anyone know who I can contact about dead links on the shop page of canonical's website?12:49
=== gnu is now known as Guest96462
Guido1how can i remap 2 keys? maybe even independent from the OS.12:55
BluesKajcolonolGron, then you know that your resolution output is capable of 1920x1080 resolution12:57
MidnighTokerafternoon people. one of my clients just updated his LTS sysem to 14.04 and now after logging in it crashes with an error box and ~/.xsession-errors indicates a glx problem. Have seen a couple of posts on the issue but none of the suggestions seem to work. could someone advise please?12:58
mjrosenbBluesKaj: hdmi connector does not imply 1080p capable... but there is a very high correlation.12:58
DiKNeYbazhang's ass sits on metaleer's penis! lololol, :)12:59
DiKNeYbazhang's ass sits on metaleer's penis! lololol, :)12:59
DiKNeYbazhang's ass sits on metaleer's penis! lololol, :)12:59
DiKNeYbazhang's ass sits on metaleer's penis! lololol, :)12:59
DiKNeYbazhang's ass sits on metaleer's penis! lololol, :)12:59
DiKNeYbazhang's ass sits on metaleer's penis! lololol, :)12:59
DiKNeYbazhang's ass sits on metaleer's penis! lololol, :)12:59
unopasteDiKNeY you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted12:59
BluesKajmjrosenb, usually it does , my lenovo G500 can display it12:59
mjrosenbactually, the computer that I am attempting to get running atm cannot do 1080p, but only has hdmi output13:00
mjrosenb(dual hdmi outputs, in fact!)13:00
taCoUser2875the usb mouse connect/disconnect in several seconds,and this time device number +1 ($dmesg). And mouse not work well. how to deal ?13:03
MidnighTokertaCoUser2875: have you tried either a different usb port or a different mouse?13:03
Guido1or how can i doe the rmap in linux at least?13:06
taCoUser2875midnight_: yes. but still that problem.13:10
taCoUser2875midnight_: acpi=off still № effect.13:11
TaKeItFoRmEbazhang's ass sits on metaleer's penis! lololol, :)13:14
TaKeItFoRmEbazhang's ass sits on metaleer's penis! lololol, :)13:14
TaKeItFoRmEbazhang's ass sits on metaleer's penis! lololol, :)13:14
cfhowlettDJones, no half measures - ban please13:14
taCoUser2875midnight_: maybe I must install virtualbox to solve that.13:17
=== Mnemonic is now known as Guest74461
=== billstclair is now known as Guest21283
=== BQ_ is now known as BQ
yalchin-38Привет всем !!13:28
cfhowlett!ru| yalchin-38,13:28
ubottuyalchin-38,: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.13:29
pbxwhen i do super-w (on ubuntu 14.04), minimized windows show up blank. is there any way to get them to preview like the others?13:29
bhattigurjothi can anyone tell how can I give the user, sudo access for certain period?13:29
bhattigurjotsudo usermod -a -G sudo hduser13:29
Guest74461Hi. I have lost all usb including wifi on Ubuntu 14.04. I did not install anything, and I have restarted and taken out my battery.  Does anyone have any advise on how to fix this?13:29
Guest74461Usb is being detected in dmesg and lsusb13:30
odrodinkads ir no Latvijas?13:31
BluesKajGuest74461, are you tryin g to boot a usb stick at startup13:31
odrodinwhats a problem?13:32
Guest74461BluesKaj: no. Installed ubuntu 14.04.13:33
Guest74461BluesKaj: please be patient. I am writing from a phone.13:33
pellotaiu want ubuntu on my phone13:35
somsip!touch | pellota13:35
ubottupellota: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch13:35
neutrino--Guest74461: dmesg13:36
BluesKajGuest74461, so nautilus doesn't show usb13:36
toukiHi, why does the "tab" works in the terminal for some user and not for others?13:37
Guest74461BluesKaj: correct. And network manager is not able to connect to any network. The menu is more or less grayed out.13:38
toukiHere is the example http://paste.debian.net/120409/13:39
neutrino--Guest74461: did you switch wireless off from windows (if you are dual booting)13:39
Guest74461neutrino--: No. I am not dual booting.13:40
=== tcpman is now known as Guest52889
=== ImQ009_ is now known as ImQ009
tralfHi all. I am having the following issue and looking for guidance: I am trying to upgrade from 13.10 to 14.04. After disabling all third party PPAs I finally got the software update to complete and for the update manager to prompt me to upgrade. However, when it tried to upgrade it said "No new release found." Running do-release-upgrade started to work, but then aborts saying "An unresolvable problem occurred while calculating the upgrade. This can be caused by:13:42
tralf  [...] * Unofficial software packages not provided by Ubuntu"13:42
tralfDoes this mean I need to purge all third part software?13:43
JarpseBThird party software is installed, wouldn't make a difference to disable the PPA13:43
tralfso i should purge all third party software?13:43
JarpseBNot sure on that13:43
tralfdisabling them just allowed the update to complete, but I understand it doesn't actually remove the software, and it seems the presence of the software prevents upgrade13:44
toukiHi, why does the "tab" works in the terminal for some user and not for others?13:46
toukiHere is the example http://paste.debian.net/120409/13:46
swizgardhi. i get bad signatures from de.archive.ubuntu.com13:46
ObrienDaveswizgard, could be a mirror issue, try a different one13:46
swizgardObrienDave: it is a mirror issue13:47
Guest74461Any idéer13:47
swizgardObrienDave: pl.archive... works fine. how do i contact the responsible person(s)?13:47
Miquel#ubuntu-es13:47
ObrienDaveswizgard, no need, the mirrors re-sync every 6 to 12 hours. it will fix itself soon13:48
cfhowlett!es | Miquel13:48
ubottuMiquel: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.13:48
swizgardObrienDave: but there might be criminal intent behind this, couldn't there be?13:50
ObrienDaveswizgard, ROFLMAO i seriously doubt that13:50
=== Player_ is now known as Player
=== Player is now known as Player_
toukiHow to install an old version of python on Ubuntu LTS 12.4.4?13:51
Picitouki: You could check out the deadsnakes PPA.  As always, PPAs are essentially unsupported, and if you have any issues you are pretty much on your own (or you may need to contact the PPA maintainer): https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes13:52
pbxtouki, `apt-get install python2.3` should work (that's the oldest one i see in 14.04)...13:52
cfhowlettswizgard, perhaps if the mirror manager has been missing for overly long ... and there's a ransom demand ...13:52
ObrienDaveswizgard, and if a frog had wings, it wouldn't get it's butt wet when it jumped ROFL13:52
pbxand yeah, deadsnakes13:52
cfhowlettObrienDave, much wizdum!13:53
ObrienDavecfhowlett, it's so hard to refrain from the snarkiness. but i do try ;P13:55
cfhowlettObrienDave, not very hard, you don't  :)13:55
ObrienDavecfhowlett, i slip occasionally13:56
=== adra is now known as Guest61389
toukipbx: thanks13:58
toukido someone know why some user access to some exec from the terminal and some don't?13:58
=== adra_ is now known as Guest78242
* pbx figures surely there is an ubottu macro on permissions...13:59
somsip!permissions | pbx14:00
ubottupbx: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions14:00
milosz96hi, i just got new computer with ssd and hdd. Root partition is on ssd and /home is on hdd. My linux is waiting for something during boot. This might be helpful: http://pastebin.com/X8CAZ0Rm14:00
pbx!permissions | touki14:00
ubottutouki: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions14:00
pbxthank milosz9614:00
pbxer, thanks somsip rather :)14:00
milosz96pbx: hm?14:00
somsippbx: no, though touki may have a ENV problems as he's su {user} when he's having the problem14:00
somsippbx: *np :-)14:01
vitimitiHi14:02
vitimitiIs this the correct channel to ask about why the Ubuntu SDK is not recognizing the Ubuntu Components saying "QML module not found" and therefore not highlighting?14:03
Picivitimiti: I'd start with #ubuntu-app-devel14:04
vitimitiThanks, Pici14:04
toukipbx thanks14:05
BluesKajgoogle tv14:10
anon809yay14:10
=== BQ_ is now known as BQ
NokiabotChannel trolls lol14:15
mjrosenbDoes anyone happen to know if I can get the kernel version from a uImage, without booting it?14:19
mjrosenbstrings didn't seem to give anything immediately useful.14:19
safaUbuntuHello. Is libAss in the repos built with HarfBuzz support?14:21
safaUbuntuIf not, How can I rebuild it with HarfBuzz support?14:21
cfhowlett!info | libAss safaUbuntu,14:21
ubottu'libAss' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed14:21
cfhowlett!info | libAss14:21
ObrienDavethat would be trolling LOL14:22
safaUbuntu!info | libass14:22
ubottu'libass' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed14:22
somsipObrienDave: no, it's a real thing, eg: https://mailman.videolan.org/pipermail/vlc-devel/2012-August/089552.html14:22
ObrienDavei stand corrected *dang*14:23
safaUbuntu!info | libass414:23
ubottu'libass4' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed14:23
somsip!find libass14:23
ubottuFound: libassuan-dev, libassuan0, libassuan0-dbg, libass-dev, libass4, libassa3.5-5, libassa3.5-5-dbg, libassa3.5-5-dev, libassimp-dev, libassimp-doc (and 1 others) http://packages.ubuntu.com/search?keywords=libass&searchon=names&suite=trusty&section=all14:23
cfhowlettsomsip, ah, THAT is a useful command!14:24
somsipcfhowlett: useful for finding libasses from libelbows. I'll get me coat...14:24
dcanohi i have try to install vnc4server on ubuntu with unity but it doenst work... is it possible to do? i think maybe it will work with gnome14:24
fesmaybe this is a reoccuring question but does Remastersys work for recent Ubuntu's or is there now an alternativ? Regards.14:26
cfhowlettfes, remmastersysis abandoneware. no longer developed or supported.14:27
fescfhowlett: do you know of a substitute? thanks14:28
perowhat happens when you choose to 'install alongside' another distro? i cant make sense of my partitions now14:29
cfhowlettfes, let me think ...14:29
fescfhowlett: thank you14:29
cfhowlettpero, paste it so we can see14:29
cfhowlettfes, "see also" section:  https://en.wikipedia.org/wiki/Remastersys14:30
ObrienDavefes, http://askubuntu.com/questions/452022/remastersys-alternative14:30
perohttp://pastebin.com/1F9NEACc14:30
perobefore it was: sda1=uefi, sda2=32gb ext4 fedoa, sda3=128gb ext4 /home, sda4=8gb swap, the rest unpartitioned14:31
fescfhowlett: thank you so much. I really appreciated the help.14:32
peroconsidering there was no way to go backwards in the installation after selecting 'alongside', i thought that whatever it would do wouldnt be destructive14:32
cfhowlettpero, I can't see (chinese firewall), but I expect that your new OS should have gone into an extended partition.14:32
ObrienDavepero, sda1,2,& 3 are windows. sda4 is your Linux swap. sda5 is your Linux /14:33
jost_How do I check when a package was installerd?14:34
peroi dont have windows14:34
jost_installed?14:34
pero<pero> before it was: sda1=uefi, sda2=32gb ext4 fedoa, sda3=128gb ext4 /home, sda4=8gb swap, the rest unpartitioned14:34
sexyboydpkg -l package14:34
cfhowlettjost_, when = time/date?14:34
jost_cfhowlett: yes14:35
perowhy is there no preview in the installer either?\14:35
cfhowlettjost_, cat /var/log/dpkg*       will give you all installations - should be able to | grep packagename14:36
cfhowlettjost_, yep, I just tested with grep14:36
ObrienDavepero, ok then, sda1 is still your UEFI boot partition,i can't tell what the others are except for swap14:38
=== safaUbuntu is now known as Safa|AFK
peroso where was ubuntu installed? why was sda2 resized? what did the installer do?14:38
Vivekananda_y510hi everyone. how do I identify the roles or necessity of all 'users' ie column 1 in /etc/passwd file. I am doing some assignment and supposed to delete unecessary users. While I know how to delete I dont know how to find out unnecessary14:39
ObrienDavepero, you might have to look at the grub entries.14:39
ObrienDavepero, pastebin lsblk14:40
perothats a little bit more informative14:41
peroObrienDave: http://pastebin.com/j0AGmYr414:41
perobut i dont understand how / became /home and /home /, and why was it resized14:41
perohow can the installer not have a preview or a way to go back14:42
cfhowlettpero, it WARNS you before it commits because it can't go back.14:42
perono it doesnt14:43
mjaykyes it does it shows you what it will look like then when you click apply it it warns formats are perminant ?14:43
peronope14:43
perooption of 'replace fedora' or 'alongside fedora', no preview, no warning and no way to go back14:44
ObrienDavepero, did you look at the "something else" option?14:47
perothat was there too - i was curious to see what 'alongside fedora' would look like14:48
perobut unfortunately after selecting it i couldnt go back - and there was no preview14:48
peromy intention was to do the partitioning myself14:48
mjaykstrange im sure there was a warning last time I did that, either a bug or the installer has changed14:49
idoofdisk shows I have 3 filesystem '/dev/sda7;/dev/sda8;/dev/sda9', however df only can show the /dev/sda9 witch is mounted on "/"     why???14:49
perothere was no warning - i just did it14:49
ObrienDavewell, i guess you fell to this bug https://bugs.launchpad.net/ubuntu/trusty/+source/ubiquity/+bug/126519214:50
daftykins!pastebin | idoo14:50
ubottuLaunchpad bug 1265192 in ubiquity (Ubuntu Trusty) "Install/reinstall wipes out all/other partitions" [Critical,Triaged]14:50
ubottuidoo: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.14:50
perowtf14:50
perohow is a release allowed to go live with that bug14:50
idoothanks ubottu14:51
idooubottu, thanks14:51
ubottuYou're welcome! But keep in mind I'm just a bot ;-)14:51
=== Safa|AFK is now known as Safa
mjayk14.04 pero ?14:51
pero14.04.114:51
ObrienDavepero, you might want to add your experience to the tail of that bug and at least get it bumped14:52
peroalready doing that14:53
weylandUtani+ubuntu@ip-172-31-37-182:~$14:55
weylandUtaniubuntu@ip-172-31-37-182:~$14:58
EiriksUbuntuhow do I adb pull ./backup.ab to my downloads folder?15:00
japrohi, so i just installed 12.04 on this laptop and it doesn't find the firmware for wifi adapter (rtl8188efw.bin) which is apparently not in the 12.04 version of linux-firmware15:00
somsip!rtl | japro15:00
japroshould i just pull the deb of a more recent version?15:01
somsip!realtek | japro (this *might* help)15:01
ubottujapro (this *might* help): some help for recent Realtek chipsets can be found at https://help.ubuntu.com/community/WifiDocs/Device/RealtekRTL8187b15:01
daftykinsno that's a terrible idea15:01
k1lEiriksUbuntu: cd to the Downloads folder of your ubuntu in shell. then use adb pull to get the stuff from the android there15:02
japrowell, it does seem to have the module but not the firmware15:02
japroi tried 14.04 before which kinda has the stuff but works catastrophically bad15:02
japroas in i get <10% of the bandwidth and it completely nukes the local wifi...15:03
japrothere were claims that it works fine on 12.0415:03
daftykinsjapro: please type in full sentences rather than all these separate lines.15:04
EiriksUbuntuk1l isn't there a command to do it like adb pull ./backup.ab /Home/Downloads? i know I'm missing something15:04
kgalahassaI'm searching on ubuntu a software which can permit to import any picture to modify it or plot vectors on it15:04
peroso how can i find out where ubuntu was installed?15:04
daftykinsEiriksUbuntu: perhaps you could ask in an android channel15:04
k1lEiriksUbuntu: yes, but you seem to be confused anyway so i went for the easier solution15:05
k1ladb pull <remote> <local>15:05
xorer14.04.1, xserver-xorg-video-intel (2:2.99.910-0ubuntu1.1) is broken. how can i install previous version?15:05
EiriksUbuntunot confused, just to much medicine15:05
EiriksUbuntuthanks guys :)15:06
japroso the firmware seems to exist in the raring version. which kinda suggest the people claiming it should work in 12.04 were off or not talking exactly about my chipset. so i'm back at installing 14.04 i guess and wondering how to not make it unusable15:08
loahow i can edit bootable iso disk under ubuntu?15:08
loawhat tools i can use?15:09
ObrienDaveloa, archive manager can edit ISO15:09
idoohow can i tell a filesystem has been mounted or not?15:10
ObrienDaveloa, what are you trying to do?15:10
k1lidoo: "mount" in terminal15:10
Bobbo_idoo: df15:10
loaObrienDave, i need to delete one file from iso15:10
loaObrienDave, and i want that it can boot again.15:11
idooBobbo_: df can show unmounted filesystem?15:11
ObrienDaveloa, you mean on the disk?15:11
Bobbo_Maybe not.15:11
TJ-japro: It may well work with 12.04 LTS, but via the HardWare Enablement stack (newer kernels backported from current releases) which are specifically aimed at supporting hardware released after the Ubunt release is finalised15:11
Bobbo_I dunno. :P15:11
k1lidoo: see "mount".15:11
loaObiwantje, i have iso file, i want delete one file from it.15:11
TJ-Bobbo_: afternoon :)15:12
k1lidoo: i dont understand where your issue is with the "mount" command15:12
Bobbo_TJ-: Afternoon. :P15:12
idook1l: ok, thanks i will man 'mount'15:12
ObrienDaveloa, ok, open ISO into archive manager, delete the file, save ISO, reburn to disk15:12
BuZainyo15:12
k1lidoo: just type "mount"15:12
k1lidoo: its not that difficult15:12
japroTJ-, the kernel seems to have the backports but the firmware .bin file is not present15:12
loaObrienDave, archive manager it is default program?15:13
=== Hobbyboy|Away is now known as Hobbyboy
TJ-japro: Hmmm, that'd be a serious omission from the HWE!15:13
loaObrienDave, i tried to use it but it shows empty archive15:13
japroTJ-, well there is a bug report i found that ends in a wontfix15:13
ObrienDaveloa, what ever opens .tar, .gz, etc. should open ISO15:13
k1lidoo: support only in this support channel, please15:14
idook1l: ok15:14
loaObrienDave, https://dl.dropboxusercontent.com/u/25725476/screenshot-2014.09.11-19%3A14%3A23.png15:14
TJ-japro: Related to the missing firmware? If you have the number I'd like to take a look15:15
mandeepPlease help, I want to backup all config files e.g. in ubuntu15:15
mandeepPlease help, I want to backup all config files e.g. in ubuntu15:15
mandeepoops15:15
somsip!backup | mandeep15:15
ubottumandeep: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning15:15
ObrienDavewe'll let you get away with it the first time, mandeep LOL15:15
mandeepI want to re-install ubuntu. But I don't want to lose customizations done to different softwares.15:17
Bobbo_TJ-: I should really do some work, but you cool to muck in later? :)15:17
eeeemandeep: copy your ~/. files15:17
japroTJ-, well maybe i misread it claims to fix it in12.04.4  (which i should have?) https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/126382115:18
ubottuLaunchpad bug 1096989 in linux (Ubuntu) "duplicate for #1263821 [10ec:8179] No wireless support for Lenovo IdeaCentre Q190 (RTL8188EE)" [High,Fix released]15:18
mandeepeeee, What about /etc folder?15:18
eeeemandeep: find ~ -type d -iname ".*" -exec cp -rp {} /path/to/backup \;15:19
TJ-japro: Can you tell me the PCI ID of the device so I can cross-check ("lspci -nn") ?15:19
TJ-Bobbo_: Absolutely - I'm building/testing a simple EFI shell bootable USB image here now. I may even be able to write a UEFI shell script for it :)15:21
Bobbo_\o/15:21
Bobbo_TJ-: Thanks. :P15:21
japroTJ-, 02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)15:21
Bobbo_I'mma do some work, so I can like... Actually tell my boss I done something today. :315:22
eeeemandeep: i guess also /etc/15:22
mandeepeeee, how to find config files only in /etc15:24
=== Guest84663 is now known as RedDeath
* RedDeath Back15:25
TJ-japro: So that gives us: "modinfo $(awk '/10EC.*8179/{print $3}' /lib/modules/`uname -r`/modules.*) | grep ^firmware" => "firmware:       rtlwifi/rtl8188efw.bin" ?15:26
japroTJ-, indeed15:28
SwissNoobHello, my wifi suddenly drops after I load a certain amount of pages, after the drop the router can't be pinged, what commands would help me analyse what's happening ? I can see nothing in /var/log/*.log (I am monitoring it and can reproduce the drop)15:29
TJ-japro: So either a new linux-firmware package matching the HWE should be included, or the 12.04 linux-firmware package should be updated... the former being the obvious and preferred method15:30
TJ-japro: I've highlighted this in #ubuntu-kernel. No response so far but you might want to join that channel and monitor it; your input might be useful15:32
TJ-japro: OK, we have a response, I'll create a bug report now. You should subscribe to it and add your input once I give you the bug number15:34
SwissNoobHere are some infos I've seen asked when people have similar problems: http://pastebin.com/Xtqhjccm15:34
SwissNoobI'm really looking for a reason ping suddenly hangs15:35
daftykinsi'd expect to see a network disassociation15:35
mandeepSwissNoob, I am facing same problem. But then I installed ubuntu alongside the old one. And it's working fine on new one.15:37
SwissNoobmandeep: that's pretty extreme =O15:40
mandeepSwissNoob, :)15:41
Joseph_Hi , I try to hep something related to rsync command , i am not sure this is correct location please advise to go15:41
zap0how do i get a newer version of PHP installed ?15:41
_486how to check my gpu core clock speed in ubuntu? im stumped15:43
SchrodingersScatJoseph_: try asking, what's the issue?  rsync with --dry-run can help prevent certain mistakes15:44
_486im using Intel(R) Graphics Installer 1.0.6 from 01.org15:44
SchrodingersScatJoseph_: btw, forgot to mention that just shows you what rsync would have wanted to do15:46
mjrosenbhas anyone put 14.04 on a pandaboard (successfully?)15:46
hasselmmhi, is it possible to disable xhci_hcd without cooking a new kernel?15:48
* RedDeath Salut/Hello15:50
mjrosenbhasselmm: is it built as a module? if so, then it should be trivial.15:51
viteHi, If I buy a new PC and want to put the harddrive of the old pc on the new one, will it boot up normally from the old HD?15:51
daftykinsvite: depends if you installed any proprietary graphics drivers really15:52
jazzedquick question: I ran debootstrap to install ubuntu 12.04 32-bit on a 64-bit system. When I chroot into the new rfs and do uname it still shows x86_64 not i386. Is that right?15:53
sakamopAre there any settings I can use to reduce physical memory usage? I don't want to change DE or application software. I don't mind losing performance to save memory.15:53
circ-user-8fdEtswitch to arch? lol.15:53
ActionParsnipsakamop: use lighter applications then15:53
daftykinsjazzed: chroot uses the currently running host kernel, so that'll probably be inaccurate15:53
=== Protocol is now known as Guest17222
mystoganmy ubuntu 14.04 is running in low graphics mode..?how do i get it back to normal?15:53
xikkubuninstall unity15:54
circ-user-8fdEtget lxde15:54
mjrosenbvite: it depends /how/ old.  There is a decent chance that networking won't work properly, as daftykins said, graphics may not work.  if you have an /ancient/ system, you probably won't have sata support...15:54
ActionParsnipmystogan: what happened to generate the issue?15:54
jazzedty daftykins15:54
mystoganActionParsnip, i just installed ubuntu 14.04 but i get the message as  your system is running in low graphics mode?15:55
mjrosenbjazzed: there is a program called 'linux32', you give it a program to run, and it will change uname.15:55
Igurdsakamop: https://wiki.archlinux.org/index.php/maximizing_performance#Compcache.2FZram15:55
sakamopThere's no system/kernel setting?15:55
mjrosenbe.g. linux32 chroot /32-bit-chroot15:55
Igurdi guess there's a service to do it on ubuntu15:55
mystoganxikkub,did u address me?15:55
xikkubmystogan: does ctrl+alt+f7 do anything15:55
ActionParsnipmystogan: did you install proprietary video drivers?15:56
sakamopNothing I can do in system/kernel like optimise number of allowable open file handles or something?15:56
mystoganxikkub,doesnt it go to tty7?15:56
xikkuband no, i was adddressing sakamo15:56
mjrosenbsakamop: what is your memory usage like now that you want to lower it?15:56
mystoganActionParsnip, no15:56
ActionParsnipmystogan: can you boot to an older kernel?15:56
ActionParsnipmystogan: have you ran updates yet?15:56
sakamopmjrosenb: It's touching 2 GB and I need to get it *under* 2 GB to fit on a specific hardware device15:57
netametaHow can i uninstall something for example, i did sudo make install for NPM, then deleted the folder by mistake, but NPM is still available in the system how can i un install it ?15:57
sakamopmjrosenb: That's with a browser open etc. The base desktop, no apps, is just about 3/4 GB15:57
daftykinsnetameta: find where it is and delete it, then in future don't compile from source again on a packaged distribution (:15:57
xikkubmystogan: tty7 is where xorg usually runs, assuming xorg is running15:57
ActionParsnipsakamop: using a lighter DE will help a lot. Gnome + Unity + Compiz is far frmo light15:58
netametadaftykins how can i find where it is installed ?15:58
mystoganActionParsnip, no i did not ,,since i could not log on safely i went through recovery mode,then selected failsafeX and pressed ctrl+alt+f1 and finally pressed ctrl+c which logged me in..15:58
mjrosenbsakamop: is that before or after deducting buffers + cache?15:58
ActionParsnipmystogan: do you have web access?15:58
daftykinsnetameta: try "which <programname"15:59
mystoganActionParsnip, yes i have...15:59
ashadiqiplease help, can i back up all the configuration in ubuntu(including installed apps) and re-apply them after i re-install ubuntu?15:59
daftykinsnetameta: oops "which <program name>"15:59
netametadaftykins, will try thanks15:59
Toadstool2hello everyone15:59
ActionParsnipmystogan: run:   sudo apt-get update; sudo apt-get upgrade; sudo apt-get dist-upgrade15:59
daftykinsashadiqi: this has already been answered. backup your /home15:59
ActionParsnipmystogan: then reboot, may help15:59
mjrosenbsakamop: you may also want to switch browsers. I've been known to use dillo.15:59
sakamopmjrosenb: Right now with xchat, chrome, pidgin it's showing 2.3GB + 638MB cache15:59
Toadstool2im trying to find the best winamp like media player for ubuntu15:59
Toadstool2any suggestions?16:00
daftykinsToadstool2: there's no such thing as best, but try clementine16:00
mystoganActionParsnip, yes i will try...and thanks16:00
Toadstool2thanks dafty16:01
mjrosenbsakamop: as of ~6 months ago, mozilla actually had better memory usage than chrome in a number of tests </shameless plug>16:01
mystoganActionParsnip, i will have to try it in recovery mode.Can i?16:01
ActionParsnipmystogan: as long as there is a web connection, yes :)16:01
mystoganok ActionParsnip16:01
mjrosenbsakamop: and limiting the number of open file descriptors will either have no effect on memory usage, *or* will cause programs to fail spontaneously.16:01
mjrosenbsakamop: if you can manage to get everything to use hugeTLB, that'll cut down on memory usage.16:02
sakamopmjrosenb: Fair enough but I'm locked into Chrome due to Google book purchases. :-) I understand what you are saying though - there's no easy way out without changing user apps or DE. I'd prefer to change DE or buy a new laptop.16:02
ActionParsnipsakamop: could switch to Midori16:02
ashadiqidaftykins: yes i can do the backup, will it be re-applicable after i re-install?16:02
mjrosenbsakamop: you may also want to investigate x32.16:02
daftykinsashadiqi: what be reapplicable?16:03
mjrosenbsakamop: glhfdd on getting it to actuallybuild, but /man/ it'll be nice.16:03
sakamopActionParsnip: Thanks16:03
sakamopmjrosenb: Also thanks.16:03
ashadiqidaftykins: all the configuration i made including the apps16:03
mjrosenbsakamop: n.b. x32 != i686/x8616:03
daftykinsashadiqi: you'd have to reinstall the software yourself16:04
ashadiqidaftykins: is there any other way to keep them?16:05
daftykinsashadiqi: perhaps you should tell us why you're reinstalling, it doesn't make any sense as to why you find these instructions hard16:05
ashadiqidaftykins: i want to rearrange  my harddisk partition16:06
stefan_npany girl for descent chat16:07
mjrosenbashadiqi: you can likely do that by just booting to a suitable liveenvironment without reinstalling.16:07
ActionParsnipstefan_np: wrong channel dude16:07
stefan_npthen what is proper channel16:08
stefan_npwhere16:08
daftykinsnone, you're on the wrong network16:08
stefan_npi see ok tnx16:08
kill_-9_1Where should the unlucky one which have an Atom PowerVR graphics processor refers?16:08
Toadstool2lol16:08
Toadstool2you want chatroulette stefan_np16:09
kill_-9_1(Intel Atom with PowerVR GPU , Dell system)16:09
Toadstool2or facebook16:09
AlonzoTGwhy do ppl think re-installation is an acceptable thing to suggest someone who just needs to get his sound driver working (why did it break?!?!?! )16:09
mjrosenbkill_-9_1: i was going to suggest #android :-p16:10
mjrosenbAlonzoTG: because it'll keep them busy, and not asking questions for a few hours :-p16:10
ashadiqimjrosenb: I like my ubuntu just like this, but i made some mistakes in partitioning the hard drive, i made it too small for ubuntu system16:11
kill_-9_1mjrosenb: For GNU/Linux? (#intel-gfx just made a dialog)16:11
xanguaAlonzoTG: probably because they give little to no information to help them to begin with, just like your question: "why did it break?"16:11
Bobbo_TJ-: How big is this image?16:11
AlonzoTGI think someone decided that ALSA was too reliable and decided to replace it with a sack of turd that they could have fun fixing...16:12
mjrosenbashadiqi: yeah, you definitely don't need to reinstall for that.16:12
bcvery1I have '0,15,30,45 * * * * /usr/bin/python ~/.i3/i3bg.py' in my crontab; running the command in terminal works, but the crontab is not running it16:13
_486my sound on laptop has quit a few times... believe it or not closing lid (sleep) and opening again fixed it16:13
AlonzoTGHow is Ubuntu's support for the new AMD HSA processors?16:13
_486./shrug16:13
Toadstool2does anyone know how to specify a port on IRSSI?16:13
ashadiqimjrosenb: let my try it, thanks16:13
ashadiqidaftykins: you too sir, thanks16:14
AlonzoTGmine does not recognize any audio devices, when it actually is quite well equipped for a $400 bargain barrel model.16:14
helmut_hi16:14
Toadstool2i tried "/connect -p 6665 irc.network.net"16:14
Toadstool2i dont think the syntax is quite right16:14
AlonzoTGThe sound hardware was made by this obscure, no name, 2-bit company called Intel...16:14
Toadstool2i also tried "/connect irc.network.net:6665"16:14
Toadstool2that dosent work either16:14
AlonzoTGso no way that could be supported so that it "just worked"16:14
sage__put the port number after the server name16:15
sage__no quotes16:15
sage__seperated by a space16:15
PiciToadstool2: as /help connect says: /connect irc.network.net 666516:15
Toadstool2got it16:15
Toadstool2thanks sage and Pici16:15
=== Isiah is now known as MistaMike
hasselmmmjrosenb: no, it's built into the kernel, unfortunately16:16
sage__you could write your own driver16:17
Joseph_Hi   i try to do rysnc from local system itself16:18
urthmoveris unison a good replacement for rsync?16:18
ActionParsnipAlonzoTG: if there are weird bits in the way, like strange ACPI implementations then you may get issues16:19
Joseph_http://paste.ubuntu.com/8320102/16:19
mjrosenburthmover: I've heard it tends to slow down a lot on large directories.16:19
Joseph_i try to get mail alert once its completed16:19
urthmovermjrosenb: awesome thanks for the heads up, I'll test that before I put it in play16:20
hasselmmsage__: build a new kernel you mean? well, that's what i try to avoid.16:20
hdtune2ki wanna know,i use bumblebee to swtich my GPU,(via optirun),it returns "Cannot access 2nd GPU"16:20
hdtune2kwhy....16:20
hasselmm(although that it might proof to be quicker to just build a new kernel, that googeling endless less for something that might not be possible)16:20
ActionParsniphdtune2k: what is the output of:  cat /etc/issue16:21
thanmustokihello16:21
hasselmm...why can't new USB host drivers just work?16:21
hdtune2karrr.....16:21
thanmustokianyone can help how to compile kernel in ubuntu 14.04?16:22
hasselmmtook ages until uhci_hcd was usable....16:22
hasselmmthen ages until ehci_hcd was usable...16:22
hasselmm...and once again history repeats with xhci_hcd16:22
hdtune2knoone can answer my bumblebee problem?16:22
hasselmmsomething is fundamentally wrong16:22
sage__thanmustoki: why are you trying to compile a new kernel16:22
ActionParsniphdtune2k: I asked you a question....16:22
ActionParsniphdtune2k: you didnt reply16:22
ActionParsniphdtune2k: why ask something to then IGNORE replys16:23
ActionParsniphdtune2k: it makes no sense at all16:23
ActionParsnip!kernel | thanmustoki16:23
ubottuthanmustoki: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages)16:23
innocent95Hi16:23
hdtune2ksorry16:23
hdtune2ki16:23
ActionParsnip[17:20] <ActionParsnip> hdtune2k: what is the output of:  cat /etc/issue16:24
hdtune2k i didnt see that reply16:24
innocent95I'm not able to disable the auto-suspend feature in my xubuntu16:24
hdtune2klet me see16:24
innocent95is there anyway to do that16:24
ActionParsnipinnocent95: I believe its in display, you can tell the screen not to dim after so long16:24
thanmustokiubottu: thank you very much16:24
ubottuthanmustoki: I am only a bot, please don't think I'm intelligent :)16:24
hdtune2kit seems like /etc/issue only contains this:"Ubuntu 14.04.1 LTS \n \l"16:25
innocent95ActionParsnip, settings > Display?16:25
ActionParsnipinnocent95: I guess, its something like that16:25
ActionParsnipinnocent95: same place as brightness16:25
thanmustokisage__: I just want to optimize my linux16:26
ActionParsnipinnocent95: not used Gnome for a while so I'm losing touch of exactly where junk is16:26
ActionParsniphdtune2k: have you tried nvidia-prime instead of bumblebee?16:26
hdtune2kno,16:26
hdtune2kwhat is that?sorry i am blue16:27
sage__thanmustoki: Looking at the kernel might be interesting, but you won't optimize it by any degree that is worth the time16:27
daftykinshdtune2k: look it up16:27
hdtune2ki am not very familar with linux16:27
innocent95ActionParsnip, There is an option to disable that, where brightness exist as you said, but it cannot be done, you cannot modify that16:27
hdtune2kok thanks , let me search on the web16:27
hdtune2kThanks ActionParsnip and daftykins16:28
hdtune2kand sorry about the ignoring of your replys!16:28
thanmustokisage__: is it take long time? and difficult? wht's difference between installing/upgrading new kernel?16:29
sage__thanmustoki: The kernel used by Ubuntu has already been customized for Ubuntu. It requires an immense amount of knowledge to compile a kernel that will function beyond what the default provides.16:31
* AlonzoTG huggs his gentoo and it's unmolested kernel.16:31
=== stapler117 is now known as stapler_school
hdtune2k:q16:32
Toadstool2weechat lol16:33
AlonzoTGso basically the stock kernel was too well engineered so it was necessary to unleash a horde of flatheads on it to add a bunch of bugs and missfeatures.16:34
ActionParsnipAlonzoTG: how do you figure that?16:34
daftykinsthis is not the place for your personal insights.16:35
fartfaceAre there any decent epub readers available for *buntu that would be comparable to Adobe Digital Editions?  I've tried FBReader, it's...not very intuitive.16:35
badawi-filssalu16:36
sage__you can read from the browser using amazon kindle cloud reader16:36
ActionParsnipfartface: calibre16:36
badawi-filssalu je suis un news user et je voudrais apprendre les libres16:36
theadmin!fr | badawi-fils16:37
sage__firefox also has an addon called EpubReader16:37
ubottubadawi-fils: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.16:37
ActionParsnip!fr16:37
minus1999I have a question concerning a samba setup that Ive done for my home. I added two unix user, then added them as samba users  and a directory for the first user was created and is accessable. A directory for the second user was never created. I created the directory for such user but I cant see it on a windows machine. Anyone have an  idea why?16:37
theadminfartface: Doesn't Evince (the default Ubuntu document reader) handle epub?16:37
fartfaceAction: I've used calibre in the past as well, it's good for conversions, but the reader itself isn't too great.  Specifically looking for one that can handle annotations.  I might end up having to use Calibre as I'm pretty sure it'll be the only one that'll handle annotations.16:37
fartfacetheadmin:  Evince wasn't on my install, I'll give it a shot one sec16:38
sakamopfartface: calibre, or you can run something like Foxit under wine16:38
sakamopfartface: evince is, it's the defautl reader16:38
fartfacesakamop: foxit does epub?16:38
minus1999Im using the latest ubunu server os16:38
ActionParsnipminus1999: did you use smbpasswd -a username   to set the password for the username?16:39
fartfacetheadmin: Doesn't look like Evince handles epub16:39
ActionParsnipminus1999: are the clients going to be linux based too?16:39
minus1999yes16:39
sakamopfartface: dunno about the free one, but they have a reader16:39
ActionParsnipminus1999: no windows?16:39
minus1999windows and mac os x16:39
ActionParsnipminus1999: oic16:39
fartfaceThough on that note, does anyone know how to have document location persistence with Evince?  Like if I open a PDF, and close it, and then reopen the PDF, it'll be in the same location as when I closed it?16:40
theadminfartface: Sorry, I must have confused formats16:40
ActionParsnipminus1999: windows is holding you back here :(16:40
fartfacetheadmin: No worries, I appreciate the help :)16:40
ActionParsnipminus1999: is the 2nd folder defined in /etc/samba/smb.conf ?16:40
minus1999the only differnce i can think of is that i added a -m when i added the first user16:40
minus1999neither of the folders are in the smb.conf16:41
TJ-Bobbo_: The UEFI bootable image will be very small; probably around 2MB16:41
sakamopfartface: evince does that with pdf, but i've not tried epub16:41
ActionParsnipminus1999: then how did you make the shares?16:41
daftykinsminus1999: you should be mounting samba shares manually, not relying upon GUIs to 'see' shares16:41
Bobbo_oh wow16:41
minus1999Im not sure. The first one was share from the start16:42
minus1999the second one...16:42
minus1999well i had to manually create the directory16:42
ActionParsnipminus1999: if you want to add folders you need to define them in smb.conf and they will be presented when the server is scanned for shares16:43
minus1999Ah. Ill add them manually then.16:43
ActionParsnipminus1999: plase note, trying to get samba to play nice with NTFS is a pain16:43
fartfacesakamop: Was it a setting?  Because it's definitely not behaving like that by default for me.16:44
=== kill_-9_1 is now known as MY123
minus1999is there a better way to work with windows, file sharing wise?16:45
minus1999then samba?16:45
daftykinsno16:45
daftykinsdepends what you're really doing with the file sharing16:45
daftykinswhether it's regular or not16:45
tonglHello, can anyonse help me installing ubuntu??16:46
minus1999im just wanting to use it as a fileserver for my home16:46
ActionParsniptongl: wassup?16:46
minus1999for both mac and window16:46
sakamopfartface: Unsure, let me look.16:47
ActionParsnipminus1999: if you want multiple folders showing when you search the server, you will need to define them in smb.conf and restart the smbd service16:47
tonglIve been trying to install it in 1 pc & 1 laptop but same error apeared16:47
ActionParsniptongl: what error?16:47
sakamopfartface: I open a pdf by double-click, go to page 11, close evince. double click pdf again, it comes back on that page. As I said, it does it with PDF but I haven't tried epub.16:48
fartfacesakamop: hmm, strange it's not working for me.  I don't think it can open epub at all.  I'll take a look around the settings16:49
tonglIt starts normally and it shows me optuons : language, try ubuntu, install ubuntu16:49
tonglIt is 8.0416:49
fartfacesakamop: Or maybe I'm just... slow, because I just tried it again and it worked.16:49
fartfaceDurrr16:50
ActionParsniptongl: Hardy is not supported in ANY way.16:50
tonglWhat's hardy?16:50
ActionParsniptongl: please grab the ISO for Trusty (Ubuntu 14.04) and install that. Trusty is LTS and supported til April 201916:50
ActionParsniptongl: Hardy is the codename for Ubuntu 9.0416:50
tonglK16:50
TJ-tongl: 6 years old? I'm surprised the media hasn't started to bit-rot already :)16:50
ActionParsnip8.04, sorry16:50
tonglI have 14.04 on Usb16:50
ActionParsniptongl: use that it is supported16:51
AlonzoTGI've seen 10+ year old media work.16:51
AlonzoTGheck, I even pulled some files off of 23 year old floppies.16:51
TJ-AlonzoTG: Same here; you maybe missed the subtle irony16:51
ActionParsnipAlonzoTG: magnetic media is more resiliant than optical16:52
tonglWait a min going to translater.. -.- (spanish)16:52
sara_e2hi16:53
daftykinshello. please ask your question if you have one.16:53
genii!hardy16:53
ubottuUbuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See http://ubottu.com/y/hardy for more details.16:53
geniiActionParsnip: 8.04, not 9.04 ;)16:53
sara_e2when connect to my ubuntu machine using ssh and I login I get the kernel version and hostname how can I delete thati information? I delete the motd but I still get the kernel version16:54
ActionParsnipgenii: yea, was corrected 2 lines later :D16:54
ActionParsnipgenii: 9.04 was awful16:54
geniiYes, i agree16:54
minus1999Ive made a folder to be shared using samba, in the smb.conf file i put public = yes, writable = yes, but it still says i need to be a valid user. can i put valid users = all?16:55
tonglGuys with usb ubuntu starts: Ubuntu and 5 points above16:55
ActionParsnipminus1999: list the users you want to be valid for the share16:55
tonglBut nothing more happens16:55
daftykins!pastebin | minus199916:56
ActionParsniptongl: what GPU do you use?16:56
ubottuminus1999: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:56
daftykinsminus1999: share the file, not a tedious explanation please16:56
tonglWhats gpu?16:56
minus1999its on a different machine16:56
tonglComputer?16:56
minus1999how can i do that using the cli16:56
arun_ hi guys, I have a Samsung S II and its stuck at the bootloader I only have the CWM Recover Mode, There is an error after I install Ubuntu Touch on it, there is black screen, looks like the phone gets shutdown while booting to ubuntu and I get an error in the recovery mode, Can't Open /cache/recovery/ubuntu_command16:57
ActionParsniptongl: your video chip?16:57
ActionParsniptongl: the video card16:58
arun_checking for autodeploy.zip autodeploy.zip not found16:58
tonglIs that info on bios??16:58
ActionParsniptongl: does the system have a make and model?16:58
sara_e2Hi, when connect to my ubuntu machine using ssh and I login I get the kernel version and hostname how can I delete thati information? I delete the motd but I still get the kernel  version16:58
tonglI can tell you bios info16:58
YokoBrhey guys, which one is the best "open source cpanel" with reseller, clients, billing support?16:59
ActionParsnipsara_e2: I believe its the motd in SSH16:59
sara_e2ActionParsnip: but I change the option to not show it16:59
ActionParsniptongl: is the system a Dell?16:59
ActionParsnipsara_e2: yes16:59
rberg_sara_e2: look into /etc/update-motd.d/00-header17:00
sara_e2PrintMotd no17:00
tonglWait a min pls17:00
sara_e2rberg_: let me see17:00
minus1999daftykins: http://paste.ubuntu.com/8320370/17:00
bfisher-fleigI'm looking to setup a home vpn. Will ubuntu 14.04 server stay running 24/7 (barring crashes) or will it suspend itself periodic?17:00
sara_e2rberg_: It doesn't exist that file17:00
sara_e2it's really weird17:00
daftykinsminus1999: you have a semi-colon ; in your second path17:01
minus1999there is a typo that isnt in the smb.conf  ';'17:01
=== jottr_ is now known as jottr
minus1999thats not there17:01
arun_ hi guys, I have a Samsung S II and its stuck at the bootloader I only have the CWM Recover Mode, There is an error after I install Ubuntu Touch on it, there is black screen, looks like the phone gets shutdown while booting to ubuntu and I get an error in the recovery mode, Can't Open /cache/recovery/ubuntu_command17:02
daftykins!touch | arun_17:02
ubottuarun_: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch17:02
daftykinsminus1999: sadly i can't get at my example config right now, but you have passwords configured so there's no need to enable public access17:03
Bobbo_TJ-: Ready? :P17:03
=== Edgan_ is now known as Edgan
TJ-Bobbo_: not yet; more testing and I have to make dinner yet :)17:05
Bobbo_Okay.17:05
minus1999whenever i try to create a new folder via windows machine it says forlder access denied, You need permission to perform this action17:06
daftykinsminus1999: you must be authenticated as the wrong user to the /home/hopeforthree/ user path17:08
tonglYou know what is creature feel??17:08
tonglBios version 4coredual-VSTA BIOS P117:09
=== Danny_Tang is now known as Danny_Tang[Solo_
=== Danny_Tang[Solo_ is now known as Danny_Tang
optrazthis is a general question, what are option you can do when you have a lot of emails in evolution mailclient other than delete them?17:10
=== abrkn is now known as Guest33804
=== abrkn- is now known as abrkn
tonglIts not a dell17:10
ActionParsniptongl: then what is it?17:10
tonglActionparsnip17:11
tonglIdk17:11
tonglIt jasmt any logo17:11
tonglHasnt*17:11
minus1999daftykins: Ah. So the machine thats view/accessing the file needs to have the same user name as the username i created in ubutu?17:12
tonglIt may be creature feel but idk this name17:12
daftykinsminus1999: well, what i do is have the same user+pass on the ubuntu server as the Windows box so that they auth automatically17:12
daftykinstongl: you are not making sense in english, what language do you speak?17:13
squintytongl:  if you install  inxi   it will give you lots of information pertaining to your system including graphics, wireless, motherboard etc17:13
minus1999Ah. I see. I thought something else17:13
tonglSpanish17:13
daftykins!es | tongl17:14
ubottutongl: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.17:14
tonglTy17:14
rangeles2276How can I reset the display setting on Ubuntu 14.04 using the Nouveau Driver?17:24
optrazthis is a general question, what are option you can do when you have a lot of emails in evolution mailclient other than delete them?17:24
rangeles2276I have tried doing the failsafe reset from the recovery but nothing seems to work17:25
rangeles2276this happened after I removed the proprietary Nvida Driver since for some odd reason it wont work with my 27" Dual Link DVI display17:26
rangeles2276and now all I get is a 800x600 resolution and I can't fix it17:27
rangeles2276I've been at this since 10am, can someone please help17:27
eeeewhich driver were you using?17:27
=== user_ is now known as c107
rangeles2276right now I'm using the default that comes with 14.04 Nouveau17:28
rangeles2276I completely purge the Nvidia drivers17:28
squintyoptraz:  https://wiki.gnome.org/Apps/Evolution     Online Support   First consult the Evolution Manual.17:29
rangeles2276@c107 the default driver is install down but I can't get the highest resolution for my display17:29
squintyrangeles2276:  check to see if xorg.conf is present on system.   rename it (or delete it)17:30
=== pumbaway is now known as pumba
eeeerangeles2276: when you type xrandr what resolutions do you get17:30
=== RedDeath is now known as zz_RedDeath
c107rangeles2276: I use Trisquel GNU+Linux.  My IRC package is programmed to join #ubuntu by default...17:30
eeeei think you should install nvidia-current17:30
rangeles2276@c107 I removed it already but nothing, is like the system won't recognize the new driver17:31
rangeles2276I can't install nvidia-current because I have a Dual Link DVI display and it won't work17:31
MarsoupialI need help using insmod to load a driver without rebooting. Anyone know how?17:32
rangeles2276I already tried everything possible when it comes to Nvidia so I gave up. Ubuntu does not support the DualLink DVI hardware for some weird reason17:32
rangeles2276well it sort of supports it but not with the Nvidia drivers17:33
apathyalternate v10 ubuntu is great for nvidia17:33
rangeles2276@apathy never heard of it17:33
apathyISo17:34
rangeles2276@apathy @c107 at this point I just want to revert to the OS default so I can get my 2560x1440 resolution which I had before I installed the Nvidia drivers17:35
rangeles2276@c107 it seems like the xorg.conf file is cache somewhere in the system or something17:35
rangeles2276@c107 I looked in the /etc/X11/ for the xorg.conf file and is not there]17:36
unopasterangeles2276: Error: Spurious "]". You may want to quote your arguments with double quotes in order to prevent extra brackets from being evaluated as nested commands.17:36
squintysudo updatedb && locate xorg.conf17:36
rangeles2276@squinty running command now17:37
rangeles2276@squinty ok I got a bunch of files back but none are the xorg.conf which is good news right17:39
squintyrangeles2276:  should be afaik....17:40
rangeles2276@c107 @squinty ok I'm going to try and reboot, thanks for the help17:40
=== hasselmm1 is now known as hasselmm
rangeles2276@c107 @squinty No dice guys, still on 800x60017:44
rangeles2276@squinty No dice guys, still on 800x60017:45
rangeles2276squinty I also tried reinstalling the xserver-xorg-core and xserver-xorg-nouveau17:47
ActionParsniprangeles2276: could blacklist the nvidia driver to help stop it loading....17:48
rangeles2276@ActionParsnip but I have removed and purged the nvidia drivers from my system17:48
ActionParsniprangeles2276: if yu drop the '@' symbol, it will highlight users.17:49
ActionParsniprangeles2276: see how this isnt highlghting17:49
ActionParsnip@rangeles2276: see how this isnt highlghting17:49
rangeles2276ActionParsnip right, sorry17:49
=== pumba is now known as pumbaway
ActionParsnip!away > pumbaway17:49
ubottupumbaway, please see my private message17:49
rangeles2276ActionParsnip ok so right now the noveau driver is installed but is my resolution that wont go higher than 800x60017:50
rangeles2276ActionParsnip my IPS display goes up to 2560x144017:50
ActionParsniprangeles2276: have a read of /var/log/Xorg.0.log   may give clues17:50
rangeles2276ActionParsnip not sure what this means "No input driver specified, ignoring this device."17:52
ActionParsniprangeles2276: time to find out.......17:53
rangeles2276ActionParsnip there is nothing in it about the display driver, that last comment was for an input device(Wacom Tablet)17:54
=== derk0pf is now known as derk0pf|NA
fabio_ciao17:55
rangeles2276ActionParsnip hey take a look at this http://pastebin.com/EFep7Hun17:57
rangeles2276c107 take a look at this http://pastebin.com/EFep7Hun17:58
rangeles2276squinty take a look at this http://pastebin.com/EFep7Hun17:58
=== derk0pf|NA is now known as derk0pf
rangeles2276ActionParsnip it looks like something got messed up when I removed the Nvidia drivers, looks like is using something called FBDEV17:59
=== christoph is now known as Guest80400
arun_hello guys, why doesn't my phone show in lsusb ?17:59
daftykinsarun_: i told you earlier that the channel for touch is #ubuntu-touch18:00
rangeles2276ActionParsnip there has to be a way to reset the display drivers back to the original out the box config18:00
rangeles2276ActionParsnip I have also tried to google this but I get nothing that can help fix this18:02
rangeles2276ActionParsnip if I reinstall the OS will it wipe out my apps that are install in /Opt18:03
hashkenI'm trying to setup a 3 node network (A, B, C) with links A-B and B-C and B acting as the router between A and C18:05
hashkenIP forwarding is enabled in B and the appropriate addresses have been setup in the respective interfaces18:05
hashkenLet's say eth0 of A is connected to eth0 of B and eth1 of B to eth1 of C18:06
hashkenThe subnet in A-B is 10.1.1.0/24 and that in B-C is 10.1.2.0/2418:06
hashkenTo ensure that A sends packets meant for C through B, I setup the following route in A18:07
hashkenip route add 10.1.2.0/24 dev eth018:07
hashkenAnd in C, I added18:07
hashkenip route add 10.1.1.0/24 dev eth118:07
hashkenBut, I'm still not able to ping A from C18:08
hashkenWhat could be the reason??18:08
=== mattxtn_ is now known as mattxtn
=== moo is now known as Guest51787
rangeles2276ActionParsnip oh I found something weird. This "Gallium 0.4 on llvmpipe" is wrong18:18
rangeles2276ActionParsnip it could be that I have the wrong driver installed, how can I tell?18:18
mint-88899hi,i am  chinese man.18:22
=== banister is now known as banisterfiend
ckindleyHi folks. How can I make lightdm _never_ remember the last-used username?18:25
Baakow18:35
iampaul83any reason why a program would not start in boot up. This is a customer application that we developed.  If i a a do /etc/init.d/program start it works i did the update-rc.d program and set the start and stop defaults18:35
Baakohi guys. when i start up ubuntu. it takes about 2 mins for the keyboard and mouse to stop working and sometimes when i log in after awhile the keyboard and mouse dont work again18:36
Baakowhy is that and how can i solve it?18:36
mjrosenbBaako: is the whole system frozen?18:37
Baakomjrosenb yes18:38
mjrosenbBaako: so you can't ssh into the machine from another computer?18:39
Baakomjrosenb who said something about ssh?18:39
mjrosenbBaako: I did.18:40
Baakomjrosenbi dont know about ssh sorry18:41
FunkyELFhey guys... wondering what is more stable (or supposed to be anyway) Chrome Beta or Chrome Dev?  I want to try to watch Netflix and this thing says I need either Beta or Dev18:42
FunkyELFhttp://www.omgubuntu.co.uk/2014/08/netflix-linux-html5-support-plugins18:42
brontosHey all, do you know of a good program that will take a directory full of mp3s and identify them, rename them, and correct/insert meta data of the song they are that runs on linux?18:42
mjrosenbbrontos: I've used eastag in the past.18:44
brontosmjrosenb, thanks!  I will check it out!18:44
=== rikut_ is now known as rikut
Baakowhat does this command do sudo apt-get upgrade18:47
aamonit updates your system18:47
jpdsBaako: upgrades your system.18:47
Baakohow do i update every applications?18:47
Baakoand dependencies?18:48
PiciBaako: use apt-get dist-upgrade18:48
jpdsBaako: Just like that.18:48
BaakoPici The following packages were automatically installed and are no longer required:18:49
Baako  bbswitch-dkms dkms java-wrappers lib32gcc1 libc6-i386 libcommons-cli-java18:49
Baako  libcommons-lang-java libcortado-java libcuda1-331 libmiglayout-java18:49
Baako  libvdpau1 linux-headers-generic linux-image-generic screen-resolution-extra18:49
jpdsBaako: Right, read the bit under that.18:50
mdevhow to tell if server is stuck or doing something18:51
jpdsmdev: Does it respond to ping?18:51
mdevtried installing java been stuck on "preparing" to unpack like 15 minutes18:51
=== jarek is now known as Guest33850
mdev21:44   5.19s18:51
mdevthe first is idle time, second is cpu time18:51
mdevconnect via another instance and see it in w18:52
Guest33850hi18:52
Baakoi did sudo apt-get update18:52
BaakoW: Failed to fetch cdrom://Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)/dists/trusty/main/binary-amd64/Packages  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs18:52
k1lBaako: comment the cd lines in /etc/apt/sources.list18:53
Baakok1l comment which line?18:54
DanDareHello. Whats the final disk space usage after installing Ubuntu with default params?18:54
k1lBaako: the lines that direct to the cdrom18:55
Baakok1l u mean this line deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted18:55
k1lDanDare: something around 4-6 GB iirc18:55
k1lBaako: yes18:55
DanDarek1l, nice. Thank you18:56
Baakok1l why should i comment it please?18:56
k1lBaako: because of that: <Baako> W: Failed to fetch cdrom://Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)/dists/trusty/main/binary-amd64/Packages  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs18:56
k1lBaako: if there is no "#" in front it will search for the ubuntu cd in the cdrom.18:56
hkkerhello, i have this weird problem. i created a wifi hotspot with my android device and windows machines can detect and connect to it. ubuntu however can't even find it. i have tried the hidden network and iwlist scan command but nothing is found. also googling finds me loads of threads about troubleshooting ubuntu created hotspots, but nothing on android.18:59
Akiva-Thinkpadhow do you do a timed screenshot?18:59
Akiva-Thinkpadie, screenshot the desktop in 5 seconds?18:59
_breakdownis there a way to hibernate in ubuntu ?18:59
k1l_breakdown: yes, choose that from the power off menue. but you need a /swap at least as big as your ram19:00
Akiva-Thinkpadnvm19:00
Baakohas anyone found a way to play windows games on ubuntu 14.04?19:01
loais there any way to change permanently window class name?19:01
loafor example class name of chromium browser?19:01
k1l!wine | Baako19:02
_breakdownkll : is there a command?19:02
loai need this to be able to associate icons from unity launcher with application.19:02
Baako!wine k1l?19:02
Baakooh wine19:02
Baakothanks19:02
k1l!wine19:02
k1lah, bot is gone19:03
Baakolol19:03
Baakoplayonline!19:03
_breakdownk1l : i can't find an option, is there a command ? i think i have enough swap space19:03
k1l_breakdown: what does "free -m" give you? please pastebin19:03
=== gnznhjcklygkfymh is now known as btkvyxauiorayvpm
=== btkvyxauiorayvpm is now known as sepero
kafee651hi friend19:04
k1l_breakdown: see http://ubuntuhandbook.org/index.php/2014/04/enable-hibernate-ubuntu-14-04/19:04
FunkyELFanybody able to get Netflix working with the Chrome Beta release / user agent switcher?  Apparently you're able to do it now with HTML5 but I'm still getting an error19:04
_breakdownK1l : 3947 mb of swap space out of 3806 of memory19:05
_breakdownk1l : thanks!19:09
TJ-Bobbo_: Here's the recovery image build script for you to test. Image will be 64MB. After running the script, write the resulting image file to a USB flash device with "dd if=<filename> of=/dev/sdX bs=1M", then try booting with it. If you're lucky, you'll end up in the UEFI Tianocore v2 Shell. Start with "help". I'll be back a little later. http://iam.tj/projects/misc/uefi-build-rescue-image.sh19:09
=== WinLinAppDroidGu is now known as hispixel
mattxtnThis may be a silly question but when I enable VT-x in bios to run VirtualBox do I get a grub menu on reboot? I can still boot right into xubuntu so it's not a big deal I'm just curious about it.19:12
Bobbo_TJ-: This script is trying to invoke dd for me? O_o19:14
TJ-Bobbo_: For creating the image itself, yes19:14
Bobbo_dd: invalid status flag: `none'19:14
TJ-Bobbo_: what version of Ubuntu is that on?19:15
brontosmjrosenb, Do you have a link you can share for eastag?19:15
Bobbo_Precise, I'm running it on my main computer. :319:15
TJ-Bobbo_: Ahhh! You may need to run it from a UEFI installation or Live ISO booted in UEFI mode, so it can also install GRUB-EFI components19:16
mjrosenbbrontos: https://wiki.gnome.org/Apps/EasyTAG19:16
TJ-Bobbo_: re-download it, I've removed that status=none option to dd19:16
TJ-Bobbo_: Hopefully you can make something of it until I come back - be about 30-45 mins19:17
=== Wolf is now known as Guest93970
=== BQ__ is now known as BQ
Beldarmattxtn, tapping the shify key brings up the grub menu on single installs, should work in vbox.19:19
mattxtnBeldar I ment when I rebooted my computer not a vbox.19:19
Beldarmattxtn, shift is the key vbox or a regular install.19:20
mattxtnBeldar, oh I just found it weird because my grub is set to go right to xubuntu and I wasn't holding shift. Only happens when I enable the virtualization in bios.19:21
Beldarmattxtn, On single installs it does not show, you can set it to if needed.19:22
mattxtnBeldar, alright I'll tool around with it some. That is till my curiosity kills the cat.19:22
minus1999is shorewall a good firewall, or is there a better option?19:24
=== brian is now known as Guest4983
ikoniashorewall is dead19:25
minus1999Really? Im following a article on how to set up a web server.19:26
ikonia....web server is not shorewall19:26
rwwuse ufw19:26
minus1999its from 2009... So what firewall would you recommend?19:26
ikoniashorewall is just iptables19:27
ikoniait's an interface to iptables19:27
ikoniause iptables, as rww the ufw is what ubuntu uses19:27
minus1999huh.19:27
minus1999Im going to assume ubutu server has a firewall already19:28
minus1999... right?19:28
ikoniaI've just said it....19:28
compdocnot enabled19:28
ikoniait's just a front end to iptables, ubuntu has the same concept, a front end to iptables called ufw19:29
pellotawhy do you need firewall?19:29
PiciIt is enabled, it just doesn't have any rules.19:29
compdocsame smae19:29
compdocsame19:29
minus1999does anyone have a more recent article on using ubuntu as a webserver?19:29
pellotathat would make you suspicius19:29
ArronKader:)19:29
ikoniahttps://help.ubuntu.com19:29
ikoniathere is pretty much offical docs on every ubuntu topic19:30
Bobbo_I use UFW on my vps, much easier than iptables.19:30
minus1999ok thanks19:30
soeehow can i replace a bunch of files extension ?19:30
Bobbo_https://help.ubuntu.com/community/UFW19:30
eeeesoee: man rename, or apt-get install pyrenamer19:31
eeeesoee: actually what exactly do you want to do, you could do it with find and -exec mv19:31
eeee?19:31
=== jottr is now known as elementz
internet_how do I know if a ubuntu desktop dvd is 32 or 64 bits?19:37
internet_without having to boot it19:37
=== zimbres is now known as coolcat
=== Stmeter- is now known as Stmeter
Bobbo_so many ping outs19:40
pellotaits the botz19:41
pellotaa friend of mine tells me you can DoS IRC using lots of bots loggin in and parting19:42
Bobbo_Well, yeah.19:43
chili555Maybe this is the start of the robotz taking over the world.19:43
Bobbo_=/19:43
Bobbo_gunna be choosing pills sooner or later.19:44
ArronKaderbetter take them both ..19:44
Bobbo_That's when they realise what's going on, and add a purple one to fuck with your head.19:45
=== jje is now known as Guest36509
Bobbo_Wait... You can't get purple tictacs, can you?19:45
Baakohi guys my mouse aint moving19:47
Baakothe keyboard is working but the mouse as freezw19:48
Baakoplease help19:48
Baakoam using Roccat kova+19:48
Bobbo_TJ-: Um Either I done something wrong or it dun work.19:52
=== blindsight is now known as Guest26541
=== Gredu is now known as Fitzz
Bobbo_TJ-: I'm thinking cut losses and go CSM.19:52
TJ-Bobbo_: Hmmm, it is looking that way. Time to ask Toshiba to give your money back too!19:53
Bobbo_TJ-: Not my laptop, borrowing it from a friend for uni, lol.19:53
eeeeBobbo_: if you can get a recovery usb19:53
TJ-Bobbo_: Not an auspicous start!19:54
eeeeyou can restore windows in a few mins19:54
Bobbo_eeee: I don't have any USB thingy big enough. My USB flash drives are really freaking weird (they have two physical partitions) and the laptop will only check the first (annoyingly smaller one).19:54
Bobbo_I've been installing ubuntu from an SD card in a usb sd card reader.19:54
TJ-eeee: The issue is, the firmware won't accept/keep the non-Windows entry. The recovery of Windows Recovery was simply to be able to install updated firmware in case that solves the issue :) Maybe not worth it!19:55
eeeeBobbo_: idea19:55
eeeeBobbo_: why don't you use vm, and use a raw disk image19:55
Bobbo_eeee: wat?19:55
eeeewith the iso loaded you could modify the hdd19:55
eeeeTJ-: would this work?19:55
TJ-eeee: I'm a bit lost as to what you're suggesting... expand please?19:56
Bobbo_Unless... Running the bios thing in wine ain't gunna work is it? :P19:56
TJ-Bobbo_: I tested the bootable UEFI image built by my script in a Virtual Machine here, and it works as expected19:57
TJ-Bobbo_: No - the Flash update tools need Windows device drivers19:57
eeeeBobbo_: TJ- virtualbox can modify the hard disk with full access to it, using a raw disk image file19:57
eeeehttp://www.virtualbox.org/manual/ch09.html#rawdisk19:57
eeeeif he loads the iso in the vm, and uses the raw disk image file as the hdd, then he could use diskpart and dism to extract the image to the hdd19:58
eeee( the recovery image )19:58
TJ-eeee: We don't want to modify the HDD, we want to re-flash updated firmware that just may fix the issue, but there's no changelog against the newer UEFI firmware releases for that Toshiba laptop, to indicate it would19:58
Bobbo_eeee: This laptop is fully enclosed like some ridiculous thing. To get the HDD out I'd need to pull it apart (and I would of put in the new HDD I bought if that weren't the case, avoiding basically all of these issues).19:58
TJ-eeee: Possibly yes, but I think Bobbo_ is trying to cut his lost time; a CSM install will work fine19:59
Bobbo_TJ-: I can just use the normal image and set the bios to csm boot for that, right?19:59
TJ-Bobbo_: Yes19:59
eeeeBobbo_: there,s no need to pull anything out, it's just a file you create in the terminal, and you select it in virtualbox19:59
=== icecream- is now known as icetea-
Bobbo_eeee: On my desktop? O_o20:00
=== icetea- is now known as icecream
eeeewhat do you mean?20:00
Bobbo_Where am I suppose to run this vm?20:00
eeeeliveusb20:01
RobertJDohnertwhat are some peoples thoughts on Unity?20:01
TJ-Bobbo_: You could do it from the Live ISO - it is possible to create virtual machines and run them from that environment20:01
Bobbo_RobertJDohnert: It's poopy, both of them. :P20:01
Bobbo_TJ-: oh.20:01
RobertJDohnertBobbo what do you use?20:03
TJ-Bobbo_: So you'd do PC > boot USB > Try Ubuntu > Download Windows Recovery ISO Image > "apt-get install virt-manager" > create VM with Windows Recovery ISO image > Attach PC's HDD as a raw device to VM > Start VM > boot from CDROM > do recovery20:03
Bobbo_RobertJDohnert: I'm on Gnome2, admittedly. But I'm still using Precise.20:03
RobertJDohnertAhhh OK20:04
eeeeTJ-: he wouldn't download the recovery iso file, he says he has an iso of win7 but no way to boot it20:04
RobertJDohnertSo you planning to move to Mate?20:04
innocent95Hi20:04
Bobbo_RobertJDohnert: Why would I?20:04
innocent95I can see my usb drive in lsusb, but can't mount it20:04
innocent95what to do?20:04
Bobbo_eeee: Because I don't have anything big enough to put it on.20:05
RobertJDohnertWell why would you not?20:05
RobertJDohnertIf thats the approach you like20:05
Bobbo_RobertJDohnert: Laziness and I'm happy as it is?20:05
innocent95anybody have an idea?20:05
RobertJDohnertSo you plan to stay with precise until precise is dead20:05
eeeeBobbo_: i know, i'm just explaining that you wouldn't have to buy a recovery iso20:05
squintyinnocent95:  look in menu for Disks20:06
Bobbo_RobertJDohnert: Um, what, I thought you were takling about gnome?20:06
=== Fitzz is now known as Gredu
innocent95squinty, What menu, I'm on xubuntu20:06
ArronKaderfdisk -l20:06
innocent95ok20:06
innocent95ArronKader, Nothing20:06
rberg_innocent95: does 'blkid' report any partition or filesystem?20:06
RobertJDohnertI was asking what you guys thought of Unity and if you didnt like Unity which desktop system do you prefer20:07
innocent95rberg_, No partitions are there20:07
innocent95But i do have partitions in the internal HD20:07
rberg_any file system reported?20:07
RobertJDohnertBut when Precise dies you will have to move to something so what will you move too?20:08
eeeeRobertJDohnert: trusty is the current release20:08
baakoHello guys20:08
innocent95rberg_, It was FAT3220:08
baakomy mouse pointer is missing20:08
baakoplease help20:08
RobertJDohnertI know that Bobbo said he was still on precise20:08
eeeebaako: try to restart20:08
baakoi have eeee20:08
TJ-baako: One of my Huskies probably ate it :p20:08
RobertJDohnertso Im asking him when Precise dies what will he move too20:09
RobertJDohnertIm just curious20:09
squintyinnocent95:  look in settings > removable drives and media    make sure things are toggled on correctly20:09
RobertJDohnertsince he said Unity was crap20:09
innocent95rberg_, I was trying to change its filesystem to NTFS, i lost it when i unmounted it20:09
gino39* abc_harold1 (~Thunderbi@31.55.127.252) è entrato in #ubuntu20:09
baakolast time the mouse freeze i reboot and not it disappeared20:09
gino39http://ubottu.com/y/dl20:09
EiriksUbuntueeee when you guys told me to get trusty going I thought it was going to be like going from 10.04 to 11.04 (messy) but it as a breeze20:10
Bobbo_RobertJDohnert: Not when it dies, just when I get around to backing up stuff so that if running do-release-upgrade breaks my system I won't be screwed. :P20:10
=== icecream is now known as mtwiscool
RobertJDohnertBobbo_so what desktop system will you move too?20:10
baakoUbuntu 14.04 lts 64 is amazing shit20:11
Bobbo_Well... Gnome still?20:11
baako:D20:11
=== mtwiscool is now known as icecream-
RobertJDohnertOk thats what I was asking LOL20:11
innocent95squinty, How do i know, some options are toggled some are not20:11
adachow can i create a public/private keypar with ssh-keygen so at the pub key file I have a custom identifier instead of the standarad host name?20:11
baakor1l u r here bro20:12
squintyinnocent95:  personally I think the options under Storage are pretty self explanatory  :)20:13
innocent95squinty, Yes i see ...20:13
gino39:http://www.ubuntu.com20:14
gino39http://ubottu.com/y/gl20:14
gino39ciao20:15
innocent95squinty, Everything is fine20:15
DJonesgino39: Do you have an Ubuntu support issue? Just posting random links doesn't help anybody20:15
innocent95squinty, Disk /dev/sdb doesn't contain a valid partition table, i got this in the fdisk -l20:15
XxxMossyHacksxxXhey20:16
squintyinnocent95:  probably need to reformat it then20:17
gino39 #sdx-developers  9       Welcome to SDX-Developers20:17
gino39 #daedalusx64     3       Daedalusx64 a N64 emulator for PSP | ヘ(゜Д、゜)ノ20:17
gino39 #Piraten-Recklinghausen 220:17
gino39 #wikipedia-ja-abusefilter 220:17
gino39 #linuxchile      5       Comunidad Chilena de Linux // Falta Poco ;)20:17
gino39 #puias           2       PUIAS Linux: http://puias.math.ias.edu/20:17
unopastegino39 you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted20:17
XxxMossyHacksxxXcomcast noob20:17
innocent95squinty, lets see20:18
john38Can somebody tell me how to flash player in google chrome for Precise pangolin20:18
john38Can somebody tell me how to  enable flash player in google chrome for Precise pangolin20:18
squintyinnocent95:  might want to consider installing    gnome-disk-utility  (or see if similar package for xubuntu).   can format and un/mount and check the specs for removable media with it.20:19
XxxMossyHacksxxXwhats up john3820:19
innocent95squinty, Gparted?20:20
john38XxxMossyHacksxxX, do you know how to enable flash player for google chrome in precise20:20
john38XxxMossyHacksxxX, can it be done?20:20
XxxMossyHacksxxXNo sorry dude20:20
squintyinnocent95:  well you can use that too20:20
eeee!flash | john3820:20
ubottujohn38: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash20:20
XxxMossyHacksxxXHave you tryed the thing called google20:21
squintyjohn38:  iirc, google chrome already comes with pepper flash (maybe mistaken though)   are you asking about chrome or chromium?20:21
john38squinty, i guess chromium20:22
RobertJDohnertjohn3820:23
squintyjohn38:   google for pepper flash and "google chrome".  there is some method of pulling pepper flash from chrome to use with chromium etc20:23
john38squinty, i've installed pepper flash plugin nonfree but i still cant watch any pages with that require flash20:23
RobertJDohnertGoogle cut support for NPAPI plugins from Chrome and Chroium20:23
XxxMossyHacksxxXWho all is using blackbuntu20:24
arthurfiggisGoogle Chrome (the closed-source version you download from their website) actually has flash integrated, you don't need to install it separately :)20:24
arthurfiggisif you're using chromium i'm not sure what you would have to do20:24
john38arthurfiggis, so just download google chrome for ubuntu?20:24
squintyXxxMossyHacksxxX:  taking a survey?  not really on topic for this channel   :P20:24
rberg_the sooner we can be done with flash videos the better for everyone20:25
arthurfiggisjohn38: that's what i did...they have an ubuntu package that you can download, that adds  a repository that keeps it updated :)20:25
XxxMossyHacksxxX:D okay20:25
john38arthurfiggis, i switched from firefox because adoble stopped support for flash then i switched to chromium becuase its stable but now i cant watch flash plugins players20:26
droxi have a problem whit Spyder220:26
Bobbo_eeee / TJ- : Is there any point in me keeping this windows recovery partition around or should I just remove it?20:26
arthurfiggisjohn38: there should be a link for a .deb file for chrome there, and then from a console you can just sudo dpkg -i install ./filename.deb in the usual way...hmm, the plugin for firefox seems to still be updated as far as i know? but if you want to make sure you're up to date and you don't mind using the closed-source version of the browser, chrome works great20:27
squintyBobbo_:  if you have no need to reinstall windows (or have separte install disks) then there is no need to keep it20:27
arthurfiggisi use firefox and the official flash plugin, that seems to be updated and i haven't had a site not work :) but20:27
john38arthurfiggis, im installing chrome now.....20:27
Bobbo_I was just wondering if they tell me there's some fancy thing I could try if /this/ fails.20:27
squintyarthurfiggis:  same here.20:28
arthurfiggisjohn38: great...it should create an icon and all so depending on what you're using it'll be in the menu there somewhere20:28
squintybiab....20:28
baakoplease help invisible mouse ubuntu 14.04 LTS20:29
john38arthurfiggis, how do i export bookmarks on chromium again20:29
arthurfiggissquinty: the only thing i use flash for any more is youtube...it's kind of like java, the relevance of it (in my own case, not everyone's!) has gotten very, very low :) if everything on youtube was available in html5 compatible video i'd just not bother with flash20:30
arthurfiggisjohn38: ah...to be honest i'm really not sure, sorry, i've never used chromium :( someone else here might have though...or there might be a channel for it here?20:30
john38arthurfiggis, ok thanks arthur20:30
qwertyhi20:30
=== qwerty is now known as Guest95976
Guest95976help me20:31
arthurfiggisjohn38: no problem :) hopefully someone more familiar with chromium will be around20:31
DJonesGuest95976: Until you explain your Ubuntu issue in the channel, we can't help you20:32
Guest95976help me20:33
rwwGuest95976: probably best to ask your actual question and see if anyone answers20:34
EiriksUbuntuhow do I show hidden files in terminal20:34
=== eduardo is now known as Guest8479
Bobbo_EiriksUbuntu: ls -a20:34
malkaunsEiriksUbuntu: ls -la20:34
mattxtnEiriksUbuntu, ls -al20:34
malkaunslol20:34
mattxtn:D20:34
Guest95976I just launched the linux live i found lubuntu lxle20:35
Guest95976malfunction20:35
EiriksUbunturofl I really need to learn these commands, where is the best place I can d/l something like that?20:35
Bobbo_EiriksUbuntu: http://ss64.com/bash/20:36
Bobbo_EiriksUbuntu: or man pages.20:38
Dr_DanQ:  are there any tweaks for getting ubuntu 14 to run faster on older asus netbooks?   Btw,  is anyone making a distro for asus netbook anymore?20:38
Bobbo_Dr_Dan: use a lightweight desktop environment.20:38
Dr_DanLike xcfe\20:39
baakohi guys20:39
Dr_DanThat  \  should be a  ?20:40
baakomy mouse aint showing i have reboot 9 times20:40
baakoand still mouse aint showing20:40
Dr_DanIs it wireless?20:41
geniibaako: What kind of mouse? USB, Bluetooth, serial?20:42
Dr_DanBaako:  or wireless?20:42
baakousb mouse20:42
baakoits a roccat kova+20:42
=== user_273 is now known as c107
baakooh its working now20:43
geniiHm.20:43
baakowhy aint steam working anymore?20:44
NitrophysixCan anyone help me regarding a DNS issue and a domain name?20:45
Dr_DanNitrophysix: whats the question20:47
marabuciaooo20:49
marabumsg FuSiOn|MuSiC|AsTrA|09 xdcc send #6520:49
* rww facepalms20:49
=== stapler_school is now known as stapler117
NitrophysixHi, Basicly, Ive pointed my domain to my linix server using custom dns records with namecheap, but it doesnt seem to be working20:50
TJ-Nitrophysix: what domain?20:50
Nitrophysixpenguinmedia.co.uk20:50
NitrophysixIve setup bind9 as the dns server, apache as the webserver20:50
Nitrophysixfor the first time in my life i feel useless :P20:51
NitrophysixIm a bit rusty with linux its been a while20:51
NitrophysixThanks in advance.20:51
TJ-Nitrophysix: firewall blocking port 53 UDP inbound?20:51
geniiWhat do your zone files look like?20:51
jhutchinsNitrophysix: What did you try to do?  How did you try to do it?  What did you expect to happen?  What happened instead?20:51
NitrophysixGive me a second, I don't think iptables is installed by default...20:52
=== Extreme_ is now known as Extreme-
NitrophysixI'm pretty sure there is no firewall installed20:52
NitrophysixIll pastebin20:52
Nitrophysixgive me a sec20:52
TJ-Nitrophysix: did you have the domain's DNS server(s) added to the registry?20:53
Nitrophysixhttp://pastebin.com/78ud68yb20:53
Nitrophysixthats my zone file20:53
jhutchinsNitrophysix: Your bind server isn't responding.20:53
Nitrophysixhttp://pastebin.com/LmwBdz2w20:53
TJ-Nitrophysix: "dig +short -t SOA  penguinmedia.co.uk @ns1.penguinmedia.co.uk" => "dig: couldn't get address for 'ns1.penguinmedia.co.uk': not found"20:53
NitrophysixHmmm..20:53
NitrophysixOhh20:53
NitrophysixI managed to get this working on a windows server, but moved over the linux for the speed20:54
TJ-Nitrophysix: Is bind even listening on port 53?20:54
NitrophysixYes20:54
jwr__is there any tool that will let me scan a server and see if any of my installed packages have known vulnerabilities?20:54
jhutchinsNitrophysix: Your webserver appears to work though.20:55
NitrophysixYh, webserver is on... :)20:55
Nitrophysixgive me a sec20:55
buschI am on 12.04 right now and want to upgrade to the latest LTS. I edited the /etc/update-manager/release-upgrades and changed Prompt to lts. When i enter "do-release-upgrade -c": No new release found20:55
TJ-Nitrophysix: "sudo netstat -nlup | grep 53"20:55
gsvitronanyone else having issues getting flashplayer to work? have a shitload of homework and cant do it without flash20:56
NitrophysixDefinatly listening to port 5320:56
ikoniagsvitron: tone down the language20:56
jhutchinsNitrophysix: Even if it were responding, you don't have any entries.20:56
buschWhoops. Im on 12.10, not 12.0420:56
jhutchinsNitrophysix: yr doin it rong.20:56
ikoniagsvitron: depending on flash on linux is a bad move,20:56
mjrosenbNitrophysix: *definitely20:56
jhutchinsNitrophysix: Are you going to have multiple external addresses?20:57
Nitrophysixjust penguinmedia.co.uk20:57
gsvitronwell right now linux is my only option20:57
NitrophysixI figured im doing it wrong, as said a little rusty :)20:57
jhutchinsNitrophysix: It's not listening to 53 on  37.187.236.12120:57
gsvitronno alternative. so i need help getting it working if anyone can. it would be very appreciated20:57
NitrophysixPossible firewall installed by default, let me search the system20:58
jhutchinsNitrophysix: Ok, you don't need a custom DNS then.20:58
ikoniagsvitron: what sites do you need to view ?20:58
=== iShaggy is now known as shaggysi0
=== shaggysi0 is now known as iShaggy
gsvitronwww.explorelearning.com20:58
NitrophysixI want custom DNS address's :)20:58
mjrosenbgsvitron: how is it not working?20:58
gsvitroni need to access a gizmo20:58
jhutchinsNitrophysix: All you need to do is use their nameservers, and add an A (and possibly MX) record for *.penguinmedia.co.uk at 37.187.236.12120:58
jhutchinsNitrophysix: No, you don't want custon DNS servers, that's overkill.20:59
gsvitronwell in the software center i downloaded flash but every time I try and use something that requires it, it says plugin needed20:59
gsvitronive tried firefox and chromium20:59
jhutchinsNitrophysix: You only want that if you hvae multiple external IPs and multiple public hostnames.20:59
NitrophysixId still like to use custom DNS servers :)20:59
ikoniagsvitron: looking at that site I suspect you maybe out of luck20:59
jhutchinsNitrophysix: They serve no purpose.20:59
TJ-Nitrophysix: nmap says: "53/udp    closed        domain"20:59
ikoniagsvitron: it looks like it needs flash player 12 or greater for the videos or "gizmos"20:59
NitrophysixThanks TJ, taking a look now :)21:00
gsvitronwell, it would be nice to have flashplayer for other reasons as well21:00
jhutchinsNitrophysix: nmap doesn't show it open either, and it doesn't respond to queries, and a blank zone file isn't going to respond anyway.21:00
gsvitroncaptchas dont load...neither does youtube21:00
ikoniagsvitron: depending flash on linux = failure21:00
ikoniagsvitron: flash on linux is dead,21:00
ikoniaso even getting it working on 1 site, there will be 10 more that it won't work on21:01
NitrophysixThe zone file has penguinmedia.co.uk21:01
geniiNitrophysix: For line 6 I would put something more like:  2014091101     instead of 221:01
Nitrophysixok no worries21:01
NitrophysixGive me a sec, trying to keepup here and there :p21:01
gsvitronso basically I'm screwed?21:01
genii( eg: the current year-month-day-latest change number )21:01
droxdrox@DragonFly:~$ dispcal -v -q h -y l -G 2.4 SM245B21:02
droxSetting up the instrument21:02
droxdispcal: Error - new_disprd() failed with 'Instrument Access Failed (No PLD Pattern - have you run spyd2en ?)'21:02
droxWHY?21:02
jhutchinsNitrophysix: THe purpose of DNS is to translate the human-readable name to the IP address.  You don't have any IP addresses in the zone file.21:02
ikoniagsvitron: depends on your perspective, but from my chair, trying to use flash on linux is a dead end,21:02
TJ-Nitrophysix: Are you sure the IP address of ns1. terminates on a Linux host? It looks suspiciously like a Windows host21:02
stvhi21:02
jhutchinsTJ-: I got the Ubuntu default page for apache on port 80.21:02
Nitrophysix37.187.236.12121:02
gsvitronwell I've done it before. I used to have Ubuntu on my old laptop and there was never any issues21:02
ikoniawhy are you trying to run a dns server when you don't know what you're doing21:02
Nitrophysixis the server itself21:02
ikoniawhy not use your ISP's name servers21:02
NitrophysixI will run whatever i like, when i like thank you.21:03
jhutchinsikonia: No, he needs to use the registrar's nameserver, with an A record for his web server and maybe an MX record.21:03
buschI am on 12.10 right now and want to upgrade to the latest LTS. I edited the /etc/update-manager/release-upgrades and changed Prompt to lts. When i enter "do-release-upgrade -c": No new release found21:03
jhutchinsNitrophysix: I do this with about a dozen domains right now.21:03
Nitrophysixawsome :)21:03
ikoniajhutchins: then why are we looking at port 53 ??21:03
ikoniaI don't understand why he's installed bind ?21:03
Nitrophysixany suggestions ikonia21:04
Nitrophysix?21:04
jhutchinsikonia: Because he has misunderstood the process and believes he needs to run his own DNS, which really won't work the way he thinks it will.21:04
NitrophysixIt worked fine with Windows Server 200821:04
NitrophysixIve oviously configured something incorrectly with linux.21:04
jhutchinsNitrophysix: Windows is broken.21:04
ikoniaif you can't run dns infrastructure - don't do it21:04
NitrophysixPlease.21:04
ikoniatrust people who do, eg: your isp21:04
NitrophysixIf you can shutup, do it.21:05
ikoniaNitrophysix: drop the attitude21:05
NitrophysixYou drop the attitude21:05
ikoniarunning insecure/miss-configured dns servers is a bad thing for the internet21:05
* Pici sighs21:05
ikoniaso if you really don't understand it, trying to actually run on is a bad move21:05
TJ-Nitrophysix: Have you actually checked by testing on localhost that bind is listening on port 53 and returning answers?21:05
NitrophysixI don't care, Im still learning with linux.21:05
NitrophysixYou didnt learn from thin air did you?21:05
NitrophysixIm running tests now to see if i can find the problem.21:06
ikoniaNitrophysix: how many name servers are you currenting running21:06
TJ-Nitrophysix: You're probably better off in #ubuntu-server for this kind of issue21:06
ikoniacurrently21:06
Nitrophysix20,00021:06
Nitrophysix1221:06
Nitrophysix121:06
BerenBarahirI can't install Google Chrome21:06
ikoniaNitrophysix: any chance of a serious answer please.21:06
jhutchinsikonia: He doesn't need to fix anything, he needs to do it right in the first place.21:07
NitrophysixYes, I bought a VPS with a dedicated IP21:07
BerenBarahirIs it possible to run Google Chrome with Kubuntu 14.04?21:07
NitrophysixIm a php programmer building a few apps with require a bit of power, now I have windows server skills, but linux is a little rusty for me.21:07
ikoniaNitrophysix: how many name servers are you actually running for this domain ?21:07
Nitrophysix121:07
BerenBarahirI could not find Google Chrome in the Muon software Centre either21:07
ikoniaNitrophysix: a lot of registrars won't update the dns records unless you are running more than 121:08
NitrophysixWell, they did because as said it was working with windows server, with an active dns service.21:08
NitrophysixAs said, I moved to linux for speed.21:08
ikoniathere will be no speed improvement21:08
NitrophysixI'm out, your useless.21:09
iShaggynice guy21:09
ikoniaI appear to be running multiple dns servers just fine21:09
rwwon Windows Server 2008?21:09
ikoniano21:10
EiriksUbuntui think I mv my .xchat2 folder and now I can't find it21:11
syntroPiBerenBarahir, either use the open source chromium-browser or download the .deb from google to add their repo for chrome21:11
loawhat i need to install under ubuntu if i have such type of errors when i compile my programm https://dl.dropboxusercontent.com/u/25725476/screenshot-2014.09.12-01%3A10%3A58.png21:11
buschPlease somebody help me with this fucked up system. I want to upgrade my 12.10 to 14.04 LTS. How?21:11
mjrosenbEiriksUbuntu: history | grep xchat2 ?21:11
ikonialoa: what are you trying to build21:12
mjrosenbloa: you probably need to add -lX11 to your link arguments, along with like 20 other X libraries.21:12
marandihey guys , how can i program my ubuntu to run this command (as root) ( sudo apt-get upgrade -y && shutdown -h now ) exactly at 2.05 AM ?!21:13
loamjrosenb, i have this already.21:13
loamjrosenb, i am trying to build this thing21:13
TJ-!eolupgrade | busch21:13
ubottubusch: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades21:13
EiriksUbuntumjrosenb  153  sudo mv /home/goodin/.xchat2 /home/goodin/Downloads/scripts21:13
eeeemarandi: sudo -i , crontab -e21:13
BerenBarahirThe file I downloaded is called  google-chrome-stable_current_amd64.deb .....but I can't install it21:14
jhutchinsikonia: Windows developers, sheesh.  He not only wants a wrong answer, he wants a specific wrong answer.21:14
loamjrosenb, lol i fogot about one thing)21:14
marandieeee: sorry im really beginner on ubuntu command , can u hint me with the full command ?!21:14
BerenBarahirsyntroPi  the same installation file works with Xubuntu 14.04, but not with Kubuntu 14.0421:14
EiriksUbuntumy first pipeline :)21:14
mjrosenbEiriksUbuntu: there you go!21:15
loamjrosenb, first command was gcc -lX11 wm_class.c -o wm_class but it need to be like this gcc wm_class.c -lX11 -o wm_class21:15
mjrosenbloa: yup.21:15
BerenBarahirI'm running KUbuntu 14.04 off a live CD, syntroPi21:15
EiriksUbuntumjrosenb !cookie21:15
EiriksUbuntudarn i tried21:15
eeeemarandi: 5 2 * * * apt-get upgrade -y && shutdown -h now21:16
BerenBarahirsyntroPi When I ran Xubuntu 14.04 off a live CD, I had not problems installing the same installation file for Google Chrome21:16
=== vemacs|ded is now known as vemacs
BerenBarahirsyntroPi:  just right clicked on the file and opened it with the Software Centre, but that does not work with Kubuntu 14.0421:16
gavin__having issues with flashplayer. can anyone help?21:17
gavin__anyone?21:18
EiriksUbuntuhow do i move  /home/goodin/Downloads/scripts to /home/goodin/.xchat221:18
TJ-eeee: shouldn't that be "shutdown -P now" ?21:18
EiriksUbuntui must have been missing something21:18
eeeeTJ-: -h will also poweroff, right? just leave's it up to the system to decide21:19
genii!details | gavin__21:19
ubottugavin__: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)21:19
BerenBarahirCould you recommend a terminal command to install Google Chrome?21:19
TJ-eeee: "-h" may leave the system running; I don't think that's the expectation21:19
BerenBarahirSince I cannot install Google Chrome using the software Centre21:19
EiriksUbuntuisnt it called chromium in linux?21:20
TJ-BerenBarahir: "sudo dpkg -i <packagename.deb>"21:20
k1lEiriksUbuntu: there are both: chrome and chromium21:20
BerenBarahirthanks TJ, I"ll try it21:20
mjrosenbEiriksUbuntu: chrome also exists, but why would you want to use it?21:20
gavin__Flash player was installed from software center. No websites that require flash will work. I need it for homework. All I get it "Plug-in needed"21:20
jhutchinsBerenBarahir: http://www.enqlu.com/2014/03/how-to-install-google-chrome-on-ubuntu-14-04-lts-or-linux-mint-17.html21:20
TJ-BerenBarahir: The < > are my markers; don't include them :)21:20
EiriksUbuntulol i don't21:20
mjrosenbgavin__: have you re-started your browser since you installed flash?21:21
EiriksUbuntui do want to move  /home/goodin/Downloads/scripts to /home/goodin/.xchat221:21
k1lEiriksUbuntu: then do move them21:21
jhutchinsTJ-: I think dpkg -i only works if you have the .deb downloaded.21:21
mjrosenbEiriksUbuntu: you probably don't.21:22
EiriksUbuntui tried and got rejected, maybe i'm not doing something right21:22
jhutchinsEiriksUbuntu: mv21:22
jhutchinsmv is also used to rename.21:22
BerenBarahirI did download it, TJ, this is the file I downloaded:  google-chrome-stable_current_amd64.deb21:22
gavin__mjrosenb: Yes. I've tried with chromium and firefox several times over the past week. even tried uninstalling and reinstalling hoping that it would get rid of the bug on its own.21:23
EiriksUbuntui tried but it don't want to move21:23
jhutchinsBerenBarahir: Then as TJ said, dpkg -i21:23
jhutchinsEiriksUbuntu:  did you use sudo?21:23
EiriksUbuntuyes21:24
k1lno sudo needed to move inside the home21:24
jhutchinsEiriksUbuntu: It helps a lot to tell us what happened rather than just "it didn't work".21:24
mjrosenbgavin__: ok, uhh, you should find out what files were installed by it.21:24
jhutchinsEiriksUbuntu: Sorry, mixing nics.21:24
EiriksUbuntu152  sudo mv /home/goodin/downloads/scripts /home/goodin/.xchat221:24
mjrosenbgavin__: you'll first want dpkg -s flash to find out the actual name of the package that was installed.21:24
EiriksUbuntunothing happened21:24
gavin__mjrosenb: how do I do that?21:24
mjrosenbEiriksUbuntu: if it printed nothing that does'nt mean nothing happened.21:25
jhutchinserobinson_: Both folders still there?21:25
=== BQ_ is now known as BQ
erobinson_what folders?21:25
mjrosenb*doesn't21:25
EiriksUbuntui looked at both folders, they are both in the same spot21:25
k1lEiriksUbuntu: did you use tab-completion to make sure there are no typos?21:26
ukiwiGreetings! I'm having a really hard time mapping the four colour buttons on my Logitech Harmony Smart Control Remote to scan-codes. I can see that the kernel is receiving these events when I 'cat /sys/kernel/debug/hid/events' (03 f5 01 00 00). I'm then editing my /lib/udev/hwdb.d/custom.hwdb with the right USB vendor/model (keyboard:usb:v046DpC150*) and my entries should be like other similar events - e.g.  'KEYBOARD_KEY_c0069'.21:26
ukiwi After running 'udevadm hwdb --update && udevadm trigger && udevasm control --reload' they're still not working. I suspect my raw events (03 f5 01 00 00 etc) aren't the same as 'c009a' etc. Can anyone help?21:26
TJ-EiriksUbuntu: Aren't you trying to move "scripts/" inside ".xchat2/" ? "sudo mv /home/goodin/Downloads/scripts /home/goodin/.xchat2/"21:28
BerenBarahirThat command did not work.  Kubuntu could not find the file and says there were errors21:29
jhutchinsEiriksUbuntu: So you want scripts to become a subdirectory of .xchat21:29
jhutchinsEiriksUbuntu: mv scripts .xchat/21:30
BerenBarahirDo I need to go to the directory where the file is stored using "CD" command, and then try that dpkg -i command again?21:30
jhutchinsBerenBarahir: Not if you use the full path to the file.21:30
EiriksUbuntujhutchins thanks21:30
jhutchinsEiriksUbuntu: Worked?21:30
marandiguys i run apt-get upgrade -y via crontab , how can i export the result of it into a file ?!21:31
marandiguys i run apt-get upgrade -y via crontab , how can i export the result of it into a file in realtime ?!21:31
jhutchins!redirect21:31
jhutchinsReally?21:31
BerenBarahirI"m not sure how to write the full path, but I know where the file is located: it's in my downloads folder21:31
eeeemarandi: apt-get upgrade -y > /path/to/file 2>&121:31
eeeemarandi: that will report the errors as well21:31
marandieeee: what is &1 ?21:31
jhutchinsmarandi: http://www.tldp.org/LDP/abs/html/io-redirection.html21:32
mjrosenbmarandi: it tells standard error to go t othe same place as standard out.21:32
TJ-BerenBarahir: "sudo dpkg -i ~/Downloads/google-chrome-stable_current_amd64.deb"21:32
eeeemarandi: use >> instead, that will append it to the file instead of overwritting21:32
BerenBarahirYeah, sorry TJ, I should have known that, thanks21:33
kurt2014is vi the commonly used editor on ubuntu21:33
TJ-kurt2014: "commonly" no , minimal, yes21:34
mjrosenbkurt2014: there is also emacs, gedit, nano, kate, scite21:34
kurt2014is emacs the most popilar21:34
eeeemarandi: apt-get upgrade -y >> /path/to/file 2>&121:34
zerickAnybody here using Ceph? I'm trying to mount a block using CephFS on a remote client but always get "mount error 5 = Input/output error"21:34
eeeeuse that21:34
mjrosenbkurt2014: I'm not sure it is possible to answer that question.21:35
EiriksUbuntujhutchins with some modifications yep :)21:35
bnghi all, please dont you know how to change the libreoffice save/open file dialogs to use the system one?21:35
marandieeee: cool , its working , but can u tell me whats the difference between ">>" and ">" because i use ">" and its working fine21:35
EiriksUbuntuFehler beim Speichern /home/goodin/.xchat2/scripts/tts/chanlist: No such file or directory21:36
kurt2014primarily a solaris unix guy.. ubuntu is just a cut down version od solaris right..21:36
EiriksUbuntunow it's in the right place, but there isn't a chanlist folder, so I'm making one21:36
eeeemarandi: if you use > , every time the command runs it will overwrite the existing file with the results, (so you'll only have the last command's results there), if you use >> it will continue the file, adding the new results to it21:36
mjrosenbswin 2521:37
Ben64Kurko: not at all21:37
Ben64kurt2014: ^*21:37
BerenBarahirTJ- It worked, but I got some errors during the installation because of the following problem.....21:38
BerenBarahir google-chrome-stable depends on libpango1.0-0 (>= 1.22.0); however:21:38
BerenBarahir  Package libpango1.0-0 is not installed.21:38
ukiwiGreetings! I'm having a really hard time mapping the four colour buttons on my Logitech Harmony Smart Control Remote to scan-codes. I can see that the kernel is receiving these events when I 'cat /sys/kernel/debug/hid/events' (03 f5 01 00 00). I'm then editing my /lib/udev/hwdb.d/custom.hwdb with the right USB vendor/model (keyboard:usb:v046DpC150*) and my entries should be like other similar events - e.g.  'KEYBOARD_KEY_c0069'.21:38
ukiwi After running 'udevadm hwdb --update && udevadm trigger && udevasm control --reload' they're still not working. I suspect my raw events (03 f5 01 00 00 etc) aren't the same as 'c009a' etc. Can anyone help?21:38
sajanwafflejock,21:38
BerenBarahirdpkg: error processing package google-chrome-stable (--install):21:38
BerenBarahir dependency problems - leaving unconfigured21:38
BerenBarahirIs this problem related to the fact that I am running Kubuntu on a live CD?21:39
marandieeee: good to know buddy , thanks alot21:39
Ben64BerenBarahir: no, because you're missing the package it just told you you are missing. why are you installing from a deb anyway instead of like... the google PPA21:39
eeeemarandi: no problem21:39
BerenBarahirProbably because I was using Xubuntu when I downloaded and saved that installation file21:40
Ben64BerenBarahir: no21:40
BerenBarahirI used the installation command TJ- gave me21:40
kurt2014inux is an offshoot of Unix. Ubuntu is an offshoot of Linux.21:41
MronoI'm looking for a good laptop that works well with ubuntu21:41
BerenBarahirthe install package is a deb package21:41
TJ-BerenBarahir: When you use 'dpkg' you're responsible for ensuring all dependencies are also installed, whereas apt-get does it for you.21:41
MronoI have a thinkpad TS400 but the wireless chipset doesn't even have drivers in 14.0421:41
k1lkurt2014: i think you discussions suit better into the #ubuntu-offtopic channel21:41
BerenBarahirWhat should I do next?  ....INstall the LibPangol package?21:43
Ben64BerenBarahir: yes, or use the google PPA21:43
BerenBarahirOr uninstall Google Chrome?21:43
netlarIs the recoll lense still available in Unity?21:44
Bobbo_TJ- / eeee : Installed under legacy mode, seemed to of worked. so I'm just going with that. Thanks for the help anyways, I've learnt some stuff!21:45
BerenBarahirPackage libpango1.0-0 is not installed.21:45
BerenBarahirPackage libappindicator1 is not installed.21:45
TJ-Bobbo_: haven't we all!?21:45
Bobbo_Yes.21:45
Bobbo_Avoid Toshiba like the plague.21:45
Ben64BerenBarahir: just use the google ppa, this will be much easier21:45
BerenBarahirAre those the two packages I need to get my Google Chrome working?21:46
netlarI tried to install it, but says that it is unable to locate the recoll-lens21:46
TJ-BerenBarahir: Why don't you install "chromium-browser", the open-source package that is in the archive?21:46
Ben64BerenBarahir: good luck, you seem to be ignoring all advice21:46
BerenBarahirI don't know the commands for google PPA and I already installed the deb file21:46
TJ-BerenBarahir: "sudo dpkg -r google-chrome-stable" to remove it21:47
BerenBarahirthanks TJ-21:47
evaryontIs there any likelyhood of precise ever getting officially supported openssh 6.6 packages?21:49
k1levaryont: precise gets only backport-patches21:49
BerenBarahirHow do I use the sudo apt-get install command to install Google Chrome using the google ppa?21:53
BerenBarahirDid this channel become inactive?21:55
RobertJDohnertsudo apt-get install google-chrome21:57
k1lif its a PPA it should provide packages. install those packages21:57
RobertJDohnertJust realize you get no flash or Java support21:57
QuaxErosBerenBarahir: http://www.ubuntuupdates.org/ppa/google_chrome21:58
BerenBarahirthanks QuaxEros21:58
boris1my cdrom is not working how can i test to see if it is working21:58
RobertJDohnertopen a terminal and type eject21:59
RobertJDohnertif the CD-ROM opens it means its working22:00
RobertJDohnertif it doesnt you have an ioctl problem22:00
squintyboris: or look for Disks in Installed Software22:01
boris1ok its working, now i got to find out how to mount a cd22:01
RobertJDohnertIt should automount22:02
squintyboris:  Disks and check System Settings > Removeable Media etc22:02
squintyif ua22:02
squintyif automount is toggled on22:03
RobertJDohnertThe only time I have experienced where it doesnt is if you insert an Windows install CD or a solaris install CD22:03
=== ugugyivyqhjablpw is now known as jtcuoakdyjnhpbdt
=== jtcuoakdyjnhpbdt is now known as sepero
=== GT|Work|away is now known as Gnomethrower
boris1no ive try differnt aplcations and nothing works yet22:03
netlarI am trying to add lenses to the dash, but they are not showing up.  Can anyone help me?22:04
boris1i have a dvd movie and it wont start22:05
EiriksUbuntuboris1 you need the codecs22:05
k1l!codecs | boris122:05
ubottuboris1: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html  - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats22:05
netlarI added the Recoll lense and I logged out and logged back in, but that lense still does not show up22:06
EiriksUbuntuthanks k1l I'll learn it with time :)22:06
netlarIts shows up in the sources, but I thought a lense would show up at the bottom of the dash22:07
netlarDo you have the ability to add lenses in 14.04?22:10
=== Extreme_ is now known as Extreme-
netlarDid they take that out of 14.04?22:12
=== sepero is now known as sep_alice
netlarOr maybe that is what scopes are for now22:15
k1lnetlar: yes there changed a lot. see the http://developer.ubuntu.com/scopes/22:16
netlark1l: That appears to be more for the mobile area22:17
netlark1l: I just remember in 13.04 you could add lenses to the dash22:17
samthewildoneSo I recently purchased a bluetooth usb dongle for my computer and, it works. The problem is every time I try to connect to it for use on my headset it glitches.22:18
netlark1l: Now those lenses appear to be fixed and unchangable22:18
netlark1l: Just those standard 7 lenses22:18
samthewildoneGlitches by it takes about 2 minutes of tinkering with the connect / disconnect settings to get it to work. Is there a way around this because I'm going to find this very annoying in the future.22:18
samthewildoneThe headset will connect but, no sound will output unless I change sound settings from telephony to high fidelity. When I select HF it grays out so I have to reconnect the headset and attempt to get it working.22:19
k1lhttp://packages.ubuntu.com/search?suite=trusty&section=all&arch=any&keywords=lens+unity&searchon=names them are in the repos22:19
samthewildoneEventually it works but, it seems like a pain to get it connected.22:20
samthewildone!bluetooth22:20
ubottuFor instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup22:20
=== zz_RedDeath is now known as RedDeath
netlark1l: So that are all the available lenses in 14.04?22:20
k1lnetlar: they are in the repos. you could look out for PPAs22:21
boris1I finaly got ubuntu to install on my labtop and every thing is working Great but one thing the dvd drive22:21
netlarWell I tried Recoll, and it says it has a lense for that in a ppa and I installed it, but still not showing up in the dash22:21
boris1can any one give me some pointers22:22
netlarpoint point22:22
netlarthere are two for you22:22
k1lnetlar: did you relogin?22:22
boris1some help22:22
netlark1l: yes, still nothing22:22
boris1i have tryed some simple like braso to do a copy but that dont reconise it ether22:23
netlark1l: Also do not wnat to mess things up, if additional lenses are not available that is ok too, just be nice22:23
=== vemacs is now known as vemacs|ded
k1lnetlar: what gives you "dpkg -l |grep -i recoll"? please in pastebin22:25
samthewildonehow do I find the mac address of my bluetooth headset22:26
netlark1l: Here http://pastebin.com/LxkZPk1M22:27
BerenBarahirCould you please tell me if the following 3 steps would properly install Google Chrome, and automatically include the following 2 packages I had problems with earlier, because I'm not using the google ppa:22:27
BerenBarahirPackage libpango1.0-022:27
BerenBarahirPackage libappindicator122:27
BerenBarahirhttp://pastebin.com/vDPAtDwn22:28
BerenBarahirthose are the 3 steps22:28
k1lnetlar: you need to start "recoll" first and let it set up its database22:28
k1lwhen that is  finished there should be the lense after relogin22:28
netlarYes, did that, but let me do that again22:28
netlark1l: I did that before installing the lens, maybe I need to do after installing the lense22:29
daftykinsBerenBarahir: you can find out for yourself by doing all but the final command, then run "apt-cache policy google-chrome-stable_current_amd64.deb" instead22:29
BerenBarahirthanks daftykins22:30
k1lBerenBarahir: 1st: just get the google chrome .deb  package and install that. 2nd: why are you doing that on a live system?22:30
BerenBarahirbecause this PC has Windows XP installed22:30
samthewildonecan anyone help me find the mac address of my bluetooth headset which is already paired ?22:31
BerenBarahirdaftykins  Should I prefix the last command you gave me with sudo?22:32
samthewildonenevermind got it22:32
daftykinsBerenBarahir: no22:34
BerenBarahirok, thanks dafty22:35
=== [1]joshnumpty is now known as joshnumpty
netlarNow it appears I need to restart unity and compiz22:36
k1llogout.22:37
netlarI did22:37
netlarBut the desktop is not working anymore22:37
k1ldid recoll run through and did its database?22:37
k1lo_O22:37
netlaryes, but unity and or compiz looks messed up22:37
netlarForgot how to restart those22:38
netlarNever mind got it, just needed to click on it22:38
netlarStupid me22:38
netlarAnyway, the lens is still not there22:38
=== nik0 is now known as niko
netlarIt is in the sources when I look at the sources for Dash22:39
BerenBarahir........apt-cache policy ~/Downloads/google-chrome-stable_current_amd64.deb22:40
BerenBarahirdaftykins, I used the above command22:40
BerenBarahirBut Kubuntu could not locate the package22:40
BerenBarahirIt's in my Downloads folder22:40
netlark1l: it is alright, not a deal breaker22:41
daftykinsBerenBarahir: that's not how you run it, apt-cache comes from an added PPA as per the instructions you linked, not on a downloaded package22:42
netlark1l: I saw articles on how to add lenses for 13.04, got excited, but none of those articals are for 14.0422:42
daftykins'cache' refers to the downloaded cache of having run "apt-get update"22:42
k1lBerenBarahir: you want to install that .deb package?22:42
BerenBarahirI did what you said, daftykins, but the last command did not work22:42
k1lBerenBarahir: yes or no?22:42
BerenBarahiryes22:43
BerenBarahirEverything worked except the last command22:43
k1lBerenBarahir: then do: "sudo dpkg -i ~/Downloads/google-chrome-stable_current_amd64.deb"22:43
BerenBarahirthanks k122:43
netlark1l: Are you on Unity?22:44
k1lnetlar: yes22:44
netlark1l: Have you successfully installed any additional lenses?22:45
k1ldid not try22:45
netlarcool cool22:45
camtronDoes the Nintendo 3DS really run Linux? Although it says citation needed, http://en.wikipedia.org/wiki/Linux_gaming#Supported_hardware lists it among GP2X and Neo GeoX as a Linux-based console.22:46
BerenBarahirI got more errors and dependency problems22:47
BerenBarahirthe last command did not work22:47
k1lBerenBarahir: !paste them, we dont see what you see22:47
BerenBarahirthe problem is no one here knows how to install the google ppa version of Google Chrome22:47
k1lcamtron: either in #ubuntu-offtopic or ask the 3ds community22:47
squintyBerenBarahir:  the link that someone posted to you before seems pretty sta22:49
squintyraight forward    did you try them  http://www.ubuntuupdates.org/ppa/google_chrome22:49
BerenBarahirBut they told me the last command needed to be changed22:50
=== zzz_Ridley is now known as Ridley5
k1li dont know what BerenBarahir is doing there anyway?22:50
ido_french here?22:50
daftykins!fr22:50
ubottuNous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.22:50
daftykinsnon.22:51
BerenBarahirthey told me the last command in the following 3 steps is wrong  http://pastebin.com/vDPAtDwn22:51
k1lBerenBarahir: the HowTo is really really really all inclusiv. its just in the last command where you need to use your brain and set <package name> with the actual package name22:51
BerenBarahirthese are the results of my last two commands....http://pastebin.com/mqJcrJhC22:53
squintyBerenBarahir:  you could also just use the software installer after adding the PPA    open up your software installer (Synaptic or whatever ) and then search for Chrome.22:54
Mike9863I have two monitors that are 1920x1080 however one is much smaller than the other. On the larger monitor, fonts are too large and on the smaller monitor fonts are too small. How can I set it so the fonts are readable on both monitors?22:54
BerenBarahirI don't know how to add the ppa22:55
BerenBarahirA lot of people here talked about adding the google ppa for chrome, but no one here knows how to do so, apparently22:55
eeeeMike9863: you can set the resolution for each monitor , settings > display22:56
BerenBarahirthe people here know a lot more about the deb package than the ppa.  I don't even know what a ppa is22:56
BerenBarahirall the commands I was given or linked up to use the deb package22:56
eeeeBerenBarahir: the first couple commands add the ppa22:57
BerenBarahiryeah, but they say the last command is wrong22:57
squintyBerenBarahir:  copy  and paste the  "wget...." and then the "sudo...."  lines into a terminal.  if no errors reported then either do the " sudo apt-get update" command in the terminal or open your software manager and refresh the sources list.  after it has finished refreshing, search for chrome in the listings.  once found install it via the software manager.22:57
eeeeyour rendition of it is22:57
daftykins!ppa | BerenBarahir22:58
ubottuBerenBarahir: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge22:58
eeeepackage name means the package name, not the filename22:58
k1lBerenBarahir: what is your problem with following this "http://www.ubuntuupdates.org/ppa/google_chrome" howto?22:58
BerenBarahirok, so that means the above instructions from k1 all work, but instead of running the last command, I open up my software centre and look for Chrome?23:00
=== sins-_h is now known as sins-
eeeeor, apt-cache search chrome23:01
BerenBarahirusing the software centre sounds easier, because I would not know what to do if I found the package using the apt-cache search chrome command23:03
daftykinshonestly i don't understand why people pursue chrome as if it's like the second coming in browser form =|23:03
eeeeBerenBarahir: the last command in your guide maybe ?23:04
squintydaftykins:  neither do I and am miffed that firefox decided to pretty much adopt their layout.23:05
k1lBerenBarahir: you seem to much confused with the terminal and cant follow straight howtos using the terminal. i would suggest you to only use the software-center for now23:05
eeeesquinty: daftykins same here23:06
BerenBarahirOk, so daftykins was wrong about my 3 steps.  I posted them here and he was apparently the only one who read them.  He  told me to change the last command,  And I did.23:08
daftykinsno i wasn't23:08
daftykinsi said follow them, then run my command23:08
daftykinsthen you suddenly started saying you had a .deb downloaded instead23:08
BerenBarahir<daftykins> BerenBarahir: you can find out for yourself by doing all but the final command, then run "apt-cache policy google-chrome-stable_current_amd64.deb" instead23:09
squintyBerenBarahir: well he meant you have to change <package name>   to the actual package name which in this case is google-chrome-stable23:09
squintyBerenBarahir:   in a terminal type or copy/paste the following      apt search google-chrome      see if you get anything returned23:10
daftykinsah, forgive me i didn't recall putting in the .deb filename23:10
daftykinstruth be told i shouldn't really be assisting here just yet, i'm not long out of hospital :(23:10
squintyBerenBarahir:  you should see   google-chrome-   either beta  or stable or unstable23:11
squintyBerenBarahir:  if you do see output similar to that then type or copy/paste the following    sudo apt-get install google-chrome-stable23:12
squintyBerenBarahir:  if you don't see any of that output then your PPA hasn't been added correctly (if you had previously done the "sudo apt-get update" command listed on that web page23:13
joilsonBoa noite galera, alguem fala portugues?23:14
eeee!portugal | joilson23:14
squintyBerenBarahir:  you should be able to also do this via your Software manager or Synaptic package manager (which personally I prefer over the bling type software manager programs)23:14
BerenBarahirI got Muon Discovery23:15
BerenBarahirSoftware Centre23:15
eeee!pt | joi23:15
ubottujoi: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.23:15
* Luyin uses apt-get [update | upgrade | dist-upgrade | remove | purge] ;) all I ever need23:16
theadminLuyin: apt-cache search is helpful too, also apt-get autoremove23:16
=== romtamcloud is now known as Guest47804
squintyBerenBarahir:  you can use the Software Center to install too.   open it up and then check to make sure that the PPA has been added to the sources list.   you can do that by clicking on the top panel and then Edit > Sources23:18
BerenBarahirI got a lot of errors  and wrong packages installed now, so I think I need to reboot before I try anything else23:19
skinuxIs there a known reason why firefox.com would say my browser is out-of-date, but Firefox doesn't think it is?23:19
squintyBerenBarahir:  first check in the Software Center for  the ppa entry under  "Other Software"  if it is not there you need to add it23:20
theadminskinux: Firefox on Ubuntu checks for updates via Ubuntu's repositories, I think23:20
theadminskinux: Basically, check for updates via the Update Manager23:20
squintyskinux:  probably a newer version available that hasn't come into the repo's yet23:21
theadminskinux: If there aren't any, don't worry about it and just wait a couple of days till the Ubuntu devs test the new FF on Ubuntu23:21
BerenBarahirI"m using a live CD, so doing that will not be saved23:21
skinuxOh, that explains it. It seems Ubuntu repositories are always a version or two behind official software releases.23:21
squintyBerenBarahir:  DVD or usb.  if possible (if you can't do a full install) set up persistence on a usb stick to save settings and download files23:22
blkpowertheadmin: that's the beauty of Linux. If its downloaded through repository. An update updates all programs. Not just ubuntu operating system like windows does.23:22
squintyBerenBarahir: you could also do a full install on a usb stick (with sufficient capacity)23:23
theadminblkpower: Many things could be said to be the beauty of Linux ;)23:23
=== blkpower is now known as proshotz
netametai have ubuntu 13.10 "saucy" how can i upgrade it// do i need to upgrade it ?23:25
daftykins!eol | netameta follow the last link here23:25
ubottunetameta follow the last link here: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades23:25
theadminnetameta: Yes, you do, it's EOL by now! You should hurry and update soon23:25
eeeenetameta: sudo do-release-upgrade, and yes23:25
daftykinsoh yeah direct would be fine23:25
daftykinsdooooh, i really need to stop coming in here for a while XD23:25
proshotznetameta: if its not broken don't fix it.23:25
theadminnetameta: Also, I recommend staying on 14.04 because it's an LTS release (so you will have to upgrade less often)23:26
theadminproshotz: 13.10 is EOL.23:26
theadminproshotz: Could very well be "broken"23:26
BerenBarahirWow, I got a 4 GB USB stick with Kubuntu-14.04-desktop-amd64.iso on it, would that work, squinty?23:26
squintyis it my old brain that can't find a refresh button in the Software Center or is it just missing?23:26
netametadaftykins thanks again, theadmin how can i update to 14.04 ?23:27
theadminnetameta: Run the update manager and follow it's instructions, there should be a huge "Upgrade" button on the top23:27
squintyBerenBarahir:  you could use that along with   unetbootin    to use the iso plus a persistence area23:27
=== iShaggy is now known as iShaggy-Away
netametatheadmin i dont have it on my machine i am ssh connected23:27
proshotzBerenBarahir: always wanted wanted it to work. And it did sorta. But had problems upgrading while on USB.23:28
squintyBerenBarahir:  4 gig is too small to do a full install.  16 gig is what i use23:28
eeeesquinty: i don't think there's a refresh button, but im intrigued by the file > sync between computers23:28
eeeeseems cool pretty cool23:28
squintyeeee:  :-)23:29
netametatheadmin, is it even possible throw terminal ?23:29
eeee*seems pretty cool23:29
theadminnetameta: Ah right, then "sudo do-release-upgrade"23:29
netametai see23:29
netametawell i will read the link first and see23:29
netametathanks, theadmin, eeee and proshotz23:29
wbgvewgbwhow to copy an entire folder to a flash drive from the terminal?23:29
theadminwbgvewgbw: cp -r your_folder /media/your_flash_drive/23:30
eeeewbgvewgbw: cp -r /path/to/folder /path/to/flashdrive23:30
BerenBarahirBut my live CD probably only uses about 1GB, so why do I need more than 4 GB to run Kubuntu live off a USB stick?23:31
wbgvewgbwYes, but as I discover the "path"?23:31
squintyBerenBarahir:   pendrivelinux.com and http://unetbootin.sourceforge.net/ for info on usb stick setups.   unetbootin can be installed via Software Manager or grab a copy off the website for installing with Windows23:32
eeeewbgvewgbw: you should know the first path, the second is where ever the flash drive is mounted, if you used the button in nautilus it would be under /media/<your username>23:32
theadminwbgvewgbw: Browse /media23:32
jcorganwhat is used to create initrd (note: not initramfs) on the ubuntu installer/live dvd?  12.04 had cryptsetup inside it, now 14.04 does not, and i'd like to recreate it with cryptsetup and libraries installed on it.23:32
proshotzBerenBarahir: you can run it. But my problem happened with upgrading a USB based Ubuntu.23:32
spearheadBerenBarahir, you don't really need more than 4 gb to do the install, it will pretty much fill up the thumb drive though... so not very useful23:32
jcorganthat is, what program is used to create the /casper/initrd.lz contents on the installer ISO?23:33
=== RedDeath is now known as zz_RedDeath
proshotzBerenBarahir: I am not sure the difference is. But a live CD put on a 1gb USB will work. But you want a full install onto a USB.23:34
squintyBerenBarahir:  running a full install from a usb stick does have performance hits (ie slower access).. personally I would not be running Kubuntu from a usb stick.23:34
proshotzDon't you need two USB sticks to install Ubuntu from the live USB to the target install usb23:36
squintyproshotz: that is one way to do it.23:37
squintyanyways... have to run.  back later23:38
proshotzsquinty: what's the other way23:38
jcorgandoes anyone know how the contents of the /casper/initrd.lz are determined when the installer live DVD is created?  14.04 is missing cryptsetup and i'd like to add that back.23:39
eeeeproshotz: i guess you could dd an installation, another way would be to use virtualbox, and create a raw disk image file of the usb, load the iso in the vm, and install to the usb23:40
SchrodingersScatproshotz: agreed with eeee, virtualbox with usb passthrough is good if you don't want to reboot into another install stick23:40
wbgvewgbwMy system broke, I can only access my files via the shell and must pass only one folder (very important to me) and then format. Can someone help me?23:41
proshotzeeee: so any other way basically creates a live USB with persistent storage.23:41
eeeeproshotz: no, it creates a standalone installation23:41
eeeeas you'd install on a hdd23:41
eeeegrub as a bootloader and everything23:42
rufianwwbgvewgbw: you can use scp -r remote-machine:/home/wbgv/very/important important23:42
wbgvewgbwI have a USB stick, but I have no idea how to copy the files over the shell.23:42
proshotzeeee: I am talking about them windows apps that make a bootable USB.23:42
rufianwAh.23:42
wbgvewgbwrufianw: Yes23:42
rufianwI understood you had a remote shell.23:42
rufianwThen disregard what I said.23:42
rufianwmount the stick, copy and umount then.23:43
proshotzeeee: like pendrive for example.23:43
wbgvewgbwrufianw: How? That's the question.23:43
rufianwwbgvewgbw: it should not be difficult if you search in Google, but anyway...23:44
SchrodingersScatalso don't copy the files into something non-persistant..23:44
rufianwYou connect it, search the device name (e.g. sudo fdisk -l and search for a device with the same capacity, it should be something like /dev/sdb1) and then mount it to a folder23:44
rufianwe.g. mount /dev/sdb1 /mnt23:44
rufianwThen you can copy files with cp -r source destination23:45
rufianw(where source and destination are the origin and destination folders)23:45
rufianwFinally you unmount with umount /dev/sdb1 (that's not a typo) and get your pen.23:45
wbgvewgbwrufianw: Yes /dev/sdb1 *23:46
jcorgani'd like to customize the contents of /casper/initrd.lz on the installer DVD to include cryptsetup. it used to be there in 12.04 but is now missing in 14.04.23:46
rufianwYou can explore directories using cd directory to enter in a directory and ls to list files in the current directory23:46
rufianwcd .. goes to the parent directory23:46
jcorganis there a better place to ask my question than #ubuntu?23:47
rufianwjcorgan: uh? Did they remove cryptsetup? Latest Ubuntu version support encryption in the default installers.23:48
proshotzjcorgan: maybe a spinoff has it.23:48
jcorgani'm not talking about the cryptsetup that can be installed as part of the regular destination filesystem23:48
wbgvewgbwrufianw: For example, the command to copy, it would be: cp / home / important / media / pen?23:49
jcorganthe initrd.lz that gets booted into pre-installer used to have cryptsetup on it, now it doesn't23:49
jcorganproshotz: interesting.  a spinoff is some derivative distribution, or am i misunderstanding23:49
rufianwwbgvewgbw: almost, spaces are important. Also, you need to use -r (recursive to copy directories)23:49
rufianwcp -r /home/important /media/pen/23:49
wbgvewgbwrufianw: For example, the command to copy, it would be: cp /home/important/media/ pen?23:50
rufianwsee above ^23:50
eeeewbgvewgbw: if you mounted the flash drive to /mnt, you have to cp to /mnt.23:50
rufianwyes23:50
wbgvewgbwcp -r /home/important/media/pen?23:50
proshotzjcorgan: I guess. Like Mint.23:50
eeeewbgvewgbw: cp -r /home/important/media /mnt23:50
wbgvewgbwok23:50
eeee^^ run that if you used mount /dev/sdb1 /mnt , earlier23:51
rufianwjcorgan: so you can't read dm-crypt filesystems in Ubuntu live media?23:51
jcorganok, worth checking out, thanks.  i'd still like to know how canonical creates their iso contents, though23:51
jcorganrufianw: once you boot into the live media root filesystem, yes, you can read dm-crypt stuff23:51
spearheadwbgvewgbw, you need to know the full path to the directory you are wanting to copy and also the folder you mounted your flash drive to.23:52
jcorganbut i'm talking before that23:52
rufianwjcorgan: oh, so it is a module.23:52
rufianwbut you need it in the initramfs.23:52
jcorganit's a binary and a couple of .so's in the *initrd*23:52
jcorganwhich is not what is created by initramfs as far as i can tell23:52
netametahow logn does an update usually date ?23:53
rainbowwarriorhello , can anyone recommend any decent laptop to tv streaming device for Ubuntu please ?23:53
netameta13.10 - 14.0423:53
theadminnetameta: Depends on your network speed23:53
jcorganif you look at the kernel command lines on the DVD they all have initrd=/casper/initrd.lz23:53
theadminnetameta: If everything's downloaded, then about an hour23:53
netametawell its done downloading23:53
netametabah an hor..23:53
theadminWell... if you have an SSD, may go a lot faster23:53
proshotzjcorgan: there are many Ubuntu spinoffs. Probably 10 or more.23:53
netametastarted this in wrong time23:53
theadminnetameta: You can keep using your machine while it's updating23:54
wbgvewgbwI tried -r cp /home/important /mnt/pen and is taking, is he copying?23:54
rufianwtheadmin: I'm not sure that's a very good idea.23:54
netametai need to go off, for a little bit, and i am afraid the session will time out if there will be any prompt23:54
rufianwwbgvewgbw: yes.23:54
theadminnetameta: Should have ran it under screen.23:54
jcorganproshotz: hoping to avoid downloading and inspecting the live dvd isos for all those spinoffs, but it is a good idea that i may have to resort to, thanks23:55
netametawhats that?23:55
theadminnetameta: A tool that allows you to retain terminal sessions even if you disconnect from SSH23:55
spearheadwbgvewgbw, first of the -r needs to be after the cp and second do you know where the directory is that you want to copy?23:55
theadminnetameta: Among other things23:55
rufianwThat only applies to remote sessions.23:55
theadminrufianw: He is on a remote session23:55
rufianwOh, boy.23:55
netametatheadmin, ah wow23:55
netametathats good23:55
rufianwNever do that again.23:55
theadminActually, yeah, a remote update might be a bad idea in case something decides to börk up23:56
theadminUnlikely, but still23:56
rufianwWhich usually does in home Internet connections.23:56
BerenBarahirCould you please tell me if the following 4 steps would properly install Google Chrome onto Kubuntu 14.04?23:57
BerenBarahirhttp://pastebin.com/DJc8GvN523:57
theadminrufianw: Uh, the update doesn't really rely on an Internet connection. Once everything's downloaded you can unplug it23:57
rufianwtheadmin: but the ssh connection does.23:57
theadminrufianw: That is true.23:57
wbgvewgbwOh, i'm sorry. Actually I tried cp -r /home/important /mnt/pen23:57
proshotzBerenBarahir: just download google chrome and run it.23:57
rufianwAnd if it dies, the update may die too.23:58
spearheadwbgvewgbw, ok, where is the directory you are trying to copy?23:58
eeeewbgvewgbw: that will copy the files to a folder called pen on the flash drive23:58
wbgvewgbwhow can I know if it's copying?23:58
eeeewbgvewgbw: after it's finished type cd /mnt/pen23:58
theadminwbgvewgbw: Is it hanging or is it back to the prompt?23:58
eeeewbgvewgbw: if no error returns, then it probably went through23:58
eeeewbgvewgbw: type cd /mnt/pen , then ls -la to see all files23:59
jcorganooh, i may have gotten lucky23:59
proshotzBerenBarahir: don't make it more complicated. Just download it from google and run it.23:59
mattxtnHow would a view a log of cron jobs already run?23:59
eeeewbgvewgbw: if you want to see all the files type find /mnt/pen in the terminal, it will list them all23:59
proshotzBerenBarahir: it will install23:59
jcorgani didn't think to look at the standard /boot/initrd.img* that gets installed on a normal system23:59

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