/srv/irclogs.ubuntu.com/2016/06/15/#ubuntu.txt

=== cigumo_ is now known as cigumo
dancingd3mon__thanks!00:03
OneM_IndustriesHey, I have something odd going on. My computer is suddenly unable to access about half the internet.00:04
dancingd3mon__i added PATH=$PATH:Location:location2:locations300:04
dancingd3mon__export PATH underneath it then restarted SSh and it worked00:04
tewardOneM_Industries: contact your ISP?00:04
tewardOneM_Industries: "half the internet not working" is usually not an Ubuntu issue :P00:05
John[Lisbeth]what websites cant you load?00:05
John[Lisbeth] 00:05
tewardespecially if it just randomly happens00:05
OneM_IndustriesI can't even get into the router's setting page.00:05
John[Lisbeth]reset the router and if that doesnt work call your isp and tell them they screwed up00:05
John[Lisbeth]if a vpn fixes it it is definitely your isp00:05
tewardOneM_Industries: then reset your router, and then call your ISP00:05
tewardif that doesn't work00:05
tewardOneM_Industries: if rebooting the Ubuntu computer, and the router, doesn't fix it, the ISP is at fault00:06
tewardand if a VPN makes it all 'work' then, then your ISP is still at fault00:06
OneM_IndustriesOk.00:06
Tin_manOneM_Industries, do you have any other computers hooked up to your router, that might be updating in the background?00:08
de-factobtw what is all this tracker-* process madness? it tops out on i/o it crashes and behaves badly in general. can i savely delete those or does gnome-shell depend on its functionality?00:12
OptiprismSo I made a bash script with gedit and I wanted to run it00:16
SchrodingersScatOptiprism: great!00:17
OptiprismBut for some reason the permissions aren't with me per default00:17
OptiprismHow come?00:17
SchrodingersScatOptiprism: you may need to +x it, chmod +x filename.sh  (actually you shouldn't use .sh for reasons)00:17
OptiprismActually correction, "sh script.sh" works but "./script.sh" doesn't00:17
SchrodingersScatit may not be executable00:18
ginOptiprism, you've not made it executable. chmod +x script00:18
Optiprismah00:18
OptiprismWhy shouldn't I use .sh?00:18
OptiprismThought that stood for script00:18
Optiprism...or rather shell script00:19
SchrodingersScatOptiprism: idk, #bash keeps telling me that, figured if it's best practice then pass it along.  sh is also different from bash, so .sh may literally mean sh.00:19
naccextensions are not a thing in linux :)00:19
naccwell, they are for some programs, but they really aren't00:19
de-factodoesnt really matter if you have a shebang line at the top00:19
SchrodingersScatlinux itself doesn't care about extensions00:20
de-factocould be handy for syntax highlighting if your editor use extensions for that though00:20
SchrodingersScateven nano can detect the shebang and highlight appropriately00:20
ginOptiprism, sh is another shell, but you dont see scrips named script.bash, so no idea why you cant name it sh00:21
luketheduke0Generally, the first line of a shell script is '/usr/bin/env bash' to make it use bash00:21
OptiprismOoh thanks00:21
SchrodingersScatgin: I actually started doing that, because I liked being able to cp /usr/bin/*.bash /path/to/backup/location/ and automatically collect all the garbage I've added.00:22
ginSchrodingersScat, that a great idea, I rarley give my scripts extensions at all, I just put em in a folder for scripts :P00:22
luketheduke0That's the great thing about linux. As long as it works for you, it's right00:23
luketheduke0I'm studying for the Linux+ certification. AMA00:24
mercedwhats your favorite distro and why00:24
naccmerced: #ubuntu-offtopic00:24
ginmerced, Debian derivates since I cant be arsed learning new package managers these days :P00:25
therealtbeubuntu server 14.04 LTS.   why does /etc/resolv.conf  become blank after reboot?00:25
SchrodingersScattherealtbe: I thought it normally warned about that00:25
therealtbeSchrodingersScat:   I have eth0 set to static in /etc/network/interfaces    why is anything touching /etc/resolv.conf00:26
SchrodingersScattherealtbe: # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) #     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN00:26
stonkmonhi, anyone know if there are configuration options for the dell xps touch screen?00:26
therealtbeSchrodingersScat:  I have specified a static ip in /etc/network/interfaces.   I do not want /etc/resolv.conf to be destroyed.  what is blanking it out00:26
SchrodingersScattherealtbe: although I notice that on my server it does not give this warning, because they've edited things in their image, is this possibly the same with you? otherwise I have that warning.00:26
=== deweydb_ is now known as deweydb
therealtbeSchrodingersScat:  okay so I don't really care about this comment....  tell me how to set a static nameserver please00:28
SchrodingersScattherealtbe: I use dns-nameservers 8.8.8.8 8.8.4.4 in my /etc/network/interfaces, this does not work for you?00:30
HallerHhi, when i open an gtk application like geany and try to crate a new file the save dialog turns up and show me the path with sth like "symbol" (with ctrl + l) it possible to enter an entire path (the field it self is empthy), is there a way just to edit the current path manually without tipping the entire path (the path is already shwon (with "symbol") but just can be edited)?00:30
nacctherealtbe: you've only mentioned specifying a static ip in your eni file, are you specifyin dns?00:31
tgm4883therealtbe: either add them in /etc/network/interfaces, or edit /etc/resolvconf/resolv.conf.d/base00:31
gintherealtbe, tell your router to distribute the nameservers you want or use the gui interface to add the custom dns server from there. alternativly edit /etc/network/interfaces00:31
therealtbenacc no I thought the dns nameserver was in /etc/resolv.conf, and I was obviously surprised that it disappered.00:31
tgm4883the recommended way would be to add them where you are setting the static address00:31
therealtbeI have no gui intetface.00:31
therealtbeit is ubuntu-server00:31
tgm4883gin: it's a static IP00:32
tgm4883therealtbe: then add it in /etc/network/interfaces00:32
nacctherealtbe: it is, at run-time, but not necessarily over reboots, etc. tgm4883's advice is sound00:34
therealtbethanks everyone I specified dns-nameservers line in /etc/network/interfaces00:35
therealtbeone more question....00:35
therealtbenow that I have dns...   I run sudo apt-get update;   the last line says  extras.ubuntu.com trusty Release   public key is not availalbe00:36
therealtbehere is a pastebin showing the last bit from apt-get update:    http://paste.ubuntu.com/17346890/00:38
therealtbeGPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C119200:38
YankDownUndertherealtbe, Have you tried to "re-install" your apt-sources? Just asking...00:40
therealtbenope, should i ?00:41
YankDownUndertherealtbe, It won't hurt...00:41
therealtbehow to00:41
jeremy_you install popcorn time on ubuntu 16.04 mate00:41
=== jeremy_ is now known as Guest48457
Guest48457can you download and install popcorn time00:42
YankDownUndertherealtbe, Try going through this set of pages - so you can "remove" and then "add" the proper sources again, mate. http://ubuntuguide.org/wiki/Ubuntu_Trusty_Packages_and_Repositories00:42
computerhello people, i have an issue with SSH and raspberry pi, can anyone help?00:49
=== the_ant1 is now known as the_ant
somsip!ask | computer00:50
ubottucomputer: 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 !patience00:50
bazhangwhat version of ubuntu on the pi computer00:52
computeri connect to a raspberry pi through SSH and run a very long terminal command, when i log out the command is cancelled, how can i log out and keep the command running?00:52
somsip!info screen | computer00:52
ubottucomputer: screen (source: screen): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Version 4.3.1-2build1 (xenial), package size 541 kB, installed size 978 kB00:52
somsipcomputer: use something like screen or tmux00:52
computeri am using 16.04 the pi is using the latest raspian00:52
jamesd or nohup if you want to slum it...00:53
maxxDHi! I need some help getting my A2DP Headset connected properly..00:56
computersomsip: tmux? let me read about it00:56
dancingd3mon__hey guys, I'm trying some python script excutable without having to write python at the beginning of the command everytime I want to run it.01:03
dancingd3mon__I wrote which python and saw the excutable location of it and added it at the top line of script : #!/usr/bin/python01:03
mercediirc its #!/usr/bin/env python01:04
dancingd3mon__when I write which python01:04
dancingd3mon__is shows this location #!/usr/bin/python01:05
dancingd3mon__Now my problem is that I still need to cd to that folder to be able to make it to work...Is there a way I can excute it from any location without errors??01:05
computersomsip: does this mean i can run a command and exit ssh then return to it?01:06
maxxDHi again!(Sorry for leaving) Can someone help me connecting my Bluetooth headset properly?01:06
dancingd3mon__cd to the script folder I mean...01:06
somsipcomputer: yes01:06
merceddancingd3mon__: you should never have to01:06
merceddid you chmod +x your script?01:06
dancingd3mon__yes I did01:06
dancingd3mon__it keeps failing for some reason...the script is in a folder that has .config and lib01:07
merceddancingd3mon__: worked fine for me.. https://gyazo.com/76668b43e18fecdaff2eadcf7683bd4201:07
computersomsip: thanks :-)01:07
mercedif you need to make the script pretend its somewhere else..01:08
mercedimport os      os.chdir('/wherever')01:08
somsipdancingd3mon__: the script must be in $PATH. I'd suggest creating a symlink from /usr/local/bin to your script01:09
=== nathanleclaire_ is now known as nathanleclaire
roger`i use RTL2838 DVB-T usb stick, it 'sorts of' works out of the box, because it freezes on frequency change and i have to reset the usb device to get it working again01:10
roger`i can't seem to find another driver for it01:11
roger`looking at a way to fix the freezes01:11
dancingd3mon__I added the whole folder to PATH like... 1- I added this #!usr/bin/python to the top of the script 2- chmod +x script.py  3- sudo nano .bashrc and added :/home/dancingdemon/SCRiptFolder/: to path01:11
somsipdancingd3mon__: did you then resource .bashrc?01:12
somsip*re-source01:12
dancingd3mon__should i remove THE whole folder from path and only move the script to /usr/bin?01:12
dancingd3mon__I did but I will do it again01:13
somsipdancingd3mon__: just echo $PATH01:13
dancingd3mon__:/home/dancingdemon/SCRIPT/:/home/dancingdemon/tSCRIPT/lib/:01:13
dancingd3mon__those are part of path :)01:13
dyc3hi, i installed ubuntu server 16.04 and it wont boot. it prints one line when it boots, something like "/dev/sda1: clean, xxx/xxx files, xxx/xxx blocks" and then nothing else. anyone know what's up?01:14
somsipdancingd3mon__: those two paths are different - one references SCRIPT and one tSCRIPT01:14
dancingd3mon__https://ncry.pt/p/DiCn#tZ01up2tD0y8Pyna_G-kYjYmWSzwZlyowTJUe5kze8g01:15
dancingd3mon__oh i just rename it right now :)01:16
marc_v92I'm connecting via SSH to an old Ubuntu machine, and I'm trying to figure out what version it's running, but I'm having trouble.01:16
dancingd3mon__its not the real script folder01:16
somsipdancingd3mon__: and "sctipt.py' looks like a typo. You need to fix this stuff up so it makes more sense01:16
marc_v92lsb_release gives me "Command Not Found"01:16
marc_v92And /etc/ has no *release files.01:16
marc_v92How else can I determine the current version through Terminal?01:17
Bashing-ommarc_v92: ' lsb_release -a ' .01:17
marc_v92Bashing-om: As I said, lsb_release isn't being recognized. :(01:17
dancingd3mon__yeah they are all typo01:18
somsipmarc_v92: cat /etc/issue maybe?01:18
roger`cat /proc/version01:18
somsipdancingd3mon__: so fix them and then ask if it doesnt work01:18
dancingd3mon__now what do i need to do to make all the modules that this script work with run normal..01:18
dancingd3mon__how can i do this ?01:18
Elec_ALife was beautiful with ubuntu 14.04. I upgraded to 16.04. what a mistake :(01:18
Bashing-ommarc_v92: On my box .. I have to supply the argument .01:18
roger`marc_v92: cat /proc/version01:19
somsipdancingd3mon__: fix the problems with typos and wrong directories first first01:19
nolsenWhat command is best to kill active tcp connections beside tcpkill? (tcpkill doesn't kill tcp6 connections)01:19
marc_v92roger`: Perfect, that one did it!01:19
roger`:)01:19
roger`n01:19
roger`you're welcome01:19
marc_v92Thanks for the help, all. :)01:19
dancingd3mon__thanks man  but i manually edited it because the script name is something personal...In ssh they are correct.01:20
dancingd3mon__I just edited it before pasteing it and kinda rushed them so I made those mistakes :(01:20
somsipdancingd3mon__: dont rush, do it right, check it, then ask01:20
dancingd3mon__I really did ...from the folder, it works perfectly01:21
dancingd3mon__but from any other location, it fails...01:21
dancingd3mon__I didn't add the script only to /usr/bin but added the whole folder of the script to the path..01:21
dancingd3mon__can it be dos2unix error? I've had this before but how can I know if the script is dos or unix hehe..01:22
somsipdancingd3mon__: is this a python script, as you said before?01:23
dancingd3mon__yup01:23
somsipdancingd3mon__: so what has dos2unix got to do with it?01:23
kristhianis there anything i cand do with this?01:25
kristhiandpkg: error processing package libapache2-mod-php5 (--configure):01:25
kristhian subprocess installed post-installation script returned error exit status 101:25
kristhianErrors were encountered while processing:01:25
kristhian libapache2-mod-php501:25
kristhianE: Sub-process /usr/bin/dpkg returned an error code (1)01:25
dancingd3mon__idk tbh..I'm unexperience guy when it comes to scripts..01:25
VectorXhow do i install lamp on ubuntu 16 but with php 5x with sudo apt-get install lamp-server01:26
kristhianhttp://paste.ubuntu.com/17348189/01:27
somsipVectorX: you would have to install each component manually and add something that provided php501:27
VectorXsomsip ty01:27
somsipVectorX: eg: http://askubuntu.com/questions/756181/installing-php-5-6-on-xenial-16-04 (but see !PPA)01:28
VectorXgot it01:28
dancingd3mon__what is the command you told me about the import os one ?01:39
allen_abernathyWhat's going on01:52
dyc3hi, i need help getting my ubuntu server 16.04 up and running. it prints one line: "/dev/sda2 clean ..." and then nothing. anyone know how to fix it?01:54
John[Lisbeth]dyc3: are you trying to log in or something or are you already logged in?01:58
nityanandiHello all. I would like some help setting up wireless network card, Ubuntu 16.0401:59
John[Lisbeth]nityanandi: have you looked up the model of computer you use to see if the wifi is supported by Linux?02:00
John[Lisbeth]most cards that are supported by linux work out of the box in ubuntu02:00
dyc3John[Lisbeth]: no, this is before im presented with any login screen whatsoever02:01
John[Lisbeth]dyc3: did you just recently install ubuntu or this an install you've had for a while and it suddenly started happening?02:01
glassresistorso i have a file on my computer /etc/init/resolvconf.conf and i accidentally overwrote it02:01
dyc3John[Lisbeth]: this is a fresh install that i just did about an hour ago02:01
glassresistorhow do i find out what the originaly was and fix it02:02
glassresistoror can i regenerate02:02
=== IdleOne is now known as Guest99325
John[Lisbeth]dyc3: the most likely problem is that your installation medium was corrupted. this can be caused by an error in downloading the iso file but also in a scratch in the disc02:02
OerHeks!fsck02:03
ubottufsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo touch /forcefsck && sudo shutdown -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot02:03
John[Lisbeth]glassresistor: I'll send you mine02:04
dyc3John[Lisbeth]: its definitely not a scratch on the disk, i booted the iso over LAN.02:05
John[Lisbeth]glassresistor: http://www.hastebin.com/irufusujib.vhdl hopefully that works for you. Make sure to make copies next time :)02:06
OerHeksdyc3, that message has something to do with a filesystem error that might be repaired, to be sure, run filecheck on that disk again02:06
John[Lisbeth]dyc3: I have never booted over lan so I am not sure. Perhaps a network connection problem could hav ecorrupted the stream of the iso02:06
OerHeksit is shutdown dirty, i guess02:06
John[Lisbeth]dyc3: Otherwise I thnk it must be a hardware problem02:07
nityanandiThe card is a TP-Link Archer T8E with broadcom 4360 chip. It does not appear in the list at http://linux-wless.passys.nl/query_chipset.php?chipset=Broadcom02:07
OerHeks!bcm02:07
ubottuHelp with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx02:07
John[Lisbeth]dyc3: one good way to test if it is a hardware problem is to make a liveusb and see if you can boot into a live environment. If you can then your hardware is probably fine02:07
dyc3John[Lisbeth]: i can't boot from usb for some reason, thats why i did it over LAN02:08
OerHeksnityanandi, does the driver menu not give a driver to install ? open dash: driver # and the driver tool should pop up02:08
Jordan_Udyc3: Please try booting into recovery mode via the grub menu.02:08
nityanandiThanks ubottu, I will have a look there02:08
dyc3Jordan_U: I didn't get a grub menu02:08
nityanandiYes I have installed the proprietary driver. It allowed the operation of the card and connection to my router but no internet access02:09
Jordan_Udyc3: If you're booting via BIOS then hold shift during boot. If booting via UEFI, spam the escape key during boot.02:09
John[Lisbeth]nityanandi: type lspci into the terminal and copy and paste the output to hastebin.com and paste that url in here so I can read it02:09
John[Lisbeth]dyc3: if you can't boot from usb that is soundign more and more like a hardware problem02:10
John[Lisbeth]dyc3: did you have any problems with your hard drive recently or possibly a power outage?02:10
John[Lisbeth]also ram can commonly fail02:10
dyc3John[Lisbeth]: I consider it a security feature. And no, its on a UPS.02:10
John[Lisbeth]UPS?02:11
dyc3universal power supply02:11
dyc3aka a battery02:11
John[Lisbeth]any power supply can fail. It could also be hardware or ram. But likely I would say hardware overall02:11
FizzikDoes anyone here use ubuntu with an optimus laptop, nvidia card and onboard? i'm having issues with the graphics. Is bumblebee project still used for new kernel/driver in ubuntu 16.04?02:12
John[Lisbeth]If you cant boot a live usb its a really bad sign02:12
John[Lisbeth]Fizzik: nvidia is notorious for having bad support for linux. It may be that you are unable to configure it for your linux install, thought maybe you will be able to02:12
John[Lisbeth]write an angry letter to nvidia and tell them how dumb they are :)02:12
nityanandihttp://pastebin.com/mA52SwRf02:12
dyc3John[Lisbeth]: i can boot into an arch live cd just fine, and my hardware is new02:12
John[Lisbeth]dyc3: can you boot in to x from the arch cd?02:13
OerHeks<John[Lisbeth]> Fizzik: nvidia is notorious for having bad support for linux.02:13
OerHeks!FUD02:13
ubottuPlease 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_doubt02:13
John[Lisbeth]OerHeks: sorry nvidia is great for linux it will certainly work02:14
OerHekssorry, i have to say this as it is not helpfull at all02:14
FizzikReason I was asking as the bumblee repo tried to use nvidia 304 which is very old02:14
dyc3John[Lisbeth]: x is not included with the arch iso02:14
John[Lisbeth]dyc3: try a cd that has a graphical environment on it. That will be a better test of whether or not your hadware is having issues02:14
=== Tundra-Fallout is now known as Finetundra
John[Lisbeth]Fizzik: You may be able to try ndiswrapper and get the windows drivers working, though I dont have alot of experience with ndiswrapper or nvidia drivers.02:17
FizzikSoon as I try to use the nvidia driver from 'additional drivers' section 361.42 my external monitor via HDMI instantly starts to cause issues with display untill i disconnect my HDMI.02:18
FizzikSo i'm stuck using X.Org02:18
FizzikNouveau display driver02:18
John[Lisbeth]The gui option for installing drivers often doesn't show the full breadth of drivers available to you on the internet. If you keep googling you may find a driver that works for you. It's really hit and miss with drivers and can be tricky business02:19
John[Lisbeth]which specific nvidia card was it if you dont mind me askign02:20
Jordan_Udyc3: Did you see my message about how to get the grub menu to show?02:20
OerHeksfor newer drivers, use the official driver ppa >>> https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa02:20
John[Lisbeth]Jordan_U: I believe they said that grub was not loading02:20
dyc3Jordan_U: yes, and it didn't work02:21
John[Lisbeth]dyc3: if you're able to run arch linux disc you should be able to mount /dev/sd<yourletter> /mnt02:22
John[Lisbeth]and then you can get into the filesystem02:22
nityanandiJohn: http://pastebin.com/mA52SwRf any ideas please?02:23
John[Lisbeth]nityanandi: are you using a mac?02:25
John[Lisbeth]also see if this solves your problem, nityanandi http://ubuntuforums.org/showthread.php?t=220549402:25
nityanandiJohn: This is not a mac, Homebuilt desktop. Reliable machine for several years, brand new wireless card02:33
=== psimon is now known as crumbhead
nityanandiJohn: I have tried a method from the links you provided. restarting system, will return shortly02:34
=== crumbhead is now known as psimon
=== psimon is now known as crumbhead
John[Lisbeth]nityanandi: keep in mind I can't garuntee you that will solve your problem. THats just what I got from google02:34
nityanandiOne of those links was new to me02:35
John[Lisbeth]for reference I just serached for "broadcom BCM4360 linux"02:35
nityanandiJohn: No luck with different driver, not detecting the card at all again02:40
nityanandiProprietary driver allows detection and connection. Could it still be a driver issue preventing internet access?02:41
=== jta is now known as Guest54331
Jordan_Udyc3: Is this a BIOS based or UEFI based machine? Are you able to use the keyboard you're currently using in your boot firmware menus?02:44
dancingd3mon__hey guys, can someone tell me what to edit in the script to be able to excute it from anywhere ? https://ncry.pt/p/FiCn#9C9YTWxlyYr8kOe2cm5bnuUrfE0lE8RMZfuE3cvXsTk02:45
dyc3Jordan_U: bios, and yes, keyboard is usable. going to attempt to boot an ubuntu desktop live cd02:45
dyc3Jordan_U: no, wait, uefi. i just double checked02:46
John[Lisbeth]dancingd3mon__: http://askubuntu.com/questions/60218/how-to-add-a-directory-to-my-path02:46
somsipdancingd3mon__: you need to sys.path.append the full path to /home/dancingd3mon/script/lib (or whatever it is) though that is an ugly fix and you should seek advice in #python02:46
=== Senj is now known as Senji
John[Lisbeth]nothing wrong with editing a little path02:47
dancingd3mon__thanks ! somsip02:47
dancingd3mon__John[Lisbeth], I've already done this but It won't work..02:47
somsipJohn[Lisbeth]: it's the lib loading that fails02:47
dancingd3mon__May I know what should I add to my path?02:47
dancingd3mon__^02:47
somsipdancingd3mon__: no, you say you've fixed that. It's the loading of the lib expecting a relative path02:48
John[Lisbeth]dancingd3mon__: are you asking how to add to your path or what to add to your path. Also it seems somsip understands your script better than I do02:48
somsipJohn[Lisbeth]: neither, and possibly though he needs to ask in #python to get a better answer02:49
dancingd3mon__yes, you are right.02:49
John[Lisbeth]somsip: yes I would suggest this too02:49
useraaanyone know if Microsoft Xbox 360 Windows Controller joypad works with ubuntu linux games?02:49
John[Lisbeth]useraa: xbox controllers should work on linux jsut fine02:50
John[Lisbeth]as far as I know02:50
xanguauseraa: the control should work02:50
John[Lisbeth]peripherals genreally work on linux most of the time02:51
toreyHi, I was wondering how I can mount a raid 0 array in fstab.02:51
useraaSo no windows drivers required xangua?02:51
somsip!fstab | torey (maybe start here)02:51
ubottutorey (maybe start here): The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.pclosmag.com/html/Issues/200709/page07.html and !Partitions02:51
John[Lisbeth]useraa: maybe but it will almost certainly be able to work is what we are saying02:51
useraaCool, I'll try Supertux Kart racing game on Ubuntu Software centre02:51
useraaWhat I mean is I hope the controller works with Linux games natively02:52
toreysomsip There is no UUID equivalent for raid arrays?02:52
John[Lisbeth]useraa: the xbox controller is really almost like a glorified keyboard.02:52
John[Lisbeth]nto much different technologically02:52
somsipuseraa: https://help.ubuntu.com/community/Xbox360Controller02:52
useraathx somsip for info02:52
somsiptorey: no idea - just thought the ftab fact page was the place to start02:52
somsipuseraa: looks quite out of date actually. Plug it in and see if it works.02:53
useraaLatest Xubuntu detects the controllervia USB port and controller lights up like it works, Yet to see it actually in action though, might have to install a Windows game via PlayonLinux02:54
John[Lisbeth]useraa: intalling the game under playonlinux will not affect it. It has nothing to do with teh game you use, it has to do with whether or not your controller has successfully paired to ubuntu02:55
John[Lisbeth]once it is paired you can use it in all programs regardless of what the program is02:55
crafty1its highly likely you will have to map the controller however02:56
=== dancingd3mon__ is now known as dancingdemon
John[Lisbeth]yes02:56
crafty1Ive gotten generic joypads to work fine it just doesnt know the exact button layout sometimes02:56
John[Lisbeth]useraa: basically when you play a game on the computer you may use the WASD keys for example, and so you would bind your left joystick to be the wasd keys02:56
John[Lisbeth]so when you move your joystick up you'd literally be pressing the w key02:56
useraaWhere do you map the controller can I ask?02:57
John[Lisbeth]http://askubuntu.com/questions/165210/how-do-i-get-an-xbox-360-controller-working02:57
useraaNothing is being controlled ATM, Not even a Xbox360 game called Warzone 2100 from Ubuuntu SOftware Centre02:58
useraasorry I meant Playstation02:59
John[Lisbeth]Oh lol that makes a huge difference02:59
John[Lisbeth]wait playstation controller or playstation game?02:59
useraaSorry Warzone 2100 is a very old playstation game converted to linux for ubuntu. I am using Windows Microsoft XBox360 controller from JB Hifi03:00
John[Lisbeth]yeah the game that you are using makes 0 difference at all03:00
useraaThx for info JohnLisbeth03:00
Prelude2004chey guys.. good evening.. can anyone assist... ( i am using ubuntu 14 and i am receiving a UDP stream ).. i am pushing approx 390Mbit/s input and i am showing some drops on /proc/net/udp .. anything i can do to fix this ?03:01
DonRichieCan somebody help me to repair my ipv6? I have only a link local address but my ifupdown won't give me a global one. Here is my network configuration -> https://paste.ricl.de/view/f645d6b403:02
Prelude2004ci have set " net.core.rmem_max = 167772160 "03:02
useraaI think I will have to install the Windows 7 drivers on Windows and run Windows games. Ubuntu doesnt seem to utilise the controller03:02
John[Lisbeth]useraa: if you follow the instructinos in teh link I sent you it should allow you to make your controller work for whatever game you'd like03:03
John[Lisbeth]you simply have to copy and paste the commands into your terminal and then open teh program it installs03:03
John[Lisbeth]installign windows drivers will be alot more difficult I promise you03:03
useraaThx Lisbeth I will read the info hen I have time, I think I'll try the controller on Windows first, otherwise might have to use Vmware to run Windows 7 in Ubuntu for it to work03:04
useraaanyways this is a very interesting gaming project03:04
John[Lisbeth]alright have fun03:05
useraacan't wait to play lego star wars on Ubuntu if it works hehe03:05
Prelude2004ccan anyone help me out.. hitting about 34,000pps on the input03:11
Prelude2004ccpu's are doing nothing.. SI's doing very little03:11
Prelude2004cnot sure where this limitation is coming from03:11
John[Lisbeth]Prelude2004c: could you give us some more details about what it is you are doing nad how it is going wrong?03:12
useraaLisaBeth I am enter the commands you recommded in terminal, fingers crossed and thx heaps again for helping me configure the controller03:12
John[Lisbeth]you as well DonRichie03:12
useraa:)03:12
John[Lisbeth]useraa: the main thing is to get that joystick program that they have a picture of in the link running. once you have that program you can do what you are trying to do with the controller really easily03:12
John[Lisbeth]useraa: let us know if you have any errors ;)03:12
Prelude2004ci am getting  a bunch of UDP streams ( input ) .. they are multicast and they bring in about 390Mbits ( 37,000 PPS ) ... when i watch /proc/net/udp i see UDP drops on some of the pids03:12
Prelude2004cnot sure where the drop is coming from or if i simply need to adjust some param in sysctl or something like that03:13
John[Lisbeth]yeh I am not enough of a wizard to touch that one but hopefully someone else knows03:13
useraaok, I'm waiting for Supertux KArt to finish downloading and then I will work on the terminal commands hang on... good thing I have time to do this today03:13
John[Lisbeth]useraa: it may take you several days to get lego star wars working. I know it would take me that long03:14
useraaI'll be happing playing the existing Ubuntu game or old Windows games if this works.03:15
nityanandiuseraa: if you have steam installed try some games in there. Steam has controller configuration built in and should detect your 360 controller immediately03:15
useraathe Lego games are great for toddlers and kidfs03:15
rmasadHi all03:16
John[Lisbeth]rmasad: hello03:16
nityanandiplaystation controllers are more troublesome to set up (Iuse one) but 360 controller should just work03:16
John[Lisbeth]nityanandi: good call I hadn't realized this03:17
rmasadI have a little problem here... I install Ubuntu next to my windows partition and when I start my pc only start windows (don't show me grub)03:17
John[Lisbeth]rmasad: there is a way around this, let me google a sec. Which version of windows are you using?03:17
rmasad1003:17
John[Lisbeth]rmasad: do you have uefi?03:18
rmasadYes, but I desactivate in the bios and still don't work03:18
John[Lisbeth]uefi is a tricky beast from hell03:19
=== wessles is now known as w_sleep
rmasadYes jaja03:19
John[Lisbeth]rmasad: I can't find a really good guide on it but this link may help answer some of your questions http://www.everydaylinuxuser.com/2015/11/how-to-install-ubuntu-linux-alongside.html03:20
John[Lisbeth]are you a new linux user?03:20
useraayeah nityanandi thxz for the tip, I will have to download Steam, too bad I jhave slow internet03:21
useraaActually Steam is proabbly my best bet to play game under Ubuntu03:21
John[Lisbeth]steam has the most linux games but also check out gog.com and humble bundle03:22
rmasadno, I am not03:22
John[Lisbeth]rmasad: just checking. Yeah windows 10 is finicky with dual boot03:23
useraaWhat is Humble Bundle? I already know about GOG- I like the point and click adventure games such as Technobabylon, I played using a mouse only though.03:23
rmasadI will try what you send me John. Thanks a lot :)03:23
John[Lisbeth]useraa: humble bundle often makes bundles that often have linux games in them. You choose what you pay and choose how much money goes to the developers, the humble bundle, or charity.03:23
John[Lisbeth]rmasad: no probs but keep in mind I am not sure if that link is a good one> i just couldnt find a good guide03:24
useraaok thx for tip again:)03:24
rmasadThere is a "step" I didn't do03:24
=== athairus is now known as afkthairus
rmasadUsing efibootmgr03:24
rmasadI will try that :)03:24
John[Lisbeth]good luck :)03:25
kristhianhello anyone care to help me about this03:25
kristhiani want to reset my mysql password03:26
kristhianand did this steps03:26
kristhianhttps://help.ubuntu.com/community/MysqlPasswordReset03:26
kristhianbut when i type mysql -u root03:26
John[Lisbeth]kristhian: you can get help here but you might also enjoy checking out the channel #mysql03:26
useraaMy next concern is whether I can play my existing xbox360 game dvd collection on the pc under ubunt/windows03:26
kristhianit says ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)03:26
somsipkristhian: sounds like you havent restarted it correctly so it's stil checking privs.03:27
John[Lisbeth]useraa: I read that there was a way to do this if you have a legal disc of the game03:27
John[Lisbeth]useraa: let me google it03:27
useraaI appreciate all the help Lisbeth, but the playing Xbox360 games on PC part is not nbecessary, Ill be really happy just to see the controller in action under Ubuntu games03:29
John[Lisbeth]useraa: now after reading I think it won't work.03:29
kristhianbtw is uninstalling and reinstalling mysql an option?03:30
somsipkristhian: try this instead maybe http://askubuntu.com/questions/489098/unable-to-reset-root-password-of-mysql03:30
useraaPlus I think you need a powerful gaming PC to emulate the Xbox360 games, and I dont have on Lisabeth03:31
useraathx for trying anyways, probably not worth trying hehe03:31
John[Lisbeth]I can't wait until the original xbox is just an emmulator. I have some childhood favorites I would like to play03:34
useraaok supertuxkart finisahed downloading and now i'm playing it on keyboard, controller is not working, now let me tinker with terminal...03:35
John[Lisbeth]useraa: I would go with that steam thing that the other dude mentioned03:35
John[Lisbeth]that way you kill two birds with one stone03:35
useraaI have download another 400mb which might take another hour03:36
AndreHello, is anyone here?03:36
useraa... and that means i will be locked out of downloading material in terminal... so03:36
=== Andre is now known as Guest3097
John[Lisbeth]Andre there's always someone here :). Do you have a question?03:37
Guest3097Hello, i'm trying to make a bootable USB drive, I made one, but my computer won't boot with it.  Whenever I select the Driver D, it just goes to windows, and doesn't boot ubuntu.03:37
Prelude2004ci guess nobody is an expert on this ?03:37
Prelude2004ci am getting  a bunch of UDP streams ( input ) .. they are multicast and they bring in about 390Mbits ( 37,000 PPS ) ... when i watch /proc/net/udp i see UDP drops on some of the pids03:37
John[Lisbeth]Guest3097: what kidn fo computer are you using? what's the model number03:38
kristhianah thanks somsip03:38
Guest3097I'm using an ASUS computer.03:38
John[Lisbeth]Guest3097: is it a laptop or a desktop computer?03:38
Guest3097Asus Q501L Laptop Computer03:38
John[Lisbeth]Guest3097: hold on let me do some readign and I'll get back to you momentarily03:39
Guest3097ok03:39
jack_rip_vimhello03:41
jack_rip_vimI am a new guy here.03:41
Guest3097Cool, me too.03:41
John[Lisbeth]Guest3097: I did not find alot of good guides on the subject03:42
John[Lisbeth]this is a guide for windows but the principle shoudl be the same if this is indeed the same hardware as yours03:42
John[Lisbeth]https://www.reddit.com/r/techsupport/comments/248sy1/need_help_booting_from_usb_to_install_windows_7/03:42
John[Lisbeth]hello jack_rip_vim03:43
jack_rip_vimhello , John[Lisbeth].03:43
Guest3097Yeah, i've read countless articles, and done countless things.  Is there any chance I could Skype or Facetime you and you could help that way John?03:43
John[Lisbeth]yeah that is definately doable03:43
Guest3097Skype? Facetime?  What works best03:43
John[Lisbeth]private message me your skype username03:43
John[Lisbeth]well I would actualy prefer google hangouts to be honest03:44
Guest3097I don't know how to private message... Sorry lol03:44
John[Lisbeth]you type /msg John[Lisbeth] contents of message03:44
OerHeks!skype03:44
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga03:44
Guest3097Ok sure, whats your google?03:45
John[Lisbeth]OerHeks: I think they were not trying to install skype on ubuntu. They said they wanted someone to meet with them on skype and help them fix their computer03:45
John[Lisbeth]my google is john.morris.beck@gmail.com03:45
jack_rip_vimoh, nice quick action.03:45
OerHeksgood luck with skype, tons of issues with that crappy out-of-date package of microsoft .. why does one need your skypename btw?03:45
John[Lisbeth]emacs is the best hehehe03:45
jack_rip_vim:)03:46
John[Lisbeth]OerHeks: they wanted me to help them over video chat which I accepted to03:46
Guest3097Alright, downloading it on my phone, will be ready in a sec.03:46
OerHeksJohn[Lisbeth], , i hope video works ..03:46
John[Lisbeth]on teh phone it should be fine03:46
John[Lisbeth]I have a windows pc too if need be03:47
OerHeks:-) that will do03:47
OerHekssorry, misread the skype question03:47
Guest3097Messaged you John03:47
jack_rip_vimi remember when you give a phone call, you can take a video chat too.03:48
John[Lisbeth]Guest3097: did you message me or email me?03:48
Guest3097I messaged you03:48
Guest3097On google hangouts03:48
=== jrusso is now known as MadcapJake
=== Guest4 is now known as McLight
squarebracketI rebooted my server today to find that it wouldn't boot. Is there something up with kernel 3.19.0-61? Selecting the last kernel (-58), it will boot.04:00
jack_rip_vimchoose advance from you boot menu.04:01
jack_rip_vimthen choose kernel.04:01
squarebracketYes, that's what I'm saying I'm doing currently. But I'm wondering if there's a known bug or if something is wrong in my configuration.04:04
squarebracketI don't want to have to remember to select the previous kernel each time, cuz who knows if I'll remember the next time I reboot.04:04
jack_rip_vimi don't know it. maybe you should check the source code.04:05
squarebracketlol k, I'll get right on that.04:05
jack_rip_vimor google your error,04:05
squarebracketYeah, I tried googling a bit, but I'm not getting any boot errors or anything, just a black screen after the grub selection menu. Makes it a bit harder without that.04:08
OerHekshttps://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/159250104:09
ubottuLaunchpad bug 1592501 in linux-lts-vivid (Ubuntu) ""error while doing dist-upgrade from command line" package linux-image-extra-3.19.0-61-generic 3.19.0-61.69~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New]04:09
OerHeksanother one, https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/159119404:10
ubottuLaunchpad bug 1591194 in linux-lts-vivid (Ubuntu) "package linux-image-3.19.0-61-generic 3.19.0-61.69~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2" [Undecided,New]04:10
OerHeksno solutions mentions htere04:10
OerHeksc/there04:10
john_rambo When I enter my registered nick and its password hexchat connects to freenode but once I close and reopen hexchat the settings are all gone.04:10
glasstrying to use thunderbird to add RSS feeds however when i try to add hackernews it says its not a valid RSS feed04:11
glasswhat am i doing wrong04:11
OerHekssquarebracket, make sure you have linux-headers-3.19.0-61 installed too04:12
OerHeksjohn_rambo, odd, hexchat saves my credentials fine04:12
squarebracketOerHeks: I do, and I'm assuming my kernel modules were rebuilt. Though I guess it's possible they weren't. Can I trigger that with a dpkg-reconfigure?04:16
squarebracketOerHeks: Also, I saw those bugs, but I don't think I got those errors, as they both look to be failing the install? I definitely have kernel 3.19.0-61 on my system, and everything looks good grepping through /var/log/dpkg.log04:17
OerHekssquarebracket, not sure reconfigure solves this, apt-get install -f perhaps, i would try apt-get install linux-headers-3.19.0-6104:18
squarebracketwith the -f, you mean? dpkg -l | grep linux-headers says it's installed.04:19
OerHekshmm, so it is not the headers ..04:19
=== exio4 is now known as hacker
=== hacker is now known as exio4
squarebracketWorth noting: my grub was totally messed up, it reported a syntax error. had to manually boot from the command line04:21
squarebracketOnce I got in, I did an autoremove and an upgrade, that rebuilt grub, with the new vmlinuz/initrd-61. Which fixed the syntax error, but it won't boot on -6104:22
squarebracketAnd while I was booting from command line, I noticed that the autocomplete wasn't showing kernel -61, even though it was the default in /boot/grub/grub.cfg04:22
squarebracketSo who knows, maybe my grub is just fubar'd04:24
fugitHi! Anyone here running ubuntu natively on a Mac?04:28
khushbuhi04:28
bamboobearNope, I'm running it on a crappy celeron m 430 desktop :s haha04:29
khushbuWhen I am trying to run ubuntu with 7th gen some of it's feature stop woking like my cursor.04:29
bamboobearHave you tried any other linux distro's? :) or oterh versions of ubuntu?04:29
cooloutactrying to follow instructions from this bug report https://bugs.launchpad.net/ubuntu/+source/linux/+bug/158543404:29
ubottuLaunchpad bug 1585434 in linux (Ubuntu) "ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4] " [Medium,Incomplete]04:29
cooloutacit says missing firmware noveau04:30
cooloutacno clue what i'm supposed to do04:30
=== cooloutac is now known as Guest19622
bamboobearAnybody know a good irc channel for web design chat please? ^_^04:31
Guest19622I mean the whole thing is i'm supposed to test it for gaming in steam with nividia driver.  is this even possible with a mainline kernel?04:34
Guest19622I know nothing of these thigns.  should I just say screw it and go with arch where their kernel does not have the bugs?04:34
Guest19622no wonder ubuntu kernels are so fkd up. they make it too difficult to test the new kernels.  It would probably be easier if I just compile my own04:38
Guest19622so noone knows what i'm supposed to do for possible missing firmware moduel noveau?04:44
WattisLoveHi. How can I exclude an app from font settings, or have settings for it that aren't affected by global font settings?04:48
Afrotoastnow to sit back and enjoy the fruits of my labors04:51
=== Guest19622 is now known as Jaro
Jaro1873 people and the room seems dead04:52
=== alexandr2 is now known as alexandros_c
Jarohttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/158543404:58
ubottuLaunchpad bug 1585434 in linux (Ubuntu) "ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4] " [Medium,Incomplete]04:58
sag /dev/null > 1 bash: /dev/null: Permission denied05:05
sagWhy not work?05:05
mercedyou tried to execute /dev/null05:06
sagHow to do?05:06
somsipsag: what are you trying to achieve?05:06
sagdd analog05:07
sagbut in fs05:07
sagdd /dev/null /dev/sda05:07
=== gms is now known as Guest33436
somsipsag: dd if=/dev/null of=/dev/sda maybe?05:07
sagI want use >05:08
sagHow to do?05:08
mercedmake your own sh05:08
saghow?05:08
somsipsag: in that context there is no point. Do it the way it should be done, not the way you just want to05:08
somsip!behelpful | merced05:08
ubottumerced: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes.05:08
saghelp plz05:08
kristhianlol05:09
kristhianfuck this lamp05:09
kristhianim going back to xampp05:09
sagecho /dev/null > 105:09
sagnow better?05:09
somsipsag: read these two to understand where you are going wrong https://en.wikipedia.org/wiki/Null_device https://en.wikipedia.org/wiki//dev/zero05:11
saghelp plz05:12
ROPAcan I backup my home directory by booting a live cd, then simply drag and drop the home folder into an external usb  drive??05:13
Bray90820Is there a way to check if IPV6 is disabled in 16.04?05:15
OerHeksROPA, sure you can.05:17
ROPAthanks OerHeks05:18
ROPAI was a little concerned about retaining the original file permissions.05:19
OerHeksBray90820, 'ifconfig' will show if you have an IPV6 adress assigned05:20
jsmoohi05:20
OerHeksROPA, better way is copy on the comandline with the -p flag = preserved05:20
ROPAinteresting, thanks OerHeks05:21
Bray90820OerHeks: Thanks that helped a lot05:22
kristhian!lamp05:22
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.05:22
sagcat /dev/null > 1  Why no work?05:26
shinigamihi05:26
OerHekssag, you have been given an url what /dev/null /zero means .. what do you really want to do??05:27
shinigamihow much size should i set up for manual partition if i have to installl ubuntu in 8 gb drive05:27
shinigamidesktop 14.04 lts trusty tar05:28
sagfrom null to file05:28
sagHOW?05:28
OerHeksshinigami, 8 gb drive .. that would be too small for install + swap.05:28
merced/dev/null is null you can't read from it05:29
shinigamiHecks: would the minimal version would do05:29
sagzero yes05:29
mercedno05:29
sagneed sleep to night05:29
shinigamiOerHeks but on ubuntu size its given that 5gb disk space is sufficient.05:30
jsmoohello05:33
TheFocusAfternoon everyone:  Any ideas why my wifi wont connect when my openvpn connection is set to autoconnect on startup (16.04)???  Network manager...05:34
sagsudo su && /dev/zero > /  && /dev/null > /    Why no work?05:35
OerHeksshinigami, not sure that is correct, i end up with 8-9 gb basic install, ex swap05:35
sagsudo su && cat /dev/zero > /  && cat /dev/null > /    Why no work?05:35
Arcairesag: Why are you trying to do that?05:35
sagfor install Ubuntu05:35
OerHekssag, you are funny.05:36
yournamehello05:36
ArcaireI'm not equipped to handle Schrödinger's troll.05:36
yournametest05:36
nomic!ru05:36
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.05:36
=== yourname is now known as hide4
hide4hello05:37
underd0ghi05:37
jsmoohello05:38
shinigamiOerHecks ok05:38
r0073rexit05:39
jsmoo!who05:40
ubottuAs you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)05:40
=== funky is now known as Guest855
Guest855can't change name ???   /nick funky05:46
mercedsomeone already has that nick05:46
Guest855oh probably me  a long time ago05:46
somsip!register | Guest85505:47
ubottuGuest855: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode05:47
jsmoohello05:50
digidigidahello05:50
jsmooq05:51
=== agnarus__ is now known as agnarus
digidigida#freenode05:52
Guest855I give up I'll just post my question05:53
Guest855drive not showing up05:53
Guest855I'm running ubuntu 16.04 with 3 drives one is Esata  it won't show up but it does show in Disks05:55
dani_is it mounted guest5855?05:55
Guest855not sure05:55
Guest855I'm real new at this ( well I'm kinda forgetful05:56
dani_normally harddisks are auto-mounted.. its been over 10 years since i manually mounted a drive05:56
dani_maybe someone more experienced can help you05:56
Guest855how do I go about mounting it?  do you have a link05:56
dani_if it shows up in disk then it may already be mounted05:57
Guest855That's probably why I can't rememb er about mounting05:57
Guest855it did show up in 14 lts05:57
Blue1dani_: you can do a sudo blkid to see what devices are known to the system - then a sudo mount /dev/xxx /mnt -- Than cd /mnt -- and you are off.05:57
dani_please help guest85505:58
dani_i think you may have to walk him through it Blue105:58
Blue1amm /mnt is the system mount point05:58
Guest855do you happen to have a link or something I can put that in my termanl  I type real slow05:59
Blue1sorry that is the best I can do tonight.   tired -- heat -- exhuasted -- that's the core of it.05:59
hateballGuest855: Do you not have a GUI? Does the disk/partition now show up in Nautilus?05:59
hateballs/now/not/05:59
Guest855Thanks blue105:59
Blue1night - welcome06:00
Guest855I don't have nautilus runnning06:00
hateballWell whatever the file manager under Unity is called these days06:01
Guest855I thinks it's called Disks06:01
Guest855That is what I was using and it showed up there06:01
=== NickG365_ is now known as NickG365
jaggzwhere are all the kernel modules?06:02
=== agnarus_ is now known as agnarus
jaggzI'm trying to modprobe ip_tables, but /lib/modules/{kernel version}/ only has a bunch of modules.* files06:02
bambanxhow the hell i can know where is installed hexchat?06:03
bambanxi need to find the folder for put a new theme06:03
agnarushi06:03
bambanxhi06:03
hateballbambanx: run "which hexchat" in a terminal06:03
agnarusam new to irc chat06:03
hateballbambanx: and most likely you have a ~/.hexchat where themes go06:03
Guest855Well thanks anyways folks have a great night/day06:03
bambanxuser/bin06:03
bambanxwelcome agnarus06:04
agnarusany advice on me?06:04
agnarusthank you bambanx06:04
bambanxwhat kind of advice are u looking for?06:04
agnarusprivacy update or behavioral  or any you feel i should know06:05
bambanxfor irc?06:06
agnaruswhen i use this irc06:06
Bray90820Can someone tell me what these errors mean06:06
Bray90820http://pastebin.com/raw/z4X38gZq06:06
bambanxwell find a nice client program like hexchat and change the theme for a monokai , this will care ur eyes of burning with this aberrant white themes06:07
somsipagnarus: http://www.irchelp.org/irchelp/irctutorial.html06:07
bambanxagnarus, download hexchat is nice client06:07
agnarusthanks somsip and bambanx06:09
agnarussome users shown as "name@IP"  you  know the reason ?06:11
OerHeksagnarus, that is normal, others have a 'cloak' to hide the ip06:12
bambanxbecouse they are cool06:12
OerHeksname@unaffiliated/bla bla06:12
=== user928112 is now known as sierra
mnathaniI have the option of installing ubuntu alongside windows10 in the installer06:12
mnathanidoes this give me an option to pick which drive06:12
sierrahello06:12
mnathanior is it better to go with something else and manually create partitions06:12
OerHeksmnathani, if the suggested location does not fit, choose 'something else'06:13
Bray90820Why would boot be full?06:13
agnarusoerheks can you tell me how can I 'cloak' to hide my ip ?06:14
somsip!cloak | agnarus06:14
ubottuagnarus: To get any kind of cloak (Ubuntu member or any other kind) you first need to set up your nick as detailed in this FAQ: http://freenode.net/faq.shtml#nicksetup -  For Ubuntu member cloaks, ask in #ubuntu-irc and provide your launchpad page. For unaffiliated ones, ask in #freenode.06:14
OerHeksagnarus, see ubottu ( somsip is awesome fast)06:14
agnarus!cloak | agnarus06:15
ubottuagnarus, please see my private message06:15
agnarusok06:15
david_hola06:15
somsipagnarus: the idea is, you read the link06:15
bambanxubuntu software is stuck guys how i can fix?06:16
OerHeksBray90820, after many kernel updates, it can: use autoremove to make free space, you will keep current and previous kernel06:16
somsip!details | bambanx06:16
ubottubambanx: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.06:16
bambanxim on fresh install06:16
hateballBray90820: because of old kernels. sudo apt-get autoremove06:16
shinigamiHi is there a hardware watchdog on ubuntu 14.04 LTS06:16
bambanxi installed a updates of os on ubuntu software and the wheel is spinning for like 1 hour06:17
agnarusha ha I am noob :D06:18
bambanxhow i can find the folder where is installed a app? no the executable, i used which hexchat but it point me to /usr/bin/hexchat and that is a executable not the folder06:19
mnathanimanual partitioning06:19
mnathani. /boot what type?06:19
OerHeks!partitioning | mnathani all info is here06:20
ubottumnathani all info is here: For help with partitioning a new install see https://help.ubuntu.com/community/HowtoPartition | For partitioning programs, see !GParted (recommended) or !PartitionManager. Other partitioning topics include !fstab, !home, and !swap06:20
hateball!fhs | bambanx06:20
ubottubambanx: An explanation of how files and directories are organized on Ubuntu, and how they can be manipulated, can be found at https://help.ubuntu.com/community/LinuxFilesystemTreeOverview  see also: man hier06:20
WattisLoveHow to have an app have different font than the appearance settings'06:20
Bray90820hateball: Almost now when I run sudo apt-get upgrade I get this error "The following packages have been kept back: libcec3"06:20
hateballBray90820: run "sudo apt-get dist-upgrade"06:21
hateballBray90820: did you run "sudo apt-get autoremove" first to free up space?06:21
Bray90820I did06:21
Bray90820Or well...06:22
shinigami Hi is there a hardware watchdog on ubuntu 14.04 LTS06:22
Bray90820I ran sudo apt-get upgrade then it told me both was full so i ran auto remove that reran apt-get upgrade06:22
hateball!fullupgrade06:22
hateballbah.06:23
Bray90820Boot not both06:23
hateballBray90820: Right, well some packages do not get updated with upgrade, so either use "sudo apt-get dist-upgrade" or "sudo apt full-upgrade"06:23
Bray90820Thanks06:23
Bray90820Everything seems to be in working order now06:23
taylormquit06:28
bambanxanyone know how change theme of hexchat?06:29
bambanxidownloaded a theme but cant find the folder for place it06:29
OerHeksaccording to https://hexchat.github.io/themes.html there is a manual https://hexchat.readthedocs.io/en/latest/appearance.html#theme-files >> unzip <name>.hct -d ~/.config/hexchat06:31
bambanxis nothing there06:32
bambanx.config does not exit06:32
bambanxshould i create?06:32
OerHeksbambanx, sure there is a ~/.config/hexchat, hit ctrl + h to see hidden files06:32
OerHeksthe . in front of the foldername = hidden06:32
OerHeksls -la ~/.config/hexchat06:33
bambanxcd ~/.config06:33
bambanx /root/.config: No such file or directory06:33
bambanxfounded06:34
hateballbambanx: why... are you doing things as root?06:35
bambanxwhy as a root does not work?06:35
hateball!rootirc | bambanx06:35
ubottubambanx: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.06:35
OerHeksugh, doing all things as root gives vary results06:35
hateballI'm stepping back from this one06:35
somsipbambanx: what version of ubuntu are you on anyway?06:36
bambanx1606:36
bambanxlast one06:36
somsipk06:36
bambanxi just installed and , the ubunt software is still stuck rebooted 2 times :/06:36
bambanxbad welcome from ubuntu to me06:36
OerHeksbambanx, drop root with 'exit'06:37
bambanxim not root right now06:37
OerHeksthen try again, but if you did install a theme with root, it might not work either.06:37
bambanxnice grep script for find files guys?06:38
somsipbambanx: find what files?06:38
Myrttiwell. the easiest way that I managed to break my Linuxes before moving to Ubuntu and learning the ways of sudo was logging in to and using root. So don't use it unless you have to, qnd especially don't enable the root account.06:38
bambanxi just downloaded a file with firefox , i can see on the folder but i can find using shell06:39
=== moz is now known as Guest89164
OerHeksbambanx, you will love our wiki's https://help.ubuntu.com/community/grep06:42
jianu81hi guys  i have a pretty powerful laptop but it has a very small storage.What would be the best ubuntu based distro to use to have the most storage ?06:54
Equalizerjianu81: I would probably recommend lubuntu. Lightweight and shouldn't take up too much storage.06:55
ducassejianu81: ubuntu in general doesn't use much storage, only your data does.06:56
jianu81tried it,too lightweight06:56
jackcomwhere mac address is attatched?06:56
jianu81it is quite a lot of space for a 16 gb ssd06:56
jianu81i kinda like how ubuntu mate,ubuntu gnome and xubuntu look06:56
jianu81xubuntu too06:57
jianu81which uses the less space ?06:57
EqualizerTry xubuntu then. It's hard to tell which one uses less size, because it all depends on how fine gained your intial package selection is.06:57
jianu81also is mate lighter tan xubuntu ?06:58
jianu81basically xfce vs mate /06:59
jianu81?06:59
jackcomwhere mac address is attatched?06:59
jackcom:)06:59
ducassejianu81: you need to try to find out.06:59
jianu81how ?I have like 1 spare hour to install one of them07:00
jianu81ubuntu mate installation is unusually big even bigger than linux mint07:05
jianu81why ?07:05
jianu81it seems to be a low end DE07:06
ducassejianu81: if you install only the default applications, i would expect xubuntu to be the lightest of those. but you might want to install from the server image and choose packages manually.07:07
jianu81can't do it07:07
jianu81laptop doesn't even have a ethernet port07:07
OerHeksjianu81, bigger than mint, hahahah really?07:08
jianu81yes07:08
jianu81ubuntu mate is around 1.5g07:08
jianu81gb07:08
AndrewMockhttp://us-west-1.ec2.archive.ubuntu.com/ is bogged or DDoS'd or something07:08
AndrewMocksorry us-west-2 <<<07:08
AndrewMockus-west-1 is okay07:08
AndrewMockapt-get update is taking 30 mins lol07:09
jianu81also i could use kubuntu07:09
jianu81how much space does it use ?07:09
somsipjianu81: everything you may need to know http://askubuntu.com/questions/333795/what-are-the-system-requirements-for-each-flavour-of-ubuntu-desktop07:10
jianu81well it says that kubuntu uses less space than both lubuntu and xubuntu07:11
jianu81yeah ubuntu mate uses a LOT of space07:11
OerHeksmint.iso is 1.5 gb ... kubuntu.iso 1,4 gb07:12
OerHeks'uses less space' is so personal, without updates and additional programs/codecs/fonts/webplugins ... or with07:13
vakhi all07:13
OerHekshi vak07:13
jianu81also look at the first one here https://www.quora.com/Whats-the-best-looking-Linux-desktop-youve-seen07:14
jianu81can i actually make xfce to look like that ?07:14
somsipjianu81: it's possible. Whether you can do it is an unknown07:15
vakwhat application could you recommend to graphically monitor *arbitrary* resources on the desktop (ideally in a status-bar like system monitor) ?07:15
OerHeksvak watchdog perhaps?07:17
OerHeks!info watchdog07:17
ubottuwatchdog (source: watchdog): system health checker and software/hardware watchdog handler. In component universe, is extra. Version 5.14-3ubuntu0.16.04.1 (xenial), package size 71 kB, installed size 230 kB07:17
jianu81also what about linux mint mate ?07:18
OerHeksmint is not supported here, jianu8107:19
jianu81oh07:19
jianu81anyway07:19
vakOerHeks: thanks for hint, gonna look at it. Could i pipe e.g. output of "ping ...|cut ..." in there? i mean is it customizable with convensional CLI-invocations?07:20
ducassevak: you might want to look at conky07:21
OerHeksvak, not sure about that, maybe someone else here knows  ..07:21
jaggzhow do I force removal of packages?07:22
jaggzI have ubuntu on a dedicated server, and it had no modules -- in fact, the module package's version (4.2.0-38) don't match the kernel (4.2.0-42)07:23
jaggzthere's nothing in /boot either07:23
AndrewMockhttp://us-west-2.ec2.archive.ubuntu.com/07:23
jaggzI'm not sure how their server boots :)07:23
AndrewMockshould i file an Ubuntu bug for that? or aws?07:23
AndrewMocknevermind07:24
AndrewMockfixed07:24
jaggzbut after installing those things I got a ton of errors.. and even removing them is erroring too07:25
vakducasse: thanks for a hint. Now I have a point to start including alternatives http://dooblet.com/alternative-to-conky :)07:25
jaggzhttp://www.pasteall.org/7067907:25
jaggzif anyone can help me here I'd greatly appreciate it, as I can't install other packages now07:25
jedibornhello07:28
ducassevak: the only alternative i like is gkrellm, but it's pretty limited unless you write your own plugins.07:29
jedibornhell world07:29
Dikehgdh07:29
Dikehellow every one07:29
jedibornyou are chinese?07:30
somsip!ot | jediborn07:30
ubottujediborn: #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!07:30
jediborn你是中国人么?07:31
somsip!zh | jediborn07:31
ubottujediborn: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw07:31
jedibornjoin#ububtu-cn07:32
=== jackcom_ is now known as jackcom
jobggcnhey07:33
vakducasse: no-no. own plugins is a no-go. i'd need only visualize in graphs some regular CLI output07:34
jedibornsomsip: 妈的,你是不是中国人?07:34
jobggcni'm having some issues with the ubuntu software center, have not been able to load software descriptions or do package searches on 16.04.07:34
somsipjediborn: no. Join the chinese channel07:34
jedibornC\c++?07:35
Dikehi may I knw the difference between Gnome Xchat n XChat IRC , what is the best07:35
jedibornno can no bb07:35
somsip!alis | jediborn07:36
ubottujediborn: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu or /msg alis list http07:36
jobggcni have tried uninstalling and reinstalling the software center, as well as apt-get upgrade|update|auto-clean|clean, and changing servers07:36
ducassevak: then you might want to look at things like rrdtool and script something around that, or look at one of the many monitoring systems.07:36
Tin_manDike, hexchat, xchat is abandon ware07:36
ROPADike, all xchat has been dumped, officially. Use hexchat, identical interface and works great, even the commands are the same as xchat.07:38
=== jackcom_ is now known as jackcom
DikeHexChat is the stable version to use on ubuntu ...Thanks for the info.. but still available on the software center , I ll move quickly , thnks again07:40
ROPADike, hexchat hasn't been updated in years, hexchat is an improved version by the same software writer and was intended to replace xchat.07:42
MrAdamhello07:45
jackcomhow can i change abc@ubuntu to jackcom@ubuntu?07:47
=== EDKA is now known as Dike
DikeHi all on Ubuntu with HexChat07:48
bambanxhey07:49
bambanxubuntu is using the audio of my video card which i dont use , how i can change to the motherboard audio device?07:49
DikeROPA07:50
jianu81other than ubuntu what is the most popular DE ?07:56
jianu81Unity*07:56
staeksauceI like Gnome quite a bit07:57
mercedKDE prolly07:57
somsipjianu81: that's not a sujpport question - ask in $ubuntu-offtopic07:57
Thinker_plugged in, everytime i get this message during boot- Assuming drive cache: write through. Is it uncommon?  What does it mean07:57
vakducasse: thank you!07:57
Thinker_When i start ubuntu with pendrive plugged in,  i get this message during boot- Assuming drive cache: write through. Is it uncommon?  What does it mean07:58
ducassevak: np. just ask if you need more info :)07:58
wokkoThinker_: Normallt you get that with usb drives and nothing to worry about07:58
wokkoNormally*07:58
jackcomhow can i change abc@ubuntu to abc@mypc?07:59
Thinker_wokko,  does that mean OS is using pen drive as swap or cache?07:59
somsipjianu81: in what context?07:59
wokkoThinker_: No, it just means it is using the whole drive08:00
Thinker_wokko,  thanks08:00
ducassejackcom: what do you mean?08:03
jackcomi want to change hostname08:03
ducassejackcom: /etc/hostname08:04
jackcomwhat girl name is pretty and beautiful?08:05
somsipjackcom: http://askubuntu.com/questions/9540/how-do-i-change-the-computer-name08:05
jackcomthanks i change it for help of ducasse and somsip08:07
jackcom;)08:07
jackcomabc@ubuntu   —> abc@Sopia08:10
jackcomgood08:10
Lunar_Lamp/w/win 908:15
[L7]=j-hu9aeb08:18
[L7]ooops sry08:18
[L7]hi :)08:18
stacks88with raid 5 , 6 TB x 5.. if one drive dies, how long would it take to rebuild, software raid? any guesses08:18
Dikehi08:19
[L7]few thousand lightyears08:19
Dikehi08:19
[L7]hui08:19
[L7]oi08:19
[L7]moin08:19
mercedbut a long time08:19
CrookXrewhi08:19
[L7]acidburn hehe08:20
[L7]moooooooooooooo08:20
[L7]lol pickd up a netbook with 2gb ram but preloadd with windows 1008:20
[L7]+ norton, so.... dadadadadadadadadadadadadadad  ubuntu 2 the rescue08:20
mercedeeew08:21
[L7]ne network gurus around08:21
spaceshipwho know Dancer2 I have one probleme of this....I do not understand how to define a file with variable tt [%%]08:22
DikeHexChat is better than XChat thanks for the guide08:22
[L7]i dont understand why comcast route me fake ip08:22
[L7]haha08:22
[L7]likes  75.75.75.75 for intsance....  ip-75.75-75-75.com08:23
[L7]i know arpa, it doesnt work like that08:23
[L7]y008:24
[L7]could some1 traceroue me n post in pm pls08:24
[L7]tryn to fix routin issues, thx08:24
fumblehoolHi all. I am having a problem with ubuntu 16.04 on hp pavilion. When I enter password to login, I get a blank desktop wallpaper with no icons, folders and status. When i press Ctrl+ Alt+ F1, I am able to login in CLI. When i run command startx, the GUI is restored but no dock is there. Kindly help08:25
[L7]mebbe  ls -la   from /home/user08:26
[L7]n rm .*08:26
[L7]n other files storin custom settings,08:26
[L7]or deluser and re adduser fumblehool08:26
=== [L7] is now known as L7
fumblehool@L7 It will remove all files from the user.\08:29
ducassefumblehool: try to create a new user and log on with that user-id. if that works there is something in your user's config.08:33
spaceshiphello I do not understand how to define a variable and display it with perl template toolkit on ..08:33
L7lo08:33
ducassespaceship: try in a perl channel, you will have a better chance of getting an answer08:36
=== AcidCras_ is now known as AcidCrash
OflorHello, what is vesa? Is it a universal video-driver?08:43
ducasseOflor: https://en.wikipedia.org/wiki/Video_Electronics_Standards_Association#Standards08:46
=== altinu is now known as altin
lernerI recorded my computer booting, there are so many things wrong. where can I upload the video?08:57
Ben64youtube?08:58
lernercan I do that directly in launchpad?08:58
Ben64uh, go to youtube.com08:58
ducasselerner: or even better, just post your logs and problem descriptions - far easier to go through than a video.09:00
lernerducasse, problem is, i don't know where in /var/log to look09:01
OflorCan anyone tell me whether xorg uses intel drivers for graphics? http://pastebin.com/CJFamizs09:01
ducasselerner: syslog, dmesg and kern.log are the typical places to start.09:01
lernerducasse, I have a syslog, a syslog1 and 7 syslogx 1 to 7.gz, where x is a digit 1 to 7... which one?09:02
ducasselerner: there should be one called just syslog, that's the current one. same with the others. higher number = older.09:03
lyzelerner, that's a thing called log rotation. when a log file gets too big it gets compressed and stored and a new file starts. older files will get deleted after n rotations c;09:04
OerHekslerner, good log about booting, in svg format, systemd-analyze plot > filename.svg09:05
OerHeksupload to imgur and let us see09:05
=== daniel is now known as Guest29900
lernerducasse, there are several dmesg also, the only one without a digit (dmesg0) is from 14 months ago...09:05
lernerducasse, there are several dmesg also, the only one without a digit (like dmesg0 or dmesg1.gz) is from 14 months ago...09:05
lernerOerHeks, is that a command?09:06
OerHeksyes09:06
lernerI just tried and failed to open syslog with geany, what program should I use? should I export dmesg, syslog and kern.log to svg as OerHeks suggested?09:07
OerHeksthis plot routine grabs log info, no need to do any additional steps09:07
lernerOerHeks, can I do that with a different file format? odt? txt?09:08
OerHeksno, tool creates .svg only AFAIK09:09
lernerOerHeks, I dont see all information I read when I boot: I get a huge list of apps and programs being activated in list form with [ ok ] or [ failed] appended. Thats what im looking for...09:14
ducasselerner: try 'systemctl --state=failed' if you are running 16.0409:17
chl_whenever I run a window fullscreen, my screen turns off and on for a shortwhile, running 16.04, intel 400009:18
chl_anyone got a fix for this behaviour?09:18
=== ubuntu is now known as Guest48333
ducassechl_: you could look at the X log or if dmesg has anything to say ('dmesg -w' before triggering the behaviour)09:23
chl_ducasse: thanks, will try that09:24
bambanxi am trying to install drivers for intel high definition audio device, and i get this error http://pastebin.com/JRyK6GVV  , what's means?09:27
Ben64uh... are you sure you need to install drivers?09:27
bambanxno09:28
bambanxbut09:28
hateballA case of the old "I think Ubuntu is Windows with a different theme"09:28
bambanxubuntu is taking the audio from my video ati card, instead of my motherboard wich use that drivers09:28
bambanxso not sure how swithc09:28
bambanxswitch09:28
Ben64what do you mean "taking the audio from"09:29
bambanxon the top right on volume settings09:29
bambanxthe only profile there are is for my video card audio09:29
bambanxand i dont use that09:29
hateballThe default output device is apparently the wrong one. Unity has no GUI for changing that does it? There is padevchooser to use instead09:29
hateballWell, pavucontrol is probably better09:30
OerHeksopen terminal: alsamixer # and hit F6 to select sound-device09:30
Myrttipavucontrol ftw09:30
bambanxinstalling it09:31
bambanxin output devices , port only are hdmi of the video card, is not showing my another device09:32
lernerOerHeks, did you read my last message? connection over me broke09:38
ducassebambanx: can you see the sound device with 'lspci'?09:38
bambanxOerHeks, i did and switch then i go to volume setting and still show me the only audio of my video card :/09:38
lernerOerHeks, I mean this: OerHeks, I dont see all information I read when I boot: I get a huge list of apps and programs being activated in list form with [ ok ] or [ failed] appended. Thats what im looking for...09:39
bambanxin pavucontrol too09:39
ducasselerner: 16.04?09:40
lernerducasse, yes, 64 bits09:40
ducasselerner: 'systemctl --state=failed'09:40
lernerducasse, that's also a command I assume...09:40
ducasselerner: yes :)09:40
lernerthanks ducasse09:41
bambanxducasse, yes http://pastebin.com/cCVA000Y  is the intel in audio line, and in bottom is the video card audio too09:42
=== marklyford___ is now known as marklyford
ducassebambanx: 'lspci -k' will show you if there is a driver loaded for the sound device.09:43
bambanxducasse, this is http://pastebin.com/v4yVcni0 not sure if is ok09:45
bambanxhow many lines can paste here?09:47
ducassebambanx: as you can see from that, the kernel driver snd_hda_intel is loaded for both devices. i don't think that should be a problem, but i don't know enough about how sound works. but you don't need a driver.09:47
bambanxok man09:47
bambanxthanks anyway for you help09:48
bambanxi will keep researching09:48
=== ThatGuy is now known as ThatGuy1
OerHeksfinding the right sound driver was like 10 years ago ..09:48
ducassebambanx: pavucontrol should see that device, though.09:48
maxxDI can't switch to A2DP with my bluetooth headset on Ubuntu gnome.. any tips?09:48
bambanxducasse, is not seeing it09:51
OerHeksmaxxD, though this is a mate and debian page, might be any help https://ubuntu-mate.community/t/how-i-got-my-bluetooth-headphones-to-work/410 ::: https://wiki.debian.org/BluetoothUser/a2dp09:52
CRDarwinhello09:53
CRDarwini have a problem about my windows09:53
CRDarwinwhen i start the windows stuck in windows screen09:54
CRDarwini tried the chkdsk but it did not work09:54
OerHekswindows as in microsoft windows??09:54
ducassebambanx: then i don't know what to suggest, sorry. maybe you need to pass some option to the snd_hda_intel driver - try finding some docs for that.09:54
CRDarwinwindows 1009:54
k1lCRDarwin: ##windows might help09:54
OerHeksCRDarwin, wrong channel, try ##windows09:54
CRDarwinokey sorry09:54
OerHeksmay the force be with you ..09:55
Homely_GirlHi, can anyone help me delete a windows partition please? I've installed a patition manager 'n see a list of dev/sda's10:04
bambanxOerHeks, can u use the force for fix my audio card?10:05
k1lHomely_Girl: start the "gparted" gui and delete it?10:05
Homely_Girlkil I did not install gparted, that sounds familiar too! Thanks10:06
Homely_GirlKill I've deleted to two ntfs partitions....yay, now it says that space is unallocated!  how can I make it available to Linux?10:10
k1lHomely_Girl: first: you cant resize the linux partitions while that linux is booted. you need a live linux for that.10:11
k1lHomely_Girl: then you start gparted. choose the linux partition next to the unallocated space, then choose resize, then slide the end of the linux partition to include the unused space.10:11
Homely_Girlkil That makes sense!! I will have to unearth my live disc, I'm relieved to be in a MS free zone again!!10:12
Homely_GirlThanks for that advice, I will print screen this convo to refer back to when I find my disc!10:12
OerHekschoose 'use whole disc' then you get a fresh MBR too10:12
staeksaucewhy does Minecraft use a different icon for the launcher than it does for the actual game once launched in Plank?10:14
Homely_GirlMany thanks to you brains for being here for us mortals! :D10:14
neckui'm having trouble setting up partitions for installing ubuntu 12.04 on my PC. the first entry in the partition table is "/dev/mapper/isw_bfhaghaief_Volume0", and then there are a lot of entries underneath. there is only a Volume0, and one etx4 disc mounted on /, and a swap disc... the boot loader is set to /dev/sda ... is this ok? or do I need to change the device names to "/dev/sda" aswell?? thanks!10:14
hateballnecku: is there a reason you are installing an OS that will go EOL in less than a year in the first place?10:15
neckuhateball, I'm a developer and all the other stuff runs it so I need to keep an older version10:16
lerneri should change my nick to polandball10:19
john_960#TeamSkyFire10:19
bekksSomeone please can clue me on why setting Acquire::PDiffs "True"; seems to have no effect upon installing packages? There is no output indicating that package diffs are downloaded.10:20
tomaz__hi.. i have bunch of virtual servers in Azure and would like to implement some sort of caching for apt-get update. i found apt-cache and apt-mirror. can those two be easily setup for different distributions of ubuntu? i have mainly 14.04, but now i can found more and more 16.04 servers. Any link/tutorial/blog post would be really appreciated10:26
bekkstomaz__: USing apt-cacher-ng works for all Ubuntu releases.10:26
test1English ?10:27
k1ltest1: yes10:27
tomaz__bekks: thanks10:28
test1Ok thanks, im french10:28
k1l!fr | test110:28
ubottutest1: 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.10:28
test1And its my first time on this IRC, what are the discussions ? problem with ubuntu ?10:29
k1ltest1: yes, this channel is for technical ubuntu support. #ubuntu-offtopic is for chat10:30
test1Ok thanks, it's very great. Good afternun, im come back in few days10:31
jackcomi installed apache2, where i can find it?10:34
jackcomwww folder10:34
bekks /var/www/10:34
merced/var/www10:34
jackcomthanks for help10:35
jackcom:)10:35
juanonymous!lamp10:38
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.10:38
jackcomi can’t copy to /var/www, what’s wrong?10:38
jackcomi can’t copy it to /var/www, what’s wrong?10:38
juanonymouschmod +x /var/www10:39
bekksjuanonymous: Nope.10:39
jackcombekks: then?10:39
bekksjackcom: Everything is fine. That folder is not writable for all users, but for the www user only.10:39
k1ljackcom: put your user into the www-data group10:39
bekksjackcom: If you want to copy stuff into that folder as your user, add your user to the www-data group10:39
bekksjuanonymous: Folders are executable, always.10:40
juanonymousok10:40
jackcomi must get root power?10:41
bekksjackcom: No.10:41
bekksjackcom: You've just been told on what to do.10:41
OerHekshmm pretty nice 16.04 tutor https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-0410:41
jackcomthanks10:41
* OerHeks bookmarks10:42
jackcomhow can add user to the www-data group?10:44
ikoniaopen the user gui, add it to the group www-data10:45
jackcomwhat is user gui?10:45
ikoniathe user admin gui10:45
ikoniajackcom: I suggest you read https://help.ubuntu.com before going any futher10:45
jackcomuser admin gui?10:45
ikoniayou appear to be asking a lot of very basic questions (which is fine) yet you'll have a lot more sucess reading that page10:46
ikoniait will explain the basics to you10:46
jackcomoh good thanks10:46
=== Eon is now known as Guest2210
=== anonymous is now known as Guest46709
=== mohammad is now known as sad
sadhello10:55
k-josephhi guys, am running a script that contains a variable that echoes as "re\re" but when i use it as a parameter to another command, it is parsed in as "rere", how can i keep the escape character in it?10:55
sadhow can i create my flash usb bootable while i have ubuntu iso file10:56
ducassek-joseph: use two \'s10:56
k-josephducasse: that mean i need a regex to do the replacement10:57
kalgecinhello guys, i have a problem with glassfish. clean unzip of glassfish and clean jdk8. when i try to deploy my application with secure admin running, the application conflicts with the admin console and i end up reaching the application over ports 4848 and 8080. funny part is, if i copy the whole glassfish folder to my pc, my pc runs it all fine. ubuntu server 16.04 brings the problem10:57
kalgecinsad, use "ddrescue ubuntu.iso /path/to/usb --force"10:59
rehanhi everyone11:00
rehani need tutorials11:01
rehananyone knows?11:01
BluesKajHiyas all11:02
rehanhey man11:02
grnolivehello BluesKaj11:02
k1l!rute | rehan11:02
ubotturehan: documentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - https://www.andrew.cmu.edu/course/95-799/rute.pdf11:02
BluesKajhi grnolive11:02
rehanhello people11:04
dev-nullREHAN11:04
splashingisit hard to keep ubuntu use newest fresh linux kernel?11:06
ikoniasplashing: why would you want to do that11:07
k1lsplashing: ubuntu keeps one kernel base after the release. (except the LTS version which gets backports kernel from the new ubuntu releases). but you can use the mainline builds but dont have automatic udates then11:07
splashingikonia, because i am bored now11:07
ducassesplashing: bad reason.11:07
ikoniasplashing: then research it if you're bored, you have time on your hands to research rather than expect us to do it for you11:08
Myrtti"let's break stuff, that keeps my blood pressure high and I feel invigorated!"11:08
splashingi hate GNU11:08
splashingbut i like linux11:08
ikoniasplashing: not interested in that sort of discussion, we are here to help support ubuntu only11:08
Myrttiok. Do you want a medal for that?11:08
splashingsa you wish11:09
splashingsa11:09
splashingas11:09
k1lsplashing: make sure you have backups, then test the mainline kernels if you like. its your system.11:09
k1l!mainline | splashing11:09
ubottusplashing: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds11:09
splashingunstable11:11
splashingat all11:11
splashingbut thanks anyway11:11
=== yoni is now known as Guest49826
Axton!general11:13
Flexmanhi!11:14
FlexmanI'd like to set the DSCP-value for a certain application to 46.11:15
Flexmandoes that work like iptables -t mangle -A OUTPUT -p udp -m udp --sport 6650:6657 -j DSCP --set-dscp-class ef11:17
Flexmanor have i to use magle - A POSTROUTING ?11:18
ThePendulum'lo11:18
ThePendulumI installed (l)ubuntu 16.04 on our media center and installed kodi. Apparently it's normal that it will show an fsck message like 'dev/sda1 clear 2920348092834 098423984 blocks' or something. However, when logged in as kodi, this message keeps prompting itself over all other display after boot, making the system unusable. Any idea what could be causing it to override everything else?11:19
rusichвсем привет, люди кто либо пользуется редактором brackets11:19
ThePendulumamen11:19
ThePendulumI'm confident it has booted and isn't just stuck there; I can pull up a tty for a second, after which it will just disappear behind this message again11:20
rusicheveryone hello. Ho use brackets editor?11:20
glasslooking for the standard steps of hardening my dd-wrt router. any suggestions?11:20
hateballglass: try ##hardware11:21
lyze!ru | rusich11:21
ubotturusich: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.11:21
glassthanks hateball (your name sounds like a crazy new biker/ghetto drug)11:22
ducasseglass: you could also try ##linux11:24
ThePendulumglass: might want to check ##networking as well11:25
soupnanodesukarIs it safe to update 14.04 to 16.04 yet?11:27
k1l!ltsupgrade | soupnanodesukar11:27
ubottusoupnanodesukar: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st.11:27
soupnanodesukarokay, neat11:28
ahlusarI was wondering if anyone wouldn't mind looking at my installation for Firefox and Selenium on Ubuntu?11:38
ahlusarI am continually getting an error with my Driver11:38
juanonymousi am trying to install libapache2-mod-php5 but this is the result11:41
juanonymoushttp://termbin.com/racj11:41
ioria!info libapache2-mod-php11:42
ubottulibapache2-mod-php (source: php-defaults (35ubuntu6)): server-side, HTML-embedded scripting language (Apache 2 module) (default). In component main, is optional. Version 1:7.0+35ubuntu6 (xenial), package size 2 kB, installed size 15 kB11:42
k1ljuanonymous: which ubuntu exactly?11:43
k1lsince 16.04 they switched to php 7 as standard, so there is no libapache2-mod-php5 but a libapache2-mod-php which links to libapache2-mod-php7.011:44
juanonymousi am using the latest release11:44
juanonymous16.0411:44
juanonymousah11:44
agnarus /msg NickServ identify pa$$1234#11:45
DJonesagnarus: New password time11:45
loki_which web browser is less laggy? firefox is really annoying.11:51
ikonianone of them are laggy really11:51
ikoniathey are all quite simple11:51
jack_rip_vimelinks11:51
ikonianot really realistic as a browser11:51
loki_so it could be a network problem11:51
ikonialoki_: whats the actual symptoms you see11:52
Flexmanfirefox just sucks more and more11:52
ikoniaI don't think so11:52
ikoniait dips in and out trying new things, but mostly it functions well11:52
Flexmanfor me it's the slowest of all browser11:53
loki_the main symptom is that it is getting slower11:53
ikoniain what way slow11:53
ikonialoki_: what's getting slower - can you try to explain the symptoms11:53
loki_some web sites stuck when loading11:54
loki_especially outlook11:54
ThePendulumguess I'll just reconfigure the kodi autologin and see where it gets me11:55
ikoniaso some specific sites are having a problem but others are fine11:55
loki_the only site that loads fine is google11:55
lemonhi11:57
ikonialoki_: you need to describe things better11:58
jsmphi11:58
ikoniait's gone from "fire fox is slow", to "some sites are slow" to "all sites part from google are slow"11:58
ikonialoki_: pause for a moment, think, and try to explain honestly what your symptoms that you see are11:59
vltSince the latest updates it’s really, really slow when Firefox and X server run on different machines. The data being sent while scrolling a web page increased from ~350 kbit/s to ~300 Mbit/s.11:59
vltloki_: ^11:59
brunch875elinks is dead deeeaaaaad11:59
bekksvlt: I'd use nxserver/nxclient instead.12:00
juanonymoussudo a2enmod php7.012:00
juanonymousERROR: Module php7.0 does not exist!12:00
brunch875I'm genuinely interested in having a smooth text-based browser12:00
brunch875for those times in which X dies12:00
OerHeksi open 10 FF pages at once, no problem12:01
=== jsmp is now known as jsmoo
OerHeksflash content starts only when i focus that tab12:02
=== cigumo_ is now known as cigumo
anabainhow can I add widgets to the main taskbar in kubuntu 16.04? Formerly it was possible to do it with right-click and selecting some option, but now this isn't available any more...12:04
k-josepham running a script that contains a variable that echoes something like "re\re" but when i use it as a parameter to another command such as mysql, it is parsed in as "rere", how can i keep the escape ('\') character in it?12:05
lyze\\12:05
lyzeI guess12:05
k-josephlooks running a double / replace doesn't worl12:05
=== mist is now known as Guest96531
k-josephloki_: ^12:05
lyzeHmm could be that 4 work ... try that :P12:06
lyzek-joseph,12:06
k-josephyeah, i tried with four which failed12:06
loki_it actually is a network problem.12:06
k-josephwhen i use the variable as a parameter, it seems to remove all of them12:07
bekksOr pass it as 're\re' not "re\re".12:07
ikoniathere we go12:07
ikoniaso investigation over randomly blaming "firefox is slow - what is a faster browser" wins12:07
ikoniaas a different browser would still have had problems12:07
k1lanabain: maybe the helpers in #kubuntu know better about those kde specifics12:08
loki_what does ^ mean?12:08
lyzek-joseph, tried it with single quotes alreadY? so e.g. echo 'test\123'12:09
staeksauceHow do I change the icons that Plank uses?12:11
ed_1hi, i tried all sorts to get my media partition shared with samba so my phone can access files. i can see the sharing computer but no files/cant open folder. can someone walk me through fault finding please?12:12
loki_quit()12:12
akaisorahey, I have an issue compiling my project it says undefined reference to symbol 'fmod@@GLIBC_2.2.5', but i have already linked to -lm12:20
akaisoraany knows what might be the problem?12:20
ed_1very quiet here12:20
akaisoraoh12:20
juanonymousfuck it12:21
juanonymouslol12:21
ed_1skin up and wait12:21
thegameexit12:21
jsmoohi12:22
somsipakaisora: we dont support compiling in here. Maybe ##c can help12:22
ed_1anyone support fixing samba?12:23
akaisorasomsip: alright, thanks!12:23
ed_1do i need to try elsewhere?12:23
hateball!patience | ed_112:23
ubottued_1: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/12:23
MrAdamhi12:23
ed_1sorry seems unusually dead here12:24
ed_1how about bluetooth?12:24
=== manjit_ is now known as manjit
k1led_1: we are so quiet because everyone is waiting for the real technical issue :p12:25
k1led_1: does the samba share work from another client?12:28
ed_1no the samba is seen but no shares12:33
Dikehi12:33
ed_1does the share need to be in /home?12:34
bekksed_1: No.12:34
twoflyhi12:35
ed_1permissions are owner read and write, but group and others are none. cant seem to change them12:36
ed_1when i change anything it greys out12:37
ed_1gives me please wait. now trying to change group to sambashare12:37
bekksed_1: Permissions of what?12:37
ed_1the directory (partition) i want on the network12:38
bekksed_1: And what about the share definition?12:38
bekksed_1: btw filesystem contents are shared, not partitions.12:39
ed_1the please wait never ends and dont see much disk activity. not sure about definitions12:39
=== csyogi1 is now known as csyogi
bekksed_1: Where did ou setup a samba share then?12:40
tuorHi, [Ubuntu 14.04] why does `ss -4ltn` not show port 443, but apache is lithening on it. I checked it with `nmap -p 443 $host` from an other machine.12:40
ed_1</media/ed/media/>12:40
tuorThe port is "open" but not listet by ss.12:41
bekkstuor: Why not just using netstat -tulpen and rely on it?12:41
bekksed_1: Where did you setup a samba share then?12:41
bekksed_1: What did you do to share that directory?12:42
ed_1in /media/ed/media/12:42
Ben64thats not a great place to share stuff from12:42
manjitI am saving some file to /Desktop/test/demo but i am unable to open the test directory ? It is happening only when i am saving some file directly from browser.12:42
manjitCan anybody help me ?12:42
bekksBen64: Quite  bad plce actually.12:43
bekks*place12:43
ed_1its only a local network12:43
Ben64manjit: ls -ld Desktop/test12:43
ed_1and just music12:43
bekksed_1: The samba server is started before the content is mounted to that directory.12:43
ed_1do i need to / can i start all over again?12:44
Ben64ed_1: doesn't matter, that directory and its content is created on the fly, and is limited in access to your user12:44
tuorbekks, because I want to learn how to do stuff with new tools. But I found it, it's listed under ipv6. `ss -tln` lists the port.12:44
manjitBen64, there is not a permission issue :) I have give test a 77712:44
manjitpermission12:44
asifcan i install ubuntu on any phone ??12:45
bekksasif: No.12:45
ed_1i pasted from various places to setup samba12:45
ed_1what should my first step be12:45
Ben64manjit: ls -ld Desktop/test12:45
bekksed_1: MAnually mount your content to /mnt/myshre and then share /mnt/myshare12:45
Ben64ed_1: mount the thing somewhere else... either manually or fstab, share there instead12:46
ed_1ok i will try that. can i just make a symbolic link and share from that?12:46
DJonesasif: Best place to  ask would be in #ubuntu-touch for specific info on installing different phones12:47
bekksed_1: No.12:47
ed_1how about a directory within /media/ed/media/music for example?12:48
=== Guest99325 is now known as IdleOne
bekksed_1: No.12:48
ducasseed_1: don't mount it in /media.12:48
bekksed_1: You need a directory outside of /media12:49
ed_1ok cheers. i will mount it within my /home/me/12:49
bekksed_1: Why not using /mnt/myshare ?12:49
Ben64you should use /mnt/blah12:49
bekksed_1: Thats what /mnt is for.12:49
manjitBen64, drwxrwxrwx 3 manjit manjit 4096 Jun 15 18:08 /home/manjit/Desktop/test/12:50
ed_1Why not using /mnt/myshare ? shall i create /myshare or will mount do that for me?12:51
ducasseed_1: create it.12:52
bekksed_1: you need to create /mnt/myshare not /myshare12:52
ed_1wow, mnt is empty12:52
mcphailmanjit: Desktop/test is different from /Desktop/test (which is what you said originally). Are you sure you aren't using /Desktop/test by mistake?12:53
manjitBen64, mcphail here it is drwxrwxrwx 3 manjit manjit 4096 Jun 15 18:08 Desktop/test12:55
bekksed_1: Of course it is.12:55
mcphailmanjit: yes, but are you sure you haven't set your browser to save to "/Desktop/test", which is a different directory? Sorry to be annoying, but it is a common mistake made on here where absolute and relative paths get confused12:58
ed_1bekks do i change it in fstab now i have a directory in mnt12:58
bekksed_1: Yes, you can create an entry in /etc/fstab12:58
manjitmcphail,  problem is not that i have set browser to save the files in "/Desktop/test" . Problem is when i am saving any file with "save link as" and going to "/Desktop/test" or any other place that folder is not going to open :(13:00
ducassemcphail: because /Desktop is not the same as ~/Desktop13:02
ducassemanjit: ^^13:03
ducassesorry, mcphail.13:03
mcphailmanjit: yes, but my point is you are not going to be able to save anything to "/Desktop/test" with any browser. "/Desktop/test" is an absolute path, under the / directory, rather than a relative path under your $HOME directory. You're not going to have permission to save there13:03
soupnanodesukared_1: if you have a symbolic link in the samba share path, or the samba share path is a symbolic link, samba in my experience will not see it.13:03
mcphailmanjit: what happens if you try to save under "/home/manjit/Desktop/test/" explicitly?13:04
ed_1ok thanks. im still trying to digest fstab13:06
ed_1its ntfs as well13:07
ikonianfts has nothing to do with samba13:11
ed_1UUID=06B95AC51647D69A  /   ntfs is about to go in fstab. am i ok?13:12
bekksed_1: No.13:12
ed_1glad i asked13:13
bekksed_1: Thats an invalid fstab line. Show us the complete line you want to add please.13:13
ed_1that was it13:13
bekksThats an invalid line.13:13
bekksIt does not contain a filesystem, nor the mountoptions to be used.13:13
ikoniawhy is / ntfs ???13:13
ikoniawhat the devil are you doing13:13
ikoniaed_1: what are you trying to do EXACTLY13:14
bekksed_1: Before doing enything else. Pastebin your current, unchanged /etc/fstab please.13:14
ed_1i copied the line above with the blkid of the disk and changed ...er dont know13:14
ikoniaed_1: if you don't know what you are doing - why are you doing something13:14
bekksed_1: Undo all changes you did and pastebin your current /etc/fstab13:15
k1lyou cant have ntfs as / since that doesnt work with file permissions.13:15
ZeeDif you don't know what you are doing - why are you doing something13:15
=== JanC is now known as Guest29167
=== JanC_ is now known as JanC
k1led_1: if tell us in short what you plan to do we can point you in the right direction.13:16
ed_1http://pastie.org/1087791213:16
=== BlackHatThomaso is now known as GreyHatThomaso
ducasseed_1: you want something like 'UUID=06B95AC51647D69A /mnt/myshare ntfs defaults 0 0' if you want to mount it at /mnt/myshare13:17
ikoniahe really doesn't13:17
ed_1i want to get the partition 'media' to mount at boot or manually to /mnt/myshare so i can then samba my music to my other divices13:17
ikoniantfs is not a share file system13:17
ikoniaed_1: do not use /media13:18
ikoniahow many times have you been told this ?13:18
ikoniaed_1: are you trying to mount a local disk or a network share13:18
bekksikonia: His external disks ntfs filesystem name is "media" too.13:18
k1lbut to make it a samba share he needs to mount that first. that is right13:18
ikoniabekks: thats useful to know13:18
ed_1im getting there. saving new fstab13:20
ikoniashow is the line first13:20
ed_1UUID=06B95AC51647D69A /mnt/myshare ntfs defaults 0 013:20
bekksed_1: Is that disk connected to your computer ALWAYS?13:21
ikoniathat looks better, just keep in mind it will be read only13:21
ed_1its a partition on my laptop13:21
=== Guest79 is now known as moonman
ed_1its ntfs because its dual boot13:21
bekksed_1: It is a FILESYSTEM on your computer.13:21
bekksed_1: NTFS is a filesystem, not a partition.13:22
k1led_1: make sure that windows doesnt use the "fast reboot" option, so the ntfs is clean unmounted form windows and ubuntu is able to mount it.13:22
=== bjornar__ is now known as bjornar
ed_1never use windows anyway. just for xp legacy stuff13:24
ed_1so fstab saved13:24
ikoniathen why keep all your data on a windows file system ?13:24
ikoniawhy not move it to native linux if you never use it13:24
ed_1do i need to reboot or logout? i keep it on crappy ntfs untill i get another hard drive big enough to copy it to13:25
jcimshola folks, if you had to walk into an environment with several hundred completely unmanaged workstations mostly running trusty desktop (no ssh enabled), what tool(s) would you recommend to get a handle on things?  i'm thinking ssh + possibly some kind of remote management software13:25
ducasseed_1: 'sudo mount -a'13:26
ikoniathere is nothing "crappy" about ntfs13:26
ikoniathis "cool to bash windows" stuff has to stop13:26
ed_1no final newline in fstab13:27
bekksed_1: So add one...13:27
=== afkthairus is now known as athairus
manjitmcphail, yes13:27
ed_1yay!13:27
ed_1its all good. so back to samba afresh13:28
harishkruponeed help, after upgrading to ubuntu 16.04, wifi device is not being detected13:30
ChristianGuyNYis there an Ubuntu MATE Raspberry Pi channel or is this sufficient?13:33
ikonia#ubuntu-arm is a good place13:33
ikoniabut you can ask here13:33
noibusHi, I installed ibus-m17n on xubuntu 16.04, added a keyboard layout from it, can change to it, but then can't type anything anywhere. Can only type with default layout (En-US).13:35
aashakaubuntu doesn't detect my wifi13:37
=== sypher_ is now known as sypher
compdocon some laptops, theres a switch to turn off wifi. a security feature, I guess13:38
joelionot sure whether that is a question or a statement13:38
aashakacompdoc, yes the switch is on13:39
aashakalspci doesn't show my wifi hardware13:39
joeliois it pci based?13:39
joeliosometimes embedded stuff uses usb13:40
joeliojust that it's connected to the hub internally13:40
aashakaok, how do i check for that?13:40
joeliolsusb13:40
joelioalso check dmesg13:40
OerHeksaashaka, how do you tell 'lspci does not show my wifi hardware'??13:40
joeliomaybe you need firmware13:40
joeliomaybe there is no driver13:41
aashakajoelio, lsusb shows the hardware13:41
joeliowhat is that hardware, has it worked in other OS etc etc etc13:41
joeliook, so13:41
joelioifconfig -a13:41
joeliodoes it list the wlan?13:41
aashakajoelio it used to work in ubuntu 14.0413:41
aashakajust updated13:41
joeliook, so ifconfig 0a13:41
joeliosorry, ifconfig -a13:41
joelioor iwconfig /iwlist13:41
joeliowhat type of wifi is it?13:42
aashakano, only localhost and enp1s013:44
joelioaashaka: ok, so perhas it's missing a module13:46
joeliocan you output the lsusb line13:46
joelioand lsmod, etc13:46
joelioalso grep through dmesg for the adapter13:47
joeliogenerally if there's missing firmware, it'll try and bootstrap the device13:47
joeliobut will fail and output in dmesg13:47
aashakajoelio, sorry lsusb showed my bluetooth device, it doesn't show my wifi13:48
joelioah, right ok13:48
joelioI'm suprised if it worked in 14.04 it doesn't in 16.04 tbh, but it can happen13:48
k1laashaka: "rfkill list | nc termbin.com 9999" and show the url here please13:49
noibusaashaka: try command "sudo lshw -C network" to show all your detected network devices. If it doesn't show up there, it maybe disabled from BIOS/firmware13:49
aashakahttp://termbin.com/q23v13:49
OerHekssome chips are combo BT + wifi13:50
joelioah13:50
Sheepolution!nvidia13:50
ubottuFor AMD/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto13:50
joelioaashaka:  /etc/modprobe.d/blacklist.conf13:50
k1laashaka: "dmesg | nc termbin.com 9999"13:50
joeliois it blacklisting dell_rbtn13:50
aashakanoibus, only ethernet interface13:50
OerHeksrfkill list all13:51
OerHeksk1l +1 dmesg would show possible firmware missing ..13:51
aashakajoelio, not there13:52
OerHekssoftblocked could be firmware...13:52
joelioyea, why I said check dmesg for f/w before13:53
=== keroberos is now known as kerozene
joelioalso, try and #sudo modprobe dell-rbtn13:54
aashakajoelio, done but network manager doesn't show13:56
noibusaashaka: joelio 'modinfo dell-rbtn' shows its description as "Airplane mode switcher". Makes me wonder if airplane mode is switched on in network settings13:56
joeliothat would be funny :D13:56
aashakajoelio, yeah but unfortunately no13:57
aashakaairplane mode if off13:57
OerHeksaashaka, are you going to share dmesg ?13:57
k1laashaka: dmesg output would help13:57
aashakaOerHeks, http://pastebin.com/3k0t8cB413:58
mlwHas anyone else here put ubuntu touch on a oneplus one?13:59
k1lmlw: #ubuntu-touch is the related channel for that14:00
OerHeksmlw, mario did, join #ubuntu-touch for that14:00
mlwThanks guys14:00
OerHeksline 262 ...14:00
joeliothat's ACPI, don't imagine related14:01
joeliobut could be..14:01
joelioaashaka: was this a dist-upgrade by any chance and did it use ndiswrapper perhaps? or was it a native driver14:02
aashakafresh install not dist-upgrade14:03
joelioright, ok14:03
joeliocan't see anything wrong in dmesg there14:04
OerHeksno device showing up in additional drivers ??14:04
joeliodmidecode -t system14:04
noibusI'm surprised no one has suggested the "wireless-info" script yet. It could give some useful hints. https://github.com/UbuntuForums/wireless-info14:04
TheSilentLinkOerHeks: device is it?14:05
aashakahttp://termbin.com/mm8s14:07
noibusIs someone aware of a known problem with ibus + xfce4? I can't type with the changed layout (inscript, from ibus-m17n package, on Xubuntu 16.04).14:09
joelioaashaka: it's Dell Wireless 1705/1703  right?14:11
aashakajoelio, how do i check that?14:11
aashakait is dell wireless dont know the version14:11
joelioI've just referenced the inspiron page on Dell14:11
joeliodo you have linux-firmware installed?14:12
joelioas, afaiu it's broadcom14:12
joeliobroadcom typicall binary blobs firmware14:12
aashakajoelio, yes it is installed14:14
joelioand firmware-b43-installer ?14:14
aashakawireless info output http://pastebin.com/2v6gefFt14:14
joelioafaiu it's a b4314:15
aashakajust installed14:15
joelioif you apt-cache search broadcom14:15
joeliothat pops up14:15
joeliothere's also broadcom-sta-dkms - but not sure if that's related14:16
joelioanyway, need to get on with $DAY_JOB14:16
joeliolemme know how you get on14:16
aashakaok i installed it14:16
joeliomay need reboot etc.. I'd take a look at the other packages too (apt-cache search broadcom)14:17
noibusaashaka: joelio it's not broadcom, but an atheros. See the wireless-info (lsusb part)14:17
aashakajoelio, ok sure thank you very mush14:17
noibus0cf3:003614:17
aashakanoibus, that is bluetooth not wifi14:17
joeliohttp://www.dell.com/support/home/us/en/19/product-support/product/inspiron-15-3537/drivers14:17
Sheepolution!steam14:17
ubottuValve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion.14:17
joelionoibus: aashaka: http://www.dell.com/support/home/us/en/19/product-support/product/inspiron-15-3537/drivers14:18
joelioI assume14:18
noibusaashaka: bluetooth and wifi can reside on the same card. This device seem to use ath9k which is a wifi driver. See http://askubuntu.com/a/37944414:19
aashakajoelio, it is only for windows not support for linux14:19
joeliono, I know14:19
joeliojust to check it was the right hardware14:19
joelionoibus: ath9k should load ok14:19
joelioyou'd assume, at least14:19
aashakajoelio, yes it is right14:19
joelionot really had issues with those before... especially with kismet etc14:19
joeliothey run monitor mode just fine without any other work14:20
skilowhat is the maximum size HDD a 32bit OS can support?14:23
joeliodoesn't make a difference14:23
joelioit's only the manximim available RAM a process can address in 32 bit vs 64 bit14:24
joelio3.2GB14:24
joeliofor Hard drives, it's not related14:24
skiloso max ram i can have is 3gb?14:24
joelioGPT will make a difference though14:24
joeliono14:24
joeliothe maximum a single process can address14:24
bekksThere is no such OS limit, but a BIOS limit.14:24
joelioyou can have more RAM, using PAE14:24
ubuntu437I am creating an application in C++ for setting timezones on Ubuntu 14.04. What can be a good way to get and set all timezones in C++14:25
bekksjoelio: you are mixing up things at that point.14:25
RenichGood day, Ubuntu community!14:25
joeliobekks: nope14:25
skiloim using 16.04 on an older dell laptop d63014:25
bekksjoelio: You are.14:25
joeliobekks: ok, well elaborate14:25
bekksjoelio: I already did.14:25
bekks0615 162453 < bekks> There is no such OS limit, but a BIOS limit.14:26
RenichI am using Ubuntu 14.4.4 but I am a bit puzzeled about the kernel support. It seems it is going to support kernel 4.2 for 6 months only. After that, in Ubuntu 14.4.5 it will migrate to 4.4.14:26
joeliowhen did I say it's anything to do with BIOS or OS14:26
joelioit's arch?!?14:26
bekksjoelio: Sorry, I meant skilo :)14:26
joelioright, well read first please14:26
RenichI was wondering, is it OK just to skip to 4.4 in the current kernel? I am using StorPool, a distributed storage provider, that requires custom kernel modules, taylor made for the major version, so14:26
skiloi wonder if there is a newer driver than the i96514:29
JunkHunkhello I am running ue4 in kubuntu 14.04 and I just rebooted because of a loop crash while programming in the editor...there was no chance to kill ue4 process nor with xkill nor with kill #####  is there any command to reset or clean the system now that is back again?14:31
skilowhat is ue4?14:31
JunkHunkunreal engine 414:32
JunkHunkits fun14:32
JunkHunkand free14:32
skiloi didn't know that ran on linux14:32
JunkHunkit does quite good btw14:32
JunkHunkepic account needed14:32
skilosounds neat, too bad all i have is old computers14:32
JunkHunkonly requisite14:32
JunkHunkhmmm14:33
JunkHunkyou may need a good graphics card and 4 cores cpu at least14:33
skiloyea im on an old dell d630 right now, core 2 duo14:33
JunkHunktry opensim instead14:33
JunkHunkit is more networking based14:34
skilothat's ok i don't play much games anyway14:34
Renichguys, can I skip to kernel v4.4 in 14.4.4? will it kill the server or what?14:35
lochlannbuntu14:35
joelioRenich: firstly, why do you need to (genuine question)14:35
joeliosecondly, yea, there are lts kernels available in Trusty14:35
efrahimHi. Is there any way of extracting an unsaved document from a laptop on which root has been re-mounted as read-only?14:36
Renichjoelio: because current kernel has a lot of wholes that are affecting us constantly. 3.13 doesn't cut it. Neither 3.16. We're, actively, running into several bugs. Learned this after enabling kdump14:36
joeliolinux-generic-lts-xenial14:36
Renichjoelio: yeah, but will they break Ubuntu in any way? I was planning on using the xenial lts kernel14:36
JunkHunkso how to clean the system after a crash?14:36
joeliono, it's part of the LTS14:36
JunkHunkany command?14:36
Renichjoelio: so you could say they will work as flawlesly as expected?14:36
joelioJunkHunk: no, it's reset.. unless you have coredumps enable14:37
lochlannI am having an issue with my /boot being full.... I've thrown at least 10 different commands at this term and it just won't remove any older kernels.... Even tried a shell script I found on Ubuntu Forums, but no matter what I do it just keeps telling me it can't do anything because /boot is full.....  What else can I do to fix this please?14:37
joelioRenich: I never give nay guarantees, but I use it all the time14:37
Renichjoelio: yeah, that's what I expected ;D14:37
joelioapt-get install linux-generic-lts-xenial14:37
joelioyou can always roll-back14:37
Renichjoelio: thanks man. I am unexperienced with Ubuntu. This is why I ask14:37
joeliono danger14:37
OerHeksRenich, "Storpool requires custom kernel modules" so how do we now it will work flawlesly??14:37
Renichjoelio: yeah, well, like I said, we're using some custom modules for the kernel.14:38
RenichThanks OerHeks :)14:38
sipiorlochlann: apt-get autoremove?14:38
joelioRenich: apt-get source linux-generic-lts-xenial14:38
JunkHunkjoelio so if a program hangs the system and the only thing I could do was reboot...am I done? is it perfectly fit to run again the same process?14:38
joelioJunkHunk: yea14:38
lochlannsipior: nope14:38
JunkHunkcool14:38
JunkHunkubuntu rocks14:38
RenichOerHeks: StorPool will build their modules. I am concerned about the kernel in the system's context. StorPool will take care of StorPool ;=)14:38
joelioJunkHunk: you may have kernel dumps or crash logs, but only if you've enabled them, even then it's just some disk spaced used14:39
Renichjoelio: yeah, figured as much. Thanks for your opinion and feedback.14:39
sipiorlochlann: does it give an error?14:39
joelioRenich: you can build the kernel the 'debian' way14:39
sipiorlochlann: have you manually installed the kernel packages?14:39
lochlannsipior: read my question please14:39
joelioobviously if the headers and soruce for your custom module are out of line with the main tree, your patches will be difficult to merge14:39
JunkHunkjoelio it was a loop not a crash I guess but plenty of work to do14:40
Renichjoelio: yeah, we could. But I'd rather have a team of devs support my kernel than me having to do so, hehe.14:40
sipiorlochlann: i did. you don't answer my questions there.14:40
sipiorlochlann: good luck.14:40
Renichjoelio: don't worry about the custom modules. StorPool takes care of that.14:40
joeliook, fair enough14:40
* joelio just used pbuilder, dkms and jenkins :D14:40
Renichthanks guys, you've been very helpful14:40
lochlannsipior: my question answered that when I stated " no matter what I do it won't remove old kernels because /boot is full14:40
joeliolochlann: apt-get autoremove - handles kernel removal, well, most of the time14:41
sipiorlochlann: "no matter what I do" isn't very descriptive. if you want help, details would be nice.14:41
joeliootherwise dpkg -r the kernel14:41
joeliothe *old* kernel14:41
lochlannjoelio: doesn't work says /boot is full14:41
joeliono, dpkg -r will14:41
joeliotrust me :D14:41
joeliothen apt-get autoremove once you've cleaned out a bit of /boot14:42
joeliothat'll automate it14:42
joeliothere are hooks in apt to handle the kernel removal via auto-remove14:43
joeliobut it requires a working space first14:43
Guest19491br?14:43
joelioso a dpkg -r on the older kernels will sort it out14:43
Guest19491where are from brazil?14:43
OerHeksthere is no reason why autoremove does not work when boot is full .. only read-only prevents it14:43
Guest19491alguem fala portugues?14:43
joelioOerHeks: because you're uncompressing a newer kernel first14:43
joelioso it needs the space first before it'll remove the original one14:43
joeliocatch 2214:44
Guest19491tem br aqui n?14:44
* joelio had to deal with this for a good number of users14:44
joelioand makes you realise a 1g /boot probably wiser in your preseed :D14:44
OerHeks!br14:44
ubottuPor favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.14:44
Guest19491br14:44
Guest19491amem14:44
lochlannjoelio: thanks.... the dpkg -r led me to another error that wasn't being shown to me... Now I am able to fix it... Thanks for your help :)14:45
Myrttihttps://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/118369214:45
ubottuLaunchpad bug 1183692 in update-manager (Ubuntu) "Not enough disk space for kernel security update on /boot" [Undecided,Confirmed]14:45
ThePendulumhttp://sendvid.com/apcbaui1 <-- There's a fsck message flickering through the kodi interface when I autostart it (oddly enough not through lxde itself). Any ideas what could be causing it?14:45
joeliolochlann: anytime :D14:45
ahrii'm trying to force mysql to start after remote filesystems have been mounted (as i've moved /var/lib/mysql to an NFS share and left a symlink in its place). i altered /etc/init/mysql.conf so that: "start on (runlevel [2345] and started remote-filesystems)" but upon reboot the service is stuck in "mysql stop/waiting"14:45
joelioahri: you can set dependencies in the init14:46
joelioahri: like for network14:47
joeliotbh, that sounds really slow way of doing it14:47
joelioand not something I'd suggest14:47
joeliouse mysql replication properly14:47
ahriit's already fast enough :)14:48
joeliofair do's just seems, yukky :)14:48
* joelio no fan of NFS14:48
OerHekswe all did that, moving var/lib/mysql to an nfs share14:49
ahriyeah, it's not too bad in this case as the servers are next to eachother and we have a backup strategy for the disk space machine14:49
lochlannjoelio: well, thought I could fix it... Turns out I am caught in a loop.... Maybe you have some advice for me? ... So I have a dependency problem.. which can't b e fixed due to /boot being full, but I can't remove old kernels due to dependency problems...14:50
ahrialso the data is not particularly important, and is backed up in a redundant manner, sooo.... it'll do for now :)14:50
ahrianyway, joelio, what do you mean by "you can set dependencies in the init" ? i thought i did that already by editing /etc/init/mysql.conf ?14:51
joelioahri: in this init scripts, not the mysql config14:51
joeliolochlann: yea, well can you paste the errors14:52
joeliodifficult otherwise14:52
joelioyou could just move the old kernel from /boot to / (somewhere with space) and then do the upgrade14:52
ahrijoelio: is that in the comment block at the top of the init script?14:52
joelioahri: yea14:52
joeliodunno what version you're on, hence why not mentioned systemd or upstart etc14:53
lochlannanytime I try to fix deps I get  --> failed to write (no speace left on device) and anytime I try to remove any old kernel I get --> linux-image-extra-3.19.0-61-generic : Depends: linux-image-3.19.0-61-generic but it is not installed   (Can't fix the dep without the room to install whats missing)14:53
kshenoyI'm trying to start xterm with tmux like this: `xterm - e tmux`. How do I put this in a .desktop file so I can do it by default?14:54
ahrijoelio: hm, so that's what i did first, and thought perhaps i was being stupid; my /etc/init.d/mysql contains: "Required-Start:    $syslog $remote_fs" - is this correct?14:54
joelioahri: dunno, I wouldn't do it that way, as I said, but yes.. it's along those lines :)14:58
joelioyou can also specific _netdev in fstab etc14:58
joelioahri: if you're on 16.04, then those init scripts may not be used as systemd in effect etc.14:58
joelioathogh if you can see that header, would assume earlier version14:58
ahriso i'm quite confused; in the init script i'm depending on $remote_fs, and in the upstart conf i'm starting on "started remote-filesystems" - and neither of those has worked post-reboot: it just fails14:58
joelioahri: what version of OS?14:58
ahrii'm on 14.04 LTS14:58
joeliook, so that's upstart14:58
lochlannjoelio: anytime I try to fix deps I get  --> failed to write (no space left on device) and anytime I try to remove any old kernel I get --> linux-image-extra-3.19.0-61-generic : Depends: linux-image-3.19.0-61-generic but it is not installed   (Can't fix the dep without the room to install whats missing) Tried to dpkg -r linux-image-extra-3.19.0-61-generic but again I am met with the error (no space left on device)14:58
esetcan someone help me with mod_proxy_fcgi ?14:58
esetI'm trying to compile but I'm missing apxs only have apxs214:59
ahrijoelio: so that means the /etc/init/mysql.conf ought to be the correct place to address this?14:59
joeliolochlann: I bet it's trying to install others, notice you're using the extra kernel - are the acault kernels still htere too? might need to dpkg -r both14:59
kristhianhello how do i add seperate public_html folder that a user can add web contents?14:59
esetI tried to install apache2-dev and it's only installing apache2-threaded-dev instead apache2-dev14:59
joeliolochlann: are they the old kernels you want to remove too15:00
joeliodpkg -l *image*15:00
joelioanything with ii in first column is installed15:00
joelioremove the older ones first15:00
joelioif you still hit issues, move (live mv /boot/vmlinux...OLD /somewhere/with/space15:01
lochlannjoelio: this is where I am having an issue... I try to remove old ones but I get error about the new ones dep problem15:01
joelioso move the old ones and run the update15:01
joeliothen move them back and purge15:01
ApocopeI'm trying to get either icinga or icinga2-classicui working in Xenial. Under both, the menu on the left displays for a moment and then slides up and is invisible. Anyone seen this?15:02
lochlannand if I try to fix dep problem I get /boot full (even when trying to remove old ones)15:02
joelioyea, so move (don't use dpkg, move the thing)15:02
joeliothat way there becomes space in /boot15:02
joelioyou can do an upgrade15:02
joeliothen you can move the kernel back to /boot15:03
joelioand pruge the old out15:03
joelioand run autoremove15:03
kshenoyIs it possible to disable the panel commands Super+1, Super+2 etc. to launch applications?15:03
bfighello, I'm trying to install ubuntu alongside windows 1015:03
lochlannjust move any old kernel? I've never had to do it like this before.... so much for having a simple basic media server, lol15:03
TanNguyen@lochlann: There comes a time in every's Linux user life when he/she decides to - "f@ck it, I'll recompile another kernel myself"15:04
joeliolochlann: it's only a move, of an old kernel... just imagine it's an empyty file if it makes you feel better :D15:05
joelioobv don't move the running one15:05
joeliouname -a15:05
joelioand check15:05
lochlannTanNguyen: this machine is all automated (well supposed to be)15:05
lochlannjoelio: thanks again :)15:06
joelioand I bet if you got the correct incantation of dpkg -r for both the generic and extra kernel it would magically work ;)15:06
efrahimHi. Is there any way of extracting an unsaved document from a laptop on which root has been re-mounted as read-only? (network on this computer, nc and scp does not work.)15:06
joeliolochlann: no worries15:06
lochlanntime to install a script to automagically remove old kernels when the system updates itself15:06
kalgecinhttp://askubuntu.com/questions/787290/ubuntu-server-16-04-glassfish-4-1-1-problems15:07
somsiplochlann: you mean, it has automatic upgrades enabled?15:07
joeliolochlann: there already is15:07
joelioit's called autoremove15:07
joeliothere is a file to handle kernel removal15:07
joeliothat checks which version and release your running15:08
joelioand will only remove the ones it's safe to do so15:08
lochlannjoelio: but it mustn't be working then if my /boot is full (considering my /boot is 500MB)15:08
joeliodid you run autoremove regularly?15:08
joelioyou need to run it15:08
joeliohttps://help.ubuntu.com/community/Lubuntu/Documentation/RemoveOldKernels15:09
somsiplochlann: are you using unattended upgrades? If so, what version?15:09
lochlannjoelio: I haven't "manually" run it in quite some time to be honest as it is just my media server. I was more talking about a script that automates the autoremove15:09
joeliosure there is option for that15:10
joelio/etc/apt/apt.conf.d/50unattended-upgrades15:10
joelioUnattended-Upgrade::Remove-Unused-Dependencies "true";15:10
joelioit's not enable by default15:10
* mcphail thought he heard something about apt automatically removing old kernels now by default. Did that happen?15:10
somsipjoelio: which was only patched in Jan 2016...15:10
joeliosomsip: I've used it since before then, I'm certain :)15:11
joeliounless I dreamt it all :D15:11
lochlannjoelio: you're like my life saver today... lol... Many thanks :)15:11
joelionah worries15:12
joelio:D15:12
somsipjoelio: on 14.04 (not sure if this applies here), unattended-upgrades is not a security patch, so if you're running unattended-upgrades for security only, it wont have updated unattended-upgrades and it won't use that directive correcrtly https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/126705915:12
ubottuLaunchpad bug 1267059 in unattended-upgrades (Ubuntu Trusty) ""Unattended-Upgrade::Remove-Unused-Dependencies" does not work " [High,Fix released]15:12
joeliosomsip: fair enough15:12
somsipjoelio: on 14.04, upgraded unattended-upgrades will fix it. Not sure but expect 16.04 to be unaffected. Thats all15:12
joelioI actually wrote a shell wrapper for a lot of this stuff for users at $WORK15:13
astrolabiosaludos, instale una libreria en elementary freya, libc6 y ahora no entra al sistema, alquien que pueda ayudarme?15:13
somsip!br | astrolabio (I think)15:13
ubottuastrolabio (I think): Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.15:13
user1_why is open url in bit torrent showing last wget url ?15:13
joelioso perhaps we never hit that as they were using the script already, that would manage puppet runs and autoremove / clean / remove old dkms from /boot15:13
joelioetc15:13
lochlannsomsip: I'm on 14.04.1 and yes to unattended upgrades...15:14
joeliolochlann: 14.04.4 out now!15:14
joeliomaybe .5 actually too15:14
lochlannI don't usually both too much with dist upgrades on this machine....15:14
somsiplochlann: if you are only allowing security upgrades, it maybe that package unattended-upgrades is out of date. Just update that one package and the ""Unattended-Upgrade::Remove-Unused-Dependencies" will work as you might want it to15:14
lochlannbother**15:14
joeliolochlann: yea, why fix if not broken etc15:15
joelioI getcha15:15
skinuxI've built a PHP-based tool for migrating tables/data between SQLite-MySQL DBs. I currently intend to create at least a Ubuntu package for the app. My question is, would it really be crazy to make it so the app will check for MySQL/SQLite already installed and if they don't exist then automatically install them?15:15
bfigIve used unetbootin to create a live usb, I'm booting on the pc and I want to install it on a partition on my drive that was previously used for ntfs. I have two disks, an ssd with windows, and an hdd, 1tb, two ntfs partitions. How can I use the installation partition manager to dual boot and also install on the space of the second ntfs partition_15:15
lochlannthis machine literally does nothing more than serve video/music/photo's to the internal network15:15
joelioskinux: check debian packaging guide15:15
joeliospecifcally Depends:15:15
somsipskinux: make it a composer package, would be my recommendation15:15
skinuxWait a minute...all I really need to do is make it so they are dependencies of my package, right?15:16
joelioskinux: yes15:16
somsip!packaging | skinux15:16
ubottuskinux: The packaging guide is at http://packaging.ubuntu.com/html/ - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports and !sponsoring15:16
naccskinux: for an ubuntu pacakge, just add dependencies, right15:16
skinuxComposer package may not work, as I installed Laravel Framework as a web-app project and used Laravel (Artisan) Command system to built the tool.15:17
somsipskinux: still smells like a composer package to me. Still - your project15:17
skinuxSo, if it gets installed using composer, it would then be easily callable as a php command-line app?15:18
soLucienhow do i start up a program in a separate pthread15:19
soLucienfrom a shell ?15:19
somsipskinux: if you built it using laravel and artisan, surely it would be an artisan command call15:19
soLucieni start up a program mormally, then i press ctrl-c to close it15:19
soLucieni want this program to be executed asynchrounously15:19
soLucienso that i can resume to my shell15:20
soLucienhow is this done in a linux command line ?15:20
skinuxWouldn't composer install it under vendor directory?15:20
somsipsoLucien: would backgrounding it work? Or a multiplexer like tmux/screen?15:20
somsipskinux: composer can install globally. This is getting offtopic though...15:20
soLucieni don't know .. maybe backgrounding it wold work15:20
soLucienhow to use backgrounding ?15:20
joelioit doesn't matter what the script interpretter is, it's just a shebang line15:20
somsipsoLucien: so "command &"15:20
joeliosoLucien: also you can run an app, ctrl-Z and it'll fork it to backgroung15:21
joeliotype fg to restore to foreground15:21
joelioor just use scree/tmux/byobu ;)15:21
somsipsoLucien: https://www.digitalocean.com/community/tutorials/how-to-use-bash-s-job-control-to-manage-foreground-and-background-processes15:22
astrolabiosaludos15:22
astrolabioi need help whit elementary freya15:22
somsip!info screen | soLucien (the other suggestion)15:22
ubottusoLucien (the other suggestion): screen (source: screen): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Version 4.3.1-2build1 (xenial), package size 541 kB, installed size 978 kB15:22
somsip!elementary | astrolabio15:22
ubottuastrolabio: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution.15:22
astrolabiothanks15:22
suntuxHow can i share internet from ppp0 on eth0 to eth2(DHCP relay wifi router)? http://paste.ubuntu.com/17365385/  - my dhcp.conf  http://paste.ubuntu.com/17365416/ - isp-dhcp error15:23
suntuxshoul i remove network manager?15:24
joeliosuntux: you need more than just dhcp15:24
joelioyou need to forward ip15:24
joeliosuntux: https://askubuntu.com/questions/95199/two-network-cards-and-ip-forwarding15:25
somsip!ics | suntux (this might help)15:25
ubottusuntux (this might help): If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing15:25
joelioor that :D15:25
DanOpiHey guys quick question.  I have a large hard drive mounted on my current Ubuntu system.  I want to do a fresh install of Ubuntu however I don't want to lose any of my data on the mounted drive.  Is this easy to do?15:28
moparisthebestdoes anyone know when 16.04.1 will be released?15:29
moparisthebestsure DanOpi , just don't format that drive15:29
mikolotkomoparisthebes, 16.04 linux mint?15:29
moparisthebestDanOpi: if you want to feel extra safe about it, unplug that drive while you do it?15:29
moparisthebestno mikolotko , the .1 release, 16.04.115:30
DanOpiHmm okay15:30
mikolotkoAhh15:30
Myrttimoparisthebest: 27th of July if memory serves15:30
joelioDanOpi: yea, take the drive out if uncertain15:30
hggdhmoparisthebest: see https://wiki.ubuntu.com/XenialXerus/ReleaseSchedule15:30
DanOpiI should be fine just going through a fresh install and making sure not to format the mnt?15:30
suntuxis dnsmasq and isp-dhcp-server are same services? Should i delete one of them?15:30
joelioDanOpi: it should get mounted15:31
joelio*shouldn't15:31
naccsuntux: they are different programs15:31
mikolotkoAnybody experiencing hangs/freezes on their system? the kind where alt+sys req + f/k can't help? Ubuntu mate 16.0415:31
moparisthebestperfect that's what I was looking for thanks hggdh15:31
DanOpijoelio: hmm okay sounds good15:32
joeliowhen going through the installer, if it's just the default, then it's pretty obvious when you get to the partitioner15:32
joelioit'll list the drives and capacities15:32
joelioI disconnect sometimes, but only because we use automated preseeds15:33
joelioand would rather be safe, than sorrt15:33
DanOpijoelio: okay i'll just be cautious when going through the installer15:33
DanOpiis 16.04 stable?15:34
mikolotkoDanOpi, I'm experiencing some "random" hangs lately.15:34
DanOpiSo 15.10 would be better to use for a HTPC?15:34
joelioDanOpi: fine for me on servers and desktop, dunno though, different hardware, different shiz15:34
joelioDanOpi: 15.10 out of support in a few months15:35
DanOpiHmm okay15:35
joelioI'd just go 16.04, personally15:35
naccDanOpi: 15.10 will be going eol in about a month15:35
DanOpiMakes sense.  I'm on 14.04 still.  That's why I came here to figure out if i'm safe to update without losing my data15:35
joelionacc: is it that soon already, jees, time flies15:35
naccjoelio: per https://wiki.ubuntu.com/Releases15:36
joelioDanOpi: 14.04 still in support for some time15:36
joelioif it aint broke...15:36
naccjoelio: i'm guessing it's coordinated with 16.04.115:36
joeliocould be15:36
mikolotkoAre Thunderbird, firefox, and pidgin permanently installed in the system? i can't seem to remove them15:36
joeliogenerally 7 moths after afair15:36
joeliomikolotko: no, they're no, but could be dependencies on another oackage15:36
joelio*package15:37
mikolotkooh15:37
joeliolike say ubuntu-desktop - or somethng like that15:37
mikolotkoCos I keep seeing this "Profile missing - Your Firefox profile cannot be loaded. It may be missing or inaccessible"15:37
joelioyou should be able to remove them15:37
mikolotkoI can't seem to remove them. Tried the synaptic route. The purge route on terminal. And even on ubuntu software center route. They just keep on popping back15:38
joeliostuff shouldn't just pop back15:39
mikolotkoYea, I figured that. That's why I'm on Hexchat.15:39
=== ubuntu is now known as Guest58468
Guest58468hi15:42
squintymikolotko, just a thought   system settings -> details -> default applications15:43
user1_why is open url in bit torrent showing last wget url ?15:44
naccmikolotko: `apt-cache policy firefox` ?15:45
OerHeksuser1_, why does that bother you15:45
mikolotko<squinty> Thunderbird is not on preferred applications. But firefox is one of the options browsers.15:46
mikolotkonacc, 47.0+build3-0ubuntu0.16.04.115:47
naccmikolotko: please pastebin the whole output; and i guess the output of whatever command-line you tried to use to remove it15:47
therealtbe2how to permanently remove iwlwifi ?15:48
nacctherealtbe2: that's a kernel module, you'd have to blacklist it, if you don't want it to autoload15:49
mikolotkohttp://pastebin.com/w7eYnxZf15:49
naccmikolotko: ok, and then you tried, i guess `apt-get purge firefox` ?15:50
mikolotkohttp://pastebin.com/7DXfv7zh15:51
mikolotkointeresting bit is the "setting up thunderbird", nacc15:51
joelioThe following packages will be REMOVED: firefox*15:51
joelioThe following NEW packages will be installed: thunderbird15:51
joeliolol15:51
naccmikolotko: i'm guessing, that something requires one or the other to be installed15:51
naccmikolotko: try `apt-get purge firefox thunderbird`15:51
naccand it should say15:52
joelioapt-get purge firefox thunderbird pidgin15:52
ApocopeI just removed Firefox by itself and it let me.15:52
naccor that15:52
naccApocope: could be mikolotko has different packages installed15:52
joelioalso, it may be down to destop env15:52
joeliosome metapackages have recommends on firefox etc15:53
naccjoelio: yep, gnome-core, iirc, depends on firefox15:53
Apocopenacc: Sure. This was a pretty generic Xenail install.15:53
mikolotkohttp://pastebin.com/6BEiyYKb That did the trick. Thank you :))15:53
ApocopeXenial even15:53
joeliomikolotko: ace :)15:53
mikolotkoWill restart to confirm.15:54
joelioif you have a metapackage  with a 'Recommends'  on it and have autoupdates enabled.. then it'll come back15:54
joelioyou can disable installing 'Recommends' with apt-no-recommends option too btw15:55
joelioit makes installs smaller :)15:55
joeliohttps://askubuntu.com/questions/179060/how-not-to-install-recommended-and-suggested-packages15:55
joeliokinda thing15:56
joeliowhen making vm images or containers, it's useful to set as it makes the images smaller15:58
joelioalso, minimal is good, right :)15:58
=== FierceDeityLink is now known as Caplain
mikolotkoConfirmed, the three zombie programs were removed. Thanks. :) Now I go try to solve this mystery hang-ups15:58
joeliocool beans15:58
jatin30Hi! I am using dual OS (Linux+windows) in which i wanted to move some disk space from windows to linux and I did it successfully (I moved 50 gb from windows to linux) and luckily I did not loose any data but while using windows builtin disk manager I shrank my C: drive by 50 gb but it was mounted and I read that disk should always  be unmounted before resizing. So how do I unmount my disk so as to create 150 gb more unallocated spac15:59
squintyjatin30,  boot from live dvd/usb -> gparted16:02
jatin30squinty, I did exactly that but gparted is not allowing me to shring my windows c: drive16:03
jatin30so I have to unallocate space in windows and expand in linux16:03
=== M365 is now known as M367
squintyjatin30, make sure it's not mounted.... you can unmount it in gparted if it is16:04
jatin30ok thanks16:04
=== ptnecniv is now known as tnecniv
suntuxAm sharing pptp to 2-nd lancard for dhcp relay on wifi router, but in https://help.ubuntu.com/community/Internet/ConnectionSharing there are message that i could "Remove dnsmasq because it conflicts with NetworkManager". Maybe i  should remove NetworkManager? Couse am followed instruction "Ubuntu Internet Gateway Method (iptables)"16:12
Codfectionhello16:12
Codfectioncan u tell me my location16:12
theoshi16:12
Codfection?16:12
Codfectioncan anyone please tell me my location..16:12
CookieMyou are here: freenode irc, ubuntu channel16:13
ApocopeI'm trying to get either icinga or icinga2-classicui working in Xenial. Under both, the menu on the left displays for a moment and then slides up and is invisible. Anyone seen this?16:13
geniiCodfection: You are in the channel #ubuntu on the Freenode IRC network. This channel is the support channel for Ubuntu linux.16:13
theosCodfection malaysia? thi is off-topic here16:14
theoshi all! i just installed 'ubuntu 16.04 and vlc gui doesnt start. the console does. i get the error : skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)16:14
Codfectiontheos, how to disable location?.16:14
Codfectionor hide it.16:15
CodfectionI am using ubuntu16:15
theosqt and vlc people say its a packaging issue16:15
theosCodfection ask for a cloak in #help16:15
somsip!cloak | Codfection16:15
ubottuCodfection: To get any kind of cloak (Ubuntu member or any other kind) you first need to set up your nick as detailed in this FAQ: http://freenode.net/faq.shtml#nicksetup -  For Ubuntu member cloaks, ask in #ubuntu-irc and provide your launchpad page. For unaffiliated ones, ask in #freenode.16:15
=== ivo is now known as Guest35564
jatin30HI! I was trying to resize disk partitions in gparted and Its not allowing me to shrink windows as you can see here http://imgur.com/ZSYtC2k . What to do?16:16
nicolas5512BR?16:17
nicolas5512algum br16:17
nicolas5512????16:17
Myrtti!br | nicolas551216:18
ubottunicolas5512: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.16:18
maxxDhey my webcam (dell l502x) is not working. any ideas how to fix this?16:20
abhishekhi guys16:24
abhishekplease help with this one http://askubuntu.com/questions/785338/skype-audio-not-working-in-16-0416:24
theosre: hi all! i just installed 'ubuntu 16.04 and vlc gui doesnt start. the console does. i get the error : skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)16:24
gear4theos: what does this show: ldconfig -p |grep libQtC16:27
gear4going away now16:29
gear4try this: sudo apt-get purge vlc* && sudo apt-get clean && sudo apt-get install vlc && vlc --reset-config16:29
theosgear4 http://pastebin.com/raw/kT0bijQu16:29
theosi have done all of that ^16:30
theoswhy cant my problems be just like everyone else's? they have to be impossible to solve!16:32
EriC^^theos: what problem are you trying to solve?16:34
theosre: hi all! i just installed 'ubuntu 16.04 and vlc gui doesnt start. the console does. i get the error : skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)16:34
theosEriC^^ this one ^^. qt and vlc people say its a packaging problem16:34
Bun-BunNo longer have access to the ubuntu forums, how do I contact the moderation team about outstanding issues?16:41
gear4theos: maybe it's the same as mine16:44
gear4uninstall some programs until you find old libqt16:44
theosgear4 so i need to downgrade libqt?16:45
gear4down or up16:46
Qlawywhy lxd is installed by default on 16.04 server?16:46
OerHeksBun-Bun, well well how could that happen?? try #ubuntuforums here on #freenode16:46
Qlawyand why it blows a lot of 'premission denied' when using find / ...?16:46
Qlawyeven from root16:47
Bun-BunOerHeks: thanks16:47
compdocQlawy, its is weird. I disable it16:47
OerHeksQlawy, the lxc environment is standard now, but not active, so no worry16:47
compdocit tries to be active each boot16:47
OerHeksactive without container?16:47
compdocwasting time16:48
Qlawyit annoying ;)16:48
NoruxEriC^^: hi16:48
EriC^^hi Norux16:48
NoruxEriC^^: how are you16:48
QlawyI have no containers at all16:48
EriC^^Norux: good thanks you?16:48
NoruxEriC^^: good aswell, thanks16:48
Qlawyand no intention to use it - on those servers16:48
NoruxEriC^^: I got another problem haha16:49
Qlawyso only solutions is to uninstall lxd/lxcscript or sth?16:49
NoruxEriC^^: my mouse & keyboard don't work when I boot a DVD16:49
theosEriC^^ can you help with my problem?16:49
EriC^^Norux: what dvd?16:50
EriC^^theos: what's the problem?16:50
theosEriC^^  i just installed 'ubuntu 16.04 and vlc gui doesnt start. the console does. i get the error : skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)16:50
=== Evol is now known as Nuwanda
theosmaybe its a qt problem because calibre is not working either. and i think it uses qt too16:51
EriC^^!find qt416:52
ubottuFound: fcitx-frontend-qt4, libavahi-qt4-1, libavahi-qt4-dev, libdee-qt4-3, libdee-qt4-dev, libpoppler-qt4-4, libpoppler-qt4-dev, libqt4-dbg, libqt4-dbus, libqt4-declarative (and 155 others) http://packages.ubuntu.com/search?keywords=qt4&searchon=names&suite=xenial&section=all16:52
NoruxEriC^^: Windows 716:52
philiphello everyone16:53
=== philip is now known as Guest1438
EriC^^theos: try apt-cache depends vlc | awk '/qt/ {print $2}' | xargs audo apt-get -y install --reinstall16:53
Guest1438System information disabled due to load higher than 4.016:53
EriC^^Norux: join #windows :D16:54
Guest1438System information disabled due to load higher than 4.016:54
NoruxEriC^^: okay then^^ thanks16:54
EriC^^theos: there's a typo, sudo instead of audo16:54
EriC^^Norux: no problem16:55
nevstahhi, is this the right channel to ask for help with luks encrypted root partition?16:55
theosEriC^^ E: Unable to correct problems, you have held broken packages.16:56
EriC^^theos: try to reinstall qt4 packages16:56
EriC^^not the ones vlc says it depends on16:56
EriC^^theos: sudo apt-get -f install16:56
Guest1438System information disabled due to load higher than 4.016:56
abhishekplease help with this one http://askubuntu.com/questions/785338/skype-audio-not-working-in-16-0416:57
MonkeyDustnevstah  ask your question in one line and wait16:57
pkillerstarisaloon.com16:57
pkillersorry wrong chat16:57
festerwhat does it take to get a certification updated? http://www.ubuntu.com/certification/hardware/201412-16242/16:58
OerHeksabhishek, tons of bugreports about skype, sound & video good luck!16:58
festerand what is the liklihood that an upgrade to 16.04 would be successful?16:59
abhishekOerHeks, haha..link?16:59
John[Lisbeth]fester: very likely but I would wait until the next unstable release of ubuntu comes out before you upgrade to 16.0616:59
John[Lisbeth]sorry 16.04 typo16:59
John[Lisbeth]It depends though on your ppas. That can throw a wrench in the mix from what I understand, though I've never had it happen to me personally17:00
theosEriC^^ so i should uninstall libqt4 and install libqt5?17:00
OerHeksfester, Feedback: If there is an issue with the information for this system, please let us know. ( clickable url)17:00
festerJohn[Lisbeth]: John[Lisbeth] in general, or for that hardware in particular ?17:00
EriC^^theos: no, try to reinstall or install qt4 stuff without removing qt5 stuff17:00
theosoh17:00
John[Lisbeth]fester I thought I had read somewhere that ubuntu isn't officially ready to jump between stable versions until the first unstable versino comes out, or somethign along those lines17:00
OerHeksabhishek, https://bugs.launchpad.net/skype-wrapper17:01
John[Lisbeth]Though you probably won't have any "serious" problems upgrading now if at all17:01
John[Lisbeth]Ubuntu is heavily based on Debian so it is very stable in design17:01
OerHeks!ltsupgrade17:01
ubottuUsers of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st.17:01
festerOerHeks: is there a formal certification process so that I can send feedback?17:02
John[Lisbeth]That is waht I meant to say. The .1 release17:02
nevstahi've installed 16.04 with encrypted root partition and created the /etc/crypttab and run 'update-initramfs -u' and rebooted, but there appears to be no attempt to decrypt - i'm pushed  to the initramfs prompt as a result. using live-usb i can decrypt the partition manually OK17:02
John[Lisbeth]apparently not the next unstable release, so even sooner thn I thought17:02
theosEriC^^ vlc depends on libqt5core5a libqt5gui5 libqt5gui5-gles libqt5widgets5 libqt5x11extras517:02
nwilson5anyone know why after router reboot, I cannot ping/ssh into a computer on the network anymore. If I reboot, I can once again.17:03
OerHeksfester, i thought i answered that17:04
EriC^^theos: yup try to reinstall qt4 stuff17:04
EriC^^theos: i'll paste you the packages i haev17:04
EriC^^http://paste.ubuntu.com/17370153/17:04
=== Gill_ is now known as Gill
festerOerHeks: it says " This system was tested with 14.04 LTS, running the 3.13.0-35.62 kernel. " What does "tested" mean? Can I reproduce that for 16.04?17:05
Cursarionnnnngghh, I gotta say I hate the download-fuckery17:05
theosEriC^^ ok thanks17:06
Cursarionfirst I copy the link from the download page and wget it over ssh... and it's a html page17:06
Cursarionthen I go to that page and find some money begging, which is ok, but eh. anyway, I again copy the link on that page and repeat the process with wget... and it's html again17:06
OerHeksfester, https://certification.canonical.com/ maybe this page is any help, else contact them17:07
hggdhCursarion: please mind your language17:07
Cursarionthen I open that link in my browser and see a "download should start shortly" bla bla or whatever, and my browser starts downloading it17:07
EriC^^theos: try sudo mv /usr/lib/vlc/plugins/gui/libqt4_plugin.so{,.old}17:07
Cursarionso I cancel the download, copy this link over to wget and now it actually downloads17:07
OerHeksCursarion, so you fixed it yourself, bravo17:08
Cursarionit isn't a technical problem17:08
OerHeksit isn't a support-problem either.17:08
Cursarionhggdh: afaik fuckery is a pretty excellent term for this kind of thing, but okay17:09
Guest1438System information disabled due to load higher than 4.017:09
Cursarionmore like a complaint17:09
Cursarionbecause imho it's done wrong17:09
Guest1438System information disabled due to load higher than 4.017:09
Cursarionthat's partly subjective though17:09
=== marklyford___ is now known as marklyford
festerCursarion: transmission-cli http://releases.ubuntu.com/16.04/ubuntu-16.04-desktop-amd64.iso.torrent17:11
CursarionI don't have transmission on that system17:11
festerCursarion: sounds like you've solved the problem anyway17:13
festerit just takes doing it once and you figure it out17:13
Cursarionfester: like I said, it's not a technical problem17:13
CursarionI mightn't even call it a problem17:13
festersure it is, you made a technical assumption, but it was wrong17:13
Cursarionsomething milder17:14
Cursariongenerally, if there's a button that says download, it also takes you to download17:14
festerbut then they couldn't put a please donate interstitial17:16
Cursarionit could be on the last page that remains17:17
Cursarionobviously easier to skip, but less naggy17:18
Cursarionbut dunno which way gets more donations17:18
FishKHello. Would this be considered a bug? http://paste.ubuntu.com/17370828/17:19
davyjones_hello guys, got silly question about askubuntu . how do I post my wireless-info.txt in comment ?17:20
zelmer_14hi17:20
tewarddavyjones_: you don't - you put that into a gist or something and link to it17:21
MonkeyDustCursarion  ok, we get your point, now back to support questions17:22
jindrich___---17:23
davyjones_ok, thank you :)17:25
orac2Hi there, any TexStudio users here ?17:34
gastogl17:34
MonkeyDustorac2  better ask your real question17:36
orac2MonkeyDust: I'm using TexStudio 2.11 not all \section commands are listed in the structure view. I'm wondering whether this is a bug or whether I'm doing something wrong.17:37
orac2MonkeyDust: However the document compiles fine.17:37
MonkeyDust!find texstudio17:37
ubottuFound: texstudio, texstudio-dbg, texstudio-doc, texstudio-l10n17:37
orac2MonkeyDust: TexStudio 2.10.8 doesn't have this problem. So I guess it is a 2.11 bug17:41
est31will ubuntu 16.10 get mesa 12 ?17:43
tewardest31: #ubuntu+117:43
zuzumer_What do you recommend for UML diagrams?17:43
k1lorac2: could be a 2.11 bug, wherever you got that from17:43
hggdhFishK: no, not a bug17:44
k-josephhi guys, this is crazily failing my script; export PASS="mysql\Password";mysql -uroot -p$PASS even when $PASS contains the right value, it seems that echo $PASS echoes the right value but using the variable as a password parameter  seems to evaluates to 'mysqlPassword' and fails, any way to retain '\' as when i echo?17:44
gorgolathi would like to have less latencies in my audio setup .any tips?17:44
k-josephit works pretty well when $PASS doesn't contain '\' character17:45
hggdhk-joseph: escape it: PASS="mysql\\Password"17:45
k-josephhggdh: that still fails; export PASS="mysql\Password";mysql -uroot -p${PASS/\\/$'\\\\'}17:47
yellabs-r2hello there17:48
gorgolathplease give me some tips how to have less latencies in my audio setup .thanks17:49
yellabs-r2any one here who uses ubuntu to program robots ?  There are a lot of robots , pretend to be open source, all with windows or os x software for coding ( kids ) based on scratch17:50
k-josephhggdh: looks weird, echo ${PASS/\\/$'\\\\'} echoes "mysql\\Password" but still fails in mysql as a parameter17:50
yellabs-r2tips welcome17:50
FishKhggdh: Ah okay. It is just that it does not look right when it comes to the path displaying (expecting it to stay in the same place as the previous directory does not exist).17:50
Lan_di_hello friends when i try to mount a internal hard drive i get a message " Failed to mount "500 GB Volume".Not authorized to perform operation."17:52
abhishekI did `sudo apt-get purge *pulse* ; sudo apt-get purge skype; dpkg -r skype;`  Now I can't login into kde. It doesn't show the kde bootscreen. Any ideas? I can still use CLI with Ctrl+Alt+F7.17:53
osakasaxLan_di_, is that hard drive for windows 10 maybe? If so, the problem might be with boot setup. Windows leaves hard drives as hibernate status in order to boot fast. you can set it off on Windows18:02
Captain_Protonany good how to's on changing plymouth themes in ubuntu 16.0418:15
notadeveloperyou can google or bing it18:16
Captain_ProtonI have look they most for 14.04 and back. I guess they plymouth this release or something as they do not work18:17
Captain_Protonmove or chnage *18:18
Moner7u718:19
pvsharovLan_di_: you have no rights18:20
=== svedantham3-gtri is now known as samm
=== samm is now known as samirr
MonkeyDust!google | notadeveloper18:20
ubottunotadeveloper: 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.18:20
abhishekPlease help with this http://askubuntu.com/questions/787454/recovering-uninstalled-packages18:23
Captain_Protonabhishek: have you tried 'sudo apt-get -f install'18:25
Captain_Protonthat may install the missing packages18:26
dara_how do i get to join #php ?18:27
ShaRoseso, apparently the .mod files for grub-signed aren't signed :P18:27
theosdara_ type /join #php18:27
Picidara_: its ##php, and you need to be registered and identified to join.18:27
MonkeyDustabhishek  try this... it offers a choice ... normally it's for ubuntu, not sure if it works for plasma ... sudo update-alternatives --config default.plymouth18:27
Pici!register | dara_18:27
ubottudara_: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode18:27
abhishekCaptain_Proton: doesn't work update the output on the question18:28
abhishek*updated18:28
jianu81hi guys18:30
jianu81can you help me ?18:30
notadeveloperhi jianu8118:31
MonkeyDustjianu81  start with a question18:31
jianu81i wanna install a Playonlinux virtual drive to an external hard drive18:31
jianu81how do i do tht ?18:31
notadeveloperhi MonkeyDust18:31
jianu81there is also an alternative to use symlink but i don't know what that is18:31
jianu81is it basically faking where the folder is  ?18:31
OerHeksjianu81, make sure the ext hdd is not fat32/ntfs18:32
jianu81made it ext418:32
jianu81what should i do next ?18:32
jianu81i saw some thread on their forums18:32
jianu81but it was too complicated18:32
jianu81installing arch was easier than what they were saying(not using arch though)18:33
abhishekMonkeyDust: thanks for the reply. what does this do?18:33
jianu81so can you guys help me ?18:33
abhishekMonkeyDust: I am using kubuntu 16.04, kde 5.6.418:34
notadeveloperjianu81, if you compile playonlinux you can set the installation path18:34
MonkeyDustabhishek  have you tried it?18:34
notadeveloperare you installing or you wanna use a virtual drive feature of playonlinux18:34
jianu81a virtual drive18:34
jianu81to an external hard drive18:35
notadeveloperwhat does the virtual drive do?18:35
jianu81it is where programs install18:35
bialist18:35
jianu81basically i want to install League Of Legends to my external hard drive18:35
bialist!18:35
bekksbia: This is not a filesharing network.18:36
Bashing-om!list | bia18:36
ubottubia: Bashing-om: 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 ».18:36
OerHekshttp://wiki.playonlinux.com/index.php/How_to_move_PlayOnLinux_virtual_drives_to_another_disk18:36
lernerif you want to help me try solving my bug... https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159293318:36
ubottuLaunchpad bug 1592933 in linux (Ubuntu) "there are several errors on booting my laptop (xubuntu 16.04 64 bits)" [Undecided,New]18:36
jianu81yeah but it just copies the virtual drive18:36
OerHeksi guess that moves all games in that virtual drive18:36
abhishekMonkeyDust: There is only one alternative in link group default.plymouth (providing /usr/share/plymouth/themes/default.plymouth): /usr/share/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth Nothing to configure.18:36
notadeveloperjianu81, why not use windows instead?18:37
jianu81because windows sucks18:37
jianu81and i would rather kill myself18:37
notadeveloperdont18:37
jianu81well i won't use winows18:37
jianu81windows*18:37
hemmdIs there a way to have a windows panel with all open windows in Ubuntu 16.04 on the bottom of the screen.18:37
notadeveloperdo an ls -la on your home folder18:37
jianu81what is that ?18:38
hemmdLike an open windows task bar... like Windos?18:38
bekkslerner: Thats not a bug but a summary of various unrelated symptoms.18:38
notadeveloperplayonlinux must have stored the game data or virtual drive on a hidden folder on your home folder18:38
MonkeyDusthemmd  in 16.04 : gsettings set com.canonical.Unity.Launcher launcher-position Bottom18:38
bekkslerner: Pick one, and ask for help on solving it.18:38
notadeveloperplayonlinux is just wine18:38
Captain_Protonabhishek: have you tried 'sudo dpkg –configure -a'18:38
jianu81yeah but it also installs some stuff automatically18:38
hemmdno I don' twant to move the unity bar ... I just want another panel that will list all of the open windows.18:38
jianu81i can't install the game on my current hard drive18:39
jianu81i want to install it on the external one18:39
hemmdMonkeyDust.18:39
MonkeyDusthemmd  ok, xfce and lxde have their bars on the bottom, iirc18:39
notadeveloperjianu81, so click ubuntu icon -> type terminal hit enter then on terminal do: cd ~ then do: ls -la18:39
hemmdNo way to add one to 16.04?18:39
jianu81ok did it18:39
jianu81what shall i do next ?18:39
notadeveloperjianu81, what does it say?18:39
MonkeyDusthemmd  yes, there's cairo dock, plank and others18:39
hemmdok... I'll check em out, thanks Monkeydust.18:40
jianu81$ cp -av ~/.PlayOnLinux /mnt/extradisk/mysecondhome/18:40
bia!list18:40
ubottubia: 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 ».18:40
jianu81sorry18:40
jianu81total 420 drwxr-xr-x 18 alex alex   4096 iun 15 21:16 . drwxr-xr-x  3 root root   4096 iun 15  2016 .. -rw-------  1 alex alex    792 iun 15 21:16 .bash_history -rw-r--r--  1 alex alex    220 iun 15  2016 .bash_logout -rw-r--r--  1 alex alex   3771 iun 15  2016 .bashrc drwxrwxr-x 10 alex alex   4096 iun 15 21:30 .cache drwx------ 10 alex alex   4096 iun 15 21:27 .config drwx------  3 alex alex   4096 iun 15  2016 .dbus drwxr-xr-x  218:40
jianu81this is what it says..18:40
abhishekCaptain_Proton: then.18:40
jianu81dunno how to copy it18:40
jhaveHello,18:40
bekksjianu81: ls -lha | nc termbin.com 999918:41
biaciao18:41
notadeveloperjianu81, do mv .playonlinux /path/to/externaldrive/18:41
jianu81ok18:41
jianu81i'll try it18:41
notadeveloperthen in home do: ln -sf /path/to/externaldrive/.playonlinux .18:41
jianu81.playonlinux :no such file or directory18:41
notadeveloper.PlayOnLinux18:42
notadeveloperplay on linux should have a virtual drive in the .playonlinux folder18:42
notadeveloperwhat i just instructed you to do is to move .pol to external drive18:43
jianu81ok i did that18:43
jianu81but18:43
OerHekslerner, clevo says it is an Macbookair ??? https://launchpadlibrarian.net/265545392/boot.svg18:43
notadeveloperto configure how to setup a virtual drive you should consult playonlinux.org or .com18:44
lernerOerHeks, thats obviously not true18:44
notadeveloperjianu81, have fun18:44
jianu81yeah,thanks!18:44
robotti^playonlinux may have also symbolic link to /home/USER/Play\ On\ Linux/ folder18:44
robotti^not sure though18:44
jianu81bekks what does your command do ?18:45
bekksjianu81: It creates a pastebin, since your copy&paste into one line was unreadable.18:46
MonkeyDustjianu81  paste that command in terminal, you'll get a link... paste that lik here in the channel18:46
jianu81btw if you have a modern pc would there by any reason to use xfce instead of kde ?18:49
MonkeyDustjianu81  yes, if you like it more18:50
ji348jwe8hello18:52
ji348jwe8does someone knows if ubuntu provides driver for m-audio audio interfaces?18:52
ji348jwe8the device specifically is of vendor M-Audio, model FastTrack18:53
jianu81i have a problem18:54
jianu81using .mv PlayOnLinux18:54
jianu81it says18:54
jianu81mv: inter-device move failed: '.PlayOnLinux' to '/media/alex/490aa0cd-8ebc-4a8c-84c4-178c3c9a20f3/.PlayOnLinux'; unable to remove target: Directory not empty18:54
jianu81the external hard drive is formatted as ext418:55
Bray90820_Does the sudoers file work with gksudo18:55
jianu81i just installed the game launcher on my hard drive18:56
jianu81i want to just move it to the external one18:56
jianu81can i use symlink ?18:56
MonkeyDustjianu81  try   ln -s [from] [to]18:57
MonkeyDustjianu81  try   ln -s -r [from] [to]   <-- correction18:57
jianu81ctrl + alt + t doesn't work on kubuntu :(18:57
MonkeyDustjianu81  it's because kubuntu use Kate, not Terminal18:58
jianu81here it is http://termbin.com/e8bq18:59
jianu81what you asked me to do18:59
jianu81so i  should i do  :   ln -s -r /home/alex/PlayOnLinux's virtual drives/      /path/to/damn/removabledevice19:01
jianu81?19:01
jianu81?19:02
MonkeyDustjianu81  ln means link ... what happens when you try19:02
lernerI created an ecnrypted volume with veracrypt. Is that a different filesystem for fsck?19:02
jianu81nothing happens19:03
derpSauceanyone know how to assign the CapsLock key to "ctrl+b"?19:04
MonkeyDustjianu81  do you now have a link on your external drive, go and check19:04
jianu81how should i check ?19:04
MonkeyDustjianu81  navigate to the external drive19:05
jianu81it is empty19:05
MonkeyDustjianu81  navigate to the path you set19:05
MonkeyDustjianu81  what is empty?19:05
jianu81the external drive19:05
MonkeyDustjianu81  you lost me19:06
jianu81 i did : sudo ln -s -r /home/alex/PlayOnLinux's virtual drives/ /media/alex/490aa0cd-8ebc-4a8c-84c4-178c3c9a20f3/19:08
jianu81and well19:08
jianu81it shows me these19:08
jianu81>19:08
jianu81is it loading ?19:08
MonkeyDustjianu81  you have to specify a *folder* to link it *to*19:08
jianu81yeah19:08
jianu81media19:08
ikoniawhy do you have 3 arguments for ln19:08
MonkeyDustjianu81  49... is a drive, not a folder19:08
ikoniait should only be two19:08
DArqueBishopjianu81: it's showing you a > because you need to escape the ' in the path name. Aka: /home/alex/PlayOnLinux\'s virtual drives/19:09
jianu81ok thanks19:09
gbertI am unable to launch apps after installing with "sudo apt-get install ... "19:10
jianu81does anyone know how to open dolphin as sudo ?19:10
gbertthey do not show up in my launcher and I cannot run them from command line19:10
jianu81file browser19:10
gbertany thoughts?19:10
MonkeyDustgbert  press alt-f2, then type it19:11
jianu81nevermind19:13
jianu81done19:14
jianu81it is finally done!19:14
MonkeyDustjianu81  great, how did you do it19:15
=== step21_ is now known as step21
jianu81sudo ln -s -r /home/alex/PlayOnLinux\'s virtual drives/ /media/alex/490aa0cd-8ebc-4a8c-84c4-178c3c9a20f3/asd/19:16
Codfectionwhy my chrome is flickering19:16
Codfectionon ubuntu19:16
jianu81has anyone ever used drivemount on android ?19:16
gbert_what's the command for alt+f2? I don't have an f2 key19:17
akikCodfection: cross posting is bad because then people don't see each other's replies19:17
gbert_the newly installed packages don't show up when I run "which" either19:18
Codfectionakik, what do u mean19:18
jianu81wrong name19:18
jianu81has anyone ever used foldermount on android ?19:18
akikCodfection: people on #linux don't see discussion about your problem19:18
CodfectionGuys, why my chrome screen is flickering on ubuntu 16.0419:18
jianu81so what does symlink actually do ?19:19
Codfectionany solutions please?19:20
=== Hartmann is now known as ghartmann
jianu81does it fake that the symbolic linked file is where it is used to be and not where it is now19:21
Volundsymlinks are basically shortcuts or aliases. A symlink makes a file or folder appear to be in two different places19:21
VolundIIRC.19:21
k1l_Codfection: when is chrome flickering?19:21
Codfectionduring web watsapp and video plays other than utube19:21
* Volund knows nothing of the nuances or specifics, just that that's what they are.19:21
MonkeyDustjianu81  ln means link ... -s means symbolic ... the -r is needed because it's to a different drive19:21
k1l_Codfection: so its a flash issue?19:22
jianu81ok so i did symlink the game from my hdd to my external hard drive,does that mean that the game will install on the external hard drive ?19:22
Codfectionno idea19:22
Codfectionk1l_,19:22
MonkeyDustjianu81  i use it to symlink from my nas19:22
jianu81MonkeyDust ?19:22
Codfectionk1l_, cant it be driver issue?19:23
gbert_I can't run newly installed packages from command line but they show up in /usr/share/applications - how can I get them to launch from command line?19:23
jianu81?19:23
jianu81ok so i did symlink the game from my hdd to my external hard drive,does that mean that the game will install on the external hard drive ?19:23
k1l_Codfection: what video driver is it?19:24
Codfectionk1l_, I couldnt find on ubuntu driver section19:25
Codfectionso didnt install any19:25
VolundSo here's an odd question. I'm looking to get into providing managed hosting to a tiny little corner of the market - this means I need to learn how to easily and neatly manage many users, automate things like setting up mysql databases, configure permissions and restrictions, etc. And back stuff up. Majorly back staff up. I realize this is an insane thing to be asking here, but Ubuntu is the only Linux I know and I'm hoping19:25
Volundsomeone can tell me: WHERE should I start researching such things? What kinds of tools would I be using?19:25
Codfectiondell e642019:25
Codfectionk1l_, I just installed ubuntu on e6420 dell.19:25
k1l_Codfection: what desktop is in use? unity?19:25
VolundLike, I don't know where to begin or if there are some miracle tools I should know about.19:25
Codfectionk1l_, ubuntu19:26
Codfectiondefault is unity19:26
Codfectionyea19:26
k1l_Codfection: systemsettings -> software & updates: last tab. see if it provides some drivers19:26
k1l_Volund: start in the #ubuntu-offtopic channel. there are some admins and they could point you in some directions19:27
Codfectionk1l_, additional drivers?19:27
dyc3hi, so i have an apache server that for some reason, when accessed externally, returns a page with some javascript: window.location = "/UI";. ( See https://convex.st4r.io/ )but when accessed internally, returns the correct index.html page.19:27
Codfectionnone. k1l_19:27
* Volund thumbs-up19:27
jfcaronIs it just me or is Ubuntu less stable than it used to be?  I’ve got a fresh install 16.04 and it completely froze up when I unplugged a USB stick.  Then gnome-disk segfaulted when I tried to eject another disk.19:27
Codfectionit shows 1 proprietary driver in use. k1l_19:28
k1l_Codfection: which?19:28
CodfectionUnknown: Unknown19:29
k1l_Codfection: keep in mind that we dont see what you see. so if you dont tell us we cant know19:29
CodfectionUsing processor microcode firmware for Intel CPUS from intel-microcode (proprietary)19:30
=== marklyford___ is now known as marklyford
Codfectionso? k1l_19:31
k1l_Codfection: ok, open a terminal and run "lspci  | nc termbin.com 9999" and show the url here19:31
gbert_I can't run newly installed packages from command line but they show up in /usr/share/applications - how can I get them to launch from command line?19:32
Codfectionhttp://termbin.com/oinw19:32
ikoniagbert_: such as ?19:32
dyc3i have been googling this /UI redirect problem that i have for 2 months now, and i have made no progress. i was hoping that someone here would have a better idea of where to look?19:33
ikoniadyc3: just explain the problem19:33
gbert_ikonia: I ran "sudo apt-get install goldencheetah" - but can't access the installed program from command line- it does not come up when I run "which"19:33
k1l_Codfection: ok, you got a intel card. thats drivers are already inside the linux kernel. so you dont need to install them19:34
ikoniagbert_: what is the name of the binary you are trying to run19:34
dyc3ikonia: see https://convex.st4r.io19:34
gbert_"goldencheetah"19:34
Codfectionyea k1l_19:34
Codfectionso what would be the solution ?19:34
ikoniagbert_: are you %101 sure that is the binary name19:34
dyc3ikonia: it returns a page with javascript on it that redirects to /UI19:34
gbert_ikonia: how can I double check?19:34
k1l_Codfection: well, i dont know what the issue is. chrome is working on most systems.19:34
k1l_Codfection: is it 16.04?19:34
ikoniadyc3: a prank ?19:34
dyc3ikonia: which is not in the index.html file19:34
Codfectionyup 16.0419:35
CodfectionI get random flickering issues19:35
TribaldryHi there! Some months ago I found a kind of file system wich is able to connect to several cloud storages and offer that space as drive on unixoid systems. I do not find it anymore. I think I remember first letter was a "T"... any ideas?19:35
dyc3ikonia: i wish, but i read my logs19:35
ikoniadyc3: what logs ?19:35
bekksgbert_: The binary name is GoldenCheetah. See here: http://packages.ubuntu.com/xenial/amd64/goldencheetah/filelist19:35
ikoniadyc3: you've just pasted a url that loads a prank site19:35
k1l_Codfection: start chrome from a terminal and keep that terminal open. then see if there are any errors19:35
dyc3ikonia: https is important, i have something else on http19:36
gbert_ikonia: yes, it does show up in usr/shr/applications as goldencheetah and I can launch it from there via a file browser19:36
gbert_but not from command line19:36
Codfectionk1l_, and when I run aptget update. it shows that key is weak for chrome19:36
bekksgbert_: The binary name is GoldenCheetah. See here: http://packages.ubuntu.com/xenial/amd64/goldencheetah/filelist19:36
bekksgbert_: GoldenCheetah <> goldencheetah19:36
k1l_Codfection: yes, that is an issue from google. but its only a warning, not an error19:36
gbert_bekks: oh, thank you19:36
Picidyc3: your https cert is invalid for that site.19:37
ikoniadyc3: it's loading an invalid cert19:37
ikoniadyc3: I'm not accepting that onto my system19:37
MonkeyDustgbert_  works?19:37
gbert_MonkeyDust: yes19:37
dyc3ikonia: ok, make a pastebin of what it returns19:37
gbert_Thank You All :)19:37
dyc3ikonia: i will make *19:37
Codfectionk1l_, the problem ids19:38
Codfectionis19:38
Codfectionit occurs randomly19:38
k1l_Codfection: that sounds like a website issue, not a ubuntu issue, tbh19:39
dyc3ikonia: http://termbin.com/6ayx19:39
Codfectionk1l_, facebook videos also19:40
Codfectionso I think its not website.19:40
ikoniadyc3: is this your website ?19:40
dyc3ikonia: thats what https://convex.st4r.io returns, and its supposed to return something way different.19:41
ikoniadyc3: is that your website19:41
dyc3ikonia: yes19:41
ikoniadyc3: so how are we meant to fix your website code ?19:41
dyc3ikonia: one sec, im going to go double check my configs19:43
chopperhey19:47
dyc3ikonia: yep, nothing in my /var/www/ or /etc/apache2/ contains "UI" and i have no idea where its getting that javascript page from19:47
=== Senj is now known as Senji
wtywretyhey weet iemand hoe je google chrome instaleerd hier19:51
tewardbooting to a LiveUSB is still a good way to make sure things work well?19:51
teward(for testing ahead of bare-metal installation or upgrading)19:51
tewards/a good/the best/19:51
=== marklyford___ is now known as marklyford
neriumHow would I select the second column using cut (or any other tool)? echo "M bin/gg-git" | cut -f 119:57
naccnerium: 'echo "M bin/gg-git" | cut -f2 -d' '19:58
naccnerium: also read `man cut`19:58
naccnerium: the delimiter is tab by default19:59
naccnerium: you may want to use awk if you need to handle arbitrary whitespace19:59
=== Phoenix is now known as Guest19495
neriumnacc: git status --porcelain | cut -f2 -d' ' gives ”M\nok” as output. Input is20:00
nerium M bin/gg-git20:00
nerium?? ok20:00
naccnerium: it's -f3 for that output, i think20:02
neriumnacc: awk works, thanks!20:02
MonkeyDustnacc  +120:02
naccnerium: np20:02
lernerwhat command do I need to revert to the latest stable kernel? uname -r shows kernel 4.7.0-040700rc2-generic (testing for a bug), but on synaptic I got rid of it and xubuntu automatically installed 4.4.0.25. Why is not 4.4.0.25 being shown on uname -r?20:05
k1l_lerner: "dpkg -l | grep linux-image | nc termbin.com 9999"20:06
=== moz is now known as Guest49716
nacclerner: have you rebooted since then?20:08
lernerdpkg -l | grep linux-image shows kernel 4.7 as installed k1l_ , so all I have to di is sudo dpkg --purge linux-image-4.7.0-040700rc2-generic ...20:08
lernernacc, like 5 times20:08
k1l_i would use apt but that should work too20:09
lernerk1l_, unless you want to personally see that output...20:09
GreatLordHi20:10
gadgetcan someone help me out. I just ran an apt-get command on a huge list of packages and alot of them got marked as manually installed. Can i somehow revert the flags for just those packages? Maybe grep the apt log and use that somehow? Any ideas would be great!20:10
naccgadget: apt-mark showmanual20:11
GreatLordHi found a disto call ethos that is base on ubuntu they take 35usd for download it20:12
GreatLordhttp://ethosdistro.com/20:12
gadgetnacc: yeah but that really doesnt help me.20:12
GreatLordfor digtal copy20:12
daxGreatLord: and?20:13
GreatLordIt is not allown make mony from gpl20:13
MonkeyDustGreatLord  great, but not supported here ... if someone wants to pay for it, then the 'ethos guys' did a good job20:13
daxGreatLord: yes, it is.20:13
daxGreatLord: https://www.gnu.org/philosophy/selling.en.html https://www.gnu.org/licenses/gpl-faq.en.html#DoesTheGPLAllowMoney etc.20:14
naccgadget: you'd intersect that with the list of packages you passed to apt-get and unmark them?20:14
GreatLorddax not like how they do it20:14
Tobias92I'm trying to apt-get upgrade. There's an update for php5-common to version 5.5.9+dfsg-1ubuntu4.18, but it looks like php5-intl (a package I also need) depends on 5.5.9+dfsg-1ubuntu4.17 and will be removed as a consequence. How do I tell apt that I really want to keep php5-intl?20:14
k1l_GreatLord: if they dont ship the sourcecode you should tell the free software foundation20:14
GreatLordgpl 2.0 say u for not make proft of a digtal distro20:14
naccGreatLord: not sure how that is an ubuntu support question?20:15
daxGreatLord: no, it doesn't. regardless, the correct place for such things would be legal@canonical.com20:15
k1l_GreatLord: but this is out of the scope of this channel. you should talk about this in #ubuntu-offtopic20:15
naccTobias92: that's the version in -proposed20:15
GreatLordOk I will email  legal@canonical.com20:15
GreatLordthx for the help20:15
=== lethu_ is now known as lethu
GreatLordI did not known where to trun to20:16
GreatLordthx20:16
gadgetnacc: i got the list of packages that caused this from the list of installed packages. showmanual shows tons of packages i never personally installed. I assume ti shows default packages as well?20:17
Tobias92nacc, https://launchpad.net/ubuntu/trusty/amd64/php5-common/5.5.9+dfsg-1ubuntu4.18 lists it as "published"?20:17
naccTobias92: published just means it's ... published... meaning it's been pushed to the archive. But it's int he -proposed pocket still (see "Downloadable files" mentions that)20:18
naccTobias92: you need the php5-intl from the same build, so just wait til it migrates to release20:20
Tobias92nacc, ah, I see! Thanks for clearing that up20:20
naccgadget: it shows all packages ever marked as manually installed20:21
gadgetnacc: does this look anything like yours? --> http://paste.linuxmint.com/view/ueg020:23
gadgetnacc: i dont have the original list of packages that i ran the command from. it was piped to xargs and the terminal is flushed.20:25
lernerso whats the difference between apt und dpkg?20:26
=== thateternalmomen is now known as theeternalmoment
daxlerner: dpkg installs packages. apt downloads packages and handles dependencies, then passes off to dpkg for the actual install20:29
OneM_IndustriesWhat commands would I run to clean up a system after removing a large suite of software, such as libreoffice?20:29
daxdepends on what "clean up" means20:29
OneM_IndustriesRemove dependencies that are no longer needed, configuration files, stuff like that.20:30
amigri#slacware20:31
amigri#job slacware20:31
de-factoi wonder if pulseaudio ever will work correctly. probably not.20:31
daxOneM_Industries: apt-get autoremove for the first, use apt-get purge instead of apt-get remove for the second20:31
OneM_IndustriesOk.20:31
lernerso, if I have several kernels (one upstream) and I want to use a stable one, I have to establish that with grub, right? I access grub pressing esc or left alt, right? both sentences right?20:32
daxthe latter removes systemwide config. there is no command to remove per-user config in ~/, that isn't handled by package management20:32
StarkyOneM_Industries: apt autoremove for removing every packets that is not needed. If a package X is recommended by package Y but was installed by package Z, it won't be uninstalled20:32
OneM_IndustriesJust wanted to make sure what I am doing is correct before using it on a machine I like.20:32
StarkyThere's alls othe apt autoremove --purge option as well20:32
Starkys/alls othe/also the/20:32
OneM_IndustriesOk, looks like I'm good. Thanks!20:33
OneM_IndustriesNow, to download libreoffice 5.0...20:33
lerner......20:36
naccgadget: it should be in your history?20:36
lernerbut, if synaptic lists 4.4.0.25 as installed and uname -r list 4.7.0.22... can thac explain that my laptop runs like a turtle? it is usually not this slow20:37
naccgadget: or look in /var/log/dpkg.log20:37
nacclerner: packages being installed does not determine what the default kernel is20:37
nacclerner: meaning you need to pick the right kernel from grub20:37
lernerbut if uname .r list 4.7, then thats the default one, right?20:38
lernerand why do synaptic and uname return different outputs? in synaptic the upstream kernel simply does not exist20:39
nacclerner: not necessarily, it just means that's what you're runing right now20:39
k1l_lerner: you installed manually the mainline packages. so since grub always boots the highest kernel number as default, that is the reason why you are on that 4.7 kernel20:39
nacclerner: packages installation and running kernel are rather unrelated in my mind20:39
k1l_uname only lists the actual booted kernel20:39
k1l_lerner: if you want to get rid of the 4.7 kernel remove it20:40
lernerthe moar I know...20:40
=== GarrettShields_ is now known as GarrettShields
KTHNXBAiiCan someone help me with my usb disk?20:51
bekksKTHNXBAii: depends on an actual question.20:52
bprompt!ask | KTHNXBAii20:52
ubottuKTHNXBAii: 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 !patience20:52
KTHNXBAiiMy usb disk just isnt showing up anymore when I plug it in20:53
KTHNXBAiiIt's showing up in lsusb as an SD card reader instead20:53
MonkeyDustKTHNXBAii  type this in a terminal and then plug the usb in and out ... do you see something change ... tail -f /var/log/syslog20:54
rldwithquestionI keep geting gpartman exit code 10 when I try to install, and also a notification that i've got not free space on the disk. What am I doing wrong? I have only encountered this on one computer20:54
rldwithquestionI know that there's plenty of space on the target drives. Is it the space on the live media that's the problem?20:55
dar123i cannot lookup my ipv6 address, i get no AAAA record20:55
KTHNXBAiiIt goes through startup of the disk as a new device and then says it is not an MTP device20:57
k1l_KTHNXBAii: "dmesg | nc termbin.com 9999" run that in terminal and show the output url here20:59
KTHNXBAiihttp://termbin.com/nmyl21:00
fission6i just made a change to an upstart script, when i restart the service it doesn't appear to have the change? do i need to reload the script or something21:02
derpSauceanyone know how to assign the CapsLock key to "ctrl+b"?21:05
=== step21 is now known as step21_
=== ubuntu is now known as Guest27944
k1l_KTHNXBAii: are you sure the disk is still working properly?21:10
fission6i made a small change to my upstart script, for whatever reason when i restart the job its picking up the new job21:10
KTHNXBAiiIt isn't mounting at all21:10
k1l_KTHNXBAii: on other pcs, too?21:11
KTHNXBAiiIt isn't loading no. In lsusb it has the same serial number but it is called "Super Top SD Card Reader"21:14
KTHNXBAiiThat's on other pcs too21:14
k1l_KTHNXBAii: "Buffer I/O error on device sdb, logical block 0" means its hardware failure. its broken21:16
geniiYep21:17
KTHNXBAiiAh damn. Thanks for your help!21:17
=== KindOne is now known as GitGud
fission6what does this mean when i run initctl reload-configuration, nitctl: Rejected send message, 1 matched rules; type="method_call", sender=":1.511" (uid=1000 pid=12885 comm="initctl reload-configuration ") interface="com.ubuntu.Upstart0_6" member="ReloadConfiguration" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ")21:18
Torneon 16.04, hit "restore defaults" in unity tweak tool after messing with some settings, and the panel and launcher vanished entirely. killing the sessiona nd logging in again doesn't bring it back. i can still right click the desktop and it still sets wallpaper, but that's it.21:19
geniifission6: It means use suso21:19
geniiSudo , rather21:19
fission6oh ok21:19
fission6genii: thanks!21:21
derpSauceanyone know how to assign the CapsLock key to "ctrl+b"?21:21
F0k5#whois F0K521:22
F0k5#whois F0k521:22
bpromptderpSauce:    you could try installing "autokey", so you can map whatever combination to whatever you want21:23
bprompt!autokey21:23
derpSauceHmm, I've tried autokey, I don't know if it goes anywhere as close to where I'd like.21:24
derpSauceSo long as it can re-map Caps_lock to something obscure, I *should* be good21:24
danmulveyhow can i remap my caps lock key to act as ctrl?21:25
EriC^^danmulvey: xmodmap21:25
danmulveyEriC^^: thanks!21:26
danmulveyi can use that to reassign my "function" key too? the one that activates things like volume/brightness control etc on my laptop?21:26
bpromptderpSauce:       make a python script, or a "script" in autokey, have it "record keyboard strokes", when done, do the mapping for that script21:26
derpSauceAny good documentation for xmodmap? I've seen how powerful it is, I've never had a solid read bout that21:26
naccderpSauce: `man xmodmap` ?21:30
derpSauceHeh, yeah. I guess that's all one needs. I had a really rought time of it when I tried this out last time21:31
daumiecan i opt out of seeing messages of members who have joined?21:31
bpromptderpSauce:    http://efod.se/writings/linuxbook/html/caps-lock-to-ctrl.html21:32
derpSauceNice! thanks21:33
geniidaumie: The method varies depending on what IRC client21:33
tewarddaumie: in IRC?21:33
bpromptderpSauce:      that one uses ctrl only, but you can "just add water" to it, and sugar maybe =)21:33
tewarddaumie: that varies client to client on how to do that21:33
bpromptdaumie:     yes, you can, but thats done in the "settings" of your irc client21:34
s7ianwhat client are you using?21:34
k1l_!quietirc21:35
ubottuTo ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages21:35
pvsharovand thunderbird?21:36
danmulveyirssi has a really nice script that silences hide/join/etc unless the person has been recently active, that way you still know if someone you're talking to has left or rejoined21:36
daumie@genii @teward  @bprompt Am using weechat irc client from the terminal............Any suggestions please?21:37
k1l_daumie: see the bots message21:37
=== tigefa1 is now known as tigefa
bipulI was trying to install package name from file. For example "cat file | xargs sudo apt-get -y install" here inside file there is a list of packages21:38
bpromptdaumie:     check the link provided, it has weechat as well  in it21:38
bipulBut i am getting this as a output: E: There are problems and -y was used without --force-yes21:38
bpromptbipul:    you mean, from .deb files?21:39
naccbipul: probably you have something that is leading to a downgrade, unauth'd package, or removing an essential package, as documented in the man-page21:39
naccbipul: feel free to to pastebin the resulting command and output21:40
daumiebprompt: Thanks ...i'm a newbie in using weechat ...I will look at the settings..21:40
bipulbprompt, Yes, the packages comes from apt-get repository.21:40
bpromptbipul:    you can install those with just "dpkg"   ->  sudo dpkg -i SOMENAME.deb <-21:40
bipulnacc, sorry i don't get you.21:41
naccbipul: read `man apt-get`, specifically the part about what -y does. It tries to run non-interactively, but there are cases where it won't.21:41
naccbipul: i'm guessing you've hit one such case21:41
bipulactually i am trying to automate the things21:41
bpromptbipul:    bear in mind though, that if it's needing dependencies, dpkg will install it, but won't get the dependencies, you could always though do a -> sudo apt-get -f install <- so apt-get gets the missing dependencies if any, you may also want to check with -> sudo apt-get check <- if any is needed firstly21:42
naccbipul: you are welcome to pastebin the file and command outputs, that's really the only way anyone is going to be able to help21:42
naccbprompt: bipul said they are using apt-get above (afaict)21:42
naccnot dpkg directly21:42
geniibipul: There are some packages which require manual confirmation, for instance license agreements in some cases if it's from restriced or partner repositories21:42
bugtraqok21:42
bipulsure let me pastebin it21:43
=== anderson_ is now known as anderson
ShaRoseFun prank to pull on someone if you are a terrible person: Set up the bashrc so that it cats some random data from /dev/urandom each time they open a shell. it'll utterly destroy the character set for that shell, leading to 'fun'.21:44
ShaRosehttps://img.sharo.se/oluIu.png this is what htop looks like21:44
naccShaRose: #ubuntu-offtopic21:44
mcphailShaRose: please read the channel topic. This is Ubuntu support only21:44
bipulhttp://paste.ubuntu.net/17380914/21:45
bipulThe above link shows you my half work21:45
naccbipul: uh, how woudl this ever work21:46
naccdpkg -s $i &>> /dev/null21:46
nacc$i is the name of package21:46
naccnot the name of a deb file?21:46
bipulcat example.list | xargs apt-get -y install <-- I am stuck at here , after googling i found a solution of mapfile21:46
nacc...but in any case21:46
bipulnacc, Yes, it's name of package.21:46
naccbipul: oh your'e checking the status?21:46
naccbipul: one line says pacakge.list and one line says example.list21:47
naccis that intentional?21:47
bipulOh yes it's my typo mistake21:47
=== bashar_ is now known as basharfes
basharfeshello21:50
bpromptallo21:50
basharfeshow are you bprompt?21:50
bipulAny idea? nacc ?21:51
naccbipul: does it still happen if you fix the typo?21:51
naccwhat's in example.list or package.list when it fils?21:51
nacc*fails21:51
bipulexample.list is same21:52
naccbipul: you haven't show me what's in it?21:52
naccbipul: in a pastebin21:52
bipulexample.list is same as package.list, it was just my mistake21:52
naccbipul: I am not on your system, I can't know what is or is not in a file on your system.21:53
naccbipul: please pastebin the *contents* of the file that is being used21:53
bipulcat package.list | xargs apt-get -y install21:53
tsimonq2EriC^^: hey, for if you ever have to answer the question about making an encrypted home directory non-encrypted again: http://virtually-a-machine.blogspot.com/2010/08/howto-disable-ecryptfs.html21:53
naccbipul: you're not listening. pastebin the contents of package.list.21:53
bpromptbasharfes:     well, thanks21:53
bpromptbasharfes:    bear in mind the channel topic though :)21:54
bipulpackage.list contain php521:55
basharfeshow can i install windows inside ubuntu ? do you know anything? bprompt21:55
naccbipul: what version of ubuntu are you using?21:56
k1l_basharfes: try virtualbox21:56
bipul?21:56
bpromptbasharfes:    yeap, use a Virtual Machine, like Virtualbox, it's in the repositories21:56
bipulIt's work thanks21:56
basharfeskll: how to get the virtual box21:56
k1l_!virtualbox | basharfes21:57
ubottubasharfes: Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox21:57
geniibipul: Please do not PM me21:58
bipulgenii, I am sorry. :)21:58
basharfesmy architecture is i38622:00
basharfesmy architecture is i386, does it support virtual bbox22:01
k1l_yes22:01
bipulbasharfes, Check VT-ex enabled or not in BIOS22:02
k1l_but you cant install 64bit guest OS then. btw, why are you running 32bit os at all22:02
bipulVT-X*22:02
basharfesthat's the only pc i have. :kll22:03
Danielh90does skype of any big issues on ubuntu?22:04
de-factowhy you want to install windows on ubuntu afterall? maybe something not so boxed and a bit more integrated like wine could suit your needs to run windows programs on ubuntu aswell22:04
de-facto!info wine22:04
ubottuwine (source: wine1.6): Microsoft Windows Compatibility Layer (meta-package). In component universe, is extra. Version 1:1.6.2-0ubuntu14 (xenial), package size 0 kB, installed size 6 kB (Only available for i386; amd64)22:04
de-factobasharfes ^^22:04
Danielh90have*?22:05
de-factoDanielh90 skype sucks, but it does run on xenial without major issues22:05
=== gustav is now known as gustav___
basharfesi have a printer model: canon ip2772 which has  no support driver for ubuntu22:05
=== gustav___ is now known as GustavSvenIsrael
dgarstangDoes dpkg have an option to install from a URL?22:06
Danielh90de-facto,  I know that skype sucks but my friends don't know of any other chat program (Or they will not switch) just wondering if skype will run fine on ubuntu22:06
naccdgarstang: no, i don't think so22:06
de-factoDanielh90 yes it does22:06
dgarstangnacc: Darn. Tried to pipe it on the command line, but no luck22:06
Danielh90I'm thinking about switching to ubuntu22:06
lernerdependency failed for PNFS block. how do I fix that?22:06
naccdgarstang: i can't think of many use-cases where you'd want to pipe something to dpkg... wget and then dpkg?22:07
dgarstangnacc: I can think of many use cases, and yes, dpkg and wget or curl22:08
naccdgarstang: dpkg takes as input a .deb file ... you're assuming that is sensible to read on stdin?22:11
dgarstangnacc: The lack of functionality doesn't decrease the use case22:11
naccdgarstang: it feels like you're confusing 'lack of functionality' and 'outside the scope of the tool' (to me)22:12
dgarstangnacc: rpm does it22:12
naccdgarstang: not sure how that's relevant? dpkg isn't trying to be like rpm or guarantee to replace it's functionality.22:14
naccdgarstang: and rpm does it by downloading the file and then installing it, afaict, which is feature-creep IMO :)22:14
dgarstangit's pretty darned useful functionality22:14
naccdgarstang: use a package manager at that point22:14
dgarstangnacc: like ... dpkg?22:15
naccdgarstang: sorry, use a more full-featured package manager at that point22:15
nacclike apt.22:15
dgarstangnacc: Can apt install from a URL?22:15
de-factobasharfes have you tried (and googled about) using some like those: PIXMA iP2770/ iP2772 Linux drivers: http://bit.ly/1VZZC2J22:15
mirek_Hi there, just checking who's around :)22:16
naccdgarstang: No, but it can install from a repository you add.22:16
naccdgarstang: and it seems like most users should be using repositories, not one-off .deb files22:16
=== GitGud is now known as KindOne
k1l_basharfes: what cpu is it in this pc?22:16
dgarstangnacc: This is a script run from user-data to an ec2 instance. Repositories haven't been set up yet. Yes, I will circle around later and maybe put our repository server into the AMI, but for now, it's not tehre yet22:17
naccdgarstang: ok; seems trivial to write a wrapper function then, i guess22:18
andrejIs there a way to record the choices for a server install in preseed format? I've been trying to PXE install 16.04 on a particular server for days w/o much success, but a CD install worked fine. I'd like to use the choices from that process as the basis for the foreman install22:25
naccandrej: you might be able to use dpkg-genchagnes22:26
naccerr, wrong command one sec22:26
andrejcheers nacc22:27
beto1hi22:27
andrejdebconf-get-selections --install didn't reflect my options at all, btw22:27
andrejno mention of disk device in there22:28
naccah that was going to be my suggestion :)22:28
naccandrej: --^22:28
TameikiHello22:28
andrejheh - stink ;} ... thanks for trying22:28
naccandrej: did you pass --install or --instaler?22:29
TameikiWhat's the main difference between ubuntu 14.04 and 16.04, hardware compatibility speaking ?22:29
de-factobasharfes if i was in your position i would first try to get http://gdlp01.c-wss.com/gds/0/0100002720/01/cnijfilter-ip2700series-3.30-1-i386-deb.tar.gz working and if that fails try to compile from http://gdlp01.c-wss.com/gds/4/0100002724/01/cnijfilter-source-3.30-1.tar.gz22:29
k1l_Tameiki: new kernels mean new hardware support. but if you have amd video card you cant use fglrx anymore since 16.0422:30
andrejUuuuh d'oh! Thanks nacc. missed the er :/ Will try again :}22:30
TameikiBecause I have a problem on Ubuntu 14.04. While playing on some (not all of) games on Wine or VMware (windows). At one time, a "wind" sound appear on my left ear (headphone) and in my mic. During 2-5 mins, this noise increase and start to crackling and shut my left ear (and mic). I use wine 1.9.12 (lastest) and pulseaudio. I already try to not use pulseaudio, that didn't resolve my problem.22:37
TameikiAnyone have an idea please ?22:37
ikoniaengage with the wine team22:38
ikoniathe latest wine is not shipped with ubuntu, so you may have got it from elsewhere22:38
k1l_yeah, would first start looking with the wine guys. since i bet ubuntu is not doing this without running wine.22:38
Tameikiikonia: I thought it was wine, but the problem is the same with VMware.22:38
ikoniaTameiki: what do you mean vmware ?22:39
TameikiAnd VMware doesn't use wine22:39
Tameikiikonia: VMware workstation, for virtualization22:39
ikoniaI konw what it is, but how are you using it22:39
Tameikiikonia: Normally, I gues. W10 on it, to run some game which are not really compatible with wine (or for testing, or other things)22:40
ikoniaTameiki: so you're running vmware on ubuntu, then installing a windows guest ?22:41
Tameikiikonia: Yes22:41
ikoniaso again 3rd party virtualization22:41
ikoniais it possible it's a bug with the game/sound interface of the game under windows22:41
ikoniaas that will all be emmulated the same22:41
Tameikiikonia: With two differents games ?22:41
Tameiki(It was not the same game on wine and on VMware)22:41
ikoniaok, so two different games22:41
ikoniadoes it do it on anything thats not a game, eg: just general use of ubuntu22:42
TameikiOn simple ubuntu usage or ubuntu-nativ game (like steam & other), the problem wasn't here.22:43
ikoniawhat about virtualization thats not a game, eg: playing a music file22:44
ikonia(just an example)22:44
ikoniaI'm going to make a wild guess that it will be directx sound thats a problem22:44
ikoniaalthough I've never heard ot that exact symptom, there are other cases similar22:44
Tameikiikonia: I don't play music on VMware (but I play other "musical" game on VMware without this problem, and I have an other game on Wine which don't have this problem)22:45
ikoniaTameiki: I apprecaite you don't, I'm asking you to try22:46
ikoniabut it is useful that others don't do it22:46
ikoniathere are similar examples of this type of problem (although not exactly the same) with some of the directx functions22:46
Tameikiikonia: Nope, still no weird noise while listen music... On Internet I only found "crackling" problem from start22:53
solidsnackHow do I get the Ubuntu release name?22:55
solidsnackLike, cat /etc/debian_version except different.22:55
Tameikisolidsnack: cat /etc/lsb-release22:56
bpromptsolidsnack:     lsb_release -c22:57
k1l_solidsnack: lsb_release -c22:57
stacks88How can i verify iptables is running on ubuntu 14.04 ? i did service --status-all and i dont see it even listed22:57
k1l_ah, bprompt was quicker22:57
TameikiMy command wasn't good ? :(22:58
k1l_Tameiki: test the commands :)  your command gives everything. our command just lists the codename22:59
naccstacks88: `iptables -L` ?22:59
stacks88nacc: is listing the rules going to confirm its running ? or is blocking a test ip the only way to find out22:59
Tameikik1l_: Yep :)23:01
solidsnackbprompt k1l_ Tameiki Thanks everybody.23:01

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