/srv/irclogs.ubuntu.com/2016/08/17/#ubuntu.txt

bluez-harpHi, I'm trying to add to my path  using PATH=$PATH:$HOME/adb  When I chk the .profile file  in my home directory the path statement isn't updated. What am I doing wrong?00:00
ipodshuffle4gI'm still looking for a media player solution for ipod shuffle 4g that has voiceover00:00
ipodshuffle4gso far all I've come across is itunes and it runs like shit on ubuntu00:01
rklopfer_bluez-harp, try 'export PATH-$PATH:$HOME/adb' ?00:01
rklopfer_whoops PATH=00:01
rklopfer_bluez-harp, and you need to add that line to your ~/.profile00:02
algern-nhei00:19
algern-nI'm trying to access ftp on an ubuntu server00:19
algern-nDo i need to open the port 21 to do that?00:19
algern-nas I keep getting access denied00:19
=== Cryptic-Infidel is now known as Guest79450
michael_mbphi all, what's the best file format to use between windows/linux, exfat, ntfs?00:25
fionenot exfat?00:26
daxFAT for < 4GB files on normal drive sizes, NTFS otherwise00:26
bazhangmichael_mbp, whats the file sizes to be shared00:26
michael_mbpover the 4G limit of fat3200:27
bazhangso ntfs00:27
michael_mbpreasoning behind that?00:27
bazhangfiles size00:27
gamesterhow do I gain root privilege in nautilus? Say if I want to create folder in /opt00:28
michael_mbpwhat about exfat?00:28
michael_mbpwhy ntfs > exfat in this instant?00:28
michael_mbpsuppose that ubuntu doesn't have 'out of the box' support exfat is a reason.00:30
daxit's newer, nothing really supports it, and it's patent encumbered00:31
=== Cryptic-Infidel_ is now known as Cryptic-Infidel
Bashing-ommichael_mbp: See: http://support.microsoft.com/kb/314463 why the 4Gig limit .00:32
michael_mbpMac OS is able to format partitions as exFat now.00:33
michael_mbphmm.00:33
daxhuh, didn't know that00:33
daxshows how up-to-date my mac stuff is :)00:34
michael_mbpheh I thought it was being widely adopted00:34
michael_mbpas I've had a few folks bring USB sticks with the same file format.00:34
=== nerd is now known as Guest69264
holymacHi.00:49
holymacI am trying to send an automated email to 100 people at 12:00 AM.00:50
holymacI have done this: Edit crontab file using the following command:00:50
holymaccrontab -e00:50
holymac0    24    *    *    *    <complete path to the script>00:50
holymacThe script I want to run is: echo "This is the message body" | mutt -a "/path/to/file.to.attach" -s "subject of message" user@example.com00:51
holymacIn order to do 100 emails I want to replace user@example.com with this command :cat emaillist.txt | sed ':a;N;$!ba;s/\n/,/g'00:51
holymacThat last command replaces newlines with commas.00:52
holymacHow do I feed this to mutt?00:52
fionesay, holymac. I'm not knowledgeable in ubuntu. But what you want to do is looping the address list?00:55
holymacYea. I want to make one sommand00:56
holymaccommand*00:56
PussySlayer69hey guysss00:57
_adbholymac, xargs?00:57
PussySlayer69someone knows how to test the webcam in a netbook with ubuntu?00:58
holymacfione I have never used xargs.01:00
fioneso... just use python?01:01
kulyzu$ cat -         # what does it mean01:01
fionekulyzu concatenate, iirc.01:02
SchrodingersScatkulyzu: i believe it means to cat out stdin, which doesn't make much sense to me, but ok.01:02
exportthe hyphen means the current stdout i think.01:02
SchrodingersScatmaybe it cats the file that's passed from stdin?01:02
SchrodingersScatlets find out!01:02
SchrodingersScatright, i mean the piped stdout01:03
kulyzui saw an examle like this one:  $ php -r 'echo str_repeat("A", 52) . "\xbe\xba\xfe\xca";'; cat -01:03
SchrodingersScatyep, just regular old catting std01:03
kulyzui don't understand what cat - at the end mean's?01:03
SchrodingersScatkulyzu: so for example, if you run:  echo "Test." | cat -  #then it should just echo "Test." afaik.01:04
exporti've had to use that for scripts, but not much else.01:04
SchrodingersScatyeah? when does that come up?01:04
cyberootaa01:04
cyberoota01:04
exporti think i used it to manipulate data i recieved from an ssh session within a script. can't remember though.01:05
SchrodingersScatok01:05
eve_what is this ?01:05
SchrodingersScat!ubuntu | eve_01:06
ubottueve_: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com01:06
SchrodingersScat!support | eve_01:06
ubottueve_: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com01:06
eve_are indonesian have server?01:06
eve_must i install antivirus in linux ?01:07
SchrodingersScat!indonesia | eve_01:07
ubottueve_: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia01:07
eve_thanks you01:07
SchrodingersScateve_: not normally, no.  Normally not unless you want to scan files for worse operating systems.01:07
SchrodingersScat!virus | eve_01:07
ubottueve_: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See https://help.ubuntu.com/community/Antivirus01:07
Kurowatest01:07
eve_wow linux is very strong right ?01:08
duckx0rIf I execute `dpkg-reconfigure mysql-server-5.5` does that delete all databases?01:08
SchrodingersScateve_: it's more about where and how you get software, you could easily accidentally run something bad, but if you stick to the !repositories then you should be good to go.01:09
eve_thank you01:09
SchrodingersScateve_: welcome01:10
eve_oh one thing . how to connected emma to mysql on lammp ?01:10
SchrodingersScat!man | eve_ I've never used that myself, but have you checked out the manual?01:12
ubottueve_ I've never used that myself, but have you checked out the manual?: The "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the  command line, or see https://help.ubuntu.com/community/UsingTheTerminal | Manpages online: http://manpages.ubuntu.com/01:12
eve_ok01:13
SchrodingersScatso to bring up the manual for emma it should be: man emma01:13
TigarbloodHelp please. I'm trying to add a nan additional hard drive (https://help.ubuntu.com/community/InstallingANewHardDrive). However, im not sure what type of partition table to use (msdos?). (see: http://askubuntu.com/questions/488213/how-to-add-a-second-hard-drive-to-an-already-installed-xubuntu-14-04)01:15
Bashing-omTigarblood: That type of partition table depends on several factors . Primarily .. is this a EFI endowed system ?01:17
tyler_dnothing is ever broken when I'm livestreaming01:18
tyler_dHello anyways01:18
TigarbloodBashing-om: Not really sure what you mean01:20
TigarbloodBashing-om: its an additional harddrive for extra storage, if that helps.01:21
Bashing-omTigarblood: If this is a newer model machine, where it is EFI .. then there are performance gains with the GPT partitioning scheme .01:23
Bashing-om!efi | Tigarblood01:24
ubottuTigarblood: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI01:24
spikexh4xhello01:25
TigarbloodBashing-om: so GPT will be good for an additional storage harddrive?01:27
TigarbloodBashing-om: i will be only using it for ubuntu01:27
Bashing-omTigarblood: Yeah .. block size 4096 rather than 512 . Faster I/O .. and supports 128 partitions by default .01:28
amedhi, i have a problem01:29
Bashing-om!ask | amed01:29
ubottuamed: 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 !patience01:29
amedi burned debian iso in usb, but i need a firmware, how to?01:30
amedhow to insert firmware in the usb?01:30
Bashing-om!debian | amed01:31
ubottuamed: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/12.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu!01:31
Snackerrhow do you calculate the number of bits in a number, in ubuntu calculator?01:32
Snackerri think it  is log2N01:32
Snackerrbut how do you type that into the calculator?   like   log2(128)?01:32
Bashing-omamed: THough we are kin to debian .. we can not support debian .. inquire in their channel for debian support .01:32
Snackerrthat doesn't work01:32
Snackerrlog(2)128 doesnt work either01:33
TigarbloodBashing-om: what file system would you recommend for this additional harddrive. Im inclined to go ext4.01:33
TigarbloodBashing-om: the guide (ubuntu official) says choose ext3, but maybe ext4 is more appropriate nowerdays01:36
SnackerrBashing-om, i like ext4 the best, with GPT, and $     mkfs.ext4 -m0 -I13107201:39
Snackerrhttp://www.explainshell.com/explain?cmd=mke2fs+-m0+-I13107201:39
SnackerrBashing-om, ext4 is better than ext3.  that guide is probly old01:40
Bashing-omTigarblood: ^^ +10 on ext4 .. tried, true and tested .. ext4 is the work horse .01:41
lordcirthext4's only downside is being boring.  It is never a bad choice.01:43
Snackerrlordcirth, boring is good01:45
lordcirthSnackerr, when it comes to filesystems, yes01:45
trismSnackerr: log(128)/log(2)01:45
Snackerri got sucked into reading about ZFS,--- sounds super cool, BUT:  has lots of "gotchas"01:45
Snackerrwhich i just discovered, are called "gotchas"  not "bugs", you know why?01:46
Snackerrcuz the devs have no intention on fixing them  LOL01:46
Snackerrtrism,  cool!!! thanks!  also, is there an easy way to do that same thing in Bash?01:47
SnackerrZFS "gotcha" 1)  need ECC RAM   2) unclean shutdown can destroy your data   3)  gets fragmented, and is impossible to defrag01:49
Snackerralso, no ZFS encryption,  but i think that is coming soon01:50
Snackerrbtw, how is the EXT4 file-encryption? does that work yet?01:50
Rebelnethello01:50
Kurowaanyone have recommendation on similar application to ManicTime in windows?01:51
Kurowahello01:52
=== Liz is now known as Guest5374
lordcirthSnackerr, the "need ECC RAM" is actually quite exaggerated.01:54
=== cigumo_ is now known as cigumo
Snackerrlordcirth,   this guy is the expert, not me:  https://drive.google.com/file/d/0BzHapVfrocfwblFvMVdvQ2ZqTGM01:55
Snackerrhttp://whenpicsfly.com/wp-content/uploads/2014/09/Intro-to-ZFS-on-Linux.pdf01:55
trismSnackerr: bc -l <<<'l(128)/l(2)'01:56
Snackerrthanks again bash master trism !01:57
al2o3-crSnackerr: if you want a pure bash version create a function02:11
lordcirthtrism, what exactly does '<<<' do?  I am familiar with the usual >, >>, <.02:13
lordcirthis 'cmd <<< x' it equivalent to  'cmd < echo x' ?02:14
al2o3-crlordcirth: it's a heredoc redirection02:15
al2o3-crhere string, sorry02:15
lordcirthal2o3-cr, thanks, just looked it up.  Unfortunately '<<<' is impossible to search for02:16
al2o3-crlordcirth: np02:16
dwardersI have a question about hosting apt-get repos.02:20
dwardersI'm building a debian package and I want to pin a specific version of a dependency so I'm using (= 1.11.2-0~xenial) in my control file. when I apt-get install my package, i'm getting the error "Depends: ... (= 1.11.2-0~xenial) but 1.12.0-0~xenial is to be installed" even though apt-cache madison and apt-cache seem to show that the older version I'm looking02:21
dwardersfor still exists02:21
dwardersany pointers on how to resolve this?02:22
dwardersgoogle search seems to point mostly towards solutions for people running into this that aren't owners of the broken package02:22
lordcirthdwarders, it's possible that other packages require > 1.12 of the dependency?02:25
lordcirthdwarders, try looking for reverse dependencies02:25
aroonihow do i generate a ssh key for version 2?02:27
dwarderslordcirth: the other package is not installed so I don't know how that would be the case.02:27
=== Zialus is now known as RMF|away
lordcirtharooni, it does by default now.  Check manual page for ssh-keygen, search /version 202:28
arooniso why am i getting this when trying to connect? debug3: Could not load "/home/username/.ssh/id_rsa" as a RSA1 public key02:32
arooniif protcol defaults to version 202:32
lordcirtharooni, is the server old?  It might be asking for version 1?02:35
aroonilordcirth: server is mac os x el capitan latest02:36
arooniso i bet its a firewall issue02:36
arooniwith me not alllowing external ssh connections02:36
aroonii forgot how i set that all up though;  how can i check how my firewall might block this02:37
lordcirtharooni, on the mac server or linux client?02:37
aroonilordcirth: on the linux client02:37
arooni(ubuntu 14.04 lts server)02:37
lordcirtharooni, well, if it's Ubuntu, you probably used ufw02:38
BluezHarpHi, I was editing the .profile file w/ gedit. I'm receiving a syntax error unexpected end of file. I can't find how to fix it02:39
aroonilordcirth: so is that version stuff enough to make the ssh connection fail?02:39
BluezHarpWould someone give it  a look?  http://dpaste.com/1TDBQM502:39
lordcirthBluezHarp, "if running bash" should probably be commented, as there is no "fi" and it's not coherent bash02:40
=== keycto is now known as KEYCTO
Guest23621hi02:41
lordcirthBluezHarp, for future reference, "unexpected end of file" means you started something (if, function, loop) and didn't end it.02:41
=== Guest23621 is now known as MrRobotic
lordcirthMrRobotic, hi02:41
MrRoboticyo02:42
KEYCTOclear02:42
BluezHarpI modified the file that came with the distro.  Bash doesn't use  fi?02:43
lordcirthBluezHarp, Bash does have fi.  Look at line 11,  "if running bash".  You start an if statement because you didn't comment that line.02:44
lordcirthAnd since it was unintentional, you don't have a matching "fi" so that's why you get that particular error02:44
BluezHarpok, I'm not running bash as the default shell in ubuntu?02:46
lordcirthBluezHarp, You are running bash.  Are you not familiar with the idea of comments in code?02:47
Mitchell92Hello. I bought a laptop for the Fall semester that I loaded Linux up on. HP claims the battery lasts 11 hours 45 minutes. Is there anything I Can do to maximize battery life?02:48
lordcirthMitchell92, lower screen brightness, power management settings, set 'powertop --auto-tune' to run on boot or login02:48
ExecSlim!battery02:49
MakulitI thought 11 hours out of a laptop battery would be pretty impressive.02:49
BluezHarpI see what your saying about line 11.  Thx. very much.02:49
Mitchell92lordcirth, thanks... is there a utility i can use to set powertop, how do i do such?02:49
lordcirthMitchell92, the utility is called powertop.  You just need to install the package02:49
=== keycto is now known as KEYCTO
Mitchell92okay, thanks. how do i set that to run on login?02:50
ExecSlimMitchell92: try installing tlp and run tlp start when on battery02:50
Mitchell92ok02:51
Mitchell92I'll be taking it to class in a week or two and I just wanted to have everything running in a satisfactory manner.02:51
lordcirthNever seen tlp before.  Looks quite useful.02:51
arooniok so i can't connect from ubuntu 14.04 lts server to a mac mini... i'm getting this error debug3: Incorrect rsa1 identifier; could not load '/home/user/.ssh/id_rsa' as a rsa1 public key02:52
lordcirtharooni, try using ssh -2 to force version 2, see what happens02:52
aroonilordcirth: i.e. ssh -2 -vvvvvv -p 22222 user@host ?02:54
q_plazAnyone here use Ubuntu gnome? And familiar with the difference between it and standard Ubuntu02:55
lordcirtharooni, that's a lot of v's but sure02:55
aroonitrying to track down the problem02:55
lordcirthq_plaz, what's your actual question?02:55
q_plazI want to know what I'm giving up by using the gnome version02:55
tgm4883q_plaz: unity02:56
q_plazI'm not so much concerned about hardware compatibility but I don't want to install it and realize some packages are out of date and whatnot02:56
MrRoboticuse linux mint mate 64 bit02:56
=== zanshin_ is now known as zanshin
q_plazIf that's all tgm4883 then I'm all about it, thanks02:57
=== MrRobotic is now known as useLinuxMintMate
useLinuxMintMate:)03:00
* useLinuxMintMate :-)03:06
teknozuluHey. A while ago I set the custom command of my default gnome terminal profile to SSH to a box. That IP no longer exists (or even if it does, i don't want to attempt to connect to it). However, I did this in Xmonad, and now if I try to open a new window in Xmonad, it'll just close immediately (I managed to see a bit of the MITM warning). I switched from xmonad to gnome to attempt to change the profile, but when I'm in gnome there is only one terminal03:11
teknozuluprofile, and it doesn't use a custom command. Any ideas on where I should look for the profile config that has the ssh command?03:11
* useLinuxMintMate ;)03:12
Obadiahyeeehaw!!!!!!03:12
lordcirthuseLinuxMintMate, don't spam03:12
Obadiahlubuntu is awsum'03:13
lordcirthteknozulu, try 'grep -r <IP> ~/' :P03:13
lordcirthgrep -r is my favourite config-file-finding tool03:13
nemecihi ubuntu users03:14
useLinuxMintMatehuh? :)03:14
useLinuxMintMatehi03:15
teknozuluyay found it03:15
teknozuluty lordcirth lol03:15
=== useLinuxMintMate is now known as LinuxMintUser
lordcirthteknozulu, also in future, you might find it useful to use " ssh IP || bash " :)03:16
=== spacegoat is now known as lingbot
teknozuluhow so? (I'm a complete linux idiot)03:16
lordcirthteknozulu, || is boolean OR.  So, ssh to IP, if that exits with an error, run bash.03:17
lordcirthThereby not locking you out03:17
teknozuluah, thanks03:17
rklopfer_grep -rP03:18
lordcirthrklopfer_, why -P?03:19
ovrflw0xsup dawgs03:19
ovrflw0xwhose alive!?03:19
rklopfer_perl has the dopest regular expressions03:19
ovrflw0xsup dawgs!! gimme 5!03:20
rklopfer_where dopest == industry standard03:20
rklopfer_where industry standard == broadly accepted :P03:21
lordcirthrklopfer_, except that there is no pattern matching involved, since we are matching an exact substring, and therefore using any regex is overkill03:22
rklopfer_lordcirth, yeah. you're right. i always use -P since it always works as i expect03:25
rklopfer_lordcirth, maybe that's overkill, but i am okay with that sacrifice for convienience :)03:25
* Cryptic-Infidel_ f03:26
LinuxMintUserbored03:29
=== newguy is now known as Guest45894
mankeletorhey there03:38
mankeletorshould i downgrade to get avidemux? im using xenial03:38
mankeletor_should i downgrade to get avidemux?03:41
lordcirth!patience | mankeletor_03:41
ubottumankeletor_: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/03:41
Y4kuziI am hungry03:41
mankeletor_lordcirth, thanks for the botmessage :P03:42
lordcirthmankeletor_, you could, or you could try Kdenlive, it's popular03:42
lordcirthDowngrading is usually a thing to avoid03:43
=== JanC is now known as Guest33791
=== JanC_ is now known as JanC
mankeletor_lordcirth, it's cool... i used it years ago03:43
mankeletor_lordcirth, i have to install the entire OS again when i get the upgrade combo for this PC.. that is why i'm asking for, so i'll have to say goodbye to the old pata hdd :(03:46
lordcirthmankeletor_, I would strongly suggest trying the new version of Kdenlive and using 16.04 if it works for you.03:47
mankeletor_lordcirth, ok, i'll still using xenial when i get the combo.. dunno if will work nice on the current pc (it's a Intel Celeron single core 1GB DDR1)03:50
BluezHarpanyone familar with Android command line platform tools? I trying to find the install instructions. The only thing I can find are references to how to install the full sdk. I've already downloaded the package but it is in a zip file. How do I instlall  it?03:55
Kurowahello.04:08
Kurowaany way to get current active window?04:09
mankeletor_Kurowa, hi04:09
Kurowathe pid.04:10
mankeletor_Kurowa, top?04:10
Kurowamankeletor_, to filter it to current active window?04:11
mankeletor_Kurowa, maybe you should try ps aux | tail04:13
Kurowaok, I think I misunderstand the definition of active window.04:14
=== Cryptic-Infidel is now known as Guest1652
Kurowawhat I want to do is creating a log of timestamp, command, and active windows title.04:15
Kurowathe timestamp is created on the moment the windows become active.04:16
KurowaOr I could save all this hassle and try to search for manicTime alternative.04:17
=== Cryptic-Infidel_ is now known as Cryptic-Infidel
=== mankeletor_ is now known as mankeletor
mankeletorKurowa, well i dont know how to do that04:18
mankeletorif youre writing a shell script you shoud ask in #bash04:19
Kurowaok... first thing to do. learn shell.04:20
Kurowathanks mankeletor04:20
mankeletorKurowa, no problem04:21
=== saulo is now known as Guest29414
Kurowaany recommended books?04:21
Kurowafor shell04:21
Kurowafor shell scripting04:21
=== Guest29414 is now known as sviixp
=== linuxmodder- is now known as linuxmodder
Bashing-omKurowa: A favorite : http://mywiki.wooledge.org/FullBashGuide .04:22
=== Cryptic-Infidel is now known as Guest67837
=== Guest67837 is now known as Cryptic-Infidel
ubuntu965HELP04:40
cfhowlett!ask | ubuntu96504:41
ubottuubuntu965: 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 !patience04:41
=== Cryptic-Infidel is now known as Guest74059
ubuntu965Is it possible to install Ubuntu 16.04 on an Acer C710 Chromebook or do I need to install Ubuntu 12.04 on my Acer C710 Chromebook?04:43
cfhowlettshould be entirely possible.  google it up for details04:44
ksft_I just left something on my keyboard that was apparently holding down a key in the password box04:45
ksft_it's filled with dots now04:46
ksft_I can't log in04:46
ubuntu965I found info on installing 12.04, but not 16.04 on my acer C710 Chromebook04:46
cfhowlettksft_, reboot or delete all the dots04:46
ksft_cfhowlett: I can't04:46
ksft_I can't delete the dots, that is04:46
ksft_I know I could reboot, but I would prefer not to04:46
ksft_restarting X would probably work, but I'd rather not close everything I have running04:47
cfhowlettubuntu965, http://www.phoronix.com/scan.php?page=article&item=acer_c720_ubuntu1404&num=104:47
OerHeksksft_, ctrl a - ctrl x and try again04:48
ubuntu965yeah, but I have an acer C710 not a c720...does it matter?04:48
ksft_OerHeks: ctrl-a doesn't seem to do anything04:49
cfhowlettubuntu965, time to try.  at worst, it won't work.04:49
OerHekshold ctrl + backspace, else good luck04:50
ubuntu965thanks...I am gonna install Chrubuntu 16.0404:50
ksft_OerHeks: yeah, I don't think I can manipulate the text in the password box at all04:53
ksft_oh well04:54
ubuntu965cfhowlett will let you know the results04:57
cfhowlettubuntu965, best of luck!04:58
ubuntu965danke04:58
glitchdhello all05:01
glitchd16.04.1 has a hell of a problem with the clock in the top panel05:02
glitchdwhenever i try to set it, then close the closk gui, the clock itself disappears. the placeholder is still ther but nothing is displayed.05:02
cfhowlettglitchd, relevant details: you are using XUBUNTU not UBUNTU?05:02
glitchdcfhowlett, well, im using ubuntu 16.0405:03
cfhowlettyou posted first in xubuntu05:03
glitchd.*16.04.1 with xubuntu-desktop05:03
cfhowlettyes, so taht means you are on XUBUNTU.05:03
glitchdi hit enter before i was done typing just now05:04
cfhowlettdifferent clock app05:04
glitchdok..?05:04
cfhowlettglitchd, so someone is xubuntu is attempting to help you.  please avoid cross-posting05:04
glitchdcfhowlett, honestly i thought i had closed that room, and i didnt see that someone had responded to me. i also thought it would be relevent since im using base ubuntu with xubuntu-desktop05:06
cfhowlettglitchd, no problems.  be aware that the the clock (and other ) app is different across the various flavors05:07
glitchdcfhowlett, i did not know that, thank you for telling me.05:08
cfhowlettbest of luck!05:08
glitchdmany thanks05:08
=== newguy is now known as Guest45894
=== newguy is now known as Guest29553
ubuntubuckhello, I'm wonderingif it is possible to sync Ipod shuffle 4g with ubuntu05:52
ubuntubuckI'm looking to include voiceover support :)05:52
hateball!ipod | ubuntubuck05:53
ubottuubuntubuck: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod05:53
ubuntubucknope05:55
ubuntubuckdoesn't help05:55
=== tig3rp4w is now known as arunsonnet
p5eudoif I've edited a python script which runs as a service and runs at boot, do I need to update any other files to keep it working properly?06:17
radkishserver irc.all4y.net06:18
Xinhey is there a script I can modify that runs for every user - even ssh users?06:34
Xinor - alternatively, to set a new universal HOME directory06:34
XinI use multiple users on this dev vm and I want all of them to have the same HOME06:35
WugYou could probably do something like force ssh to run a specific command (in the sshd config) that runs your one script and then calls the user's shell06:35
Xinactually do you know what ill just mount it in the right place lol06:35
Xindont mind me06:35
vern__hello, do anyone try to install openstack on ppc64el, by following this guide (https://help.ubuntu.com/lts/clouddocs/installer/en/single-install.html) ?06:38
vern__i am blocked by "$ sudo openstack-install"06:38
=== vern__ is now known as huhr
anonymous_hi06:40
huhrhi06:40
mgedmincan anyone help me recover from a broken 14.04 -> 16.04 release upgrade?  https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/161397006:43
ubottuLaunchpad bug 1613970 in ubuntu-release-upgrader (Ubuntu) "14.04 LTS -> 16.04 LTS upgrade errors with cups/insserv" [Undecided,New]06:43
ryqiemHey guys! I'm trying to get some JSON data from Toggl and export it as calendar events directly into Google Calendar. I've got a bash script that exports the data now as "description,start,end", but I'm in way over my head.06:52
ryqiemCan any of you guys help me out? 😊06:52
* YankDownUnder checks the channel topic again, just to be sure06:54
barqI get frequent plasma crashes Executable: plasmashell PID: 3393 Signal: Segmentation fault (11)  on 16.04.1. How can I fix this?06:54
nik3Who uses ubuntu 2.206:55
YankDownUnderbarq: What I ended up doing (not that it fixed EVERYTHING with Plasmashell) is to use the "backports" PPA to upgrade Plasma...06:55
bekksnik3: There is no such thing.06:55
barqYankDownUnder: How do I use that?06:56
nik3Im sorry i red it somewhere...thanks for clearing my doubt06:56
alkisgmgedmin: you can find util-linux.postinst in /var/lib/dpkg/info/util-linux.postinst. Put an "exit 0" at the second line of that file, so that it allows apt install -f to finish.06:57
barqsudo apt-add-repository ppa:kubuntu-ppa/backports ?06:57
mgedminthanks, alkisg06:57
alkisgmgedmin: if other packages have the same issue, then maybe an update-rc.d wrapper would be better06:58
mgedminI've discovered that if I dpkg --purge usplash and readahead (which aren't in xenial anyway), the initscript dependency loops go away and dpkg --configure succeeds06:58
nik3How to patch ssh username enumeration vulnerability06:58
YankDownUnderbarq: Read this: http://www.kubuntu.org/news/plasma-5-6-5-and-frameworks-5-23-now-in-backports-for-kubuntu-16-04/06:58
mgedminwas worried there for a while, when my usual dpkg --configure -a/apt-get dist-upgrade -f workarounds were making no progress06:58
bekksnik3: Which CVE do you refer to?06:58
barqOK I was on http://kubuntu.org/news/plasma-5-6-4-available-in-16-04-backports/06:59
=== jstein_ is now known as jstein
mgedminhttp://www.ubuntu.com/usn/usn-3061-1/ (CVE-2016-6210) probably06:59
barqCannot add PPA: 'ppa:~kubuntu-ppa/ubuntu/backports'07:00
bekksnik3: http://www.ubuntu.com/usn/usn-3061-1/ states what you need to do to patch that vulnerability.07:00
hateballbarq: it would seem there is a problem with the xenial builds gone missing07:01
YankDownUnderbarq: It ends up getting you to do the same thing - I was merely giving you more reading before you went ahead...and here's a great hint about it - LOGOUT of KDE/Plasma...do it from either a different account, or from the console as root...and reboot...and you're going to get some "strange" things, with Plasma - and you might have to delete some configs for Plasma in order for it to play nicely...hmm...07:01
nik3Its CVE: 2016-621007:01
bekksnik3: So please read the link given.07:02
nik3Thanks bekks07:02
barqhateball: What can I do about that?07:02
YankDownUnderbarq: It's "sudo apt-add-repository ppa:kubuntu-ppa/backports"07:02
barqCannot add PPA: 'ppa:~kubuntu-ppa/ubuntu/backports'. ERROR: '~kubuntu-ppa' user or team does not exist.07:03
YankDownUnderbarq: I just told you: sudo apt-add-repository ppa:kubuntu-ppa/backports07:03
hateballbarq: you're adding a ~ for no good reason07:03
barqI copy pasted your command07:03
=== darkness is now known as Guest51111
hateballat any rate, a user in #kubuntu was doing this yesterday and it seems the xenial builds have gone missing07:04
barqI copy pasted your command07:04
hateballI added the PPA months ago07:04
barqI'm not adding anything YankDownUnder07:04
=== Guest51111 is now known as darkxst
barqI upgraded by mounting a different volume containing xenial07:05
barqI didn't do-release-upgrade07:05
YankDownUnderbarq: I don't know where the "~" came from, cuz I just double checked and it wasn't in what I've "pasted"...either which, easy enough to just do it by hand --> type it out exactly...07:05
barqsudo apt-add-repository ppa:kubuntu-ppa/backports07:06
barqThat's what I have07:06
alkisgbarq: put both the command and the output to pastebin07:06
YankDownUnder...and that should work straight out, barq07:06
alkisgBy copy/pasting from your terminal screen07:06
barqhttps://ghostbin.com/paste/r9zwg07:07
alkisgYou didn't copy/paste from your terminal, I don't see the bash prompt...07:08
barqThere's a $ right before that statement07:08
barqSure I copied from terminal07:08
alkisgAnyway, try with another environment: sudo -i07:08
alkisgAnd then inside there: apt-add-repository ppa:kubuntu-ppa/backports07:08
barqSame thing happens with sudo -i07:09
alkisgHmm can you also try avoiding bash?07:09
alkisgRun: sh07:09
alkisgAnd inside there: sudo apt-add-repository ppa:kubuntu-ppa/backports07:09
barqSame thing there as well07:10
EriC^^it doesn't have any ppa's, https://launchpad.net/kubuntu-ppa07:10
EriC^^it's empty for some reason07:10
mgedminstrange; https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/backports exists07:10
alkisgThat command succeeds here07:11
EriC^^try manually adding it, sudo nano /etc/apt/sources.list.d/kubuntu-ppa.list07:11
EriC^^and add the line below07:11
mgedminmultiple desynchronized web server backends?07:12
* alkisg wonders if it's due to different regions getting different web servers, cache etc07:12
EriC^^deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu xenial main07:12
alkisgDoes that command fail for anyone else?07:12
alkisgbarq, which apt-add-repository version do you have? dpkg -l software-properties-common07:12
barqsources.list.d is empty. I only have sources.list07:13
barq 0.96.20.407:13
alkisg...where did you find that .4?07:14
barqI just ran the command07:14
barqDidn't install anything manually07:15
alkisgbarq: it appears that you have the xenial-proposed repository enabled07:15
alkisgAnd you might have hit a bug in the proposed package07:15
alkisgCan you try downgrading to the correct one?07:15
anonymous_wahts up all07:15
barqHow do I do that07:15
alkisgsudo apt install software-properties-common=0.96.20.307:15
anonymous_ok07:15
alkisgand then sudo add-apt-repository etc07:15
alkisgbarq: in general, it's not a good idea to have the proposed directory enabled; you get a lot of bugs. Usually we only selectively apply updates from there.07:16
alkisg*proposed repository07:16
barqI get https://ghostbin.com/paste/th7zs when I try the downgrade07:17
barqWhich directory?07:17
alkisgbarq: in the same apt install line, add: python3-software-properties=0.96.20.307:17
barqoh the *-proposed07:18
alkisgbarq, yup, read https://wiki.ubuntu.com/Testing/EnableProposed after the issue is solved07:18
alkisg...and disable it :D07:18
barqI had proposed in my sources.list, commented it out07:18
EriC^^same thing07:19
alkisgbarq: you still need to downgrade the updates you already applied. Some of them will have bugs and will never be officially published...07:19
EriC^^barq: try using ppa-purge to purge the -proposed repo07:19
EriC^^cause all the packages are still installed at this point07:19
barqI downgraded and did the ppa-purge07:20
alkisgDoes add-apt-repository now work ok?07:20
barqNo, same as before07:21
EriC^^barq: how did you ppa-purge it?07:21
barqAlso after adding the ppa to my sources.list and doing an udpate I get https://ghostbin.com/paste/dc32f07:22
barqsudo apt install ppa-purge07:22
EriC^^that doesn't purge anything it installs the ppa-purge package07:23
alkisgbarq: about your latest ghostbin, that's normal, it's because you added it without add-apt-repository so you didn't fetch the appropriate apt key07:23
alkisgYou probably still have some broken packages from proposed07:24
alkisgAnd those break add-apt-repository, and who knows what else07:24
prashanthi07:24
alkisgHello07:24
barqAfter sudo add-apt-repository "deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu xenial main" I get the same ghostbin error as before with the pubkey07:25
EriC^^barq: type ls /var/lib/apt/lists/*proposed*07:25
EriC^^and paste in the pastebin07:25
alkisgbarq, yes because that form doesn't add the key07:25
barqls: cannot access '/var/lib/apt/lists/*proposed*': No such file or directory07:26
barqHow can I purge proposed?07:27
EriC^^barq: did you remove the -proposed ppa from the software center or so?07:27
EriC^^barq: we're on it :)07:27
barqYes, I removed the proposed from my sources.list07:28
EriC^^ok put it back there again and run update07:28
EriC^^also remove the kubuntu-ppa.list07:28
barqOK, I ran the update07:29
EriC^^ok run the ls command again07:29
barqhttps://ghostbin.com/paste/28snz07:31
alkisgbarq: grep ^Package: /var/lib/apt/lists/*proposed*_Packages07:31
alkisgI think that lists the packages from proposed07:31
alkisg(that you need to downgrade)07:31
barqThat's a lot of packages07:32
EriC^^1 sec barq07:32
barqThis is my sources.list btw https://ghostbin.com/paste/c4wyo07:34
lol521  x07:34
EriC^^barq: try sudo ppa-purge -s mirrors.coopvgg.com.ar_ubuntu_dists -o xenial-proposed -p universe07:35
=== net0bsd_ is now known as net0bsd
barqOK, that ran successfully07:36
barqNow remove proposed from sources.list?07:36
featurivequick q, any of you know if I can upgrade from elementalos freya to loki?07:36
EriC^^barq: no07:37
EriC^^barq: try sudo ppa-purge -s mirrors.coopvgg.com.ar_ubuntu_dists -o xenial-proposed -p multiverse07:37
superhello07:38
EriC^^barq: then try sudo ppa-purge -s mirrors.coopvgg.com.ar_ubuntu_dists -o xenial-proposed -p main07:38
barqdone07:39
EriC^^barq: ok, remove the ppa from software center and update07:39
barqThe two proposed lines?07:39
EriC^^yeah07:39
karolherbst_workis there a reason why ubuntu kernels have no backend for pstore? It is kind of impossible to catch kernel OOPs that way07:39
karolherbst_work(afaik)07:40
barqok07:40
BluezHarpHi,  I'm trying to move a usb udev file into  /ect/udev/rules.d  and I receive permission denied when i  use sudo.  I'm trying to enable usb to connect to my phone use and the android adb tool.07:40
barqThat's it?07:40
EriC^^barq: yeah try the add-apt-repository07:41
alkisgBluezHarp: what's the exact command and the exact output? Put it to pastebin07:41
BluezHarp*using07:41
BluezHarpHang on07:41
barqSame error as before07:42
EriC^^barq: try dpkg -l software-properties-common07:42
alkisgbarq: what's the output of this currently? put it to pastebin... grep ^Package: /var/lib/apt/lists/*proposed*_Packages07:42
EriC^^and check the version07:42
EriC^^should be .307:42
barq 0.96.20.407:43
barqalkisg: empty07:43
barqI ran apt-get update since remove the proposed, though07:43
EriC^^barq: i guess ppa-purge failed07:43
alkisgbarq: err ok you purge the source without downgrading the packages first07:43
barqEriC^^: The 3 ppa-purge commands returned success07:44
featuriveis it just me or is bluetooth/pulseaudio acting weird in xenial?07:44
EriC^^he actually ran ppa-purge on every _Package listing07:44
alkisgbarq: you should put proposed back, then run that command to list the packages, and keep their names, because those are the ones that you need to downgrade07:44
barqI thought I just did all that.07:44
alkisgEriC^^: I don't know if ppa-purge works on non ppas07:44
=== Liz is now known as Guest82329
EriC^^alkisg: it does, if you give it the stuff like that07:44
alkisgbarq, you tried to do it with ppa-purge, and it obviously failed, so you need to downgrade it some other way07:44
EriC^^it's the same background mechanism (getting the packages and downgrading them)07:45
BluezHarpI tried copy and paste  using the  gui and I get an error that rules.d isnt a directory. I tried sudo mv 'file' /ect/udev/rules.d and received permission denied.07:45
EriC^^!info software-properties-common07:45
ubottusoftware-properties-common (source: software-properties): manage the repositories that you install software from (common). In component main, is optional. Version 0.96.20.3 (xenial), package size 9 kB, installed size 184 kB07:45
alkisgEriC^^: well, it obviously didn't work07:45
EriC^^barq: did you run the ppa-purge command with main at the end?07:45
BluezHarpalksig, when i use cli to mv the fiile I receive: mv: target '/ext/udev/rules.d' is not a directory07:46
EriC^^alkisg: yeah, exactly07:46
gnumonkHi07:46
alkisgBluezHarp: it is "etc", not "ext"07:47
gnumonkhow to use dd to format disk upto some GB, for example I have 100GB SSD, I wanted to format upto 70GB?07:47
EriC^^barq: did you run the command with -p main at the end?07:47
barqWhcih one07:48
barqsudo ppa-purge -s mirrors.coopvgg.com.ar_ubuntu_dists -o xenial-proposed -p main07:48
alkisggnumonk: dd doesn't format... do you mean that you want to fill the drive with zeroes? (that's not the same as formatting)07:48
EriC^^alkisg: when you give ppa-purge the launchpad stuff, it basically builds that line so it uses the actual _Package on the pc, nothing to do with launchpad itself, so we fed it that line and it didn't work07:48
EriC^^which means must be some fault in ppa-purge's stuff07:49
EriC^^anyways if you did the -p main barq then do as alkisg said and write a one liner that can remove the packages manually one by one07:49
alkisgEriC^^: yup, it might have some checks that fail with the stock repositories07:49
gnumonkalkisg: yes.07:49
EriC^^or just remove them yourself if they're not too many07:50
alkisggnumonk: you typed it wrong, that's why you got the error07:50
barqtoo many packages to remove07:50
alkisgbarq: run apt policy package, on one of them07:50
alkisgbarq: see if it has the wrong version installed, instead of the one offered by xenial-updates07:51
gnumonkalkisg: so is there anyway to achieve  that ?07:51
=== Jochen_wvdT is now known as Schlawiner
BluezHarpalkisg, ok thx for the catch.  Now I receive mv: cannot stat 'rules': No such file or directory07:51
alkisggnumonk: yes, type "etc" instead of typing "ext"07:52
alkisggnumonk: sorry07:52
alkisggnumonk: ignore my 2 last comments, I thought I was replying to BluezHarp07:52
gnumonk:)07:52
alkisggnumonk: you can tell dd to stop by using bs and count parameters07:52
alkisgBluezHarp: now you have a second typo. It's "rules.d", not "rules".07:53
gnumonkalkisg: any example? man page is not much clear .07:53
alkisgYou forgot the .d07:53
BluezHarpUgg, it's 2:00 am here. sorry for the bother. Both errors were a spelling mistake.07:54
alkisggnumonk: dd if=/dev/zero of=/dev/sdb bs=1M count=1024 ==> this zeroes 1024 * 1 MB == 1 GB07:54
barqalkisg: How can I run apt policy on the package? I am in /var/lib/apt/lists07:55
gnumonkalkisg: cool , so its basically start from beginning and fill zero upto 1GB?07:55
alkisgbarq, apt policy software-properties-common ==> tells you the installed and the available versions. If the installed version is higher than the one one in xenial or xenial-updates, then it needs to be downgraded07:56
alkisggnumonk: yes, but not that sdb includes the mbr, while sdb1 is the contents of the first partition07:57
alkisg*note07:57
barqI get invalid falg policy07:57
barqflag*07:57
alkisgbarq, copy/paste this: apt policy software-properties-common07:58
gnumonkalkisg: ah ok, let me try that, actually my goal is to preserve 10GB from 100GB SSD and will not be used while installation .07:59
alkisggnumonk: then the correct way would be to make 2 partitions, the second one being 10 gb in size, and leaving it unused07:59
alkisg(or just leaving unpartitioned space there)07:59
alkisggnumonk: for that goal, use gparted, not dd08:00
barqalkisg: I did, I get invalid flag: policy08:00
gnumonkalkisg: ok. let me try and will back if required.Thanks for help.08:00
alkisgbarq: this takes too long, and I'll have to go in a while, do you mind if you share your screen with me so that we check it together? sudo apt install x11vnc; x11vnc -connect srv1-dide.ioa.sch.gr08:00
barqI'm behind a proxy and firewall, doubt this will work and doubt I am allowed to do this.08:01
alkisgOK08:01
barqBut thanks for the offer.08:02
barqI think I'm going to go back to the version before adding proposed08:06
=== drc is now known as Guest91869
barqGoing back to 15.1008:18
Guest91869help command08:19
=== jack is now known as Guest22978
Kirito" trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1" I'm guessing it's known that this package is broken?08:20
Kiritohttps://askubuntu.com/questions/769467/can-not-install-openjdk-9-jdk-because-it-tries-to-overwrite-file-aready-includ This is an old issue but apparently has been given no fix?08:20
=== croppa_ is now known as croppa
KiritoNevermind, missed the bug report link :/08:21
alkisgbarq, if you mean to reinstall, why not install 16.04 and just not enable the "i'm a programmer, give me the -proposed updates" option...08:26
alkisgbarq, proposed updates are not supposed to be enabled unless you're testing a specific path08:26
alkisg*patch08:26
barqI don't want proposed08:26
alkisgWhy did you enable it then, in the first place?08:27
barqI didn't do-release-upgrade, someone else upgraded and then I replaced the system partition08:27
alkisgAnd did a full dist-upgrade after enabling it?08:27
barqI added it to sources.list without thinking08:27
alkisgOK - all I'm saying is that it was a user error, not something to make you prefer 15.10 over 16.0408:28
alkisgIf you have other reasons to keep 15.10, np08:28
barq15.10 is eol isn't it?08:31
ducassebarq: yes, 15.10 is eol so it's generally not a good idea to use it08:33
Rebelnethello08:39
barqI'm back to the 16.04 wtihout the proposed updates now08:41
barqAnd getting the plasma crash, so will try to install the new plasma via backports08:41
paracusiahello, followed this guide: https://github.com/zfsonlinux/zfs/wiki/Building-ZFS and now im stuck here: https://nopaste.me/view/0f9240c3 - any ideas?08:42
YankDownUnderbarq: The crashes are "less" than before, however, remember there still ARE crashes...so's not to disappoint.08:43
OERIAS?join #debian08:45
ducasseparacusia: which ubuntu version are you trying to build on?08:47
paracusia16.04 ducasse08:48
paracusiaand kernel 4.7.008:48
ducasseparacusia: ok, why not use the zfs ppa?08:48
paracusiai tried it, but it seems to have no packages for xenial08:48
paracusiaapt-get update failed08:48
ducasseparacusia: must be because zfs in included in the kernel... are you using a mainline kernel?08:49
paracusiayes ducasse, vanilla 4.7.008:50
paracusiathe default ubuntu kernel was tainted.. so i had to use a vanilla one08:50
Ben64tainted how08:50
paracusiatainted with some sort of 3rd party modules i guess08:50
EraLets do this again08:51
Ben64guess?08:51
Ben64you should have a really certain reason you're using a non standard kernel and stuff, it's likely to cause issues08:51
EraHello, I came here yesterday with my wifi problems08:52
Eraworked for 20 mins after that, lost connection08:52
paracusiaBen64, I installed 16.04 fresh and had thousands of errors in dmesg. #kernel ppl told me its tainted because the messages said so08:52
paracusiaand thus I hadnt installed anything myself, the ubuntu kernel was tainted. with vanilla no problems anymore08:52
EraI've determined the cause to be low signal strength, Although wifi on my other laptop with the same install works fine08:52
EraA few Arch users have recommended me a USB wifi adapter, some others told me to distro hop08:53
EraI wanted to ask, is there nothing I can do about on Ubuntu itself08:53
paracusiaBen64, the error was: https://nopaste.me/view/741d8c0708:53
paracusiaEra, try usb adapter first, maybe its hardware related08:54
EraSee, one of those costs money that I dont currently have08:55
EraIm broke atm08:55
paracusiaben64, ducasse: any idea on how to complete the zfs installation?08:55
pingwindyktatorHello. I want to forward connections to my port 8181 to chat.freenode.net:6667. I guess I have to 'ssh -L 8181:chat.freenode.net:6667 ...' but what is the username@host goes next?08:55
EraParents are less than willing to shell out 5 bucks08:55
paracusiause the time you a re in here to earn some money maybe, era08:56
ducasseparacusia: you are pretty far off the supported track here, i'm uncertain what to recommend.08:56
paracusiaok ducasse thanks anyway :)08:56
EraIm gonna use the excuse that Im in India and 15 years old08:56
Eraas the reason why I dont work08:56
pingwindyktatorThe problem is - currently I'm in netword which doesn't allow me to connect to irc but I've got digitalocean server and I want to use it for tuneling08:56
ducasseparacusia: you can try ##linux, best suggestion i have i'm afraid08:56
paracusiathe supported way had many rocks on it08:56
paracusia:(08:56
EraMeh, so no Ubuntu native solution?08:57
EraI guess I can hop to win10 for a try08:57
Ben64Era: maybe, but it'd probably take forever08:57
ducasseEra: what sort of chipset is this?08:57
EraRealtek08:57
Era8723be08:58
ducasseEra: aha, good luck with that, then...08:58
paracusiaera try live cd from other distro if you think it can help08:58
EraI hate dealing with wifi problems, I've dealt with them on this laptop before, after much searching, fixed it08:58
EraSee08:58
EraArch worked out of the box08:58
EraManjaro didnt08:58
EraSo I dont know what to think anymore08:58
paracusiathen compare module versions08:58
hateballIf it's Realtek, it'll be a problem08:58
paracusiagather more info08:58
EraSee I came to ubuntu irc to find Ubuntu native help heh08:59
EraGuess there wont be any, distro hopping or USB Adapter is the only option08:59
Era_sigh_08:59
ducasseEra: we can't magically fix crap chipsets and drivers08:59
paracusiaEra, wouldnt it be logical to look for the module version which worked and try to use it with ubuntu then?09:00
alkisgEra: if you find a distro that works, mark the kernel and firmware that it used, and then you should be able to make it work in any distro using the same kernel and firmware09:00
EraHow do I do all that btw09:00
EraIm a noob in this regard09:00
paracusiamodinfo <module name>09:01
alkisgEra: `uname -r` tells you the kernel version, when you find one that works.09:01
EraI see09:02
EraIll give it a try then09:02
EraFirstly arch th9o09:02
Eratho*09:02
EraThanks for the advice09:02
swarfegastill learning era :p09:02
EraYes09:02
EraStill learning09:02
swarfega:D09:02
EraI only really used xubuntu as an OS because my PC couldnt handle windows09:03
Eranow my new one can09:03
swarfegalinux is good for breathing new life into old hardware09:03
Era> old09:03
Eramy 2 years old laptop is old by your standards yes09:03
EraMore like a netbook I guess09:03
swarfega2 years is a long time in computers  :p09:04
EraAnyways, since offtopic talk isnt allowed here, Ill throw out another problem09:04
EraBrightness, I have an issue with it09:04
paracusiabreathing new live in, well said swarfega :)09:04
swarfega:D09:04
EraOut of the 5 times I've changed brightness on my old laptop09:04
Erait worked flawlessly09:04
Erabut when I try the same on the new one, it just09:04
Erashuts off the screen09:04
EraWhat's up with that09:05
EraIm too scared to do anything brightness related since it doesnt turn back on no matter what I do09:05
Eraother than a hard restart ofc09:05
paracusiaera, you should learn first to ask real questions and write full sentences09:05
EraI should, Its a habit I cant get rid of even tho I try, sorry about it09:06
EraGuess Ill first have to fix my chatting skills then ask about my problems, eh? Cya lot later then. Ill come back in a month or so with better English.09:07
barqNow I get this error when trying to add the backports repository: https://ghostbin.com/paste/554nh Same error, more stacktrace09:14
barqSame as before without the proposed stuff09:17
k1lso you changed python stuff on your system?09:18
mgedminbarq: can you ping launchpad.net on that machine?09:19
zokkohi guys :-) my ssh cant start after system deploy, 'ssh pre-start terminated with status 127'; any ideas?09:19
mgedminbarq: do you use a proxy?09:20
mgedminzokko: what ubuntu version?  anything interesting in the logs?09:20
zokkomgedmin: ubuntu 16, pre-start with 127 error code is from the logs09:21
barqmgedmin: Yes, proxy.09:21
mgedminzokko: is that what journalctl shows?  what are the surrounding lines?  can you pastebin?09:21
barqI can't ping anything09:22
k1lbarq: so the proxy doesnt work at all?09:23
barqIt does09:23
k1lbarq: did you set up apt to use the proxy? https://help.ubuntu.com/community/AptGet/Howto#Setting_up_apt-get_to_use_a_http-proxy09:24
zokkomgedmin: i'll look at journalctl09:24
mgedmindoes "can't ping" mean DNS resolution is broken, or does it mean ICMP is firewalled, or what?09:24
barqI use cntlm for my proxy configuration09:24
barqIt's most likely firewalled09:25
barqI have apt.conf configured for localhost09:27
barqthe proxy09:27
Jinxithello, trying to set up CPU frequency scaling (to set it to performance mode). I have a xeon processor, but cpufrequtils says governor not available09:30
Jinxitand /sys/devices/system/cpu/cpu0/ has no cpufreq subfolder09:30
barqDoesn't work, even after addign the proxy directly in apt.conf09:34
Jinxitcpuinfo reports 0.000 MHz09:35
adamicronhowdy09:37
adamicronI'm reading http://askubuntu.com/a/22745 trying to figure how to properly install guest additions in my ubuntu guest on ubuntu host09:38
adamicronthe virtualbox packages I installed on host system don't have "-ose-" so I'm not using OSE, is that right"09:38
adamicrons/"$/?09:39
YankDownUnderadamicron: "Insert Guest Additions CD" => on the Ubuntu VM it should show up on the desktop. Open a term in the folder. Run the ".sh"09:39
Ben64isnt the guest additions in the repositories09:40
adamicronBen64: there's a package providing the iso but that's the same as getting it from virtualbox UI09:41
adamicronYankDownUnder: is using the guest additions iso different/better than installing the virtualbox-guest-* packages like -dkms and -x11?09:43
YankDownUnderhttps://www.virtualbox.org/manual/ch04.html & http://www.htpcbeginner.com/install-virtualbox-guest-additions-on-ubuntu-debian/09:43
YankDownUnderadamicron: I always just go with what's in the repo's - but that's me...I don't like to have to do anything that's termed as "extra work".09:43
adamicronwhat's not clear to me is if ubuntu's packaged those already09:44
adamicronvirtualbox.org's docs is always going to suggest their iso image and building script09:44
QlawyHow/Where should I edit pam config files to be hmmm compliant with pam-auth-update?09:45
YankDownUnderThe Ubuntu teams kinda take a lot of time and energy in trying to make sure that everything is in the repos, minimising the "effort" required by the end-user...09:45
QlawyWell... but I still want to edit those files :P09:49
YankDownUnderQlawy: The message was intended for the person asking about "VirtualBox" - sorry09:51
MacroManOh Boy. Upgrade time on a live server. Wish me luck.09:53
=== ghostcube__ is now known as ghostcube
adamicronYankDownUnder: just to be clear, are the virtualbox-guest-* packages an _alternative_ to running the setup script from the ISO image or are they a requirement for the latter?09:56
YankDownUnderadamicron: you can either use the stuff IN the VM (it's in the repos) - OR - you can manually run the script...09:57
adamicronok, that's what I figured09:57
adamicronI understand how using the repo stuff may lead to some outdated package09:57
adamicronpossibly09:58
adamicronthanks09:58
YankDownUnderadamicron: On one machine I work with - I have to use "the current" - therefore, I get the stuff from Virtualbox...and I do things THAT way - most of the other machines I work with, I just use the stock standard stuff that comes nicely with Ubuntu...less work, less hassle...blah blah blah09:59
Tuckerhow do i get back the deskboard on kubuntu 16.0409:59
ducasseQlawy: aiui, as long as you edit those files you can no longer use pam-auth-update, as that is for managing the packaged profiles only09:59
=== marshal0605 is now known as marshal0505
=== rory is now known as guest
=== lapki is now known as kromwell
Tuckerhow do i activate the little deskboard on the kubuntu 16.04 desktop?10:07
Tuckerit disappeared after upgrade from 14.04 to 16.0410:08
teiionis the docky dock the new plank or is plank the new docky? or are they separate? I'm using 14.0410:12
Trevsstuffhey10:15
Trevsstuffanybody out there?10:15
k1lTrevsstuff: yes10:16
TrevsstuffI was wondering if somebody can answer a question10:16
N3ohello! does anyone know if gcc 5.3 is available somplace for Ubuntu 12.04? I was looking here: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=precise but I see only 4.x and 5.410:16
k1lTrevsstuff: and we are wondering what the question is :)10:17
TrevsstuffSmall problem, wordpress cannot write to server10:17
Trevsstufffor example WP UI when I am trying to find plugins An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration10:18
k1lTrevsstuff: make sure the files and folder belong to www-data in the /var/www/ directories10:18
Nene1hello all10:19
Nene1i recently applied security updates on my ubuntu 14.04 machine using unattended-upgrades and kernel upgraded to 3.19.0-65 from 3.19.0-58. After upgrade i am seeing a huge cpu wait and if i see iotop, i am seeing a process xfsaild/xvdf4 which is taking most of io. Any idea???10:19
Trevsstuffthey belong to root and www-data group10:20
k1lroot is the error there10:20
Trevsstuffok10:20
TrevsstuffThey both previously were www-data10:20
Nene1Trevsstuff: Any idea ^^??10:21
Nene1k1l:10:21
ducasseNene1: are you running xfs?10:21
TrevsstuffIll just go back, to change it from the /wordpress dir10:22
Nene1ducasse: yess10:22
TrevsstuffOh Nene1 I am a beginner10:22
ducasseNene1: seems something is using a lot of i/o on a xfs disk10:23
Nene1ducasse: yeah.. but this is happening after kernel upgrade only...10:23
Nene1there are no other changes10:23
ducasseNene1: roll back to the previous kernel, maybe?10:25
Nene1ducasse: if that is the solution... i may not be able to apply security updates in life time :(10:26
TrevsstuffAll ownership changed to www-data Updating Theme Travel Lite (1/1) Downloading update from https://downloads.wordpress.org/theme/travel-lite.1.9.zip… An error occurred while updating Travel Lite: Download failed. stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution stream_socket_client(): unable to connect to ssl://downloads.wordpress.org:443 (php_network_getaddresses: getadd10:27
ducasseNene1: i didn't suggest it as a solution, but as a test to confirm that is the problem. if it is, then file a bug agaiunst the newer kernel package10:28
gnyrftaI am trying to use libsndfile1, does someone know where its files get installed to?10:29
_KaLiFHi..!10:29
=== archaic is now known as Guest77375
Trevsstuff<k1l>10:29
gnyrftaIt is installed using sudo apt-get .. hi _KaLif! :)10:29
TrevsstuffI changed ownership10:30
hateballgnyrfta: dpkg -L libsndfile110:30
k1lTrevsstuff: changed what, how, to what?10:30
gnyrftathx hateball, i did that already - the result is:10:30
hateball!paste | gnyrfta10:31
ubottugnyrfta: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.10:31
Trevsstuffsudo chown -R www-data:www-data10:31
k1lok10:31
hateballgnyrfta: dpkg -L shows you where the files are unpacked to. What is it you are trying to do?10:31
Trevsstuffstill getting error message when trying to look for WP plugins10:31
Nene1ducasse: i agreee.. but how to debug issuee?? any idea?? and  iam using xfs for docker10:31
gnyrfta/usr/lib plus some other folders, but I cannot see libsndfile1 there...10:31
k1lTrevsstuff: restart apache and try again10:32
Trevsstuffok10:32
hateballgnyrfta: /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25 is the actual binary10:33
hateballgnyrfta: Still, what are you trying to do?10:33
gnyrftahateball: I am learning c++ and trying to use the library in code.10:33
hateballgnyrfta: probably want to point to the symlink /usr/lib/x86_64-linux-gnu/libsndfile.so.1 then10:34
h-hello10:34
gnyrftahateball: will try that : )10:34
Trevsstuff<k1l> plugins updated but cant get new plugins, same server config error10:35
h-Anyone can help with an encryption question? I installed ubuntu and told it I wanted to enable home folder encryption, and after it booted it wanted me to set up a passphrase I think but I told it I would do it later... I want to do it now, how do I do it??10:36
gnyrftahateball: found it! Thanks!10:36
k1lTrevsstuff: put the error onto paste.ubuntu.com10:36
hateballgnyrfta: :)10:37
gnyrftahateball: yeah, you unstucked me - thanks!10:37
TrevsstuffAn unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.10:38
gnyrftajoin #xchat10:39
Trevsstuff<k1l> What do I do with the pastebin? its only an error on the WP UI10:40
k1lshow the link here10:40
k1lTrevsstuff: but if its the same you just showed, it might be an wordpress issue with the plugin servers10:40
Trevsstuffhttp://paste.ubuntu.com/23064158/10:41
Trevsstuffit is the same issue. I can upload images10:41
k1lTrevsstuff: yes, ask the wordpress guys if that is an known issue on their server side10:41
Trevsstuffwhat permission should I have on the wp-content folders?10:42
k1lwww-data needs to be the owner, since that is the user the webserver runs on ubunut10:43
Trevsstuffyeah <k1l> that is all good10:46
ducasseNene1: the best thing you can do is to file a bug, then the developers will tell you how to proceed. i have no idea how to debug a filesystem module myself.10:47
amin3dhi, how do i replace [[dbprefix]] with wp_ using sed?10:47
Nene1ok thanks ducasse10:51
ducasseNene1: but test against the previous kernel first10:52
hateballamin3d: sed 's/\[\[dbprefix\]\]/wp_/'10:52
hateballdunno if all brackets need escaping, but waev10:52
Nene1ok10:52
sarekMy HFS external always somehow becomes read-only if i reboot without first unmounting it. Would I have the same problem if it was NTFS?10:57
leroides@search emma cline10:57
amin3dhateball : it doesn't work10:59
rp2is there any way I can see how long a given process has been blocking on the current system call it is trying to execute?11:01
gamesterI have the launcher on auto-hide, with high sensitivity so its easy to reveal it. When I snap any window to the left side of the screen it randomly becomes extremely hard to reveal the launcher, no matter which window is selected.11:01
sarekWould you trust this? https://www.paragon-software.com/technologies/components/ntfs-hfs-converter/ I mean Paragon is pretty reputable11:01
gamesterProbably yet another ridiculous bug created by a 5 year old programmer.11:02
hateballamin3d: Paste what you're running and its output11:06
hateball!paste | amin3d11:06
ubottuamin3d: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.11:06
hateballamin3d: obviously that string by itself wont do anything, it needs to point to a file or whatever you want done11:06
amin3dsed -i 's/\[\[dbprefiwp_\]\]/wp_/g' 13b.sql11:08
hateballamin3d: looks incorrect11:10
amin3dhow?11:11
ClitorisHi!11:11
hateballamin3d: compare your line to mine11:11
hateballamin3d: how would dbprefiwp_ match dbprefix ?11:11
amin3ddbprefix is a sample, actually after running some sed it has been converted to dbprefiwp_11:12
-Clitoris:#ubuntu- http://imgur.com/XLvjpjO11:13
amin3dI ran yours, but no change11:14
_KaLiFI have a PS4 on  1.76..11:15
chumhey11:16
Obadiah1hi11:16
* _KaLiF have a PS4 on 1.7611:16
chumwhat games are you playing?11:17
* _KaLiF is a g4m3r11:17
Obadiah1skin flute11:17
* _KaLiF is a not g4m3r11:17
* _KaLiF is a not a G4m3r11:17
chumhow is PS4, btw?11:18
_KaLiFI would like to play charlesproxy11:18
_KaLiFand payload11:18
_KaLiFor Steam11:18
leeyaahi guys11:18
leeyaadoes anyone know if systemctl stop apache2.service should gracefully stop apache ?11:19
=== lapki is now known as kromwell
kromwellleeyaa, apachectl -k graceful-stop is the command you're looking for11:20
leeyaakromwell: yes, i know. but i need it to go through systemd11:20
leeyaawe are replacing init with systemd native scripts (since ubuntu is forcing us to use systemd by default)11:21
leeyaaso11:23
kromwellleeyaa, I'm looking into it11:23
leeyaaby default, does systemctl stop apache2.service do graceful stop ?11:23
leeyaai cant seem to figure it out11:23
mgedminubuntu 16.04 doesn't ship a systemd service file for apache 211:23
mgedminthere's an /etc/init.d/apache2 that supports both stop and graceful-stop11:23
leeyaayes, it does not have a native script11:24
mgedminI would expect systemctl stop to run /etc/init.d/apache2 stop (i.e. not graceful)11:24
leeyaathis is what i get when i enable it : apache2.service is not a native service, redirecting to systemd-sysv-install11:24
Tuckeris the old xchat cleint removed in ubuntu 16.04?11:24
mgedminsurprisingly, yes11:24
mgedminI find that strange, since xchat-gnome is still present11:25
Tucker:( really sad11:25
mgedminand isn't that basically the same codebase?11:25
leeyaamy problem is this: if i dont start apache via systemctl then /etc/init.d/apache2 reload stops working....11:25
ducasseTucker: hexchat has replaced it11:25
leeyaaso i was thinking to migrate it to systemd11:25
Tuckeris there a repo for the old xchat for 16.04?11:25
mgedmin'service apache2 reload' ought to work across all ubuntu versions11:25
leeyaabut now i cant figure out if i stop apache via systemctl if it will do graceful stop11:25
Tuckeri prefer xchat it way more stable for me11:26
ikonialeeyaa: what is the systemd command you are running11:26
kromwellleeyaa, apachectl -k graceful-stop11:26
kromwellHave you tried that?11:26
=== psycho is now known as Guest95160
ikoniaapachectl should not be used11:26
leeyaakromwell: thats what we used to use in 14.0411:26
leeyaai mean the init.d scripts were using it11:26
kromwellWhat is your current version, leeyaa ?11:26
leeyaa16.0411:26
mgedminwhat's wrong with running apachectl directly?11:26
kromwellAnd it no longer works, leeyaa ?11:26
ducasseTucker: xchat is no longer maintained, better look for a new client11:26
leeyaai have to update tons of script that depend on it11:27
ikoniait will screw up the systemd unit states11:27
leeyaaand that11:27
leeyaakromwell: yes because if you dont start apache via systemd it no longer can detect its unit if it is up or not11:27
leeyaahence my logrotate stops working11:27
leeyaaand some other crap11:27
leeyaai mean logrotate works fine, but it leaves open file handles11:28
leeyaabecause it cant reload apache ;p11:28
k1lthat works with the regular setups ubuntu ships.11:28
Tuckeryeah i noticed that latest release of xchat was really old but working rock solid11:28
leeyaaso i need to update all our scripts to either use systemd or not use it11:28
Tuckerseems i have to compile it11:28
leeyaasince 16.04 comes with systemd i decided to go with it11:28
ikonianot using upstart up systemd when building you scripts was a mistake11:29
k1lTucker: xchat is not maintained anymore. use hexchat which is in the ubuntu repos, too11:29
mgedminI wonder if 'service apache2 graceful-stop' would work11:29
leeyaaikonia: i didnt understand that last bit11:29
k1lTucker: and hexchat is the fork of xchat11:29
mgedmini.e. does the 'service' wrapper always run systemctl, or does it delegate to init.d scripts directly when a legacy init.d script exists?11:29
leeyaawe were using upstart until 14.0411:29
ikonialeeyaa: if you built scripts depending on apachectl rather than upstart/systemd calls you're going to have problems11:29
leeyaamgedmin: the init.d scripts currently use systemctl11:29
leeyaai think11:29
leeyaasort of11:30
REAPer61616Hi!11:30
leeyaaikonia: well some of those scripts are 12y old11:30
ikoniaand should be maintained.....11:30
leeyaayes, but thats another story ;p11:30
leeyaaok so what is the best way to restart/reload/stop apache gracefully now ?11:30
REAPer61616Is there someone who can talk about phablet?11:30
k1l!touch | REAPer6161611:30
ubottuREAPer61616: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch11:31
leeyaaany service for that matter - migrate it to systemd ?11:31
ikonialeeyaa: I don't think a systemctl stop is actually ungraceful11:31
mgedminah, I see /usr/sbin/service delegates to sysv scripts for any unrecognized actions11:31
REAPer61616Thanks!11:31
leeyaaikonia: i am looking for a way to check and verify it11:31
REAPer61616bye11:31
ikonialeeyaa: look at the unit file see what it executes11:31
leeyaaa second way - i can manually test it ofc11:31
fireball```leeyaa, 'systemctl list-units --all' try to check11:31
Xinhey I just added a second hard drive11:32
leeyaaand why upgrade from 14.04 did not handle this anyway11:32
Xinhow do I mount it?11:32
leeyaawas working great on 14.0411:32
ikonialeeyaa: what ?11:32
k1lleeyaa: handle your own custom scripts? how is that supposed to work?11:32
leeyaak1l: logrotate configs did not change for some reason11:33
k1lleeyaa: the standard scripts shipped by ubuntu are made to be systemd scripts now.11:33
leeyaak1l: so whatever i do i should use systemd i guess ?11:33
k1lXin: manually with "mount" or put it into fstab11:33
leeyaacause thats a solution too, just a bit more work11:34
k1lleeyaa: i dont understand what mess you have there at all11:34
ikonialeeyaa: systemd is pretty much the standard init system for all major distros11:34
leeyaaikonia: it isnt yet11:34
ikonialeeyaa: so you need to invest time in systemd for the medium term future at least11:34
ikonialeeyaa:  it really is11:34
* mgedmin is a fan of 'service apache2 reload' for graceful reloading11:34
k1lleeyaa: it is. all big distros changed to systemd. upstart is deprecated since then. only gentoo works on maintaining openRC.11:35
mgedminI don't see a reason to jump to systemctl when the apache2 packages still use init.d scripts11:35
leeyaak1l: gentoo is a different animal, i would use openrc if it was coming with ubuntu11:35
mgedminand 'service' is portable across all ubuntu versions11:35
leeyaak1l: the init.d scripts call systemctl11:35
ikonialeeyaa: no-one uses gentoo in the real world, all enterprise distros have moved to systemd11:35
leeyaai like mgedmin's approach11:36
k1lmgedmin: that is  for compatibility reasons. ubuntu shifted to systemd as init with 15.04 and will keep that road11:36
ikoniamgedmin: it won't be for ever11:36
leeyaahm11:36
mgedmin"prediction is very difficult, especially of the future" -- Niels Bohr11:36
ikoniamgedmin: the "service" wrapper will be removed when all systemV/upstart references are gone11:36
k1lleeyaa: there is no way around you investing time to get on the systemd way.11:36
leeyaaok so one question remains - does systemctl stop apache2 do it gracefully ?11:36
ikonialeeyaa: I believe so - yes11:36
leeyaahow to find out what it calls?11:36
ikonialeeyaa: as I've said, 3 times, you may want to look at the unit file to confirm11:36
leeyaak1l: yeah i guess ill have to11:37
mgedminubuntu doesn't have a systemd unit file for apache211:37
leeyaayet11:37
mgedminso it's kind of hard to look at it to confirm anything :/11:37
ikoniamgedmin: what version of ubuntu11:37
mgedmin16.0411:37
leeyaaim on 16.04.01 and cant find it11:37
ikoniamgedmin: then it should have a unit file for apache if you have apache installed11:37
ikonialeeyaa: can't find what exactly ?11:37
leeyaathe unit file (like /lib/systemd/whatever.service11:38
mgedminoh wait there is one in /lib/systemd!11:38
mgedminduh, that'll teach me to look only at paths under /etc11:38
leeyaamgedmin: where ;p11:38
leeyaai only found this /lib/systemd/system/apache2.service.d/apache2-systemd.conf11:38
mgedminit's three lines: [service] type=forking and remainafterexit=no11:39
leeyaai was expecting a file that looks like this11:39
leeyaahttps://bpaste.net/show/3f0a5d3369b811:39
akshaystorehow to get system refresh11:40
k1lakshaystore: system refresh? can you explain that a bit more?11:40
leeyaamaybe im missing something or cant understand11:40
leeyaamgedmin: does the unit file i quoted look like something that could work on Ubuntu ?11:41
leeyaaits from another system i have11:41
akshaystorehow to refresh ubuntu11:41
k1lakshaystore: what do you mean with "refresh"?11:41
mgedminleeyaa: maybe?  personally I'd rather not touch the setup ubuntu provides for me11:42
mgedminbecause I don't consider myself to be enough of an expert to feel like I could do a better job than the debian/ubuntu maintainers11:42
leeyaai guess ill have to test if it does graceful stop/restart11:42
akshaystorehow to delete file permanatlye11:42
akshaystoreexit11:42
leeyaathis is silly11:43
leeyaabtw, do you know where can i find default logrotate file for apache on 16.04 ?11:44
ikonia /etc/logrotate.d ?11:44
Tucker!compositor11:45
leeyaaikonia: i dont have default ones11:45
leeyaajust need to check something11:45
mgedmin/etc/logrotate.d/apache2 exists here11:45
ikonialeeyaa: what do you mean you don't have default ones ?11:45
ikonialeeyaa: when you  install apache it will install the logrotate file11:45
mgedminits content: http://paste.ubuntu.com/23064257/11:45
mgedmindebsums confirms that it's unchanged11:46
leeyaahm so default one also calls /etc/init.d/apache2 reload11:46
leeyaaok makes sense now11:46
ikoniaso that suggests it's not been fully ported to systemd yet11:47
leeyaaour scripts that we use to deploy stuff use apachectl (the binary file)11:47
leeyaaand it messes things up11:47
ikoniawhat ?11:47
leeyaai should just change them to use init.d11:47
leeyaawhich calls systemctl11:47
ikoniayou should make the systemd call where possible11:47
ikoniaI don't think that does call systemd11:47
ikoniaI think it's more likley the other way around11:47
leeyaaikonia: /etc/init.d/ is some backporting ?11:47
ikoniano, it's legacy11:48
leeyaaoh11:48
leeyaaok11:48
mgedmin/etc/init.d/apache2 doesn't call systemctl11:48
leeyaawhy the rotation does not use systemd then :11:48
mgedmin/usr/sbin/service calls systemctl; systemctl talks to systemd over dbus; systemd calls /etc/init.d/apache211:48
leeyaamgedmin: it does https://bpaste.net/show/e0238c59135b11:48
ikonialeeyaa: for legacy reasons, it's probably not all been ported into systemd yet, so the reload function is probably easier to call11:48
mgedminoh, wow11:48
mgedminbut how11:49
leeyaait does since 16.04 (prior to .01 release)11:49
TrevsstuffI have WordPress installed on my ubuntu server... I can upload files, update plugins, I have set user/group to www-data and I ma getting an error when on the new plugins page11:49
leeyaaikonia: yeah, i thin i understand now11:49
TrevsstuffPlz help11:49
mgedminwhy do I not get that?11:49
leeyaamgedmin: probably you did not update your config files during upgrade11:49
mgedminI mean, on my ubuntu 16.04 systemctl apache2 shows 'ExecStart=/etc/init.d/apache2 start'11:50
TrevsstuffAn unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration.11:50
leeyaathanks for the help guys11:50
mgedminnope, debsums says /etc/init.d/apache2 is unchanged11:50
leeyaaill just switch everything to systemd11:50
ikoniaTrevsstuff: read the apache error11:50
leeyaaat least web server stuff i will11:50
ikoniaTrevsstuff: you'v enot configured wordpress11:50
k1lTrevsstuff: using a proxy?11:51
mgedminoh!  perhaps /etc/init.d/apache2 invokes systemctl which then invokes /etc/init.d/apache2, which recognizes it was started by systemd and then does the actual start11:51
Trevsstuffhow to read the apache2 error?11:51
ikoniamgedmin: no, it doesn't11:51
leeyaamgedmin: yes something like that11:51
mgedminok, that makes sense -- how else would systemd keep track of the status of the unit?11:51
DeaDSouLhi, yesterday the electricity went down, so the server shutted down,.. when I switched it back on, it was complaining about ata1.00 things, and stucking in the booting process. So, I boot the recovery mode and did some fsck, i found 4 bad blocks, and got them fixed. now it's booting fine,. the problem is whenever i login as normal user or root, it automatically logs me back out. how can I fix that ? ps: server doesn't have gui11:51
leeyaabut not exactly11:51
ikoniamgedmin: read what you've just said, that would be a loop11:51
k1lTrevsstuff: and do you have a blank "SITE URL" in the wordpress settings? if so, set your site url there11:51
mgedminalso I should stop talking about things I don't fully understand11:51
leeyaajust read the script ;p11:51
ikoniaDeaDSouL: look at the auth log11:51
TrevsstuffI have mysite.com/wordpress/11:52
DeaDSouLikonia: I can't login, should I check them from the recovery mode?11:52
ikoniaTrevsstuff: read the apache log11:52
ikoniaDeaDSouL: yes11:52
ikoniaTrevsstuff: it will hilight the error11:52
DeaDSouLikonia: which file exactly i need to check11:52
TrevsstuffIll check it out11:52
ikoniaDeaDSouL: the auth and syslog11:52
ikoniaDeaDSouL: also make sure your home directory is writeable11:53
DeaDSouLikonia: thanks bro...  i'll do11:53
leeyaaso ill be checking if systemctl stop nginx.service actually does graceful stop11:54
leeyaai would expect that it should be graceful11:54
ikonialeeyaa: you're still talking......just look11:54
leeyaaikonia: tried ;p11:54
deronnaxit would be awesome if there was a graph like the home one of speed.pypy.org on the speed.python.org11:55
deronnaxthat's the only graph that really mean something to "normal" people11:56
barqIs there another way that I can add a repository to my sources other than sudo apt-add-repository ppa:kubuntu-ppa/backports ?11:57
barqI am behind a proxy11:57
ikoniabarq: what has a proxy got to do with that ?11:58
barqYou need a network connection to add the repositor ikonia11:59
barqrepository*11:59
ikoniabarq: right, and you have a network connection via a proxy12:00
ikoniabarq: if you don't have a network connection, manually adding the repo into your sources won't help you, as you still need a network to access it12:00
barqexport http_proxy and https_proxy helped apt12:02
barqSo apparently there is a connection ikonia12:04
h-hello12:04
knoppixhello all12:04
h-Can someone help with an encryption/security question?12:06
=== daniel is now known as Guest49613
=== evert__ is now known as EvertMDC_
barqIf you ask there is a possibility.12:07
leeyaaikonia: i dont think systemd does graceful stops, not unless you modify default unit file12:09
h-ok thanks, I set up encryption on my home directory during install. But I am skeptical that it is working, I set up a new user with sudo rights and then logged in as test user and sudo can explore my directory... is this normal?12:09
=== EvertMDC_ is now known as EvertMDC
Ben64h-: if you're logged in, yes12:10
h-Ben64: I was logged out12:11
Ben64h-: try rebooting and going to recovery mode and checking there12:11
h-Ben64: ok thanks, I also do see the .ecryptfs file in my home12:12
TrevsstuffSorry <ikonia> I have to google everything http://paste.ubuntu.com/23064316/ here is the error log12:13
DeaDSouLikonia: back.. here, please check: https://s4.postimg.org/4fhsogm9p/IMG_0674.jpg12:13
ikoniaTrevsstuff: so thats pretty clear - your config is wrong12:13
ikoniadouble check your config12:13
ikoniaDeaDSouL: so invalid password and no such user12:14
DeaDSouLikonia: the password is correct...12:14
ikoniaDeaDSouL: not according to that12:15
ikoniaDeaDSouL: and as you can see other people are using root12:15
Trevsstuff<ikonia> what speciffically?12:15
DeaDSouLikonia: trust me... the passwords is correct... i can login recovery mode with the same password12:15
ikoniaTrevsstuff: no idea, you have to look yourself on that, visually confirm the settings and format of the log file12:15
ikoniaDeaDSouL: login as a non-root user and confirm the password12:16
DeaDSouLikonia: is it normal that it says uid=0 for all users? root, deadsoul, xbmc12:16
ikoniaDeaDSouL: no,12:16
ikoniaDeaDSouL: that suggests bad things12:16
ikoniaDeaDSouL: look at /etc/passwd file12:17
DeaDSouLikonia: i just did, users are there12:17
ikoniaDeaDSouL: what are their UID's12:17
DeaDSouLikonia: deadsoul=1000, xbmc=100112:17
ikoniaDeaDSouL: so that conflicts with what the auth log is showing12:18
ikoniaDeaDSouL: so the UID=0 thing is just sshd spawning a new process12:18
leeyaado you guys know when the apache logrotate file will be ported to systemd?12:19
ikonialeeyaa: no12:19
leeyaaim asking because i use custom logrotate configs for apache, so i know when to migrate it12:19
DeaDSouLikonia: could the improper shutdowns cause all that?!!12:19
ikonialeeyaa: what's the actual problem - you seem to be creating one where non-exists12:19
ikoniaDeaDSouL: not really, as if you can authenticate root then the shadow file must be "ok"12:20
ikoniaDeaDSouL: and if you can see users in the password and shadow file - they are there12:20
DeaDSouLikonia: i can't even login as root in normal boot12:20
DeaDSouLikonia: how to fix it bro?12:21
ikoniaDeaDSouL: your best bet to get a realistic view, boot to recovery mode, remove the auth log, reboot, try to login, fail, go back into recovery mode and view the clean security log to find out what's current and what's old12:21
leeyaaikonia: my actual problem is that with my current config logrotate stopped reloading some services after log rotation, because systemd is not aware of the unit state. e.g. it detects apache is dead, because it was started using apachectl. (thats something i fixed now, by using systemctl instead).12:21
leeyaalogrotate config for apache uses /etc/init.d/apache2 reload which you guys said it is for legacy purposes12:21
ikonialeeyaa: the default one ubuntu ships works,12:21
ikonialeeyaa: just use that, or just use the same reload command12:21
leeyaaikonia: it works fine now12:21
DeaDSouLikonia: ok12:21
ikonialeeyaa: great, zero problem then12:21
leeyaaikonia: yeah until /etc/init.d/apache2 relaod gets dropped ;p12:22
leeyaaanyway ill figure it out12:22
WoLfOne quick question to steer me in the right direction, please.. I've just installed the new release (16.04) and when I try to start the GUI with "sudo start lightdm" I receive an error about unable to connect to Upstart. What has changed from the past versions, and/or where to look for the new syntax on how to run lightdm?12:22
leeyaathanks for the help earlier!12:22
h-looks like encryption is indeed working, the recovery mode could not explore my home directory. Thanks for the help12:23
DeaDSouLikonia: when i login, it shows the welcome message for micro-seconds then show me the login page again!!12:25
ikoniaDeaDSouL: ok - so again, does the auth log show the auth working12:26
ikoniathats the first question12:26
DeaDSouLikonia: just a sec12:26
alwilliamsHi there, I'm in a bit of a pickle. I'm out of RAM, and need to kill a process to free up some memory12:27
alwilliamsbut I don't know the process's id12:27
alwilliamsand I can't start new processes12:27
alwilliamsany options?12:28
DeaDSouLikonia: here bro: https://s4.postimg.org/9fyq462e5/IMG_0676.jpg12:30
pawieckiHi! I have something interesting to figure out. I have Fedora 24 laptop, then inside Virtualbox, I have Windows 10, then inside Windows 10 i have so called "Bash on Windows" - which works quite well. Now what I want to achieve is to ssh to some remote host, using Windows 10 virtual host as a ssh proxy. Do you thnk it's possible and/or hav someone tried that? :)12:30
pawieckiave*12:31
pawieckihave** grr sorry12:31
Xinhey all how can I check that a partitions encrypted with LUKs is properly encrypted? :)12:35
goshahi everyone12:35
leeyaapawiecki: that sounds like overkill ;p12:40
leeyaayou could use ssh tunnel tho12:41
edvinashey can anyone explain me why I have files/directories colours in xterm but not in gnome-terminal ?12:43
fra_what's happen12:47
pawieckileeyaa: this is an overkill, but it can solve my problem :)12:50
pawieckiand it's cool that it may be possible12:51
h-pawiecki: you can do this in windows without bash, just use putty12:51
Tin_manpawiecki, what problem is that?12:53
pawieckiTin_man: i have a VPN client that works flawlessly on Windows, but not so much on Fedora. So I want to activate VPN on windows inside vbox, and then connect to desired remote host via ssh, hopping over windows guest.12:55
pawieckiis this possible using putty?12:55
RubasHello, how do I check for a mail server on my server? If I have no mail servers installed, can I still send mails out?12:56
Tin_manwell you lost me, i'm not up todate on VM's and such.. so ill have to take your word for it.. :)12:56
Tin_mani use putty all the time but normally just to update my linux machines from my windows machine12:57
pawieckiTin_man: hehe, no problem. I'm just impressed by the "new and fresh" tool, which is Ubuntu's Bash on Windows, and am curious if it's useful12:57
pawieckiRubas: you can send mails without mail server - using mail client :)12:58
Tin_mani've got it, if i download it, but never have bothered, cause I've got in on my linux boxes12:58
h-pawiecki: yes, it's possible in putty to tunnel the ssh and should work here also12:58
Rubaspawiecki: thank you, but what if I have no mails clients either?12:58
korbelk4this is test12:59
pawieckiRubas: then you should configure one. For example thunderbird (if it's a desktop pc) or mutt (if server). Google up :)12:59
adamicronshould installing the virtualbox package have put users in the vboxusers group?12:59
=== m1dnight1 is now known as m1dnight
adamicronI had to do that manually and now I'm wondering if there's some other setup I'm missing13:00
RubasThanks pawiecki :)13:00
=== RMF|away is now known as Zialus
h-pawiecki: http://tinyurl.com/y3zuxx13:00
pawieckiadamicron: it's always goot to look for preferred installation instructions on software vendor. I've installed Vbox on Fedora 24, and almost everything went automagically13:00
h-something like that13:01
pawieckih-: aha! that looks useful, thanks!13:01
h-pawiecki: yw13:01
adamicronand "software vendor" is what in my case?13:01
adamicronUbuntu or Oracle's?13:01
pawieckioracle's website or google some howto's13:02
pawieckiadamicron: ^13:02
=== coy is now known as Guest95771
hateballRubas: you can also send mails using telnet to connect to an smtp server13:05
hateballif that is more your styl13:05
Rubashateball: haha yeah that is too hardstyled13:06
adamicronpawiecki: that' swhat I did and ended up manually adding my user to the group13:06
adamicronalso mentioned at https://help.ubuntu.com/community/VirtualBox/USB13:06
adamicronmy question was if APT should have taken care of that for me13:06
N3odoes anyone know how can I install gcc-5.3 on Ubuntu 12.04?13:06
N3oI need that specific gcc version13:07
=== Hoshi_ is now known as Hoshi
frasRubas: maybe web-mail13:08
MathisenN3o, http://juniway.blogspot.com/2015/06/install-gcc510-on-ubuntu-1204build-from.html13:09
ilhamtaufiqhi, i wanna ask how to upgrade ubuntu version without re-install the os13:10
ilhamtaufiqthx13:10
DeaDSouLikonia: can you help me please?13:10
ikoniaDeaDSouL: sorry I was away from my keyboard13:10
ikoniaDeaDSouL: ok - so that looks like it's authing ok, which is good13:11
ikoniaDeaDSouL: so the next question is, can it read/write to your user (whomever you login as) home directory13:11
mgedminI've created a libvirt xenial VM on a xenial host, using ubuntu-vm-builder13:11
k1lilhamtaufiq: run the online upgrade13:11
mgedminmy VM gets not network13:11
mgedminI can mount the disk image and look at the syslog13:11
mgedminI see kernel: [    2.425625] virtio_net virtio0 ens3: renamed from eth0, and then ifup fails with "cannot find device eth0" :/13:11
DeaDSouLikonia: it's ok bro, wb13:12
DeaDSouLikonia: it says, rw,error=ro ... something like that13:13
N3oMathisen the problem with that (I've seen that article) is that it has no multilib support which I need13:13
DeaDSouLikonia: that's when i check it by `mount`13:13
N3othe same if I follow the LFS guide13:13
Rubasfras: thanks fras13:13
uruk7how to view a video no -ascii code ->tty5>mplayer aaa.mp4 --> http://pastebin.com/raw/wejVx0e313:13
mgedminok I can mount the partition externally and change eth0 to ens3 in /etc/network/interfaces, but I'm disappointed ubuntu-vm-builder built a broken machine for me :/13:17
h-pawiecki: by the way, do not trust Windows 1013:17
foli_any help with sunspot gem?13:19
DeaDSouLikonia: it says: /dev/disk/by-uuid/xxxxxx on / type ext4 (rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered)13:19
DeaDSouLikonia: is it enough ? or need to try another command?13:19
ikoniaDeaDSouL: can you actually write to it though13:22
ikoniaand look at the permissions on it13:22
ikoniacan you read it13:22
hateballDeaDSouL: Was this the drive affected by a loss of power? Did you run an offline fsck on it after that?13:23
DeaDSouLikonia: yes i can13:23
DeaDSouLikonia: as root of course because i'm in recovery mode13:24
hateballDeaDSouL: And it probably doesnt hurt to check its physical status with smartctl13:24
ikoniaDeaDSouL: you can't "test" it in recovery mode13:24
ikoniayou need to verify what it would do in normal mode13:24
DeaDSouLhateball: it has an old windows.. i tried to boot it and it worked... then tried fsck.ext4 from recovery mode, and fixed 4 bad blocks13:25
hateballWell you will want to run fsck from a live media13:25
DeaDSouLikonia: how to verify it in normal mode when it logs me out after logging in by micro-seconds13:26
ikoniaDeaDSouL: just verify the permissions and file system integrity13:27
DeaDSouLikonia: yes, but how?13:28
DeaDSouLikonia: it doesn't let have any access in normal mode13:28
DeaDSouLikonia: let me*13:28
ikoniaDeaDSouL: right, so you can confirm you can touch / create files in recovery mode to prove the file system is ok, you can then visually check the permissions for the user you are logging in as13:29
Tuckerwhat is Compositor in the new Ubuntu 16.04?13:30
DeaDSouLikonia: the permissions looks ok for root in recovery mode13:31
DeaDSouLikonia: i'm sorry... but what else can I do now bro?13:33
ff_hello13:34
ff_quit13:36
cuaoxhi, can anyone answer my question on askubuntu? i have asked it 3 days ago and still no answer http://askubuntu.com/questions/812244/games-freezing-after-some-time-on-steam-audio-works-can-move-coursor-around13:48
hateballcuaox: what driver are you using?13:49
cuaoxi have open source driver13:50
cuaoxi also installed amd gpu pro but this did not help13:50
hateballcuaox: I see. Are you on default 16.04 kernel?13:51
cuaoxyes13:51
cuaoxall i installed after switching to xfce from unity was steam and amdgpu pro13:51
cuaoxbut as i mentioned amd gpu pro didnt help13:52
hateballcuaox: I suppose you could try using a mainline kernel for an updated radeon driver13:52
hateball!mainline13:52
ubottuThe 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/MainlineBuilds13:52
hateballcuaox: I only use nvidia/intel myself so my amd knowledge is limited13:52
cuaoxbut in uname13:54
cuaoxmy kernel is 4.413:54
cuaoxnewest in mainline is 3.1313:54
cuaoxor maybe im checking something wrong?13:54
cuaoxhttp://kernel.ubuntu.com/~kernel-ppa/mainline/linux-3.13.y.z-queue/current/ i mean this one13:54
cuaoxokay nevermind13:55
cuaoxi did something wrong lol13:55
hateballcuaox: it is the first link on the page :p13:57
cuaoxyep13:57
cuaoxbut im not sure it will help13:57
cuaoxi was testing games on arch on 4.7 kernell13:57
cuaoxand they crashed as well13:57
hateballcuaox: 4.8 is available tho13:57
cuaoxyep13:57
cuaoxokay I will try13:57
hateballbut it is possible one needs newer mesa as well, I dunno13:57
=== cigumo_ is now known as cigumo
MalgorathDoes someone have a link to how to bind multiple address(range like 10.0.0.1 - 10.0.0.100) to a single NIC? I'm in 16.04 server(no desktop just CLI)13:58
hateballMalgorath: Are you looking for virtual ips?13:58
Malgorathhateball, no they are legit ips on my network, I'm just tired of adding them manually everytime I need another one13:58
=== root__ is now known as lotusX
DeaDSouLlinux logs out immediately.. how to fix it ?14:00
hateballDeaDSouL: Did you liveboot and run fsck yet?14:00
DeaDSouLhateball: no, i'm downloading it14:00
hateballMalgorath: Do you use network-manager? I am assuming so14:00
yuppiein vim, how do i delete indentation (4 spaces) for the next 20 lines down?14:01
Malgorathhateball, actually I just edit my /etc/interfaces file when I need a new one14:01
cuaoxokay im installing a new kernel14:01
hateballMalgorath: Then I am not sure what you are asking, if you already know how to add the IPs14:02
cuaoxokay ill reboot now14:02
Malgorathhateball, I said a RANGE of ips, not just one at a time.14:03
cuaoxokay got the 4.8 kernel lets check it out14:03
hateballMalgorath: only way I know of is to script that14:05
cuaoxnope, installing newer kernel did not help14:06
Malgorathhateball, ah okay, I was wondering if I could without just cut and pasting in new entries14:06
Malgorathhateball, thanks14:06
hateballMalgorath: this has an example up top http://www.linuxscrew.com/2010/11/26/how-to-assign-range-of-ip-addresses-to-one-network-interface/14:07
hateballMalgorath: I was asking because I am unsure if nmcli has a command to do it as well14:07
hateballbut that requires one to use network-manager ofc :)14:07
Malgorathhateball, wow nice script14:08
Tuckerhas anyone a solution to restore java apps from system tray in ubuntu 16.04?14:08
hateballMalgorath: note that it doesnt permanently populate /etc/network/interfaces tho, if you need that14:09
hateballMalgorath: I'd say this approach is more flexible14:09
cuaoxhateball, you have any ideas instead of updating kernel?14:09
Malgorathhateball, yeah agreed, and I can just setup the script to auto run at boot14:10
DeaDSouLhateball: it's ready,.. what options should i use with fsck.ext4 ?14:10
DeaDSouLhateball: -c ? -f ? -D ? -p ?14:10
DeaDSouLhateball: /dev/sdX or /dev/sdXY ?14:11
hateballDeaDSouL: you'll want to check all your partitions, ideally14:12
=== crystal is now known as Guest48853
androOneWho needs help14:13
cuaoxi need it14:13
hateballDeaDSouL: so just "fsck -y /dev/sda1" for instance14:13
DeaDSouLhateball: ok thanks.. i will14:13
hateballDeaDSouL: repeat for all your ext* partitions14:13
androOneWith what cuaox14:13
DeaDSouLi'll reconnect via irssi .... brb14:13
cuaoxhttp://askubuntu.com/questions/812244/games-freezing-after-some-time-on-steam-audio-works-can-move-coursor-around  <-- with this one, tried everything, still not working14:13
beerayhello, Pls I need help in resolving my touchpad because I am not seeing the cursor after suspend.14:14
hateballcuaox: Sorry no more ideas, as I said I am an nvidia/intel guy14:14
cuaoxsure, just asking maybe someone else can help14:15
cuaoxthanks anyway14:15
androOneSorry cuaox i dont have that much time14:15
androOneBeeray restarting fixes most problems14:15
cuaox:14:15
cuaox(14:16
cuaoxokay, i will ask some other time14:16
hateballcuaox: all I have heard of is padoka ppa, but it is a !ppa after all https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa14:16
beeray@andro0ne. but I am always working on the system and I need the work to be as it is after I opened the laptop14:17
cuaoxhmm quite interesting14:17
cuaoxi will take a look into it14:17
aredpanda`wWhere can one configure an automatic mount on boot other than rc.local or fstab?14:20
cuaoxhow do i install the mesa package from padoka ppa?14:22
cuaoxapt-get install mesa doesnt work14:22
djvdorpdid you add the ppa first and run apt-get update?14:25
ExecSlimCuaox: https://www.epicgames.com/unrealtournament/forums/showthread.php?23665-How-to-update-Open-Source-graphic-driver-in-Ubuntu14:25
rexwin_I have ubuntu minimal installed without desktop. is there a way to install minimal desktop without any extra packages?14:29
beerayhello, Pls I need help in resolving my touchpad because I am not seeing the cursor after suspend.14:30
=== ashdev is now known as Guest82906
ioriabeeray, switch to a console and back to the X session14:32
beerayioria, pls how do I do that14:33
ioriabeeray, ctrl+alt+f1 (or f2)  and then ctrl+alt+f6 (or f7)14:33
beerayi've tried diff approach before using the terminal14:33
alias_BUG: soft lockup - CPU#8 stuck for 22s! [nrsysmond:1463]14:34
beerayI'm using xubuntu 16.04 with xfce14:34
alshello all14:34
alias_what does the application between brackets mean? Was the lockup caused by nrsysmond? Or was nrsysmond just doing cpu time at the moment the lockup occurred?14:34
alsi have a question, i am sure all people here do, so how does it work? before i get myself in trouble :P14:35
=== me is now known as Guest10717
Guest10833what14:36
beerayhello, Pls I need help in resolving my touchpad because I am not seeing the cursor after suspend.14:38
ioriabeeray, have you tried what i suggest you ?14:38
alsi recently started getting a small popup window when i boot my ubuntu, "System program problem detected", with button Report problem or cancel. When i click report i am asked for my root password. I am in doubt to enter my password, so my question is how can i know which program is requesting this or have this issue?14:39
alsusing 16.0414:39
beerayioria, how do I switch to console frm x pls14:40
ioriabeeray, ctrl+alt+f1 (or f2)  and then ctrl+alt+f6 (or f7)14:40
Tuckercould anyone who has Kubuntu 16.04 installed restore java apps from system tray?14:44
Guest10833als: check /var/crash14:44
=== Guest48853 is now known as szh
yzapanta_hello14:47
MojtabaHello, I am using system proxy by ssh, and the problem is that thunderbird gives me connection refused for gmail. Do you know what should I do?14:47
xgpthey everyone! I would like to pose a question to you all. Is there a way to disable all networking on a debian/ubuntu system? I would like to install the OS, then install my applications, and then DISABLE networking on the device to users. I want this to hold across reboots. I want to be able to re-enable networking, but I want that to take another manual intervention to re-enable.14:49
Guest10833I  meant, check the contents of the /var/crash directory14:49
Guest10833ls /var/crash14:49
beerayioria, thank you14:54
ioriabeeray, it's a bug, take a read if you want https://bugs.launchpad.net/ubuntu/+bug/157345414:55
ubottuLaunchpad bug 1568604 in xf86-video-intel "duplicate for #1573454 Mouse cursor lost when unlocking with Intel graphics" [Medium,Confirmed]14:55
joelioxgpt: sure, remove the network cable :)14:59
mgaunard_hello, I'm using Ubuntu 16.04 with Gnome Flashback, nvidia drivers and 3 monitors15:00
mgaunard_my desktop is extremely slow and I believe that's because of Mir15:00
mgaunard_is there a way to switch back to X1115:00
k1lmgaunard_: there is no MIR in use15:00
k1lmgaunard_: ubuntu still ships xorg as the regular xserver for all desktops. MIR is only used with unity8 on the phones and tablets yet. you would have to install and use unity8 manually to use mir.15:01
mgaunard_yet when I run applications like metacity it gives me Mir-related messages15:02
MojtabaHello, I am using system proxy by ssh, and the problem is that thunderbird gives me connection refused for gmail. Do you know what should I do?15:03
k1lmgaunard_: what messages?15:03
DeaDSouLhi, i tried fsck.ext4 -fc, -fDy, -fp... they all says that i do have 3 bad blocks... how can I fix them?15:04
=== Jochen_wvdT is now known as Schlawiner
mgaunard__can't connect to Mir, but I guess that's normal15:05
mgaunard__running metacity --replace kills my whole X session, it didn't use to do that15:05
k1lmgaunard__: what is the exact message from what command?15:06
k1lmgaunard__: is the guest account working normal?15:06
mgaunard__all sessions are slow15:07
mgaunard__unity-settings-daemon seems to frequently crash when initializing a session too15:07
mgaunard__gnome-panel also seems to crash often15:07
=== JanC is now known as Guest40946
=== JanC_ is now known as JanC
k1lmgaunard__: what video card is it? what driver is it?15:10
mgaunard_I already said nvidia driver15:10
k1llike there is just one nvidia video driver version....15:10
mgaunard_it's a Quadro NVS 45015:10
mgaunard_340.96 if that matters...15:11
mgaunard_xinerama with 3 screens15:11
mgaunard_one X screen per screen15:11
mgaunard_I didn't have problems with previous ubuntu versions15:11
k1lmgaunard_: see if this helps: http://askubuntu.com/a/768519/3126015:14
mgaunard_I don't have problems running applications15:16
mgaunard_I have stability and performance problems15:16
helpplsI'm trying to run https://github.com/skorokithakis/catt but i can't get it to run, the pip install worked at least15:20
=== silver-dragon is now known as notSD
=== notSD is now known as silver-dragon
kyle__What should the ownership be of the files in /usr/share/fonts|/usr/local/share/fonts ?15:23
kyle__mine are a bunch of random GIDs that aren't on my system....15:24
_adbkyle__: owned root:root on my system15:25
craptalkhow can i access trash via terminal?15:25
helpplsI see a ~/.local/lib/python3.5/site-packages/catt directory but i don't know how to run it..15:25
_adbkyle__: with permissions 75515:25
Seveascraptalk: cd .local/share/Trash15:25
kyle__Herumm.15:25
kyle__Thanks.15:25
Tuckerwhich was the default font used in kubuntu 14.04 in kde?15:25
Seveaskyle__: that sounds suspicious. Can you pastebin an ls -lR /usr/share/fonts ?15:26
craptalkSeveas: cant15:26
craptalkno such trash15:26
_adbkyle__: correction; the directories are 755. the regular files are 64415:26
=== Afrotoast is now known as afro
helpplsthe solution was: the script was in ~/.local/bin15:27
zetherootrying to share a folder in 16.04 using the Local Network Share dialog - the share shows up on other machines but access is denied15:27
Seveascraptalk: then you're not on Ubuntu :)15:27
craptalkSeveas: i am using ubuntu, lubuntu precisely15:27
kyle__http://paste.lisp.org/display/32347315:27
Seveaslubuntu != ubuntu15:27
Seveaslxde may have a different location for the trash15:28
craptalkSeveas: you are right, i am wrong15:29
craptalknow i get it15:29
Seveaskyle__: that looks like filesizes. I think you aliased 'ls' to something, can you try /bin/ls -l15:29
craptalkwhy is it .local, being hidden?15:29
Seveascraptalk: convention on linux systems is that filenames that start with a . are hidden15:29
craptalkSeveas: why?15:30
kyle__alias ls='ls -aFG --color'15:30
craptalkprivacy?15:30
Seveaskyle__: there we go :) it's the -G15:30
kyle__Crap.  I added G when flipping between systems.15:30
Seveascraptalk: clutter.15:30
* kyle__ sighs15:30
MikeHillHello all :D15:30
* Seveas hugs kyle__ 15:30
kyle__Thanks man.15:31
Seveascraptalk: there's lots of those files in your homedir that you rarely need to do anything with. So why show them by default?15:31
craptalkSeveas: so cause it will be clutter some, then they are all being hidden?15:31
Seveascraptalk: yup.15:31
MikeHillI would just like to know what is the gzcat command and zcat command and what you can use it for?15:31
zilHi, I have a few random Ubuntu boxes with different hosters that have eth0/en0 wlan... They work great, but, I want to be able to access each box on my local network and ideally enable SAMBA/NFS on just a secondary interface... (remote backup boxes/storage nodes). I'm going in loops looking at vpn-tools/libresawn/stronswan etc. and I was wondering if anyone can recommend what package is best15:32
suspenceMy laptop freezes when resuming from 'pm-suspend'. Specifically, it turns on, but only a white cursor appears on the otherwise black screen. If I 'pm-suspend' from a text display (tty1), the console reappears when the system resumes, asking for my password. I can type, but entering my password does nothing. After about 10 seconds the keyboard stops responding.15:32
zilto create an always on IPSEC(or better?) tunnel back to my house?15:32
craptalkSeveas: if i remove the files permanently, is it truly permanently that files are gone? or can it be recovered?15:32
SeveasMikeHill: with zcat you can display compressed files on your terminal15:32
craptalksome say, they can reform the files pattern15:32
Seveascraptalk: just removing them merely unlinks them from the filesystem hierarchy and a data recovery specialist can recover the contents. To permanently delete data, overwrite it several times with a tool like shred.15:33
MikeHillok I will try the command one sec15:33
craptalkSeveas: who can i overwrite it, if they are removed from the hierarchy? where is the place of the removed files go, so that i can overwrite it?15:34
craptalkhow can i*15:34
Seveaszil: ipsec can be a pain to set up, but strongswan is easiest of the lot.15:34
Seveascraptalk: you would overwrite before removing.15:34
craptalkSeveas: thats it?15:35
craptalkSeveas: how many times?15:35
ioriacraptalk, man shred15:35
Seveascraptalk: 6 is the shred default I believe15:35
craptalkis there shred tool that i can install?15:35
Seveas!info shred15:36
ubottuPackage shred does not exist in xenial15:36
Seveashmm15:36
ioriait's in coreutils15:36
PiciI think its in coreutls15:36
Seveasah15:36
ioriait's installed by default15:36
Seveascraptalk: it's already there. as ioria said, the 'man shred' command will help15:37
craptalkok, sorry didnt notice15:37
craptalkthanks15:37
joelioit's in coreutils as Pici said15:37
MikeHill@Seveas @Ubuntu16:~/Desktop$ gzcat vmware-tools-distrib.tar.gz  No command 'gzcat' found, did you mean:15:38
MikeHillcan you give me an example of how to us ethe command?15:38
=== me is now known as Guest80915
zilseveas: thanks, I'll try to find some configs and get it working15:38
joelioMikeHill: that's what's known as a tarball file, it's a compressed tar archive.. note the .tar.gz extension. The file is gzipped and a tar. What do you want to do, uncompress it?15:39
SeveasMikeHill: you don't want to use gzcat or zcat there, as that would display gobbledygook on your terminal.15:39
niko§1°15:40
MikeHillall I am trying to do is learn how to use the gzcat and zcat command?15:40
MikeHill;)15:40
joeliowell zcat is got use on gzipped text15:40
joeliolike compressed documentation15:40
MikeHillcan ya give me an example?15:40
joeliozcat {file.gz}15:41
MikeHillof the command15:41
craptalkSeveas: well, after i did the shred, then i safely delete it? cause even the recovery specialist would have recovered it, the pattern is not gonna be easy to make it back?15:41
MikeHillwill try 1 sec15:41
joelioMikeHill: or you can pipe into another command.. if you're using tar though, use tar to uncompress it15:41
joeliotar xvzf file.tar.gz15:41
Seveascraptalk: once shredded, you can delete the file. I thought shred did that, but haven't used it in ages :)15:42
joelioMikeHill: zcat /usr/share/doc/bash/README.commands.gz15:42
SeveasI use an encrypted harddrive instead :)15:42
craptalkSeveas: okay, but do you know where the normal way of deleted files go?15:42
joelioSeveas: shred just writes random and zeros or a combination and in a loop N times (10 if DoD.. well, used to be until easier methods found)15:43
suspencemy laptop freezes when resuming from 'pm-suspend'.15:44
Lodizirc.sfml-dev.org15:45
WarcopHi! I've been searching the web and getting lots of different results. Does anyone have a link to a concise way to get WebEx working on 16.04?15:46
joelioWarcop: have you tried Cisco? :) what's the issue - I guess.. always had trouble with Webex on linux15:50
joelioOSX, just works, but linux a pain15:50
=== Agent is now known as Agent_Isai
=== Agent_Isai is now known as Agent
suspenceHey all, my laptop freezes when resuming suspend. How can I start approaching this problem? Thanks!16:03
redtuxedocashhow can i turn my bluetooth on?16:10
redtuxedocashi cant find the settings16:10
redtuxedocashi am using lubuntu 16.0416:10
emersont1in my kdenlive, the audio isn't working during playback, is there a set of steps for debugging, i've tried switching audio drivers, and restarted after each, and still no joy. The ALSA is working, as i can listen out of other programs16:13
skweeekAnybody think they can help me set up my webcam I have a built-in webcam on the front and the back of my laptop doesn't show up16:14
=== redtuxedocash is now known as tuxedo
=== tuxedo is now known as redtuxedocash
taiga7232i wanted to play chocolate-doom on lubuntu here and it sux because i can't use number keys that are above the letter16:18
taiga7232                   keys to change the weapons. i use slovak layout so that is the problem i confirmed with the authors of the program also. so my question is, how do i16:18
taiga7232change the keyboard layout to e.g. german so that the program would accept it? i tried in lxpanel but that didn't help. please help me16:19
taiga7232also hi16:19
lightbee..16:20
lightbeehello16:20
vahehi, ssh works if I connect eth0 if you connect to the Internet with wlan0 not working , ssh: connect to host 192.168.0.101 port 22: No route to host16:23
vaheubuntu unity 14.04.516:23
emersont1does anyone have a good NL video editor they swear by, as KDEnlive isn't working16:23
MonkeyDustemersont1  try openshot16:23
sorinelloHello. Which is the best way to install a text only ubuntu 16.04 ? I need it for build purposes, so GUI/X is needed16:23
MonkeyDust!mini | sorinello16:24
ubottusorinello: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD16:24
sorinellothanks !16:24
=== EriC^^ is now known as Guest76275
=== Guest76275 is now known as EriC^^
jordilahi #ubuntu community, just installing  release 16 ...16:36
jordilacurious about the fact that, upon fresh install... after 'apt-get dist-upgrade'... am i getting linux-image-generic 4.4.0-31  moving to --> 4.4.0-34 ?16:37
popeythats perfectly normal jordila16:37
popeyjust bug fixes, security updates etc16:37
jordilaaha16:37
jordila..trying to learn of16:37
jordilapopey... so, is it a kernel upgrade, right ?16:38
popeyyes16:38
popeya very minor one16:38
jordilayep16:38
jordilanice to know16:38
jordilaBTW, i'm planning to deploy several Ubuntu / PC's in my daughter school...16:39
andro_hello16:39
jordilaany hints on how to make it sustainable from maintenance perspective ?16:39
=== andro_ is now known as Guest28353
jordilaMMMh Backups / snapshots tools ... or remote management stuff like ?16:40
jordilahello andreo_16:40
jordilaandro_16:40
Guest28353nihao16:40
DArqueBishopjordila: you could try Puppet.16:40
OerHeks!edubuntu16:40
jordilaah... Puppet... i've heard about it16:40
ubottuEdubuntu is an Ubuntu derivative aimed at schools and educational institutions. For more info, see http://www.edubuntu.org16:40
jordilathanks ubottu16:41
Guest28353from?16:41
OerHeksnot only learning tools, classroom server also maintanance ( if the hardware is equal it is fun)16:41
redtuxedocashhow can i turn my bluetooth on?16:42
redtuxedocashi am using lubuntu 16.0416:42
redtuxedocashi cant find the settings16:42
OerHeksredtuxedocash, looks easy > http://lubuntuhowto.blogspot.nl/2015/06/how-to-setup-bluetooth-on-lubuntu.html16:43
redtuxedocashbluez daemon is not running16:45
redtuxedocashhow can i get it running?16:45
=== Crixus|afk is now known as Crixus
redtuxedocashi got that error when i clicked the bluetooth settings16:45
ubuntuhi16:45
=== ubuntu is now known as Guest19491
Guest19491hi16:45
=== jstein_ is now known as jstein
redtuxedocashbluetooth ~16:45
=== Crixus is now known as Crixus|afk
=== me is now known as Guest68112
=== Crixus|afk is now known as Crixus
wildmanronHello to whom ever I am suppose to talk to I have never used this thing before so not sure what to do. I am haveing trouble with my ubuntu14.0416:51
=== nacc_ is now known as nacc
=== Crixus is now known as Crixus|afk
taiga7232nobody knows the answer?16:57
SchrodingersScat!ask | wildmanron16:59
ubottuwildmanron: 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 !patience16:59
SchrodingersScat!patience | taiga723216:59
ubottutaiga7232: 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/16:59
root2hey man17:00
_KaLiFhey root17:00
taiga7232oh. and i thought waiting 42 minutes was enough17:00
root2this was just  test nice17:00
root2see you guys later17:00
root2bye17:00
SchrodingersScattaiga7232: can ask again, if anyone knows they'll respond17:02
wildmanron1Hello to whom ever i need to talk to I have never used this thing before so kind of lost I am having trouble with my ubuntu 14.0417:03
taiga7232so like.. i wanted to play chocolate-doom but i use slovak keyboard layout. that means that i have to press shift to get the numbers on my laptop. the game does not accept that. changing the layout with lxpanel does not work. the setting gets ignored by the game. so how do i change the keyb layout setting so that it sees the keyboard as english or german or whatever. halp pl0x!1!!!!117:05
_adbtaiga7232: "setxkbmap en" will set your keyboard layout to english17:06
taiga7232wildmanron1: there is a paid support option. or you could try asking a _specific_ question _here_. don't be shy17:06
SchrodingersScat!details | wildmanron117:06
ubottuwildmanron1: 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.17:06
_adbtaiga7232: see "man setxkbmap" if you would like to see more options about keyboard layout and configuring a key to toggle between layouts17:07
taiga7232_adb: tried that already. didn't help. the game keeps using slovak layout17:07
wildmanron1I upgraded to 16.04 and my system would go to sleep mode and it wouldn't wake up so i reinstalled my 14.04 cause i never had any trouble with it doing that now it wont wake up17:07
_adbtaiga7232: is it a slovak keyboard? how did you get it using that layout?17:08
wrkrcoophello!17:09
taiga7232i set up slovak "regional settings" at installation time17:09
wrkrcoopwhen i try to build this dockerfile, it errors out with a non-zero code of 117:09
wrkrcoopcan anyone take a look at this snippet and see if something looks wrong? im a linux noob https://gist.github.com/ellismarte/db5f0ef0cc0ba7dc68678baec8da8914#file-gistfile1-txt-L12-L2117:09
_adbtaiga7232: in that case, i do not know how to change those settings. perhaps others on this channel can help... sorry17:09
taiga7232tanks anyway _adb17:10
=== burtons is now known as BusFactor1
=== g__ is now known as Guest67366
ioriataiga7232, i think you need to install the english package language, before switch to the en keyaboard17:12
taiga7232ioria: i thought english gets installed by default. maybe i misunderstood what you said17:14
wildmanron1ok what is a pastebin i am new at this stuff17:15
ioriataiga7232,  do you have the keyboard icon in the task bar ? if you press it, do you see 'en' ?17:15
taiga7232ioria: i see US when i press it. pressing again shows SK17:15
ioriataiga7232,  ok, when selected to 'US', and you type the  keys, does it works ?17:17
taiga7232ioria: yep. everywhere except for fullscreen games17:18
=== InfoTest1 is now known as InfoTest
=== EriC^^ is now known as Guest15253
=== psycho is now known as Guest62092
=== yoni is now known as Guest95676
=== Guest15253 is now known as EriC^^
wildmanron1so do i have to pay to ask questions here i not understanding i love Ubuntu Linux and would love to keep using it but i need some help to fix a problem with the sleep mode deal and where do i find the pastebin17:25
nacc!paste | wildmanron1: for the latter.17:25
ubottuwildmanron1: for the latter.: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.17:25
OerHekswildmanron1, that 'paid' was a joke from that guy17:26
OerHekssleep/hybernate is terrible @ ubuntu17:27
OerHekshttps://wiki.ubuntu.com/DebuggingKernelSuspend17:27
rp2is there any way I can see how long a given process has been blocking on the current system call it is trying to execute?17:27
wildmanron1ok i have some info on the problem so i just paste it to the pastebin and tell you where it is i am kind of new to this stuff guys so any help would be appreciated17:28
SchrodingersScatwildmanron1: yep, pick a pastebin, supply the link17:30
wildmanron1http://paste.ubuntu.com/23065215/17:31
mandlaHello trying to use vpnc to connect but im getting vpnc: response was invalid [1]:  (ISAKMP_N_INVALID_EXCHANGE_TYPE)(7)17:31
mandlaOn 16.0417:31
wildmanron1i guess this is how it works17:32
wildmanron1what other files do i need to show for the problem17:33
MojtabaHello, I am using system proxy by ssh, and the problem is that thunderbird gives me connection refused for gmail. Do you know what should I do?17:41
ggnoredoI can't connect to a L2TP VPN on 16.04.1. I googled but no luck17:42
SchrodingersScatMojtaba: i would try to reach it via a browser and see if it's giving you a warning/captcha.17:44
notdanielany recommendation for an audio player that's good about keeping your library/tags organized, and that isnt rhythmbox? hah17:46
notdanielalways liked banshee but looks like nobody's updated it for a couple years17:47
Guest62092deadbeef is pretty good17:47
notdanielGuest62092, thanks, that looks slick. and actively maintained17:48
wildmanron1i just tried to bring up the pm-suspend.log but it says there isn't anything in it.17:49
DeaDSouLhi, in /var/log/syslog .. it says : 'EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro' .......... is it normal ? could be the one causing the system to log me out immediately every time i login?17:56
=== solveig is now known as Clarissa
OerHeksDeaDSouL, sure, check the health of the hdd/sda5 with live iso17:58
=== lethu_ is now known as lethu
DeaDSouLOerHeks: OerHeks how can i check the health of sda5 ?17:58
OerHeksin live iso, disks > smart17:59
OerHeksmaybe shutdown dirty, run fsck then17:59
OerHeks!fsck17:59
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 reboot17:59
DeaDSouLOerHeks: I'm using smartctl ... what options do you recommend to check the health of sda5?18:03
OerHeks.. just told you .. what are the other channels suggesting? you are crossposting everywhere18:03
DeaDSouLOerHeks: because the problem still exists18:05
en1gmais there a version of ubuntu that will work on cherry trail netbook that has detachable keyboard?18:05
DeaDSouLOerHeks: the fsck didn't help that much18:05
DeaDSouLOerHeks: yes it made be able to login.... but the system logs me back out immediately18:05
en1gma2GB ram18:05
DeaDSouLen1gma: see: http://puri.sm18:07
renn0xtk9folks I format a USB key in ext4, it is mounted in /media/$USER/ under a folder that belongs to root and is all read only < WTF ?18:08
mandlaHello trying to use vpnc to connect but im getting vpnc: response was invalid [1]:  (ISAKMP_N_INVALID_EXCHANGE_TYPE)(7)18:09
DeaDSouLrenn0xtk9: check the mounted options... `mount | grep /dev/sdX`18:09
brian_I'm using the "mini.iso" image to install xenial in expert mode (long story). Which kernel is the best option? linux-generic-lts-xenial? linux-image-extra-lts-xenial?18:10
ovrflw0xsup dauuugs18:10
DeaDSouLrenn0xtk9: and make sure usb files/folders owners or the group they belong to. have the same userid (uid) that your user has18:12
brian_Ah, and a little more googling gives the answer: https://ubuntuforums.org/showthread.php?t=156078618:13
anankeanybody familiar with booting ubuntu/debian installer via pxe? i'm wondering if it's possible to get a GUI installer via that method. is it a matter of using different initrd? passing certain options to the installer?18:13
Guest62092how to recover recently deleted file?18:15
Guest62092on ubuntu18:15
naccGuest62092: how did you delete it?18:15
Guest62092shift + delete18:16
MojtabaSchrodingersScat: I have tried browser, no capcha, nothing18:16
naccananke: it depends on which installer you are booting, probably18:16
anankenacc: using the netboot one. so it's a matter of the installer choice?18:17
naccGuest62092: i think shift + delete pops up a warning saying it's permanently lost (at least in nautilus)18:18
renn0xtk9Deadsoul mount | grep >  /dev/sdc1 on /media/max/95f5c9bb-6ce5-499d-ad4c-c75b322beea1 type ext4 (rw,nosuid,nodev,uhelper=udisks2)18:18
dustyI have been directed here by a friend who told me someone on here might be able to help me with my issue. I am trying to install Postfix and Dovecot with MySQL as database. This seems like a simple task but unfortunatly i have one more request. It has to be done completely without SSL Certificate. Would any of you be able to guide me in the right direction, i have been spending 4 days installing, reinstalling and configuring without18:19
dustyluck.18:19
naccananke: which ubuntu? server, desktop, etc.?18:19
renn0xtk9and when I sudo chmod -R 775 95f5c9bb-6ce5-499d-ad4c-c75b322beea1/ it stays "root root " :S18:19
Guest62092nacc, i understand, but anyway in linux there no analog of recuva?18:19
MojtabaHello, I am using system proxy by ssh, and the problem is that thunderbird gives me connection refused for gmail. Do you know what should I do?18:19
anankenacc: desktop. i didn't realize there was a difference in the installers, since netboot seems to address both desktop & server simply by package selection. i've been using ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/18:20
akikGuest62092: photorec reads disks and brings back files18:21
akikGuest62092: the files lose their original name18:22
Guest62092akik, thank you a lot )18:22
_KaLiFj'aurai kiffé me balader un alligator comme animal de compagnie enville18:23
akikGuest62092: just don't use the disk that you want to recover from18:23
hi-liter99howdy folks18:23
Guest62092akik, understood, thx again18:24
naccananke: so if you pxe boot right now, you are prompted for the installer, just hte text mode one?18:24
anankenacc: correct18:24
naccananke: why do you want the GUI installer? just wondering18:25
dustyplease tell me if im in the wrong place18:25
ovrflw0xdusty busty18:26
naccananke: i think the issue you may be hitting is the netboot installer is text mode only, afaik18:26
_KaLiFdutsy dostana18:26
anankenacc: assisting our helpdesk. i've automated installs for vms with preseed, and i'm re-using a lot of this work to help our helpdesk deploy workstations. sadly, debian installer doesn't have inherent ability to deal with resizing existing filesystems, so that part of the install has to be done by hand18:26
anankenacc: GUI for that part would make life easier for them18:26
terribleis there a free vpn service that i can use it for download torrent?18:26
K1duHello18:27
_KaLiFi have french vpn18:27
_KaLiFterrible,18:27
sulfasalanybody using the Yandex Browser? I went to the site and downloaded the debx64 package, twice, but it didn't show up in my Downloads folder, or anywhere for that matter.18:27
_KaLiFjcvpn.com terrible18:27
naccananke: i think the only option you'd have is to netboot the livecd kernel & initrd, rather than the netboot/netinstall ones18:28
K1ducan some1 help me with one issue ?18:28
naccananke: i'm not 100% sure if that will work18:28
_KaLiFjcvpn.com is terrible18:28
anankenacc: and yes, i'm starting to arrive at the same conclusion. i'm used to other distros, where same set of installers can be used for both GUI and text/ncurses mode, it's a simple matter of throwing an option18:28
sulfasalhey wheres my nick?18:28
sulfasaljust seeing <    >18:28
Grorcodoes anyone know if there is a way to make one workspace that sits below any other ones. I want ctrl+alt+down to always go to this18:28
dustyK1du: What issue?18:28
MonkeyDustGrorco  in Unity?18:29
GrorcoI'm using compiz right now sorry meant to put that in there18:29
K1duim using dual win 7 and ubuntu 16.04 i screwed up by tryng to install the latest plasma 5 and the repos gone nuts , now i want to reinstall it , is there any way that i can remove the OS from windows and install a fresc copy on the same partition ?18:29
sulfasalhmm, my nick 'sulfasal' appears in the list up top, this is weird.18:30
MonkeyDustGrorco  ok, but in unity, with the bar on the left? if yes, unity tweak tool can set the number of workspaces18:30
hi-liter99I have two local servers and both do not have the firewall enabled, but I can not access port 80 or nodejs port 3050 from the browsers --> http://pastebin.com/jhRbHfaA18:30
terrible_KaLiF, that service is free?? and can i use it for download torrent anonymously?18:31
dustyK1du: you want to reinstall ubuntu on the same drive and keep it in the windows boot loader option menu?18:31
MojtabaHello, I am using system proxy by ssh, and the problem is that thunderbird gives me connection refused for gmail. Do you know what should I do?18:31
hi-liter99does tcp6 on both ports have anything to do with that?18:31
_KaLiFterrible : privqte m18:31
K1dudusty: i understand thatwhen i remove the OS from win 7 options the grub dissapears , but i dont hink that would be a problem since i will install it again right ?18:32
K1duI have read that if need the win repair disk to repair the startup menu , thing that i dont have also .18:32
GrorcoMonkeyDust, using mate I don't remember what version of gnome that is18:33
=== elhoir|afk is now known as elcoded
hi-liter99how would I change tcp6 to tcp in iptables?18:33
dustyK1du: if you install it on the same disk it will by my experience just work without you having to edit in the win7 boot menu18:34
GrorcoMonkeyDust, I made two rows of workspaces and put one on the bottom but ctrl+alt+down only goes to it if it's under the first workspace18:34
MonkeyDustGrorco  ok, so Mate... there's something called 'mate tweak tool', install that18:34
MonkeyDustGrorco  yes, if you press down, you go down18:35
GrorcoMonkeyDust, I already have it18:35
K1dudusty: when i have tryed to reinstall it shows me the option for dual to install along the old ubuntu os . and win doesnt appear18:35
DexterFhi18:35
DexterFthinkpad t61, lspci says "intel 4965 AG or AGN" - well, which is it? how to tell?18:35
GrorcoMonkeyDust, I can't go down from all workspaces though thats what I'm trying to achive18:36
Grorcoto the same one18:36
dustyK1du: windows will not appear, thats normal. You just remove the old ubuntu installation and install it to same disk / location.18:36
K1dudusty: didnt made any changes yet.18:37
DeaDSouLrenn0xtk9: sorry i was away, try `ls -n PATH-TO-USB-MOUNT-POINT` and compare it to your uid by: `id`18:37
K1dudusty: how do i do that ? i just remove it from the win7 start menu , i dont remember right now where that was in msconfig i guess , just delete it from there to stop showing it in the grub ? and then try install the new one ?18:38
Grorcoso right now I have 3 workspaces in the top row, and 1 in the bottom. I want ctrl+alt+down to goto the one on the bottom from all three of the top workspaces and that doesn't work18:38
EvanwAnyone wanna answer one question for me.  I'm new to Linux18:38
EvanwIt's probably an easy one18:38
MonkeyDustEvanw  let's here it, in one line18:39
MonkeyDusthear*18:39
dustyK1du: basic... yes thats about it. If it goes wrong you can always add it with EasyBCD Editor18:39
EvanwHow do I get permission everything in /  not just /root or /home. I need both on the same user to move files18:39
dustyEvanw: yes18:40
K1dudusty: i will google that i dont know what is it18:40
MonkeyDustEvanw  use sudo to get root permission18:40
EvanwI can log in as root.  Then what do I do.18:40
EvanwOr do I log in as home and sudo to root?18:41
GrorcoEvanw, you don't want to login as root18:41
dustyK1du: its an easy tool to use. Yes a google search will give you all the info you need :)18:41
K1dudusty: ok thank you i wil go try that18:41
GrorcoEvanw, what program are you using to move files with?18:41
MonkeyDustEvanw  it's extremely dangerous and not adviced to login as root18:41
EvanwI want to sue Filezilla to move 5 folders from root to home18:41
EvanwUse*18:42
dustyEvanw: if you are able to login as root you did something wrong when you installed the os. for security reasons never allow direct root login. Always use sudo.18:42
MonkeyDustEvanw  *move* from to home?18:42
rexwin_I am using mousepad to open some file but it always open as plain text and to see the formatting I switch the file type to sh( for bash script) to see it18:42
MonkeyDustEvanw  *move* from root to home?18:42
rexwin_any way to resolve this?18:42
EvanwYes monkey18:42
GrorcoEvanw, use gksudo to open filezilla18:42
intrusiveHello!18:42
* intrusive waves18:42
dustyK1du: no problem :)18:42
intrusiveQuestion, is it smart to turn off multicast on ubuntu?18:42
MonkeyDustGrorco Evanw don't use nautilus with root permission18:43
intrusiveI was to do it, to shrink my log file for UFW.18:43
squintyDexterF,  in terminal copy/paste the following and see what it says dmesg | grep -i wireless18:43
intrusivewant*18:43
dustyso back to my own question: I have been directed here by a friend who told me someone on here might be able to help me with my issue. I am trying to install Postfix and Dovecot with MySQL as database. This seems like a simple task but unfortunatly i have one more request. It has to be done completely without SSL Certificate. Would any of you be able to guide me in the right direction, i have been spending 4 days installing,18:43
dustyreinstalling and configuring without any luck.18:43
PiciEvanw: where does filezilla come into this? Are you remoting into another machine?18:43
EvanwYes centos is a remote machine18:43
PiciEvanw: and you want to download files to where?18:44
EvanwBut I can move everything with terminal if someone can tell me how18:44
EvanwI want to move their directory within the same server18:44
sam__Evanw: wht are u trying to do ?18:44
PiciEvanw: Where does Ubuntu come into all this?18:44
DexterFsquinty, ah :) thanks18:44
=== pkennedy_ is now known as pkennedy
intrusiveEvanw: Rsync over SSH?18:44
EvanwI think I may have phrased my question wrong.  Bare in mind I am new to all of this.  I apologize18:45
intrusiveAnyone know about multicast?18:45
GrorcoEvanw, just open a terminal gksudo filezilla or whatever move the files you need to and don't muck it up18:45
dustypostfix dovecot anyone?18:46
hi-liter99can anyone help me with a tcp/ tcp6 issue?18:46
sam__just drop ur questions18:47
intrusivehi-liter99: Go for it, ask the room.18:47
intrusivedusty: You should try channels that are more for your services.18:48
hi-liter99intrusive: I have two local servers and both do not have the firewall enabled, but I can not access port 80 or nodejs port 3050 from the browsers --> http://pastebin.com/jhRbHfaA18:48
=== RAX is now known as rax-
hi-liter99does tcp6 instead of tcp have anything to do with my above issue?18:49
renn0xtk9DeaDSoul seems it got a 0 while I got a 100018:49
DexterFhi-liter99, i dont know if there is a telnet for v6, but can you telnet to that port?18:51
DexterFis it *only* v6?18:51
Neon10hi-liter99: have you check the open port on server? using ss or netstat?18:51
Picihi-liter99: presumably you'd like those applications to listen for tcp4 connections too, you should verify those apps configs.18:51
hi-liter99Pici: so it has to do with apache2 and nodejs config files?18:52
=== rax- is now known as RAX
Picihi-liter99: yes18:54
hi-liter99netstat -ntl --> "tcp6       0      0 ::1:80               :::*                LISTEN"18:54
hi-liter99Pici: ok thanks, will check it out18:55
DexterFhi-liter99, traceroute6 finds it?18:55
=== malkauns_ is now known as malkauns
hi-liter99Pici: changed Listen 80 to Listen 0.0.0.0:80  in apache2 ports.conf and restarted and now works19:01
Picihi-liter99: great :)19:01
cannibalhello, having trouble with audio19:03
cannibalsound shows it is outputting audio and it works when i use headphone jack but not the actual speakers19:03
MonkeyDustcannibal  in a terminal, type    alsamixer19:04
cannibalit returns no such device19:04
cannibalcannot open mixer: No such device19:04
cannibaltried reinstalling it and purging it19:04
cannibalalso tried19:05
cannibalsudo addgroup name audio19:05
=== joe75_ is now known as joe75
MonkeyDustcannibal  what's the output of   cat /etc/issue19:05
cannibalUbuntu 16.04.1 LTS \n \l19:06
cannibalalso im running ubuntu mate on an asus eee pc 1011px19:06
=== RAX is now known as rax-
cannibalany ideas?19:07
DeaDSouLrenn0xtk9: yeah, that's the problem... they belong to root, and your the first-created-user on your system19:10
DeaDSouLis this normal? all users have the same uid=0 ?? https://s4.postimg.org/5cszrbet9/Screen_Shot_2016_08_17_at_10_09_04_PM.png19:11
renn0xtk9DeadSoul, how I can change this? i once had a similar problem, I used to chmod -R 775 $folder   and that did it but here it does not change19:13
=== Clarissa is now known as solveig
elkornhey everyone. I did an upgrade from 14.04 to 16.04 through `apt dist-upgrade` (before 16.04.1 actually) and since them I'm experiencing issues when trying to connect to a new wireless network or to any VPN: Not authorized to control networking. Has anyone run into this?19:14
elkornmy user is added to the netdev and systemd-network groups19:15
elkornalso since that upgrade I have started to getting the "Error executing command as another user: Not authorized" message when trying to sudo. Probably related19:16
DeaDSouLrenn0xtk9: a) create a folder and make your user the owner of a group.. b) use bindfs: https://plus.google.com/wm/2/se/1/+MubarakAlrashidi/posts/7baj6LTyQ97 c) mount it by gnome, kde, etc..19:16
bekkselkorn: apt dist-upgrade does not upgrade 14.04 to 16.0419:17
DeaDSouLrenn0xtk9: btw, those were options not steps19:17
elkornbekks: yeah sorry. I have done more than that - did the steps that were required to update me from 14.04 to 16.04 from the CLI actually. Now if I just could remind myself what they were...19:19
bekkselkorn: do-release-upgrade19:19
elkornit was there, yes19:19
renn0xtk9okay got it I needed a chown not chmod19:20
elkornso bekks, any clue as to why and where the permissions are not set up correctly?19:20
renn0xtk9DeadSoul btw do you know how to change the ugly name of the device ?19:20
mcphailelkorn: if you've updated from 14.04 to 16.04 before 16.04.1, your upgrade path has been forced and unsupported. It isn't really possible to offer support in your situation19:20
hi-liter99Pici: fix for rails --> rails server -b 0.0.0.0 -p 305019:21
elkornmcphail can I do something to get me from 16.04 to 16.04.1 now? do-release-upgrade does not pick up anything new19:21
hi-liter99thanks!19:21
bekkselkorn: because there is no newer release than 16.0419:21
elkornouch19:21
mcphailelkorn: any damage will already be done19:21
mcphailelkorn: my advice is to try a live USB of 16.04.1. If that fixes your problems, do a reinstall19:22
=== Quatroking__ is now known as Quatroking
DeaDSouLrenn0xtk9: try disks, or gparted, they can change its label19:23
elkornthx mcphail, will do that. thx bekks for the info19:24
renn0xtk9Hmm I have Kpartition editor (I am kubunut) and that does not want o work :S19:26
wish^join #kdeneon19:29
wish^oops19:29
wish^What is the difference between installing kubuntu and installing kde neon on ubuntu?19:30
k1lkde neon is a 3rd party OS, based on ubuntu. but not supported by ubuntu or the kubuntu team.19:32
k1land, iirc, kde neon is not meant to be stable. its more like a bleeding edge kde os.19:32
christian_anyone have any suggestions for going about setting up the hard drive on an ubuntu machine for network attached storage?7\19:35
MonkeyDustchristian_  yes, i have NAS, be it an ancient dinosaur19:36
MonkeyDusta NAS*19:36
bekkschristian_: No difference compared to a "regular" setup.19:36
christian_i tried nfs mounting but i'm running 16.04 and i keep getting error messages.  i don't think it's a serious enough problem to go through making a forum post about it so i figured i would come here19:37
bekkschristian_: which exact command do you use, and which exact error message do you get?19:38
christian_sudo mount 192.168.1.134:/var/nfs/general /home/christian/nfs/general/19:38
christian_this is my command, the IP address is correct19:38
christian_mount.nfs: rpc.statd is not running but is required for remote locking.19:39
christian_mount.nfs: Either use '-o nolock' to keep locks local, or start statd.19:39
christian_mount.nfs: an incorrect mount option was specified19:39
bekkschristian_: So did you do what the error message tells you to do?19:39
mustmodifyRedis wants me to set `vm.overcommit_memory = 1`  in /etc/sysctl.conf -- I assume there's some reason it isn't like that initially. What's the down side?19:41
christian_well i've gotten as far as trying to restart statd but it says "Failed to restart statd.service: Unit statd.service not found."19:41
=== EriC^^ is now known as Guest85501
=== Guest85501 is now known as EriC^^
ioriachristian_, have you installed nfs-common ?19:43
christian_on the server or the client?19:43
ioriachristian_,  on the client19:44
christian_yes19:44
ioriachristian_,  and on the server what have youo installed ?19:44
christian_is there a log i can check to see what i have installed?19:46
christian_i've been working on this over a few days so i don't exactly remember19:46
christian_and i'm also new to linux19:46
ioriachristian_,  you should have installed nfs-kernel-server19:46
christian_oh yeah, I have installed that19:46
ioriachristian_,   then check your /etc/exports19:47
ioriachristian_,  on the server, i mean19:47
christian_i have added the following lines to /etc/exports19:48
wish^Ok k1l . So what your saying is, it is not advised to use it for my work machine that i rely on?19:48
christian_i believe i'm getting caught in the spam filter19:48
ikoniawhat spam filter ?19:49
k1lwish^: that is your decision. the kubuntu team makes sure its a stable base and keeps that base for the release time.19:49
christian_the one for this IRC, it won't show my message for what lines i've added19:49
ikoniathre isn't a spam filter19:50
Picichristian_: Please use a pastebin (see topic) if you want to show us a file, don't paste here.19:50
christian_i've added lines /var/nfs/general [IP address of the machine](rw,sync,no_subtree_check)19:50
ikonialet me guess, you started teh line with "/"19:50
Piciikonia: good catch19:50
christian_oh you're right19:51
christian_okay let me go through this again19:51
christian_x /var/nfs/general       192.168.1.134(rw,sync,no_subtree_check)19:51
ikoniachristian_: whats the actual error19:51
ikonialets look at that first19:51
christian_mount.nfs: rpc.statd is not running but is required for remote locking.19:51
christian_mount.nfs: Either use '-o nolock' to keep locks local, or start statd.19:51
christian_mount.nfs: an incorrect mount option was specified19:51
ikoniaok - so there is your first problem, work through those 3 situation19:52
ikoniamake sure they are not valid situations19:52
christian_i've tried starting statd but it says it's not installed on my client19:52
ikoniathat would be a server component19:52
ikonianot a client19:52
christian_it's not there either19:52
christian_Failed to restart statd.service: Unit statd.service not found.19:53
ikoniaok so there is your first problem to address19:53
ikoniathat needs to be on the client and server19:53
christian_how do i install it? is it supposed to come with nfs-common or nfs-kernel-server?19:54
ikoniait's a seperate package19:54
ikoniachristian_: how are you setting this up - eg: what information are you using19:54
ikoniaI assume you're using some sort of guide19:54
christian_https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-16-0419:55
ikoniaughh, another digial ocean guide19:55
dr4c4nhi, can anyone help me with some hdmi overscanning issues?19:56
ioriachristian_,  dpkg -l rpcbind19:56
ikoniawhat version of ubuntu is this ?19:56
christian_excuse the formatting19:57
christian_Desired=Unknown/Install/Remove/Purge/Hold19:57
christian_| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend19:57
christian_|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)19:57
christian_||/ Name           Version      Architecture Description19:57
christian_+++-==============-============-============-=================================19:57
ikoniachristian_: please use a pastebin to share info19:57
dr4c4nwhat I mean to say is, I'm running ubuntu 16.04 from a zotac zbox into an hdmi tv, the problem is there is overcsan on the screen, and I can only partially see the menu on the top and the side. I have tried using transform, and gotten the menu back, but the right hand side, and the bottom are still cut off19:57
DeaDSouLplease guys help me checking those logs to know what causing the system to logs me back out immediately once i logged in ? https://www.dropbox.com/sh/v2xk2lk6cne81s2/AAAlafJA-Yeb_CUQ8zuDAZyBa?dl=019:58
ioriachristian_,  Pici told you to use pastebinit19:58
ikoniawhy pay attention when blind ignrance will get you a reward of support19:58
christian_my second message was pastebin http://pastebin.com/QwxNN0N919:58
ioriachristian_,  sudo service rpcbind status19:59
christian_it says it is active20:00
=== Tintle2 is now known as Dorami-Doraemon3
ioriachristian_,  sudo mount -t nfs serverIP:/path   /client/path/mountpoint20:01
christian_same error message20:02
ioriachristian_,  my experience with fsf ends here, sorry20:03
ioria*nfs20:03
ioriachristian_,  check the ufw, or you mage some error configuration20:04
ioria*made20:04
christian_is it necessary that i have ufw enabled or can i just leave it disabled to expedite the setup process?20:08
ioriachristian_,  if not configured, leave it disabled ... can you try sudo service nfslock  status20:10
christian_says it's inactive on both the client and the server20:10
ioriachristian_,   mmm,   sudo service nfslock  start20:11
christian_oh actually it's says service not found20:11
ioriachristian_,   mmm,   sudo service statd  status20:12
christian_also not found20:12
ioriachristian_,  sudo service rpcbind restart   and try again to mount20:13
christian_same error message as before20:14
=== OS-23447 is now known as w1ntermute
ioriachristian_,  ok, i'm out :]20:15
christian_thank you for your patience.  I've only been using linux for about 2 weeks now20:15
redtuxedocashhow can i turn on my bluetooth?20:15
redtuxedocashi dont have any notification once i clicked bluetooth settings20:15
redtuxedocashon my preferences menu20:16
ioriachristian_,  no problem, you're brave soul :)20:16
MonkeyDustredtuxedocash  install blueman20:16
=== w1ntermute is now known as wint3rmu7e
MonkeyDustchristian_  i remember you being much longer here, like months20:16
redtuxedocashMonkeyDust, it says i have it already20:16
redtuxedocashhow can i open it?20:17
christian_maybe a different christian.  i need a more unique username20:17
redtuxedocashit says that i need to autoremove some related blueman pkg20:18
redtuxedocashwhy?20:18
akikchristian_: try using options "-t nfs4" and "mountvers=4" to use nfsv4. it only uses port 204920:18
=== wint3rmu7e is now known as wint3rmute
akikchristian_: the latter is "-o mountvers=4"20:18
=== wint3rmute is now known as w1ntermute
=== w1ntermute is now known as wint3rmute
akikr20:19
MonkeyDustredtuxedocash  alt f2, blueman20:20
xanguaredtuxedocash: I think you should start from the beginning stating what Ubuntu release and desktop you use, Bluetooth adapter model, is it a dongle?20:21
christian_Operation not permitted20:21
redtuxedocashlubuntu 16.04 i am using20:21
Archeus_hey ppl20:21
Archeus_wht does this command do?20:21
redtuxedocashit is built-in bluetooth20:21
Archeus_rm ~/.config ~/.gconf20:21
redtuxedocashdont have any dongle20:22
redtuxedocashi call it from run command, blueman-manager, dont show anything up20:22
Archeus_??20:23
MonkeyDustArcheus_  rm means remove (delete)20:24
Archeus_oh20:24
Archeus_then wht about the next part ?20:24
ubuntufanboydoes ubuntu have any apps that can track app use? So I can have an idea of my time management lolz. Kinda like steam has hours played in two weeks20:24
Archeus_~/.config ~/.gconf20:24
Archeus_?20:24
MonkeyDustArcheus_  it's the file you'll dlete20:24
MonkeyDustthe files*20:24
Archeus_oh20:24
Archeus_so wht files will be deleted when i run this ?20:25
MonkeyDustArcheus_  the files you just pasted20:25
MonkeyDustArcheus_  https://help.ubuntu.com/community/UsingTheTerminal20:25
Archeus_hmmm20:26
Archeus_thx20:26
MonkeyDustArcheus_  the . means they are hidden files20:26
Archeus_oh20:26
pi___ls20:26
MonkeyDustArcheus_  and ~ means    /home/your_username20:27
Archeus_so wht does / means then ?20:28
MonkeyDustArcheus_  / means root20:28
Archeus_and config means configurations ?20:28
christian_honestly Archerus_ it doesn't look like a very good command to run20:30
MonkeyDustArcheus_  find plenty bash tutorials with your favorite search engine, here's one ... http://ryanstutorials.net/linuxtutorial/20:33
Archeus_thx20:33
OerHekshttps://help.ubuntu.com/community/LinuxFilesystemTreeOverview20:34
vinberdonhello20:34
=== christian_ is now known as WhiteWhale
Bray90820Is this how I would run backup at 3AM everyday but sunday?20:47
Bray908200 3 * * * mon-sat /root/Backup.sh20:47
Bray90820In a corontab20:47
OerHeksBray90820, man 5 crontab20:48
* OerHeks hates crossposting while been answered in ##linux 20:49
=== jstewart is now known as fudoreaper
=== RalphBa is now known as RalphBa|smoking
Grorcoif I use compiz as a window manager in ubuntu mate, why isn't compiz able to control the workspaces?20:57
ph88is it ok to use  tee  to write core dump to file and pipe into crash manager ?20:58
ph88how do i get access to  /proc/sys/kernel/core_pattern  ?  sudo is not working (using zsh)20:59
=== RalphBa|smoking is now known as RalphBa
YankDownUnderGrorco: Are you sure that compiz is actually being used as a replacement window mangler for marco?21:00
=== Crixus|afk is now known as Crixus
=== never2far is now known as Guest82261
trismph88: if you are trying to use > it won't, you could do something like: echo funcorefilename | sudo tee /proc/sys/kernel/core_pattern;21:03
GrorcoYankDownUnder, I forgot I was having problems with it not working every time, I don't remember how to check now21:03
ph88i want to get core dumps so i can put them in gdb21:04
ph88should i use apport utilities instead ?21:04
ph88trism, i had this:  sudo echo "tee /var/cores/core.%e.%p | /usr/share/apport/apport %p %s %c %P" > /proc/sys/kernel/core_pattern21:04
ph88but i'm afraid i will break ubuntu this way21:04
trismph88: that won't work because your zsh is not root21:04
ph88maybe i should use  sysctl ?21:05
trismph88: and the shell is doing the redirect21:05
drrochethello all21:05
trismph88: sudo is only execing echo21:05
drrochetuser and samba question21:05
ph88trism, how can i sudo the entire line ?21:05
drrochethaving a major problem in sharing a drive on my DIY server with the rest of my network21:05
YankDownUnderGrorco: Read through this - good info and tips: https://www.maketecheasier.com/replace-mate-window-manager-with-openbox/21:06
trismph88: do it the other way around with tee as I wrote above or use sudo -i to get a shell instead21:06
drrochetI have samba setup and I can "see" the shared folder on both PC and Mac devices but I cannot login21:06
drrocheteverytime i try to change permissions, I am told that i dont have the authority....21:07
YankDownUnderdrrochet: "cannot login" is rather ambiguous...can you be more specific?21:07
drrochetbrb21:07
elias_aburb21:07
ph88trism, i think my idea wouldn't work because of the man page on core dump: http://manpages.ubuntu.com/manpages/precise/man5/core.5.html  it's not a full shell instruction but something with simple syntax picked up by the kernel21:07
ph88-- Apport writes core dumps to /var/crash/_path_to_program.userid.crash, BUT it will only do so for applications installed from the main ubuntu apt repositories. --21:09
GrorcoYankDownUnder, dconf shows that compiz is the window manager21:09
ph88ok that's fine for now21:09
ph88hhmm no it's not fine21:11
ph88the .crash file is not the actual core dump !!21:11
ph88apport-unpack: Unpack a report into single files (one per attribute). This is most useful for extracting the core dump.21:11
ph88breadcrumbs everywhere21:11
murphy_im trying to edit the OEM automated install but there is a project.cfg and preseed.cfg. which one is used?21:12
YankDownUnderGrorco: So technically, you would change the "workspaces" to "1" in Mate, and then use CCSM to configure however many "desktop workspaces" you require (in compiz) - and that would, or rather, SHOULD change the environment to suit...hmm?21:12
GrorcoYankDownUnder, yeah it didn't work :(21:13
DonkeyHoteiseems like nobody monitors #ubuntu-bugs so who can nominate for sru?21:14
=== solveig is now known as AuroraBorealis
GrorcoYankDownUnder, I'll try changing it then logging in/out that fixes everything :)21:15
YankDownUnderGrorco: Right oh (yeah, thought you'd say that) - well, then this would be a good question to ask in #ubuntu-mate - and something worth digging through...I'll assume you've logged out and logged back in to make sure that "compiz" is supposed to be the window mangler, right?21:15
Grorcowhat is ntpd?21:18
DonkeyHoteinetwork time protocol daemon21:18
YankDownUnderGrorco: "Network Time Protocol" daemon (ach...beat me to it)21:19
Grorcothat crashes every time I log in, but that kinda makes sense21:19
YankDownUnderGrorco: Er...do you do a bit of time travelling or do you live near a black hole?21:20
GrorcoYankDownUnder, I'm the Doctor21:21
Grorco:)21:21
=== dean is now known as Guest19971
DonkeyHoteiseems like nobody monitors #ubuntu-bugs, so who can nominate for sru?21:21
YankDownUnderGrorco: Well, then that answers that question don't ya know.21:21
OerHeksDonkeyHotei, bug usually go through a launchpad message, not irc channel21:22
DonkeyHoteiOerHeks: how?21:22
OerHeksDonkeyHotei, by filing a bugreport?21:22
OerHeks!bug21:22
ubottuIf you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.21:22
DonkeyHoteiOerHeks: bug report was filed years ago21:22
tgm4883DonkeyHotei: link?21:23
DonkeyHoteitgm4883: bug 124752821:23
ubottubug 1247528 in xserver-xorg-video-intel (Ubuntu) "Build and distribute intel-virtual-output" [Undecided,Confirmed] https://launchpad.net/bugs/124752821:23
DonkeyHoteiit was fixed in utopic but not in trusty lts21:24
GrorcoYankDownUnder, compiz wasn't running, I just started it through the terminal :( but still doesn't seem to have control of workspaces21:24
OerHeks!info xserver-xorg-video-intel trusty21:25
ubottuxserver-xorg-video-intel (source: xserver-xorg-video-intel): X.Org X server -- Intel i8xx, i9xx display driver. In component main, is optional. Version 2:2.99.910-0ubuntu1.6 (trusty), package size 583 kB, installed size 2823 kB (Only available for amd64; i386; kfreebsd-amd64; kfreebsd-i386)21:25
tgm4883DonkeyHotei: and it probably won't ever be in trusty official PPA's21:25
YankDownUnderGrorco: Fire up the ccsm and see if after you've made changes in the desktop settings it allows you to have control over the workspaces in Mate...hmm?21:25
DonkeyHoteitgm4883: it meets the requirements for sru21:25
tgm4883DonkeyHotei: uh, are you sure?21:26
OerHeksDonkeyHotei, so it is not fixed in  2:2.99.910 ??21:26
DonkeyHoteitgm4883: i verified and reverified21:26
tgm4883DonkeyHotei: perhaps it falls under "other safe cases"21:26
DonkeyHoteiOerHeks: upstream version is irrelevant, this is a packaging mistake21:27
=== water123_ is now known as water
philectrohmm hello21:29
=== water is now known as water1234
philectroit's possible to read netflix on ubuntu 16.04 ?21:29
philectro i have change the user agent on firefox and it doesn't work at all21:29
=== water1234 is now known as xwater
xanguaphilectro: you can see Netflix with Google chrome, and apparently with Firefox soon™21:30
rexwin_is there a way to direct a dynamic txt file output to an ods file?21:30
xanguaYou can't see DRM protected video in Firefox for Linux right now philectro21:31
philectrobut there is site, like ubuntu-fr who say that netflix works on firefox < and 48 :/21:31
=== xwater is now known as ercx2x
philectroxangua, yes it's exactly what i though21:31
philectrohope next month is released 4921:31
GrorcoYankDownUnder, well now I can't change either size ugh21:34
YankDownUnderGrorco: "...can't change either size" - not sure I understand, mate...have to be slightly more specific...21:34
ercx2xhey anyone have any good sites to find part time work doing web dev? I want to supplement my fullstack 9-5 job .21:34
ercx2xwhopse wrong channel21:34
DonkeyHoteitgm4883, OerHeks: can either of you nominate the bug for sru?21:35
GrorcoYankDownUnder, sorry now I can't get more than one desktop using compiz or the workspace switcher on the lower panel21:35
YankDownUnderGrorco: Have you looked in the lower section(s) of ccsm and looked at all the "window manager" specific configurations and work-arounds? I remember going through this - I had initially some issues, but it was my "forgetfullness" to double-check things...21:36
OerHeksDonkeyHotei, no, i can only confirm the bug, besides i am not sure how is a problem, as there has been fixes out there.21:39
tgm4883DonkeyHotei: I can't, but that bug description doesn't look like it is in proper SRU format anyway21:40
OerHeksthere are many version  2.99.904 now, 2:2.99.904-0ubuntu2 and 2:2.99.904-0ubuntu2.1  ...21:41
claudioheloo21:44
mustmodifyIt's funny how I'm really advanced in some areas of linux and other times I feel pretty stupid. Question: I downloaded and compiled Redis. Now the binaries are in /usr/local/bin. Should I copy the files from ~/downloads/redis-stable to somewhere like /etc/redis ? I know I at least need somewhere to store redis.conf.21:47
maszloI went to upgrade from 14.04 to 16.04 and the upgrade failed. Because I was remote of the server rebooted and now having trouble getting things back up for fixing it. It doesn't recognize eth0 now. Can I resolve this from livecd?21:48
wildskies21Hi guys I'm having trouble dual booting Ubuntu on my windows 8 laptop21:49
wildskies21I tried using boot repair but I got nothing21:49
maszloI have found this, but when I bring up tty1 it's prompting to login and not finding how to login to livecd. https://help.ubuntu.com/community/LiveCdRecovery21:51
wildskies21Also here's the pastebin link from the boot repair http://paste2.org/d5KmB2Pa21:53
Bashing-ommaszlo: Naming convention in 16.04 is changed: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ .21:53
wildskies21Literally at this point I'm just about done with Windows but idk if I'm ready to scrap it right away21:56
maszloBashing-om: ifconfig doesn't show anything besides lo, don't see how to bring things up21:56
Bashing-ommaszlo: Server, right ? Check /etc/network/interfaces .21:57
maszloOnly thing in that file is loopback21:59
Bashing-ommaszlo: That ^ "assumes" that there is no GUI - network-manager -  installed .21:59
maszloI only have cli, yes21:59
DonkeyHoteitgm4883: is it better now?21:59
superfly_hello22:00
Bashing-ommaszlo: K; as this is CLI .. need that file made up . 1st need to identify the interface name . what returns ' ip route show ' ?22:01
superfly_quit22:02
tgm4883DonkeyHotei: yea that looks better.22:02
superfly_-22:02
maszloI get no results with that command. Excuse and delay or such, am connected to irc from mobile22:04
DonkeyHoteitgm4883: what's the next step?22:05
tgm4883DonkeyHotei: did you send an email to the bug team?22:05
DonkeyHoteitgm4883: what's the address?22:06
Bashing-ommaszlo: Understood on the diffuculties . OK, let's try ' sudo lshw -C network ' the name should be in the logical name field .22:06
maszloFound ethtool app, weird that is shows 'link detected : no'22:06
tgm4883DonkeyHotei: ubuntu-bugcontrol@lists.launchpad.net22:07
ikoniathat means there is no link22:07
DonkeyHoteitgm4883: what is the format of the message to send?22:07
maszloThe lshw shows network disabled22:08
tgm4883DonkeyHotei: I have no idea, I'm taking this all from the SRU page22:08
maszloIt does show the logical name as eth022:08
Bashing-ommaszlo: Curious, yeah .. ok let's drop down to the hardware level ' ls /sys/class/net ' .22:08
maszloResults of that is lo and eth022:09
=== cockerspaniel is now known as muskrat
rexwin__when I try to login as root I get su: Authentication failure, I have not created or setup root password22:10
tgm4883rexwin__: don't login as root22:10
genii!root | rexwin__22:10
ubotturexwin__: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo22:10
maszloIfup gives me, ignoring unknown interface eth0=eth0 which is strange22:10
maszloIfup eth0 that is22:11
rexwin__it is a VM, i dont want to sudo everything22:11
ikonianot strange if there is no et0 interface22:11
Bashing-ommaszlo: eth0 is not at all expected .. in systemd (16.05) there "should' be the new naming convention . Not to say we can not try and activate eth0 . we can try !22:11
ikoniarexwin__: then learn the basics of how you mange the OS you've installed22:11
maszloBut /sys/class/net says there is eth0, guess was drawing my own conclusions22:12
DonkeyHoteitgm4883: thank you!22:12
maszloAnd lshw shows the logical name as eth022:14
maszloI'm stuck in off the network purgatory22:15
rexwin__I have another ubuntu 15 version which allows root login(su -)22:15
ikoniarexwin__: no it doesn't22:15
ikoniayou have to configure it22:15
rexwin__this is ubuntu 1622:15
ikoniathe same as every other ubuntu release22:15
rexwin__okay, I will google it.22:15
ikonianot really learning, but whatever you think is best22:15
Bashing-ommaszlo: My working file . http://paste.ubuntu.com/23065811/ ya want something similar .. where I am eth1 .. make yours eth0 .22:15
Bashing-ommaszlo: ^^ sorry that be /etc/network/interfaces22:15
bekksmaszlo: take a look at "sudo ifconfig -a" to see which interfaces are there.22:16
Bashing-ommaszlo: Again, assumming that network-manager is not a part of this equation .22:16
maszloI see eth0 in ifconfig -a22:19
maszloHave updated the /etc/network/inteterface and restarted the networking service, still not coming up22:20
maszloBut with ifup got it up now!22:21
maszloWill post pack in a bit, going to try some apt-get stuff22:22
NeuiDoes anyone know where are the *.mount files are?22:23
RNevillehow do you determine your gateway ip address using ifconfig , pls22:23
GrorcoYankDownUnder, Well I got it to work for openbox22:25
=== muskrat is now known as cockerspaniel
=== Three_Thor is now known as _3Thor
maszloApt-get update gave me a bunch of warnings, sources are really restricted so did a -f upgrade and will see where this lands22:26
ikoniathat sounds like a bad idea22:27
ikoniaunderstanding the warnings is important22:27
ikoniarather than blindly using -f22:27
Grorcomaszlo, I hope none of them cause prostate cancer!22:27
YankDownUnderGrorco: For *me* - in the end - after trying to get things "exactly" as I want them to be, I switched to XFce as the desktop with compiz as the window mangler...less hassle...but that's just me, mate...22:28
maszloIf coming out of a failed upgrade wouldn't that be necessary to correct the depenacies?22:28
ikoniamaszlo: depends on the errors22:28
ikoniamaszlo: thats why I said understanding the errors is important before blindly trying to force updates22:28
maszloMulti arch warnings22:28
ikoniathats important22:29
mustmodifyIt's funny how I'm really advanced in some areas of linux and other times I feel pretty stupid. Question: I downloaded and compiled Redis. Now the binaries are in /usr/local/bin. Should I copy the files from ~/downloads/redis-stable to somewhere like /etc/redis ? I know I at least need somewhere to store redis.conf.22:29
ikoniamustmodify: it's your box22:29
ikoniaput things where you want22:29
NeuiDoes anyone know where are the *.mount files are?22:30
ikoniamustmodify: you built the package from source, so you know what it's expecting where22:30
ikoniaNeui: what are you trying to do22:30
ikoniaI have no idea what a .mount file is22:30
Neuiikonia: It seems that i get to the emergency mode because mount-cdrom.mount fails (due no CD in the drive)22:30
ikoniaNeui: that seems unlikley22:30
ikoniaand again a "mount" file ??22:31
mustmodifyIkoru: I feel like that isn't really addressing my question. Is it conventional to move those things to /etc to have them around? What's the best practice?22:31
mustmodifyHow would I go about making that decision? Help me fish here. Don't tell me I have no fish.22:31
Grorcocan you start an app on a different workspace from terminal?22:31
ikoniamustmodify: it's answering your question very clearly22:32
ikoniamustmodify: as it depends how you built it22:32
ikoniamustmodify: so it's your box, your build, your config22:32
Neuiikoia: But as soon the error occurs, i see that things are shutting down and the emergency mode goes up, where that is the only error/failure in the log22:32
ikoniain what log22:32
maszloMustmodify: I always thow that stuff in /opt22:33
naccNeui: mount-cdrom.mount isn't a file, I believe that's a service name22:33
ikoniayou can't just throw it in /opt22:33
ikoniathats just asking for a problem22:33
Neuiikonia: It tells you to use journalctl -xb, where it displays you the log22:33
ikoniaNeui: so what service does it say is in an error state ?22:33
mustmodifyikonia: why?22:33
ikoniamustmodify: why what22:33
maszloThat is where have ran eagle and Androidsdk from for years.. Okay I will shut up22:34
ikoniamaszlo: that is a totally different situation than mustmodify modify has just said he's done22:34
Neuiikonia: Wait i'll connect to irc using phone and recheck log22:34
mustmodifywhy is throwing it in /opt "asking for a problem"?22:34
naccmustmodify: if you're just asking if your build of redis is looking for the configuration file in /etc/redis, the answer is probably yes; but it's possible you compiled it differently (so it's not guaranteed). If you're asking if the files in your system's ~/downloads/redis-stable directory should be placed in /etc/redis, it's nearly impossible for us to answer that.22:35
ikoniamustmodify: did you tell the application to use /opt to parse config files and data22:35
Bashing-ommaszlo: Might be a good odra to look at ' /etc/apt/sources.list ' .. also what returns for ' lsb_release -a ' ?22:35
maszloBashing-om: I did check that both are 16.04.122:36
Newboywhats up22:36
Bashing-ommaszlo: :))22:36
mustmodifynacc: I'm not asking how to make redis work. I have upstart configured to look for a file in /etc/redis/redis.conf, so I know I need that there. The question is whether it's conventional to copy over all the non-binary files after compiling. And if so, why is that the convention?22:36
ikoniamustmodify: it's totally up to you and depends on how you built the application22:36
naccmustmodify: there is no 'convention' as to what you're asking22:38
naccmustmodify: at least, that i understand from your question22:38
mustmodifyok22:38
naccmustmodify: there is probably an example configuration file22:39
Neuiikonia: media-cdrom.mount: Process exited, code=exited status=32; Failed to mount /media/cdrom; Dependency failed for Local File Systems; ...; media-cdrom.mount: Unit entered failed state22:39
bluenemohi guys. I installed 16.04 + nvidia drivers for my gtx 950. the onboard sound card now longer shows in the unity sound control and pavucontrol, only nvidia hdmi (which I dont want to use).22:40
bluenemohow do I get my sound back? :)22:40
ikoniaNeui: have you put that in your fstab by any chance ?22:41
bluenemoit was working before I installed the driver via software-settings-something (gui)22:41
Neuiikonia: Yes so i could mount it as user22:42
ikoniaNeui: ok - so you've not configured that correctly22:42
Bashing-ombluenemo: This driver : http://www.nvidia.com/download/driverResults.aspx/105343/en-us ?22:42
ikoniaNeui: remove the line from fstab22:42
ikoniaor put a cdrom in22:42
maszloThanks guys for the help. This was the first major issue with upgrade have ran into in the past 11 years of ubuntu. Glad I ran away from fedora core when I did22:43
ikoniaerrr thats just a silly statement22:43
Bashing-ommaszlo: Glad to help .. all smooth now ?22:44
bluenemoBashing-om, it shows it in "additional drivers" gui as version 361.42 from nvidia-36122:44
maszloYep back in action. Hopefully don't have issues with php7, noticed that this version made the jump22:45
maszloWill test that stuff later22:45
Bashing-ommaszlo: Great .. as to server apps .. might pay to heed the release notes cavaets .22:46
Bashing-om!info nvidia-36422:46
ubottuPackage nvidia-364 does not exist in xenial22:46
Bashing-om!info nvidia-36122:47
ubottunvidia-361 (source: nvidia-graphics-drivers-361): NVIDIA binary driver - version 361.42. In component restricted, is optional. Version 361.42-0ubuntu2 (xenial), package size 37848 kB, installed size 163365 kB (Only available for i386; amd64; armhf)22:47
Neuiikonia: I looked up the man page and added noauto and it booted correctly22:48
Bashing-ombluenemo: Maybe not the best idea here . but Nvidia do recommend the 367 version driver . It is availabale in our trusted PPA .22:48
=== peterg is now known as Guest2581
bluenemoBashing-om, how do I add that again?22:51
bluenemobtw this didnt work: http://askubuntu.com/questions/731958/onboard-audio-not-working-after-graphics-drivers-set22:52
Bashing-omBKuhl: I prefer ' sudo apt purge nvidia* ; sudo rm /etc/X11/xorg.conf ; sudo add-apt-repository ppa:graphics-drivers/ppa ; sudo apt update ; sudo apt-get install nvidia-367 ; sudo apt upgrade ; sudo reboot ' .22:56
MojtabaHello, I am using system proxy by ssh, and the problem is that thunderbird gives me connection refused for gmail. Do you know what should I do?22:56
bluenemoBashing-om, got it to work :) overlooked a bios setting. wasnt needed before the new card though.. thank yiu :)22:57
wildskies21Got it to work!22:57
Bashing-ombluenemo: Great ! .. pleased that what is in the repo works - that is the better course .22:58
transhumanhi i am trying to reinstall a laptop with efi secure boot enabled I have the 2 boot passwords to run the current install but when I try to boot from a usb 16.04 it wont allow me to actually click on continue to allow it to erase is this an efi bios problem?22:59
transhumanto clarify I want to erase the current install and upgrade to ubuntu 16.04 since I dont have the root password of the current install and nothing needs to be preserved anyways23:00
=== Guest2581 is now known as banksiaboy
transhumancant chroot to the drive to recover root password either cause it mounts the drive as a folder it calls EFI and wont let me do an ls -al on the folder23:01
=== solveig is now known as Clarissa
KraghotHi guys23:13
KraghotI have an x86 tablet and I mamaged to boot ubuntu on it, however, the usb otg doesnt work so I have no keyboard23:13
Kraghothow would I go about fixing that??23:14
OerHeksexternal keyboard perhaps?23:14
KraghotI have connected it but the usb port (otg) dies as soon as ubuntu boots, but works in bootloader :/23:15
OerHeksKraghot, what tablet is this?? sure there are more users with the same issue23:16
KraghotOerHeks its a Teclast X98 pro23:16
KraghotIts a really cool tablet but this is driving me nuts. A couple of months ago I booted Arch and the port worked, but now it doesnt both on Arch and Ubuntu23:17
OerHekssome linux posts suggest to use a powered usb-hub ...23:20
KraghotOerHeks I am using a powered USB hub :/23:23
KraghotReally dont know what else to do.23:24
OerHekswell, it is an 332 bit uefi device, that you have booted ubuntu on it, i think it wasn't in efi mode, but legacy bios... else i have no clue there23:26
KraghotRead somewhere that otg is sometimes default for debugging, how could I disable it23:26
OerHeksc/32 bit23:26
Kraghotactually its a bay trail processor which is the first atom generation to support 64bit uefi, so its booting 64 bit23:26
ivanI am seeing applications take many seconds to load fonts after installing xenial updates from the last day (including apparmor-profiles), is this a known issue?23:27
KraghotSome people have tried it on cherry ttail and that caused them some problems23:27
ivanstrace -ff suggests something is really broken with font loading23:27
OerHeksivan, i got a fontconfig update today http://www.ubuntu.com/usn/usn-3063-1/23:28
ivanah, yes, that would probably be it23:28
ivanthis is a lot worse if you have a lot of fonts installed. but it's still pretty bad after I moved out the big ones23:29
ivanit seems like there is no cache now23:29
ivanmaybe because I use ~/.local/share/fonts23:30
KraghotCorrection I have cherry trail which supports 64 bit uefi. Bay trail has the 32 bit uefi and is a 64 bit device xD23:35
=== JanC_ is now known as JanC
ivanoops, I went to downgrade to working fontconfig packages with  apt-get install fontconfig-config:amd64=2.11.94-0ubuntu1 fontconfig:amd64=2.11.94-0ubuntu1 libfontconfig1:amd64=2.11.94-0ubuntu1 libfontconfig1:i386=2.11.94-0ubuntu1     but apt-get decided to remove libcairo2-dev libfontconfig1-dev libgtk-3-dev libpango1.0-dev libvte-2.91-dev libxfce4ui-2-dev23:39
ivanlibxft-dev xorg-dev23:39
Kalandrakhaaaaaaa23:42
=== gms is now known as Guest20404
k12I've installed ubuntu in a virtual machine. Fsr I cannot run dpkg --configure -a to fix dpkg. I get this error:23:47
k12dpkg: error: parsing file '/var/lib/dpkg/updates/0012' near line 0:23:47
k12 newline in field name '#padding'23:47
k12How do I fix this?23:47
Adam_MAre you using a clean install of Ubuntu?23:47
Adam_MAnd which version are you using23:48
k12Ubuntu 16.04 xenial23:49
k12And this was a base install of ubuntu that I installed ubuntu studio desktop on.23:49
k12So... not sure how to fix this.23:52
Adam_MWhen did you install the VM copy of Ubuntu23:55
k12A week or so, ago.23:55
Adam_Mdid you have any problems other than trying to fix dpkg?23:55
k12No.23:56
k12dpkg is the only thing acting up, atm.23:56
Adam_MAre you able to go onto that copy of Ubuntu and try configuring dpkg?23:56
k12Not sure. I don't know where the config is.23:58
Adam_MOpen a terminal and type "sudo dpkg --configure -a"23:59

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