[00:00] :) [00:00] ok then [00:00] regedit: Linix terminal command ' sudo fdisk -lu ' and look at the disk size . Is 1 way . [00:00] Bashing-om: thanks! will try that [00:01] regedit: you'll want sudo parted -l cause you're converted to gpt now [00:01] oh [00:02] . [00:03] regedit: Yeah, 'fdisk' will not handle GPT partitioning . [00:03] sudo mkdosfs /dev/sdc -s 16 -F 32 [00:03] ^ looks right? ^ [00:04] wouldn't gparted be much safer? [00:04] whats the difference between --setprovideroffloadsink --setprovideroutputsource [00:04] ? [00:04] regedit: why the -s 16? [00:05] EriC^^: copy pasted from askubuntu... i'm new at this as you can tell [00:05] ObrienDave: oh, ok, le'me look that up. thanks [00:05] yeah not sure why you're using CLI if not comfy :) gparted is your buddy [00:06] Normally you make FSs on partitions, not whole devices. [00:06] regedit: wait, did you make a partition first? [00:06] EriC^^: the drive is currently NTFS and has the windows installation files, but not booting [00:06] that's a different issue [00:06] EriC^^: make a partition - where / what about? [00:07] also, when i use a proprietary nvidia driver (eg 352), i have issues with copy paste sometimes. why would the display driver touch the copy/paste of x? [00:07] regedit: how'd they get there? [00:07] EriC^^: this is the drive i'd like to use as the source for installing windows [00:07] hmm O.o [00:07] i.e. the install usb drive [00:07] i don't know much about that [00:07] there is another internal drive that's supposed to be the destination [00:08] ok, are you following any guide? [00:09] he's following the suggestion of this crazy daftykins fellow [00:09] sorry he/she [00:09] EriC^^: for now daftykins [00:09] :D [00:09] :D [00:09] *smh* ;P [00:09] i am a troglodyte [00:10] regedit: ok, well you have to make an efi partition of the type ef00 [00:10] regedit: use gparted to make some unallocated space preferrably at the end of a partition cause it's easier and faster [00:11] EriC^^: hrmm this is just the windows 8 ISO contents, it'll boot if just pasted onto a flash drive formatted as FAT [00:11] (or at least i'm led to believe) [00:11] then type sudo cgdisk /dev/sdX, and make a partition with that space, using the hexcode ef00 [00:12] daftykins: ah i see [00:14] whoops network dropped again, stupid qwebirc [00:14] i'm in gparted and dont mind deallocating the whole drive in question [00:15] should i do that? [00:15] so i dont actually format the EFI stuff inside gparted? [00:15] daftykins: so wait, is he making an efi partition right now? [00:15] or just fat? [00:15] just FAT sir [00:15] oh ok [00:15] ok so in gparted i'll format the whole drive to FAT (16 or 32?) [00:16] yup fat32 [00:16] assuming you already copied off the windows disc contents to the HDD? :> === Neseth is now known as WhoA3 [00:16] ye i have it on yet another extarnal drive === brandon is now known as Guest42750 [00:17] ok done, now copying over the files... [00:21] alright then, i guess all that's left now is to try booting into it, and hope that if it fails i still get to boot into ubuntu live... [00:21] unmount it cleanly [00:22] i should unmount the FAT32? [00:22] ja [00:22] umount /dev/sdX [00:22] should he set the boot flag or it's unnecessary cause it's efi? [00:22] after finishing copying [00:22] shouldn't matter, but it may depend on the specific machines EFI implementation [00:23] did kubuntu eject [00:23] where would i get apparmor help? [00:23] alright here goes... if i dont come back, its either very good news or very bad news. if i come back soon, its bad news [00:23] :D [00:23] Vainglory: The IRC channel is #apparmor on irc.oftc.net [00:23] hope for good luck ;p [00:24] Source: http://wiki.apparmor.net/index.php/Main_Page === Guest42750 is now known as brandonphuo [00:26] boot flag only applies to MBR, and some BIOS ignore it or require something more such as bootstrap code signature [00:26] UEFI looks for the GUID of an ESP, which is usually - but doesn't have to be - the first FAT12/16/32 partition === Mitchell92[A] is now known as Mitchell92 [00:28] "Recent versions of parted enable you to type disk_toggle pmbr_boot on GPT disks to toggle the MBR boot flag on and off." http://www.rodsbooks.com/gdisk/bios.html [00:29] stevendale: Yes, that can help in hybrid installations because parted usually only does one or the other [00:29] TJ-: so he should set the whole fat to have the ef00 hex code? [00:29] i sense someone is going for the google award today [00:30] TJ-: or all fat partitions have the same guid? [00:30] EriC^^: "ef00" isn't really anything to do with GPT, it's something used by gdisk tools to represent the true GUID of an ESP... but yes, the ESP partition is set to 0xEF00 in those tools [00:31] How can I remove all files in a directory except one folder and it's contents? [00:31] TJ-: ok, so if the uefi is to boot it the extracted iso he made, does he need to set it to ef00? [00:31] I installed ubuntu on my sda7 first, then onto sdb1, and ade sda7 my home, but forgot to format [00:32] so theres another ubuntu install in my /home folder [00:32] they are protected files and I can't rm them [00:32] EriC^^: The Globally Unique IDentifier is a 16-byte value and there are several defined for different purposes. [00:32] hello world [00:32] ey m8 [00:33] !offtopic [00:33] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [00:33] TJ-: what sets it? [00:33] EriC^^: Yes, the partition needs marking as an EFI System Partition (ESP) so the the firmware know to search it for the UEFI boot loaders [00:34] Hi all. I have 1gb ram and sometimes the machine just freezes (or almost) in high CPU usage (I think) such that the only way out is hard power-off. Any ideas on alternative ways to solve this issue. For example, last time I visited chesscademy.com, it just froze.... [00:34] TJ-: ok [00:34] uio: sounds like you have no swap. [00:34] EriC^^: The partitioning tool will. In the case of the gdisk tools when you specify 0xEF00 it'll actually use the GUID for an ESP, which is C12A7328-F81F-11D2-BA4B-00A0C93EC93B [00:34] ^ [00:34] TJ-: oh ok, i see [00:35] daftykins: Hmmm. How might I check it? [00:35] uio: free -m [00:35] daftykins: swap shows 0 0 0... [00:35] uio: You can follow this guide here to create a swap file: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04 [00:36] EriC^^: The 0xEF00 came from extending the single-byte MBR fdisk type codes to double-bytes and then mapping the resulting doube-byte values as close as possible to the MBR values to help people recognise the related/same types in both partitioning schemes [00:36] dongerino: you could open a terminal, type gksu nautilus, and then browse to your /home and delete the files you don't want, also press ctrl+h if there are any hidden files too [00:36] uio: yep so you don't have one by the sounds. also: "sudo apt-get install pastebinit && sudo parted -l | pastebinit" and paste the link to us [00:37] TJ-: i see [00:37] daftykins: Sorry, I don't quite understand what you mean... [00:37] EriC^^: A good list of GUIDs: https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs [00:37] stevendale: Thanks... I am reading it right now ! [00:37] TJ-: thanks [00:37] uio: commands to run [00:39] uio: the given link provides bad advice btw. [00:39] daftykins: Good to know! What would you suggest... [00:39] what i pointed out above [00:39] open a terminal and run the command i shared [00:40] daftykins: I ran the command [00:40] ok follow my above instruction [00:40] daftykins: It is showing errors... [00:41] can i buy a vowel? [00:41] ok [00:41] or could you mention said errors... [00:41] daftykins: ha! [00:41] daftykins: linux-image-3.16.0-40-generic is not configured.. [00:41] uio: sudo apt-get -f install [00:41] ugh alright so you've got package fun [00:42] daftykins: linux-image-generic-lts-utopic is not configured [00:42] stevendale: Thanks! What will that do... [00:42] yes i saw. [00:43] uio: APT will try to correct any package dependency errors automatically [00:44] daftykins: Oh - before this continues, and likely the source of the problem. (sorry it slipped my mind) I'm using lubuntu.... so I guess I should just leave for the other channel, or is this the same for both ? [00:44] uio: There's #lubuntu [00:44] carry on, it's all covered [00:46] daftykins: Should I paste all the errors? [00:46] you're taking advice from one user and trying to supply it to another [00:46] s/it/the result/ [00:46] your current command was from stevendale, you can provide output to him/her :) [00:46] daftykins: no, I mean for the one you gave me. [00:47] no longer relevant, keep working with stevendale ^ [00:47] stevendale: I ran the command you gave me and then the one from daftykins again. Still errors. === Mitchell92 is now known as Mitchell92[A] [00:49] uio: sudo dpkg-reconfigure linux-image-3.16.0-40-generic === Guest67308 is now known as illuminaughty === Artpicre_ is now known as Artpicre === illuminaughty is now known as glossic === NoobsFlyVFR is now known as TCAS|Standby === andrex|off is now known as andrex [01:21] hero100 [01:25] Chimpout Forum has now fully migrated to Chimpmania Forum! Check out Chimpmania radio and listen to our invaluable advice and commentary regarding the feral negroid beast! If you can't stand niggers, you will love Chimpmania! http://chimpmania.com/forum/forumdisplay.php?84 [01:26] wow, and so it begins again *sigh* === Cydrobolt is now known as cydrobolt === andrex is now known as andrex|off === andrex|off is now known as andrex [01:39] TJ-, Are you here? [01:39] ex0r: just about; about to go to bed it's 0239 here [01:39] TJ-, I just wanted to say thank you for the help earlier [01:40] ex0r, how did it go? [01:40] I ended up just reinstalling ubuntu [01:40] removed 15 and reinstalled 14.04 [01:41] well now you can do-release-upgrade and get back to 15.04 eventually [01:41] x0r did you fix it? [01:41] ex0r: Ha! good solution :) [01:45] Is enemy territory still available? I don't see it in synaptic [01:45] and it seems it was uninstalled from my system [01:46] microm, it's in PlayDeb, i think [01:46] hello i am in a live version and i installl chromiun but it crashed a lot any idea why [01:47] leonic: Running out of ram ? [01:47] live version is meant to sample the OS [01:47] and install [01:48] that explain it but a don't have a hard drive at the momen only a sd of 8 Gb [01:49] you can install to the sd card. i have several like that [01:50] ObrienDave, - No thanks, I didn't really find any benefit of 15 [01:50] tbh [01:50] wait people still play enemy territory? [01:51] ex0r, i prefer the LTS anyway. don't have to worry about 6 month release cycles :) [01:51] shouldn't 15 be lts? [01:51] Or is it every two years? [01:51] every 2 years [01:51] ObrienDave, do you mean install ubuntu in the sd can you give a link [01:51] 16.04 will be LTS [01:52] I wonder how much it'll change from 14 === andrex is now known as andrex|off [01:52] leonic, how are you running the live OS? [01:52] I want to play enemy territory now [01:52] I haven't played that in like 10 years [01:53] ex0r, i wouldn't know. i'm on Xubuntu, i have a 3 year cycle [01:53] installed in the sd car i have a usb adapter [01:53] ooh what's the difference between kubuntu ubuntu and xubuntu ? [01:54] the desktop environment mostly [01:54] i made it bootable whit yumi i have mint and puppy but for some rason puppy don't load [01:54] k = kde x = xfce [01:55] leonic, if you have another sd/usb stick, you can use the current live system to install to the other device [01:56] good night, someone could help me on this issue? " I'm on the latest Linux Mint release on an Acer Aspire S3. Unfortunately I can't set the screen brightness in the Screen preferences. It doesn't matter which position the slider has, it's always the same brightness. Am I doing something wrong? Is there another way to set the brightness? " [01:56] !mint | conan [01:56] conan: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [01:57] mint has its own issues [01:57] oh, and ubuntu uses its own? [01:57] conan use xrandr [01:57] error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory [01:58] how mouch space ubuntu need to install [01:58] 4 Gb o more [01:58] I must have removedd 386 libraries by accident last week thinking I did not need them, how do I get them back? [01:58] EriC^^ ? dayangkun ? [01:58] leonic, 4GB minimum [01:59] 8GB is better [01:59] well well well, some things have finally gone right this time round :) [01:59] \o/ [01:59] i guess 4Gb whiot libre office [02:00] leonic, yes you would need an 8GB or better [02:00] i am able to boot to windows and to ubuntu [02:00] \o/ [02:00] regedit: by dayangkun you mean daftykins? [02:01] EriC^^: heya :D oh i guess so [02:01] iguees ai need other pc to do it becasus my other sd adpter does not boot [02:01] it work but dont boot i am using the camera to run the live version [02:01] yes making it bootable is a good thing :) [02:01] regedit: ok, that's great that windows is booting and so is ubuntu [02:01] EriC^^: i would really love to record the lessons learned here: what were those magic GPT steps you made me do, and why did they help (along with the FAT32 windows install drive with the EFI files) === chronodekar_ is now known as chronodekar [02:02] Personal, sorry. I am using ubuntu-mate and the problem is the same as described for LinuxMint. Display brightness always at 100% [02:02] hmm [02:02] it seems enemy territory wont install [02:03] regedit: well uefi can't be installed in legacy(msdos) partition tables, it might have helped if windows decides to install in legacy if it finds a msdos partition table, anyways the command was sudo parted -l to get the disk then sudo gdisk /dev/sdX , then press "o" then "w" [02:03] https://help.ubuntu.com/community/AspireS3 [02:04] conan: I have to boot using acpi_backlight=vendor and acpi_osi=Linux to fix my backlight brightness [02:04] ex0r, http://www.playdeb.net/game/Enemy%20Territory [02:04] conan: perhaps try that in your /etc/default/grub and sudo update-grub after the changes [02:04] regedit: i think what you did with daftykins was made fat32 partition and copy all the files over, the command is mkfs.fat -F 32 /dev/sdxY [02:04] *sudo mkfs.fat [02:04] hmm I tried using the .run installer that is on the official site [02:05] regedit: after you create a partition first using gparted [02:05] and that one doesnt seem to work [02:05] says package unavailable [02:05] ex0r, go through playdeb ppa [02:05] <__Myst__> Hi guys [02:05] * ex0r researches [02:05] <__Myst__> I'm having issues with my wi-fi connection [02:05] <__Myst__> I'm on a b43xx wifi chip, and I've tried multiple fixes [02:06] <__Myst__> disabling ipv6, disabling f-something, etc... [02:06] !broadcom [02:06] Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [02:06] <__Myst__> nothing works [02:06] <__Myst__> ObrienDave: Did you even read what I said? None of that worked [02:06] EriC^^: i think i did both partitioning and fat32 formatting within gparted [02:06] regedit: oh ok [02:07] __Myst__, you did not mention you tried the factoid link ;P [02:07] which bcm43xx exactly? [02:08] histo: I used this command line and not decided: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux" [02:08] <__Myst__> ObrienDave: Factoid link? [02:09] <__Myst__> OerHeks: bcm4311 iirc [02:09] <__Myst__> how do I check again? [02:10] woohoo ill be playing me some ET pretty soon! [02:10] is there a gui for kernel modules? Something that handles multiple installed kernels perhaps? [02:10] and I love this playdeb! [02:10] <__Myst__> OerHeks: BCM4331 [02:12] HiGregS: what do you mean, what do you want to do? the kernel has a gui configuration tool [02:12] see what module versions are installed, update, downgrade, blacklist, etc. [02:13] <__Myst__> sgh [02:14] HiGregS: Modules in the file-system are under "/lib/modules//" there's no GUI wrappers around the command line tools for manipulating the kernel settings [02:14] conan: k did it work? [02:14] voy por el mundo volando y buscando ayuda=ubuntu [02:15] !es | BUITRE [02:15] BUITRE: 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. [02:15] TJ-, seems like a good project for an interested developer (gui kernel module tool) [02:15] histo: Não, coloquei de acordo a linha de comando que te passei. viu? [02:15] histo: No, according put the command line that you spent.We saw? [02:16] HiGregS: I can't think of any kernel developer that would swap command-line for a GUI [02:17] It's pretty horrendous trying to navigate all the tools (plus directory modifications for blacklisting). [02:18] lotus; tanks but i dont know how and where to select any option, my english is not well and i dont understand many words i'am 59. let's try to in english, do you want to help or anybody else . [02:19] HiGregS: blacklisting for loading kernels? Just entries in "/etc/modprobe.d/" [02:19] BUITRE: we surely want to help, can you describe your problem please? [02:20] conan: what? edit the default grub file then sudo update-grub [02:21] TJ-, sure! but there are about a dozen "just ..." for each individual function. And each of the 7 or 8 programs are a (small) learning curve. Would be nice for a gui to list the installed modules, be able to select a drop down (enable, disable, blacklist, etc.). And install from file, list available ones, etc. [02:22] HiGregS: That's not so much a kernel issue, that's a distro issue for the userspace tooling [02:23] i have installed a version of ubuntu and at this time experience an ¿overflow? i mean the processor speed go up and is working at 99% of it capacity and the system is very slow, i never seen it beefore [02:23] ex0r, the main page is http://www.getdeb.net [02:23] BUITRE: ubuntu version? [02:23] HiGregS: It's done so infrequently no one has felt it so annoying as to want to write a GUI for it... but it's open source ... feel free to write a tool :) [02:23] ObrienDave, - I got it going :) [02:23] now just to wait forever for it to install >.< [02:24] cool :) [02:24] ex0r: same here... building a bisect kernel image :) [02:24] well; the base is ubuntu but the name is voyager x [02:24] not sure what that is >.< [02:24] TJ-: I agree with your sentiment. It's surprising that it hasn't annoyed anyone else (gui kernel module tool) [02:25] this is very strange. when i run nvidia-352, and i copy text in chrome, my tab freezes [02:25] lotus [02:25] even when i run bumblebee, and i do _not_ run nvidia on chrome, it _still_ happens [02:25] BUITRE: im sorry mate, we can only support ubuntu [02:25] but if i run nouveau, its perfectly fine [02:25] histo [02:25] conan [02:26] conan: ? [02:26] why would the graphics driver be intefering with the clipboard? [02:27] snkcld: bumblebee is outdated, use nvidia-prime instead [02:27] snkcld: maybe chrome is the issue? [02:27] isnt nvidia-prime differnet though, in what it effectively does? [02:27] snkcld: is your card optimus? [02:27] yes [02:27] gtx 860m [02:27] snkcld: then you need nvidia-prime package [02:28] !info nvidia-prime | snkcld [02:28] when i used prime etc, no bumblebee, this still happens [02:28] snkcld: nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.1 (vivid), package size 10 kB, installed size 114 kB (Only available for i386; amd64) [02:28] snkcld: in combination with wich driver? [02:28] 352 [02:28] but i tried 346 too iirc [02:28] snkcld: did yiu enable performance mode in nvidia-settings? [02:30] yes [02:30] the copy paste is specificallythe problem === SonikkuAmerica is now known as systemd-220 [02:30] performance was perfect [02:31] snkcld: could be not related sure, just pointing your optimus [02:31] lotus ; do you know how to ? ... well before start is appear the name ubuntu not voyager, thanks anyway... i'am mexican. [02:33] !es | BUITRE [02:33] BUITRE: if you install ubuntu we can help you, but voyager live x isnt supported here sorry [02:33] BUITRE: 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. [02:35] Flannel: tnx [02:36] even with nvidia-prime though, i dont understand why copy paste would hit video drivers? [02:36] ? [02:36] snkcld: i didnt said it was related mate, but worth a try to install needed things for your optimus card right? [02:37] snkcld: why do you assume it's related to copy and paste? === regedit_ is now known as regedit [02:39] :( seems even konversation can't save me from a simply bad wifi connection... [02:39] did i miss anything EriC^^ [02:39] nah [02:39] i saaid that cause it happens when i copy text [02:39] !wifi [02:39] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [02:40] EriC^^: i was asking "...So this gdisk thing, why was it necessary? What did it do which finally helped everything be EFI? And what does "GPT" whatever that is have to do with it?" [02:40] so many questions [02:40] snkcld: any clues in "/var/log/Xorg.0.log" ? [02:41] regedit: i told you already [02:41] regedit: well uefi can't be installed in legacy(msdos) partition tables, it might have helped if windows decides to install in legacy if it finds a msdos partition table, anyways the command was sudo parted -l to get the disk then sudo gdisk /dev/sdX , then press "o" then "w" [02:42] so it does something about legacy(msdos) partition tables? [02:42] regedit: gpt is a partition table type, like msdos, except it's newer and can have a lot more primary partitions and have bigger partitions (+2TB) [02:42] nothing [02:42] in fact, i tried ot copy that text from the chrome tab, and the tab froze [02:42] and it's used with uefi [02:42] and it never made it to my clipboard [02:43] regedit: that command makes a fresh gpt partition table, you had a msdos one [02:43] EriC^^: how might one opt for that kind of partitioning configuration if only in Windows world (without gdisk) ? Or does that force usage of lageacy(msdos) partition tables [02:44] regedit: Disk drives usually have data written to them in multiple partitions. Those partitions are defined in a partition table at the start of the disk. Originally 4 partitions were thought to be sufficient and were stored in 64 bytes in the first sector (of 512 bytes) called the Master Boot Record (MBR). Later we needed more partitions on a disk and introduced Extended Partitions where MBR could chain several partition tables together. That got to be a mess, so [02:44] GUID Partition Table design was introduced which addresses all the shortcomings and stores its data in a different place on the disk. The MBR tools on Linux are fdisk and its variations, for GPT its gdisk and companions, plus parted and gparted and so on [02:44] regedit: you can have gpt partitions in windows, i think the command diskpart in windows can let you do that, not sure [02:45] EriC^^: true [02:45] EriC^^: ahh ok makes sense [02:45] you can make partitions and format them with that command, not sure if you can make a new partition table too [02:45] and TJ- that was awesome thanks! [02:46] regedit: The UEFI standards require a disk to use GPT and to have a special partition (the EFI System Partition - ESP) containing all the boot-loaders, drivers, and tools (such as the UEFI shell) that the motherboard firmware will need/use [02:46] ahaa i see... things are starting to make sense now [02:47] might there be a "for noobs" wiki page explaining all this? i could really have used it just 2 days ago... then again i could have just googled for it a bit more... [02:48] so back in msdos land, i had like, 1 partition per partition. But once I started installing windows after configuring GPT, suddenly there was like whoa 4 partitions already; System something, EFI something, something something, and only then my actual partition [02:48] regedit: To provide backward compatibility a disk can have both MBR (in sector 0) and GPT (in sector 1) on the same disk. This is usually called a GPT disk with Hybrid or Protective MBR [02:48] interesting [02:48] i wonder if I did that? or is it all GPT now [02:49] you have a protective mbr [02:49] regedit: Microsoft went overboard with their allocation of partitions when they adopted GPT - not sure why, it was mostly unnecessary [02:49] it's so that some other os that doesn't recognize gpt doesn't think your disk isn't partitioned and tries to partition it [02:50] gpt can have 128 partitions iirc [02:50] regedit: The different between a hybrid and Protective MBR is, the latter has 1 partition defined which covers the entire disk so that tools that don't know about GPT partitions will think the entire disk is already in use and won't try to create MBR partitions that would wipe out existing data [02:50] is htere anywayi can have copy paste handled by some other service? [02:50] Whoops! we overloaded regedit with data :) [02:51] !partition | regedit [02:51] regedit: For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap [02:51] poor regedit ;P [02:51] histo: regiedt quit a couple minutes ago [02:53] !partition | ubottu: !partition | [02:53] EriC^^: For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap [02:53] i had to see if ubottu would explode [02:53] wait what happened, didnt realize i got disconnected [02:53] i was yappin on [02:54] hey, I'm on an xps 13 and I'm suffering from a problem where after a while all touches on my touchpad are registered as clicks [02:54] I found a reference here: https://wiki.archlinux.org/index.php/Dell_XPS_13_(2015)#Touchpad to my issue but I'm having trouble sussing out what I actually need to do to fix it [02:54] do I need to use the 4.1 kernel to fix it? [02:54] regedit: The different between a hybrid and Protective MBR is, the latter has 1 partition defined which covers the entire disk so that tools that don't know about GPT partitions will think the entire disk is already in use and won't try to create MBR partitions that would wipe out existing data [02:55] powersurge, device specific trouble is best solved via the OEM, i.e. Dell [02:55] well, I found a solution, I think, I'm just having trouble digesting it [02:55] regedit: Hybrid MBR allows use of the other 3 primary MBR partitions to map directly onto 3 of the GPT partitions (using the same starting sector number and quantity of sectors) so that both MBR and GPT tools can 'see' those 3 partitions. [02:56] regedit: TJ-'s most excellent tutorial on booting : https://iam.tj/kb/pc/boot/#a_bootloader . [02:56] Bashing-om: I'd forgotten I wrote that! [02:56] TJ-: knowledge overflow :p [02:57] grr et wont load :( [02:57] so does any of this explain why i dont have BIOS setup anymore? [02:58] regedit: BIOS was replaced by UEFI but its' all firmware on the motherboard - just they implement different public interfaces (APIs) that the boot-loaders need to talk to [02:59] regedit: UEFI adds a lot of powerful extensibility such as being able to load device drivers before the operating system is started which is especially useful for *big* server systems [02:59] TJ-: so for example how might i switch Virtualization now that i converted to UEFI? [03:00] TJ-: he had installed windows in uefi mode, then ubuntu but the installer told him windows was in legacy mode, so he tried installed both in legacy then came here, i hold him to make a fresh gpt and then install windows, daftykins extracted the iso on a fat32 and everything worked out well === kosss is now known as koss [03:00] regedit: enable the VT extensions of the CPU, you mean? On AMD they should be enabled by default. On Intel CPUs the firmware should provide an option to do that [03:00] ^ my entire day accurately reduced to a nutshell [03:00] EriC^^: yeah, I saw the bootinfo output, looked like a bit of a mix up somewhere [03:01] so i guess the question is, does windows decide to install in legacy mode if it finds the disk has a msdos partition table? i know if you boot in uefi it should install in uefi.. so.. i dont know if making a gpt helped, or daftykin 's iso extract or .... [03:01] TJ-: well until now i used to switch it on in BIOS, what do i do now? [03:01] that's what regedit wants to know === systemd-220 is now known as SonikkuAmerica [03:01] how can i go about figuring out where a window "is" as far as processing, if its frozen? [03:01] is that what apport does? when X sees that a window doesnt respoind, apport generates a trace? [03:02] and ^ what EriC^^ said [03:02] regedit: UEFI should still provide a Setup menu - in many firmwares you can barely tell the difference between BIOS and UEFI although some desktop motherboards have a GUI based Setup [03:02] regedit: Usually you press F2 or similar at power-on, the screen should show a hint as to what key to press [03:02] TJ-: i cant seem to reach this setup menu anymore :( used to be Fn+F2, which now does nothing [03:03] regedit: What make/model is the PC? [03:03] TJ-: Fn+F12 would always show BIOS boot menu. currently still works, except the additional option to go to bios setup - disappeared! === SonikkuAmerica is now known as _7 [03:03] TJ-: Lenovo IdeaPad U410 (non Touch)\ [03:04] regedit: Did you enable Fastboot? If so, I believe there's a special sequence in Windows to disable that so you can enter Setup again [03:05] regedit: have you read page 39 of the user manual? [03:05] gone again! [03:06] In case I've gone when regedit returns, from the manual: "To start the BIOS setup utility:" "Press the Novo button and then select BIOS Setup." [03:07] regedit: from the manual: "To start the BIOS setup utility:" "Press the Novo button and then select BIOS Setup." [03:07] grr you need 32 bit linux to play ET === ilbelkyr is now known as u [03:08] connection keeps dropping... [03:08] no, you need to install multiarch support [03:08] ex0r: Ubuntu is multilib now; if the system is installed as 64-bit you can install the 32-bit libraries as well to support 32-bit processes [03:08] ex0r, [03:08] TJ-: i dont remember there being an option about that, it was a very minimal phoenix bios setup [03:08] TJ-, thats what im doing right now but not sure what libraries it needs. [03:08] ObrienDave, - how do I do that? sudo apt-get install multiarch ? [03:08] !multilib [03:09] ex0r: run "ldd /path/to/executable" [03:09] TJ-: no mention of speed bootup or anything like that that i can remember [03:09] !multiarch [03:09] i cant remember, been so long since i did it LOL [03:10] https://help.ubuntu.com/community/MultiArch [03:10] now to find out what libs et needs from 32 so I can install them [03:10] TJ-: actually the manufacturer did publish a BIOS fix to "fix BIOS not being accessible after using windows recovery" which might be relevant. I did try installing it in the past and failed, but then again i didnt have UEFI/GPT setup correctly either... [03:11] ex0r: what is et [03:11] enemy territory [03:12] regedit: Ahhhh... now that is sounding more like it ... bug in the firmware. Can you install that update now you've repaired Windows? [03:12] am i the only one being dropped from freenode all this time?... [03:13] ex0r: googling enemy territory linux .... the first link is how to get it working on ubuntu [03:13] regedit: you're quitting [03:13] * TJ- giggles [03:13] ex0r, sudo dpkg --add-architecture i386 [03:13] sudo apt-get update [03:14] sudo apt-get dist-upgrade [03:14] then install ET [03:14] or run it. it should work then [03:14] will give that a try.. thank you! I forgot about this game [03:15] so what if my wifi is unstable? just hold on another few seconds... === bsdaemon is now known as blaineloop [03:17] gday guys, got an ipv6 related question, I have a box at linode and they send RA with a gateway at fe80::1 it works sweet on the default config [03:17] if i add fe80::1 to one of the interface on the box this ra is then skipped [03:17] does anyone has an idea ? [03:27] juanito: That makes sense. The routing table will route to your local interface if you give it fe80::1 [03:27] TJ-: so uh, any clues about my BIOS setup? [03:28] regedit: Ahhhh... now that is sounding more like it ... bug in the firmware. Can you install that update now you've repaired Windows? [03:29] regedit: I think you've got update the firmware to fix it [03:29] TJ-: mmm why would it route it to local interface ? [03:30] fe80 is link-local [03:30] so the scope of the interface only right ? [03:30] the ra comes from the interface eth0 so it should be added [03:30] actually if i had the route manually it work [03:30] add [03:30] juanito: correct, but on the PC the routing table will only contain 1 entry for that destination [03:32] hey all... i'm looking for a bittorrent program that's good.. i hate both transmission and deluge. Transmission because it doesn't have anyway to add local peers, and lacks many options, Deluge because it just crashes all the time. [03:32] Utorrent on osx and windows is excellent. are there any other alternatives for ubuntu.. i don't mind if they are command line based.. just needs to have lots of options [03:32] tomhardy_: you should just figure out why deluge is crashing [03:32] TJ-: what do u mean the ra i receive should add it , if i remove the fe80::1 from an other interface then it reappears again [03:33] and no that didnt fix it [03:33] reboot? [03:36] TJ-: dayum this is my wifi bad luck day. i was linking this list look for BIOS http://support.lenovo.com/sg/en/products/laptops-and-netbooks/ideapad-u-series-laptops/ideapad-u410?c=1 [03:38] regedit: That looks like the fix: https://download.lenovo.com/consumer/mobiles/bios_readme_u310_u410.txt [03:38] regedit: The update for Windows 8, not the one for Windows 7 [03:38] regedit: version 65CN99WW [03:42] tomhardy_, qbitorrent. Great option. You can add its ppa to keep it up-to-date. [03:42] nice.. i'll check it out [03:42] kostkon: does it have lots of options? and command line? [03:42] tomhardy_, GUI is similar to Utorrent's [03:43] tomhardy_, i'm guessing yes for both [03:43] sweet, local peers is the thing i need the most [03:43] :) [03:43] TJ-: yep that is the exact BIOS up that's not behaving right [03:44] did you get my message about how it installs? * [03:44] BIOS *update === u is now known as ilbelkyr [03:44] regedit: No I didn't [03:44] this is where i got it from http://support.lenovo.com/sg/en/products/laptops-and-netbooks/ideapad-u-series-laptops/ideapad-u410?c=1 [03:45] regedit: Yes... i got that and sent you 3 messages about it [03:45] regedit: version 65CN99WW [03:45] regedit: That looks like the fix: https://download.lenovo.com/consumer/mobiles/bios_readme_u310_u410.txt [03:46] yes i took the Windows 8.1 x64 version, is that not the same? [03:46] regedit: Yes... did it install? [03:46] i run it, it immediately seems to try flashing without any confirmation, immediately restarts the system (without asking!..), power cycle occurs, and then nothing - black screen [03:47] until i give up and hard reboot [03:47] and pray the system isnt fried [03:48] regedit: OK, that's certainly not correct. Since you reinstalled Windows have you installed *all* the Lenovo specific drivers too? I bet 1 of those is needed to access the firmware to upgrade it [03:50] regedit: OK, that's certainly not correct. Since you reinstalled Windows have you installed *all* the Lenovo specific drivers too? I bet 1 of those is needed to access the firmware to upgrade it [03:50] * TJ- rolls eyes [03:51] Is there an easy way to tether my cell phone to 14.04? [03:52] TJ-: actually not yet, will try. Are youuuu on for much longer today/night? [03:52] I Friedlander earlier but that didn't work [03:52] HoloIRCUser3: Network Manager allows you to create a "Wireless (shared)" or "Wired (shared)" connection [03:52] Tried planet [03:52] regedit: it's 04:53 and I'm off to bed :) [03:52] TJ cool [03:53] TJ-: alright, thanks a ton for all the help! [03:54] regedit: OK, that's certainly not correct. Since you reinstalled Windows have you installed *all* the Lenovo specific drivers too? I bet 1 of those is needed to access the firmware to upgrade it [03:54] TJ-: actually not yet, will try [03:54] Anyone have a good link that describes the process? [03:55] TJ-: so like, without chipset or video driver the BIOS flash wont work? [03:55] i need a desktop application that tries to read files and display any image files it finds in a grid or slideshow [03:55] regedit: I'd bet one of those packages contains motherboard specific drivers to access the firmware interface [03:56] i somehow doubt it, since earlier today i did have most drivers installed (including chipset) and the flash still didnt go [03:56] but ill try [03:56] regedit: Look in the Windows Event Log for clues as to why it crashes [03:56] ... [03:56] has anyone been able to install spotify on x86 hardware? I've added the repo, did the update, but it can't find the package [03:57] some of those lenovo packages are broken BTW, dont extract/install correctly etc... [03:57] regedit: That doesn't sound good [03:58] TJ-: might chipset directly from Intel be better than the one offered by manufacturer? [04:06] regedit: have you seen this? http://support.lenovo.com/sg/en/products/laptops-and-netbooks/ideapad-u-series-laptops/ideapad-u410/documents/HT101636?tabName=Solutions === slowz is now known as Guest99505 === slowz_ is now known as slowz [04:13] TJ-: oh cool, does an equivalent exist for linux/ubuntu? [04:13] regedit: The OS reboot-into-setup? No, I doubt it, although I bet it just flips a couple of bits in the firmware nv-ram [04:14] TJ-: no i mean a way to view bios version [04:14] dmidecode [04:14] sudo dmidecode [04:14] TJ-: also, by step 10 on that page, it used to say Setup, now that option has disappeared [04:16] version is 65CN13WW, thanks EriC^^ [04:18] regedit: to view firmware version without tools you can also do: dmesg | grep DMI [04:19] hm indeed [04:20] regedit: good luck with that, I'm off for a final kernel test before sleep [04:20] k rebooting to windows to try and flash that bios [04:20] cheers TJ-thanks again === Guest49303 is now known as dazm [04:34] would anyone be interested in teaching me some tips and tricks ? [04:38] lost, what would you like to learn today? [04:39] BuzzardBuzz: yes im always looking to learn some stuff [04:40] im on youtube learning how to exploit android using metasploit now [04:41] sounds like your learning some neat things today [04:41] im going to install kali on a flash tonight also so i can have it available because i use ubuntu normally [04:42] recently i used transmission to get kali and have not had time to install it yet [04:43] i like to do things colabotativly tho i like it when if i dont understand i can ask someone i dont have many people i can ask about this stuff [04:43] you should get a fast download speed for that [04:43] i was thinking of just making it a bootable usb for kali [04:44] have you tried using virtual machines instead for learning [04:44] please, kali is not supported here [04:44] !kali [04:44] Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), Kali Linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [04:44] well im planning to get a better connection soon me and my gf are moving in toghether [04:45] im only using kali here i was just talking about getting kali thats all [04:45] oops sorry im only using ubuntu sorry [04:45] Hi, I'm getting kernel panic on ubuntu 15.04. Can someone help me? [04:46] you get the panic with a live boot media? [04:46] BuzzardBuzz: i have yes ive used virtual [04:46] MCSH, pastebin some details [04:47] my fave distro is ubuntu but kali i just want as a bootable usb so i have it ready to use [04:47] I can't. The system freezes. The GUI won't respond at all. And if it happens that I'm in tty for some reason I see a stack trace of hex numbers [04:48] BuzzardBuzz: what is your fav distro [04:49] I can't. The system freezes. The GUI won't respond at all. And if it happens that I'm in tty for some reason I see a stack trace of hex numbers [04:49] Sorry for duplication, my connection was lost for a moment [04:50] have you gotten no panic using different settings for the boot in the past with this machine? [04:50] MCSH, there should be a log, /var/log/syslog or dmesg [04:51] !pastebinit [04:51] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [04:51] OerHesks, I'm aware but as soon as I log in everything freezes. [04:52] if i want to find specific files how do i do that through terminal [04:52] ls [04:52] list files [04:53] like if i want to find my syslog how do i find the exact location [04:57] lost try this -> sudo tail -n 100 -f /var/log/syslog [04:58] lost: inside the terminal you will see things happening [04:58] BuzzardBuzz: what does this do? [04:58] lost: you see the stuff added to your logs as it happens [05:00] what does it do? [05:00] OerHeks I tried to pastebinit from recovery but I don't have Internet access. I tried enabling it but still no luck using ifconfig [05:01] lost: it displays logged information into the terminal window [05:01] oh [05:03] BuzzardBuzz: what do you think the top 10-20 cmds i should know? [05:03] anyone using gnome on ubuntu? how can i configure it so that i can alt-tab between windows only on the current workspace? [05:03] BuzzardBuzz: is there a cmd to check the temp of cpu-gpu ? [05:04] BuzzardBuzz: if so is there a cmd to make the fan speed higher and stuff like that ? [05:04] there are some packages to hepl with hardware monitoring [05:05] i prefer gui operation and less command line things [05:05] could you teach me how to do a remote shutdown? [05:06] like using a webadmin type remote connection like for a server [05:06] lost: if you can ssh into the machine, i suppose you could issue a 'sudo poweroff' [05:06] ubuntu app center does not let me download Wine, any ideas why? [05:06] BuzzardBuzz: oh i c . i love the whole terminal interaction with my os [05:06] nabn: secure shell into a machine? [05:08] nabn: im super new to linux could you help me understand ? what does that mean ssh and how could i do this? [05:09] on 15.04 but I can not download Wine. anyone know y? [05:11] nabn:im interested in learning code i was even thinking about writing a code for when i first do a fresh install so it would install all the things i normally would do and even customize the background and all that stuff that i usually do with one code is this possible id even like to learn how to write a code for virus to do a botnet for my self at home to remote control my other computers on my lan [05:12] i just am trying to learn a bunch of stuff and i have no one to ask thats why im here sorry to bug you [05:14] I hear you trying to do the same here. new in into user myself. [05:14] does anyone know where i could go to find ready made scripts others made ? [05:14] new ubuntu user. [05:14] lost: you can remote conrtol your lan easily enough [05:15] cloud2332: ive been playing with linux for about a year now but im very ambitious becaus ei was a windows user and hated it lol [05:15] you just need to get vnc servers running on the computers that need controlling [05:15] evening all [05:16] anyone awake? [05:16] BuzzardBuzz: do you know how to set up a at home botnet i have 3 other computers i wanna make do some stuff maybe even have them at my moms and play with them from my house [05:16] lost: I agree I left Windows and now I have left Mac liking Linux a lot more just wish I could figure why it is not allowing me to download Wine. need to open a Windows program for school. [05:17] cloud2332: do u use terminal much? [05:17] what are the operating systems for the 3 other computers that need to be under your control [05:18] whats the command to post on the clipboard again? I need some help setting static IP on a new ubuntu install [05:18] lost: just started last Thursday. trying to figure it out, learning to program for school [05:18] install vnc server software on each and use vnc client on your ubuntu machine [05:18] once I update interfaces file...whats command to restart my network again?? [05:18] "reload network" gives me error [05:18] ... [05:18] cloud2332: did u add repository? [05:19] lost: if you do a 'sudo poweroff' in your terminal, it shuts your computer down. SSH-ing is remotely accessing a computer from another over a network. Do a bit of googling on how to do this, there are plenty of resources. here's one: https://www.digitalocean.com/community/tutorials/how-to-use-ssh-to-connect-to-a-remote-server-in-ubuntu [05:19] lost: what is that? I read in the forums that wine would open the exe file so that I could run the program. [05:20] nabn:thank you [05:21] once I update interfaces file...whats command to restart my network again?? [05:21] lost: using ssh you can also use vnc from your house to your moms to control other computers [05:23] BuzzardBuzz: thank you i just looked some stuff up about sshing [05:23] you are very welcome :) === xubuntu is now known as Guest10636 [05:25] cloud2332: open terminal, type "sudo apt-get install wine" [05:26] Ben64: i think he needs repository also [05:26] no [05:26] oh ok [05:26] wine should be in the default repo(s) [05:27] im surprised wine is not on the preinstalled list for the distro [05:27] it shouldn't be [05:27] I am clueless cause it won't let me download it from the app center, message say no connection [05:27] It's quite friggin large. Installing by default would consume quite a bit. [05:27] cloud2332: run the command i suggested [05:28] how large is it? [05:28] ben64: trying now. [05:28] I'm BuzzardBuzz IDK offhand, but I'd say over half a gig. [05:28] wow, i can remember when it was alot smaller [05:29] well the ppa is "ppa:ubuntu-wine/ppa" [05:29] ben64: I typed and it came back with command not found [05:29] pastebin the full command and error [05:30] I'm pretty impressed by wine. It runs a lot more stuff than I had expected it to. [05:30] cloud2332: also, what are you trying to run with wine [05:30] a program called Raptor Flowchart [05:30] sudo add-apt-repository install ppa:ubuntu-wine/ppa is this how this would go? [05:30] Guys I think I solved my problem by un installing a druver, but I'm getting login loop.... what should I do [05:31] lost: stop worrying about the ppa [05:31] ben64: did you say to type something else on the command line? [05:31] cloud2332: pastebin the full command and error [05:32] Ben64: im not worring . im just new to linux and since i found the ppa i wanted to know if i was correct with how i wrote it out [05:32] cloud2332: check this [05:32] cloud2332: https://www.winehq.org/download/ubuntu [05:32] lost: stop confusing stuff [05:33] ben64: sorry new to the command line, don't know how to write the command now [05:33] lost: the ppa is not necessary, and it is very important to know the problem before suggesting unsupported 3rd party repositories [05:34] cloud2332: you said you typed it, and "it came back with command not found", please copy+paste the full command and error that you got into pastebin.com or a similar service [05:34] lost: yes I have been there. it forces me to download it from the app center then it fails with a message of check your internet connection but I am on the internet [05:34] http://askubuntu.com/questions/314362/ubuntu-13-04-login-loop [05:34] there is a solution for the login loop on the previously posted page [05:35] Ben64: im not suggesting it i was asking if that was how it would be learning [05:35] thope that helps your issue [05:35] lost: you're definitely suggesting it, please stop [05:35] *hope [05:35] hello. I have done some work for nvidia tegra on my ubuntu host. During installation, armhf architecture has been enabled in apt and now i get 404 errors during apt-get update because trusty-security and backports does not have armhf packages. How do i solve such issues in general? Or do I have to live with the 404's? [05:36] Ben64: your rude and i really dont care what you think because first of all i know that i dont know much about whats going on so how about you just do what your doing and stop worring about me [05:36] lost: then stop confusing people with irrelevant information [05:36] That didn't helped but thanks. BuzzardBuzz. I think it's a driver issue. I'll try un installing nvidia [05:37] cloud, can you install other software or is it just wine that wont install? [05:37] you are very welcome :) [05:37] https://bpaste.net/show/ef73e4577096 Can someone help me with this? [05:38] ben64: put up into paste in [05:38] dtscode: what version of linux are you running? [05:38] cloud2332: you need to give me the url to the paste [05:38] ravenblack: yes I can download other apps [05:39] Ben64: How can I tell? [05:39] ben64: I am running 15.04, url is pastebin.com/zuet6sbu [05:39] dtscode: "lsb_release -a" or "cat /etc/issue" [05:39] cloud2332: take away the quotes [05:39] 14.04 trust [05:39] y [05:40] dtscode: that is not 14.04's kernel, not sure whats going on there [05:40] ben64: k trying now [05:40] * dtscode shrugs [05:41] dtscode, what does 'uname -r' say? [05:41] 2.6.32-042stab083.2 [05:41] ben64: I believe it did not work [05:42] cloud2332: pastebin again :) [05:42] ben64: k [05:43] dtscode, that's, uh...odd. That sure looks like a redhat-type kernel. [05:43] * dtscode shrugs [05:43] It came with the vps [05:44] then contact the VPS [05:44] Well I mean I can reinstall [05:44] or yeah I guess I should do that [05:44] grr...how frustrating [05:45] ben64: here is the new url pastebin.com/D9bVy7yz [05:45] Ubuntu Vivid does not offer commercial apps? [05:45] setting static IP on fresh install and its not working :-( [05:45] anyone have a moment to help? [05:45] Lurchy: your network is not working? [05:46] network works fine [05:46] can you post output of "ifconfig"? [05:46] just installed fresh ubuntu server...dhcp works great...trying to set static ip behind my router for ubuntu server [05:46] cloud2332: ok, run "sudo apt-get update" and then try it again, it should work, [05:46] lq...whats that command to post again? [05:47] so I can post link of clipboard [05:47] ben64: trying now [05:47] I am using this link as my guide....http://www.unixmen.com/setup-static-ip-ubuntu-14-04/ [05:47] to set static ip [05:47] Lurchy: actually I dont know :) I do not show up here very often. I just upload it manually to paste.ubuntu.com [05:48] Lurchy: this command might help you see what is happening for you during your attempts to set up the networking ->sudo tail -n 100 -f /var/log/syslog [05:48] hold on buzzard... [05:49] I edited my interface file to this.... [05:49] http://paste.ubuntu.com/11717916/ [05:49] look accurate? [05:50] http://paste.ubuntu.com/11717919/ [05:50] oops [05:50] ben64: took me to a grey screen with ok at the bottom but now I can't do nothing. what next? [05:50] thats the right one [05:50] cloud2332: what took you to a grey screen [05:50] so you dont want to just use the network-manager? [05:50] but when I try to ifup/ifdown...give me error [05:50] Lurchy: I dont know about ubuntu server, but normally network manager does network stuff and might interfere [05:51] Lurchy: if thats the case, you can either disable it or start using it [05:51] ben64: the download of wine. it is a screen that at the top is written configuring ttf-mscorefronts-installer [05:51] forgive me guys...novice with ubuntu [05:51] ok, so somehow my 105gb partition got filled with junk I was able to use bleachbit to clear about 16gb's and emptied the trash for another 6gb's but I am still at a lost to account for the rest. [05:51] taking the plunge :-) [05:51] well network manager works well with static ip stuff but of course you dont have to use it [05:52] well...I edited my inteface file...dont i have to restart networking on ubuntu server? [05:52] cloud2332: it might take a bit to get all the stuff it needs [05:52] Lurchy, what error is given? [05:52] ifup/ifdown....no? [05:52] you want to restart the networking service [05:52] one sec..lemme try again [05:52] down, then up. [05:53] Lurchy: I am not sure but I think that because of networkmanager your interface file can be ignored. [05:53] b82nd [05:53] buzzard....wont a restart accomplish that? [05:53] ben64: how do I I ow when it is done? [05:53] yes it will] [05:54] cloud2332: you can probably look at the terminal window to see what its doing [05:54] so you either disable network manager and continue your way or start using network manager to do this static ip [05:54] true [05:54] :) [05:54] Hey guys , I'm trying to download this very important package which is needed but unfortunately it's saying not found when i run this commnad "sudo apt-get install kvm-pxe" on my ubuntu 14.04 [05:54] lq......which is preferable...and why? [05:55] ben64: I can't it has been replaced by this screen [05:55] forgive the ignorant question [05:55] !find kvm-pxe trusty | neetzz [05:55] i prefer network manager due to the ease of use with the GUI [05:55] neetzz: Package/file kvm-pxe does not exist in trusty [05:55] Lurchy: Personally, I would use networkmanager. You get a nice tool and unified place for wifi and eth. [05:55] cloud2332: is there anything in the window [05:55] ok [05:55] xangua: ubottu Oh what's the alternate ? [05:56] is network manager installed in default ubuntu package? [05:56] ben64: no [05:56] Lurchy: on desktop, 100% yes. On server - i think too [05:56] cloud2332: try hitting enter or space bad [05:56] try running "nmcli" [05:56] space bar* [05:56] lq....this is server [05:56] not client [05:56] hi everyone [05:57] did it come preinstalled on your distribution? [05:57] buzzard....i installed directly offa disk and connected to web to update [05:57] the iso [05:58] I installed openssh flavor of ubuntu [05:58] did it come with network-manager already on it? [05:58] RKhunter results [05:58] System checks summary [05:58] ===================== [05:58] File properties checks... [05:58] Required commands check failed [05:58] Files checked: 147 [05:58] Suspect files: 130 [05:58] Rootkit checks... [05:58] Lurchy: lets find out then :P Try "dpkg -s network-manager | grep Status" [05:59] network manager not isntalled [05:59] ok, so on server its not installed [06:00] then we should examine your method [06:00] why it doesnt work [06:00] ill take a look at the file again [06:00] http://paste.ubuntu.com/11717919/ [06:01] hey am I still +q [06:01] Hey guys , I'm trying to download this very important package which is needed but unfortunately it's saying not found when i run this commnad "sudo apt-get install kvm-pxe" on my ubuntu 14.04 [06:02] here is the output on my rkhunter scan: http://paste.ubuntu.com/11717949/ [06:02] Lurchy: can you do "sudo ifconfig eth0 up" and then paste the output of "ifconfig"? [06:02] Lurchy did you look at your logs also with this -> sudo tail -n 100 -f /var/log/syslog [06:03] Lurchy: and also paste the logs BuzzardBuzz is talking about. It can help us understand what is going on there [06:03] you have your hostname set up and your dns stuff also? [06:03] are you also using samba? [06:03] on the server? [06:04] no [06:04] hostname is nto setup [06:05] sudo ifconfig eth0 up give me not output [06:05] err no output [06:05] Lurchy: that is fine :) [06:06] there is a tutorial for this i beton the google screen somewhere [06:06] ive been looking :-P [06:06] i have done this many times in the past myself [06:07] because i dont always use network manager myself [06:07] well if this was client..then not problem...but server seems to be challenging [06:08] rebooting again....still getting errors on network [06:08] https://help.ubuntu.com/lts/serverguide/network-configuration.html [06:08] sgrrrr.... [06:09] i bet that server guide will do the trick [06:09] buzzard...it has same method i am using.... [06:09] let me look again [06:10] how many internet adapters are you using inside your server? [06:10] ethernet not internet [06:10] just the one [06:11] so you are not doing any nat; what kind of server aer you wanting to have? [06:11] bben64: wine is installed now having trouble opening the program with wine [06:11] lamp/fileserver/openremote...etc [06:12] ben64 just wrote you a line [06:12] brb [06:12] sudo ifup eth0 gives me a error about not being able to read instefaces file [06:12] interfaces file [06:12] cloud2332: yeah not every program works with wine [06:13] ben64: ah I see well thank you very much for the help I got further than I have before [06:16] how did you determine your gateway ip address [06:17] can you ping it from the server? [06:17] from the windows computer I am using.... [06:17] cmd line....ipconfig output [06:18] ping the gateway? [06:18] or the ubuntu server? [06:18] I'll be back in a bit and repost the link to my rkhunter output, hopefully someone knows of a fix, maybe I can use a live CD to repair? [06:18] ping gateway from server [06:19] did you try this -> sudo ifconfig eth0 192.168.0.50 netmask 255.255.255.0 [06:19] i can ping gateway just fine [06:19] yeah [06:19] i did that [06:19] just rebooted...seeign if it sticks [06:19] did you get the correct ifconfig results [06:19] dont reboot that wont stick [06:19] you can ping gateway from server? what is the problem then? It is not persistent? [06:19] settings didnt stay [06:20] to get it to stick you need the file to be accepted as usable [06:20] so when you reboot then it will stick [06:20] hello, what are my chances for flashing a CAP file to my bios? using the manufacturer's Windows Installer fails... any Linux-side hacks possible? [06:20] Lurchy: down the interface, then set it up and post any errors and "ifconfig" output [06:20] I just did a sudo ifconfig 192.168.0.50 netmask 255.255.255.0.... [06:21] and i can ping the gateway [06:21] cool [06:21] now we need to fix your file [06:21] Hey guys , I'm trying to download this very important package which is needed but unfortunately it's saying not found when i run this commnad "sudo apt-get install kvm-pxe" on my ubuntu 14.04 [06:21] then reboots will stick [06:22] neetzz: do you have universe repository enabled in ubuntu? [06:23] your nameservers inside your file are suspected [06:23] lq: Nah I don't think so , how do I do it ? [06:23] you should not need nameservers inside that file [06:23] neetzz: open software center, click on edit -> software sources. Make sure the universe repo is checked. [06:23] they are somewhere else i think [06:24] nameservers.... [06:24] at least i think that they are to be somewhere else [06:24] i didnt configure nameserves in interfaces file [06:24] wait [06:24] 8.8.8.8 [06:24] i did [06:24] the file i thought you posted had nameservers inside it at the bottom [06:25] nameservers are in /etc/resolv.conf [06:25] let me look [06:25] exactly [06:25] sudo nano /etc/resolv.conf???? [06:25] yes [06:25] lq: everything is ticketed [06:26] neetzz: ok, let me check where can we find the package [06:26] hmmm....its blank [06:26] lq: thanks a ton bro [06:26] you need to put the nameservers you want into the file [06:27] "nameserver 8.8.8.8" [06:27] ahhh [06:27] ok [06:27] both 8.8.8.8 and 8.8.4.4?? [06:27] you can put both. but 8.8.8.8 will work alone too [06:28] if you want your own dns resolver then you would use that here instead [06:28] some ISPs may block external DNS requests [06:28] ok..done [06:28] if you wanted to use dns bufferring for your server [06:28] reboot? [06:28] just so you are aware... if you have what your ISP gave you, try them if 8.8.8.8 fails [06:28] ok [06:29] neetzz: this package is not in standard ubuntu repositories, we need to get it from somewhere else [06:29] lq: like how ? :( [06:29] neetzz: it was in 12.04 i think [06:29] lq: yes [06:30] damn...errors on reboot again [06:30] did you do your hostname yet? [06:30] waiting for network configuration............ [06:30] yes [06:30] cool [06:30] i just put 8.8.8.8 [06:31] dont I have to flush something? [06:31] flush dns...and refresh? [06:31] sorta like ipconfig /renew on windows [06:31] rebooting should have flushed it good enough i would think [06:32] hi all, I am trying to build linux kernel and put it on my ubuntu box, when I run 2d test or x11perf, sometimes it hang without any kernel output to console, what can I do to know what happens when kernel freeze? [06:32] can you ping the gateway ? [06:32] Lurchy: first you need working network, then take care of nameservers. [06:32] what does ifconfig say? [06:33] lq: any solution ? [06:33] Lurchy: we need ifconfig output after reebot and log [06:33] neetzz: i was thinking - can't we bypass your problem? I mean, are you sure you need this package? [06:33] neetz: are you following any specific instructions from web? [06:33] one sec [06:34] lq: yes i need it :/ [06:34] neetzz: I mean, maybe you can use something else on 14.04 [06:34] lq: nah , i tried that but didn't work [06:34] http://www.twitch.tv/ps4playin [06:34] lq: that's why want the same package [06:34] eth0 doesnt show up [06:34] down? === Lee` is now known as Lee1` [06:35] wtf [06:35] lurchy, just a hint, now you are finding out why i just install network-manager and not mess with the files [06:35] "cant read interfaces file" === regedit_ is now known as regedit [06:36] buzzard...correct me if I am wrong.....network manager is not installed in server.... [06:36] only in client [06:36] all you need to do is install it and set it up though [06:36] neetzz: what about kvm-ipxe? would that do the trick? :P maybe the software you want to use is obsolete now [06:37] it works fine if you do that [06:37] but you do not have to do it that way [06:37] lq: it worked , but what is ipxe ? [06:38] lq: i mean what does 'i' stand for [06:38] neetzz: i dont know anything about this topic, I'm just trying to help with package management :D the ipxe was just a guess. Maybe they have renamed the package or something. Im not sure if it will work for you tho [06:39] ok...fine [06:39] network manager...bot isnt that a gui?? [06:39] err but [06:39] Lurchy: you can use it in command line too through "nmcli" tool [06:39] are you needing gui-less server interface? [06:39] lq: thanks dude [06:40] neetzz: no prob. check whether if really works :P [06:40] if so then network-manager is not an option for you [06:41] buzzard....im just frustrated [06:41] lq: haha ;) [06:41] command line non gui [06:41] Btw does anyone has a link fo Game of Thrones Season 5 10th episode ? [06:42] neetz....its on the netalready [06:42] neetz....its on the net already [06:42] Lurchy: link bouy [06:42] google [06:42] Lurchy: i ain't finding any downloadable link [06:42] nor in torrents :( [06:43] appreciate the help [06:43] neetz....its in torrents [06:43] but shouldnt speak of such things here I think [06:44] auto eth0 [06:44] iface eth0 inet static [06:44] address 192.168.0.50 [06:44] netmask 255.255.255.0 [06:44] gateway 192.168.0.1 [06:45] ? [06:45] is this inside your interfaces file? [06:45] yep [06:45] then that is not your issue [06:45] your reboot lets you ping the gateway now? [06:46] no...drops eth0 [06:46] what does your ifconfig output say? === newbie is now known as Guest7459 [06:46] and the syslogs info [06:47] only shows lo [06:47] B0g4r7: If you are still there, would sudo apt-get upgrade upgrade my kernel? [06:47] not eth0 [06:47] when i do a ifdown...gives me error about not being able to read my interfaces file [06:48] dtscode: i think it will, if one is available for your distro [06:49] so your file looks good but does not work, maybe typo in your file? [06:49] nah...triple checked [06:49] lq: thanks [06:49] dtscode: if you really want a newer kernel, you can try this out: http://www.wikihow.com/Update-Ubuntu-Kernel [06:50] ill certainly try that out [06:50] so when you start the network service you get an error message then [06:50] that looks like a virtual machine kernel [06:51] ahh wait...says to remove dhcp? [06:51] dtscode: why are you trying to change your kernel ? [06:51] dtscode: but have in mind that its experimental stuff :P [06:51] hmmm [06:51] are you running on a vm ? [06:51] dtscode: dist-upgrade [06:51] it is not that simple [06:51] http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/ [06:51] do not blindly try to change your kernel - more so if you don't know what platform you are on [06:51] it only should say static [06:52] iface eth0 inet static [06:53] dtscode: it looks like you are running in an container or virtual guest of some sort [06:53] that kernel is a redhat kernel commonly supplied to virtual platform providers [06:53] do not try to change it [06:55] you found the google magic to fix it, cheers :) [06:56] well...trying [06:56] lets see [06:57] ikonia: ok... thanks for the tip [06:57] argg!! [06:57] this is so frustrating [07:01] let us hope that you endure the learning process long enough to figure it out. [07:02] * Lurchy hopes also [07:02] * Lurchy pulls hair out [07:03] Lurchy: what's the problem ? you're just making self pity noises [07:03] hello [07:03] Anyone have an idea on my course of action for correcting this output: http://paste.ubuntu.com/11717949/ ?? [07:03] setting static ip in ubuntu server is a pain === martinh__ is now known as martinh_ [07:04] ikonia: he is trying to setup networking on ubuntu server 14.04 using interfaces file and resolv.conf [07:04] mach20x: ignore rootkit hunter [07:04] that is the correct course of advice [07:04] mach20x: i see nothing requiring correction === lq is now known as liquidee [07:04] ikonia...http://paste.ubuntu.com/11717919/ [07:04] now when i do ifconfig...eth0 is not there...only lo [07:05] so that means it can't see your network card [07:05] so you're totally wasting your time [07:05] apparently [07:05] Im not knowledgeable enough to know what I am doing wrong [07:06] has your network card even been seen by ubuntu [07:06] tried ifdown eth0 command but get "cant read interfaces file" [07:06] yes....fresh install [07:06] dhcp worked fine [07:06] first question - is this ubuntu desktop or ubuntu server [07:06] when I went into to edit interfaces file to set static...now wont work [07:06] ubuntui server [07:07] ok - put your interfaces files back to how it was - reboot and get your network interface back [07:07] then move forward from a stable point [07:07] at the moment you are wasting your time [07:07] My graphics is causing issues where I have to hardware reboot the machine, the screen freezes and doesn't allow for any user input from mouse or keyboard [07:08] that doesn't sound like graphics [07:08] that sounds like a kernel panic [07:09] one minute ikonia [07:09] now wont work when i reset back to dhcp [07:09] fuq it.....reinstall from scratch [07:10] be right back in 5 minutes [07:10] lol [07:10] this is the unregged channel, right? [07:10] no [07:11] good [07:12] do you think it is a good idea to mark all ubuntu repo mirrors in /etc/apt/sources.list with [arch=amd64] ? I have armhf arch enabled in apt for which it is trying to fetch from standard repos generating a 404. [07:13] It certainly works but I'm wondering whether there wont be any problems with 32 bit packages. What is the recommended solution? Do i have to simply bear the 404's? [07:14] liquidee: say that again please, I'm not sure I follow what you're actually asking [07:15] ikonia: I have amd64 comp with ubuntu 14.04 installed. I have also enabled armhf architecture in apt. Therefore, when doing "apt-get update" i get a lot of 404's. It tries to fetch index for armhf from standard ubuntu repositories, which do not exist [07:15] well..this dual core 3.0 with 8gb of ram should work decent with this ubuntu server i hope [07:16] Lurchy: why have you done that ? [07:16] Lurchy: sorry not you [07:16] liquidee: why have you done that [07:16] liquidee: you're not running on arm, so why are you trying to enable the arm repos ? [07:16] ok, so I have 8gb's of ram, the kernel is apparently panicking my linux partition is getting overloaded by I don't know what else... I've cleaned out a lot via Bleachbit, yet still have about 50+gigs locked up in the system [07:16] ikonia: im working with tegra board, the host software fetches packages for the board and installs them remotely [07:16] liquidee: that is not how it work [07:16] works [07:17] ikonia: i didnt enable the arch myself. This is just my explanation :) [07:17] disable it [07:17] here is a dumb question....but what flavor of ubuntu should I install? openssh server? or manual? I want to make a lamp server...but also run open remote....and a video camera ssystem [07:17] you are not running an arm arch [07:17] Lurchy: there is no such flavour as openssh server [07:17] or "manual" [07:17] what is the real question ? [07:18] at ubuntu install screen...options are to install core...and others software [07:18] Lurchy: install ubuntu desktop [07:18] Lurchy: from an ubuntu desktop CD [07:18] this si server [07:18] use the desktop [07:18] you'll find it much easier [07:18] this is server [07:18] use the desktop [07:18] you'll find it much easier [07:19] I am putting desktop on my other rig.....this is for webpage and other stuff in my networked home [07:19] right [07:19] so use the desktop [07:19] you don't need a "server" install for that [07:20] I appreciate your recommendation....but I am going to go the server route [07:20] why ? [07:20] why are you making it harder for yourself ? [07:20] guess I am stubborn...want to learn server command line [07:20] you can use the command line on the desktop [07:21] you clearly don't understand what you are doing - so why don't you follow peoples advice, and then you can actually learn [07:21] rather than make a problem and complain endlessy that nothing works as you have been doing [07:21] there is nothing wrong with running server functionality on an ubuntu desktop install [07:22] it's a great platform to learn but has a better setup to get up and running quickly and undo any issues you may make, and has tools to help you learn [07:22] thanks ikonia.....but I prefer to set this machine up without gui and telnet into it [07:23] you have no idea what you are doing [07:23] telnet :| [07:23] ssh [07:23] and that last comment just proves it [07:23] you can disable the X11 gui [07:23] but it's nice to have it installed / available should you need it [07:23] no shit dude.....instead of being condecending... [07:24] you take ikonia wrong, ikonia knows whats going on, good advice. [07:24] D`oh! [07:42] How can I install Wine in Ubuntu 14.04.2 trusty? It depends mesa drv utopic and if I continue its installation will wreck my Ubuntu installation. This happened to me yesterday... [07:44] hi all, I compiled a quick program, basically a ptrace call to "ptrace(PTRACE_TRACEME, 0, 0x1, 0)" why does it work on other machines but on ubuntu i get (from strace) "ptrace(PTRACE_TRACEME, 0, 0x1, 0) = -1 EPERM (Operation not permitted)" [07:45] this should onyl really fail if someone is debugging the process i assume [07:45] but is there some kernel hardening or something i am not aware of [07:45] ibj: pastebin the full command and any errors you're getting [07:46] for those of you who were helping..thanks...figured it out [07:47] "sudo ifdown eth0 && sudo ifup eth0" and putting nameservers in networking file did the trick [07:48] Lurchy: wth was wrong last time then [07:48] m57: check https://wiki.ubuntu.com/Security/Features#ptrace [07:48] dunno [07:48] perhaps....since I didnt encrypt home dir this last time? [07:49] reinstall and no encryption of home dir [07:49] now....installation of openssh [07:49] so I can yank this video card out of system and stick server in my data closet [07:50] Sorry it doesn't depend mesa drv utopic. Yesterday I installed Wine and Virtualbox in Ubuntu 14.04 and after the reboot I couldn't login to desktop. no video and no lightdm . everything was black [07:50] any one knows about eggdrop [07:51] S2pid in mirc??? [07:51] yes [07:51] what about them...usually operate with an in channel command [07:51] i amtrying to install in my vps [07:51] ahh [07:52] but its showing some error [07:52] been awhile sinc eI installed one....year actually....it was part of the custom script I was using [07:52] err years [07:52] what error? [07:52] its showig tcl [07:53] error [07:53] i already install tcl and other thing but still [07:53] tcl is a type of script....what do you mean "TCL" error [07:54] its say tcl not install [07:54] try http://www.egghelp.org/ [07:55] i did [08:02] beast [08:02] havent seen him recently [08:09] daft [08:29] I got this output on an apt-get update command. What is up with all the 404 errors? http://paste.ubuntu.com/11718304/ [08:31] What bothers me the most is the ones for Audio, I have yet to get my rear audio jack working [08:32] yeah, first you have cd rom enabled in your sourceslist [08:32] softwarecenter > edit > sources [08:33] and ubuntu-audio-dev has no vivid candidates.. so that ppa is useless https://launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/ppa [08:33] same for that transmission ppa [08:33] remove them, and update [08:34] any 'utopic' ppa entry in vivid will surely give an error [08:46] This channel has always seemed insanely huge to me === Yukkii is now known as Yukkino [08:58] OerHeks: granted, however the audio and transmissionbt are both vivid, there is no reason for the 404 [08:59] really ?? https://launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/ppa https://launchpad.net/~transmissionbt/+archive/ubuntu/ppa [09:01] why the heck is my kern.log and syslog altogether about 27gb's in size? [09:01] http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/vivid/main/binary-amd64/Packages Is what I got on a readout === Zesty__ is now known as Zesty_ [09:03] mach20x: 27GB sounds pretty scary.. what's inside? [09:04] dmesg gets sent to syslog too, so maybe check kern.log: tail /var/log/kern.log -n 500 [09:04] I have an encryptfs file that is 22gb's in size too... [09:09] zhongfu: this is what I got, I just did the swapfile a bit ago to address the kernel panic http://paste.ubuntu.com/11718432/ [09:10] I'm trying to get my Huawei mobile broadband USB module to work, I see in dmesg that it is recognized and usb-switched to 5 tty ports. Shortly after that I get "cdc_ether 1-1.3.4:2.0 eth1: CDC: unexpected notification 01!" [09:11] ttyUSB2 is for sending AT commands, I can read and write to there with minicom, but after a few seconds nothing responds anymore and that init sequence starts again [09:12] Is this a driver issue? Or configuration? Perhaps both? Or hardware related? [09:13] I'm on 14.04 and trying to use a Huawei mu609 [09:14] zhongfu: this is the one on syslog http://paste.ubuntu.com/11718455/ [09:15] How do i make Xubuntu "remember" the brightness level settings i have made? On every new boot i have to reduce the brightness, since it does not remember my setup. Also, i can't find a GUI for setting brightness levels. [09:15] which deb package is the module of " snd_pcm_oss" included in ? [09:16] anyone know it ? [09:17] can I setup a ubuntu server installation without a user? [09:33] apparently anacron is not doing it's job to trim my logs... [09:40] hey all [09:40] how do i do an rsycn backup of my computer that is not encrypted if i have an encrypted home directory? [09:41] .Private/ECRYPTFS_FNEK_ENCRYPTED << in the rsync log i am seeing lots of directories like this [09:41] decrypt it, then run rsync [09:41] how do i decrypt it? [09:43] EriC^^, it's not exactly obvious.. in osx.. you untick a button and it becomes unencrypted over time [09:45] just rsync the files [09:45] I asume you actually have the key/password to unlock your container [09:45] yeah i do [09:45] but it unlocks automatically when i login i assume? [09:46] if it does, then what is the problem? [09:46] just log in and rsync the files [09:46] ok.. what are all these .encrypted directories then? [09:46] see the encryptfs docs [09:48] should i be setting up ubuntu 14.04 or 15.04? [09:48] is 15.04 lts? i havent researched [09:49] dont' think so [09:49] no [09:49] but you got the latest packages if you use 15.04 [09:49] hi all, there is a way to create an alias with the name coming from a variable? like this: "alias $my=mycommand" [09:51] go with the last version [09:51] ok [09:52] my current installation is completly broken [09:52] random crashes etc from 14.04 [09:53] spent ages trying to work out the issue a few months back, im hoping a format will just fix it [09:55] asetalias [09:57] ok! so I think I have a handle on my problem [09:58] mach20x: what's up with the postfix errors though, there's quite a few [09:59] not sure, maybe you could try touching /etc/mailname to remove the orders i guess [09:59] hi anyone is using quassel here? i cant get it to show ctcp confirm dialog popup like in mirc [09:59] crazyhorse18, whats wrong with your 14.04? [10:01] no idea [10:01] i spent about 2 days [10:01] and asked lots of quesitons in here [10:01] basically random apps freezing [10:01] with no spike in load-average [10:01] so they just go grey.. and then the OS locks up [10:01] but the interface partially responds [10:02] then after about 2 or 3 minutes the app starts wroking [10:02] also its all apps [10:02] I installed the graphic drivers for my Radeon cards and I'm getting this "kernel: [ 306.889133] [drm: radeon_cs_ioctl [radeon] ] *ERROR* Failed to sync rings: -35 [10:03] crazyhorse18, weird [10:03] bstarek, yeah i also had it on 12.04 [10:03] did an upgrade to 14.04 and that didn't fix it [10:04] i'm rsyncing the entire drive [10:04] crazyhorse18, i went straight for the 14.04, no probs [10:04] and i'll tyr and setup a new computer [10:04] server or desktop? [10:04] just do a clean install [10:04] zhongfu: in 5 minutes it created a billion lines of that which is probably the kind of thing that is panicking my kernel [10:04] also the computer is a beast, 32gb of ram, ssd, 4 core intel i5 [10:04] intel motherboard [10:05] mach20x: oh I see [10:05] i chose just the highest rated components [10:05] but yeah.. hmm [10:05] no to mention leaving me with an enormous kern.log [10:05] not to mention* [10:05] Hiyas all [10:05] anyone here used/s lantronix ? [10:05] mach20x: I've radeon errors on my server (which also happens to be a repurposed laptop) [10:05] they seem similar, let me see [10:06] nope they're not the same but both the integrated and discrete graphics cards on the laptop are pretty much dead [10:06] crazyhorse18, server or desktop version? [10:07] bstarek, desktop [10:07] okk [10:07] hello. since 15.04 upgrade my wifi connection keeps getting dropped. if i plug in the ethernet cable for a minute i get the connection back. how can i get a stable wifi connection? [10:07] zhongfu: touch: cannot touch ‘/etc/mailname’: Permission denied [10:07] i hate wifi :( [10:07] almost impossible to debug [10:08] crazyhorse18: the .Private files are the actual files on the HDD, so if you want to rsync the unencrypted files you should mount the ecryptfs folder somewhere and then exclude the .Private directory in your rsync command [10:08] mach20x: sudo? [10:08] zhongfu: ohh right. [10:08] so i should do that before i format? [10:08] IIRC /etc/mailname is to redirect mails to somewhere else, let me see [10:08] how would i go about mounting the ecryptfs folder? [10:09] crazyhorse18: either way *should* be okay, but I personally wouldn't like to take the risk of it breaking somewhere [10:09] have had some bad experiences with ecryptfs folders (not home folders) [10:09] crazyhorse18: let me see [10:09] i've got a goolge [10:09] hi, hdd question, using ubuntu/gsmartmonitor, do you enable offline data collection? Why, why not? I am thinking about enabling for non-performance desktop pc. [10:09] yeah I didn't sudo, it's late in my timezone [10:09] crazyhorse18: are you currently booted into the installation, or livecd? [10:10] currently booted [10:11] crazyhorse18: it's your home directory, right? [10:12] crazyhorse18: probably something like ecryptfs-mount-private [10:13] yeah it is [10:13] i tried mounting it [10:13] it asked for a million options [10:13] keysize, bytes, cipher [10:24] zhongfu: I think the postfix dialog was due to rkhunter and clamav use to a degree, not sure what touch etc/mailname is doing for me [10:27] zhongfu: I would definitely like to fix the video issue because (currently) the only sound I'm getting is from the HDMI audio channel to my monitor's speakers.. [10:30] I understand the touch command now [10:31] hi anyone is using quassel here? i cant get it to show ctcp confirm dialog popup like in mirc [10:32] metalice, try #quassel [10:32] thanks!! [10:35] Hi! [10:36] linux [10:38] god damn touchpad... disregard that last post. And this one for that matter. [10:42] hello I have downloaded jdk-8u45-linux-x64.tar.gz now how do i install it in ubuntu === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss [10:43] pondo, thats not the way to get java [10:43] !java | pondo have a read [10:43] pondo have a read: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [10:43] oh how do you get java 8 [10:44] see above pondo [10:44] ok [10:44] thanks [10:48] so you can recommend on other irc apps? === andrex|off is now known as andrex [10:49] metalice, gui there are several popular ones, cli irssi and weechat predominate [10:49] thank you [10:50] metalice, apt-cache search irc [10:51] having problems with telnet [10:52] i can not connect to any site [10:55] have problems with telnet can not connect to any address [10:55] you need to give a lot more details [10:56] telnet is install but i keep having refused connection error [10:56] more details ... what exactly you're doing, pastebin stuff [10:57] mass@massinternational:~$ telnet massinternational.org Trying 192.185.78.123... telnet: Unable to connect to remote host: Connection refused [10:57] configuring mail server [10:57] ok then the server is refusing the connection, not an ubuntu issue [10:58] hey [10:58] also telnet is not the way to configure a mail server [10:58] i'm trying to understand why chrome and ping (and probably most other) programs can [10:58] mass_: Give it a port after the domain name. [10:58] can't resolve host names [10:58] but host can [10:58] (the command host) [10:59] or rather, chrome works with external domains but it can't resolve the internal domain [10:59] its the last stage of configuring mail server on ubuntu [10:59] the machine is a standard ubuntu install with a dhcp provided network config [11:00] i'm on the same network with an arch machine and it works flawless without any manual intervention [11:00] ubuntu server 15 lts [11:00] both of ours /etc/resolv.conf has the search field set to the correct domain [11:01] but i have a bunch of nameservers fields set as well which he is missing [11:01] any ideas? [11:02] mass_: 1) You should be using 14.04 as it's an LTS. [11:02] was just the testing phase [11:02] mass_: 2) It's more like: telnet massinternational.org 25 [11:03] mass_: Or whichever port your mail server is on. [11:03] thanks bt it times out [11:03] i cant get working usb stick bootable iso from another distro with ubuntu 14.04 when i use dd it just produces stuff which load bootloader but not kernel [11:03] maybe the server does nt accept telnet [11:03] mass_: 'sudo netstat -ltnp' on the mail server. [11:03] i used for example dd if=img of=/dev/sdb [11:03] mass_: Doesn't matter, you have to find the right port number. [11:04] so how can i produce a working bootable usb stick from another distro? [11:04] the stick works alright, used it before times [11:04] fdsf: Using dd depends on if the ISO image was created as a 'hybird' ISO. [11:04] jpds: idk im no ubuntu dev [11:05] jpds: if not, what to do then? [11:07] jpds: what else i can use [11:07] fdsf: usb-creator-gtk ? [11:07] fdsf: unetbootin? [11:08] jpds: first sound alright, thx === ika is now known as Guest5657 [11:11] luuse, try to ping domain first [11:11] luuse, looks like a dns problem [11:11] luuse, check your dns server config, it is bind9? [11:14] bstarek: we've tried ping and chrome, neither work. The host command does work though [11:14] and the host command resolves the domains to the correct IPs [11:14] weird [11:14] not sure which dns server it is tbh [11:15] who configured dns? [11:15] luuse: Can you ping your gateway, then your DNS server? [11:16] we're on an internal network at work so the dns server is centrally managed and it might be a windows server since there are some AD stuff on that domain [11:18] pinging the gateway works [11:19] luuse, looks like you dont have access to dns server itself [11:19] and pinging the dns server works [11:21] bstarek: and running "host " resolves the correct ip [11:27] ubotu, i got it thanks [11:28] Hey [11:28] ooo [11:31] this is the different contents of the resolv.conf files: https://gist.github.com/luuse/4ad0fb33421d3960c694 [11:35] hello guys! [11:42] hi [11:45] hola everyone. I'm having trouble connecting my samsung tablet to my ubuntu box. no matter which port I connect it to, it does not show up in lsusb. anyone has any ideas? [11:45] who wants to talk? [11:46] Drone` can you make me to an Operator please? [11:47] hi guys, hud-service process running high cpu. is that something i kill? [11:48] !ot | Hannibal [11:48] Hannibal: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! === iNoob is now known as Guest64287 [11:58] I have new system updates available, but when I want to update I get The following pieces of software cannot be verified, openssl and libssl1.0. How come I am getting this warning for system updates and can I install them safely? [11:59] barq: run "sudo apt-get update && sudo apt-get dist-upgrade" from the command line and pastebin the result [12:01] update fetched a bunch of updates. [12:01] What's the difference between upgrade and dist-upgrade? [12:02] Ben64: [12:02] !dist-upgrade | barq [12:02] barq: A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [12:02] ./sbin/ldconfig.real: Can't link /usr/lib//build/buildd/libjna-java-3.2.7/build/native/libjnidispatch.so to libjnidispatch.so [12:05] Ben64: This is the paste: http://pastie.org/private/deeubd8vxni7dxyf2x7kq === Luyinot is now known as Luyin [12:10] hello [12:10] hello [12:10] I have lubuntu, uname -r says 3.13.0-53-generic [12:11] I need to know if this usb to serial adapter will work [12:11] http://www.startech.com/Cards-Adapters/Serial-Cards-Adapters/1-ft-USB-to-RS232-Serial-DB9-Adapter-Cable~ICUSB232PRO [12:11] what chipset does it use [12:11] Prolific - PL-2303 [12:12] it says it's compatible with kernels 2.4.x-3.9.x which I think/hope comprises all kernels in between [12:12] IIRC the PL2303 should work [12:12] I need it to manage switches via db9 from a netbook [12:13] the pl2303 kernel module is in and startech also advertises linux support [12:13] good, looks like it will work then [12:13] 3.13 is newer than 3.9 though [12:13] just fyi [12:13] gosh [12:13] how to find my ram type frequency [12:14] somehow I read 3.1.3 :P [12:14] so there is a slight chance it may _not_ work [12:14] find the latency [12:14] I tried this sudo lshw -short -C memory [12:14] pc #### [12:15] I'll write to startech [12:15] thanks [12:22] tahurel: meow [12:25] get guys [12:25] heya [12:26] got a problem? [12:26] the new kernel really sucks [12:26] ye im sitting next to a fag [12:26] sup [12:26] log live stallman [12:26] log x [12:27] all hail the almighty [12:27] linus [12:27] torvalds is so damn sexty [12:27] 8======D [12:31] Q about the upgrade process to a higher version via LiveUSB, anyone here to answer? [12:32] heyhey! [12:33] Inoki depends on your question. why don't you just ask it? [12:33] I am having problems on my Ubuntu 14.04. It seems like that my user cannot perform certain operations (wireless adapter, mount USB, shutdown/reboot) [12:34] any idea? === Myrtti_ is now known as Myrtti [12:35] I am getting 'Operation not permitted' when trying to select a wireless network and I can't disconnect/change the settings from the GUI [12:37] Luyin: I'm on 14.04.2 and would want to upgrade to 15.04 via bootable USB, not "do-release-upgrade" while logged in in terminal. The Q is how safe is the LiveUSB step when you get to the installer and you are offered several options, one of them used to be "upgrade to ". Is it recommendable/reliable? I used to select "something else" and do my own partitioning, never bothered to choose the other option bec [12:39] ju849: Are you sure you are not logged in as Guest? === DarkDevil is now known as darkdevil [12:39] Inoki: extremely sure [12:39] Inoki why don't you choose your own partitioning again, then? I'm always doing it this way, always worked best _for me_ [12:39] I tried running Manager.CanReboot and I get 'challenge' [12:39] instead of 'yes' [12:40] When running LXC containers, is there a problem mounting NFS exports in them? [12:40] Luyin: yeah, it's just curiosity. Because that option says in the description, that my documents and personal stuff are not harmed, only the system is upgraded. I wanted to choose this step so I don't have to manually re-install everything again, as the upgrade should also upgrade software installed right? Or only software that comes with the update? [12:41] . [12:41] Luyin: am not sure how that process works and wanted to know from someone who's already done it. [12:42] Inoki I'd never trust something that says "my personal stuff isn't harmed" without a backup === _cmd__ is now known as _cmd_ [12:43] any clue Inoki? [12:44] Luyin: I think that's a good enough answer for me :D I think the same, just wanted to save myself from extra "work", although I might just continue doing that extra "work" instead of getting into extra trouble :D [12:44] ju849: nope, sorry, never heard of your issue before. [12:44] ju849: being improperly logged in sounds like it. Or perhaps something with user groups and privileges. [12:45] Inoki: I checked and my user is correctly in the sudo group [12:45] Inoki: I typed 'who' and got my username [12:45] Inoki: I am getting 'Connection activation failed = (32) Not authorized to control networking' [12:46] Inoki: I am in the netdev group [12:46] ju849: in that case, if there's nobody more experienced here to help, you might as well try searching/posting your Q to askubuntu and/or ubuntuforums. Really, if your user is in those groups and you are not logged in as guest something else is wrong. [12:47] ju849: do you have a separate root password set up? [12:48] Hey ikonia, it's me, austin [12:48] Hello? [12:49] Can someone tell me what this is? [12:49] Anyways, according to help.ubuntu.com. vino is the default vnc server on ubuntu [12:49] However, if I want to install x11vnc, how do I remove it? [12:49] Also, if I remove it, will it cause any problems? [12:49] Inoki: no it's the same [12:50] Inoki: could it be something with the x11? I checked and I had to modify the XWrapper.conf because my user was not allowed to exec 'startx'. I changed from console to anybody and logged out: same [12:52] ju849: try this https://askubuntu.com/questions/593648/loosing-user-permissions-after-upgrading-kubuntu-14-04-to-14-10 === petrutrimbitas is now known as random1234543 [12:55] hello, when I’m trying to start ssh on ubuntu I get the following: ssh stop/pre-start, process 21464 [12:55] what can I do to start the ssh server? [12:56] random1234543 sudo service ssh start, which should usually not be necessary [12:56] Inoki: nope, I don't have it. I went through the policies of freedesktop and changed some stuff to allow (sleep, Sleep, wake) but it didn't seem to change anything [12:56] Luyin: ssh stop/pre-start, process 21511 [12:59] ju849: then it might be a bug of some kind. Perhaps also the one in that Q on askubuntu? Either way, I am not that experienced, so I would recommend you to post your own question with as detailed description as possible (what you did and how until now). [13:02] random1234543 that means your ssh-session is up and running [13:02] when I’m trying to connect I get connection refused [13:03] random1234543, correct port? [13:03] inoki: I just realized that my ubuntu is now 14.10... [13:04] Inoki: it got updated to that (I am sure I had installed 14.04) [13:04] Inoki: perhaps that is what broke stuff [13:04] Hi guys. I periodically have the problem that Dash does not return ANY program I try to search for. Ideas? A reboot fixes it [13:04] ju849: and the question I posted here refers exactly to permission losses after upgrade, so check it out ;) [13:05] yes, the port is correct [13:05] Inoki: your link had 1 reply which suggested to remove a package I don't have. not very useful :/ [13:06] ju849: if nothing else works do a fresh install to the latest 15.04 (takes only about 10 minutes if you're on a good connection) and you're good. [13:06] Inoki: and lose all my libraries and stuff: nah thx [13:07] ju849: try one of these https://askubuntu.com/search?q=Not+authorized+to+control+networking. If none works, you can either wait for someone more experienced to help or make a backup of your files (just in case) and upgrade to 15.04 with a fresh install. If you know what you're doing takes even less than 10 mins :) [13:07] hey [13:09] hello. Installed xfce. When using nautilus with xfce the delete button does not work. how to set it? [13:10] hi [13:10] i [13:15] We need to have a different log rotation schedule for auth.log than for the rest of the items already being rotated via logroate.d/rsyslog , What do I need to do in postrotate to get the logs to reset? [13:15] TJ [13:16] Hello guys! I`m new with Linux. so how i can install fedora in ubuntu to play steam games? [13:16] Inoki: you said 'fresh install'. Doesn't that already imply that I will lose all my data? Of course, I should backup then [13:19] ju849 yes backup first... during fresh install, create a separate /home partition... you personal wil then remain untouched during future fresh installs [13:20] your personal files* [13:24] how can I start ssh, I get ssh stop/pre-start, process 21986 [13:25] random1234543 have you made sure your connection set up properly? have you made sure both server and client are connected to the internet/ local network? [13:25] yes, I’m already connected to it via ssh [13:26] what is your problem then? [13:26] I can’t connect anymore [13:27] you are connected, but cannot connect again? I don't understand what the problem is [13:28] can [13:28] what did you do to reach what aim, what did you expect to happen, what happened instead? [13:28] ubuntu [13:28] it's [13:29] connection refused when I try to connect again [13:29] apt-get install openssh-server fixed the problem [13:29] apparently he removed it === emanuele is now known as Guest81447 [13:30] is there a way to decrease the resolution of a hd video on ubuntu 15? [13:31] Samul`, say more about the problem you are trying to solve. you are talking about playback or generating a new file? what player are you using? what have you tried and what happened? etc. === ika is now known as Guest58101 === erwin__ is now known as neuron [13:33] hallo === neuron is now known as easyOnMe [13:34] pbx: I need to generate a new file [13:34] which has a lower resolution than the original === easyOnMe is now known as neuron [13:34] I haven't tried anything yet, pbx [13:34] as I don't even know where to start from [13:35] the matter is that I have to post a video on the internet, and it's full hd [13:35] it's about 1.5 gb even when compressed [13:35] so the only way is to lower its resolution, how can I do so? === neuron is now known as easyOnMe [13:35] what compression [13:36] zip [13:36] it's probably the only one accessible from the users the video is for [13:36] is there a format which can compress it further? [13:36] oh, that's not compression [13:36] I am willing to try [13:36] well, that's lossless [13:36] Samul`, don't compress video files, there's little point, they're extremely compressed by design already [13:36] what format is it [13:36] mp4 [13:36] at the moment [13:37] you can choose lossier output options [13:37] Samul`, try this: https://handbrake.fr/ [13:37] how can I change the format of a video? I guess I need a video editing program [13:37] ffmpeg would work [13:37] there's several GUI wrappers as well [13:37] how can I do this by ffmpeg? [13:37] Samul`, avidemux would do it [13:38] http://superuser.com/questions/4244/how-do-i-reduce-the-size-of-a-huge-mp4-video [13:38] basically just lower the bitrate [13:38] thank you [13:38] I'll go for the easiest solution [13:38] I don't need anything complex === knightstalker is now known as knightyy === auronandace_ is now known as auronandace [13:44] vemacs: it just doesn't work with ffmpeg [13:44] how so [13:44] it outputs a file which makes vlc crash upon opening it [13:44] args? [13:45] anyone an idea about libini_config [13:45] ffmpeg -i kata.mp4 -vcodec libx264 -crf 20 katacompress.mp4 [13:45] the exact same command as in the link you posted [13:45] I need version 1.1.0 on Ubuntu [13:45] oops [13:45] trust [13:45] y [13:45] (I tried the first as well) [13:45] I can see this red line [13:45] [aac @ 0x215ea80] The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it. [13:45] but I don't know where I am supposed to add that argument [13:46] hmm, not sure, try handbrake (it's a ffmpeg wrapper) [13:46] might make it easier to use the proper args [13:46] Samul`: anywhere before the output should be fine [13:46] Good morning (at least where I am) guys I keep running into the same problem. I have been experiencing this for several releases now. It seems when I try to install the 64 bit version of Ubuntu my networking will not work. With 12.04 (I believe) the 64 bit variant would not even see any of my networking hardware and in subsequent releases my hardware is recognized however when I try to connect to my network (wireless [13:46] or hard wired) all attempts fail. This has been an issue with two different wireless adapters now. Any ideas? [13:47] SchrodingersScat: okay now it seems to work [13:47] will it take long generally? [13:47] yeah [13:47] greetings. I'm running a local Ubuntu mirror, using apt-mirror to set it up. When apt-mirror runs, I get a stream of errors where the script can't find the Packages.gz file for the repositories, however the files exist and are reachable. [13:48] re-encoding is fairly CPU intensive [13:48] how long is your video [13:48] for example, here's the output from this morning's run: http://fpaste.org/232136/34376109/ [13:50] vemacs: 1.20 minutes [13:50] something aroud 150 mb [13:50] so like barely over a minute and it's 1.5GB? [13:50] are you shooting 4k lol [13:51] danofsatx which ubuntu release? make sure it's not !eol [13:51] vemacs: it was three videos [13:51] ah [13:51] is trusty eol? [13:51] still that's insane [13:51] danofsatx, lolno [13:51] but will it actually decrease the size of that video? [13:51] 2019 eol [13:51] Samul`, incredibly likely [13:51] it looks like it's already over 90 mb [13:51] ok (I don't follow ubuntu, sorry) [13:51] danofsatx that's a lot of PPA's [13:51] how do you install 4k monitor in ubuntu 15 [13:52] yes, I know. My users have unique requirements. [13:52] vemacs: I'm willing to reduce significantly the resolution of that video in order to decrease its size as well [13:52] ffmpeg offers that too [13:52] so maybe I should try with more severe settinfs? [13:52] *settings [13:52] heh how do I do it? [13:52] danofsatx the PPA's are most probably the cause of your technical problems [13:52] use the scale filter [13:52] https://trac.ffmpeg.org/wiki/Scaling%20(resizing)%20with%20ffmpeg [13:53] try re-encoding first though [13:53] MonkeyDust: I can browse to every file the apt-mirror script says it can't find. [13:53] and if you want smaller filesizes [13:53] change crf to 24 [13:53] from the 20 provided in the example [13:53] okay [13:53] so I re-encode and then I actually reduce the size [13:53] and it will be fine? [13:53] try re-encoding first then see if you actually need to reduce the resolution [13:54] if you're running with crf 20, i'd bump it up a bit [13:54] only use scale filter as last resort [13:54] okay the video looks pretty much like the original one [13:54] but it's about 120 mb [13:54] so is that good enough [13:55] I don't think so [13:55] there are two more videos [13:55] and I have to be able to upload all of them [13:55] what's the original filesize of the first video [13:55] for reference [13:56] 176 mb, now 114 mb [13:56] okay, try crf 24 [13:56] re-encode [13:56] is that the previous link you posted? [13:56] Hi, does anyone know an archive mirror that still provides Saucy packages? [13:56] nope it doesn't look like that [13:56] how can I re-encode? [13:56] http://superuser.com/questions/4244/how-do-i-reduce-the-size-of-a-huge-mp4-video [13:56] 2nd command, change 20 to 24 [13:57] okay [13:57] re-encode the original, don't re-encode the one you just did [13:57] you still got a 36% filesize decrease from just reencoding [13:57] danofsatx your clients, you say... is that a server? [13:58] okay [13:58] basically just mess around with the settings, continually lower the bitrate [13:58] until you get the filesize you want [13:59] hi, will ask, can we show notification from terminal? [13:59] so if 24 isn't enough [13:59] I have to increase that number? [13:59] it should be lol [14:00] https://trac.ffmpeg.org/wiki/Encode/H.264 [14:00] 51 is worst possible [14:00] MonkeyDust: the apt-mirror script is indeed run from a central hosting server. [14:00] you can probably go up to 28 [14:00] without resulting in a significantly different looking video [14:00] just mess around [14:00] if you really don't care about quality [14:00] turn it up [14:01] max is 51 but i guarantee it'll look terrible [14:01] okay [14:01] MonkeyDust: I can run wget from the command line on that server and get the files that apt-mirror can't. The error lies in apt-mirror, I just don't know how to troubleshoot it. [14:01] let's hope it will be okay with 24 [14:01] astroboy https://answers.yahoo.com/question/index?qid=20100416134043AAq6b71 [14:01] try 28 next [14:01] just keep on going up [14:02] danofsatx there's also #ubuntu-server, better ask there, I guess [14:02] ok, thanks === physics_ is now known as Nick_Kulacz [14:03] thx MonkeyDust [14:03] hello, I somewhat a new unix (ubuntu) system user, at the moment I am trying to download files from another server to my own ubuntu server through ssh. The problem is that I have to do ssh twice and I don't want to do downloading twice. Is there a way to somehow bypass one ssh step and download straight from the server ? [14:03] am* [14:05] Semiarty: http://sshmenu.sourceforge.net/articles/transparent-mulithop.html [14:06] thank you j_f-f [14:06] jpds [14:08] I’m trying to connect remotely to a laptop using ssh: ssh -X -p 22 backup@192.168.0.14 and when I try firefox -no-remote I get: https://upl.io/6elmm3 [14:10] random1234543, that url isnt opening [14:11] http://paste.debian.net/230921/ try this one :D === littlebunnyfufu is now known as SonikkuAmerica === SonikkuAmerica is now known as littlebunnyfufu === littlebunnyfufu is now known as SonikkuAmerica [14:19] anyone here knows a channle or have worked with overlayfsroot ? [14:20] on 14.02 [14:20] if I need to pass a ! in a parameter in bash, how do I do that? [14:21] (part of a regex) [14:28] pactl load-module module-loopback latency_msec=1 [14:28] how can I undo this? [14:34] Samul`: pactl unload-module module-loopback [14:35] hi there [14:35] i try to install ipscan [14:36] thank you genii [14:36] so I have a pretty silly question,I first installed Ubuntu 15.04 but then decided that I don't really like Unity,so I installed kubuntu-desktop through terminal.Overally it was a smooth transition(I broke ubuntu during installation as I chose lightdm as display manager and ubuntu didn't like that,It didn't tell me what to choose either but I fixed it via recovery mode),but since day one Application tab of application launcher misses some logos http:// [14:36] imgur.com/v1bh9Mc [14:36] I wonder if I better format and install kubuntu properly or if my current setup is fine in the long run? [14:36] this is the error i got : http://paste.ubuntu.com/11719724/ [14:37] zertyu: which Ubuntu release is that on? [14:38] this is an other erro : http://paste.ubuntu.com/11719728/ [14:38] Ubuntu 14.04.2 LTS \n \l [14:40] anyone there ? [14:42] yes I'm here ... I test xchat for the first time [14:43] peter1789 it works, we see you [14:45] Yes, it's working ... [14:47] knightyy: I have a pure kde install of 14.04 and a lot of what you're seeing as missing icons is normal. don't worry about it. [14:49] zertyu: do what it says... "sudo apt-get -f install" without the quotes (") === nina is now known as Guest54894 [14:58] I created a drive mount using sudo mount -t cifs -o "yadda yadda", and it worked, but the mount is owned by root, and group root, and wont' let me change it. [15:02] Thanks Scunizi!was a bit worried because I ruined an ubuntu installation playing with different interfaces,but it seems like I have finally settled with KDE.Now next question,I have two linux-swap partitions and gparted says that one is not being used.how can I make sure that it was made incorrectly and then connect the linux-swap partition to my main ext4 partition safely? [15:04] salut [15:05] It is worth noting that I didn't manually format my drive,I told Ubuntu 15.04 installer to remove my ubuntu 14.04 and then install itself. my ext4 partition is /dev/sda7,linux is using swap on /dev/sda5 and my "inactive" swap is on /dev/sda6 [15:05] TheBard use 'man mount'... scroll down to 'user'... or use /user to start a search === cristian_c is now known as Guest42251 === cristian__c is now known as cristian_c [15:11] how do i capture all the notify-send that have been sent? i want to also mirror them to my phone [15:15] Does it make sense to try and connect to my public ip from the machine itself? Is that some sort of networking no-no? [15:15] I have mysql running, does it make sense to connect to the server's ip or do I connect over localhost? [15:16] will it even work with the public ip/ [15:17] I havent done it, but I think you can connect remotely if its set up for that [15:19] Hi all! [15:20] halo [15:20] hello [15:20] Is there any easy way to make a bootable Windows usb-key from Ubuntu? [15:20] test [15:20] t [15:20] t [15:20] t [15:20] t [15:20] it's an ec2 instance, I can connect fine from my machine (when it is a remote connection) but I'm struggling with connections from localhost [15:20] i'm new here,does anyone mind telling me how to install adobe flash player [15:21] zteam: yes there is http://askubuntu.com/a/381560 [15:21] I already tried with win-isb amd dd but both of that failed [15:21] is there a way to test outbound connections on the machine? [15:21] rory, that's what I tried, it did failed [15:21] Could you provide any more details than "failed" ? [15:22] hi guys when i reboot my server my os hangs on: A stop job is running for Pacemaker High Availability Cluster Manager [15:22] do you know what is the problem? [15:22] hello - how can I test my mic and replay sounds? [15:23] it stated error 512 at the end of of the process, and the resulting usb-key can not be booted [15:23] rory, it's just give me a blank cursor [15:25] ok - what's a good website to test mic and webcam? [15:26] HI [15:26] zteam: that is a BIOS/firmware + Windows bootable issue. blinking cursor suggests a BIOS/MBR boot attempt not finding the windows boot-strap code on the media. Try asking in ##windows [15:26] I can't seem to ID myself using facebook on firefox [15:27] TJ-, guess I can do that, but they will most likely tell me to try from a Windows machine [15:28] tahurel: meow [15:28] is there a way to get system statistics from the cli ? [15:28] like disk space used, etc [15:28] jayjo: df -h [15:28] zteam: why not test it in a Virtual Machine? [15:29] zteam: it depends on what Windows image you're trying to boot from. It may not support BIOS/MBR boot [15:29] lynxx: meow [15:29] I'm just noticing some latency issues while working on my ssh session. the filesystem is at 50% used, is there another easy thing I can diagnose? [15:29] trying to solve a slowdown issue === Samul` is now known as Samul|AWAY [15:30] TJ-, it's a Windows 7 iso so yes, I'm sure it supports MBR, and my machine is really to old for EFI / UEIFI anyway :-) [15:31] zteam: examine the image in detail then to determine what kind of boot code it has [15:31] TJ-: can you help me again please? [15:32] i was trying to install ubuntu server 15.04 [15:32] but it doesn't recognise my wifi [15:32] anything better than cheese for video capture? I can't change frame rate [15:32] in debian i could sideload some firmware TJ- what's ubuntu solution to this? [15:32] zteam: If the image is El Torito but the BIOS is expecting a fixed disk then that would account for the flashing cursor since there's no MBR bootstrap code [15:32] if i install without network i end up with a system without any higher level wifi programs [15:33] wakennn: firmware is in "/lib/firmware/" - there are several firmware packages available in the archives, and additional files can be installed manually [15:34] TJ-: i don't understand.. how do I load them? [15:34] wakennn: just save them in that location in the file-system [15:35] oh mount the stick on other pc and drag iwlwifi to /lib/firmware/ TJ- ? [15:35] TJ-, yes, that's probably it. O [15:35] wakennn: Yes. kernel drivers that require firmware ask the kernel for a named file, kernel asks userspace to provide it, and usually its udev that handles that [15:36] TJ-, trying to install it from the terminal right now [15:36] wakennn: udev looks in /lib/firmware/ for the named file and passes it to the kernel if found. [15:36] ah [15:37] hey, I have a small problem. I can't seem to sign in to websites using facebook. when I click sign in, a popup with nothing in it appears, and nothing else happens. using firefox [15:37] TJ-: http://packages.ubuntu.com/vivid/ here for ubuntu server 15.04? [15:37] #snappy [15:37] it's not under "kernel" [15:38] wakennn: what is "it" ? [15:38] iwlwifi and the other iw... [15:38] TJ-: ^ [15:39] wakennn: the firmware files are in package linux-firmware, which I'd have thought was already installed [15:39] I need to install libgtk-x11-2.0.so.0. Is it in one of the gtk libraries that I can install? [15:42] Hello all [15:42] hello, how do i set up deluge as my default bitTorrent client? [15:42] Which software is used here: http://irclogs.ubuntu.com/ & ubuntulog ? [15:43] sistematico: you mean apache2? [15:43] TJ-: well ubuntu server doesn't see/use my wifi [15:43] kuba7447, http://www.howtogeek.com/117709/how-to-change-your-default-applications-on-ubuntu-4-ways/ [15:44] SchrodingersScat, For rotate the logs... [15:44] thanks [15:44] wakennn: Have you configured networking correctly to use it? [15:45] sistematico, it's possible there's a lead from this page - https://wiki.ubuntu.com/IRC/Bots [15:46] hello everybody [15:46] pbx, hmmm, IRSeekBot maybe? [15:46] remi, hello [15:46] wakennn my computer did something similar with the 64 bit desktop variant. As of yet no one has been able to explain why the 64 bit stuff does this and the 32 doesn't. At least not to me. [15:47] sistematico: ubuntulog is just an irssi instance iirc. [15:47] sistematico, unlikely that bot code is going to be dealing with log rotation. [15:47] me i have no problems with my ubuntu. [15:47] wakennn: On 'server' you have to configure WPA supplicant yourself, whereas on 'desktop' NeworkManager does it all for you [15:48] sistematico, for all we know it's just logrotate with a plone front end [15:49] TJ-: is there a wiki for that? is it complicated? [15:49] hi can someone help with my Comodo antivirus. keep getting "file system driver is not loaded" [15:49] i want a minimal install without any DE/Unity/GNOME and lots of other programs... === Guest54894 is now known as nina_ [15:50] Pici, I can do with any client + irclog2html? [15:50] Are some of you used to systemd ? [15:51] Like znc or bip? [15:51] sistematico: if that client has sane logs, sure. [15:51] Pici, Thank you. [15:52] No one ;| === corey84__ is now known as Corey84 [15:53] A small question ;) http://unix.stackexchange.com/questions/209829/impossible-to-login-before-networking-service-has-finished [15:53] any one here have experience running 12.04 on a macbook pro 13 with graphics working properly? [15:54] Turnip_Green: i'm on server though (or at least trying to) [15:55] wakennn: see https://help.ubuntu.com/community/WifiDocs/WPAHowTo#WPA_Supplicant [15:55] I know you are. Just saying that such problems are not uncommon. I'd like to know the answer myself because I'd like to get a 64 bit system running. [15:59] getting source of postgresql-9.4 is not working but with same command I am able to install. Also postgresql-9.3 source I am getting. Command i used is : apt-get source postgresql-9.4 [16:02] How to show properties of file using terminal? [16:03] astroboy: which properties? ls -la filename ? [16:04] what options do I have for a minimal ubuntu installation without any bloat, or even desktop environment. the only thing I need is a working wifi... thanks [16:05] the minimal iso [16:08] traekili: no UEFI support [16:08] for whatever reason [16:09] SchrodingersScat: to show information just like when we rigt click the file and click properties [16:09] astroboy: then yes, try ls -l [16:10] SchrodingersScat: actually i only want to know file size [16:11] astroboy: du (-h if you want human readable in MB/GB/etc.) [16:11] when I ssh from my windows box to my ubuntu box, I get a ssh : bad file number error. Any ideas how to debug this? From the same machine, from virtualbox ubuntu, I can ssh without problems. [16:12] ssh: connect to host 172.16.xx.xx port 22: Bad file number [16:12] SchrodingersScat: ls -h ? [16:13] astroboy: probably need -lh [16:14] blib: Sounds like a firewalling issue. [16:15] genii: I turned off the windows firewall - still the same error [16:16] blib: other firewall [16:16] klep: how do I find out which other firewall on windows? [16:16] ubuntu side [16:16] SchrodingersScat: yup, thx [16:17] klep: ssh is firewalled on ubuntu 15.04? [16:17] blib: is it running? [16:17] ssh [16:17] ssh localhost [16:18] klep: ssh localhost works [16:18] am getting connection timed out from other machines [16:18] sudo ufw status verbose [16:19] klep: inactive [16:19] tcpdump -nei any port 22 then ssh from windows host you see the traffics? [16:19] klep: restated wifi, and it worked [16:20] never would have guessed [16:20] klep solved by restarting wifi? [16:21] yea === t3chguy is now known as foo-bar [16:21] no idea [16:22] #floripa === foo-bar is now known as t3chguy === corey84__ is now known as Corey84 [16:39] Why doesn't the terminal support highlight right click copy [16:39] it does [16:40] double click whatever you want to copy, it'll highlight [16:40] you don't need to right click anything [16:40] although you can [16:41] Hmm, never tried double clicking [16:41] Even during vim I guess [16:44] hi === stas is now known as Guest86507 [16:44] i have a new cpu and now the frequency is always highest possible value. how to fix that? [16:45] IPhoton, double click selects word, triple click whole sentence [16:45] i have always lowest possible value [16:48] So does this channel only support Unity or does it support the non-adware DE's as well? [16:48] OpenSorce non-adware? [16:49] !flavors | OpenSorce [16:49] OpenSorce: !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. [16:49] hi [16:49] MonkeyDust, out of the box Unity is amazon.com adware. Common knowledge. I was asking if THIS channel offers support for the other DEs or not. [16:50] i installed ubuntu today [16:50] OpenSorce what makes you think that unity is amazon adware? === corey84__ is now known as Corey84 [16:50] grub menu does not show plz help [16:51] MonkeyDust, because... it throws up ads for amazon in every search. Anyone going to answer the question though? [16:51] This channel really needs a do-not-engage policy [16:51] OpenSorce: already have [16:51] OpenSorce simply disable that option [16:51] SchrodingersScat, No you showed me what other DEs there are. Does this channel support them? [16:51] OpenSorce and don't spread FUD about adware nonsense [16:52] its always fun to see people insult the channel and then ask for help [16:52] so what i need to do with grub? [16:52] polyzium: it wont show up if you only have ubuntu on your pc, did you remove windows? [16:52] lets stay on topic [16:52] OpenSorce: the ones we don't support normally flag you to seek help elsewhere. [16:52] OpenSorce what is your actual question? [16:52] MonkeyDust, wasn't the point... and it isn't FUD. It's fact. So does this channel support the other DEs or no? [16:52] trijntje, it boots into windows [16:52] OpenSorce: to the best of our ability, yes [16:53] and grub menu is not shown [16:53] tgm4883, thank you! [16:53] OpenSorce: but we may refer you to the flavor specific channel [16:53] polyzium: in that case something went wrong with the installation, better try again [16:53] tgm4883, that would certainly be helpful. [16:53] OpenSorce don't confuse FUD with facts, that's confusing to new users [16:53] tgm4883, I'm asking for research. [16:54] trijntje, i need to reinstall again? maybe that's because i put grub into /dev/sda4? [16:54] OpenSorce: research for what? [16:54] MonkeyDust, not gonna do this with you. If you have to disable adds, it's adware. Pure and simple. I'm not hating. [16:54] polyzium: installing again is the easiest, you have to put grub on /dev/sda [16:54] tgm4883, an article I'm writing aimed at new users. [16:55] trijntje, it says failed to get canonical path of cow [16:55] Hello, I have removed and installed Firefox, and now the Ubuntu's scroll bar is missing just on Firefox. How do I get it back on Firefox? [16:55] So for instance, if a new user came in here and said they don't like the ads and the general feel of Unity you would help them find a suitable replacement? [16:55] polyzium: it? [16:56] OpenSorce: yes, that has happened before [16:56] tgm4883, thank you again :-) [16:56] how to get device node ? [16:57] Rodrigo5244: if by Ubuntu scrollbar you mean the Overlay scrollbar, Firefox doesn't use it [16:57] trijntje, what? i typed "sudo grub-install /dev/sda" [16:57] Rodrigo5244, how did you remove and then install FF. Was it through the package manager? [16:57] polyzium: where did you type that? [16:57] how to get connected device's node in ubuntu ? Thanks [16:57] trijntje, from liveusb [16:57] terminal [16:57] polyzium: that wont work, its easier to just reinstall [16:58] !grub see this polyzium [16:58] trijntje: I am only a bot, please don't think I'm intelligent :) === tcpman is now known as Guest42834 [16:58] OpenSorce: I think I removed it using Ubuntu software center. And I installed it using apt-get install. [16:58] !grub | polyzium [16:58] polyzium: GRUB2 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/Grub2 [16:59] Rodrigo5244, kk... you should be fine then. Was it there before you removed it? [17:00] OpenSorce: I don't remember. After installing Ubuntu I removed a lot of packages, Firefox included, and installed a different browser. [17:00] Rodrigo5244, I think xangua is right. I don't think FF uses it. [17:00] OpenSorce: I don't know how exactly the scroll bar works. I know I removed Firefox Ubuntu extention, do you think that is the issue? [17:01] Rodrigo5244, is it not scrolling now or did you just want the look of the Unity scrollbar? [17:02] That is weird. All the other applications have the overlay scrollbar. Why Firefox does not have it? [17:03] because firefox is not a GTK app [17:03] AFAIK they needed to do some special hacks for firefox because it draws its own scrollbar or something [17:03] neither is LibreOffice [17:03] but I dont know the details [17:04] hi there [17:04] xangua, what it uses? Qt? [17:04] XUL [17:04] I know chrome draw its own scrollbar, but I think Firefox uses gtk for the scrollbar. [17:04] xangua, what is this? [17:05] Rodrigo5244, there should be a Unity theme for it though if you want the look. [17:05] I've got a bit of an issue after restoring a supposedly full backup of my system [17:05] trijntje, SOLVED i installed boot repair [17:06] polyzium: cool, congratulations on your new ubuntu ;) [17:06] will it cause a problem if I have acronjob that is still executing when it's time to run another job, or does the cron utitlity handle all of this? [17:08] every time I want to resolve some apt conflicts, I get Base class package "Debconf::DbDriver::Cache" is empty. [17:08] seems like some files or packages were not part of the backup because I excluded *Cache* [17:09] Hello, guys! How are you? [17:09] but I don't know which file or files I need to restore [17:09] http://pastebin.com/whcFm5Tq for a bit more context [17:09] tomtom_: how did you make the backup? [17:10] trijntje: with backintime as root [17:10] (also, if you put LANG=C in the terminal it will give all output in English) [17:10] trijntje: oh yeah, sorry about the german [17:11] How do i remove same content one dual displays with xrandr? [17:12] trijntje: new version in english: http://pastebin.com/QJqQUe8x [17:12] Ok, it seems that more applications don't support the overlay scrollbars too, so I will disable it to get a more uniform user interface. Thanks. [17:12] tomtom_: try reinstalling the 'debconf' package [17:12] TJ-: thanks, will give it a shot [17:12] tomtom_: That packages contains: "/usr/share/perl5/Debconf/DbDriver/Cache.pm" [17:13] Oh yeah that sounds like a possible culprit [17:14] Now Firefox scrollbar looks the same as other applications. It seems it does use gtk and does not draw its own like chrome. [17:17] Now I can see that some applications have one style of scrollbars and others have a different style. [17:17] Maybe the gtk2 theme is different than the gtk3 theme? [17:19] TJ: how would you reinstall the package? Apt always asks me to use install -f because some packages have unmed dependencies [17:20] I got two displays that are showing the same content how do i fix that? [17:23] hi guys, i installed a plasma theme via systemsettings5 and now i want to uninstall it but i don't find the file, where is it stored? (kubuntu here) [17:23] Any way to improve the tiling system in Unity? Or rather, run xmonad, i3, etc with unity? === Yukkino is now known as Yukkii [17:27] I want to use my VPN connection ONLY for Deluge - all other programs, I want to route through my regular internet [17:27] It's OpenVPN - how can I do this? [17:27] kursor tormozit na ubuntu 15 v Hyper-V win2k8 R2 [17:29] jmfurlott: maybe the #i3 guys might know? [17:32] Checking "Use this connection only for resources on its network" disables routing ANY packets through that interface - even when manually specifying (e.g., curl --interface tun0) === ping2000 is now known as flexus [17:39] greetings! does this channel cover ubuntu phone? [17:39] DexterF: #ubuntu-touch mostly does [17:42] Can I have a crontab execute all python scripts in a directory/ [17:42] ? [17:42] Or should I have it execute a script that recursively executes all python scripts in a subdirectory === utlemming_away is now known as utlemming [17:46] jayjo: maybe the #python guys might know? [17:46] jayjo: #python might know, but ideally you would be having a crontab execute a script that would execute the other scripts... [17:47] lotuspsychje and teward: It's not a Python-specific thing, it could be any language. #python would not be suitable for that question [17:47] Well, right now I have a crontab that executes python scripts by first calling a shell script [17:47] I think how you're doing it now is pretty much right then [17:48] squeegily: true. [17:48] this works fine, but I was wondering if there was a way to recursively execute the scripts so I don't even need a line that says 'python ' but I could just place them all in a directory that would execute them [17:50] jayjo: There's nothing built-in in any scripting language I can think of [17:55] Got a new external 1TB HDD (USB3.0). How can I check if it has bad sectors? How much time would it take for the process to complete?? [17:55] Running Ubuntu 14.04 [17:55] !info testdisk | arijk [17:55] arijk: testdisk (source: testdisk): Partition scanner and disk recovery tool, and PhotoRec file recovery tool. In component universe, is optional. Version 6.14-3build2 (vivid), package size 343 kB, installed size 1382 kB [18:03] !info e2fsprogs [18:03] e2fsprogs (source: e2fsprogs): ext2/ext3/ext4 file system utilities. In component main, is required. Version 1.42.12-1ubuntu2 (vivid), package size 762 kB, installed size 2993 kB [18:03] where can I ask about libappindicator-gtk2 and libappindicator-gtk3? [18:03] I'm trying to compile them for 32bits but getting errors [18:08] !info libgtk2-appindicator-perl [18:08] libgtk2-appindicator-perl (source: libgtk2-appindicator-perl): Perl bindings for libappindicator. In component universe, is optional. Version 0.15-1build2 (vivid), package size 13 kB, installed size 101 kB [18:10] hello can someone help me with installing tails im using ubuntu [18:10] ioria: are you saying that I should install the perl version before trying to compile the gtk2 and gtk3 versions? [18:11] Denommus, not at all, i don't either know what are you doing :þ [18:12] +even [18:13] ioria: I'm just trying to compile libappindicator for 32bits, under a 64bits system [18:13] ioria: I am downloading the latest stable version, but getting an error "no: unknown command" [18:13] so far i have[ dd if'/home/lost/Desktop/tails-i386-1.4/tails-i386-1.4.iso' of=/dev/sdb1 bs=16M && sync] [18:14] and got [18:14] dd: unrecognized operand ‘if/home/lost/Desktop/tails-i386-1.4/tails-i386-1.4.iso’ [18:14] Try 'dd --help' for more information. [18:14] !info libappindicator1 [18:14] libappindicator1 (source: libappindicator): Application Indicators. In component main, is optional. Version 12.10.1+15.04.20141110-0ubuntu1 (vivid), package size 19 kB, installed size 102 kB [18:14] lost: try multisystem to make iso to usb [18:14] lost: it should be if=, not if'' [18:15] Denommus, that ^ ? [18:15] multisystems? [18:15] ioria: yes, but I'm using version 12.10.0 [18:15] ioria: should I try the version listed? [18:16] Denommus, why are you compiling from source ? [18:17] lost: with multisystem you can create a boot usb easy, drag n drop the iso [18:17] lotuspsychje: do i install multisystems? [18:17] ioria: because I'm not using Ubuntu [18:18] lost: http://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/ [18:18] Denommus, where did you get the source ? [18:20] so I have tried using http://sshmenu.sourceforge.net/articles/transparent-mulithop.html to download files from a target server with bypassing intermediate host, but I cannot do it because the intermediate host does not have netcat. Is there any other way of achieving my goal? [18:21] Semiarty: Just use the good old ssh -L [18:22] -l ? [18:22] ioria: https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz [18:22] Semiarty: -L, not -l [18:22] ok, -L, so how does it work? [18:23] Denommus, anyways to enable 32bit look here : http://www.unixmen.com/enable-32-bit-support-64-bit-ubuntu-13-10-greater/ [18:23] google doesn't tell me anything [18:23] lotuspsychje: Got into testdisk.... Getting this " /dev/sdb1 - 1000 GB / 931 GiB" But it shows 999.7GB Free(Total Capacity 1.0GB) and 443.2MB Used when I right click > Properties on the drive... [18:23] Semiarty: create a ssh tunnel, and "bypass" the intermediate host. [18:23] Is this OK? [18:23] hi there guys.. I have a problem here with Xubuntu [18:23] installed it first time after Manjaro crashed during an update [18:24] arijk: scan the whole disk with testdisk or install e2fsprogs as ioria suggested [18:24] ioria: I'm not using Ubuntu.......... [18:24] umarmunir94 #xubuntu [18:24] Manjaro detected wifi when I pressed Fn + F2 but Xubuntu isn't detecting it [18:24] ioria: I'm asking here because it seems this library is from Canonical, and the problem I'm having is upstream, not from my distro [18:24] I have connected it through wire [18:25] semiarty [18:25] i downloaded it to the desktop as told and when i double click it it doesnt give option to run from terminal so i copy pasted into terminal and then had to put sudo pass and then nothing? [18:25] Denommus, ok, what are you using, then ? (why don't you install ubuntu ?) [18:25] Semiarty [18:25] #xubuntu [18:26] how do i mirror a webpage to a local folder? (for later editing of fonts/fontssize before printing)? [18:27] now i have a window for x Term stuck open and wont close [18:28] Even if I go forward ...Do I choose Intel/PC as the partition table type since the HDD is NTFS formatted? [18:28] ioria: I'm using Arch Linux [18:28] lotuspsychje: ^ [18:28] arijk: yes [18:28] HP laptop is giving me fits installing ubuntu.. HP has 4 partitions on the drive preventing me from installing. sda1 = system 199MiB, sda2 = typical windows parition for data, programs etc (resized to 93 gigs), sda3 = recovery 33GiB, and sda4 HP tools 103Mib fat32. So without eliminating one of the partitions I can't add any more. The question is can I eliminate sda4 and still be able to use the recovery partition for re-installing windows if [18:29] lotuspsychje: Then choose Analyse right? [18:29] Denommus, you have to find out the equivalent dependencies for arch, then [18:29] arijk: you can do the tests you want from list [18:29] ioria: yes, I have the dependencies installed, that's not my problem, though [18:29] arijk: also check your syslog and dmesg for harddisk errors [18:29] ioria: my problem is that I get an error "no: command not found" when trying to compile the library [18:29] ioria: wait, I have some logs [18:30] ioria: http://pastebin.com/BYpP1nS4 [18:32] Denommus, could be the shell .... not /bin/sh, but /bin/bash [18:33] Denommus: It looks like its trying to execute a program called "no", which doesn't exist. [18:33] Pici: I know, I just don't know why it's trying to execute that [18:34] I looked into the makefile and couldn't find anything about that [18:34] Denommus, i had the same problem with popd [18:34] ioria: using /bin/bash instead of /bin/sh solved it? But how did you tell configure or make to use /bin/sh? [18:35] lotuspsychje: This is a new external 1TB USB3.0 HDD that I got today. Just want to check if everything's okay in there.... Gievn that I haven't written any data on it yet would dmesg or syslog have any external HD errors logs in them? [18:35] arijk: if a disk fails or badblocks, should show in the logs [18:36] Denommus, if i type /bin/sh no i get Can't open no with /bin/bash No such file or directory [18:36] Denommus, i think it's a shell path problem [18:37] Denommus, oh, that could be a problem . maybe you have to change Makefile, or the header of each script, or the global shell env variable [18:38] I can’t get an apt-get upgrade to work, this is the output (https://bitbucket.org/snippets/acovrig/zyoMM); corrupted .deb download? BTW: Ubuntu 14.04.2 LTS on Linux bananapi 3.4.90 #3 SMP PREEMPT Tue Jul 29 16:16:05 CST 2014 armv7l armv7l armv7l GNU/Linux [18:39] lotuspsychje: I ran the Analyse option and and I got this http://paste.ubuntu.com/11721024/ [18:40] Denommus, check echo $SHELL [18:41] lotuspsychje: I am thinking I would give it fresh NTFS format and start the testdisk again. Maybe the disk was not properly formatted by the manufacturer? [18:42] arijk: you can try in another format yes, but i think bad sector is a bad sector [18:42] netware 3.11. heh [18:42] ioria: /usr/bin/zsh [18:42] arijk: ask in ##hardware if you want to be sure [18:42] Denommus, oh... maybe you have to change it... [18:43] ioria: it seems $(CSC) has "no" as a value in bindings/mono/Makefile.am [18:43] Denommus, what you mean ? [18:43] ioria: and $(CSFLAGS) is "" [18:44] ioria: so the command generated by this line is no -keyfile:... [18:44] ioria: I guess CSC should be the name of my csharp compiler [18:45] hi guys [18:46] Denommus, i'd compile in C, first and correct the shell then [18:46] ioria: CSC should probably be "csharp" instead of "no", and that's the problem [18:47] Denommus, don't know, you can try [18:47] ioria: that was it [18:48] Denommus, compiled ? [18:49] ioria: yup, I had to run make CSC=csharp [18:50] Denommus, that's interesting [18:52] hi, just a quick q, linux peeps: I want to purge win7 starter from my sluggish and now fairly old netbook and replace it with linux. basically all I really want to do is some text editing, very occassional video chat, small amounts of web browsing, and some light coding tasks for my raspberry pi. what's the best ubuntu flavour for me? [18:53] ok, now that it is compiled I must find out why it isn't installing XD [18:53] !flavors | Kilikit_T [18:53] Kilikit_T: !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. [18:53] Kilikit_T: if you are worried about netbook's resources, xubuntu is lighter then ubuntu, and lubuntu is lighter then xubuntu. But, you might want to start by testing ubuntu and see? best of luck. === andrex is now known as andrex|off [18:54] you guys have macros for everything. thanks lotuspsychje [18:55] Kilikit_T: do you know wich grafix card inside that machine? [18:55] ebian [18:55] aw nope === maxim is now known as Guest49774 [18:55] I can find out two secs [18:56] hello, /bin/cp -fr testx testy ; echo $? gives me: "/bin/cp: `testx' and `testy' are the same file", how can i bypass it want to see exit code 0 and overwrite the file... [18:56] Kilikit_T: anyway as zykotick9 suggests you could try ubuntu as first, see what it gives [18:56] omfg [18:56] im going crazy [18:56] impi: can we help you? [18:56] ubuntu is SHIT. [18:56] !language | impi [18:56] gma 3150, I believe Intel [18:56] impi: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [18:57] i get a m3800 dell because it's punted as a ubuntu laptop [18:57] nothing works. [18:57] 2 weeks in. multiple kernels, nvidia worked with the edgers ppa 352 after one update everything is wrecked [18:57] Kilikit_T: to run smooth i would test xubuntu/lubuntu [18:57] I feel like I shhould just go with lubuntu [18:58] Kilikit_T: yeah for your needs, that will fit percetly :p [18:58] impi: Are you surprised? you've installed unsupported nvidia from the ppa, have you asked them how to fix? [18:58] impi: ppa's are last resort use. [18:58] dmcs instead of csharp works for both building and installing :-) [18:58] impi: This channel only supports software from the official repo's, ppa's are unofficial, and you do take your chance [18:58] dj3000, i used the propriatry drivers in addition drivers, thats where the problems started clean install 14.04 that crashed my system [18:59] DJones, ^^ [18:59] just as a time saver, can anyone point me at a url for a downloadable installer to prepare a usb to load the install from? I can handle the bios boot-path stuff, just no experience iwth linux as such === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss [18:59] Kilikit_T: try universal usb installer from ubuntu website [18:59] So after setting up my apache2 website and moving it to a production droplet, I decided to disable root access. Then i logged in to ssh using a different user and overwrote index.html. Suddenly the website was showing a blank page. I did chown root on the file, but still nothing. It only worked after I rolled back the snapshot. [18:59] Any idea why that happened? [18:59] Kilikit_T: lots of usb loaders if that is the goal, check the web. [19:00] look clean install 14.04 - additional drivers -> 331 propriatry drivers leaves you with a broken system [19:00] impi: did you enable internet+updates+3rd party software at ubuntu setup? [19:00] lotuspsychje, yes [19:00] i have a problem with the touchpad [19:01] impi: so after clean install it crashed on you? [19:01] is ubuntu minimal really a bare bones system? if i install GNOME3 will it become just as ubuntu non-minimal? [19:01] yes, after clean install i install the nvidia 331 via additional drivers, broken system [19:01] it's been downhill from there [19:01] impi: why did you clean install? It comes installed with ubuntu.. [19:01] wakennn: bare bone by ubuntu terms yes [19:02] anyone test snappy core?? [19:02] impi: what was wrong with the drivers ubuntu choose at first? [19:02] !anyone | n00b [19:02] histo: what does it mean [19:02] n00b: check #snappy [19:02] tgm4883, ceo ordered the laptop fron the states for me, as a gift, it landed up in south africa with windows on it [19:02] When doing """ifup wlan0""" on a system with / mounted as read-only (embedded computer), I get error (no problem if / is rw) [19:02] lotuspsychje, you are rigth [19:02] wakennn: minimal is base system no desktop, add what you like, it is a net install. [19:02] Do you know how to solve this? [19:02] http://unix.stackexchange.com/questions/209866/dhcp-and-read-only-root-filesystem [19:02] sorry, and sorry for my bad english jajaj [19:03] lotuspsychje, it was the nevou(spelling) driver [19:03] impi: ok and what was wrong with nouveau? [19:03] impi: have you talked to Dell? In the past, they've had a special image for their Ubuntu offerings (although I thought that was no longer the case) [19:03] f343nce: yes but if i install gnome 3 will it become just like normal ubuntu (with amazon stuff, compiz ... )? [19:03] well, it wasn't using my gpu on my card K1100 nvidia [19:04] I ran Archive Manager to compress a folder into a .iso. I got the error: The application Archive Manager has closed unexpectiedly. [19:04] wakennn: gnome 3 is the gnome shell, no compiz it is not unity. Yes you will have a full gnome 3 shell if that ios what you install. [19:04] impi: is that an optimus card? [19:05] tgm4883, i downloaded that image from the dell site, and have not booted with it, just installed the debs and booted into the kernel, and still not working - just doesnt use the nvidia gpu. I think I have to burn that to a disc and use that as installer somehow [19:05] wakennn: Why the net install? [19:05] lotuspsychje, yes [19:05] one more question guys [19:05] the 352 open source drivers from edgers worked really well [19:05] !info nvidia-prime | impi you need this [19:05] impi you need this: nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.1 (vivid), package size 10 kB, installed size 114 kB (Only available for i386; amd64) [19:06] f343nce: I am coming from Arch and want to setup just what I need myself [19:06] it was great, then i installed the latest updates, and it's messed it up bad [19:06] :) [19:06] is there a programme for lubuntu that can save as .txt files since i will be switching between os environments fairly regular. no probs if not I guss 'cause I can just email [19:06] lotuspsychje, i have installed that [19:06] impi: did you enable performance mode with nvidia-settings? [19:07] My error message is: "You have some obsolete package versions installed. Please upgrade the following packages..." [19:07] wakennn: Ah, however you have described will "I Have" apps from two desktops, unity is one the gnome shell the other. [19:07] lotuspsychje, at the moment, nvidia settings tells me i am not using a nvidia card - i cant seem to get it working at all [19:07] jakr: and this message shows after what? what ubuntu release do you use? [19:07] man im really disappointed - really bad show of ubuntu [19:07] impi: if you have the correct driver, you should be able to choose intel/nvidia [19:08] impi: then choose nvidia- performance mode [19:08] impi: from what it sounds like you did, I'm not 100% I'd blame Ubuntu [19:09] xangua, Ubuntu 14.04 LTS. [19:09] f343nce: oh sorry I didn't mean just desktops, I mean stuff like the amazon stuff, default programs like firefox etc. or if that is all done by me? [19:09] impi: remove that ppa or bumblebee (if you installed) [19:09] xangua, I recieved the message after trying to compress a folder into a .iso file [19:10] wakennn: the amazon stuff is part of the unity desktop. The net install is the best beyond a personal build to getting just what you want, that will be supported here. If you stay within the ubuntu repos. [19:11] tgm4883, well just google for nvidia black screen, or login loop and then reconsidder blaming ubuntu [19:11] Kilikit_T: just add .txt at the end of your file [19:11] impi: I'm not sure the relevance. [19:11] impi: there's no need to blame anything, focus on your issue [19:12] impi: remove your ppa and test another driver [19:12] wakennn: Lots of desktop choices, all can be removed/purged as needed if you know how. [19:12] but hang on a second [19:12] if i go to additional drivers [19:12] and i install the 331 propriatry driver [19:12] will that still pull from the ppa? [19:13] impi: its wise to not install things from ppa's [19:13] !ppa | impi [19:13] impi: 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-purge [19:13] thanks f343nce [19:14] Hi, i want to get my screen at 640x480, but the lowest is 800x600. How can i get it 640x480? [19:15] one question: *why*? [19:15] su i can lend you my monitor [19:15] what is better for creating usb drives with OS install media: "dd bs=4M if=... of=..." or "dd bs=4M if=... of=... && sync" ? === Zeus is now known as Guest43597 [19:16] hello everyone [19:16] hello everyone [19:16] need help here.. [19:16] !ask | stupidwolf [19:16] stupidwolf: 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 !patience [19:16] wakennn: 'sync' just forces cached blocks to be flushed to the underlying devices immediately without waiting for the write-back cache timeout [19:16] stupidwolf: Do we guess? [19:17] hey i have a 100/10 fiber connection, i assume running "apt-get clean" is safe for me then? [19:17] TJ-: I can do without sync ? [19:17] lotuspsychje, tgm4883 thanks for the help, im going to try and get this thing working again [19:17] su: 640x480 may be out of range for the hardware; From a grub prompt ' vbeinfo ' is that resolutiion shown ? [19:17] wakennn: No problem, I like a gui in your last question myself. ;) love arch ran it many times [19:17] wakennn: I'd keep it... it ensure if you remove the media (after sync) it has all data written to it [19:18] ok thanks [19:18] just install 15.04 dual with win8, boot animation missing only black screen, [19:19] !uefi | stupidwolf [19:19] !bootinfo | stupidwolf [19:19] stupidwolf: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [19:19] stupidwolf: Boot info script is a useful script for diagnosing boot problems. Please run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then !pastebin the RESULTS.txt for us to use to help diagnose your problem. [19:20] hey here's a q for the channel. are there any linux distros that don't feature guis? I would be so into that [19:20] heya, my dad has had me using ubuntu for 5+ years now. I am interested in trying other systems. What is similar to ubuntu but could potentially be better? [19:20] Kilikit_T: like Ubuntu server? [19:20] pluxev: ubuntu is the most popular one [19:20] ubuntu server hey? basically like going back to dos days for all intents and purposes? [19:21] Kilikit_T: yes, it's command line only === ubuntu is now known as Guest59998 [19:21] essentially I'm going to want one machine which is solely for writing [19:21] pluxev: maybe more a question for ##linux ? [19:21] hi [19:22] k thanks [19:22] pluxev: Many linux "system" are more the same than different in the base system, and the desktops are not much different. Most have what the others have in their repos. [19:22] disable it will make boot faster isnt it? how i do that?(soory i'm really noob) [19:23] apt-get blow up server [19:23] stupidwolf: make your life easy and install ubuntu single on your machine :p [19:24] lotuspsychje : i guess you're right.. thanks dude [19:24] anyone familiar with pure-ftpd? my users cannot upload/rename any files, and i'm not sure why [19:25] stupidwolf: disable fastboot and secureboot from bios, and install ubuntu clean, single will rocknroll [19:25] i am [19:25] hey i just need a quick answer, if i have 100 Mbit/s down, can i apt-get clean without worries? [19:25] anyone know sting3r [19:26] molgrum: why would the speed of your connection affect the answer to that question? [19:26] v3n0m: this channel is for ubuntu support only mate [19:26] v3n0m: my pure-ftpd config is: /usr/sbin/pure-ftpd-virtualchroot -l puredb:/etc/pure-ftpd/pureftpd.pdb -l pam -O clf:/var/log/pure-ftpd/transfer.log -H -S 1122 -p 12000:13000 -u 1000 -E -8 UTF-8 -Y 2 -B, is anything else needed for write permissions? [19:26] ls [19:26] neermnd [19:26] tgm4883: "This may not be desirable if you have a slow Internet connection, since it will cause you to redownload any packages you need to install a program." from the help ubuntu page [19:27] nevermind [19:27] how do you ubuntu? [19:27] tgm4883: so... i have a fast one :) [19:27] lotuspsychje: well it's my first time using ubuntu, hope u can help me [19:28] stupidwolf: just make an usb stick with ubuntu 14.04 LTS and disable secureboot+fastboot in bios then boot into setup [19:28] hi [19:29] hi [19:29] ayyy === Samul|AWAY is now known as Samul` [19:30] how come when i type on the keyboard the letters dont come up [19:33] first time on irc, i just install ubuntu for the first time [19:34] duque: good choice, you have joined an ubuntu support channel to solve problems [19:34] duque: What can you say about Ubuntu? [19:34] nice duque, how do you like it sof ar [19:34] duque, welcome to the community === armageddon is now known as Guest11613 [19:35] duque: I mean, are you liking this distro? [19:35] unknown_user: please dont stimulate offtopic [19:35] All this welcoming is overwhelming for him [19:35] lotuspsychje: Sorry, it wasn't my intention. [19:35] thanks kuba [19:36] duque: you can write the first letters of a nickname on IRC and autofinish it with TAB [19:36] Koyaanis nice [19:37] I ran testdisk on my New External 1 TB HDD(NTFS formatted). Here is the output for Analyse. http://paste.ubuntu.com/11721133/ Can anyone check if its ok?? [19:38] A1Recon: did you ask in ##hardware? [19:39] A1Recon: and checked syslog and dmesg as i suggested before syslog? === andres` is now known as andres24 [19:42] A1Recon: what's wrong with it? [19:43] I asked in hardware no one responded... [19:43] A1Recon: why are you running testdisk? [19:45] hi ~~ [19:45] I just updated my 14.04, and couldn't log in anymore =.= [19:45] I found this, might be the solution to my problem. http://askubuntu.com/questions/454576/cant-login-to-ubuntu-14-04-after-upgrade [19:46] histo: JUst checking if the harddrive has any problem.... Its a new harddrive [19:47] I'm in trouble! When I turn on the Audacious and the Hydrogen, by QJackCtl after aguns minutes it crashes because it gives error (xrun). How do I fix this? I'm using UbuntuStudio, 3.13.0-54-LowLatency kernel. [19:47] This has never happened before. [19:47] I have already put the frames to 1024 but still gives the error. [19:47] An error message on the jack and lock all applications, including the jack [19:47] I was using an updated kernel (3.19), but began to appear this problem. I thought that was the kernel and returned forthe kernel "original" version 14.4 (3.13.0-54-LowLatency) [19:47] Can anyone help me? [19:48] angela_: try previous kernel again from grub? [19:48] lukaluka: Try booting from a previus kernel, number of reasons this can happen, details are the key here. [19:49] lotuspsychje, yes [19:50] lotuspsychje: yes [19:50] f343nce thanks. I need to log in recovery mode to change my home directories ownership, but I can't [19:50] lukaluka: Broken proprietary grahics driver ? Can you login to console ( at logins screen keycombo ctl+alt+F1) ? [19:51] Bashing-om that's the problem. I got Nvidia GPU. c+a+f1 just gives me pure black [19:51] lukaluka: Are you doing this, with any understanding, or just runing commands hoping? [19:51] hey guys [19:51] how you doing ? [19:51] oh god.... Reading syslog is hard. Lotsof jargon and MAC IDs, username, file locations.... [19:51] lukaluka: try doing a "sudo dpkg-reconfigure nvidia-331" [19:52] #ubuntu-desktop [19:52] its sudo su [19:52] !nomodeset | lukaluka :: Try this : [19:52] lukaluka :: Try this :: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [19:52] f343nce I would say hoping XD this is the closest thread I could find, so wanna git it a try [19:52] for super user [19:52] A1Recon: how did you read syslog ? [19:52] v3n0m: no its not. [19:52] yah [19:52] is is possible to install ubuntu desktop on my nexus 7 tablet?? [19:52] v3n0m: use sudo -i if you really need a root shell. [19:53] lukaluka: Stop that thread and lokk at the answers here, seems to most likely a graphic driver issue and just needs reloaded. [19:53] ok [19:53] bunty: better ask in #ubuntu-arm [19:53] typed in log in Ubuntu Search thingy.. [19:53] bunty: for now only ubuntu-touch runs smooth on nexus7 === kpease_ is now known as kpease [19:53] bunty: try devel-proposed as i sugested you in #ubuntu-touch [19:54] kil they ot work [19:54] f343nce ok. but I can't get into any terminal to reload gpu driver [19:54] lotuspsychje: yes i will do that [19:54] where would be a good place to ask some (newb) file-security questions? [19:54] f343nce tried to enter recovery mode, during boot up, but I can't enter recov mode too. [19:54] !details | v3n0m [19:54] v3n0m: 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) [19:54] MotoUnix: Typed in 'log' in Ubuntu search thingy [19:55] ness2u: if its about ubuntu, ask right here [19:55] im helpin [19:55] lukaluka: boot the computer wait about 30 seconds thatn hiot ctrl-alt-f1 for a tty terminal and look at Ben64's command [19:55] lotuspsychje: I want to play my RTSP stream using gstreamer and that is not easily possible on ubuntu touch. [19:55] bunty: ask in #ubuntu-touch mate [19:56] ya I did [19:56] bunty: here we can only support ubuntu [19:56] I had a discussion with jhodapp for media [19:56] v3n0m: if so please dont give false advice [19:56] lotuspsychje: ok [19:57] f343nce tried. when I hit ctrl alt F1, pure black screen responds. This nvidia driver kind of not responding to c a F1, so I can't input any command [19:57] f343nce I am looking for help to get into terminal by another way, do you know how? [19:57] foward/list [19:57] could u point me to a good tutorial re dual booting win 8 and ubuntu ? [19:58] anybody switch off unity to i3wm? [19:58] lotuspsychje: what are the best practices regarding private certificate storage on ubuntu server? I'm a windows developer trying to conform to our security team requests... [19:58] justicefries: maybe the #i3 guys can help you? [19:58] lukaluka: Ah, I would chroot to it from a live, if there is really no cli access, however others here can probably get you to one, this is an issue I have not had to really work on. [19:58] welp, I tried #i3wm [19:58] justicefries: Please just ask your actual question. [19:58] thanks lotuspsychje :) [19:58] !nomodeset | lukaluka : Once more, try :: [19:58] lukaluka : Once more, try ::: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [19:59] Jordan_U I know how IRC works, thanks, I wasn't ready with a question, was curious. :) [19:59] !dualboot > yardlinux [19:59] yardlinux, please see my private message [20:00] !uefi > yardlinux [20:00] Bashing-om ubottu ok, never seen that before, let me read the thread and try [20:00] hi, what program could I use to see if my harddrive is working or not? === kpease is now known as kpease_ [20:01] thanks ubottu and lotuspsychje [20:01] lukaluka: K: We are here to help . read and comply and we take it from there, once you are at a terminal . [20:01] if I have a lamp server with apache listening on 80 and 8010, and I go to 80 and get my www folder contents, but 8010 gives me 404 not found, what is the proble? [20:01] problem* === kpease_ is now known as kpease [20:01] lotuspsychje: histo: Syslog after I connected the drive http://paste.ubuntu.com/11721467/ [20:01] EricBB may be better to ask in the Apache room. :) [20:01] Bashing-om sure. Thanks for your time! [20:03] A1Recon: no errors there, try the ubuntu disktool: smart test etc [20:03] tomeo: same for you mate, try the ubuntu disktool and run some tests [20:04] lotuspsychje: the disk doesn't support SMART tests.... Tried badblocks it would take around 6 hrs to complete with the -v flag. === kpease is now known as kpease_ [20:05] A1Recon: All modern drives support S.M.A.R.T. It's *possible* that your USB enclosure doesn't support passing on S.M.A.R.T. commands, but even that is unlikely. [20:06] Guys, best way to schedule auto wake up ? [20:07] A1Recon: Please pastebin the output of "sudo parted -l". [20:10] RoBo_V: you mean wake up on lan from bios? [20:10] Bashing-om ok, to my understanding, I need to modify grub config file. The problem I am having right now is that I can't get into my grub boot menu by pressing SHIFT during boot up because my GRUB is set to hide the OS selection menu on boot by default. [20:11] Jordan_U: http://paste.ubuntu.com/11721514/ Output for only the /dev/sdb [20:11] ubottu thanks for your link. I can't modify grub config file in my case. Can't access grub boot menu because it is hidden by default. [20:11] lukaluka: I am only a bot, please don't think I'm intelligent :) [20:11] lotuspsychje: that is already happening, i mean to schedule wakeup from rtc within system [20:11] possible ? [20:11] Bashing-om http://askubuntu.com/questions/507434/grub-boot-menu-not-available-after-installing-ubuntu-14-04-lts-on-msi-ge-60 [20:11] HI [20:12] lotuspsychje: oh yea i can also schedule wakeonlan from other server [20:12] RoBo_V: http://askubuntu.com/questions/61708/automatically-sleep-and-wake-up-at-specific-times [20:13] Jordan_U: The thing is my /dev/sda has got some badblocks.... I want to copy all the data from the 2(NTFS) of the 3 partitions of my internal HDD to the new external one. Before starting the copying process i just want to see if the /dev/sdb1 is ok or not... [20:13] A1Recon: Despite its name, testdisk is *not* a tool for checking disks. It's a tool for recovering files and fixing partition tables. [20:14] Jordan_U: So I have to run badblocks then?? [20:14] A1Recon: If you really want to be thorough, yes. [20:14] thanks lotuspsychje [20:15] Jordan_U: The last time I ran Analyse in testdisk for /dev/sdb1 I got this http://paste.ubuntu.com/11721133/ [20:15] A1Recon: testdisk is not the right tool for checking your drive [20:15] A1Recon: Please pastebin the output of "sudo smartctl --all /dev/sdb". [20:17] lukaluka: I am back, and lookin at your reference . [20:17] Bashing-om thank ~ [20:17] Jordan_U: "sudo smartctl --all /dev/sdb1" output http://paste.ubuntu.com/11721560/ [20:18] A1Recon: Please run commands exactly as given. [20:18] A1Recon: Again, testdisk is *not* a tool for testing disks. Those errors are related to the process of recovering deleted partitions, a process that you don't need to do and is thus not at all relevant. [20:19] lukaluka: OK, Is your system UEFI ? [20:19] Jordan_U: OK got it about testdisk [20:19] A1Recon: western digital has diagnostic utilities available to check yoru disk use those. If you are worried. You do realize the failure rate is extermely low on new hardware. Seems to me like a waste of time. [20:20] Bashing-om a ha, I don't know what is UEFI, let me google that for a sec [20:20] A1Recon: selecting an appropriate backup and restoration plan for the data would be a better use of time then relying on some tool you don't understand how to use. [20:20] Jordan_U: /dev/sdb1 is the external HDD. If I run sudo smartctl --all /dev/sdb, I get this "/dev/sdb: Unknown USB bridge [0x1058:0x0820 (0x1012)] Please specify device type with the -d option." [20:20] !uefi | lukaluka [20:20] lukaluka: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [20:23] What is the correct way to disable compositing in "/etc/X11/xorg.conf"? [20:23] how can i get "perf" back for my 3.13 kernel back? [20:23] It's not in the linux tools [20:24] histo: OK histo, tell me this. A few years ago, when I tried to copy data from a bad HDD to a flashdrive, the Windows gave me "Cyclic Redundancy Error" and exited. I think Ubuntu's simple copy and paste would do that too. Is it possible to copy bit by bit whatever is there on the internal HDD's 2 partitions to the 2 separate folders on the external HDD? I don't care if there's some error, just it shouldn't stop copying midway. Is the [20:25] A1Recon: you can use ddrescue to recovery data from failing drives. [20:25] A1Recon: /dev/sdb1 is not a device node for a drive, it's a device node for the first partition on a drive. While smartctl is smart enough to figure out what you actually mean when you pass it a partition, but I'm very surprised to see it refuse "/dev/sdb", so much so that I'm thinking that you simply mistyped something. Please run "sudo smartctl --all /dev/sdb" and pastebin the full output, copying the portion of your ... [20:25] ... terminal showing the command as well. [20:26] Jordan_U: it's an external drive probably something with western digitals silly usb interface causing all sorts of havoc [20:26] Bashing-om ubuntu is my sole OS on that pc, and I use automatic installer " Erase the disk and install", would that grant me UEFI system? [20:27] Bashing-om or any info useful I can provide? [20:27] Jordan_U: Here you go http://paste.ubuntu.com/11721651/ [20:28] A1Recon: so are you still trying to recover data from the failing drive from "A few years ago" or what are you asking?? [20:28] hello, i don't know how to install oracle DB. I saw a tutorial asking for Kernel changes and i don't want to go so deep. Is there any simpler way? [20:29] so... I've been playing around and I was reading a guide on how to get ubuntu servers IP static and I deleted DHCP-client, now I want to get it back, but I have no connection to the internet and thus have to do it manually, I downloaded dhcp client and transfered it onto my usb flash, I'm trying to install dhcp-client and I am getting errors---> "dpkg: dependency problems prevent configuration [20:29] of isc-dhcp-client: isc-dhcp-client depends on isc-dhcp-common (=4.1.ESV-R4-Oubuntu5.5); however: Version of isc-dhcp-common on system is 4.2.4-7ubuntu12.2. and "isc-dhcp-client depends on iproute; however: package iproute is not installed" [20:29] histo: No I just gave you an example of what happened all those years ago. Now I just want to get the data from my Laptop's internal HDD to the external HDD. [20:29] so as far as I understand something does not match up, as in version, but I am not sure on how to proceed next [20:30] lukaluka: No, UEFI is a firmware interface of the mainboard system to that of the operating system. That firmware is already set . Now how you access grub is depebdent on that tupe of firmware . [20:30] Semiarty seems to me, you have to install iproute, first [20:31] A1Recon: That is bizarre. This post: http://superuser.com/questions/482404/check-ssd-health-without-using-smart shows that some drives support S.M.A.R.T. but claim not to, and your drive might be one of these. Even if S.M.A.R.T. can be made to work with this drive/enclosure I would return it as defective for not supporting it properly. If it can't be made to support S.M.A.R.T. then you should definitely return it. === win is now known as impi [20:32] histo: Reading from here https://help.ubuntu.com/community/DataRecovery there are 2 ddrescue programs, are you talking about the GNU ddrescue or just the ddrescue? [20:32] yeh, something is definitely wrong with ubuntu 14.04 and nvidia 331 (propriatry/tested) drivers [20:33] Bashing-om ok, if I enter BIOS, I could see my boot mode is set to be legacy + UEFI, and ubuntu is in my first boot option: UEFI Hard Disk: ubuntu [20:33] clean install, install this driver from the additional drivers screen and after reboot i get "system running in low graphics mode" [20:34] impi: did you install nvidia-prime after? [20:34] lotuspsychje, no - just clean install and the propriatry driver [20:35] impi: we talked about this earlier mate, if your card is optimus you need nvidia-prime package [20:35] impi: then enable performance mode from nvidia-settings [20:35] mmm ill try install it, but i mean the basics dont work [20:35] no otherway to put it [20:36] lukaluka: K; Making progress; OK UEFI syste, ! Access grub : Reboot, and as soon as the setup screen clears, repeatedly depress and release the escape key ( only a 3 second window of oportunity). Now do you get the grub menu ? [20:36] MonkeyDust doesn't work: "iproute conflicts with arpd; iproute provides arpd and is present and installed. dpkg: error processing archive iproute...deb (--install): conflicting packages - not installing iproute" [20:36] Bashing-om in there right now [20:36] impi: The basics are understanding what your doing and told, and remembering. [20:37] no the basics is activating an additional driver, and rebooting to a graphical interface [20:37] error free at least [20:37] thats the basics. [20:38] impi: If you stay in that mind set you will continuosly need help, you have to do some research on the hardware and software. [20:38] impi: your card has optimus technology and the nvidia card needs to be enabled with nvidia-prime [20:39] lukaluka: With the top most ubuntu kernel selected, 'e' key for edit mode -> boot options screen; arrow down to the line starting with linux, arrow across to quiet splash, replace "quiet splash" with the term nomodeset. Key combo ctl+x to continue the boot process, Do you now boot to the GUI ? [20:39] then there should be a notice at that driver screen that says - please install nvidia prime otherwise your laptop will be borked after a reboot [20:39] If I turn off compositing in xorg.conf, is it normal to get logged right out and sent right back to login screen after logging in? [20:41] impi: every card is different, thats not ubuntu's fault [20:42] your missing the point, thats the job of the operating system to support these cards [20:42] impi: drivers react different on different hardwaren not the Os fault [20:43] impi: This channel is not for reporting bugs, and trying to do so will only waste time as your reuests will never make it to developers. Please stick to productive support discussion in this channel. [20:43] !bug | impi [20:43] impi: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [20:43] Bashing-om yes, right now [20:44] i feel that after buying a 3K laptop, which is built and punted as ubuntu ready that this should not be the outcome [20:44] Jordan_U: http://www.wdc.com/wdproducts/library/UM/ENG/4779-705098.pdf It does support SMART but something is up with WD's Enclosure or USB implementation. [20:44] im all for loggin bugs, but if you go and look there are duplicates upon duplicates of this very bug [20:44] impi: you can check sudo lshw -C video to check wich driver loaded and wich card active [20:44] lukaluka: Right ; OK, we need a terminal .. what results with key combo ctl+alt+F1 ? [20:45] Bashing-om give me a sec [20:46] impi: just try nvidia-prime, switch drivers and enable performance mode [20:46] A1Recon: Again, I would return it as defective. [20:46] impi: best driver, is the one working best for your card [20:46] im going to try that definitely, im sure you are right [20:47] Bashing-om I boot into not so GUI interface. It's more terminal like. I can see ubuntu login: _ [20:47] Jordan_U: What is the command to check SMART status? Also put in the flags [20:47] it's just 2 weeks in, 3 installs, multiple kernels, multiple drivers, nvidia-prime, black screen bug, low graphics mode errors - at some point you get to where i am now which is a little irritated by the mission [20:47] Bashing-om then I log in, now I am in the terminal. ^^ [20:49] impi: That doesn't change the fact that continuing to rant about it here doesn't get any bug closer to being fixed, but does waste our time. Please stop. [20:49] lukaluka: OK, now we want to know what the hardware is . To pass that info we ned to install a tool . do: ' sudo apt-get install pastebinit ' . [20:50] Jordan_U, the only reason your time is being wasted is because you dont admit this is a bug [20:50] it's this then that, then this [20:50] Bashing-om oh, god... somehow wifi is broken now... give me a sec [20:51] impi: I never said that it wasn't a bug. This is your last warning, stop this and any other unproductive discussion. [20:51] lukaluka: No hurry . ( got access to a wired connection ?) [20:52] Bashing-om let me grab my 40 ft ethernet cable orz [20:53] A1Recon: just copy the data to it then, use rsync or whatever you want [20:54] A1Recon: as far as ddrescue you want the gddrescue version if you ever have to use it. [20:56] lukaluka: Panic not. Just proceed in a calm and orderly fashion. [20:56] I am trying to do: sudo apt-get install dhcp-client and I get message: "Package dhcp-client is a virtual package provided by: isc-dhcp-client 4.2.4-7ubuntu12.2. ; pump 0.8.24-7 ; dhcpcd5 6.05-1.1 ; You should explicitly select one to install. ; E: Package 'dhcp-client' has no installation candidate". How and what version do I choose to explicitly select to install? [20:57] Bashing-om sure. Thanks. the package is installed now [20:58] Semiarty: isc-dhcp-client is the one normally installed. === DrBotato is now known as DMD_Foundation [20:59] histo: Thinking about using grsync .... What does the Windows compatibility option do? [20:59] histo: https://help.ubuntu.com/community/rsync [20:59] lukaluka: OK, terminal command 'sudo lshw -C display | pastebinit' the result is a URL , pass that complete URL back here . We see what it is we are dealing with to advise better . === monk is now known as Guest56113 [21:00] A1Recon: windows compatibiltiy option is probably for timestamp comparisons === Samul` is now known as Samul|AWAY [21:01] Bashing-om http://paste.ubuntu.com/11721811 [21:02] A1Recon: FAT uses a 2 second resolution for time stamps. So you can tell rsync to accept values that are off by up to a second so it doesn't think the files differ. [21:02] lukaluka: Look'n at your http://paste.ubuntu.com/11721811 . [21:02] Bashing-om: IMO, that sure doesn't show much... but nvidia?!?! [21:03] Bashing-om yes? [21:03] Bashing-om looking like the motherboard didnt recognize my GPU? [21:04] lukaluka: zykotick9 Yeah, bit it so show there is no driver loaded . lukaluka ; next pastebin 'lspci -vnn | grep VGA -A 12 | pastebinit' so we know the graphics set up . [21:06] http://paste.ubuntu.com/11721842/ [21:06] Bashing-om http://paste.ubuntu.com/11721842/ [21:07] histo: Apparently rsync fails to get corrupted files but but .... here's the best part ... it outputs the error files in a log. So the plan is to run Grsync, see what files are missing or were not copied.... and go after those files using specific programs for file recovery. Good enough?? === DMD_Foundation is now known as DrBotato [21:08] Bashing-om: lukaluka fyi debian's judd pciid pasted to http://paste.ubuntu.com/11721855/ [21:09] A1Recon: I thought we weren't doing file recovery. You said you just wanted to copy the files. [21:10] can you get day z [21:10] histo: Copy files, yes. Some files might be corrupted so file recovery, too. [21:10] zykotick9: checking that http://paste.ubuntu.com/11721855/ !! lukaluka . [21:11] A1Recon: How did the files get corrupted? [21:11] zykotick9 Bashing-om yes I saw~~ though I don't know how to make use of it ~ === abhiagarwal is now known as AbhiAgarwal [21:12] zykotick9 Bashing-om enlighten me plz XD [21:12] lukaluka: at least judd recognizes it as an nvidia GM200 [GeForce GTX TITAN X] i have zero suggestions on gettin' it working, sorry. best of luck! [21:13] zykotick9 no problem. Thanks [21:13] A1Recon: I have to go but perhaps if you state your problem clearly other people can help. [21:13] !details | A1Recon [21:13] A1Recon: 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:14] lukaluka: zykotick9 :: getting into deep waters here myself, twin Nvidia cards .. is this a SLI situation ? === AbhiAgarwal is now known as abza [21:16] Bashing-om zykotick9 I do attach SLI link to connect them, but it's not necessary. I could take it off. if that would help. But... you think the reason that I couldn't log in after update is caused by proprietary GPU driver? [21:17] histo: Ran SMART test on the internal HDD of my Laptop one day using the "Disks". Just checking what SMART TESTs were. Lo and behold SMART tests failed. Then googled and ran badblocks, it spit out 12 bad blocks. Further confirmation was when I booted up Windows, and it started running CHKDSK utility and it "recovered" some files and put it in a folder called "found.000" in NewVolume (First data partition in my HDD). [Part 1/2 because [21:17] How do I check my Ubuntu 14.04 HDD for bad sectors? [21:18] lukaluka: While we ponder : How did you install the drivers . PPA ? show ' tail -v -n +1 /etc/apt/sources.list.d/* | pastebinit ' . // as of now there is no graphics driver installed, and we must install one to drive the GUI . [21:18] AmazonianDude, fsck them === ika is now known as Guest929 [21:19] Bashing-om I install drive from here. http://www.nvidia.com/Download/driverResults.aspx/84043/en-us [21:19] 'man fsck' for details in terminal [21:20] Yes but is it possible to do it while the HDD is logged into ubuntu or do I do it from a live cd [21:20] http://paste.ubuntu.com/11721896/ [21:20] Bashing-om http://paste.ubuntu.com/11721896/ [21:21] Bashing-om but i did install drivers for sure. otherwise I wont be able to use nvidia CUDA [21:22] histo: I figured Windows has a bad track record for failing HDDs, so I stopped booting up my Windows(Ubuntu - Win 7 Dual Boot). I haven't gone back to Windows boot after that. Don't mount New Volume unless absolutely necessary and I haven't written anything in that partition. Fast forward to today. Got my HDD. Wanted to check whether its fine (hence the badblocks, testdisk, etc. talk a few hrs ago). And here I am reading up on rsync [21:22] histo: Part 2/2 ^ [21:22] AmazonianDude, live [21:23] histo: Was that summary sufficient? [21:23] IDK my server waking up auto every morning 5.30, how to diagnose it ? [21:23] AmazonianDude, data drives can be repaired in normal boot, root drive better repaired from live [21:23] Bashing-om the process of installing driver is via the scrip download from that nvidia link, all the internal procedures are hidden from me. [21:24] histo is long gone... [21:24] lukaluka: What happened is that there was a kernel upgrade, now that Nvidia driver was built against the old kernel, and the driver broke when the kernel was upgraded, There is no PPA involved here so it is back to the Nvidia installer to re-install the driver againt the new kernel. Does the Nvidia .run file still exist ? show ' sudo find / -name "NVIDIA-Linux-*" | pastebinit ' . [21:26] Bashing-om empty document [21:26] I love Ubuntu. It has no bugs! http://tinyurl.com/nln3h52 [21:27] badbodh: i don't trust ubuntu's upgrading mechanism anymore. Last time I tried doing an upgrade through the update manager it booted into a black screen and rendered unusable. was able to rescue data, and reinstall ubuntu on same drive. [21:27] Bashing-om so you suggest I reinstall the nvidia driver? [21:28] lukaluka: Humm .. makes no sense, does not compure, let me double check my command syntax . and while i do .. what returns ' dpkg -l | grep -i nvidia | pastebinit ' . [21:28] compute* [21:29] AmazonianDude, in grub > advanced/other boot options select an older kernel. ubuntu does mess up updates :D don't update things like kernel,xorg,video card drivers [21:29] So you're saying canonical releases a flawed OS. [21:30] Bashing-om empty string again, let me check if it's my typo [21:30] AmazonianDude: It's beyond flawed. [21:31] so, I had the same problem listed in two bugs on launchpad, someone can take a look? [21:31] Bashing-om no typo === athairus is now known as afkthairus [21:32] lukaluka: I can not imigine why there would now be no Nvidia files existent on the system . any return ' dpkg -l | grep -i nvidia ' ? [21:32] its ok to post the link to the bugs here or should put them in paste? [21:32] guest8574: Should not be released to the general public until they can fix the ubuntu messing up updates problem [21:32] AmazonianDude: ubuntu got automated testings for the upgrades. so if it breaks for you there might be some hardware or package issue which is not a general issue, [21:32] Ah then nvm. That makes sense. [21:32] Bashing-om no... empty. [21:33] Well brb. Fsck'ing. [21:33] AmazonianDude: and where does the updates issue relate to your drive having bad sectors? [21:33] Bashing-om but I did install 349.16 driver before [21:34] and btw did his "ubuntu broke the update" like a "i want the latest video driver so i load stuff from some website that breaks on a new kernel" [21:34] lukaluka: Sheeeshh .. I have no clue why the Nvidia files are removed. OK, once more from the Nvidia site, .... (RE-)install the driver . [21:36] Bashing-om aha, ok, on the way~ [21:37] lukaluka: K. I am here on pins and needles . Just Have never ever encountered where Nvidia driver was installed, and just up and disappears ! [21:38] Bashing-om XD, let's proceed in calm and ordered fashion XD [21:39] Bashing-om dl ing driver [21:41] Bashing-om ok, the problem is there still an x server running on the back, so I am going to get into recovery mode and, install driver there [21:41] Bashing-om: lukaluka just a sidenote/fyi, but #debian's "why nvidia installer sucks" factoid pasted to http://paste.ubuntu.com/11721965/ [21:42] lukaluka: Try .. If unity .. ' sudo service lightdm stop ' (14.04) will stop X . [21:42] what's a good update notifier for kde? [21:42] for system updates? [21:43] cron [21:43] ? [21:43] zykotick9: I can use a chuckle at this point . [21:43] Bashing-om: ;) === shadok_ is now known as shadok [21:44] zykotick9 hahah, I agree. [21:44] hey guys my rtc is off then why system waking up every morning 5.30 ? [21:45] zykotick9: That is a fact ! Always try and use inhouse resources when possible .. But but with SLI, best I recall we have no support for SLI . [21:45] Bashing-om Err: your kernel headers for kernel 3.16.0-40-generic can't be found. [21:46] Bashing-om and the install scrip suggest me install that header package, should I? [21:47] lukaluka: What have you done ??? .. PK, let's look at the header situation . ' ls -al /usr/src/ | pasteninit ' . We fix ! [21:48] Bashing-om I was running driver install scripts only... http://paste.ubuntu.com/11721997/ [21:49] Can you run a bad sectors test from a live cd [21:49] or can that safely be done from the actual CD [21:49] Err install [21:49] Hey all. I'm running ubuntu on a macbookpro10,1 and under ubuntu audio works fine. When I boot into DWM I lose audio, if I load alsamixer and I plug in/unplug my headphones I see the mixers change, but neither outputs any audio can anyone help? [21:49] AmazonianDude: still: live cd/usb [21:50] hi im looking to see if anyone can help me im trying to make a bootable usb of tails i have it downloaded and ive tried a few things and unseccessful [21:50] "Permission denied while trying to open /dev/sda1. You must have r/w access to the filesystem [21:51] Bashing-om: "Always try and use inhouse resources when possible" <- I couldn't agree more "But but with SLI..." <- I've not zero knowledge/experience, so as I mentioned to lukaluka, i've got nothin'. good luck. [21:51] Nevermind. Was forgetting the sudo command, my mistake [21:52] zykotick9: Me too ! But I am going to wade into this and get my feet real wet ! lukaluka Look'n at http://paste.ubuntu.com/11721997/ . [21:52] Bashing-om yes , I didn't see 0-40 too, should I have one? [21:53] whats the easiest way to reside disk that uses lvm? [21:53] sudo e2fsck -c /dev/sda1 to be exact. Ubuntu manual says not to run badblocks directly [21:54] Fun: reside disk? [21:54] partition [21:54] sorry :D [21:56] lukaluka: Humm .. Wonder what the installer is doing .. There sure is no -40 header .. ok, back to the 1st rule when installing. Make sure we are fully updated. do ' sudo apt-get update ; sudo apt full-upgrade ' . [21:56] !smart | AmazonianDude [21:56] AmazonianDude: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [21:57] Bashing-om running [21:58] Is there a way to stop audio playing from both speakers and headphones? [21:59] Bashing-om http://paste.ubuntu.com/11722035/ [22:00] Bashing-om it skipped 40, haha. Should I go ahead and run install script? [22:00] Bashing-om ok, same error msg [22:01] Bashing-om let me try long lived version of driver. 352.21 [22:03] lukaluka: Is the .run file on the system ? ' ./Nvidiawhatever.run --uninstall (must be cd'd to the directory/location) . [22:03] Bashing-om yes, let me try that [22:04] Bashing-om done [22:04] lukaluka: If we can run --uninstall, we can start all over from scratch . [22:04] Bashing-om it's done. [22:05] Bashing-om how should we proceed from scratch [22:06] lukaluka: ' sudo find / -name "NVIDIA-Linux-*" ' . [22:07] Bashing-om empty [22:08] Is it normal to get immediately logged out and brought back to login screen after turning off compositing in xorg.conf and rebooting and then logging in? [22:09] lukaluka: K ; no return then we can download from Nvidia once more . From the start . [22:11] Bashing-om ok, do you recommend long live or short live version? [22:12] lukaluka: Lemme have a bit to look at what Nvidis recommends .. be back soonest . [22:12] Bashing-om thanks for your time [22:15] lukaluka: Let's see what results with the long live release . [22:16] Bashing-om on it [22:17] Bashing-om ok, same error msg. I guess nvidia really want me to be 0-40-generic [22:17] Bashing-om though I don't know why [22:17] lukaluka: Ehen ya get a break, out of curiosity, what returns ' sudo ubuntu-drivers devices ; sudo ubuntu-drivers list ' ? [22:19] Bashing-om they only return my wifi card driver from broadcom, [22:20] Bashing-om no sign of GPU driver [22:23] lukaluka: Not real surprised at no return on the driver searchs . As to -40 kernel what returns ' apt-cache show linux-image-3.16.0-40-generic' ? [22:24] Bashing-om http://paste.ubuntu.com/11722111/ [22:24] <[Saint]> Somewhat of an odd request, but, is there any way that I can disable automatic decryption of ~ on local password logins? [22:25] <[Saint]> As per, say, ssh key based login. [22:25] <[Saint]> tl;dr: I would like it to prompt for decryption every time regardless of the login method === pixel is now known as Guest8807 [22:27] who is stig3r [22:27] sting3r [22:27] hello [22:28] Bashing-om fyi, this happened once before when I was using 15.04. I didin't know IRC then, so end up reinstall 14.04. till this morning update breaks my system again. [22:29] <[Saint]> breaks how? [22:30] [Saint] after update I can't login anymore. type in pwd and return to original login window, infinite loop. [22:31] lukaluka: Humm .. you are using 14.04 and yet you have utopic's kernel ? [22:32] <[Saint]> lukaluka: have you tried dropping into single user mode? [22:32] Bashing-om I don't understand, beyond my linux understanding XD === armageddon is now known as Guest33203 [22:33] [Saint] not yet. now Bashing-om is working with me, try to nail what's going wrong [22:34] lukaluka: We will work through this . The latest kernel for 14.04 : sysop@1404mini:~$ uname -r >> 3.13.0-54-generic . [22:34] <[Saint]> Hold shift during boot, press 'e' to edit the boot commands, append 'single' after 'quiet splash' in the boot params (these changes aren't persistent), press F10 to boot, and see if it'll let you login in a purely text based environment. [22:36] lukaluka: a) the -40 kernel is available. b) what is on your system ' ls -al /boot ' ? c) what are you booting ' uname -r " ? [22:38] Bashing-om b) 11722155 c) 3.16.0-40-generic ..... now I am really confused... I do have -40? [22:39] [Saint] we just replaced spash to nomodeset, and in text env for a while ~ [22:41] AmazonianDude: e2fsck doesn't check drives for bad sectors? [22:41] lukaluka: 11722155 ?? get " paste.ubuntu.com/11722155/ - did not match any documents." . [22:42] Bashing-om http://paste.ubuntu.com/11722155/ [22:42] Bashing-om mn? that link works for me, can you see? [22:44] lukaluka: Do not know what I did formerly wrong. Yeah the -40 kernel is there, but a later one is availabale, let's reboot, and go through the 'nomodeset' routine once mre and see if we now come up on the -41 kernel (uname -r ). [22:44] Upstart... I want to write an upstart job, but since there's no daemon running, when I call stop it fails. How can upstart handle that? [22:44] Bashing-om k, on it [22:45] lukaluka: Nother thought .. get some operating head room (??) let's remove those old no-longer-needed kernels ; ' sudo apt-get autoremove ' . [22:46] in language settings during install, what's the difference between extended winkeys, intenrationioal with dead kets, and bog standard english uk [22:46] Bashing-om done both. we got 41 after uname -r [22:47] Upstart... I want to write an upstart job, but since there's no daemon running, when I call stop it fails. How can upstart handle that? [22:49] lukaluka: Wow that was fast . OK, what do we have Nvidia on the system ' dpkg -l | grep -i nvidia ' ? [22:49] Bashing-om empty [22:50] Bashing-om wanna try install long live driver this time? [22:50] lukaluka: That do blow me away that Nvidia does not exist . OK, again download from Nvidia and see what happens now . And yeah the long live version . [22:51] <[Saint]> Kilikit_T: different keyboard layouts, with or without certain elements - ask Google about the (largely subtle) differences. If you're unsure which option to choose, it can detect which keyboard to use by way of asking you to type in specific samples and answering a few simple questions. [22:51] <[Saint]> Though pretty much everything these days in just En-US QWERTY in my experience. [22:53] Bashing-om install succeed [22:53] Bashing-om reboot? [22:57] thank you, aplty named saint [22:57] <[Saint]> Not a problem my friend. [22:58] Upstart... I want to write an upstart job, but since there's no daemon running, when I call stop it fails. How can upstart handle that? [23:01] lukaluka: Yeah ! let's reboot at this time and see if ya come up normally to the GUI . [23:02] Bashing-om the os back to normal now ~ I can log in just like old days XD [23:03] lukaluka: Outstanding ! .. We do have lift off ! [23:04] Upstart... I want to write an upstart job, but since there's no daemon running, when I call stop it fails. How can upstart handle that? [23:04] dgarstang: if there's no daemon running, it can't. [23:04] Bashing-om yeah ~~ so basically we do reinstall gpu driver, update os, and remove some packages, really thanks for your time! [23:04] dgarstang: what is your use case for the upstart job? [23:05] teward: job to add ec2 instances's IP to DNS on boot, and remove it on shutdown. Or... another to add a node to chef server on boot, and remove on shutdown. [23:05] Bashing-om I learned a new way to get into terminal XD can I ask you one more question? what IRC client are you using? [23:05] lukaluka: Hey, glad to help. Be aware, each time the kernel is upgraded, will have to (RE-)install the graphics driver . [23:06] lukaluka: My client is irssi . fast, light, and configuarable . [23:07] Bashing-om will def give it a try. and do you recommend me upgrade to 15.04? [23:07] teward: It seems that upstart is not capable of managing startup/shutdown jobs that don't spawn daemons. [23:08] lukaluka: I am not a proponent of non LTS releases, except for testing and/or hardware issues. irssi : see: http://www.andrews-corner.org/ubuntu/irssi.html . [23:09] Bashing-om fair enough. Let me install irssi now XD thanks for your time! [23:10] lukaluka: You will pass it own . We are open source ... 1 for all and all for one . [23:11] Bashing-om ^^ [23:13] So, since it seems that upstart isn't able to handle stopping scripts that don't have daemons, what other options might I ahve to run a job on shutdown? Old fashioned system V init? [23:16] <[Saint]> dgarstang: cron [23:17] <[Saint]> dgarstang: or....actually, hmmm. [23:18] <[Saint]> You could play with /etc/rc6.d/ [23:18] <[Saint]> I _think_ runlevel 6 is shutdown, but, don't quote me on it. [23:18] i think 0 is [23:18] <[Saint]> Hmmm. [23:19] somebody google [23:19] <[Saint]> AH, you're right. [23:19] <[Saint]> 6 is restart. [23:19] <[Saint]> 0 is shutdown. [23:19] <[Saint]> Thanks, EriC^^ [23:19] !runlevel [23:19] In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [23:20] <[Saint]> Well, that was rather useless. Thanks, ubottu. ;p [23:21] Has anyone had good luck at all with Intel 7260 wifi/bluetooth card on 15.04? [23:22] Ranger15: working here [23:22] I have one and it disappears on suspend. lspci gone. Or Stops working after along idle time. [23:23] I have tried a few different firmware versions. [23:23] itaylor57, no problems at all? [23:23] none [23:24] itaylor57, are you on 15.04? [23:24] yes [23:24] cool [23:24] what firmware version? [23:24] no idea [23:24] one sec i will get the command, if you dont mind [23:25] sure [23:25] do mind ? [23:25] i do not mind [23:25] dont want to bug you [23:25] not a problem [23:25] k brb [23:30] please help! 15.04 here, I accidentally my /etc/default/grub :( [23:31] i have a whole UEFI setup, does that mean that file had special non-default settings in it? [23:31] Good day all. I am trying to install an Option modem module in Ubuntu 14.04 by using dkms.. [23:32] I am able to add module using "dkms –ldtarball --archive=hso-1.x.x.tar.gz" [23:32] And I can see installed module by using "dkms status" [23:33] Ranger15: firmware=25.17.12.0 [23:33] but when I try to build module by using "dkms build –m hso –v 1.10.0" I am getting HSO can not be handled.. [23:33] Any suggestions team? [23:34] itaylor57, how did you get that? [23:34] man i have done this so many times i can figure it out this time. [23:34] http://askubuntu.com/questions/372044/what-firmware-is-my-wireless-card-is-using [23:36] itaylor57, 25.17.12.0 [23:37] same as you [23:37] strange [23:37] and that was the first command I ran but just was in to much of hurry to grep for firmware.. oh well [23:38] itaylor57, what kernal you running? [23:38] uname -a [23:38] itaylor57, 3.19.0-20-generic for me [23:39] well that just changed today 3.19.0-21-generic [23:39] There was a problem during do-release-upgrade, it seems to be still running how can I attach to the window again? (I am sshing) [23:40] hmm [23:40] <[Saint]> remote release upgrade. [23:40] <[Saint]> ...someone's keen. [23:41] I am going to read about the 20 to 21 difference's. [23:41] <[Saint]> platzhirsch: unless you happened to be running it in screen I'm not entirely confident you even /can/. [23:41] itaylor57, but you have been running it for awhile with the card right [23:41] Ranger15: i had no issues on the previous kernel [23:41] * [Saint] runs all his ssh sessions in screen for precisely this reason [23:41] thats what I thought [23:42] what kind of hardware? if you dont mind me asking [23:42] <[Saint]> If you're using screen it is really trivial to reattach a detached head. [23:42] <[Saint]> Without it...dunno man. [23:42] I have system76 laptop [23:42] i am on a system 76 laptop [23:42] whoa [23:43] glago ultrapro [23:43] galogo [23:43] [Saint]: yeah but it looked like it started a screen session anyway [23:43] k wierd thats freaky [23:43] can't seem to type [23:44] <[Saint]> platzhirsch: you can check pretty easily [23:44] I just got there low end one but maxed it all out. Lemur with 16G ram 256ssd w.1TB ata [23:44] <[Saint]> platzhirsch: do "screen -ls" [23:44] Maybe the hardware and the card dont like each other. [23:46] <[Saint]> platzhirsch: if there is a detached session running, you can force it to reattach by (I /think/) "screen -d -r" [23:46] itaylor57, I have had the issue since day one. And have been working Make and S76 to fix it. Nothing yet has helped [23:46] at S76 [23:46] [Saint]: thanks [23:47] <[Saint]> Ah, sorry, its 'screen -D' [23:47] <[Saint]> Glargh, nope, I was right the first time. [23:47] <[Saint]> Whoops. [23:47] <[Saint]> Either way the first step is checking if there's acutally an available session to reattach. [23:48] I think I broke it lol [23:48] itaylor57, I get rfkill hard block after suspend. Like a physical switch has been turned off. But there is no switch. [23:48] <[Saint]> screen -list or screen -ls will tell you if there's a session available. [23:48] <[Saint]> platzhirsch: I must say you're mighty confident for doing a remote relase upgrade, lol. [23:48] [Saint]: how else would you do an upgrade of a VPS? :D [23:48] <[Saint]> I'm not meaning to laugh at your misfortune. Sorry. [23:49] it's fine, nothing on that server === shroud is now known as Guest57114 [23:49] platzhirsch: you're doing a do-release-upgrade? [23:49] <[Saint]> Generally speaking, I don't. I just drop out ~ and my configs and spin up a new instance. [23:49] EriC^^: yes [23:50] platzhirsch: what version are you currently running? [23:50] 13.04 [23:50] ok, did you fix the sources.list ? [23:51] no [23:51] !eolupgrades | platzhirsch [23:51] platzhirsch: 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/EOLUpgrades [23:51] platzhirsch: you'll have to upgrade to 13.10 first, then 14.04 [23:51] I think that was what is was doing. In any case I need to rebuild the partition now anyway :) === wook is now known as Guest3528 [23:52] rebuild the partition? [23:52] <[Saint]> You basically just told him what he was already doing in a more convoluted fashion. [23:53] [Saint]: making sure he knows he has to upgrade to 13.10 first, and the sources.list are required [23:53] Could anyone help me with a screen brightness problems? I've tried everything and if my charging cable is not plugged in, my screen dims after 10 seconds of no movement without fail. very annoying! [23:53] EriC^^: I can't ssh anymore to the box [23:53] platzhirsch: after doing what? [23:53] <[Saint]> do-release-upgrade would have done that anyway, no? [23:54] [Saint]: no, you have to modify the sources.list [23:55] <[Saint]> Then one would posit do-release-upgrade to be largely broken by design. :-S [23:57] I would ask my VPN provider for upgraded image, as VPN images usually are heavily tweaked. [23:58] yeah what OerHeks said, the VPS sometimes make it very hard to upgrade too [23:58] <[Saint]> yeah, like I said I'd just drop out ~ and my configs and get the provider to spin up a new instance [23:58] 15.04 or 14.04 for the new image? LTS or bleeding edge? [23:58] Flynn: try gsettings set org.gnome.settings-daemon.plugins.power idle-dim false [23:58] platzhirsch: 14.04 [23:59] <[Saint]> Depends what you want to achieve. === joshh20- is now known as joshh20 [23:59] <[Saint]> (and arguably 15.04 isn't bleeding edge but +1 seems to be a curse word here) [23:59] Hello all, I have JACK audio and guitarix for use with my acoustic electric guitar on my linux computer. In the Mic jack, I've got an aux cord plugged in, and on the other end of the aux cord, I've got an aux >> Quarter-inch. The aux >> Quarter inch plugs into my acoustic electric guitar. This should work, right? [23:59] achieve? [23:59] Linux Ubuntu, btw