[00:02] I am having super slow network transfers, with nfs it usually fails or hangs, or runs at 1mb or less, tried a cifs mount and it runs 1.5 or 2mb, if i just go in through network browser and select the share through smb//routername/folder i get 8-9mb im on a gigabit 5ghz wifi connection with usb hdd on the router [00:05] hmmm, I don't seem to get sftp-server to work [00:05] sshd works alright [00:05] Hi all! I would like to build personal secure deb repo that requires SSH key as explained here: https://debian-administration.org/article/513/Restrict_Access_To_Your_Private_Debian_Repository Do you have any suggestions on how to build such a repo? [00:08] scratch that, I used the wrong IP... === Bae is now known as SpikeSpiegel [00:30] Hi, I'm feeling very dumb while failing miserably at setting up vsftpd on ubuntu 14, where is the best place where I can get help? [00:34] /list [00:40] Seems like both postfix and dovecot broken in Ubuntu 14.04. Sendmail+Cyrus a better option? === Metacity|uh-oh is now known as Metacity [00:52] Hey can someone remote my desktop and help me with my sound issue === maddox is now known as Guest48888 [00:57] hola [01:00] hola [01:00] when i open programs using crossover linux, the icon on the launcher is wrong: http://i.imgur.com/Tvu0DfB.png [01:01] however when i open programs in wine, the icons are grouped seperately and iconed properly for the same programs: http://i.imgur.com/FqD7cdC.png [01:02] how can i fix this [01:03] as in, make crossover linux behave like wine, where all programs are grouped seperately and iconed as per their program icon [01:03] in the launcher [01:03] dont want this: http://i.imgur.com/RwZZWXL.png [01:04] afaik, that is the teamviewer icon [01:05] Hey guys! I'd like to install packages using apt-get in my /home directory [01:06] wilornel1: why? [01:08] I am running ubuntu in a VM. I did not assign the partitions correctly. I think I did 4gb for the OS, 4gb for home, and 4gb for swap [01:08] let me double check the actual sizes [01:08] but basically the partition for the os is too small [01:08] when I try to apt-get install, I get a "Write error - write (28: No space left on device)" [01:09] Why can i use a password to my channel? [01:10] wilornel1, start a fresh vm install with 20gb or so [01:10] could I change the partition sizes, so I do not need to reinstall everything? [01:10] Jdknrkl, join #freenode for channel help [01:13] I have a laptop with win10 on it and want to install ubuntu because it runs really slow. It has 4gb ram and the processor is a Pentium bought only a few months back. Will 16.04 run ok on this or would I need a lighter version? [01:13] Can I have a partition for solely the OS and one for additional packages? [01:14] Hi all! I would like to build personal secure deb repo that requires SSH key as explained here: https://debian-administration.org/article/513/Restrict_Access_To_Your_Private_Debian_Repository Do you have any suggestions on how to build such a repo? [01:15] serversides 16.04 should run fine with 4gb of ram [01:15] wilornel1: there's not much point in separate partitions in a VM [01:15] serversides once you have 16.04 you can always install different desktop encirements like lxde or mate [01:16] cspack: Good point [01:17] im having some weird problems with logging in, it keeps saying failed to authenticate after entering my password, but the password is correct. reboot and it works, maybe next reboot it doesnt. anyone have any ideas? [01:17] xubuntu 16.04 [01:18] tonyt: Thanks, I look forward to finally getting rid of win10. :D [01:18] :) [01:22] Is there a program similar to winrar available for linux? [01:23] ItalianStallion Peazip [01:23] http://www.peazip.org/peazip-linux-64.html [01:23] ItalianStallion, u can install rar support on buntu [01:24] oh, well i downloaded winrar but it says its command line only [01:24] !rar [01:24] rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free [01:24] and i also downloaded the gui thing for it called GnomeRAR [01:24] so how would I use that [01:26] doesn't standad buntu archive app handle rars ? [01:26] I followed this to remove java from my system http://askubuntu.com/questions/84483/how-to-completely-uninstall-java === Smn is now known as Guest64465 [01:27] !info file-roller [01:27] file-roller (source: file-roller): archive manager for GNOME. In component main, is optional. Version 3.16.5-0ubuntu1 (xenial), package size 313 kB, installed size 2008 kB === Guest64465 is now known as smn_ [01:27] ItalianStallion ^^ [01:27] and strangely enough I'm getting this when typing java into the console. "java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory" [01:28] now, the strangest part, is that if I run java with sudo, I get command not found(which is the expected output) [01:29] could anyone shed some light os to why im still getting that error when running java with user permisson? [01:29] smn_ "which java" [01:29] searches in $PATH [01:29] everything java [01:29] which is a command [01:30] oh, somehow i didn't see the quotation marks [01:30] looks like there's still a binary in my home folder [01:30] that was it, thanks, de-facto [01:31] np :) [01:36] Hi, i cant delete one file from terminal command... I write "rm Thunderbird Mail", but, dont delete becouse he read "thunderbird" & "mail".. I have writed "Thunderbird_Mail", and "Thunderbird-Mail", but dont work!! Who can help me? [01:37] the TAB key completion? [01:37] l3h4, you should do "rm Thunderbird\ Mail" [01:38] adding the name between quotations might work [01:38] l3h4, or as de-facto suggested, "rm Th", , [01:38] ' these ones [01:39] l3h4: The space is a delimiter in linux .. thus thunder bird is two entities . to make it one, as above, escape the space with the '\' character . [01:41] Hey guys, I need help with my sound and microsd card slot. I installed ubuntu 16.04 on my ASUS Vivobook e200HA, and since beginning the kernel doesn't recognise my microsd card slot and sound card. [01:41] I have write "rm Thunderbird\Mail", "rm Thunderbird\ Mail", "rm Thunderbird \ Mail" but dont work... [01:42] Current kernel version: 4.4.0-24 generic [01:42] l3h4, and what about tab completion? [01:42] can someone help me get them working? [01:43] l3h4, which is specifically the error that pops up when you try to do this command? [01:45] "impossible remove "Thunderbird \ Mail": File or directory doesnt exist. [01:45] Hello all. I did a search for weechat on the software manager, but it didn't find it. Isn't weechat in ubuntu repositories? I have Universe enabled on the settings [01:46] info weechat | rahtgaz [01:47] !info weechat | rahtgaz [01:47] rahtgaz: weechat (source: weechat): Fast, light and extensible chat client. In component universe, is optional. Version 1.4-2 (xenial), package size 2 kB, installed size 60 kB [01:48] so why doesn't it show? Do I have to install synaptic to have full access to ubuntu repositories? [01:48] sonicabt, try pressing the key (also known as windows key) to open unity launcher then search for Additional Drivers app, open it and look for some non free drivers for your card, if there are some they will be in the list of additional drivers [01:49] l3h4, is your file still there? looks like it were removed already [01:50] I have resolved with "printf %q\\n *hunderbird*" [01:51] I have just finished my first installation of Ubuntu. I'm planning to move into this as my default distro. But apparently I cannot have full access to ubuntu distros until I i8nstall Synaptic. Is this by design? [01:52] s/ubuntu distros/ubuntu repositories [02:00] rahtgaz, synaptic is just one of several methods of obtaining/updating software. If you are using the gnome-software interface currently in 16.04, afaik, there are few bugs that need to be fixed. You could also use/install software-center which was the default package manager in pre 16.04 releases. If your are comfortable with typing/commandline then you could also us "apt" for accessing the packages repositories [02:01] Anyhow, anyone recommend a method I can send a large file over my network and graph the transfer rate over time ? [02:01] squinty: thank you for confirming it to me. I'm confortable with both synaptic and apt since I'm moving into Ubuntu from Mint. I'll stick to those [02:01] i can hardwire one laptop on the powerline extender output end, and send something via 32gb usb key over my r7000 AP directly [02:02] rahtgaz, yw used to be a mint user myself at one time too. :) [02:02] that way it's going directly from router to the client on the end of the extender... I want to examine fluctuations in transfer rate over time, so that I can try and fine tune my extender performance [02:07] hello [02:10] !es [02:10] 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. === brian is now known as Guest9582 [02:20] jagunco, thank you. I'll try that and see if it works. [02:20] Which languare is ubottu speaking on? [02:21] Im guessing, spanish. [02:21] Espaniol ... hmmm [02:24] How do I disable the trackpad while typing? L-Ubuntu 16.04 [02:26] Also, i'm unable to control my brightness settings using my FN-Keys [02:26] @jagunca, it didn't work. [02:27] Hi all, that is my first time here. I don't know Ubuntu yet, I'm a Debian User and would like to know what are technical differences between your System and Mine [02:28] My laptop uses conexant driver for sound card, but when i try to install alsa-driver-linuxant, i get dpkg error. [02:28] Building modules for the 4.4.0-24-generic kernel, please wait... done. [02:28] ERROR: Build failed. Please review the build log at /tmp/alsa-driver-linuxant.2793.log [02:28] dpkg: error processing package alsa-driver-linuxant (--configure): [02:28] subprocess installed post-installation script returned error exit status 1 [02:28] Setting up lshw (02.17-1.1ubuntu3.1) ... [02:28] Errors were encountered while processing: [02:29] R4F_Debian: Are you asking the difference between the distributions? [02:30] this is the error i get. [02:30] yes, but through a technical point of view. Surely there are some differences, but what are they ? [02:31] wilornel1: a [02:32] R4F_Debian: That's a pretty broad question. Ubuntu is based on Debian GNU/Linux. Their approach to bundled software is slightly different. Most noteably to some users wireless firmware upon attempting install. [02:32] crafty1: Can you help me please? [02:34] !help | TrentH [02:34] TrentH: 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 [02:35] I have asked my question :P [02:35] TrentH: :( My bad .. did not recall that you has asked . sorry . [02:35] what command to show all ips connected to my router? [02:36] I see, crafty1. Well, I downloaded Ubuntu for desktop here. I'll install it and do some tests. I've knew Ubuntu would/is support/ing ZFS natively. That sounded me Great for this Debian based Distribution [02:37] R4F_Debian: Debian supports ZFS too [02:37] not natively, you need to install and configure dkms module for this purpose [02:38] R4F_Debian: True. But beyond the packaged UI Unity as default and some non-free firmware (wireless) there isnt a huge difference [02:38] and through dkms there are risks of crashing your system in several situations, something I don't have to be worried using it in FreeBSD, for example [02:38] I hope so, for Ubuntu uses Unity === Cyber_Akuma-Temp is now known as Cyber_akuma === Cyber_akuma is now known as Cyber_Akuma [02:41] Well, as I said you, I will install it and make some tests with Ubuntu desktop-oriented. Surely I don't intend to replace Debian anyway, for I use it for a long time and Love my Distro, but perhaps I shall adopt it for some home tasks here. [02:41] Thanks for your attention crafty1, that's very kind of you ! [02:42] Bye all [02:49] Был ли кто-нибудь хотел бы также , чтобы выглядеть как настоящий решил использовать далеко? Ты шутишь . Я даже больше , каждый может это сделать , было решено использовать их все больше и больше нужно сделать, чтобы увидеть . То, что вы решае [02:49] те может действительно наполовину надеясь использовать слишком много , даже если это идти? === ubuntu is now known as Guest66122 [02:56] Hello, anyone know why my rc.local won't run vino before login? dpaste.com/2QXVBAG === alexandr2 is now known as alexandros_c [02:58] is there some kind of compatibility issue between iwconfig and 802.11ac devices? my router shows my lappy with an 11ac device running at 800 Mb while iwconfig shows 6 Mb [03:37] !ru | crt [03:37] crt: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [03:51] Is there no libportaudio in 16? [03:53] wow [03:53] ? [03:54] !find libportaudio [03:54] Found: libportaudio2, libportaudiocpp0, libportaudio-ocaml, libportaudio-ocaml-dev [03:56] That appears to be working [03:56] Thanks. [03:59] Echo6: :) Dirty Jobs, done dirt cheap . [03:59] LOL [04:11] Hey guys! Using an Ubuntu VM (Guest) on a Mac OSX (Host), I would like to backup the data on my android device (using dd). USing lsusb, I can see that the device is connected in /dev/bus/usb/001/003 === PandaBob_ is now known as PandaBob [04:11] Can I just use that address for the `if` argument in dd? [04:14] Does anyone know of a vim plugin that allows for CRUD on wordpress blogs? [04:15] I don't think so === li is now known as Guest37051 [04:17] hi Dalek5whr [04:17] good afternoon [04:17] howdy [04:18] good evening [04:19] hi jayvdb [04:20] hi BenderRodriguez [04:20] hi nantz [04:20] you are where pepoer? [04:21] i am chinese man. [04:24] E: Package 'libfst-tools' has no installation candidate [04:24] Any suggestions? [04:25] Echo6, wait for the release of 16.10 yakety yakkie http://packages.ubuntu.com/search?keywords=libfst-tools [04:25] Snot, there is no equivalent yet? [04:26] nope, openfst is not included in this LTS [04:26] crap. [04:26] !info xserver-xorg-video-amdgpu [04:26] xserver-xorg-video-amdgpu (source: xserver-xorg-video-amdgpu): X.Org X server -- AMDGPU display driver. In component main, is optional. Version 1.1.0-1 (xenial), package size 54 kB, installed size 153 kB (Only available for linux-any) [04:26] !info xserver-xorg-video-amdgpu trusty [04:26] Any info on when they would be getting released? [04:26] Package xserver-xorg-video-amdgpu does not exist in trusty [04:26] didn't think so. [04:28] Echo6, you *could* try to run the development version if you really need it [04:28] i wouldn't yet [04:28] !16.10 [04:28] Ubuntu 16.10 (Yakkety Yak) will be the 25th release of Ubuntu. It is due to be released in October 2016. Discussion in #ubuntu+1 [04:28] Yeah, I can't wait that long. [04:28] http://cdimage.ubuntu.com/daily-live/current/ [04:28] daily builds of yakety [04:28] How would I transition to the development release? [04:28] or upgrade with the -d option [04:29] would it be just as effective to use the /etc/cron.daily, hourly, yearly, whatever folders as using crontab? [04:29] sudo update-manager -d [04:35] Hey guys I tried to install kubuntu (REALLY like the gui more then ubuntu) over a partition of a SSD that I had ubuntu installed to.. [04:35] It seems like I killed the windows bootloader [04:35] and also now kubuntu wont install [04:35] http://paste.ubuntu.com/17242922/ [04:35] stuck @ 33% [04:36] Also #kubuntu is dead. [04:36] maybe I should have installed ubuntu gnome [04:36] is there any way to save windows? [04:37] is there a way to create a restricted repo that allows only some users to get the packages? [04:37] iambatman, if you cannot boot into Windows, boot into live image of Kubuntu/Ubuntu/Ubuntu MATE or any other distro, and open Gparted, then from there delete the partitions you don't want and go ahead install it :) [04:37] iambatman, Windows should still be there as far as I know. Its just not booting due to the bootloader is missing [04:38] I am booted into Kubuntu, trying what you are suggesting. thanks [04:38] iambatman, have probably did not kill windows, you prolly just lost access to the boot menu, [04:38] try sudo update-grub [04:38] iambatman, Install a Linux/Ubuntu DE of your choice and then it should too install grub along with OS+Prober THEREFORE, it should also detect windows! [04:39] stickybranches: It's weird.. Kubuntu install froze at 33% [04:39] iambatman, oh, your on the livecd, not full install? [04:39] I found some stuff on it online, but don't understand any of it [04:39] iambatman, Weird :/ [04:39] right now im running off usb trying to install full [04:39] and failing [04:39] ok [04:39] what video card? [04:39] nvidia or ati? [04:39] umm.. nvidia? [04:40] try running the installer with nomodeset [04:40] How did you make the liveusb? [04:40] unetbin or whatever its called [04:40] ive had problems with installs freezing on nvidia card, believe it or not [04:40] bynarie: it isn't getting that far [04:40] its stuck at formatting [04:40] If you have a Windows machine next to you or at your disposal, download Rufus USB creator and Ubuntu derrivitive ISO of your choice (Kubuntu in your case) [04:40] no no, i mean at the grub menu [04:40] install seems to be 'stuck' at 33% - "Creating ext2 file system for /boot in partition #5 of SCS1 (0,0,0) (sda) [04:40] there is an option to edit boot commands [04:41] Ahhhh [04:41] I know this! [04:41] You should only do this [04:41] I know why it doesn't work, I had similar problem with Ubuntu MATE [04:41] install seems to be 'stuck' at 33% - "Creating ext2 file system for /boot in partition #5 of SCS1 (0,0,0) (sda) [04:41] When you partition for Ubuntu [04:41] http://ubuntuforums.org/showthread.php?t=2281581 [04:41] I found that.. [04:41] but.. [04:42] that guy is trying to install to a USB? [04:42] iambatman, make this for your kubuntu setup: / partition (ext4) and 1 swap partition [04:42] THATS IT [04:42] Don't worry about boot and home partitions [04:42] just have 1 partition for root and 1 for swap [04:42] Oh. [04:42] Its trying to write for /boot while there isn't any [04:42] and please, use ext4 not ext 2 [04:42] Give it a shot [04:42] Yes [04:42] Use ext4 [04:42] Ill need to reboot and try it and come back [04:42] Ok good luck [04:42] good luck [04:42] how big for swap? [04:43] How much ram do you have [04:43] ? [04:43] And space on disk? [04:43] umm.. 16gb or 32gb [04:43] lol. [04:43] ok 3GB swap [04:43] should be plenty [04:43] i run 32gb of ram, no swap file at all [04:43] Some apps require swap [04:43] but thats personal preference [04:43] and i dont remember how much I allocated for linux install [04:43] or else they don't function properly [04:43] hi [04:43] well, ive never ran into a problem [04:43] ok brb [04:44] maybe i should create a small swap file [04:45] bynarie, if you have about 8+GB of RAM, I reccommend at least 2GB, if you don't want to swap to HDD/SSD, I also suggest you then swap to memory with zram [04:46] Hello all! I'm sure where to ask this, but I'm currently trying to set up JFFS2 on my router. I've never quite done this, can anyone offer help/point me in the right direction of where to ask? (preferably an IRC channel) [04:46] maybe #dd-wrt [04:47] dunno [04:47] Does using @reboot in the current version of ubuntu only work for root or can you use it for regular users? [04:48] stickybranches, do you know if using a /swapfile file would be adequate, or do i need an actual partition for swap? [04:48] N8TheGr8, #mtd on irc.ipv6.oftc.net [04:48] hi guys :) [04:49] drama, thanks! [04:49] new to irc [04:49] according to their website [04:51] bynarie, A swapfile will be adequate [04:51] :) [04:51] ok thanks [04:57] i am ramnath a user of ubuntu [04:58] son of who? [04:58] j/k [04:59] hello [04:59] hai johnzorn [05:01] dude whoever that was.. that helped me with the bootloader.. and said just make 2 partitions.. you ROCK. [05:03] Windows AND kubuntu are up and running now! [05:03] :) <3 [05:04] IreallyAMbatman: That is great news [05:05] terminal_crawler: was it you? thanks man! [05:05] IreallyAMbatman: It wasn't me, but I am glad you got it fixed! [05:05] I was panicking.. dont remeber the guys name, oh well thanks anyways :) [05:07] Is there any way to stop ubuntu from asking me for password anytime I do something that requires root? it's annoying as shit.. reminds me of windows UserAccessControl [05:10] !root | IreallyAMbatman [05:10] IreallyAMbatman: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [05:16] Tex_Nick: thanks. [05:17] Tex_Nick: it still has that popup, sudo in terminal is fixed but not GUI [05:18] IreallyAMbatman: you're welcome my friend, that link is a good resource, the whole toot isye can be a bit difficult to understand, but it's the nature of ubux.linux [05:18] IreallyAMbatman, Glad I helped you :) [05:18] stickybranches: !!! it was you! thanks mate! you're the best. Saved my OS! [05:18] *whole root issue [05:18] IreallyAMbatman, No worries mate :) Glad it solved the issue :D [05:22] so kubuntu is a little bit tougher to use then ubuntu, to switch drivers to nvidia, I install apt-get install nvidia-361 (or whatever version it was) but then how do I switch it over? Or is it automatic? [05:25] KDE driver manager gets stuck at "Collecting information about your system". And I don't know hwo to run it from the terminal to see if theres some sort of error [05:27] Damn.. everything in Kubuntu is broken [05:27] KDE driver manager.. SoftwareCenter [05:28] this sucks.. [05:28] is this a fresh install? [05:28] yes [05:28] make sure your install medium is good, and reinstall. [05:28] lgmin [05:28] you mean the ssd? [05:28] no I am korean [05:28] sorry [05:29] IreallyAMbatman: the USB or DVD you used to install kubuntu [05:29] my nickname is lgmin111 [05:29] nicomachus: Ohhh.. shit. yeah I guess a corrupt USB might corrupt everything huh? [05:29] IreallyAMbatman: Run the program then check the running processes, you should be able to get the program name [05:29] IreallyAMbatman: and watch the language, this is a family friendly channel [05:29] oops. sorry. [05:30] IreallyAMbatman: (Or use "ps aux | grep driver" should likely show the program that is doing the driver management) [05:31] terminal_crawler: thanks, its /usr/bin/kcmshell5 kcm_driver_manager [05:32] IreallyAMbatman: You should now be able to run the program in the terminal. Check the manual in case there are any debug flags you can set that might help you. [05:32] is this working [05:33] yes [05:33] im a first time here on chat [05:33] and its already fun [05:33] Hahahaha... I tried to copy the outpot from the terminal.. ctrl-c does NOT copy in linux. Failsauce. [05:33] nikol968: welcome. this is for ubuntu support only. for chat, try #ubuntu-offtopic. for help, type "/join #freenode" [05:33] IreallyAMbatman: ctrl-alt-c [05:33] thank you [05:34] ctrl-c is disabled by default in the terminal to discourage copying and pasting commands [05:34] http://paste.ubuntu.com/17243681/ [05:34] how many people are here [05:34] around 1500 [05:35] ok [05:35] this is good for my english [05:36] nikol968: if you don't have a question about ubuntu, please chat elsewhere. [05:36] ok noticed where can i go [05:36] nicomachus, read the topic before entering an iRC channel [05:36] ok [05:36] thanks [05:37] bye [05:37] OerHeks: :( [05:38] Hey, how do I go from 16.04 to 16.10? [05:39] Echo6: 'sudo do-release-upgrade -d' support is in #ubuntu+1 since it's not released yet. [05:39] No new release found [05:39] Echo6: best to install fresh, though [05:40] No can do. [05:40] :/ [05:40] Wish I could [05:40] sudo update-manager -d [05:40] It's a pre-alpha release... if you don't have the ability to install fresh, are you sure you want to risk a developmental OS? [05:41] You misunderstand. The DVD drive I used to build the system cannot be put back in the system. [05:41] Can you not boot a USB? [05:41] I don't have an available thumb drive right now either. [05:43] BRB - Reboot required. [05:46] It installed some stuff but I'm still on 16.04 [05:47] Still can't install what I need to. [05:47] hello [05:47] Is it possible my source for the experimental branch isn't set right? [05:52] how do I run an ntp server on Ubuntu 16.04? [05:52] mnathani: https://help.ubuntu.com/lts/serverguide/NTP.html [05:53] mnathani: and this http://ubuntuforums.org/showthread.php?t=862620 [05:53] baizon: thanks [05:58] hi [06:00] hi [06:00] damn neck pain :( [06:01] Fixed my source. [06:06] hello [06:09] Hi from metropolis [06:12] How can i use "global find"? [06:12] hi guys i am using ubuntu 16.04 LTS and asus maximus 8 hero board the speakers are working fine but the front headphone is not working can anybody please help me [06:18] anyone here? [06:19] is there any power option on ubuntu> [06:19] bebin: Does it have any other headphone jacks that do work? [06:19] bebin: And have you tried the front headphone jack with known working headphones? [06:19] like on windows to set it at normal mode or high performance? [06:20] theres a power preference thing, you can set when the computer will suspend [06:20] someone can help me? i downloaded this new version 10 minutes ago [06:20] terminal_crawler: there is no other headphone jack [06:20] and i can't use "global find" anymore [06:26] Hi has anyone been able to install screenlets on 16.04? [06:27] terminal_crawler: there ? It has started again .. moving to lower resolution did not help . [06:29] Hey, chrome and firefox have no sound and they are the only applications that dont have sound [06:30] I googled around. Tried installing codecs, moving the appdata directory with no luck [06:30] The sound works in recovery mode [06:30] Running ubuntu 16.04 [06:31] hii all [06:31] whats the sound coming from? [06:32] well what is it supposed to be coming from? [06:34] ZeekHuge: Hey! [06:34] ZeekHuge: So when you swapped to a different resolution, did you have to reconnect the display? [06:34] bebin: Okay. Have you tried the headphone jack with known working headphones? [06:35] terminal_crawler: nope ... its just automatically doing that, connecting and disconnecting .. [06:35] ZeekHuge: whats the issue? [06:35] bebin: Ooh! Sometimes with alsamixer, when you connect the headphones, the volume may not be the same and it might be mighted. Run alsamixer once the headphones are connected and check the volume levels. [06:36] gingitsune: If you open up sound prefs does it show them playing sound under the apps tab? [06:36] terminal_crawler: yes i check everything in alsamixer [06:36] bebin: What does it have in alsamixer? [06:37] Ben64: Its the external Monitor, I am on lenovo thinkpad T430 , 14.04 and the external monitor is by Dell . So the external monitor works fine for like an hour, and then is start connecting and disconnecting on its own. I tried with other laptop, it was fine. [06:38] how is it connected [06:38] VGA port [06:38] monitor could be on its way out [06:39] Ben64: And after connecting, I used cvt and xrandr to get to higher resolution. But this works fine for sometime and then it starts this issue. and then even switching to lower resolution didnt help [06:40] Is there a way to add an /etc/hosts entry during the install process? [06:40] terminal_crawler: Ben64 : and surprisingly its working now. again :( [06:40] why would you need to? [06:41] ZeekHuge: I know the feeling with intermittent issues. They are (#$*&. [06:42] yeah .. I have to do my work ! and this ! [06:42] Grorco: is that to me? if so, it's for Chef bootstrapping. can't bootstrap the node unless it knows how to reach the Chef server [06:42] Grorco: Thanks, it just noticed that it kept turning of the volume [06:43] gingitsune: NP hope it works out :) [06:45] salut [06:45] !fr | osmanielhadi [06:45] osmanielhadi: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [06:47] SuperLag: could you make your own iso and just change the host file before creating the start up disk [06:48] no it's ok ! [06:48] tks [06:55] ZeekHuge: With the overheating you mention, is it possible to enable that card for a short while to test whether it can connect properly to the monitor? [06:55] hi world [06:57] terminal_crawler: Yeah I can do that, once the monitor starts misbehaving again. [06:58] It might though be that the monitor is misbehaving because of the other chip, so you might need to enable it sraight away. [06:58] ZeekHuge: ^ [06:59] ZeekHuge: Have you by chance checked dmesg for any messages when the monitor starts misbehaving? [06:59] yeah okay. I'll try. but if that is the problem, I wont be able to use monitor :( [06:59] terminal_crawler: yep already. Nothing there [07:01] ZeekHuge: Checked under root as well (sometimes not everything shows for a normal user) [07:04] Ok [07:04] ZeekHuge: I haven't checked it all yet, but it may be of use: https://wiki.ubuntu.com/X/MonitorDetection [07:04] terminal_crawler: do you think It can be related ? [07:05] [44705.930847] thinkpad_acpi: EC reports that Thermal Table has changed [07:05] [49430.316080] powercap intel-rapl:0: package locked by BIOS, monitoring only [07:05] ZeekHuge: Or this: https://wiki.ubuntu.com/X/Troubleshooting/Resolution [07:06] ZeekHuge: I must go, chat later! === phil is now known as Guest61706 [07:19] Hello everyoe [07:20] Hi [07:21] u new here [07:21] ? [07:21] Hi TrentH [07:23] Maybe someone can help m.e [07:23] How do I disable touchpad while typing? [07:26] is there a way to create a restricted repo that allows only some users to get the packages? [07:27] Try xinput list to find touchpad id [07:27] TrentH: Goto system, Prefrences, Hardware, Mouse [07:28] TrentH: Under the touch pad tab there is an option for it [07:29] Hello. I am trying to install Ubuntu on an i7/GTX 970 desktop. I verified the md5 of my USB boot device and it is right. It boots to choose between install and try, but neither works. Install puts lots of messages on screen and shows an Ubuntu graphic for a bit, but never goes anywhere. Try just goes to a black screen with an underscore [07:31] is there a way to create a restricted repo that allows only some users to get the packages? [07:47] ehm. THat [07:48] that's odd. Software center isn't opening [07:53] whats up guys [07:54] anyone going to talk lol [07:54] Hey! [07:55] hi [07:55] hi, I am packaging a daemon that works best with a tmpfs mounted at a specific location, can I add some metadata to the deb file somehow to make this happen automatically or wil lthis requirre user interaction at install time? [07:57] i can not get aircrack-ng to work anyone no whats up [07:59] My usb broke when I plugged it into ubuntu :( [07:59] I had a bunch of stuff on it but now it's blank [07:59] Same thing happened to the usb I installed it from [08:00] Are they actually wiped or is it just a display problem? [08:00] wiped [08:02] ak5: i guess you could include a systemd mount unit for the tmpfs. [08:02] ducasse: ah ok, so I add it to the systemd file, sounds good, thanks === arun_ is now known as Guest41620 [08:02] how'd they get wiped? [08:03] ak5: see 'man systemd.mount' [08:04] hello [08:12] hi [08:12] <_MyStartx_> hi [08:13] Offficially - nVidia drivers (361) crash Xorg (need to fix from single mode) [08:13] * my ubuntu [08:14] dracconi: what can you expect from hang-vidia? [08:14] rindolf: ummm... [08:15] rindolf: not appropriate. [08:15] nicomachus: pardon? [08:15] "hang-vidia" [08:15] !fud [08:15] Please do not fall prey to, or spread FUD (fear, uncertainty, and doubt) - it is not welcome here! Please see http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt [08:16] !fud [08:16] please don't spam the bot. [08:16] he works hard enough as it is [08:16] ok ok... === brandon is now known as Guest51961 [08:49] ddd === ip is now known as Guest19414 === dreamon_ is now known as dreamon [09:11] anyone who knows a repo with the letsencrypt-auto package? === dionysus70 is now known as dionysus69 [09:21] Does anybody have an experience with Smartstore NS4300 + NFS? [09:22] why don't you just ask the actual quetion [09:24] how do I check what kernel is in use? [09:24] uname -r [09:26] ok... [09:26] how do I invoke apport and get a copy of the output in a given directory? [09:27] what ? [09:27] what exactly are you trying to do ? === sanika is now known as alberti [09:27] im testing a kernel [09:28] because I have a bug [09:28] what's the bug [09:28] or test [09:36] ikonia, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589109 , now that im with the newest experimental kernel I want to upload apport again, so developers can see changes (if any), but I dont know if I run " apport-collect 1589109" will delete the already uploaded apport... [09:36] Launchpad bug 1589109 in linux (Ubuntu) "I have to unplug the cable to turn xubuntu 16.04 off" [Medium,Incomplete] === ip is now known as Guest96169 [09:43] lerner: did the new kernel fix this problem [09:43] I don't think this really sounds like a legit kernel problem [09:43] ikonia, I have to turn the os down to know, but given im using a new kernel changes might interest developers [09:43] and to be honest - I'd just login to launchpad and put that sort of detail in a comments box explaining what's going on and the info, it will be better formatting than passing it throguh aport [09:44] lerner: you don't even know it's a kernel problem - yet you've flagged this as a medium kernel bug [09:44] ikonia, dont jump to conclusion, will you? I didnt flag it as anything, they did [09:44] it's flagged as a medium due to the data you've given [09:45] lerner: have you actually tried basic things like a halt [09:55] !list [09:55] tommyxxx: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [09:57] Hi [09:58] hi, anyone here? [09:58] Hi [09:58] Yes === Aria22|away is now known as Aria22 [10:00] if I edit visudo, can I add more usernames in go2linux ALL=(bobo) NOPASSWD: ALL, for example like go2linux ALL=(bobo,deda) NOPASSWD: ALL ? [10:01] I want user deda to act sam way as user bobo [10:01] acosonic: you'd be better making a group and authing that group [10:01] that seems like a VERY bad idea for go2linux though [10:04] Hi, I was finally able to get my Ubuntu to boot, thanks to ducasse [10:04] However, now I have the next issue, my WiFi adapter [10:05] hello [10:06] Following commands have worked on Debian to make it work, can I safely do them on Ubuntu too? [10:06] modprobe rtl8192cu [10:06] echo "050d 21f2" > /sys/bus/usb/drivers/rtl8192cu/new_id [10:07] we don't know if they will work for you they will cause no damage though [10:08] ikonia: ok, I tried them just now, but I get "permission denied" on the second one, even with sudo === marianne_ is now known as Guest92274 [10:08] yes, because sudo doesn't work with > [10:08] Matumaros: thats because you don't use sudo with a redirect [10:08] either use tee or sudo sh -c "echo foo > bar" [10:09] Fuchs: tee? Sorry, I'm not so advanced with Linux [10:09] Matumaros: use the second variant [10:10] Hi! I'm running Ubuntu MATE 16.04 and can't set-up my printer. In system-config-printer it simply doesn't show up. It's a Brother HL-1430 connected via USB and it has worked fine in previous Ubuntu versions. Any ideas? [10:10] Matumaros: sudo sh -c "echo "050d 21f2" > /sys/bus/usb/drivers/rtl8192cu/new_id" [10:10] oh, wait [10:10] Matumaros: sudo sh -c "echo '050d 21f2' > /sys/bus/usb/drivers/rtl8192cu/new_id" [10:10] :) [10:10] I'll try [10:10] there we go, else the " will cancel each other out [10:10] Fuchs: yeah, that was what confused me a bit [10:11] it worked [10:11] yay :) [10:11] thanks [10:11] You're welcome :) [10:13] Fuchs: can you tell me where to put those commands so they are executed on restart? They get erased on restart [10:14] or perhaps there is another way to make my adapter work? [10:14] Matumaros: what version of Ubuntu? [10:14] 16.04 [10:14] Matumaros: I'm afraid I did just join and not read any backlog, so I am not aware of the bigger picture, I just answered your sudo > question [10:14] what do I do, I hate centos, I never have such retarded problems with ubuntu, aaarrgghhh [10:15] Fuchs: oh sorry :) My USB WiFi Adapter is not working (well, now it is because of the commands) [10:15] Matumaros: you can place it in /etc/rc.local with any text editor and sudo (e.g. sudo nano /etc/rc.local), afterwards ensure that the file is executable (sudo chmod +x /etc/rc.local) [10:15] Matumaros: also in rc.local you don't need sudo, so you can directly put the echo command in it [10:15] On Debian I fixed it by putting them somewhere to be executed on system start [10:15] Matumaros: yeah, /etc/rc.local should be executed with root rights [10:15] Fuchs: alright, thanks, I'll try that [10:15] centos is CRAP === marshal0605 is now known as marshal0505 [10:17] I do not have insert key on mac, what do I use to type in retarded vim ? [10:17] acosonic, i [10:18] yeah I googled... [10:18] thnx [10:20] acosonic: maybe not calling a text editor "retarded" is a good start [10:27] what [10:28] what`s this??how to use?? [10:33] your mac is retarded, not vim [10:33] nope [10:33] lets stop refering to things like that please [10:34] a keyboard not having an insert key is a retarded one because it cannot perform normally [10:34] no, it's a special keyboard [10:34] it does have an insert key [10:34] on the laptop you have to use a function key [10:45] Ahoy [10:47] Chur... [11:05] hey there. i'm doing some tests with encrypted home. when i create a user with encrypted home with adduser --encrypt-home i indeed get an encrypted home for that user, but if i login via ssh i have to manually type ecryptfs-mount-private to mount the encrypted home. can't it be done automatically at login? [11:05] Hi, I installed Pantheon Desktop (eOS DE). The system name has changed from UBUNTU 14.04 LTS to eOS Freya, can i make it back ubuntu? Is reinstalling ubuntu-dekstop the solution that works? [11:06] dracconi: Grab an Ubuntu CD and reinstall Ubuntu. [11:06] bekks: is this only solution? [11:06] Yes. [11:09] bekks: but is this possible to not format home? [11:09] dracconi: IF /home is on a separate filesystem - yes. [11:09] bekks: sooo... only not check to format, yea? [11:10] dracconi: And set the mountpoint to /home again. [11:10] k [11:10] then your /home will have funny setting from eos, i would not risc that [11:10] really? [11:10] Really. [11:12] got an error email today: [11:13] https://www.irccloud.com/pastebin/yVTJUMx9/ [11:13] what to do? [11:13] JasonSome: So whats unclear with "file exists"? :) [11:16] Check to see if any of the compressed files (particularly all the *.1.gz fiels) have 0 bytes? [11:16] if so, delete it, and run logrotate again === Mob is now known as MobGod [11:35] hello all ! Have problem. Kubuntu. after startx from console (kernel "text") - no autorise wifi widget, but if in kernel "quet splash" all work fine. [11:38] I have a LUKS encrypted external hard drive. Decided to move it internal, connected to SATA interface (sdd1). luksOpen/luksDump both give me the error Device /dev/sdd1 is not a valid LUKS device. Am I missing a step? [11:39] OK, so this is really weird. I was finally able to start Ubuntu after installation. I restarted and after that I couldn't start it anymore === li is now known as Guest42709 [11:39] I had the choice of choosing something with "EFI" or "Ubuntu" the first time [11:40] hello, can somebody help me? i try to mount a nfs share on ubuntu, it actually won't work and gssd prints: ERROR: can't open /run/rpc_pipefs/nfs/clnt14: No such file or directory [11:40] The "EFI" think didn't work, but the "Ubuntu" did [11:40] then after restarting, "Ubuntu" option was gone [11:40] So I reinstalled and the same thing again [11:40] first time after install was able to start Ubuntu, second time not anymore [11:41] Matumaros you've been struggling for days now... what was your initial issue? [11:41] My initial issue was that I got the message "Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key" right after the Acer logo pops up [11:43] Now I was finally able to avoid that by manually selecting "Ubuntu" from the boot menu [11:43] but that option was only there the first time after installation [11:47] MonkeyDust: It's basically still the same issue [11:48] quick question, for video playback 1080 60fps, would a nvidia 730 or is intel 4400 be better? [12:02] yo === flynn is now known as Guest35767 [12:09] ha === jay is now known as Guest77830 === lolmac is now known as Guest30989 [12:27] how can i find the host name of a webserver in ubunut === MobGod is now known as Mob [12:31] ShekharReddy, hostname [12:31] ShekharReddy cat /etc/hostname [12:32] Im filling a bug on launchpad and they need this: needs-shutdown-log precise . Is that a command itself or do they need the shutdown log for precise pangolin (12.04)? [12:33] Hiyas all [12:33] IonutVan_: another quesn [12:34] what is the 'development-machine' in ubuntu [12:35] which i came across while configuring a set up locally [12:35] FYI i use apache2 server [12:35] MonkeyDust: ^^ [12:37] 'local' => array('your-development-machine', ...) is hould fill in this [12:38] ShekharReddy if you don't get an answer here, there's also #ubuntu-server [12:42] it seems they are asleep [12:42] no response from there [12:42] ZeekHuge: Hey! [12:43] ShekharReddy, that's php ... what are you doing ? [12:43] hum whats the correct way to add to /etc/network somehow ave it add a dummy interface with a bunch of static routes? [12:44] ioria: yes it is, i need to config a setup locally [12:44] ShekharReddy, config what ? lamp ? [12:44] yes [12:46] ShekharReddy, development-machine is your machine [12:46] last reboot | less returns: reboot system boot 4.4.0-23-generic Sun Oct 30 02:01 - 20:30 (-142+-5:-30) . what does (-142+-5:-30) mean? [12:46] my machine name ?? it is equivalent to hostname [12:46] ShekharReddy, i use php sometimes, but not with custom configs.... see if it helps https://laravel.com/docs/4.2/configuration [12:48] ShekharReddy, try that (fqdm) or the ip [12:49] *fqdn [12:50] join #org-mode === andreas_ is now known as andreas_pinaple [12:55] hello! Trying to find my HDD UUID to match a plex ntfs guide. but using "sudo blkid /dev/sdb" I can only fond the PDUUID, how du I find just the UUID? [12:55] andreas_pinaple: "sudo blkid partition" [12:55] yes, but that only finds the PDUUID [12:55] I need the UUID [12:56] andreas_pinaple: no, it shows you the partition uuid [12:56] I literarly dosen't though [12:57] andreas_pinaple: you tried to get the uuid off /dev/sdb which represents the whole storage device, not a partition [12:57] oh [12:57] that makes sense [12:57] andreas_pinaple pastebin the output of sudo blkid ... http://paste.ubuntu.com/ [12:57] there we go, that worked. thanks. [13:00] hi everbod [13:00] can u read me? [13:01] Charlie it works [13:01] Charlie: Hey Charlie [13:01] thanks [13:01] * terminal_crawler mumbles "Its your birthday" [13:05] ubuntu user: every time i reboot the laptop some of the letters of the keyboard are not working for a while...and then get back working again [13:05] i have tried to restore the bios settings and updating it...but i cannot solve the problem === step21_ is now known as step21 [13:06] Charlie: Which letters, per chance? [13:07] they are always: t, y, tab, ctrl left, f10 [13:08] i have tried some solution on ubuntu forum but it did not help. i am using a hp pavilion g6 [13:08] it is weird that after a while the keyboard get back working normal or by pressing a certain key [13:09] If they were in a similar "group" it might have been a 'stuck line' on the keyboard itself. [13:09] Once these keys work, is there any delay comparitive to the other keys? [13:09] no [13:09] Do they intermittently stop working or only after a reboot? [13:09] after every reboot and for a certain time [13:10] Hmm. [13:10] in windows as well === Mulder is now known as Guest85018 [13:11] the problem showed up after I have overwrote the ubuntu partition [13:11] If it is Windows as well, that would suggest it is more a hardware or lower level software issue, as opposed to OS drivers. [13:12] To possibly isolate the partitions, could you test if the issue occurs if booting from a USB or Live CD? [13:12] i would try to format everything and see if i can solve it [13:12] but that is a drastic solution [13:12] (To determine if the overwriting of the partition was the cause or just a coincidence) [13:13] Let us try to avoid that scenario as much as possible :) [13:13] i should try it [13:13] Guys do i look stupid if i use this? http://codepad.org/ [13:13] I agree :) [13:13] thanks for the moment === JanC is now known as Guest71894 === JanC_ is now known as JanC === sydney_u1tangle is now known as sydney_untangle [13:14] alberti wrong channel, this is ubuntu support [13:14] Charlie: No dramas at all. Let me know how the Live CD/USB goes. [13:15] Could also test with an external keyboard, but I am not sure how much information that will give us. [13:16] ok, but actually i am not in the possibility to test the live cd [13:16] i am not home [13:17] Ah okay. [13:17] But at least there are some options we can test when you do get home. [13:19] ok, thanks, i ll look for you soon as i am ready [13:19] Hello. Is possible to loop though a list of commands that's saved as a variable "tar wget" to perform on one file in bash? [13:19] What command can I use to check if a particular package is already installed? [13:20] user2635: apt-cache policy packagename will show it [13:21] thank you! [13:21] <- me made a win to linux ubunti switch, stuck into a firefox problem: at some point clicking menu extra / downloads doesn't show the downloads window anymore. Possible cause? [13:22] Charlie: Has the keyboard been cleaned recently? [13:23] no [13:23] i mean...i did not use any air compressor [13:23] Charlie: If you have done it before, you could actually open up the laptop and lift out the keyboard, to make sure that all of it is okay (nothing stuck on the connector cable) [13:23] and the Geary email client shows only an upper part of its menu click items [13:24] Maybe there is something under those specific keys that is meaning that during the initial boot, the key press is not "hard" enough to register a key press. [13:24] ok, i can try [13:24] so I have to hover above the small areas in order to get an info 'balloon", so that I know what the button is for === timon is now known as Guest82441 [13:26] Hi all. How do I update my OpenGL drivers? I'm trying to run Steam on Ubuntu. It says I need to update my OpenGL drivers. [13:26] Using Intel HD Graphics 4000 for what that's worth. === step21_ is now known as step21 [13:27] Charlie: I haven't seen something like this before, so I am trying to think of as many options as possible. [13:27] yep...the keys not working are always the same [13:28] but in a while i am going to open the laptop and make a good cleaning [13:30] I think I need to update my Mesa driver to 10.6 (it's currently on 10.1) [13:31] I'm trying to set up a LAMP server on my laptop following this guide: https://help.ubuntu.com/community/ApacheMySQLPHP#After_installing_MySQL. In the section 'After installing MySQL', I'm trying to change the line for the bind-address, but my 'my.cnf' file does not contain this at all. Is the guide old? [13:34] Charlie: Excellent. [13:34] Charlie: http://superuser.com/questions/11537/keyboard-keys-not-working-or-resulting-in-the-wrong-key [13:36] I have a working dnscrypt setup on my ubuntu mate 16.04. how do I enable dns cache? [13:37] i thought it was a malware or virus so i used clamtk [13:37] maxspice is this useful http://askubuntu.com/questions/22750/best-way-to-set-up-dns-caching [13:37] but it did not help. i should try with avast from ubuntu [13:37] Charlie: Good idea [13:37] Charlie; I thought you were a virus [13:37] !av | Charlie [13:37] Charlie: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See https://help.ubuntu.com/community/Antivirus [13:37] Hello, Anyone know a good program for making a timetable that updates in real time? [13:38] i mean: windows [13:38] JakesDen; "programming languages" [13:38] Does that mean i have to make my own? [13:38] MonkeyDust: Thanks, checking it out. [13:39] thanks [13:40] The only progamming i know how to do is: html, css, minecraft modding and QBASIC [13:59] Hi, is there anyone here that could help me with reaver? [14:00] !info reaver [14:00] reaver (source: reaver): brute force attack tool against Wifi Protected Setup PIN number. In component universe, is extra. Version 1.4-2 (xenial), package size 218 kB, installed size 584 kB [14:00] sweet === c1_ is now known as Jakey3 [14:02] How do i create a icon that will launch caja as superuser but request my password like it normally does it i where to use software updater? I am using mate desktop btw. [14:02] can someone exmplain what sudo tar -C /usr/local --strip-components 1 -xzf node-v5.1.0-linux-x64.tar.gz [14:03] im having an issue [14:03] can someone explain what "sudo tar -C /usr/local --strip-components 1 -xzf node-v5.1.0-linux-x64.tar.gz" [14:03] is doing [14:03] can I paste from the terminal... [14:03] sorry I am a massive noob [14:03] specifically --strip-components 1 [14:04] JakesDen: you can use gksu(do) or kde(sudo) depending on your environment, or pkexec [14:04] Reaver v1.4 WiFi Protected Setup Attack Tool [14:04] Copyright (c) 2011, Tactical Network Solutions, Craig Heffner [14:04] [-] Failed to initialize interface 'mon0' [14:04] [-] Failed to recover WPA key [14:04] Jakey3: it is pretty well described in the man page. [14:04] tom_ paste it here, then paste the link in ths channel http://paste.ubuntu.com/ [14:04] [+] Nothing done, nothing to save. [14:04] SwedeMike, ok [14:04] Jakey3: extract the contents of the gzipped tarball node-v5... to /usr/local [14:04] ctl + c [14:04] Jakey3: "strip NUMBER leading components from file names on extraction" [14:04] Jakey3: x is extract, z is unneeded these days, but works (it's for gzip), f is force, the -C tells it where to extract to [14:05] Jakey3: well, I guess "components" isn't obvious. I'd imagine it strips out directory hierarchy names. [14:05] Jakey3: http://www.gnu.org/software/tar/manual/html_section/tar_52.html#transform [14:05] Fuchs, SwedeMike thanks for the info === OSryx_ is now known as OSryx [14:05] thanks Fuchs, how do i do the name: thing in hexchat btw? [14:06] JakesDen: type the first few letters, then use the tab key. It's the same in most clients [14:06] Fuchs, k [14:06] it does a comma for me [14:07] yeah, that's configurable [14:07] how? [14:07] in the settings would be my guess, I avoid GTK applications and thus hexchat [14:08] i prefer gtk applications :) [14:08] and else definitely with one of the hundreds of /set commands it supports [14:09] theres to many things to set what do i do> [14:09] is it completion suffix? [14:09] /set completion_suffix apparently [14:09] at least according to the documentation, try that [14:10] Fuchs: [14:10] there [14:10] what is the command to kill a process? [14:10] why do people have color names? [14:10] tom_ kill [14:11] and is there a way to hide the "person has quit/joined" [14:11] !quietirc | JakesDen [14:11] JakesDen: To ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages [14:11] tom_: kill or killall, depending on whether you want to go by process id or name [14:11] i have the id and the name [14:12] so kill "name" or "id" [14:12] thanks [14:12] tom_: whatever you prefer, then [14:13] How can i host my own irc server and have it forward to a domain i own? [14:13] kill is the pid, killall is the name [14:13] hello there [14:13] i have a question [14:13] if you don't specify, that will send SIGTERM to the process [14:13] SpikeSpiegel let's hear it, in one line [14:13] if that isn't sufifcient, you can use kill -9 to send SIGKILL, which can't be blocked. Don't do so unless really needed [14:13] * SpikeSpiegel sweats profusely [14:13] there's also pkill [14:13] JakesDen: just install whatever ircd you want on that host, freenode (The network here) uses seven, which is based on charybdis [14:13] And pgrep. [14:14] thanks really appriciate the help [14:14] JakesDen: probably you also want services, e.g. atheme (which is what freenode, the network here, uses) [14:14] sorry for been such a noob [14:14] JakesDen: for both you find plenty of manuals [14:14] tom_: no worries, we all were at one point [14:14] tom_: We were all noobs at one point. Don't worry :) [14:14] Fuchs: Snap. [14:14] can you send me a tutorial online? i want it on freenode if posible [14:14] how to ubuntu https://www.youtube.com/watch?v=fJsDOD0dTQI [14:14] if i have a hard drive. i connect it to my computer then install ubuntu on it. during installation i installed ssh server. then disconnect the hard drive from my computer and put it in other computer that does not have a monitor and connect ethernet cable. will that computer have ssh capabilities that i can then use to connect to it? [14:15] JakesDen: sorry, you want what on freenode? [14:15] if you plan to have your own server linked on freenode: won't happen, freenode doesn't work that way [14:15] what is your actual goal / usecase? [14:15] my own irc channel [14:15] SpikeSpiegel, no kinda rmember during install it installs drivers for your pc [14:16] JakesDen: then you can just create one [14:16] i just want somewhere i can chat with my friends via irc [14:16] can it be password protected? [14:16] SpikeSpiegel, So unless they are the same exact pc, then you will run into issues [14:16] JakesDen: join an empty channel and register it. Maybe freenode is not the right network though, as it is for free / open source software [14:16] JakesDen, Yes [14:16] but if you have to have freenode do ## [14:16] if you plan to have your channel on freenode, at least make it a ## channel, not #, as # is reserved for on topic projects [14:16] ? [14:17] Nobgul, ugh true. well you see the hard drive is going to end up on a computer without a monitor. i was wishing to install it like you would a rasp pi [14:17] Nobgul, as in you install it remotely then it allows you access via ssh. is that even possible with ubuntu? [14:18] SpikeSpiegel, I have never done a remote install of any *nix system. [14:19] ugh sucks. maybe its a #ubuntu-server question [14:19] Prob because its going to be headless [14:20] Someone in here may know, I just do not. [14:20] when i tried to install nodejs using http://paste.ubuntu.com/17256497/ [14:20] i might just make a mumble server [14:20] i get No such file or directory [14:20] but i can see the file in the directory [14:20] Hello, I need help to route all browser traffic through a specific port, how can I do that? For example I have multiple VPN clients on different ports, and I want to route specific browser through a specific VPN, how can I do that? [14:21] specifically i was using node-v4.4.5-linux-x86.tar.gz [14:22] on lub 16.04 [14:23] l1meon, i wouldnt know how to do it all but you would have to know the PID of the individual browser window, then every time it opened or closed it would change. [14:24] Nobgul, so if I know the pid, how would I rout its traffic? [14:25] l1meon: Would this be the area of web proxies? [14:25] i wish the dropbox for linux had a option where it didnt store any of your dropbox files on your hard drive but instead in a file manager of your choice you can right click some files and upload them to somewhere on your dropbox area. [14:25] Like i said i wouldnt knwo how to do it all, but thats where you start. [14:26] terminal_crawler, I need to use the VPN clients that I have and no proxy, can I do it somehow with iptables? something like iptables -t nat -A OUTPUT -dport xxx [14:27] JakesDen a filemanager shows and lets you manage what's on your harddrive [14:27] i know that [14:27] l1meon: Like a default route? [14:28] MonkeyDust: just i want a way when using caja to right click some files and select a upload to dropbox option [14:30] terminal_crawler, not default, so for example, for the moment I have 2 VPN clients running on ports 1234 and 5678, now I want to route the browser traffic throug the VPN with 5678 port [14:30] JakesDen not sure who has to deal with that, the ubuntu people or the dropbox people [14:31] l1meon: Like a default route?; http://stackoverflow.com/questions/6632801/do-web-browsers-use-different-port-numbers-for-open-tabs [14:31] MonkeyDust: probably dropbox because they have the dropbox addons for stuff like caja and Nautilus where you can right click and do stuff [14:32] Hello, i am having issues using ~/.ssh/config: host-specific 'Ciphers' and 'MACs' are being ignored. [14:32] MonkeyDust: they would just have to add a option on the normal dropbox app to not stor files localy on your hard drive and be able to right click the files and uplod them there instead [14:34] Fuchs, when i tried to install nodejs using http://paste.ubuntu.com/17256497/ [14:34] I get /usr/local/bin/node: No such file or director [14:34] *directory [14:36] Jakey3 use 'locate node' to find it [14:37] MonkeyDust, i think i downloaded a 32bit instead of 54bit [14:37] *64bit [14:38] Hello, i am having issues using ~/.ssh/config: host-specific 'Ciphers' and 'MACs' are being ignored. [14:39] l1meon: I have found a lot of information about people tunneling all traffic through an SSH tunnel (http://askubuntu.com/questions/45075/how-do-i-route-my-internet-through-a-ssh-tunnel) [14:39] is there a simple way to remove packages installed by "sudo tar -C /usr/local --strip-components 1 -xzf node-v5.1.0-linux-x64.tar.gz " [14:39] in one go [14:39] Maybe looking down this path will yield a way of doing it through a VPN. [14:40] is there a channel for linux on apple hardware? [14:40] Hi! [14:40] I want to run Tmux sessions when my computer starts [14:40] !mac [14:40] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [14:40] before X starts,before the login manager starts [14:40] How do I do this? [14:40] terminal_crawler, ok, thanks I'll lok at that. [14:44] updated kernel headers, now no wireless [14:44] trying to re-install. heres my fail = http://pastebin.com/7ZDsadAd [14:44] what is wrong? [14:45] Industrial that doesnt make sense, as tmux is a layer for terminal sessions, which are to be launched in the gui [14:45] hey terminal_crawler ! [14:46] l1meon: As far as I can tell, (e.g. if you are using Firefox), you set all HTTP requests to go through a 'proxy'. In this case, you set it to be the interface of the VPN you said above. [14:46] ZeekHuge: Hola! [14:47] terminal_crawler: So any idea how should go with that ? Also, just want to mention one more observation: the laptop does that detect/undetect thing even when the monitor is off, and just the VGA is plugged in. [14:49] terminal_crawler: okay so its lightdm that restarted just now, when i was trying to play with resolutions. [14:50] hi guys my front headphone jack is not working but the read speaker is working fine can anyone help please here is link of my launchpad bug report [14:50] https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/295204 [14:50] Whats the diffrence between apt install and apt-get install? [14:51] JakesDen: apt is new, and under development. [14:51] whats the diffrence between using either? [14:52] MonkeyDust: I use it to save my IRC session mainly between X sessions [14:52] terminal_crawler: restarting machine ... its irritating me very much :( :( [14:52] MonkeyDust: So I thought why not set up several sessions with standard apps, disregarding the X environment [14:52] JakesDen: not "much" there are a few difference, like "sudo apt upgrade" WILL install new packages (unlike "sudo apt-get upgrade" [14:52] ZeekHuge: Interesting. From the monitor being off, it is weird that it still detects the monitor being there [14:52] MonkeyDust: one for my editor, dev terminals, media, social stuff etc [14:53] MonkeyDust: then in my window manager (xmonad) I automatically spawn X terminals, each connecting to one session, at startup [14:53] JakesDen: oh, and apt has fance colours ;) [14:53] zykotick9: true [14:53] zykotick9: thats why i prefer using apt :) [14:54] JakesDen: i use apt for almost everything these days :) [14:54] guys, anyone have an solution to make nvidia drivers work on ubuntu 14.04 LTS? [14:54] brb [14:54] dracconi: which nvidia gpu? [14:55] BluesKaj: nvidia 645m GeForce [14:55] BluesKaj: with hybrid card (nvidia + intel hd) [14:55] terminal_crawler: you mean that, I should configure the firefox then like a proxy? Hmm, I should try. [14:55] Industrial i'm not familiar with tmux, but i am with 'screen', which is similar ... i have this irssi session running in 'screen', so i can logout if i want, without destroying this irc session ... i guess you can do that with tmux too [14:56] l1meon: Or whichever browser you are using lol [14:56] is there an IRC channel specially for amd graphics on linux ? [14:56] l1meon: Because it is basically like when you are at work/uni, and they force you to funnel all outside requests through a proxy so that they can filter the traffic to prevent access to certain sites. [14:56] if my laptop has efi booting, does that mean it can't boot bios-supported disks? === soul is now known as Guest74426 [14:57] dracconi: afaik the nvidia-prime tool should help the recommended nvidia driver work with hybrid gpus [14:57] MonkeyDust: i used screen for years... but after switching to tmux (there was an adjustment period that wasn't that great) i wouldn't go back! ymmv. [14:58] frib: err, most UEFIs have support for BIOS, too. "Legacy support" [14:58] BluesKaj: but i need drivers that work... Actually I want to play games (Gmod) comfortable. [14:58] frib: By "bios-supported" do you mean the partition table used is a MBR table? [14:58] BluesKaj: Yesterday i installed 361, i needed to repair that in single user mode === aavrug_ is now known as aavrug [15:00] frib: Although for Arch Linux, check this out: https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface [15:00] frib: Also check out the links for MBR and BIOS. [15:00] dracconi: Actually im running on 304 drivers (where prime dont working) [15:01] dracconi: what is the recommended driver for your gpu...the workaround is to use the nvidia gpu exclusively, battery life suffers, but it's supposed to work , that's about all I know at this stage. [15:02] So this might be not the right place to ask, but did anybody get their 390X work with amdgpu ? [15:02] frib: It depends, from what I can see, on the bootloader you use and how the partition table is set up. [15:02] frib: https://wiki.archlinux.org/index.php/Boot_loaders [15:02] industrial: you can do something like this on computer boot su - username -c "screen -dmS ftp ftp" [15:02] frib: If using GRUB, it should allow you to read any disk that has MBR/BIOS or GPT/UEFI or GPT/BIOS [15:03] industrial: that creates a screen session with ftp client running. i think there could be something similar for tmux [15:03] Hello, can anyone read this? [15:04] hoagies: Loud and clear :) [15:04] :D weechat rocks! :) [15:05] BluesKaj: but it dont work [15:08] terminal_crawler, thanks for the info [15:08] frib: No worries :) [15:08] I only know because I want through the blasted thing to install this laptop haha [15:08] Hello, i am having issues using ~/.ssh/config: host-specific 'Ciphers' and 'MACs' are being ignored. [15:10] dracconi: http://ubuntuhandbook.org/index.php/2016/04/switch-intel-nvidia-graphics-ubuntu-16-04/ [15:10] terminal_crawler, unfortunately there is now way to flash my phone from ubuntu, nor using a windows VM, so I am forced to install windows XP natively, but the ISO doesn't support UEFI booting. I just read that most EFI firmwares, as you all mentioned, have compatibility for BIOS, so that's what I'm going to try for [15:11] BluesKaj: but when i installed 361 i had in every tty spam of unable to assing ACL or sth [15:11] terminal_crawler, if I understood you correctly though, grub2 itself can load other disks that use either mbr/bios or gpt/uefi ? [15:12] frib: From what the wiki seems to say, yes. === tudor123 is now known as l1meon [15:12] frib: I don't know how this orks for multiple disks though. [15:13] BluesKaj: will try to install the 352 [15:13] frib: What o you mean by flashing your phone? [15:14] terminal_crawler, upgrading android manually on my lg g3 [15:15] frib: Ah okay. Looking online suggests that there should be an option in the motherboard setup (e.g.g pressing F2 on boot) to enable BIOS emulation. [15:16] yah i'm gona try that as soon as the disk is done being created === Snaps_ is now known as Guest19261 [15:17] terminal_crawler, do you know if windows mbr's point to ntldr on their disks? [15:17] frib: I dont know what ntldr is, so no idea sorry xD [15:18] ntldr is windows' grub [15:19] thanks akik [15:20] if there any way to view the password that I've given for system login ? [15:20] frib: I would Google about dual booting Windows/Linux so that your Grub install doesn't get munted. [15:20] galgamach, no [15:20] Nobgul: OK, thanks [15:21] Np sorry [15:21] hi [15:21] if windows 10 erases grub, boot-repair can fix it, https://sourceforge.net/projects/boot-repair-cd/ [15:21] you locked out? [15:21] galgamach: if you don't know what it is, then just reset i [15:21] Bashing-om: officially the drivers didnt work === Aria22 is now known as Aria22|away [15:21] terminal_crawler, i already know it will :P [15:22] Nobgul: no I was just writting a script with sudo and I wanna make it run on startup ...so I was kinda thinking of storing the password in a variable [15:22] terminal_crawler, pretty sure you just need to write over the mbr again [15:22] so my hdd had bad sectors and fsck fsck'd the journal or something. now the partition cant even boot. is there any way to restore the filesystem without reinstalling ? [15:22] boot-repair is an automated tool for repairing and restoring mbr [15:22] boots from its own iso [15:22] galgamach, if its your personal system i don't see why not. if its a production internet system then no. [15:22] galgamach: what does the script do? [15:22] actually how can I determine if my disk currently uses efi or legacy ? [15:23] boot-repair also works with uefi [15:23] Nobgul: yeah it's my laptop. But If I run it it always says "delete write protected file"... or something like that [15:23] 0-O [15:23] dracconi: So, then we look at the logs and see what X has to relate to the siruation ' cat /var/log/gpu-manager.log ; var/log/Xorg.0.log ' . [15:23] as tgm4883, what does the script do [15:24] as tgm4883 said* [15:24] if my ubuntu currently boots via efi then installing windows XP shouldn't have an effect on grub right ? [15:24] tgm4883: I wanna be able to delete some random images that I generate, that are stored on /var/www/html/tmp folder [15:24] Bashing-om: http://hastebin.com/umewoqitix.coffee [15:25] galgamach: seems like you could just stick that in the root crontab [15:25] yes, it das [15:25] Bashing-om: i readed the 352 should work... [15:25] dracconi: reading . [15:25] tgm4883: can you elaborate please ? [15:25] is there a way to fix deleted system files? [15:25] galgamach: are you familiar with crontab? [15:26] tgm4883: no :( and barely with bash.. started learning a while ago [15:26] Bashing-om: i needed to fix it in single user mode, tty was spammed by attepmpting to set sth [15:26] !crontab [15:26] cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto [15:26] windows will tend to mess up dual-boot installations [15:26] it doesn't want to be a second OS [15:26] you have to restore grub afterwards [15:26] tgm4883:Ah.. thanks. will have a look [15:29] dracconi: Yeah .. 352 version should work .. however .. presently you are attempting to boot wuth an old old 304 driver . stiall reading . [15:30] Bashing-om: i told you i have that garbage [15:31] dracconi: " [15:31] Error: no alternative found for unblacklist" need to se X's log file . [15:31] is ubuntu 16 LTS final launched? [15:31] see* [15:32] Agenomoto yes, and the point release is scheduled next month [15:32] MonkeyDust: point release? [15:32] Agenomoto 16.04.1 [15:33] MonkeyDust: It says dev version kind of thing when I upgraded from 14 LTS to 16 LTS [15:34] !ltsupgrade > Agenomoto [15:34] Agenomoto, please see my private message [15:36] Hello, i am having issues using ~/.ssh/config: host-specific 'Ciphers' and 'MACs' are being ignored. I already checked everything and i'm out of ideas! [15:36] re: is there a way to fix the filesystem? [15:36] theos re: fix the filesystem? meaning? [15:37] MonkeyDust i ran fsck on the filesystem after unmounting it. there were lots of fixes. now i cant boot! [15:38] i choose the partition to boot from the grub menu and it tries to boot but then it reboots and goes to the grub menu again [15:39] hi, im in quite a bit of trouble, i installed ubuntu 16.04 with a separate /boot partition along side windows, grub is supposed to be installed in /boot as i told it to during installation. after installation, i get to the grub-rescue screen and none of the general commands such as 'normal' work. I boot from live cd, i mount everything and get to the sudo grub-install --root-directory=/mnt/boot /dev/mapper/ it completes with [15:39] errors about blocklists that will not proceed, i then use the --force command, it installs without errors, then i do sudo update-grub, it shows my windows paths on /dev/mapper/... but my ubuntu path it shows as /boot/vmlinuz-4....i reboot and still grub-rescue!!. So let me also confirm that i have a raid drive and my path is /dev/mapper, can someone please help me?? :( [15:40] and i dont want to do a fresh install [15:41] I have a lubuntu 16.04 vm on a lubuntu 16.04 host in vbox [15:41] the vm crashes frequently, when gragging hypertext link or so [15:41] Bye guys [15:41] *dragging [15:41] dracconi: Also, what kerenl are you booting , see if HWE is a factor here .. maybe re-intall the opensource stuff .. get stable .. and then try and install a propietary driver ?? [15:41] will be after hour [15:41] can anyone help here please? [15:43] hi [15:43] Bitnova repeat your question every 10-15 minutes, until someone enters who can help [15:44] MonkeyDust, ok thanks [15:44] help! [15:44] how can i boost my laptop battery life ?? [15:44] using ubuntu 15.10 [15:44] asif instal tlp [15:44] ok, then ? [15:45] asif 15.10 ois dead, upgrade first, then ask again [15:45] is ubuntu 16.04 stable enough? [15:45] depends what you mean by "stable" [15:45] i think i will go back to 14.04 [15:45] theos and by "enough" [15:45] asif yes [15:46] will it crash often? [15:46] or can it be used on a production system? [15:47] this UEFI/BIOS and GPT sure has thrown a monkeywrench into Ubuntu/Linux installs, it's really made a mess out of booting into a working system after installation . Unfortunately there's only a few people who know how to fix the problem after the fact. === _arktos_ is now known as Guest28434 [15:52] theos well i always recommend people to test any new version before putting it into production regardless of whether the developers say it's stable [15:52] but there are no major known bugs as far as we know [15:52] maddawg1 is there a way to fix a broken filesystem? [15:53] you mean like a chkdsk? [15:53] this is the main problem i have with ubuntu. everytime i have errors on the hdd, fsck destroys the filesystem and i have to reinstall everything and all the settings get lost [15:53] you can use fsck [15:53] what kind of errors? [15:53] fsck is the one who destroyed the filesystem/files in the filesystem [15:53] Hello...I was told that if I wanted to check the fingerprint of a server (published)...I needed to do a dns lookup for a text record. [15:53] How would this be done in ubuntu linux? [15:53] bad blocks probably [15:54] why not get a better hard drive [15:54] it sounds like your hard drive is failing [15:54] does a CD-ROM have an MBR as first 512 bytes, the same as a hard disk? [15:54] you shouldnt be getting errors randomly and the filesystem shouldnt be getting deleted as you say [15:54] it has been failing for 4 years but thats another issue. is there a way to fix deleted/broken files in the filesystem? [15:55] it prob wont matter what you install to it if the drive is failing [15:55] well fsck [15:55] http://www.cyberciti.biz/tips/repairing-linux-ext2-or-ext3-file-system.html [15:55] fsck deletes system files :S [15:55] not if you use it right [15:55] it's a chkdsk [15:56] but i'd recommend doing it from a live cd/usb [15:56] i did fsck.ext4 /dev/sda1 . and it asked me if i wanted to "fix" nodes etc. and i did y [15:56] easier to repair a drive when it's not in use [15:56] yes i did it from a live usb [15:56] well if your drive is fucked it may not be able to [15:56] :/ [15:56] i mean it only works to a point [15:56] excuse my french [15:56] Hey, I have a server running on a localhost port. I want to use netcat to send responses from another window, how do I do that if it's interactive? [15:57] so no tool which will detect missing system files? [15:57] how much money you got? [15:57] EnCase would do it [15:57] but it's very veryu expensive [15:57] like 3k [15:57] it's for forensic analyst [15:57] you'd be able to recover them but you'd still need a new drive [15:57] ya no point in that. 3k would get me a lot of hdds [15:58] ././/./././././././././..//. [15:58] why dont you just get a new drive? [15:58] you never answered that [15:58] it costs money :/ [15:58] how large is the drive you have now? [15:58] what about badblocks [15:58] 500MB [15:58] erm 500GB [15:58] thats nothing [15:58] oh [15:58] sorry [15:58] that's small [15:58] badblocks [15:58] ya [15:58] those only cost like $50 [15:59] you dont have $50? [15:59] $50 is a lot [15:59] probably much less than that [15:59] yea it is [15:59] maddawg1 "only" depends on how much you can afford [15:59] poor guy like me has to watch before spending every dime [15:59] true [16:00] i make like $2k a week so i forget [16:00] windows costs more than $50 [16:00] he doesnt need to buy windows again [16:00] ow do you make 2k a week? [16:00] *how [16:00] i assume he's running linux [16:00] thats why i dont have windows [16:00] i run linux to [16:00] *too [16:00] hello678, its called having a job [16:00] a grown up job [16:00] how do you make 2k a week [16:00] 2k a week is a lot [16:00] $2k a week is only like $100k a year [16:00] also that's before taxes [16:00] not after [16:01] oh [16:01] i dont bring home $2k a week [16:01] so $1k per week [16:01] fk taxes [16:01] i bring home like $1350 a week [16:01] taxes must cost alot [16:01] yea [16:01] plus social security [16:01] the greedy goverment [16:01] plus health insurance contributions [16:01] !ot [16:01] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [16:02] but ANYWAYS [16:02] he needs a new drive [16:02] xangua any tool to fix missing files in the filesystem? [16:02] buy him 1 [16:02] theos if you message me and remind me i can check to see if i have any extra drives... just let me know the interface (SATA, IDE etc) [16:02] 500GB are everywhere [16:03] it is very surprising to me that there is no such tool in the rep [16:03] that magically fixes hardware? [16:03] lol [16:03] badblocks [16:03] that fixes filesystem [16:03] silly [16:03] yes [16:03] well there is to a point [16:03] exactly [16:03] there are tons [16:03] fsck deleted system files [16:03] but your drive is messed up it sounds like === ubuntu is now known as Guest59102 [16:03] as you already used onme and said it didnt work [16:03] reinstall but first use badblocks [16:04] and that you somehow lost everything.... which is NOT NORMAL [16:04] mabe that would fix it [16:04] badblocks worked upto a certain point [16:04] exactly [16:04] after a certain point your ndrive is too messed up [16:04] you can put ubuntu on a usb stick [16:04] it's not MAGIC [16:04] he did all that [16:04] still didnt work [16:04] he wants something that;s magical [16:04] but free [16:05] cuz i suggested EnCase [16:05] but really he needs a new hard drive [16:05] how are you chatting with dead drive? [16:05] shouldnt the basic system files be the same on every install? [16:05] yes [16:05] he can use a live install [16:05] its not dead [16:05] they should [16:06] then how do you know the filesystem is corrupt? [16:06] maddawg1: 'buntu : "Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke :) [16:06] you can reinstall after making a backup of your files [16:06] so why cant a program just replace the missing system files? [16:06] maddawg1 its not booting [16:06] you can [16:06] you can just install ubuntu [16:07] but it depends on why it's not booting [16:07] reinstall but dont delete /home [16:07] i select it from the grub menu and it tries to boot but it restarts and goes to grub [16:07] could be a corrupt bootloader [16:07] yea [16:07] which is different fix [16:07] or grub could be borked [16:08] grub is fine. i saw some kernel files being "fixed" by fsck [16:08] ya.. [16:08] https://help.ubuntu.com/community/Boot-Repair [16:08] but that depends on what the problem is [16:08] you can install ubuntu and not delete your files [16:09] but really that's dumb... you s hould just get a better drive if this has been an ongoing issue [16:09] ZeekHuge: You there? [16:09] i told you to message me to remind me and i can check for a 500GB SATA drive that i can mail you [16:10] theos if you create a separate /home partition, you can leave your personal files untouched during reinstall or upgrade [16:10] but MonkeyDust he keeps having the problem [16:10] so it's prob a failing drive [16:10] terminal_crawler: Yep [16:10] Hello, i am having issues using ~/.ssh/config: host-specific 'Ciphers' and 'MACs' are being ignored. I already checked everything and i'm out of ideas! [16:10] so his home would get messed up too if its on the same drive [16:10] even with partitions [16:10] terminal_crawler: Got a suggestion ? [16:10] (same physical drives) [16:11] MonkeyDust are you sure? how do i make /home? just leave the old /home there and reinstall? === PandaBob_ is now known as PandaBob [16:12] theos backup your /home to a safe place, then reinstall ubuntu and choose 'something else' to create a separate /home partition [16:13] he has no where to back up to [16:13] he's too poor for a hard drive [16:13] I want to scan and auto fix ALL problems in disk wherever possible. Can anyone tell the fsck command? its ext4 FS? [16:13] maddawg1 that's not a nice thing to say, 'he's too poor' [16:14] So where are we at, at the moment? [16:15] i already have a backup of useful files in /home. how do i backup other files like cron etc? pick each file one by one? [16:15] I have problem which is reported here https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1303736 How can I use it ? [16:15] Launchpad bug 1303736 in xubuntu-default-settings (Ubuntu) "[SRU] Black screen after wakeup from suspending by closing the laptop lid" [High,Fix released] [16:15] MonkeyDust, that's what he said [16:15] MonkeyDust, i was repeating what he told us [16:15] ZeekHuge: ^ [16:15] MonkeyDust, i asked him why he didnt get another harddrive and he said he was too poor [16:15] i was simply quoting him [16:16] it is fine. you can call me poor [16:16] Hey guys, I'm running GalliumOS,a customized version of Kubuntu, on my Acer C720 Chromebook. I can't find the option for a guest session. Anyone know how to make it appear at login? [16:16] protonaut: ask gallium support [16:16] I did, the IRC is empty. [16:17] protonaut: Do you know what the display manager is? Does it still use KDM? Or some variant? [16:18] protonaut that's not supported here [16:18] terminal_crawler: Well, I have restarted once, problem was still there. restarted again, still there, restarted again, disconnected monitor, restarted again , connected monitor. working fine for now. [16:19] terminal_crawler: that bug you were saying was for me ? [16:20] terminal_crawler: okay no ! sorry , I just read some other nickname as yours :) [16:20] ZeekHuge: Haha no dramas [16:20] Does anyone know if leaving journaling on for ext4 will really effect pen drives these days considering wear leveling deals with this kind of issue? [16:20] So as soon as you restarted my computer, it was automatically doing the connect/disconnect? [16:20] I want to scan and auto fix ALL problems in disk wherever possible. Can anyone tell the fsck command? its ext4 FS? [16:25] terminal_crawler: yeah. So then i restarted , disconnected the monitor, restarted again and then it was fine. [16:26] terminal_crawler: also, its connecting / disconnecting even when the monitor is off, and just the VGA is connected, an imp point i think [16:26] 0 */1 * * * env DISPLAY=:0 notify-send -i face-wink "text" never works in crontab [16:26] any help ? [16:26] I want to scan and auto fix ALL problems in disk wherever possible. Can anyone tell the fsck command? its ext4 FS? sudo fsck -AayVr /dev/sda4 ? [16:26] ZeekHuge: Agreed. [16:26] Does the laptop and monitor support any other connection aside from VGA? [16:27] ZeekHuge: It sounds like an issue I had with a printer recently, once the PC got out of whack with the driver, both PC and printer had to be restarted for the printer to work again (because both sides of the connection were stuffed) [16:28] terminal_crawler: was there a permanent solution ? like editing some config file or installing some drivers ? [16:28] ZeekHuge: The connection/disconnection while powered off is not totally unexpected. Just because the display is turned off, doesn't mean that the monitor itself (and any driver chips inside) don't have power and aren't running. [16:29] hi, all [16:29] ZeekHuge: To get it to work, I had to install the proper driver from Samsung's website, rather than the shlock that Windows defaulted to [16:30] i have a file Trolltech.conf in the root folder. is it a common file? [16:31] theos, yes kinda [16:31] No need to remove it === leinlawun is now known as leinlawun_ [16:32] theos http://www.aptosid.com/index.php?name=PNphpBB2&file=viewtopic&t=597 [16:35] Agenomoto: Good tutorial: http://www.thegeekstuff.com/2012/08/fsck-command-examples/ . [16:35] thanks [16:36] Bashing-om +1, finally a workable reply [16:36] my environment variables aren't being exported even though I'm throwing them in my shell's rc file as well as my my window manager's (openbox) 'environment' startup script. Why is that? [16:36] Does anyone know these days if journaling is a problem on USB flash drives given wear leveling and life of the device and such? [16:36] MonkeyDust: We try . :) [16:36] how many primary partitions can i have on one hdd? [16:36] theos 4 [16:37] with ext4? [16:37] hicoleri: (contd.) they do seem to work when I enter them manually [16:37] Yep [16:37] Ext4 [16:37] is there a way to make more primary partitions? [16:37] theos: Bios=4 ; EFI=128 . [16:37] wow [16:38] I assume the 'cost' of journaling is way less than the benifits you get for it on a USB flash drive? [16:38] theos no, you have to make extended partitions, sda5 and up [16:38] hi all.. [16:38] theos what Bashing-om says is more accurate [16:38] anyone knows how to upload google drive video to dailymotion using curl ? [16:38] http://stackoverflow.com/questions/37771905/dailymotion-video-upload-using-curl this is what i am trying [16:39] theos: Bios, the way around the 4 "primary" partition limit is one of them becomes "extended" in this extended partition one can have 128 "logical" partitions . [16:39] ZeekHuge: That is why I was thinking about the nvidia chip. [16:39] i think 4 is enough for me. i will divide the old partition into 2. leave the old filesystem on one and install new on new partition [16:39] join #linux [16:39] whoops [16:39] terminal_crawler: trying this http://askubuntu.com/questions/575225/display-resolution-for-dell-monitor-gone-after-update [16:40] Bashing-om and all those 128 logical partitions can boot? [16:40] theos: Depends . linux will .. Windows and OSX will not . [16:41] i use Lubuntu. [16:41] this is some really good info. thanks [16:41] theos: You are good then .. 'buntu is happy to boot from a logical partition . [16:42] ZeekHuge: -fingers crossed- [16:42] Bashing-om whats the cache? [16:42] i mean catch* [16:43] terminal_crawler: installed it, the display still remains undetected. probably will have to reboot, but will do that only when it gets bad. Its working fine for now. [16:43] i tried working with extended partitions a while back. it was ext2 or 3 i think and it didnt work out well [16:43] theos: There is no catch .. the extended partition scheme is the solution . [16:43] ok thank you [16:43] ZeekHuge: I don't think I will be able to sleep until we ffigure out your monitor problem lol [16:45] last question: how do i find out why the partition is not booting while other one is? i dont see errors. is there a log file? [16:45] theos: Not a problem; see my booting setup : http://paste.ubuntu.com/17263484/ . [16:47] theos: Check your config files . /etc/fstab and /boot/grub/grub.cfg . See what is set for booting . [16:47] Bashing-om i have the same setup. 2 hdds. each 500GB [16:48] theos so you have space to backup? [16:48] Bashing-om i meant to say that it used to boot properly. now it tries to boot but reboots before the login screen [16:48] MonkeyDust i have enough space yes [16:48] theos: Actually, I have 4 hard drives .. only mount 2 as on demenad .. [16:49] demand* [16:49] Bashing-om nice [16:49] i think i need to buy some 1TB hdds [16:49] theos then do as suggested, backup your personal files, reinstall ubuntu and create a separate /home [16:50] MonkeyDust thats not a problem for now. but i dont want to keep doing it everytime it happens. i want to fix the old filesystem [16:51] is the whole partition called filesystem? [16:51] a bunch of files got deleted. i want to put them back. and not manually [16:51] theos it's easier, faster and cleaner to start anew, instead of repairing things [16:51] theos: Everything is a file in linux .. everything ! [16:52] theos also for the future, with a separate /home [16:53] MonkeyDust can i have /home on a different partition? [16:53] Can one upgrade from Ubuntu to its derivates? (eg. Ubuntu 14 to Xubuntu 16) [16:53] derivatives* [16:54] buntunoob no, you'll have to wait until july for a direct upgrade LTS > LTS [16:54] buntunoob: Short answer is no, but once you are there you can make what you want . [16:54] Bashing-om, could you expand on the second part of your answer? [16:55] buntunoob after the upgrade to 16.04, you can install xubuntu-desktop, from the repos [16:55] buntunoob: Install the desktop that you prefer once you have the release you prefer . [16:55] theos: you can set your system to fsck your root partition every time you boot "sudo touch /forcefsck". to check other partitions "tune2fs -c 1 /dev/partition" [16:55] ahh. [16:55] !ltsupgrade > buntunoob [16:55] buntunoob, please see my private message [16:56] akik fsck fsck's up the system! [16:56] theos yes, that's why its better to reinstall [16:56] Thanks! [16:56] theos: ^^ doing so while the file system is mounted ?/ Yeah will have bad bad results . [16:57] but can in install important files somewhere else? === leinlawun is now known as leinlawun_ [16:57] theos meaning? [16:57] Bashing-om no. fsck wont run with it mounted. so i ran it from a usb [16:57] MonkeyDust like /home etc somewhere else. on another partition and not in / [16:58] theos: One CAN install whatever, where ever .. IF one understands hard links and symbolic links . [16:58] theos yes, that's what we've been suggesting: create a separate /home partition, it's very common [16:58] oh. i thought /home is in / like in default [16:59] theos you can then delete / and reinstall ubuntu, without touching the files in /home [17:00] MonkeyDust will the installer ask where /home is while installing? [17:00] theos: Nope .. see my fdisk example .. where I have a separate /home and as well a separate /var . [17:00] ok [17:01] theos choose 'something else' during install, then tell it where to place /home [17:01] theos: Maybe a bit clearer : http://paste.ubuntu.com/17264228/ . === Aria22|away is now known as Aria22|away|away [17:02] hi, I am running 14.04.3 LTS. Today, I want to update to 16.04 LTS. but when I run "sudo do-release-upgrade", it returns "No new release found". why? [17:03] !ltsupgrade | sgo11 [17:03] sgo11: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st. [17:03] oh! i didnt know buntu could work like that too. this is awesome! === leinlawun is now known as leinlawun_ [17:03] Bashing-om, ok, got it. but why? thanks. [17:03] so root and home on different partitions [17:04] Bashing-om, 16.04 LTS is not stable yet? even if that is LTS release.... [17:04] Bashing-om can i have other directories on different partitions too? [17:04] sgo11: Phased updates, solidity . Major bugs if any worked out by the .1 release . [17:05] Bashing-om, ok. got it. thanks. [17:05] can i upgrade from current 16.04 to the one from 21st july? [17:06] sgo11: Now if ya want to push .. one can shove to 16.04 from 14.04 .. but that is not the best practice . [17:06] Bashing-om, got it. thanks. [17:06] theos: " can i upgrade from current 16.04 to the one from 21st july" tes. hust an upgrade . All in the system . [17:07] if i install 16.04 today. can i upgrade to the newer version after 21st july? [17:07] yes, just an* [17:08] nice. so you have root and home on different partitions? can i have other dirs on different partitions too? with hardlinks or no need for hardlinks? [17:09] You cannot hardlink between different partitions. That's inherent in the nature of what a hardlink is. [17:10] forget the hardlinks then. is it possible? [17:11] theos: There is a learning curve to using links . short answer however is yes .. you can have whatever you want where ever you want . - but there is maintenance overhead you may have to cope with . [17:11] You could. I'm not sure why you'd bother, or what benefit it would bring [17:12] ok. so i will just backup everything and do a fresh install [17:12] theos: you can mount partitions into your existing file system [17:12] theos: maxb : +1 .. if it works why fix it ? [17:15] is there a simple way to automate fresh installs so they have old config files and programs etc? [17:16] i could write scripts to put each file in it's dir though. and to install programs. [17:19] maybe i should focus on finding why the partition is not booting properly [17:20] theos: You are over making this . system files are system files are system files . all that is needed to backup is you personal files . Most of the user configs are in /home . [17:20] theos yes, again with the separate /home, i keep hammering on that [17:20] Bashing-om a lot of files like cron etc are not in /home [17:20] theos: simple fix, don't use cron [17:20] :/ [17:21] tgm4883 what do you suggest? [17:21] theos: crontab [17:21] theos you can backup /etc/ too, or put it on it's own partition [17:21] * tgm4883 starts reading backlog [17:21] tgm4883 i use crontab -e to edit the file. what is it called? [17:22] theos: And the system will remake them . for changes I make to system configs I keep a "change_log" file .. much easier to go back and re-edit than to backup files when that backup may no longer be suitable . [17:23] hi there , i got a lice usb with mounted casper-rw, updating it with newer kernel is that a "no go" ? [17:23] live - usb [17:24] yellabs-r2 'lice usb', nano technology? [17:24] theos: acutally, not in your home directory. Although I don't see why you'd have a ton of stuff in there you could easily just keep a file of what you want to run and restore it after installing [17:24] hmm, live usb , dont think updating /boot/initrd.img is something to do .. [17:24] theos: ala 'crontab backupfile' [17:25] i'm running ubuntu 14.04 on an intel based lappy - dmesg gives this even though it appears that this firmware isn't available for the 7260 wifi chip: iwlwifi-7260-15.ucode failed with error -2 [17:26] iwlwifi-7260-16.ucode is available for kernel 4.3+ but i'm running kernel 4.2 [17:26] tgm4883 how do i find out why the partition is not booting properly? [17:26] i suppose kernel 4.3+ is a misprint and they meant 4.2+ - i guess i can install the firmware and reboot and see what happens [17:26] does anyone know if a fingerprint scanner can be used to authenticate a user with an encrypted home folder?? I'm not sure drivers for the fingerprint scanner are available before the system actually starts. [17:27] ZeekHuge: Still working? [17:27] terminal_crawler: haha ! yeah ! [17:27] ZeekHuge: Would it have normally stuffed up by now? [17:27] here goes - wish me luck [17:28] good luck [17:28] terminal_crawler: not sure . I think you should sleep now. whats time there now ? [17:28] 3am. [17:32] Hi I have checked everywhere on google and can't find an answer.. My Ubuntu won't load it just has an _ in the left corner :/ [17:32] !nomodeset | Nytician [17:32] Nytician: 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 [17:35] theos: not sure what you mean by "not booting properly", especially in terms of a partition (which isn't booted, it's mounted). But generally you'd look in /var/log/syslog [17:35] Monkeydust thanks I'll look at that [17:43] Hi I'm having a trouble with my user account [17:43] I'm using xubuntu xenial [17:43] I changed the username using usermod to something and now i can't login to it using tty7 [17:44] Sja1 can you change it back? [17:44] if I try to access it using tty1 I can't enter my home directory, even if I try to do "cd ~" I get directed to / [17:44] I already did that with no result [17:47] i know it's off topic, but...can anyone tell me how to find a list of commands for freenode?? I'm trying to stop all the quit and joined notices. [17:48] do /help [17:48] paulajjwinn: that should be a feature of your IRC client [17:48] Woot I fixed my problem [17:48] ty [17:48] Sja1 how did you do it [17:49] all what I had to do is "usermod /home/muh-usname usname" [17:49] with -d [17:49] I have no idea how it worked but glory to the gods of linux [17:51] CHANOPT CONFMODE off [17:51] you better ad / before that command [17:51] add* [17:51] k, ty.. im new, [17:52] no problem, IRC was tricky for me at the beginning [17:55] github has iwlwifi-7260-15.ucode but it appears to be the wrong filesize. what further confuses me is that a web page says that iwlwifi-7260-17.ucode is the last firmware update but it's also the wrong filesize. can't seem to find either one elsewhere other than github [18:00] Can anyone help me with Nvidia 352? [18:01] It doesn't work. Till I use nomodeset [18:02] Define "doesnt work" please. [18:02] eelstrebor git is a development framework, so of course you won't find it anywhere else [18:02] Dracconi1 nomodeset solved it? [18:02] Dracconi1: Still with that old 394 driver ? Matbe revert to open source when we know the status of HWE ? [18:02] There is a blankscreen [18:02] 304* [18:02] Monkeydust no. It's in fallback mode [18:03] I want to install retext-6.0.0.tar.gz on xubuntu 16.04 but I don't know how to install tar files. Can someone lend me a hand? [18:03] Bashing-om: i installed 352 [18:06] hi all; how can I list services are running at the moment? [18:06] soo, anyone has solution to make nvidia drivers work? [18:07] mariano: the github page tells you to use "setup.py install". you should check the options to see in which directory it will be installed [18:08] ZeekHuge: Ill check back with you tomorrow on how it is going [18:09] sure :) thanks for helping. What time btw ? [18:11] <_63ek_> hello [18:14] ZeekHuge: Anytime :) I am nrmally on at 8/9pm SA time [18:14] i have no de when i installed nvidia-352... [18:14] terminal_crawler: no i mean what time is it now ? :) [18:17] im getting this error when i try to mount my secondary hard drive No object for D-Bus interface [18:17] anyone know why? [18:17] 3:47 AM [18:17] ZeekHuge: ^ [18:18] terminal_crawler: go now ! have a good sleep. [18:23] any ideas guys to fix blank screen after installing nvidia 352 driver? [18:23] !nomodeset | dracconi2 [18:23] dracconi2: 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 [18:24] bekks: but i cant do anything there (in nomodeset, its fallbackmode) [18:24] dracconi2: yes you will have to edit grub commands while booting. [18:25] ZeekHuge: soo how to make it work good? [18:25] ZeekHuge: without fallback - normally? [18:25] ZeekHuge: BTW. it's also other resolution [18:26] dracconi2: on call ,.. [18:26] dracconi2, have you already posted /var/log/Xorg.0.log in here ? [18:26] ioria: yup, i'm dracconi from other comp [18:27] dracconi2, can you post it again, please ? [18:27] ioria: it will be hard, but is there any easiest way? [18:28] ioria: to fix this? [18:28] dracconi2, another pc ? you can open a console on the ubuntu pc ? [18:28] ioria: and from irssi? [18:29] dracconi2, you can use that, if you want or install a simple window manager [18:30] dracconi2, we need the logs... or install openssh-server and log in it... [18:30] #dolphin-dev [18:32] do i need /usr/src/ for the system to work? [18:33] theos: it contains the headers for the kernel [18:33] if you want to use nvidia graphics and virtualbox and stuff you need it [18:33] theos: only for building things, I would think [18:33] and compiling [18:33] like the nvidia module, vbox modules, as EriC^^ has mentioned [18:34] presumably the package manager would provide those as required if you removed /usr/src/* [18:34] but don't quote me on that [18:34] so the system will reboot without it? [18:34] I havent any logs bro :/ [18:34] theos: yeah [18:34] ok thanks [18:34] theos: low on space? [18:34] i did rm -r /usr/src/ :S [18:34] dracconi1, dmesg | grep Kernel [18:35] ioria [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-38-generic.efi.signed root=UUID=24b9cb2e-4c2a-4bcf-b939-4ebcdb6d2ab8 ro quiet splash nomodeset vt.handoff=7 [ 19.629931] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 352.79 Wed Jan 13 16:17:53 PST 2016 [18:35] reisio provided wrong path [18:35] dracconi1: okay so I had similar situation. To fix black screen get into safe mode, remount the fs in read-write mode and remove those driver [18:35] ZeekHuge but i want to have it work [18:36] theos: shouldn't cause any problems for booting [18:36] theos: there's a change your package manager will complain, but I doubt that'll happen as well [18:36] a chance* [18:36] dracconi1, wily ? === hyperion is now known as Guest39660 [18:36] ioria, what? [18:36] reisio since you are here. fsck broke my filesystem and it is not reaching the login screen while booting. it keeps rebooting. can i fix it? [18:36] dracconi1, it's not xenial, is wily [18:37] dracconi1, cat /etc/issue [18:37] theos: what makes you think it's broken? What makes you think fsck broke it? What's the last stuff you see before it reboots? [18:37] ioria, it says elementary OS Freya \n \l but actually im running on ubuntu (this is pantheon work...) [18:38] dracconi1, comon [18:38] ioria, wat? [18:38] guys. why tux guitar - doesn't play at all? already has been in setting [18:38] midi in system - work good [18:38] no, superman works good, midi works _well_ :p [18:39] akik, it just says to run the command python3 -m pip install ReText --user [18:39] reisio, you right. :) but tuxguitar - dont play for me :) [18:39] dracconi1, i'd say ... install ubuntu xenial 16.04 or trusty 14.04 (no pantheon) , test nvidia then, we'll think to elementary, if you want [18:39] mariano: oh ok i was reading this https://github.com/retext-project/retext [18:39] ioria, really i need to reinstall :(? [18:39] https://github.com/retext-project/retext/wiki/Installing-ReText [18:40] mariano: it's usually something called prefix in which you tell it where to install [18:40] So there is no easy way to install it like deb files? [18:40] mariano: there's instructions to install also system wide [18:40] reisio the filesystem became read/write only. probably because of bad sectors. so i booted from a usb and ran fsck on the filesystem partition. it asked me if i wanted to fix nodes and i pressed y. there were a lot of kernel files that were "fixed". among other system files. now when i start the system, grub shows and when i select the partition, it does something in the black backgrnd and doesnt reach the [18:40] login screen. then it reboots to the grub menu. [18:40] mariano: no it's not a deb installation [18:40] dracconi1, i don't know the elementary-ppa .... and btw wily is ending [18:41] ioria: what is wily? [18:41] a codename for ubuntu, well probably [18:41] !wily | dracconi1 [18:41] dracconi1: Ubuntu 15.10 (Wily Werewolf) was the 23rd release of Ubuntu. Download at http://releases.ubuntu.com/15.10 - Read the release notes at http://ubottu.com/y/wily - Scheduled to go EOL in July, 2016 [18:41] dracconi1, 4.2.0-38, it's the wily kernel [18:41] !info linux-generic wily [18:41] linux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 4.2.0.38.41 (wily), package size 1 kB, installed size 11 kB [18:41] Anyone know of a workaround for this bug https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1576747 [18:42] Launchpad bug 1576747 in network-manager (Ubuntu) "Network manager unable to control wifi after suspend in 16.04" [High,Confirmed] [18:42] ioria: ah ok, but it says 14.04 lts, ok [18:42] theos: mmm, you might see if there are a bunch of files in lost+found in the root of the FS [18:42] ioria: so its possible to not format partition? [18:42] theos: if it's a lot of OS files, you could potentially save time by reinstalling the OS [18:43] ioria: on install? [18:43] reisio oh and it kept asking me if i wanted to expand lost/found [18:43] theos: if it's personaly files and you have no backup, be careful [18:43] dracconi1, are you dual booting ? [18:43] ioria: i had windows, but theres no windows actually [18:43] ioria: + grub like windows so it didnt dissapear [18:44] dracconi1, so, just install 16.04 [18:44] ioria: really? [18:44] dracconi1, what's the problem ? [18:45] ioria: 16 is better than 14 (stable)? [18:45] dracconi1, i prefer 14.04 ... but your call [18:45] ioria: why? [18:46] EriC^^, upstart [18:46] well actually midi not play too [18:46] ioria: soo why you make me install 14.04? [18:47] dracconi1, 14.04 or 16.04 , up to you [18:47] ioria whats better...? [18:47] ioria will nvidia drivers work on 16.04? [18:47] dracconi1, guess so [18:48] dracconi1 'better' depends on you like more [18:48] on what* [18:48] ioria MonkeyDust whats the difference? [18:48] I'm using nvidia drivers on 16.04 right now [18:48] tgm4883 and its working fine? [18:48] yea [18:48] after reboot too? [18:49] dracconi1: the recommendation to install 14.04 or 16.04 is because elementary isn't supported here [18:49] reisio will a couple of xml-containing files be important? they have "XML::LibXML::DOM - XML::LibXML DOM Implementation" [18:49] dracconi1: yea, i've been using it just fine since 16.04 release [18:49] dracconi1: I've got a GTX 760 [18:49] tgm4883 ok ok, i will reinstall 16.04 and wont install pantheon [18:49] great card [18:49] de [18:50] I don't see why pantheon de would change issue [18:50] tgm4883 its strange for me too [18:50] theos: to booting up? I doubt it, but possibly [18:50] theos: critical Unix system files aren't usually XML :p [18:50] :D ok [18:50] ioria: I agree. Although I'm drooling over the 1070 now [18:50] de shouldnt do that [18:50] because XML is crap, and also because Unix predates XML [18:50] dracconi1: what is the output of "cat /var/log/installer/media-info | nc termbin.com 9999" [18:51] tgm4883, i see [18:51] tagm4883 Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1) [18:51] you see? [18:52] ioria so... can i just only format / and not format /home, will it work, or no? [18:52] dracconi1: well that wasn't the output of the command I gave you, but if that is the case, then that PPA is doing bad things [18:52] it should work, yea? [18:52] tgm4883 soo output (raw) is http://termbin.com/97r1 [18:53] ioria i can have home to work on 14.04 and 16.04 yea? [18:53] nope. [18:53] i tried that. [18:53] dracconi1: yea I'm not sure I would trust that PPA then [18:53] it really really doesn't work. [18:53] Gallomimia why? [18:53] guys, wait, im going to normal TT [18:53] rebooting [18:54] oh. well it might have had to do with the fact that i changed to ubuntu-mate with 16.04 [18:54] but all the settings will be mismatched versions [18:56] I have problems with my ATI card. The veri first one is that when I try to install from USB the screen becomes black, but I hear the "welcome" sound of ubuntu [18:57] kkk87, 16.04 ? [18:58] yes [18:58] kkk87, you get the installer main menu ? [18:58] hi [18:58] hi princ [18:59] How you doin? [19:00] Lel, is it safe for all those people that we see there provider? unless your using tor or something routed through something like a query that filters the data that go's out. [19:00] just a sec, let me try it again. I used a workaround - "nomodeset" [19:00] kkk87, good [19:00] ioria: ok, im in normal mode, what with this ubuntu 14.04 home on 16.06? [19:00] dracconi, what is 'home' ? [19:01] I am currently testing my own Linux ~ DashPower [19:01] anybody having tips? [19:01] PrincessCoderDas wrong channel [19:01] Ok :( [19:02] Any recommendations for any chats that actually has people in them that chat? === leinlawun is now known as leinlawun_ [19:03] :P [19:03] ioria: i mean mountpoint [19:03] PrincessCoderDas type /msg alis list blah [19:03] Hi, I would like to know what's wrong with my updation. since i am unable to update http://pastebin.ubuntu.com/17269466/ [19:03] !ot | PrincessCoderDas [19:03] PrincessCoderDas: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [19:04] bipul can you ping 8.8.8.8 [19:04] dracconi, first backup important data, and , if i may, better a full clean install [19:04] bipul: restart your apt-cache-ng instance. [19:04] *apt-cacher-ng instance. [19:04] Yes, I am able to ping 64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=22.6 ms [19:05] ioria: ok, i need to do this tommorow, ty [19:05] bipul ok, then select a different mirror [19:05] dracconi, you're wellcome [19:05] tgm4883: thanks for help [19:05] MonkeyDust: His apt-cacher-ng instance does not respond. [19:05] From software & updation? [19:05] MonkeyDust: 127.0.0.1:3142 is where it's reaching - my guess is he's got apt-cacher-ng and it's not responding [19:05] bipul: do you have apt-cacher-ng on your system? [19:06] ioria: I see purple blank screen (few sec ~8), then it becomes dark with a blinking cursor in the left top corner (few sec ~ 8), then I see Ubuntu logo and booting process (few sec ~10), then the screen turns off and few sec later I hear the welcome sound. [19:06] I have to check. [19:07] kkk87, this with nomodeset , right ? [19:07] ioria: all that happens when I am installing from a USB stick [19:07] teward, Yes. Installed [19:07] Status: install ok installed [19:07] teward neat, i failed to see the 127.0.0.1 [19:07] ioria: no, it happens without nomodeset [19:08] kkk87, have you tried nomodeset ? [19:08] Yes, that works [19:08] bipul: restart apt-cacher-ng [19:08] ioria: but the thing is it then uses VESA [19:08] kkk87, good, go ahead then with the install [19:08] because the instance stopped responding [19:08] kkk87, after we'll see [19:09] ioria: I am already there =) I have it installed (did it two hours ago). [19:10] kkk87, are you installing or you have alreadyinstalled ? [19:10] ioria: I have already installed using this "nomodeset" workaround [19:11] ioria: and I see that the video is so slow ... [19:11] Nops, it fails to restart. [19:11] kkk87, ok, video slow ? so you are in graphic mode or what ? [19:11] No /usr/sbin/apt-cacher-ng found running; none killed. [19:11] WARNING: No URL list file matching file:backends_gentoo found in config or support directories. [19:11] Problem creating log files. Check permissions of the log directory, /var/log/apt-cacher-ng [19:12] I have restarted with /etc/init.d/apt-cacher-ng restart [19:12] ioria: where to backup, any ideas? [19:12] ioria: yes, I am in graphic mode [19:12] kkk87, ok, so paste sudo lshw -c Video [19:13] dracconi, any usb device [19:13] <_Kevin_> Which channel supports 16.10? [19:14] <\9> _Kevin_: #ubuntu+1 [19:14] bipul: try 'start' instead of restart then [19:15] bipul: and make sure that you're checking the log folder permissions (it looks like it can't create logs) [19:15] dracconi, and whats your specs ? [19:15] teward, same error [19:15] bipul: is "ls -ld /var/log/apt-cacher-ng/" owned by apt-cacher-ng:apt-cacher-ng? [19:16] zykotick9, ls: cannot access /var/log/apt-cacher-ng/: No such file or directory [19:16] Hello, I need some help trying to remove firefox. [19:17] bipul: any difference if you use sudo before the above command? [19:18] Anyone able to help me? [19:19] bipul: "sudo mkdir /var/log/apt-caher-ng && sudo chown apt-cahcer-ng:apt-cacher-ng /var/log/apt-cacher-ng" then try restarting apt-cacher-ng again... <- this _should_ have been created properly when you installed?!?! [19:19] ioria: http://pastebin.com/tiGTZN7U [19:19] JakesDen, sudo apt-get remove firefox* [19:19] hey, what do you guys recommend for password managers? [19:20] when i try to do sudo apt remove firefox this happens: http://paste.ubuntu.com/17269921/ when i try to remove it it also trys to remove my desktop environment [19:20] kkk87, can you paste /var/log/Xorg.0.log ? [19:20] zykotick9, I have no idea about this package. [19:20] ioria: sure, sec [19:21] JakesDen: those are metapackages. They are used to install the default set of packages in a flavor [19:22] so is it ok for me to remove them? [19:22] JakesDen: yes, although why are you trying to remove firefox? [19:22] tgm4883: because i dont ever use it and dont want it anyway [19:24] ioria: http://pastebin.com/hPUfEKxd [19:25] kkk87, you still have nomoset .. [19:25] kkk87, sudo nano /etc/default/grub and remove nomodeset [19:25] kkk87, and then sudo update-grub === Cron is now known as Guest47702 [19:30] suddenly now if i move my mouse to the bottem midle of the screen a dock appeares, is there a way to remove it? [19:30] ioria: I did that, rebooted the laptop. I saw purple blank screen and then the screen turned off, I then I've heard the welcome sound [19:30] JakesDen: did you install conky or another dock? [19:30] kkk87, open a console [19:31] EriC^^: i didnt do anything it just appered [19:31] kkk87, ctrl+alt+f1 (or f2) [19:31] now it doesnt appear [19:31] it just randomly poped up again [19:32] conky isnt installed [19:32] if it pops up again i will screenshot it [19:32] i got a screenshot where should i upload it? [19:33] ioria: I have an HDMI cable and a monitor, which I will use now, as the laptop screen is off and I figured out that I can see a console ( ctrl+alt+f1 to f6, but f7 doesn't work) [19:33] kkk87, console not opening ? [19:34] Just tried to connect to my router using ssh for the first time since upgrading to 16.04 and get this error. "port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1" [19:34] ioria: the laptop's screen is completely off [19:34] here is the image: http://pasteboard.co/1Dpnb2jV.png [19:35] ioria: it doesn't react to anything [19:35] kkk87, we just need a working console on you r laptop , maybe disconnect you r external [19:36] ioria: I can use console from the external monitor [19:36] Hey guys.. quiock question.. I just got done installing Ubuntu Gnome on my PC but it seems like the install didn't replace the bootloader that was there from kubuntu install, is there an easy way to fix that? [19:36] kkk87, ok.... have you removed nomodeset ? [19:36] ioria: yes [19:36] kkk87, we can try to install xserver-xorg-video-ati ... [19:37] i dont want a dock! [19:37] ioria: should I install only this package? [19:37] kkk87, for now.... [19:38] ioria: it's already installed [19:38] kkk87, oh [19:39] kkk87, 16.04 , right ? [19:39] ioria: yes [19:40] ioria: I can get Xogr.0.log , should I? [19:40] kkk87, yep [19:41] i have an ubuntu server i've installed openbox how do I log into it? [19:41] it seems I found the fix, but this means I'll have to run "ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 user@1.1.1.1" every time I connect? [19:42] the display manager is not starting after upgrade to 15.10. what can I do [19:43] systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE [19:43] kkk87, i'm wondering why radeon it's not loading [19:43] ioria: http://pastebin.com/3pUTCuab [19:45] ioria: I am wondering it as well [19:45] hi [19:46] Has anyone experienced scrolling issues with Ubuntu MATE? There's some jitter in the middle of the screen [19:46] kkk87, do you have a /etc/X11/xorg.conf file ? [19:46] how do i login into my openbox on my ubuntu server ? [19:49] ioria: there is no such file [19:49] kkk87, no idea, then ... fresh install right ? [19:50] ioria: right, it is a fresh install [19:51] kkk87, sudo apt update and sudo apt full-upgrade [19:51] ioria: I've been struggling with this for a while [19:52] ioria: doing it [19:52] ioria: the thing is I tried debian and had problems with ATI driver as well [19:52] kkk87, i know [19:53] kkk87, you can always try trusty 814.04) [19:53] *14.04 with fglrx support for xorg [19:54] ioria: also I tried installing proprietary driver from ATI and it looks great and fast till the logging screen. It crashes when I click on login button ... [19:55] ioria: the system is up to date [19:55] kkk87, uname -r [19:55] ioria: 4.4.0-21-generic [19:55] no [19:55] !info linux-generic [19:55] linux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 4.4.0.24.25 (xenial), package size 1 kB, installed size 11 kB [19:56] kkk87, should be 4.4.0.24 [19:56] kkk87, you're not up to date [19:56] ioria: sudo apt-get dist-upgrade [19:57] kkk87, sudo apt update and sudo apt full-upgrade [19:57] ioria: doing it [19:58] gdisplay shows the vg size being the total of 2 HDD's which is what I want... df -h only shows 1 of the hdd's... resize2fs outputs "Tthe filesystem is already XXX blocks long. Nothing to do! [19:59] anyone have any idea what i am missing here? [19:59] asdf-: Pastebin "sudo pvdisplay -C; sudo vgdisplay -C; sudo lvdisplay -C" please. [20:00] Anyone know of a workaround for nm-applet after suspend [20:00] bekks, ok [20:01] bekks, http://pastebin.com/04XWuxPu [20:01] Hmm. [20:01] asdf-: And where are you missing which space? [20:01] ioria: 4.4.0-24-generic [20:02] I'm trying to install Ubuntu from a USB stick, but the installer appears to hang after I press 'Continue' on the screen where I select my username. [20:02] bekks, if i type 'df -h'... i am missing the 465GB hdd [20:02] kkk87, you may need to remove your manual installation of catalyst or what was that [20:02] asdf-: Of course. Since it is part of the VG only, but its space isnt assigned to any LV. [20:03] OmegaA: if you are installing form a usb stick you shouldnt have a username to select [20:03] kkk87, the kernel is ok [20:03] OmegaA where did you download the iso [20:03] From the Ubuntu website, it's a 16.04 ISO [20:04] ioria: I am on a clean system now. All that experiments I did before this installation. Before going to this channel I did a clean install [20:04] Or rather, /the/ 16.04 iso [20:04] bekks, how do i assign it to a LV? [20:04] kkk87, have you rebooted ? [20:04] ioria: yes [20:04] kkk87, still blank screen ? [20:05] asdf-: you need to resize the LV, using lvresize ... - but be warned that it isnt a good idea to spread your root volume across multiple disks. In case one disk fails, you will lose your entire volume. [20:05] ioria: yes [20:05] asdf-: And after resizing the LV, you need to resize the FS. [20:06] ioria: laptop's screen is off, totally. I connect to HDMI and F7 is blank, but F1 to F6 works [20:06] bekks, i'm finding conflicting tutorials on LVM... should I create a different VG for /usr, /bin, /home, etc? [20:08] kkk87, have you tried to reboot without the HDMI attached ? [20:08] ioria: just did that, same result [20:09] kkk87, running short of ideas, sorry, you can keep asking here or try to remove xserver-xorg-video-ati [20:11] kkk87, good luck [20:12] ioria: https://goo.gl/photos/Eom5gFCKGQQABSXy6 [20:12] ioria: this is what I see now just after connecting HDMI and going to F1 === Drac0 is now known as Guest62186 [20:13] ioria: thank you for spending your time =) [20:19] Hey guys I have a laptop with a nvidia 650m and onboard intel hd4000. Just installed Ubuntu 16.04 currently using the xorg driver. I use an external display via the HDMI out. The Nvidia tested driver causes issues stretching everything out and unable to be used when second monitor is attached. Although the xorg driver works fine. [20:20] how can I fix this: https://bpaste.net/show/fd33b97dbc50 [20:20] Errors were encountered while processing: [20:20] postfix [20:20] bsd-mailx [20:31] Well my ubuntu mate install is kinda broken and I need help [20:31] JakesDen: So how it is broken and what do you need help with? [20:32] degerik: you need to install the dependencies to fix the issue you are having [20:32] Randomly networking turns off and when I try to reboot or shut down it just puts me at login screen and I have to hold the power button on my laptop to reboot [20:33] JakesDen: did you try typing "sudo reboot" or similar? [20:33] sounds like driver/hardware [20:33] I will try [20:34] Anyone know a temporary workaround for https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1576747 [20:34] Launchpad bug 1576747 in network-manager (Ubuntu) "Network manager unable to control wifi after suspend in 16.04" [High,Confirmed] [20:34] If I pkill nm-applet and nohup nm-applet & after suspend it works fine, but im not sure how to make that automated [20:34] That's the bug I have been having [20:35] Erige: the workaround is the one you mentioned: sudo service network-manager restart [20:35] I used that but it didnt work aswell as the fix i mentioned, I just cant figure out how to automate the pkill and start of nm-applet [20:36] That worked for me [20:36] One sec I will open Inc on my laptop [20:36] ok [20:37] when i try sudo reboot this happens jakesden@Lapitude-D620:~$ sudo reboot [20:37] [sudo] password for jakesden: [20:37] Failed to start reboot.target: Transaction is destructive. [20:37] See system logs and 'systemctl status reboot.target' for details. [20:37] just try reboot without sudo [20:38] Failed to reboot system via logind: There's already a shutdown or sleep operation in progress [20:38] and it only happens when the network manager stops working [20:39] ah you have to wait, it got hung up during the shut down, or you could shutdown -h now [20:39] I was having the same issue yesterday [20:39] What laptop are you on? [20:39] wondering if anyone has experience with running ubuntu on ESXi and dealing with write-back cache requirements [20:39] dell latitude d620 [20:40] i am on irc on the laptop that is doing this atm [20:40] thekrynn: Works fine. [20:40] I am on a dell also, lol. thats why I asked [20:41] bekks: is there a recommended approach if i wanted to avoid buying servers without a bbc controller [20:41] what dell are you on? [20:41] thekrynn: I'd never buy server without a bbc controller. [20:41] have you reported the issue? [20:41] Inspiron 7568 [20:41] thekrynn: For data integrity, a bbc is vital. [20:41] JakesDen did you do 'systemctl status reboot.target'? [20:41] my specific workload is extremely heavy CPU usage for aggregation and immediate copy off [20:42] willl try b-yeezi [20:42] the only thing i would be using non-ephemeral disk for is ubuntu [20:42] all data write would be NFS [20:42] reboot.target - Reboot [20:42] Loaded: loaded (/lib/systemd/system/reboot.target; disabled; vendor preset: d [20:42] Active: inactive (dead) [20:42] Docs: man:systemd.special(7) [20:42] lines 1-4/4 (END) [20:43] thekrynn: and still you want data integrity for the ESXi OS. [20:43] esxi os i always put on redunant SD [20:43] thekrynn: how do you do that, do you have a raid controller for sd cards? :) [20:44] dell internal SD module [20:44] we have about 40 poweredges doing that in production as of right now, never had an issue [20:44] thekrynn: and how do you mirror them online? [20:44] http://www.dell.com/downloads/global/products/pedge/en/poweredge-idsdm-whitepaper-en.pdf [20:45] thekrynn: the simple answer would have been "yes" ;) [20:46] ive just never run that many instances of ubuntu on non-bbc backed... ive never had an issue with iops so to say, btu the only thing ive noticed on esxi non-bbc volumes is awful max MBps write [20:46] why wouldyou want redundancy for esxi os? you dont put your vm's on the os drive [20:46] i boot my esx servers off usb [20:47] just save your vm configs once in a while [20:47] mhoney: Because you dont want your ESX to be dying suddenly :) [20:47] yeah.. the configs dying doesnt worry me, since our stack is designed for auto deploy [20:47] ssd and hdds all have smart these days.. highly unlikely your going to get an instant failure [20:48] plus, if the os drive dies it wont take down your vms [20:48] the one thing that concerns me is that if i put 10 instances of ubuntu on an SSD without BBC, is that there would be some sort of write penalty for just standard OS transactions [20:48] so i am back now [20:49] unless anyone has tried doing iSCSI based VMFS for OS [20:49] my laptop started displaying random symbols and icons and showed blured lines of my desktop and finaly rebooted [20:50] time for a new laptop JakesDen [20:50] or maybe just new ram [20:53] S [20:53] Hey guys [20:54] hello all [20:54] I am harold. [20:54] Who goes there? [20:54] I kinda mezzed up my system [20:54] atlaspaine: welcome to the Ubuntu support channel. Do you have an ubuntu support question? [20:54] I just removed all packages that had the word gnome in them [20:55] And now ubuntu is kinda dead [20:55] yes. One. When my laptop goes into suspend. It freezes and takes 1 minute to resume. What is going on? [20:55] whats a good graphics card with linux support for 4k? [20:56] probably any nvidia card [20:56] it just did it again, search jaksden laptop error ubuntu mate on youtube to see it [20:56] exit [20:56] Anyone? [20:57] JakesDen: post actual video [20:57] ? [20:57] Amit_ why did you do that? [20:57] Noone can help me please? [20:57] I wanted fo uninstall the gnome desktop environment [20:57] Amit_: sounds like a good time to reinstall [20:58] Amit_: So reinstall the package ubuntu-desktop [20:58] i recently switched to compiz so i switched back and i will see if it sitll does it [20:58] Yeah i am downloading ubuntu rn [20:58] And i cant install anything cuz cant c9nnect to internrdt [20:58] or if you want, xubuntu, lubuntu, kubuntu [20:58] Yeah i mezzed up badly [20:58] Ben64: what do you mean [20:59] JakesDen: nobody is going to search for your video on youtube, post the link to it here [20:59] https://www.youtube.com/watch?v=3CxsaMmg51c [21:00] yep, time to get a new laptop [21:00] why? [21:00] because it's very likely broken [21:00] nope [21:00] oh ok, so thats not the screen all screwed up in the video [21:01] seems like it was compiz playing up [21:01] i switched back to marco and it seems fine [21:01] marco? [21:02] marco window manager [21:02] i tried 2 nvidia cards and both flickered on me [21:03] JakesDen: then i'd have to guess the problem is your video card, probably heat related [21:03] marco software compositor to be more precise [21:03] i dont have a video card [21:03] you do, or you'd have no video output [21:03] and this laptop is always is hot enough to hurt me anyway [21:03] there you go, case closed [21:04] but thats this laptops fault cause it is old [21:04] problem is heat related, fix your laptop [21:04] it was just compiz playing up as it has stoped now [21:04] no, it's a hardware issue for sure [21:04] why doesn't transparency work with tilde under ubuntu mate 16.04? [21:05] and it is even hotter then before it played up [21:05] it doesnt do it with marco only compiz [21:05] because compiz probably increases gpu load [21:06] but really, if the laptop is "hot enough to hurt" you need to fix that [21:06] compiz was fine before i configered it [21:06] reset it [21:06] it is on a laptop cooler now [21:06] dconf reset -f /org/compiz [21:06] that doesn't fix the problem [21:07] open it up, clean dust, maybe re-do thermal interface [21:07] it cools it down [21:07] done that already [21:07] not good enough if it still gets that hot [21:07] is openbox in active development? [21:07] it is not that hot now i used the cooler [21:08] fix your laptop or you'll need to get a new laptop soon [21:08] Does the live installer have a log? [21:08] . [21:08] Ok my router died for a min [21:09] The installer keeps hanging after the 'Who Are You?' step. [21:09] So i am gonna try to live boot from usb and salvage my files, how can i do that? [21:09] OmegaA: if you go to "try ubuntu" and run the installer from there, i think you can see logs and stuff [21:10] it is only very hot because it is a old laptop what cpu runs quite hot normaly and is still way in the heat tollerances of the cpu anyway [21:10] Also, is there any difference between booting the Live USB in legacy mode vs UEFI? [21:11] JakesDen: i've been doing this longer than you've been alive. heat kills laptops, fix it or replace it [21:13] all of these laptops do the same and my dad gave it to me for free and he said it was verry hot normaly when he had it === NoCode_ is now known as NoCode [21:13] Hmm, now it works. I don't know if it's because I didn't tell it to encrypt /home or because I booted it into UEFI mode. [21:13] JakesDen: whatever, enjoy it while it lasts [21:13] and my dad is a certified dell computer fixer [21:14] "Fixer" [21:14] 'certified' [21:14] Lol [21:14] ? [21:16] I need a way to repair a remote link for ubuntu saucy [21:17] I'm getting this error trying to install a package [21:17] 13.10 is way out of support [21:17] !saucy [21:17] Ubuntu 13.10 (Saucy Salamander) was the 19th release of Ubuntu. Support ended on July 17th, 2014. See !eol, !upgrade and http://ubottu.com/y/saucy [21:17] Oh whoa [21:17] Ok, nevermind [21:17] I suggest 14.04 [21:17] I suggest 16.04 [21:18] 1404? I read that and I was thinking that I should update to 16.04 not too long ago [21:18] Well i dont know what im talking about anyways [21:18] Ok [21:18] So, 16.04 is the right way to go then [21:18] yeah, it's the newest and also LTS [21:18] supported until 2021 [21:18] Oh just noticed i downloaded 16.04 too... [21:18] Well thats nice [21:19] What are the differences? [21:19] between...? [21:19] 14 and 16 [21:19] 14.04 and 16.04? 16.04 is 2 years newer [21:19] K, but any big noticable changes maybe? [21:20] Kk time to boot my computer into 16.04 [21:20] uh, systemd, newer packages [21:20] no more fglrx [21:20] Errr [21:20] I have grub, how do u boot into usb? [21:21] you use your bios [21:21] Before grub? [21:21] to boot a usb, yes [21:22] Err... Theres a menu, i pressed boot devuce options, what now? [21:22] Oh external isb hard drive? [21:22] anyone have a recommendation for a decent 4 port raid controller? [21:22] Yis found it [21:23] my 3ware/lsi 9560se doesn't like the linux drivers in 16.04 [21:25] How can i get a list of all packages i installed with apt get? [21:25] <\9> I found this snippet from somewhere on the internet (probably stack exchange) to do that: comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) [21:27] I guess that gives me a list of all packages, maybe there is a way of getting only those that I manually apt-get installed? [21:28] But without using history [21:28] Cuz i cleared it some times [21:29] hi, I accidentaly deleted the file /etc/apparmor.d/abstractions/mysql could someone please send me the content of it? I'm using 16.04. Thank you. [21:31] How do I cd to a usb? [21:32] stefan81925: you can discover from which package this file is coming from with "dpkg -S /etc/apparmor.d/abstractions/mysql" [21:32] and then reinstall that package [21:33] Muflo: I tried to reinstall that package with: "sudo apt-get --reinstall install apparmor" - but the file is still missing :( [21:35] "sudo apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall " [21:37] Muflo: Thank you! [21:37] no stefan81925 [21:37] np [21:40] Amit_, type mount. you should see it listed there === shawn is now known as Guest97511 [22:02] how can I make instagram messenger feature work with 16.04? [22:03] !find instagram [22:03] Found: account-plugin-instagram, python-instagram, python3-instagram [22:07] do i need to install something? total nube here [22:09] Running "sudo apt-get install mythtv" returns the error "The following packages have unmet dependencies.(\n) mythtv : Depends: mysql-server (\n) E: Unable to correct problems, you have held broken packages." [22:09] Does anyone have any ideas on how to fix this? [22:09] (Kubuntu 15.04) [22:09] 15.10*** [22:09] Yaiyan: dpkg-reconfigure -a [22:10] -a is an unknown option [22:12] Am I probably just going to have to reinstall the OS, or is there an easy way around this? [22:12] I had a nightmare install mariadb a few months ago, so databases and apt are doing my head in now :/ [22:12] Yaiyan, sudo apt-get install --fix-broken [22:13] YankDownUnder, made no difference [22:13] http://pastebin.com/tSgxRg28 [22:13] Yaiyan, "made no difference" doesn't tell us much... [22:14] hah [22:14] YankDownUnder, the error from sudo apt-get install mythtv is identical to before ;) [22:15] Yaiyan, are you using 3rd party repos? Maybe you have some conflicts going on there. [22:15] Yaiyan, Have you tried going through "synaptic" and finding the errant libs and removing them/re-installing them? [22:16] d4rkfr06, how do you check which other repo's you have installed? [22:16] Off the top of my head, I think only one for chrome, and hal [22:16] YankDownUnder, I'll try that, cheers [22:17] Yaiyan, check your /etc/apt/sources.list [22:17] Oh, hmm [22:17] Reinstalling mysql-client-core-5.6, will remove the mariadb stuff [22:17] So maybe that'll help [22:18] Yes, that worked :D [22:18] Thanks, YankDownUnder [22:18] d4rkfr06, thanks for the help :) [22:18] On Ubuntu 16.04 is there any way to change how many lines are scrolled in applications? [22:18] Mostly just want it for Firefox [22:20] folder|, Er...what desktop environment are you using...?? [22:20] Unity I believe [22:20] it is mostly stock Ubuntu 16.04 [22:22] folder|, Just for Firefox? Try: http://ccm.net/faq/11032-firefox-define-a-custom-scrolling-speed [22:25] YankDownUnder, thanks that works great [22:25] folder|, Coolbeans, bro [22:34] Hi guys, I've connected my ubuntu 16.04 laptop to a Windows 8.1 laptopn via network cable and have pings form both boxes. also can browse through shared folders of Windows machine with nautilus. I'm going to save ddrescue output on the Windows machine's HDD. So tired to mount its drive from my ubuntu system first. the command was: sudo /sbin/mount.nfs -w 192.168.253.1:/Users/Jason/Desktop /mnt/network_bkp/ . but after a while I get this [22:34] ... Timeout [22:35] hey I can't see llvm 3.4 for ubuntu 16.04 [22:35] What do I do? [22:38] SomeDamnBody, https://wiki.ubuntu.com/Lvm [22:38] llvm [22:39] llvm** [22:39] !lvm [22:39] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [22:39] !llvm [22:41] trusty gives 3.4 http://packages.ubuntu.com/trusty/llvm [22:41] is is part of 'universe', make sure you enabled that [22:41] Hey [22:41] Any life forms in here? [22:42] no, maybe later [22:42] hello [22:42] https://launchpad.net/ubuntu/xenial/+source/llvm-toolchain-3.4 [22:42] Can I get that ^^ to install on my 16.04 instance? [22:43] Sprry [22:43] I was bussy for a sec [22:43] How ya'll doing? [22:43] welcome to ubuntu [22:43] SomeDamnBody, big yellow notice: "There is no current release of this source package in The Xenial Xerus" [22:43] :/ [22:43] doin good [22:44] latest https://launchpad.net/ubuntu/wily/+source/llvm-toolchain-3.4 [22:45] is wily = 16.04? [22:45] I thought 16.04 had some other name, like xenial [22:45] wily = 15.10 [22:45] fuck [22:45] ahaha [22:45] DogTails lol [22:45] !language [22:45] The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [22:46] * [22:46] meh [22:46] ok [22:46] my bluetooth adapter wont work, plz help [22:46] Whats the matter? [22:46] Could you give some extra Details? [22:47] i cant find any bluetooth device [22:47] oh [22:47] Your running? [22:48] Linux Debian or Linux Ubuntu or something? === mohit is now known as Guest57246 [22:48] hi folks. [22:48] have trouble with my sound card [22:48] Can i help you? [22:49] ubuntu mate [22:49] Hi guys, I've connected my ubuntu 16.04 laptop to a Windows 8.1 laptopn via network cable and have pings form both boxes. also can browse through shared folders of Windows machine with nautilus. I'm going to save ddrescue output on the Windows machine's HDD. So tired to mount its drive from my ubuntu system first. the command was: sudo /sbin/mount.nfs -w 192.168.253.1:/Users/Jason/Desktop /mnt/network_bkp/ . but after a while I get this [22:49] Okay [22:49] ... time out [22:49] followed the specs here [22:49] https://help.ubuntu.com/community/SoundTroubleshooting [22:49] on asus laptop e202s [22:49] need support [22:49] Run a Reboot on the adapter via the Terminal [22:49] with superuser do [22:49] I am using i7 6700k processor asus z170p motherboard [22:49] need help [22:49] Okay [22:49] Could you give me some Details about the problem itself? [22:50] Princess||Dashie: are you asking me? [22:50] Yes === Guest57246 is now known as mohitdaga05 [22:50] You need help isn't it? [22:50] thanks [22:51] so i am using ubuntu 14.04 [22:51] I wish someone sould ask me tooooo :D [22:51] Yes [22:51] Key ill come at ya in a min [22:51] I used the commands in the troubleshooting [22:51] Yes [22:51] when i go for this lspci -v | grep -A7 -i "audio" [22:51] Princess||Dashie, Love you :) [22:51] hehehe === bazhang_ is now known as bazhang [22:51] Yes [22:51] It errors? [22:52] You may replace A7 with A6 atleast thats what i've done when I had that problem. [22:52] Princess||Dashie i get this as output http://pastebin.com/NNzQStZ7 [22:52] Key, Once im done helping Mohit Ill help you! [22:52] Okay [22:52] Give me a second gotta run that as Virtual [22:53] Princess||Dashie no problem. Is ther anyway I could be notified or bumped from this web interface ? [22:53] Princess||Dashie: A6 and A7 gives same output [22:53] I think so [22:53] mohitdaga05, Just a question for ya quickly - in the BIOS of that machine, do you have the serial COM's enabled or disabled? [22:53] mohitdaga05, okay [22:53] the issue is i dont get kernel module as discribed here https://help.ubuntu.com/community/SoundTroubleshooting [22:53] Yes [22:54] You should reboot the device [22:54] And retry [22:54] YankDownUnder : got to check [22:54] Key [22:54] Key, [22:54] Yeeaaa [22:54] Princess||Dashie : I will reboot and check for the serial com ports [22:54] Okay [22:54] will be right back if it works or otherwise [22:54] What is your problem? key. [22:54] okay [22:55] thanks Princess||Dashie and YankDownUnder [22:55] Your welcome. [22:55] Hi guys, I've connected my ubuntu 16.04 laptop to a Windows 8.1 laptopn via network cable and have pings form both boxes. also can browse through shared folders of Windows machine with nautilus. I'm going to save ddrescue output on the Windows machine's HDD. So tired to mount its drive from my ubuntu system first. the command was: sudo /sbin/mount.nfs -w 192.168.253.1:/Users/Jason/Desktop /mnt/network_bkp/ . but after a while I get this [22:55] ..time out ||| just copied [22:55] mohitdaga05, In some instances, the IRQ required by the sound device is not properly virtualised...so in disabling COM ports (especially if they're not required or being used) will free up the IRQ's, and the sound device might "appear" and start working...just kinda been there done that a few times... [22:55] xd [22:56] Okay [22:56] But what is the problem what are you trying to reach here? [22:56] I' [22:56] sorry ... :D [22:57] For what key? [22:57] Princess||Dashie I'mt trying to mount a ntfs drive on the connected Windows 8.1 machine to my ubuntu System [22:57] Okay [22:57] And It Fails? [22:58] Princess||Dashie for wrong time pressing enter :D [22:58] Okey [22:58] Princess||Dashie yes, it works a while and gives connection timeout evetually [22:58] Is lts still available for 14.04 [22:58] Hmmm [22:59] you should Flush the Connections [22:59] and Expand the Connection between [22:59] Princess||Dashie on both systems? I already restarted my ubuntu [22:59] So that the device will allow timeouts [22:59] Yes [22:59] (change the MTU of the connection to 1500 or 1536 instead of automatic, disable/re-enable the connection and see if that fixes the connectivity?) [23:00] Is also something you could do indeed... [23:00] Princess||Dashie Thanks I'll google for it and do that [23:00] Okay your welcome. [23:01] Is there any way I could sniff inbound and Outbound connections over Port 80/443 UDP? [23:01] *Packets [23:02] I am getting the error : Could not bind socket to port 80 : Socket Not Permitted. [23:02] Princess||Dashie If it doesn't work however, never mind. I'll still love you :D Appreciate your time and attention [23:02] U must be root princess [23:02] Your welcome key <3 [23:02] I know [23:02] So something else already use it [23:02] But I am creating a AntiVirus that filters and isolates almost every connection including the packets. [23:03] No it doesn't [23:03] it's also being forced to be Bind. [23:03] Check netstat and get sure [23:03] I already did [23:03] Listening to local host ? [23:03] Wait [23:04] Lemme Try something I got something in mind [23:04] brb [23:05] Fixed it [23:05] How ? [23:05] I did not specify a Specific port [23:05] Lol [23:06] Jup [23:06] Nice catch [23:06] Thats what you get when your coding those thousands of lines.... [23:06] For sure , for sure [23:06] Besides it isn't wrong to debug your code once a while. [23:07] Anyone running 4.5 or 4.6 kernel on 16.04? [23:07] I Ain't [23:08] Ay7agaaaavg, Would you like to code a project with me? [23:08] how do i make usb drive bootable from iso image? im on debian crunchbang++ [23:08] ? [23:08] Simple [23:09] Install a ISO to USB program. [23:09] Search google for it [23:09] gkm42: ask the debian chrunchbang guys what programs they ship. ubuntu images can be copied with dd [23:09] That will unpack the ISO and Patch the right files to the USB so that it's bootable the next time. [23:10] !google | Princess||Dashie [23:10] Princess||Dashie: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question. [23:10] Princess||Dashie: sorry it still doesnt work [23:10] xD [23:10] Princess||Dashie: ubuntu isos are hybrid isos anyway. [23:10] unetbootin doesnt work with debian [23:10] Really mohit? [23:10] Hmmm [23:10] yes Princess||Dashie [23:10] gkm42: this is #ubuntu please ask in #debian [23:10] !liveUSB | gkm42, if it doesn't mention it, dd is also normally an option. [23:10] gkm42, if it doesn't mention it, dd is also normally an option.: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [23:11] Could you send me Details of your SoundCard? [23:11] the same paste? [23:11] No just the ID and stuff [23:11] Princess||Dashie, please take the excessive chit chat and enter key usage elsewhere [23:11] the name etc [23:11] bazhang whats your problem? [23:11] Sorry but it is not my problem you can't help people atm. [23:12] ... [23:12] * mohitdaga05 did lspci -v | grep -A7 -i "audio" [23:12] Princess||Dashie, I just asked you those issues, thats the problem [23:12] Ain't no issues with me friend [23:12] * mohitdaga05 got pastebin.com/NNzQStZ7 this as output [23:12] www.pastebin.com/NNzQStZ7 [23:12] Rechecking it... [23:13] You runt it as Root? [23:13] sudo lspci -v | grep -A6 -i "audio" [23:13] * mohitdaga05 did that as well [23:13] http://pastebin.com/amfcuDeN [23:13] Okay [23:13] notice one of them has gone [23:14] and details of others have come [23:14] but I can't see kernel details [23:14] Yes [23:14] Im still Thinking of any thing that could help you. gimme a sec please. [23:15] thanks Princess||Dashie [23:16] mohitdaga05, Look it seems that your trying to start 64bit with 32bit... thats a Almost impossible thing may I say. [23:16] It's incompatible. [23:16] Princess||Dashie : start as in? [23:16] do you mean to say I have a 32 bit processor? [23:17] Also [23:17] You cannot use 64 bit with 32 bit [23:17] Thats why they're called different by there names. [23:18] so are you confirming that i have a 32 bit processor? [23:18] YES [23:18] Oops [23:18] caps [23:18] what cpu is it? [23:18] well i have Intel® Core™ i7-6700K Processor (8M Cache, up to 4.20 GHz) [23:18] that is in no way a 32bit cpu [23:19] k1l: even i was thinking that [23:19] I am talking about the NVIDIA device [23:19] Princess||Dashie: please stop giving bad advice if you are unsure then just say that instead of saying wrong things. [23:19] k1l: its okay [23:19] Princess||Dashie: the nvidia cards are not tied to the system running 32 or 64bit. [23:20] k1l : Princess||Dashie have left to meet prince [23:20] anyways. I thank for even listening [23:20] k1l: do you have any solution to this bizzare situation i am in? [23:20] there has to be something wrong i am doing [23:21] look into pulseaudio and alsamixer if something is muted [23:21] i saw them [23:21] pulse audio volume control [23:21] k1l: that was two days back. [23:21] pavucontrol [23:21] then it was not muted [23:22] now i cannot even go to alsamixer [23:22] no such file or directory [23:22] k1l, ndestark : And it will not even install it [23:22] Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package alsamixer [23:22] not even with a sudo apt-get install pavucontrol [23:23] nedstark : yes [23:23] * mohitdaga05 just pressed sudo apt-get update [23:23] can you install anything new at all? [23:23] mohitdaga05: just do "alsamixer" in terminal [23:24] now pavucontrol is getting installed [23:24] mohitdaga05: its installed on every ubuntu [23:24] i did sudo apt-get install alsamixergui [23:24] sometimes a reboot helps if you plugged something in [23:25] nedstark, k1l: when i type alsamixer (I can autocomplete it) but the gui will not come up [23:25] nestark, k1l : its strange [23:25] its a terminal program. [23:25] gives this error cannot open mixer: No such file or directory [23:26] so you changed already stuff in your sound setup? [23:26] i did having trouble since a week now [23:26] here and there on the internet [23:27] k1l, nedstark: What is the best way to solve this? [23:27] i dont want to reinstall [23:27] did you try "Additional Drivers"? [23:27] nedstark: can you elaborate? [23:27] search for drivers, an app called Additional Drivers should appear [23:27] if you're in unity [23:28] nedstark : I got it [23:28] mohitdaga05: get the logs like dmesg/syslog and sound logs and see what is going wrong. then look at what you already changed and if that is now blocking it? [23:28] what do i do with additional driveR? [23:28] * k1l is going afk now, so i cant really help digging here. [23:28] it will search to see if you can install any proprietary drivers [23:29] hi, i would like to setup a VPN for against an ubuntu 12.05 server -command line only-, which should I use? [23:29] k1l : thanks for your help [23:29] specifically I would like the server being able to provide a remote client an IP inside the LAN [23:30] uskerine: see this https://help.ubuntu.com/community/OpenVPN [23:30] !vpn [23:30] For more information on vpn please refer to https://wiki.ubuntu.com/VPN [23:30] if you don't need any additional drivers, then i would reboot with all of your sound hardware plugged in, then use pavucontrol to adjust your Output Devices to what you want to play sound on [23:32] nedstark : thanks. But isnt it strange that I am not able to run alsamixer [23:32] i never use alsamixer myself [23:32] pulse audio is an interface with it, pulse audio volume control makes it easier to use [23:33] i can use pavucontrol. the bar moves there as the sound is playing [23:33] nedstark : but cant hear anything [23:33] look at Output Devices and click on mute audio button that looks like a speaker [23:34] just make sure its not muted, and that your output device is correct [23:35] well nedstark: it doesnt show any hardware output devices [23:35] but nedstark: it only shows dummy output [23:35] this is a fresh installation? [23:35] you never had sound? [23:35] yeppe. [23:35] i never had sound [23:35] apparently earlier I didnot need it [23:36] what are you using for sound [23:36] the hardware [23:36] but now i am doing research on sound recognition so need it [23:36] i am plugging the earphones [23:36] which work on my phone and laptop [23:36] what kind of laptop [23:37] hp [23:37] with ubuntu 14.04 [23:37] the model? [23:37] g62 its an old pc [23:38] is it possible to have firefox esr and regular firefox installed together? [23:38] nedstark : i want it to run on a deskop PC I just bought [23:39] nedstark: any ideas? [23:39] mohitdaga05, i found an old thread that said g62 sound can be fixed by installing linux-backports-modules [23:40] i don't see that package anywhere though [23:40] it was in lucid [23:40] nedstark : sorry for misunderstanding. on G62 the earphone works. But on my new PC it doesnt [23:41] nedstark : new PC config : 6700k intel i7. Asus z170p motherboard [23:42] Hey guys its LG again [23:42] mohitdaga05, there are instructions on how to get sound working on the Asus z170p at http://askubuntu.com/questions/672187/no-audio-output-devices-detected-in-new-computer-build-with-skylake-z170-mothe [23:43] it involves putting a vivid kernel module into 14,04, which isn't a normal practice. sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily && sudo apt-get update && sudo apt-get install oem-audio-hda-daily-lts-vivid-dkms [23:44] sounds like the worst idea possible [23:44] so i was jw whats a great SSH sever i could install on my ubuntu system that would let me look at files where i can see what IP has or is connected and what password and username it was that they tried??? [23:44] i figure its worth a shot if you're considering reinstalling [23:44] lone-genius: you will never see someones password [23:44] lone-genius: the normal ssh account will show you what they tried to auth as [23:44] ssh daemon sorry [23:44] well how would i pull up its man page? [23:45] like whats it called? [23:45] man ssh or man sshd [23:45] and its a ssh server? [23:45] openssh-server is the package [23:45] it's the gnu ssh server/client [23:45] pretty much every unix box will run it by default [23:45] okay thanks guys...and where would the files b located where i could see it? [23:46] nedstark : thanks [23:46] lone-genius: what version of ubuntu are you using [23:46] but sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily [23:46] doesnt work [23:46] nedstark: it says Cannot add PPA: 'ppa:ubuntu-audio-dev/alsa-daily'. Please check that the PPA name or format is correct. [23:48] mohitdaga05, i looked at it, its an old ppa [23:48] nothing updated since 2012 [23:48] https://launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/ppa [23:49] that is not the 'daily' [23:49] Thanks guys it worked..i really do aprceiate it alot...diffinetly one of the best IRCs ive been to! [23:49] " Please do not add this PPA directly - instead follow the instructions at " bla bla https://launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/alsa-daily [23:49] mohitdaga05, you might try running through this list https://help.ubuntu.com/community/SoundTroubleshootingProcedure [23:49] thanks OerHeks : it seems we didnt read properly [23:53] mohitdaga05, alsamixer should have an option for headphone settings, hit F3, and maximize the window to see all options [23:53] if this does not help, hit F6 select soundcard [23:53] OerHeks : strangely I am not able to run alsamixer [23:54] not from terminal?? [23:54] OerHeks: Although it autocomplets on the terminal [23:54] OerHeks : it says this cannot open mixer: No such file or directory [23:55] odd... [23:55] do a test, run a liveusb and see if this is really so [23:55] * mohitdaga05 in the meanwhile have installed DKMS and oem-audio...*** [23:56] Hey, is it possible to make Unity's alt-tab raise all windows of whichever application I select? [23:57] OerHeks it seems mixer is not installed [23:58] mohitdaga05, Do you have sound/mixer(s) with a boot to a liveUSB/CD/DVD? Just wondering... [23:58] it should, i think you have tried so many solutions that the system is more broken now, try a live session. [23:59] YankDownUnder: havent tried it [23:59] arranging for a live CD [23:59] Anyone have an recommendations for 8gb ram with ssd? is 512mb to low? [23:59] OerHeks I too think that.