/srv/irclogs.ubuntu.com/2017/08/05/#ubuntu.txt

F4RR3LLJordan_U: what is the proper way if I may ask?00:00
Jordan_UF4RR3LL: To make your script executable, have the first line be "#!/bin/bash", and use ExecStart=/tmp/ip.bash00:01
F4RR3LLJordan_U: ooh ok nice tips. Thanks. ^^00:01
Jordan_UF4RR3LL: Oh, and make sure that you have "export ALL_PROXY" on its own line in the script as well.00:01
Jordan_U(Without export it will *not* work)00:02
F4RR3LLJordan_U: yeah I forgot the export xD00:02
F4RR3LLlet me add it and try again00:02
F4RR3LLJordan_U: I think its working now00:04
F4RR3LLservice started script and script executed command to fetch ip and then to save it in a file00:04
F4RR3LLi checked the ip.log where it saved the ip and it fetched the public fake ip00:05
F4RR3LLJordan_U: So all this trouble for almost 1 day with just an export all proxys lol00:06
F4RR3LLJordan_U: thank u very much man. I've learned something00:06
Jordan_UF4RR3LL: You're welcome :)00:06
F4RR3LLJordan_U: now let me fix my service script with the proper way =D00:07
F4RR3LLJordan_U: now conky desktop app read the file with the correct value and displays it on my desktop refreshing each hour00:08
Jordan_UF4RR3LL: Yay! :)00:09
oerheksnow log it00:09
F4RR3LLoerheks: log what? :P00:09
oerheksThat was your original question, how to display and log?00:10
F4RR3LLscript logs already the ip from tor node00:10
F4RR3LLand conky app reads it and displays it on desktip00:10
F4RR3LLill make a screenshot on how it looks like00:11
oerheksoh right, i read the last 6 lines or so00:11
F4RR3LLwhat app do u use for irc?00:12
F4RR3LLI use irssi00:12
oerheksirssi/weechat for tty, i use hexchat mostly00:13
=== Zren_ is now known as Zren
tomtom45hello00:14
tomtom45I am running 14.04 and get my rc.local to run on boot00:14
tomtom45any advice?00:14
F4RR3LLJordan_U:00:15
F4RR3LLoerheks:00:15
F4RR3LLit looks like this00:15
F4RR3LLhttp://storage9.static.itmages.com/i/17/0805/h_1501892096_4851114_1b5b8d524c.png00:15
tomreyntomtom45: your question / goal is unclear, please rephrase and provide mroe context.00:15
tomtom45ok00:15
tomtom45I want to run a few commands on bootup, I have them defined in my rc.local filr00:16
tomtom45file00:16
tomtom45when I reboot the commands do not run00:16
Jordan_Utomtom45: Please pastebin your /etc/rc.local .00:16
oerhekstry sudo sysv-rc-conf and check out if rc.local is enabled00:16
tomtom45sudo: sysv-rc-conf: command not found00:17
F4RR3LLwow shutter app is a nice desktop img capture.00:17
F4RR3LLi love linux :D00:17
tomtom45https://pastebin.com/N1HXDyU000:18
Jordan_Utomtom45: What is the output of "[ -f /home/ubuntu/sanjayInstaller ]; echo $?"   ?00:20
tomtom45nothing00:21
tomtom45that  file does not exist00:21
Jordan_Utomtom45: Copy and paste exactly the command I posted. It will output a number.00:22
tomtom45; echo 130: No such file or directory00:22
donu7@Jordan_U, just as an update -- you were right on installing ubuntu. If you recall my issue from earlier, the ubiquity installer does not complain if, on a drive, you create a partition, set up luks on the partition, then set up LVM on that (luksOpen'd) partition for root and swap. However, ubiquity installer is crashing saying bootloader cannot be installed on /dev/sda1 which is a plain partition :/00:23
Jordan_Udonu7: Do not try to install grub's boot sector to /dev/sda1, grub's boot sector should always go in the MBR, /dev/sda .00:23
F4RR3LLgeeks vampires not sleeping :P00:24
donu7weird -- the docs i read up on mentioned specifically to install to sda100:24
donu7interesting. i'll try it00:24
F4RR3LLgrub always goes to sda :P00:25
Jordan_Utomtom45: You need to run the command on one line like I have it, and without the quotation marks.00:25
tomtom45100:26
Jordan_Udonu7: That said, I expect that if you change nothing else grub-install will still fail.00:26
Jordan_Utomtom45: Great.00:26
Jordan_Utomtom45: How are you checking if the commands are running?00:27
tomtom45if they run they would register with my server00:27
tomtom45if I run the command on its own it runs00:28
Jordan_Utomtom45: Do you really intend for wget to download files into your root directory? (That is the default working directory for rc.local)00:28
tomtom45as long as the script works it doesnt matter much to me00:29
tomtom45these are honeypots00:29
tomtom45they are made to be hacked00:29
Jordan_Utomtom45: If you don't have an internet connection by the time rc.local runs then the first wget command could fail, which would prevent all of the other commands from running due to the use of && .00:30
tomtom45how can I run it after network is up?00:31
donu7i dont get it, i'm not seeing any errors in logs either why is install failing :/00:33
Jordan_Udonu7: Are you still booted into the liveUSB session where you had the failed installation attempt?00:35
donu7yes00:35
donu7ubiquity is crashed and won't accept any input despite asking me to choose a different device to install the bootloader into00:36
F4RR3LLwhat i have learned from experience, it is better to make a bootable usb stick of a linux distro from a linux computer system based. Making a bootable usb on windows will always end up with grub install failure.00:38
F4RR3LLand its very easy to make a bootable usb on linux. Grub install success always :)00:38
Jordan_Udonu7: Please pastebin /var/log/installer/debug .00:38
donu7http://paste.ubuntu.com/2524359900:40
tomtom45how can I run it after network is up?00:41
F4RR3LLJordan_U: how long have u been using linux?00:43
Jordan_Udonu7: Please pastebin /var/log/syslog .00:44
Jordan_UF4RR3LL: About 14 years I think.00:44
F4RR3LLJordan_U: u must be pr0 or challenger in linux xD00:45
F4RR3LLJordan_U: I guess u know beautifulsoup as well?00:45
donu7Jordan_U: paste.ubuntu.com/2524362000:46
Jordan_UF4RR3LL: You mentioning it now is the first I've heard of it.00:48
EldonMcGuinnessHi all, I'm trying to script a post installation script and wanted to know if there is a way to set a user as not to need a password on login via cli00:48
EldonMcGuinnessI know I can use lightdm to autologin, but that is not quite the same effect00:48
F4RR3LLJordan_U: seriously?00:48
F4RR3LLlol00:48
Jordan_UEldonMcGuinness: https://askubuntu.com/questions/281074/can-i-set-my-user-account-to-have-no-passwod . Note that I'm skeptical that doing so is actually a good idea.00:51
oerheksyou could generate ssh keys00:52
EldonMcGuinnessok I found it `sudo usermod -a -G nopasswdlogin <USERNAME>`00:52
EldonMcGuinnessIn this case it is warranted as it is a student account that any user should be able to sitdown and login to00:53
EldonMcGuinness;)00:53
EldonMcGuinnessconversely removing the user from the group does away with the passwordless login00:55
plut0Trying to setup auto-login for Ubuntu 16.04, it worked until I upgraded. Getting this error in .xession-errors, what is wrong? https://pastebin.com/kzFCkjQy00:56
probohi all00:57
EldonMcGuinnessdist upgrade kill a lot of machines I was working on tody00:58
donu7welp i have no idea. i tried manually installing grub which highlighted a few issues but i'm not sure how to get ubiquity to install and don't know what i'm missing :/00:58
EldonMcGuinness14.04 -> 16.0400:58
proboCan i enable the command windmill graphics card?00:59
psychoticwarriorgrub-install </device>00:59
psychoticwarriorupdate-grub00:59
psychoticwarriorupdate-initramfs -u00:59
psychoticwarriortry that00:59
donu7before grub was installed, /boot had proper initramfs images and kernel images. after grub-install finally succeeded, it deleted the initramfs and kernel images01:00
donu7i'll try it tho in a minute and see what happens01:00
proboafter sleep asus windmill graphics card dont work01:01
proboi always must then restart01:01
Jordan_UEldonMcGuinness: How did you upgrade?01:03
EldonMcGuinnesswell the first few I did do-dist-upgrade, the remainder I did using the update app01:04
Jordan_UEldonMcGuinness: Do you use any ppas or other third pary repositories?01:04
EldonMcGuinnessIt was a crap shoot really, lots of them threw random errors on login, others were missing packages that would not work.01:04
EldonMcGuinnessNope, just plain old Ubuntu01:04
EldonMcGuinnessBase install with no extra ppas01:04
EldonMcGuinnessNot a big deal as it gives me a reason to replace ubuntu with ubuntu mate01:05
donu7yeah the install is missing kernel images01:07
donu7initramfs is updated just fine but there's no images in /boot :/01:07
psychoticwarriordon7 whats it missing?\01:07
psychoticwarriortry update-grub01:07
donu7to clarify, i ran the ubiquity installer and it crashed trying to install bootloader to either /dev/sda and /dev/sda1 however it left a couple kernel images and initrd images in there01:07
Jordan_Udonu7: You are looking in /target/boot/, and /target/boot/ is still mounted (since it's a separate partition)?01:08
donu7I manually checked by mounting root to /mnt and boot to /mnt/boot01:08
donu7to get grub-install, grub-update and updateinitramfs working i also mounted using `mount -o bind` for /{proc,sys,run,dev}01:08
oldtimebanjohey anyone a member of the ubuntu wiki team, there's a typo on https://help.ubuntu.com/community/InternetRelayChat under the section "Console baseD"01:09
donu7there were errors about /etc/default/grub not having enable_cryptodisk=enabled=1 set which i fixed and grub-install worked but it wiped out the kernel/initrd images in /boot01:09
donu7(which in this case is /mnt/boot but im implying being chrooted in /mnt)01:09
Jordan_Udonu7: Sounds like /boot/ wasn't mounted when grub-install was run. If you don't mount /boot/ I expect you'll find that /mnt/boot/ contains your "missing" kernel and initramfs images.01:11
donu7i did mount boot, i made that mistake at first and grub-install was throwing errors. that's when i realized i didn't have /boot mounted into the chroot environment01:12
psychoticwarriormount <device>01:12
Jordan_Udonu7: You did set the mountpoint for your /boot/ partition to"/boot/" in the installer, right?01:12
donu7correct01:12
donu7altho, i set mountpoint for /dev/sda1 to /boot and then tried specifying in ubiquity to install the bootloader to /dev/sda1 (which crashed). I then tried the same thing but specifying install bootloader to /dev/sda which also crashed01:13
=== Schnabeltierchen is now known as Guest99953
=== Schnabel1 is now known as Schnabeltierchen
psychoticwarriorwhat i do is grub-install /dev/sda01:13
psychoticwarriorit works then01:13
psychoticwarriordo you get any errors after running grub-install01:14
donu7no, it completes without errors but then i have nothing in /boot/ besides grub01:15
donu7no kernel image and no initramfs image01:15
psychoticwarriorhuh01:16
donu7I'm going to give up on this and try again next week. I need to get home, wife is pissed i'm an hour and a half late01:16
psychoticwarriorthats weird01:16
Bashing-omoldtimebanjo: "that Irssi" s/b than ?01:16
psychoticwarriori have a list of kernel images in mine01:16
donu7but i really appreciate your help psychoticwarrior & Jordan_U you've really helped me find my footing here <301:16
psychoticwarriornot sure whats wrong with yours01:16
donu7ditto but that's going to be a discussion for another day01:16
psychoticwarriorfor sure01:16
Jordan_Udonu7: Is there a kernel and initramfs in /mnt/boot/ when you don't have the separate /boot/ partition mounted there?01:16
oldtimebanjoBashing-om: shouldnt it be "than Irssi"?01:16
Bashing-omoldtimebanjo: Yep, I agree . see what I can do .01:17
Jordan_Udonu7: If so, that would confirm that the failure was due to it not being mounted when the installer was running (for some reason).01:17
oldtimebanjoBashing-om: oh i read what you said wrong, yeah you are right01:17
donu7@Jordan_U, there was yes which i found weird. I don't recall how its contents compared to what was in the correct "boot" partition.01:17
donu7Just to clarify01:17
psychoticwarriorwhy dont you copy whats in /mnt to /boot01:18
donu7i have root and boot not mounted to any directory when running ubiquity. I just unlock the luks drive (that contains root) and boot is a plain partition01:18
psychoticwarriorif its kernel images01:18
donu7so, when running ubiquity, are the /boot (/dev/sda1) and root (/dev/mapper/lvm-root) supposed to be mounted somewhere?01:18
donu7psychoticwarrior, that's the first thing i'm going to try next week01:18
psychoticwarriorok sounds good01:19
Jordan_Udonu7: Yes, lvm-root to /target/ and sda1 to /target/boot/.01:19
donu7holy shit01:20
donu7ok i'll try that next week as well01:20
psychoticwarriorok why dont you try it now01:20
donu7Thank you again fellas. I may make ubuntu my main nix os -- i've never had this much help and community when talking in the fedora & centos irc channels01:20
psychoticwarriordo you need time to that01:20
donu7cuz I'm 90 minutes late getting home to a wife & 2 infants. I'm already going to have a bad time :) might as well not make it worse01:21
psychoticwarrioryea for sure01:21
psychoticwarriori understand01:21
donu7thanks again! <301:21
psychoticwarriorno problem01:21
=== littlebit1 is now known as littlebit
Bashing-omoldtimebanjo: Done, thanks for the advisement.01:33
kusfedorasay something01:52
bazhangkusfedora, here is support only01:54
bazhangkusfedora, for chit chat, #ubuntu-offtopic01:54
=== root_____ is now known as F4RR3LL
F4RR3LLclear01:55
F4RR3LLoups01:55
F4RR3LLahahaha01:55
F4RR3LLsorry01:55
elisa871so I have something like http://imgur.com/a/dtIXl and I need to remove the left hand from all these images by masking it (basically I don't want to change the image size or resolution). What is the best way to do this? I am on Windows but I can use bash on ubuntu on Windows (10).02:23
Bashing-om!ubuwin | elisa87102:25
ubottuelisa871: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows.02:25
psychoticwarriorCan ubuntu run windows programs?02:27
Ben64with wine, yes02:27
psychoticwarriorsweet02:27
Ben64not everything works, check the appdb for details02:27
psychoticwarriorok02:28
psychoticwarriorjust installed wine02:29
reisiopsychoticwarrior: don't brag :p02:31
psychoticwarriorhaha02:32
psychoticwarriorapt install wine :_02:34
psychoticwarrior:)02:34
oldtimebanjoubuntu budgie is nice man02:34
oldtimebanjomight stick with this for a while02:35
reisiowhat'd budgie?02:36
reisiooh, Ubuntu with a version of GNOME preconfigured by some other distro? Gotcha02:37
reisiosounds very Ubuntu-y02:37
oldtimebanjohttps://ubuntubudgie.org/02:38
tgm4883reisio: I don't believe it has anything to do with Gnome02:38
tgm4883IIRC, it's based on Qt and an official flavor02:38
swift110-phonehey02:39
reisioQt, ew :p02:41
oldtimebanjoit's great02:41
psychoticwarriorhows your bungie02:56
=== bertman_ is now known as bertman
EldonMcGuinnessI wish automated installs were easier with ubuntu03:04
Bashing-omEldonMcGuinness: ? Are you making a problem where none exist ?03:06
=== Krennic is now known as Xterminad0r
psychoticwarriorfat girls rock!03:09
=== Xterminad0r is now known as Krennic
Krennica/buffer 2003:11
leftyfbpsychoticwarrior: trolling is offtopic03:13
devslashI need help diagnosing a video card related issue. My video cards' fan will spin up kind loudly every minute or so for about 5-10 seconds. It also blows a stronger than usual blast of air from the GPUs' fans. The card is an EVGA GTX750 TI. I don't have this issue in Windows so I'm pretty sure its a driver issue. I just replaced the thermal paste on it with new paste and cleaned it with compressed air as well. I want to figure out which video03:14
devslashdriver I'm using (I think its noveau or something like that) and see if theirs a newer version (apt-get is up to date) or different driver03:14
leftyfbdevslash: open up the drivers app in ubuntu03:14
devslashhuh03:15
devslashone sec03:15
Bashing-omdevslash: Paste ' sudo lshw -C display ' . see what the driver is .03:17
devslashdriver is nouveau03:18
Bashing-omdevslash: Try: ' sudo apt update ; sudo apt upgrade ; sudo ubuntu-drivers autoinstall ' to install the nvidia proprietary driver .03:19
leftyfbor he could have just clicked the button in the drivers app03:20
devslashwhen i installed the latest nvidia drivers, every time id log in itd take me back to the login screen even though i was using the right password03:20
devslashI hope this doesnt mess up my login like it did the last time ...03:21
devslashoh i cant use ubuntu-drivers03:22
Bashing-omdevslash: Prior attempts ? conflicts now ? show us in a pastie ' dpkg -l | grep nvidia ' /03:22
devslashit wants to disable uefi secure boot03:22
devslashI don't want to disable uefi03:23
devslashi have a windows dual boot03:23
devslashusing grub03:23
Bashing-omdevslash: Yeah , that slipped my mind . secure boot must be disabled in EFI systems !03:24
devslashnah man forget that03:24
Bashing-omdevslash: K, you may turn secure boot back on after the proprietary driver installs .03:24
devslashwill that require a reboot03:25
devslashafter turning it off03:25
reisiomost things to do with using Windows require a reboot :p03:25
devslashmeh03:26
Bashing-omdevslash: And ^ you wull reboot after installing the driver .03:26
devslashright03:26
devslashoh great so i rebooted and now ive got that same issue where the resolution is low and it crashes back to the login screen03:27
devslashi know how to remove it03:28
devslashbut id rather fix it if you can help me03:28
reisio"requires" :p03:29
Bashing-omdevslash: ctl+alt+F1 -> comsole interface . log in here . what shows un a pastebin ' dpkg -l | grep nvidia ' . A driver conflict ?03:29
devslashim in a console03:30
devslashit lists 6 nvidia drivers03:30
saryAnyone believe i was rude or had unnecessary comments here: https://ubuntuforums.org/showthread.php?t=236786603:31
Bashing-omdevslash: ' dpkg -l | grep nvidia | nc termbin.com 9999 ' .03:31
devslashnvidia-304,nvidia-375,nvidia-opencl-icd-304, nvidia-opencl-375,nvidia-settings03:31
Bashing-omsary: I be look'n at it .03:32
devslashhttps://termbin.com/sopb03:32
devslashcouldi t be because i have 304 and 375 ?03:36
reisiosary: why, they penalize you? Why submit yourself to the arbitrary fake justice of strangers03:39
Bashing-omdevslash: Either way I am not too happy with the differing versions of the packages installed . What release is this ? And show us the card ' lspci -nnk | grep -iA3 vga ' . We clean up and try again .03:39
devslashhmm found this in xorg log: failed to initialize glx extension (compatible nvidia X driver not found)03:39
devslashlatest 17.0403:40
saryBashing-om: Feel free to tell me in Query/PM , if you don't feel like doin' so here.03:40
saryreisio: I am not , but a forum staff thinks so..03:40
devslashthe card is a GEFORCE EVGA GTX 750 TI03:41
reisiosary: well there's a simple solution to that, but you won't like it03:42
reisiosary: tell them you're sorry and that they are awesome; that's all any fool with a little authority and no brain ever wants to hear03:42
reisiosary: alternatively, ignore them, and if they actually censor you, make a new acccount03:42
Jordan_Usary: Please take non support discussion to #ubuntu-offtopic.03:43
devslashhttps://termbin.com/d54u03:43
reisiosary: for example you could apologize to Jordan_U and tell him he's cool03:43
* reisio rolls eyes03:43
devslashBashing-om https://termbin.com/d54u03:43
reisiodevslash: that the whole URI?03:43
Bashing-omdevslash: nvidia recommends the 384 version driver . we can do that .03:43
devslashok03:43
devslashso purge nvidia-* ?03:44
Bashing-omdevslash: See: http://www.nvidia.com/download/driverResults.aspx/120917/en-us .03:44
Bashing-omdevslash: Yewah . ' sudo apt purge nvidia* ; sudo ubuntu-drivers autoinstall ' where I expect that 384 will be chissen, reboot to see the effect .03:46
ShekharReddyCan a user decide the file location to install a software ?03:48
reisioyes, but you shouldn't want to, most of the time03:49
reisiowhy?03:49
devslashisnt there a conflict03:50
devslashif i have multiple version of the nvidia driver03:50
reisiodevslash: well, there's certainly no need to have more than one03:51
Bashing-omdevslash: Yes there would be conflicts with more than one driver installed . in that 1st field is "rc" . where it is (R)emoved but (C)onfig files remain .03:52
Bashing-omdevslash: In terminal ' apt list nvidia-settings nvidia-prime ' to see the versions of these that "should" have installed .03:53
reisioprime? You on some terrible laptop? :D03:53
devslashlast line says now 367.3503:54
devslashbut maybe i should trry 384 first03:54
Bashing-omreisio: I am not too sure of what is going on with nvidia installs - as I only have the one nvidis card and still get " ii  nvidia-prime  0.8.2 " .03:55
Bashing-om!info nvidia-384 zesty03:56
ubottuPackage nvidia-384 does not exist in zesty03:56
reisiois it a laptop or not?03:57
Bashing-omdevslash: Ouch . ^^ thought 384 was avail in 17.04 . 367 should work ! . else there is our trusted PPA that does have the 384 version driver .03:58
devslashive already got it from nvidia. booting into single user mode first03:58
Bashing-omdevslash: NO ! n03:58
devslashwhat03:58
Bashing-omdevslash: nvidia says " Note that many Linux distributions provide their own packages of the NVIDIA Linux Graphics Driver in the distribution's native package management format. This may interact better with the rest of your distribution's framework, and you may want to use this rather than NVIDIA's official package."03:59
devslashok ill use that one04:00
Bashing-omdevslash: try 367 . if not happy then we do out PPA . ok ?04:01
devslashok04:01
devslashinstalling it04:01
devslashis it bad to kill xorg to restart x vs rebooting04:01
devslashok its installed now i just need to wait and see if the fans spin up again04:03
devslashthanks04:03
reisioanyway, if it's not a laptop, try nouveau instead04:05
reisioand if it is a laptop, try nouveau instead04:05
Bashing-omdevslash: /var/log/Xorg.0.log looks good now ?04:06
psychoticwarriorwhats up!04:10
psychoticwarriorsup04:30
EldonMcGuinnessBashing-om, I don't think I am. It seems the only way to do it is to roll your own iso04:35
EldonMcGuinnessGave it a couple tries last night and each time I just ended up at a BusyBox prompt when booting the iso.04:36
Bashing-omEldonMcGuinness: Sorry, lost the context here . I am a strong advocate, however, of " roll your own " . Speaking with some experience here :)04:37
jeromelanterii installed ubuntu and when i do systemctl enable lightdm.service, he answer that it does the job (exectuting /lib/systemd/systemd-sysv-install) but in fact, there is no lightdm.service inside /etc/systemd/system (recursively) and then it failed without saif nothing to just install a service for lightdm. How to resolve this with ubuntu ?04:38
jeromelanterido i need to do myself the job ubuntu doesn't know to do ?04:39
EldonMcGuinnessBashing-om, trying to do unattended installs of ubuntu desktop04:39
jeromelantericopy/paste /lib/systemd/system/lightdm.service inside /etc/systemd/system/multi-users...04:39
Bashing-omjeromelanteri: What results ' systemctl set-default graphical ' ?04:40
Bashing-omEldonMcGuinness: You have ventured where I have not gone . Do not know much about "unattended installs" .04:41
jeromelanteriBashing-om,  it create a symlink (that he said) from /etc/systemd/system/default.target to graphical.target04:44
jeromelanteriBashing-om,  it create a symlink (that he said) from /etc/systemd/system/default.target to graphical.target04:44
EldonMcGuinnessI've done them on windows before, but this is my first go at a Linux one.04:45
EldonMcGuinnessAs it is I'm just installing from a USB stick the running my post scripts from another one.04:46
EldonMcGuinnessWould much rather integrate the code into the install and automate it, but can't seem to get it to work.04:46
jeromelanteriBashing-om, ok but i not understand... why things so complicate ? why not just do systemctl enable lightdm.service doesn't works ?04:46
jeromelanteriit has to works on linux04:47
jeromelanterialso... start service lxdm failed without any error (nevermind...)04:47
Bashing-omjeromelanteri: One word - systemd - :) We are all making that transition .04:53
Waddupwould this work? https://paste.ubuntu.com/25239903/04:54
Bashing-omjeromelanteri: Might want to see: https://wiki.ubuntu.com/SystemdForUpstartUsers to jelp in that transition.04:56
capellaew ouch04:58
afreedmaInstalled ubuntu server 17.04 onto VirtualBox as per install docs. systemd keeps complaining that /home and swap mounts are timing out, dumps me into emergency mode. Tried manually mounting /home and recreating/attaching swap but seems to make no difference. Any guidance?05:12
jeromelanteriBashing-om, yeah..; thank you. I come from archlinux and installed ubuntu on odroid-xu4 arm... but on archlinux, just use systemd works easy... nothing is broken by the distribution.05:14
jeromelanterii do a sylink from /lib/systemd/system/lightdm.service to /etc/systemd/system/   easier.05:15
Jordan_Uafreedma: DoOCe the UUIDs for home and swap match those in /etc/fstab ? (You can list the UUIDs of all filesystems / volumes with "sudo blkid".)05:16
afreedmaThey do - original fstab was using ids but switched to UUID in hopes of fixing this.05:17
afreedmaNeither works05:17
Bashing-omjeromelanteri: Sorry in that I have no experience with andrioid devices .05:19
jeromelanteriBashing-om, it is not related to "android device" and it is not an android device. 1/ it arm device (android is not a device) 2/ it is related to ubunto way of doing things easy more complicate for nothing more.05:21
cmannsHow will ubuntu run on a usb 3.0/3.1 stick?05:22
jeromelanteriso the "ubuntu" solution normaly should to do: dpkg-reconfigure lightdm, then vim /etc/X11/default-display-manager (for exec /usr/sbin/lightdm), then systemctl set-default graphical.target. (OMG !!!)05:23
jeromelanteribye05:23
=== Mittens is now known as Regume
=== Regume is now known as Mittens
=== r0Oter is now known as r00ter
birkoffis kubuntu considered unofficial?06:30
Bashing-ombirkoff: No, kubuntu is an official release .06:32
Bashing-om!supported06:32
ghettochild_2600can you do chown and chgrp as a 1 liner without separating the commands?06:40
ddellavghettochild_2600 yes06:41
ddellavchown user.group06:41
ghettochild_2600. or :06:41
ddellaveither one06:41
ddellavin linux06:42
ddellavbsd accepts : only06:42
ghettochild_2600ty06:42
ddellavyw06:42
ghettochild_2600That made batch changing permissions so much simpler.06:47
scenickHello. I wonder. The computer freezes occasionally. How do I report the bug and find out what to do.  (where the logs are before the hard restart is needed). Thanks in advance06:56
ghettochild_2600You can access the kernel logs using: tail -f /var/log/kern.log07:06
ghettochild_2600Might find some info in there about what's going on.07:07
scenickghetto> Thanks for answer. This is the content in given point of time before crash and just after restar ... https://pastebin.com/MCktVVHr does it tell You anything? Or is there any place where to report it?07:08
ghettochild_2600I'll take a look at it here in a few, working on moving a site between servers atm07:13
scenickghetto> thanks in advance07:33
ghettochild_2600No problem. Sorry it can't be sooner though. I'm currently at work and have other priorities :/07:40
ducassescenick: have you ruled out hardware problems, for example?07:45
minimecscenick: First I would make the log 'persistent' so it survives a reboot. Change '#Storage=auto' to 'Storage=persistent' in '/etc/systemd/journald.conf' and reboot. From then on you can 'journalctl -b1' to get the complete logs of the last 'freezed' boot.08:01
scenickmimimec> thanks, done.08:18
scenickducasse> no, not really. I'm currently on the low end Aspire ES1-132 (https://www.acer.com/ac/en/GB/content/model/NX.GGLEK.001). It has been shipped with W10. After some obstructions I installed the Ubuntu 17.04. It has no HDD foreexample. Only eMMC.08:29
MJCDhey is there a way to get vnc to work with 3d content08:55
MJCDor a vnc type thing08:55
oerheksfound the google-chrome key issue, that appeared yesterday:08:55
MJCDfrom windows host -> ubuntu client08:55
oerheksA040830F7FaC5991 2007-03-08 === key expired after 10 years ...08:55
oerheksMJCD, 3d? no08:56
MJCDI dont even care if its slow heh08:56
oerheksthat would generate such huge datastream...08:56
MJCDwell08:56
MJCDmy router can do 6gb/s per channel08:56
MJCDand they're both ethernet of a few m08:56
MJCDso I dont think itd be that crazy08:56
MJCDremote desktop can apparently do it08:58
MJCDbut I dont think you get good support in linux :(08:58
oerheks'remote desktop can do it' on windows  ??  not really08:58
MJCDhttps://en.wikipedia.org/wiki/RemoteFX08:59
MJCD'apparently'08:59
MJCDI haven't tried it heh08:59
MJCDas I say im not expecting gold, im happy with a turd08:59
shndoes'nt VNC just throw the screen contents over the network? What do you mean by 3D?08:59
BluesKaj'Morning all08:59
talkingheadHello, I'm having an issue trying to install ghetto skype. When ever I run "npm install" I get a segfault08:59
MJCDshn, yeah I guess maybe a way to optimize vnc for it would be ok08:59
talkingheadhttp://sprunge.us/XgSe09:00
MJCDlike set it to ultra intensive mode haha09:00
MJCDor somesuch idk09:00
talkingheadI'm on ubuntu 17.04. nodejs v 6.0.0, NPM 3.8.609:00
oerhekstalkinghead, maybe a bad download, why don't you get the deb from their site?09:07
oerhekshttps://github.com/stanfieldr/ghetto-skype/releases09:07
talkingheadoerheks Because it didn't work09:07
talkingheadBut I'll try that again09:07
saryBluesKaj: top of the morning to you.09:08
oerheksthen contact the maintainer?09:08
talkingheadI had this all installed09:08
talkingheadAnd then fucked my ubuntu tonight09:08
BluesKajHi sary09:08
talkingheadand now that it's reinstalled, this won't install09:08
bazhangtalkinghead, no cursing here09:09
MJCDfor anyone interested09:09
MJCDthis looks to be 'the go' for nvidia09:09
MJCDhttps://github.com/moonlight-stream/moonlight-chrome09:09
MJCDcheers anyway09:09
MJCDxoxo09:09
talkingheadSorry, bazhang09:09
talkingheadWew, the deb worked this timew09:10
talkingheadTHanks09:10
talkingheadMaybe it just messed up deps before or something09:10
oerhekshave fun!09:11
talkingheadThanks09:11
oerheksyeah, maybe, but that could be fixed with apt install -f09:11
talkingheadI mean, I had to install nodejs from source09:11
talkingheadBecause the right version was not available09:11
talkingheadHave a good night09:12
MJCDWhat's the lowest system requirements ubuntu variant would you say?09:21
MJCDubuntu MATE?09:22
oerhekslubuntu/lxde09:22
bazhangMJCD, either lubuntu, or a mini cd with built up09:22
MJCDoh nice, lubuntu it is xD ty09:22
oerheksmate + xubuntu + connamon - middle09:22
bazhang!mini | MJCD09:22
ubottuMJCD: 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/MinimalCD09:22
oerhekscinnamon, typo09:23
MJCDis there anything in particular I should do to optimize it to boot from usb?09:23
MJCDthere is a hard drive in the machine but the usb is faster haha09:23
oerheksLive usb? not really09:24
MJCDalrighty, thanks for the advice :)09:25
MJCDback if I have any problems haha09:25
=== Mittens is now known as MittensAFK
vkolchevHi all. Are there any devs from Ubuntu here? Please don't take my question as offence or inappropriate. I was recently looking to move to Ubuntu from another distro as seems more ready to use out of the box on my desktops. However, reading latest news about Shuttleworth not willing to pay attention to desktop anymore, I have concerns about Ubuntu future as a desktop. Does anyone have info on whether Ubuntu won't be actively developed as desktop in10:34
vkolchevfuture and will concentrate on cloud and server niches? Will be grateful for reply.10:34
oerheksOur own creation Unity will no longer be the default desktop, it will be available, on community support basis10:36
BluesKaj!DE10:36
ubottuIn den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!10:36
oerheksstill, there are plenty desktops supported!10:37
BluesKajhehe oops10:37
oerheksonly mir/unity drops, gnome3 will be standard from 17.10 and up10:37
oerheksthat would be !flavors iirc10:37
oerheks!flavors10:38
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours10:38
vkolchevAh, okay, just was worried that desktop version won't get much attention anymore10:38
oerheksThere has been some gossip indeed, but my main concern is that 32 bit will be supported after 18.04 ..10:39
vkolchevoerheks, well, I've heard that some distros may drop 32 bit soon and will work only on multilib libs10:40
BluesKajvkolchev,  there are plenty of desktops from which to choose,  lxde. xfce, kde/plasma, gnome10:41
vkolchevBluesKaj, yes, as in any other distro. I just asked about desktop development and if user-friendliness will continue. You know, CentOS/RedHat have gnome too, but they are not what regular user wants on home desktop10:43
vkolchevBecause they are oriented on server mainly10:43
BluesKajcentos is server oriented, yes10:44
vkolchevDon't know how to ask correctly) There are some ubuntu-related desktop tasties, such as proprietary driver easy installation (not that I am not able to install it manually or from repos) and some other things on which ubuntu desktop team worked. Things that made ubuntu more user-friendly and different10:48
vkolchevConcern is that now there will just be an ability to install generic desktop without any special goodies. Is it so?10:48
dconroymaybe http://lubuntu.net/ is for you10:49
vkolchevdconroy, why lubuntu?) not a fan of lxde, however lxqt seems better10:50
dconroyreading your post it seemed like you were looking for a stripped down ubuntu10:50
dconroyi meant, http://lubuntu.me/10:51
vkolchevdconroy, no, not really, however, I am okay with doing minimal install and then install what I need from CLI. the idea of my post was to learn where ubuntu tends to go - develop server and desktop equally or more server, like CentOS, however, with desktop capabilities10:52
dconroyi guess it depends on primary use of the machine10:53
dconroyi feel like when i install desktop, i spend an hour or two making it more into a server10:53
dconroyand when i install server, i spend an hour or two making it more desktop friendly10:53
vkolchevdconroy, probably it's true :)10:54
funyunhi. i have an odroid c2 (like raspberry pi). when i turn it on, it works fine for about 1-2 minutes, then it completely wipes out the wireless signal of my router. no wireless devices can connect to the router. the odroid is connected via ethernet so the internet still works on the odroid. but it takes about 30 minutes for the wireless signal to return and my network is back to normal. does anyone have any11:08
funyunclue what can be causing this or how to fix it?11:08
Wadduphello, I'd just like to ask would this work? https://paste.ubuntu.com/25239903/ im running on ubuntu 14.04 lts server just trying to create user and guest for a single public shared folder11:20
|Night|Hey, I am struggelign to delete/edit chmod/chown a folder, with this error  chown: cannot access 'U-HD1080p6': Transport endpoint is not connected11:24
|Night|rm -rf  U-HD1080p611:24
|Night|rm: cannot remove 'U-HD1080p6': Is a directory11:24
|Night|meh stupid irc, that should have been onliner11:24
|Night|meh currupted folder so had to remount virtual dir.11:26
=== jstein_ is now known as jstein
renatonetohi11:34
renatonetoi have some questions about how i can boot ubuntu diskless from an iscsi target11:35
renatonetoso i would like to make a golden ubuntu image and boot it with ipxe as different delta's/snapshots/CoW images11:37
renatonetoi currently have 1 iscsi target; i've booted a VM from an ubuntu live cd and installed ubuntu server to the iscsi target11:38
renatonetothen i'm making a CoW image of the original disk and assign this CoW image to a new iscsi target11:39
renatonetothis works fine, no problem at all and GRUB starts11:40
renatonetobut initramfs keeps refferring to the old iscsi target as root disk instead of the new one11:40
renatonetoreferring*11:41
renatonetoany1 knows if it is possible what i want to do and if so, what i'm doing wrong11:42
saryWaddup: you may want to try the configuration setyp in https://www.howtoforge.com/samba-server-ubuntu-14.04-lts12:00
saryit's also in https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20%28Command-line%20interface/Linux%20Terminal%29%20-%20Uncomplicated%2C%20Simple%20and%20Brief%20Way%2112:00
Major_Wedgiesup?12:01
Major_Wedgiesudoer?12:02
Waddupsary: his stuffs can only be used for user accounts. I need it to be accesible to accounts and guests12:02
pizzaBurgerHello everyone. VirtualBox issue: want to run Windows 7 from Ubuntu 17.04 VirtualBox from a USB (ISO file inside). After setting up the virtual machine, I go to settings -> storage. How do I specify that the windows file is in a USB? Thanks!12:10
=== littlebit1 is now known as littlebit
tomreynWaddup: i really think you should try setting up two seperate shares, one for guest and one for authenticated users. once that works, you can still look into combining them (if that can work at all).12:14
tomreynthink about all the time you've spent on theoretically tackling this issue, you should defintiely get started with testing things in siomple configurations, then increasing complexity until it breaks.12:15
Wadduptomreyn: i did tried setting up 2 separate shares but the thing is, the reason why i wanna create a user is because mac is always asking for login account whenever connecting to that certain shared folder12:15
tomreynWaddup: the point that the mac needs to authenticate as a user does not seem to contradict the concept of having two shares12:16
Wadduptomreyn: you mean two shares with one path?12:17
tomreynyes, that's what i suggested last but one time you asked12:17
Waddupoh i did not get it at the time lol sorry12:17
Waddupi did not know it was possible12:17
Waddupwait let me set it up and show it to you12:18
tomreyni'm not entirely sure whether it's possible, but i would think it is.12:18
sarytomreyn: so you're suggesting something like this https://help.ubuntu.com/community/Samba/SambaServerGuide#File_Sharing_.28Advanced.2912:18
tomreynyes i think so, sary12:19
Major_WedgieNight everybody, stay cool and look forward to Gnome on Wayland.12:20
specimen_Hi is anyone here using the Franz multi protocol chat application?12:31
specimen_I have installed it under 16.04 but it eats cpu ~12% constantly even with no active accounts12:32
specimen_wondering how to figure out where those cycles are being wasted12:33
tomreynprobably mining some cryptocurrency ;)12:41
tomreynor reversing your passwords12:42
habbasiHello everyone. I wanted to install PRCE for PHP 7.0, is it already included now? I can't seem to find any relevant packages in apt.12:50
habbasiOr do I install it with PEAR?12:50
habbasi(Ubuntu server 16.04)12:51
Wadduptomreyn: did i do it right? https://paste.ubuntu.com/25247036/12:51
tomreynWaddup: no, oyu reused the same name for those two shares, that cannot work12:54
Wadduptomreyn should i use Projects2 on the 2nd share?12:55
tomreynWaddup: i don't care wha you call it, just name them differently12:56
tomreynWaddup: As sary had pointed out, there's a ready-made example that was most likely tested at https://help.ubuntu.com/community/Samba/SambaServerGuide#File_Sharing_.28Advanced.29 - why don't you just copy that and adjust 'path' and optionally the names of those shares?12:58
aatish910I donot have mysql server installed but top shows two mysqld processes with around 7% memory use and doing "file /proc/<pid of that process>/exe gives  broken symbolic link to /usr/sbin/mysqld". What can I further do to identify what this is?12:58
Wadduptomreyn: here http://paste.ubuntu.com/25247076/13:00
tomreynWaddup: does it work then?13:03
Waddupi couldn't restart yet13:03
tomreynWaddup: i'm not a good samba configuration parser, not as good as sambas, for sure13:03
Waddupill try thanks so much tomreyn13:03
saryWaddup: you may want to ask in #samba .13:05
Waddupsary thanks ill try that too13:06
tomreynpoor #samba folks13:09
murlidharhi all. I have put usb wifi receiver to my desktop and I am not able to connect to any wifi network.13:10
murlidharany help?13:11
tomreyn!wireless | murlidhar13:11
ubottumurlidhar: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs13:11
sarywhich device /chipset is it.. murlidhar13:11
murlidharthe wifi id is being shown on the desktop13:11
Wadduplol13:12
murlidharit's a tenda usb receiver13:12
sarymurlidhar: is it shown under lsusb ..13:13
murlidharyes13:13
tomreynget the usb id13:13
murlidharok13:13
tomreynit looks somewhat like this 1234:abcd13:14
saryseems to has a Ralink chipset..13:14
murlidhartyping all that from my hand phone is tough :/13:14
murlidharyes it is13:15
saryYes indeed.13:15
murlidharralink chipset13:15
murlidharbought tinda cuz usually they are well supported by linux13:15
saryis there kernel driver loaded for it , check $ lsmod ..13:16
murlidharMT7601U wireless adapter13:16
murlidharhmmm13:16
=== littlebit1 is now known as littlebit
sarywhich ubuntu version are you on murlidhar ..13:18
murlidharmt7061u it says up in lsmod13:18
murlidharjust day before yesterday I upgraded13:18
murlidharfresh installation too13:18
sarywas it working before the upgrade ..!13:19
murlidharyes13:19
saryis it plugged in now!13:19
murlidharyes13:19
murlidharlsmod is showing the device13:20
saryrun dmesg | grep mt7061u .. what does it say!13:20
murlidharok13:20
=== Tzunamii_ is now known as Tzunamii
murlidharnothing13:21
murlidharpfft13:21
tomreyndid you post the usb device id, yet?13:21
tomreyni must havbe missed it13:21
tomreynit's 9 characters, you can do it!13:22
murlidhar148f:760113:22
gr8How do you create diagrams like this? https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/MCTS_%28English%29.svg/808px-MCTS_%28English%29.svg.png I've tried Dia but it does not have waved arrows13:24
gr8the waved arrow is important for me13:25
gr8Inkscape is very uncomfortable to use13:25
gr8(it does not snap to the grid easily)13:25
gr8and also is too complicated for me :(13:25
sarymurlidhar: that's strange, run dmesg and look for an entry about the mt7061u firmware error or something..13:26
murlidharI tried dmesg but it doesn't give anything up13:26
tomreynmurlidhar: hmm so according to https://askubuntu.com/questions/457061/ralink-mt7601u-148f7601-wi-fi-adapter-installation/554278 the device should just work.13:26
murlidharhmmm13:27
sarywhilst plugged in..!13:27
murlidharshall read it13:27
murlidharit's already plugged in sary13:27
murlidharcan see it in lsusb too. can see it in lsmod13:28
tomreynmurlidhar: are any wireless networks listed on network manager (the little icon on the top right)?13:28
murlidharyes. the network manager is showing all the available discoverable networks13:28
murlidharjust that it doesn't connect to any13:29
murlidhar:/13:29
murlidharwhat's the command to connect to a network ?13:30
tomreynmurlidhar: iwconfig13:30
murlidharit was something like ifup13:30
murlidharah yes13:30
tomreynmurlidhar: but it's not straight forward13:30
sarymurlidhar: try sudo modprobe -r mt7601u && sudo modprobe mt7601u13:30
tomreyndo you have nmcli installed by chance? nmcli nm status13:31
murlidharit's a fresh installation. don't think it is installed by default13:31
murlidharpfft13:31
saryotherwise , it might need a different driver.. i see on the web there is mt7601Usta ..13:31
tomreynmurlidhar: i don't think os either. can you connect an ethernet wire?13:32
tomreyndebugging this would really be much easier if you could provide more output13:32
tomreyni.e. more than i'd want you to type13:33
=== Jochen_wvdT is now known as Schlawiner
sarymurlidhar: in GNU/linux most drivers are loaded pre-loaded as a kernel modules ..13:33
murlidharwell I am trying. I did that modprobe thing13:33
saryok ..13:33
murlidharand it just didn't show any output13:33
murlidharjust asked for the password13:33
saryit wouldn't .. so that normal13:34
murlidharshould I try that iwconfig thingy ?13:35
murlidharprobably I have to manually disable that driver by putting that # thingy13:35
sarymurlidhar: according to this it's the kernel driver was pre-loaded since kernel 4.2 .. https://github.com/torvalds/linux/tree/master/drivers/net/wireless/mediatek/mt7601u13:35
murlidharI remember I did that few years ago13:36
tomreyndo you have this file? /lib/firmware/mt7601u.bin13:36
murlidharlet me check13:36
sarywhich driver .. you think another driver is causing a conflict..13:36
murlidharI guess so. might be causing a conflict13:37
murlidhartomreyn no there isn't any.13:38
=== littlebit1 is now known as littlebit
murlidharoops there is tomreyn   . sorry13:39
murlidharI can see both the bin files tomreyn13:39
tomreynmurlidhar: ok, it would have been easier to fix if it had not been there ;)13:40
murlidhar7601u n 760113:40
tomreynok13:40
murlidharoops again13:40
murlidharwait13:40
murlidharthere is another one mt7650.bin13:40
tomreyni am asking about this very file - and none other /lib/firmware/mt7601u.bin13:41
tomreyndoes it exist?13:41
murlidharthere is13:41
murlidharit does I mean13:41
tomreynok13:41
murlidharlet's delete it? cuz you said fix is easy if it hasn't existed. easy peasy ;)13:42
tomreynmurlidhar: i'm saying if this file would not exist we'd just need to ensure it does. removing the file will not help.13:43
murlidhar:) I was kidding13:43
tomreynthis is the firmware blob required for this hardware to work correctly.13:43
tomreyndid you answer my question about whether you could attach a wire?13:44
murlidharnight tenda instead of those cheap Chinese ones so that I wouldn't have any compatibility problem. pfft13:44
murlidhartomreyn I wish I could but can't. the modem is in another floor.13:44
murlidharand this isn't a laptop13:45
tomreynmurlidhar: do you have another device which could bridge it?13:45
murlidharit's a middle aged desktop13:45
murlidhar:/ no I don't have any.13:46
tomreynwhen you installe dubuntu, did you connect to the wireless network, i.e. did it work then?13:46
murlidharI downloaded the iso n put it in a bootable usb13:47
murlidharfrom my earlier version of Ubuntu13:47
murlidharthen fresh installed it13:47
murlidharand since then I see the network but can't connect to it13:47
tomreynmurlidhar: at some point during the installation the installer asks you whether oyu'd like to go online, did you try that?13:48
murlidharmy earlier Ubuntu version was 11.0413:48
tomreynuuh, about time to reinstall indeed13:48
murlidharyeah13:48
tomreynspecifically, i think the 16.04 installer asks whether you would like to install updates form the internet during installation. did you choose 'yes' when it asked?13:49
murlidhartomreyn yes. it did ask. I said no cuz I was in a hurry to install13:49
tomreynmurlidhar: ok, so reboot to the live / installer cd, choose the live option and see if you can get online from there13:49
murlidharok13:50
tomreynif you can, then reinstall choosing the 'install updates during installation' option13:50
murlidharlive usb13:50
murlidharok13:50
murlidharshall try and get back to you guys13:50
saryat least use the 16.04 iso ..13:50
tomreynbe sure to use the *latest* ubuntu 16.04 installation iso13:51
murlidharyes. got it from the official website13:51
saryand check the hashes of the iso before you burn it to the usb ..13:51
Dreamanis not good idea updates in fresh intall onli nonfree repo13:51
tomreynUbuntu 16.04.3 LTS wa sjust released a few days ago13:51
murlidharI already have it13:51
Dreamanupdate after intall13:51
murlidharoh13:51
Dreamaninstall13:52
tomreynDreaman: wait what?13:52
tomreynDreaman: it's perfectly fine to install updates during installation13:52
Dreamanis not good idea13:52
tomreynwhether or not you choose to install third party components is a seperate choice13:52
Dreaman1 2 time not start for me13:52
tomreynDreaman: did oyu report a bug?13:52
Dreamanno is not star13:53
Dreamanhow to report13:53
tomreyni don't understand "no is not star"13:53
Dreamanubuntu13:53
tomreynhmm i can't follow13:53
saryreport a bug you mean ..13:53
MonkeyDusti guess 'star' means 'starting', typing interrupted13:54
Dreamani not use this option onli 3 parth of repo13:54
tomreynokay, but just because it did not work for Dreamon should not mean it does not work in general. so i suggest you disregard this for now murlidhar13:55
Dreamanupdate after install13:55
Dreamanok13:55
sarymurlidhar: is the device plugged into usb.3 or 2.0 ..!13:55
murlidharI tried both sary . the ones in front and in ones at back13:55
murlidharit's a usb 2 only I think13:56
murlidharhave a 2009 desktop13:56
murlidharcore 2 duo13:56
sarywait , how is it that the device uses a ralink chipset , yet the driver for it is an MT7061u !13:58
murlidharyikes. not able to live boot from my usb now13:58
murlidharno idea sary13:58
saryshouldn't be an RTXXXX.13:58
sarywell, am lookin' at https://wikidevi.com/wiki/List_of_Tenda_Wireless_Devices13:59
gijeffIs there a calculator utility I can use in a terminal?14:04
W13calc?14:04
murlidhartomreyn I am not able to boot from my liveusb now :/14:04
murlidharany alternative fix?14:04
MonkeyDustwhat's the command again to show a service's (daemon's) status ?14:04
gijeffdo I have to install calc?14:04
gijeffterminal does not recognize command14:05
W13Yes.14:05
murlidharfor the wifi connection ofcourse14:05
gijeffDo you know what the install is? I tried install calc, however there is nothing associated with that name14:05
W13Hmm... I believe it is just calc14:06
W13sudo apt-get install calc14:06
murlidhar!list calc14:06
murlidhar!find calc14:06
ubottuFound: gnome-calculator, libreoffice-calc, unity-scope-calculator, apcalc, apcalc-common, apcalc-dev, bandwidthcalc, calcoo, calculix-ccx, calculix-ccx-doc (and 168 others) http://packages.ubuntu.com/search?keywords=calc&searchon=names&suite=zesty&section=all14:06
gijeffok great will use apcalc thank you :)14:07
murlidhar it's apcalc now14:07
W13Ah yes, but you can call it from cli with calc.14:07
gijeffinstalled and working14:08
murlidharcool14:08
gijeffcan call with calc 2+214:08
gijeffThank you for the help14:08
tomreynmurlidhar: why can you not boot off the liveusb now?14:12
murlidharsays unable to mount fs on unknown-block14:13
murlidhargives kernel panic14:14
murlidhar:/14:14
tomreynmurlidhar: that's the same live usb installer you installed from?14:14
murlidharyes14:14
murlidharjust day before yesterday I installed it14:14
tomreynmurlidhar: i guess your usb storage is falling apart. do you still have the iso image?14:14
tomreynmurlidhar: also try plugging it into a different usb port14:15
venthe1650Hello. can you tell me how can i add application to launcher?14:15
murlidhariso image can be downloaded again. not a problem but making it bootable is the tough part for me since I don't have any other pc14:16
tomreynmurlidhar: and power down your computer for at least 1 minute before trying again.14:16
murlidhartomreyn tried cold booting too14:16
tomreynmurlidhar: how would you download it without internet access?14:16
murlidharfrom my phone14:16
sarydd the iso to the usb murlidhar .. never fails me.14:17
murlidharbut I can't make it bootable from my android phone. can I?14:17
tomreynmurlidhar: you can download it to your phone, transfer the iso to your desktop, write it to the usb stroage form your desktop14:18
saryso you don't have an installed OS on the machine..!14:18
tomreynmurlidhar: if you're lucky writing to the usb storage will succeed. but the fact that it used to work fine and does not now makes me think something is probably wrong with your usb storage and you may not be able to make it work again. it's still worth a try.14:19
venthe1650sorry didnt mean launcher... not really sure how it is called so i have trouble finding a solution. how is the menu called that appears after pressing meta (windows) key in gnome14:19
murlidhartomreyn is it possible? ok shall download the iso n transfer it to my desktop n then get back to you14:19
tomreynmurlidhar: if you have sufficent space available on your phone, maybe download the latest ubuntu 14.04 live iso / installer image, too, so you'll have more choices.14:21
saryit's been awhile since iv'e used gnome , what does that menu looks like venthe1650 , can you take screenshoot!14:21
murlidharokay. shall try14:21
venthe1650the one that shows you all open applications14:23
murlidhartomreyn should I leave 17.04 be?14:24
venthe1650i think i have found the name. i need to create desktop entry i guess14:24
tomreynmurlidhar: it's also worth a try, but i'd rather expect 14.04 to work than 17.04. ( but try 16.04 first)14:29
murlidhardownloading 16.04 right now14:30
tomreynmurlidhar: 16.04.3, right?14:31
murlidharyes sire14:31
W13Is there a specific IRC channel for troubleshooting issues with WINE?14:31
tomreynmurlidhar: also be sure to pick the irght one for your architecture, i.e. i686 vs amd6414:31
murlidhar64bit14:32
murlidharcore 2duo processor14:32
tomreynokay, that'll work14:32
murlidhartomreyn copied the iso to the desktop.  what now? how do I make the iso bootable?14:49
saryW13: could be #wine , #winehq .. consult #alis /msg alis list *wine* ..14:50
saryW13: there also #crossover .14:51
murlidharsary how I make it bootable usb now?14:52
murlidhardo*14:52
tomreynmurlidhar: start "startub-disk-creator" from the menu or "usb-creator-gtk" from a terminal, select the image, attach your usb stroage, and write to it.14:52
murlidhartomreyn is a fresh installation. isn't it?14:53
tomreynmurlidhar: this will be a freshly created ubuntu installation media, yes14:53
tomreyn(if i got your question the right way)14:53
murlidharI mean the desktop i am running right now is a fresh installation. I am not sure this app is installed by default when fresh installing14:54
tomreynmurlidhar: i think it is14:55
murlidharI don't see it14:55
sarymurlidhar: formate the us to FAT32 in gparted , and follow tomreyn suggestion.14:55
murlidhar:/14:55
saryare you on the live usb/cd..!14:55
murlidharno14:56
murlidharsary I am not able to boot from my live usb anymore. two days back I could n install a fresh os but since I am not able to connect to internet anymore from the freshly installed os14:58
tomreynmurlidhar: in case i should be wrong and the startup media creator is not available, you can use 'lsblk -fs' in a temrinal to identify the usb media to write to, e.g. /dev/sdX, then use 'sudo dd if=~/Downloads/my-downloaded-ubuntu-image.iso of=/dev/sdX bs=10M'14:59
murlidharI am trying to reinstall a fresh14:59
hosashello is there a way to setup a system-wide proxy for ubuntu 16.04. I need to connect to a website (via terminal) to activate a a software and GUI method is just not cutting it for me14:59
hosasthanks14:59
murlidharhmmm15:00
tomreynwhat type of proxy?15:00
tomreynhosas: ^15:00
sarymurlidhar: for the usb creater, the packages are usb-creator-common , and usb-creator-gtk15:01
hosastomreyn: sock proxy15:01
tomreynmurlidhar: what happens when you type "usb-creator-gtk" in a temrinal window?15:01
RJW2Hello folks :) I have a pretty annoying problem with ubuntu and external monitors (see also https://askubuntu.com/questions/943084/ubuntu-16-04-and-three-monitors-doesnt-work ) and wondered if any of you might help me out solving this.... I'd very much appreciate your help!!15:01
sarymurlidhar: that's strange , bootin' from/to the live session .. do you get a black screen or what.15:01
murlidhartomreyn says currently not installed.15:01
murlidharsary kernel panic15:02
sarydamnit!15:02
murlidharyep15:02
sarywhich cpu is it..15:02
tomreynhosas: tsocks is a socks5 capable proxy client. once installed an dconfigured, you can prefix any terminal command with 'tsocks' to make it talk through the socks proxy you configured.15:02
murlidharso again trying to create a live usb15:02
murlidharsary core 2 duo15:03
tomreynmurlidhar: okay, try the 'dd' command then as discussed above15:03
murlidhartrying15:04
murlidharlooks like it's sbd115:04
tomreynmurlidhar: no its not, maybe its sdb15:04
tomreynsbd1 is a partition15:04
tomreynactually sdb1 is a partition15:05
hosastomreyn: I tried it (from google)  but not much luck the app-activator keeps knowing I'm within school15:05
murlidharshows sdb1   yeah vfat15:05
murlidharit's the one15:05
tomreynhosas: are you trying to circumvent your schools security there?15:05
tomreynmurlidhar: write to sdb then, not sdb115:06
murlidharok15:06
murlidharyeah15:06
hosastomreyn: nope I'm trying to do the opposite..force my system to use the school proxy15:07
tomreynmurlidhar: you want to replace all data on this device with the image, not just the data on this one partition. that's unless oyu have data on this usb storage you still need?15:07
tomreynhosas: okay, what's an "app-activator"?15:07
murlidhartomreyn nope. don't need.15:08
saryRJW2: Hiya , how good is the cables conditions .. is this the first time attemptin' this triple monitor on ubuntu ! the thinkpad doesn't happen to have a dual/hybrid graphics, or does it!15:08
hosastomreyn: a bash script that confirms my ip (or something like that) before activating my license (academic license)15:09
murlidhartomreyn not autocompleting the iso address15:09
murlidhartomreyn it's in /dev/sda5/15:10
RJW2sary: the cables are all brand new and the whole setup works flawlessly under win7. From what I understand the thinkpad has only the Intel Graphics 520 (again - everything works fine with win7). Also, before adding the third monitor (I was waiting for a cable from amazon ;)  ) it worked fine with 2 monitors15:10
RJW2sary: a more detailed description is in the link that I posted as well ;)15:10
tomreynmurlidhar: murlidhar /dev/sda5 is a partition, which may contian a file system, which may contain your file, what you need to provide there (for the 'if' parameter) is the path to the iso file on your mounted file system.15:11
tomreynmurlidhar: e.g. if you copied the ISO file form your phone to your 'Downloads' folder on your desktop then use "of=~/Downloads/name_of_the_iso_file.iso"15:12
murlidhartomreyn so should I type sudo dd if=/dev/sda5/ubunt-whatever.iso15:13
murlidharerrr15:13
murlidharI am confused15:13
murlidharsilly me15:14
saryRJW2: Ok, under the monitors settings.. is there an option to flush HDMI, similar to resting the monitor , als have you tried reseting the monitors!15:14
tomreynmurlidhar: not /dev/sda5, no. tell me where you placed the iso file after copying it to your desktop15:15
RJW2sary: what do you mean by "flush HDMI" ? and what exactly by resetting the monitors? (sorry for the silly questions, I'm pretty new to Ubuntu and also have never had more than one monitor before...)15:15
murlidhartomreyn it's a sda515:15
murlidharat*15:15
tomreynwhich folder / directory?15:16
murlidharerrr /dev/sda5/ubuntu.iso15:16
tomreynmurlidhar: alternatively, how did you copy it from your smartphone to your desktop compouter?15:17
murlidharto this folder.....15:17
murlidharsda5 is a partition in my desktop15:18
murlidharI have copied it to that place15:18
tomreynmurlidhar: using which command or application?15:18
saryRJW2: if you go to the settings menu on one of the defected monitors .. what options does it have!15:18
murlidhartomreyn it is named as movies this partition. just did copy paste.15:19
tomreynmurlidhar: can you use the graphical file manager to change into the directoy where the iso file is stored?15:19
RJW2sary: unfortunately they are in the office, and I am not. Since they work fine under win7, I thought I could find a solution here or at least several hints that I could try as soon as I am back in the office :-/ looks like I'll have to postpone it.... sorry to have bothered you unnecessarily! Do you happen to be around on monday? O;-)15:19
murlidhartomreyn sorry I got it. /media/murlidhar/movies15:19
tomreynmurlidhar: okay, and the name of the iso file is?15:20
murlidharubuntu.iso15:20
murlidharI try to keep the names simple . pfft15:21
tomreynmurlidhar: sudo dd if=/media/murlidhar/movies/ubuntu.iso of=/dev/sdb bs=10M15:21
murlidharyeah. already done. it's doing it's thingy15:23
murlidharI was confused if I should use the /dev/sda5 or /media/murlidhar thingy.15:23
murlidharmy bad. sometimes I lose my commonsense15:24
tomreynmurlidhar: no problem, glad you found out eventually15:24
murlidharoops but I didn't format the usb before.15:25
tomreynmurlidhar: no need15:25
murlidharok. cool then15:25
deadmund_What is the channel for c programming help?15:25
lamduhWhat should I look into for remoting into my linux desktop from my windows 10 laptop from a public network?15:25
saryRJW2: ok , Yes am logged here most of the times .. feel free to ping me! I think the triple monitors needs to be setup using xander. There is https://help.ubuntu.com/community/NvidiaMultiMonitors , but i'll try to find the one for Intels.15:25
lamduhwant full window control, not a terminmal15:25
tomreyndeadmund_: it is *not* #ubuntu.15:26
tomreyn!alis | deadmund_15:26
ubottudeadmund_: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"15:26
deadmund_Thanks!  Sorry!15:26
murlidhartomreyn ok. done. let's hope it live boots now.15:26
RJW2sary: thank you so much. I read on the forums about xander (even though I don't really know what it is or does) and found solutions for NVidia, but I thought they probably don't work with a different graphics chip.... :-/ thanks so much for your willingness to help!15:26
tomreynmurlidhar: good luck, were there any errorsreported by dd?15:26
murlidharnope15:26
murlidharI didn't notice any15:27
tomreyngood15:27
=== zenguy is now known as coffeeguy
murlidhartomreyn offtopic . my desktop is giving me electric shock. :/15:28
tomreynmurlidhar: do you8 knowthe size of the iso you downloaded?15:28
tomreynmurlidhar: ugh, maybe you should just replace it...15:28
AI_bot123432hallo15:29
saryRJW2: YW , when you get infront of the desktop you can run the man page for xander in terminal $ man xander .. for more details.15:29
murlidhartomreyn it's booting..15:29
AI_bot123432i have a question about ash scripting15:29
AI_bot123432*bash15:29
murlidhartomreyn so should I check the option for download updates while installing Ubuntu?15:30
AI_bot123432is anyone here a bash junkie ? :D15:30
tomreynmurlidhar: yes, this is unchanged15:30
saryAI_bot123432: Hiya , you may want to ask in #bash .15:30
tomreynAI_bot123432: people in #bash are. but you could also ask your question here15:30
RJW2sary: I guess I'd have to install it first ;) I just tried it (so I have the laptop, but the monitors are obviously in the office...) and it says no manual entry for xander ;) I'll just google a bit to find out what xander is so that I'm more of a help to be helped on monday ;)15:31
murlidhartomreyn the size of iso was 1.5gb15:31
AI_bot123432thank you <315:31
tomreynmurlidhar: before or after download?15:31
murlidhartomreyn same thing15:32
tomreynmurlidhar: very well :)15:32
murlidhartomreyn ok. giving me options. erase Ubuntu 17.04 and reinstall ?15:33
tomreynmurlidhar: 17.04? did you not say you had 16.04 installed?15:33
saryRJW2: Yes good idea.. thanks for flyin' ubuntu, See you then :)15:34
murlidharno. it had 17.04 before.15:34
RJW2sary: see you on monday - and thanks again!!15:34
tomreynmurlidhar: okay, it doesn't really matter though. so if you won't loose data then just erase and reinstall, yes15:34
NokajiHi, following failed upgrade with Ubuntu 16.04 (and a roll-back), my printer connection died on me. I heard it was a software bug, hoped given time it would resolve itself but no - I really miss my printer, here are the errors, thanks - https://justpaste.it/edit/17486113/231d3c4d15:35
tomreynNokaji: once you reached some stage of a dist-upgrade you can't roll back from a failed dist-upgrade. it looks like you need to complete the upgrade to 16.04 or reinstall15:37
Nokajitomreyn: I may have worded that bad - 16.04 is fine, it is a daily/whatever update within 16.0415:37
murlidhartomreyn I am choosing /dev/sda10 for /home n /dev/sda1 for /15:38
murlidhartomreyn good enough?15:38
Nokajicups has bad dependencies but I can;t fix broken packages or fully uninstall and relace with gutenprint??? the suggested alternative15:39
tomreynmurlidhar: those are nice numbers, but i can not know what they mean on your system15:39
murlidharso that next time I won't lose app settings n stuff15:39
murlidhartomreyn I mean I am creating a separate partition for /home15:39
sarymurlidhar: / needs more space than /home , and don't make a separate /boot .15:40
tomreynmurlidhar: yes thats a wise choice. reserve 15 GB for the main system ( / mount point), assign everything else to /home. if offered, use LVM15:40
murlidhartomreyn is swap space important?15:41
tomreynmurlidhar: it can be useful. it is only *important* if you want to be able to suspend to disk, though.15:42
murlidharhmmm ok15:42
saryI think the new installer creates a swapfile , if not crated yourself later.15:42
tomreynNokaji: either way, the state of your APT repositories and packaging system is njot good. you should try to repair it form a terminal.15:43
Nokajitomaw: okay, can you clue me in how I go about that? - I can see a list of breaks/ dependencies / depends etc - I guess the breaks need sorting out15:44
Nokajisorry ..... tomreyn !15:44
Nokajiwould a reinstall be easier?15:45
murlidhartomreyn 16gb is enough for /system ?15:45
tomreynNokaji: please put these commands and the output they generate on a pastebin: sudo apt-get update; sudo apt-cache policy; sudo apt-get -f install15:45
tomreyn!paste | Nokaji15:45
ubottuNokaji: 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.15:45
murlidhartomreyn for /home i have given 33gb15:46
tomreynmurlidhar: there is not /system15:46
murlidharI mean /15:46
tomreynmurlidhar: yes, that's most likely enough15:46
murlidharokay15:46
murlidharfingers crossed. hopefully it installs smoothly n the wifi works.15:47
tomreynmurlidhar: did it not ask you to configure the wifi, yet? you'd surely need to select the network and enter the password (if any)15:48
mitmfhow i can install gimp?15:48
murlidhartomreyn yeah it asked for the password n I entered it.15:49
murlidhartomreyn does it mean it's fixed now?15:49
tomreynmitmf: sudo apt-get update; sudo apt-get install gimp15:49
mitmftomreyn: oh thanks but i can install it with github?15:50
mitmfi know that apt-get install command install old one.15:50
tomreynmurlidhar: it means that you successfully established a wireless network / AP connection on the ubuntu 16.04 installer and that it should also be possible to do so after installation.15:50
murlidhartomreyn phew :)15:51
tomreynmitmf: how do you mean install without github? what does package installation have to do with github?15:51
murlidhartomreyn I should treat myself with a chocolate bar I guess :D15:51
mitmfwith github. tomreyn15:52
murlidhartomreyn wish I could share it with ya :)15:52
tomreynmurlidhar: wait until you booted and got online15:52
murlidhartomreyn thanks. you been the best.15:52
Nokajitomreyn: Thanks - http://paste.ubuntu.com/25247909/15:52
murlidhartomreyn okay :)15:52
murlidharit is downloading the stuff from internet15:53
tomreynmitmf: if you are asking whether you can or should build the gimp from source code placed somewhere on github.com when my recommendation is against that.15:53
mitmfok thanks then i will install it with apt-get15:53
mitmf:)15:53
tomreynNokaji: now run: sudo apt-get dist-upgrade -V15:54
Nokajiokie...15:54
murlidhartomreyn gotta charge the battery of my phone15:55
Nokajitomreyn:  what does the -V switch do?15:55
tomreynNokaji: it should install 10 package upgrades.15:55
tomreynNokaji: the -V switch will show current and future / upgraded versions15:56
Nokajiyup, 10 to install, 5 new - 300mb15:56
murlidhartomreyn incase I get stuck up I shall bother you .but I don't think I will get stuck up anymore. thanks a ton mate.15:56
tomreynmurlidhar: welcome, good luck15:56
murlidhartomreyn take care. bye.15:56
venthe1650Hey. I have ubuntu 16.0.4 lts and gnome desktop. I have just added bunch of wallpapers to /usr/share/backgrounds but when i try to change wallpaper the list is not complete15:59
venthe1650it only shows default wallpapers15:59
Nokajitomreyn: okay, it's completed (85MB files, 300MB installed) - It's saying restart required16:00
tomreynNokaji: so, i guess you could restart ;)16:01
tomreynNokaji: once that's done come back here and tell us the command you ran to produce the error message you had posted initially.16:01
Nokajitomreyn: Will do :) fingers crossed ... bbiab ... thanks again!16:02
renatonetohi16:05
renatonetocan i use ubuntu server without grub in the mbr?16:05
renatonetobecause when i install it using the cd and don't install grub, it seems like mij mbr isn't bootable16:06
tomreynventhe1650: try this https://askubuntu.com/questions/109208/how-do-i-add-new-wallpapers16:06
renatonetomij = my16:06
tomreynrenatoneto: you'll need something to boot your ubuntu. most of the time you want to install grub, and install it to the first hard disks' MBR.16:07
tomreyn(so on the first disk, not into a partition)16:07
renatonetotomreyn: i'm using iPXE to boot and would like to chainload into ubuntu server16:08
tomreynrenatoneto: theoretically you could use other boot managers to boot into ubuntu, but in most situations that's not what you want to do.16:08
Nokajitomreyn: Back :) - We have something resembling some activity, I can now see a  PRINTERS icon in a coupla places, it's telling me 'not connected' so far16:09
Nokajioption to ADD Printer, greyed out16:10
tomreynrenatoneto: if you pxe boot you'll receive your boot loader and likely also your kernel from the network. if you want that to chainload into anything local then you'll need to modify what you get from the network.16:11
Nokajitomreyn: trying to connect with localhost gives me "There was an error during the CUPS operation: 'failed to connect to server'."16:11
Nokajiway more than I had beofre, fo' sure16:11
tomreynNokaji: which ubuntu version do you run and which printer model are you trying to install?16:12
tomreyn'lsb_release -sd', typed into a temrinal, should answer the first question16:13
Nokajitomreyn:  Canon PIXMA MX 925 - I'm guessing I need to add a driver for it16:13
Nokaji16.04 but I'll check in terminal ...16:13
NokajiUbuntu 16.04.3 LTS16:14
Nokajigutenprint has been recommended at times, I think I used it before...16:15
tomreynNokaji: does http://localhost:631 load in a web browser?16:17
klusiashello. On ubuntu 14.04 i want downgrade from libssl1.1 to libssl1.0.2. Tried removing libssl1.1 package (successfully), but cannot install 1.0.2. apt says, that there is no candidate16:18
tomreynklusias: right, you don't do that. why would you want to do it in the first place?16:19
Nokajitomreyn:  I get "Unable to connect"16:19
klusiastomreyn, librabbitmq4 needs 1.0.2 and doesnt work with 1.116:19
tomreynNokaji: run this in a temrinal, then try accessing localhost:631 again: sudo /etc/init.d/cups restart16:19
tomreynklusias: where di you get this librabbitmq4?16:20
Nokajiokie,...16:20
klusiastomreyn, trying to install via apt-get install librabbitmq416:20
Nokajitomreyn: A PROBLEM WITH THAT ONE, SHOULD i TRY "sudo /etc/init.d/cups restart"?16:22
Nokajioops, sorry caps16:22
tomreynklusias: please post these commands and their output to a pastebin: sudo apt-get update; sudo apt-get -f install; apt-cache policy; apt-cache policy librabbitmq4 libssl1.1 libssl1.0.216:22
Nokaji... no good either16:22
tomreynNokaji: if you haven't run it yet, run it now16:23
Nokajicommand not found ... okay will try again16:23
tomreynNokaji: okay you need to install cups16:23
tomreynNokaji: sudo apt-get install cups16:23
NokajiThanks tomreyn :) I'm optimistic here16:24
tomreynNokaji: once that's done you can probably configure your printer where it was greyed out before.16:24
NokajiAh, maybe not quite yet .... "The following packages have unmet dependencies."16:24
NokajiI'll paste it, it is a much shorter list than before, 6/8 lines or so ...16:25
tomreynNokaji: please use paste.ubuntu.com16:26
Nokajihttp://paste.ubuntu.com/25248222/16:26
klusiastomreyn, i added new sources to source.list and it worked out, dunno why apt-get update didnt worked out before16:26
tomreynklusias: i'm guessing that you are combining packages from different linux distributions or releases.16:27
tomreynklusias: the commands i suggested to run may help sort this out.16:27
MonkeyDustklusias  type   sudo apt update    and paste the output here ... http://paste.ubuntu.com/16:29
tomreynNokaji: something is still very wrong with your package management system. i suggest you do this: cd; wget https://raw.githubusercontent.com/tomreyn/scripts/master/foreign_packages ; chmod +x foriegn_packages; sudo apt install apt-show-versions; ./foreign_packages16:29
Nokajitomreyn: okay, that went ahead fine16:32
tomreynNokaji: it shouldn't since i had a typo in there and the script you downloaded should have stated that it needs to be run through sudo16:33
NokajiI corrected the 'foreign' bit :)16:33
Nokajimade me feel a little less useless by spotting it - here's the result - http://paste.ubuntu.com/25248258/16:34
tomreynNokaji: cd; sudo foreign_packages | pastebinit -16:34
tomreynyou may also want to 'sudo apt-get --purge autoremove' at some point to remove packages you no longe rneed.16:35
plut0Auto login to X isn't working on 16.04, used to work on an older version. How can I troubleshoot this? lightdm starts with the login screen instead of logging in automatically16:36
pavlosplut0: look at /etc/lightdm/lightdm.conf16:37
Nokajitomreyn: okie, done the purge bit, installed pastbinit but it says "trying to send empty document - exiting"16:37
tomreynNokaji: can i see the command you ran?16:38
plut0pavlos: yes i'm using the config from /usr/share, edited the autologin-user and autologin-user-timeout variables16:38
Nokajisure tomreyn ...16:39
pavlosplut0: and did you logout/login again?16:39
Nokajitomreyn: http://paste.ubuntu.com/25248279/16:40
Nokajitomreyn: I'm getting a "please restart computer" meassage - shall I give that a try?16:41
tomreynNokaji: my mistake, sorry. reboot, then run: cd; sudo ./foreign_packages | pastebinit -16:42
Nokajiokay I'll restart ... bbiab ...16:42
Nokajitomreyn: okie, will do - you are doing an amazing job, thanks again - you make it look easy :)16:43
pavlosplut0: https://askubuntu.com/questions/51086/how-do-i-enable-auto-login-in-lightdm16:43
plut0pavlos: looks like the username field is hidden16:43
pavlosplut0: seems you're gui, unlock and then select the user and autologin16:44
plut0pavlos: already have this configured, it's not working16:46
pavlosplut0: look at the link I sent, other options listed16:46
Nokajitomreyn: right, I have http://paste.ubuntu.com/25248322/16:46
plut0pavlos: defaults to the wrong username, can't even change the username16:46
pavlosplut0: can you create another user and test?16:47
Nokajitomreyn: I recall a file got released into the wild and then retracted, I picked it up on my 'daily' updates - that may explain the newer version, that's why I was hoping the problem might fix itself when the file versions caught up16:48
tomreynNokaji: please run these commands and provide their output: sudo apt-get update; sudo apt-get -f install; apt-cache policy; apt-cache policy cups-client cups16:48
plut0pavlos: doesn't help, can't change the username on the greeter16:48
Nokajitomreyn: okie, running it on one line ...16:49
tomreynNokaji: i don't think ubuntu every 'unpublishes' updates, instead a package version with a hi9gher version number would be made available, fixing errors in previous versions of the same package.16:50
Nokajitomreyn: I was hoping for such but they retracted the snafu and don't seem to have fixed the version numbers - http://paste.ubuntu.com/25248337/16:51
NokajiI could be wronger than wrong ofc, just my understanding here16:51
tomreynNokaji: i don't think such would ever be done for ubuntu repositories. but you are using a lot of PPAs, which are egnerally unsupported, and might apply such practices.16:52
eater9Is there a particular process that listens for global keyboard shortcuts? Which I could restart if it hangs after resume from suspend?16:53
tomreynNokaji: you should download security updates form security.ubuntu,.com only.16:54
tomreynyou get those from gb.archive.ubuntu.com16:55
Nokajitomreyn: okay, I'll have to look in to that, been a while I forget what some of those are for16:55
tomreynhttps://wiki.ubuntu.com/SecurityTeam/FAQ#What_repositories_and_pockets_should_I_use_to_make_sure_my_systems_are_up_to_date.3F16:56
tomreynthis is most likely not the cause of the problems you are seeing now, though16:56
Nokajitomreyn: okay - is it fixable you reckon?16:57
bnasonI'm having some problems resizing my systems root partition. I've booted into a livecd and got gparted to extend the lvm from 50GB to the full 100GB16:57
bnasonbut if I mount the filesystem, its still the old size16:57
tomreynNokaji: actually the security archive may be why16:58
tomreynNokaji: try fixing that, then update + dist-upgrade16:58
bnasonI've tried running resize2fs but it just reports "The filesystem is already 12456960 (4k) blocks long. Nothing to do!"16:59
plut0is there any logs for lightdm?16:59
plut0i see them16:59
Nokajitomreyn: okay, I'll see what it is and then maybe remove it16:59
saryplut0: aren't they loged in /var/log/lightdm ..!17:00
tomreynNokaji: once that's done, also do this (unless you installed any of these packages on purpose - in which case let's discuss these): sudo apt-ge4t purge libdvdcss-dev libdvdcss2 libgcrypt11 libgnutls26 libguess1 libreoffice-presentation-minimizer librtmp0 libvpx117:01
Nokajitomreyn: I recall I installed a 'clam' anti-virus proggie ...17:02
tomreynNokaji: to correct your security APT archive, comment out the lines with "xenial-security" you currently have in /etc/apt/sources.list and replace them by17:02
tomreynhttp://paste.ubuntu.com/25248376/17:02
bnasonhmm appears I had to manually run lvresize17:02
tomreynNokaji: neither of the packages i suggested to remove is related to ClamAV.17:03
Nokajitomreyn: thanks for figuring that bit out for me, I'll get on to it17:03
plut0pavlos: i tried a manual login, looks like X just crashes when I login with that user17:05
tomreynwelcome17:07
Nokajitomreyn: just to check I understand this .. I currently have 4 lines with xenial-security there. I am to comment out all four and replace with the six lines exactly as they are?17:09
Nokajireplace meaning add below, or above17:10
Nokaji'replace' meaning ....17:10
tomreynNokaji: yes, eaxctly. better comment out (put a # as the first character) those existing lines so you can roll back if you see a need to do so.17:11
Nokajitomreyn: understood :)17:11
Nokajioops, need to sudo gedit it so I can save ...17:12
tomreynright17:15
F4RR3LLo717:15
pavlosplut0: can you create another user, bob and try ?17:17
Nokajitomreyn: Sorry, a bit slow here - have ade 'xenial-security' changes. Will now run "sudo apt-get dist-upgrade -V" if approrpriate17:17
Nokajiokay, got 0,0,0, on tat one ...17:18
Nokajinow purging, even if were on purpose ...17:18
tomreynNokaji: first you need to "sudo apt-get update"17:19
tomreynNokaji: only then, you can "sudo apt-get dist-upgrade -V"17:20
Nokajitomreyn: okay, didn't quite hit the Y/n button .... only thing i see there I know I need is audacious but not as important as printer and can always reinstall and see if it was the issue17:20
NokajiAh, I see - we changed the root source for security updates ...17:21
Nokajiokie, purging ...17:21
tomreynexactly :)17:22
Nokajiit's deleting some libre-office-minimiser and related (lib...) that I may have to reinstall fo' sure ...17:23
tomreynNokaji: this package did not have an installation candidate. in other words, you did not have an apt source configured for it, not as of today. which means, it will never get updates, including security updates.17:24
tomreynNokaji: that's what this forign_packages script determines, it lists you packages of 'unknown origin' which wont get updates17:25
NokajiAh, right ... libreoffice still opens just fine also so nothing major there, prolly nothing at all changed there17:25
NokajiI see, okay ... trying the printer thing again, no obvius change, doesn't see local host etc17:25
tomreynNokaji: you should be able to 'sudo apt-get install cups' now, though17:26
Nokajiright!!!!17:26
Nokajigonna try ...17:26
tomreynand once that succeeds, the webpage should also work17:26
Nokajitomreyn: the error on that looks similar to last time, I'll paste it up ...17:28
Nokajitomreyn: Thank you so much for your time on this one, I now have - http://paste.ubuntu.com/25248480/17:29
tomreynNokaji: you did "apt-get update" before running this command, and no error was reported, right?17:31
tomreynalso no warnings17:31
Nokajitomreyn: Someone once pointed out a web page they thought captured the problem with the updated and rolled-back file, lemme see if I can track it down in case it is of some help17:31
tomreynNokaji: no need, that's not the problem here (though i'd personally still be interested)17:32
Nokajitomreyn: "sudo apt-get update17:32
Nokaji" yup17:32
Nokajishall I re-run it to check for errors, I don't recall any17:32
tomreynNokaji: please do, it doesn't do bad.17:33
tomreynare oyu in (or somewhat close to) great britain? i assume that's what GB in gb.archive.ubuntu.com stands for.17:34
Nokajitomreyn: it ran fine, found another 300kb17:34
Nokajireported back 'done'17:35
tomreyn!info cups xenial17:38
ubottucups (source: cups): Common UNIX Printing System(tm) - PPD/driver support, web interface. In component main, is optional. Version 2.1.3-4 (xenial), package size 195 kB, installed size 759 kB17:38
tomreyn!info libcups2 xenial17:38
ubottulibcups2 (source: cups): Common UNIX Printing System(tm) - Core library. In component main, is optional. Version 2.1.3-4 (xenial), package size 207 kB, installed size 676 kB17:38
tomreynNokaji: i must be missing something. can you post 'apt-cache policy' again, please?17:40
Nokajitomreyn: This page show some more recent versions of CUPS, ie. 2.2.4 - https://www.cups.org/17:40
Nokajisure ...17:40
tomreynNokaji: yes that's normal. you don't get to use the very latest software versions as packages in ubuntu. but they are packages, and they get backported security fixes. so you don't always get the very latest functionality, but it is stable, tested, and works (most of the time)17:41
gde33after electrolysis happened clicking on videos in firefox first became gradually slower in repsonse, now it just gets stuck in full screen17:41
gde33cant even close it anymore, window is not responding17:42
W13exit17:42
tomreynNokaji: also: apt-cache policy cups libcups2 libcupscgi1 libcupsmime1 libcupsppdc1 cups-core-drivers cups-daemon cups-ppdc printer-driver-gutenprint17:43
Nokajitomreyn: https://paste.ubuntu.com/25248567/17:43
Nokajitomreyn:  and https://paste.ubuntu.com/25248574/17:44
Nokajitomreyn:  fair enough, was wondering if that was a cause of mismatched file versions but you would have said17:46
tomreynNokaji: sudo apt-get purge libcups2; sudo apt-get install cups17:49
psychoticwarriorhey17:49
tomreynNokaji: or i could have missed something important (but indeed i didn't, not int this case ;) )17:50
Nokaji:)17:50
psychoticwarriormake sure you edit <username> ALL ALL ALL ALL in /etc/sudoers17:51
psychoticwarriorits hard to explain over chat17:51
tomreyngde33: such is almost always the result of interaction of browser add-ons (or plugins) with webpages embedding the video.17:52
psychoticwarrioruseername ALL=(ALL:ALL) ALL17:52
Nokajitomreyn: Looks a similar list ... - http://paste.ubuntu.com/25248615/17:52
gde33tomreyn: I dont think so, it does the same with a clean profile17:53
tomreynpsychoticwarrior: whom are you talking to there?17:53
tomreyngde33: hmm okay, then indeed i dont know.17:53
psychoticwarriorim not sure i forgot just entered chat17:53
tomreynNokaji: i don't see the output of "sudo apt-get purge libcups2" there17:54
gde33tomreyn: I did hear others have the same issue of clicks on videos (specially youtube) taking 10-20 seconds to resolve17:54
Nokaji... okie , lemme check17:54
gde33I'd hate to imagine what it is doing while that happens17:54
tomreyngde33: doh, thats plenty, got an example video?17:54
gde33all of youtube has strange response times17:55
gde33it seems to start with 1-2 seconds and get slower while the session gets older17:55
gde33but increasingly so17:56
tomreynhmm maybe you got some outdated libs17:56
Nokajitomreyn: re-doing that line by itself here... http://paste.ubuntu.com/25248635/17:57
gde33ill try run update17:57
tomreynNokaji: would you mind purging gnuplot as well?17:58
Nokajisure - it looks like it needs purging! - doubt I'll use it any time soon17:59
tomreynNokaji: or just remove it if you'd like to keep its configuration17:59
tomreynNokaji: purge is cleaner and prevents conflicts however17:59
NokajiI'm not big on command line editing just yet - I'll do whatever is best here17:59
tomreynesp. if you dont strictly need it17:59
Nokajitomreyn: "sudo apt-get remove gnuplot" ?18:00
tomreynNokaji: remove or purge, yes18:00
tomreynthe rest is fine18:00
Nokajiit's gone18:00
tomreynso try again18:00
Nokaji"sudo apt-get purge libcups2; sudo apt-get install cups" trying again ...18:01
tomreynright18:01
Nokajiactually, I''ll do one command at a time18:01
Nokajitomreyn: Holy shmoly! ...18:02
tomreyn?18:03
Nokajitomreyn: it wants to delete countless files and install countless files18:03
Nokaji"0 to upgrade, 34 to newly install, 540 to remove and 0 not to upgrade. Need to get 5,002 kB of archives. After this operation, 2,980 MB disk space will be freed."18:03
Nokajitomreyn:  looks a bit excessive - asking me for a Y or N18:04
tomreynNokaji: hehe, can you cancel and run "sudo apt-get dist-upgrade -V" again and show it's output (again, don't confirm, yet)18:05
tomreynit looks like you may have missed a lot of legitimate updates due to some outdated packages there.18:05
Nokajisure tomr ...18:05
Nokajioops , sure tomreyn18:06
dmbpplvrywhrhaving an issue where Ubuntu is not allowing me to proceed with /lib   mounted as a separate partition  (which as noted here, was possible at some point :  https://www.dell.com/support/article/ca/en/cabsdt1/sln152018/the-types-and-definitions-of-ubuntu-linux-partitions-and-directories-explained?lang=en  )18:07
Nokajitomreyn: Here 'tis - http://paste.ubuntu.com/25248745/18:07
dmbpplvrywhrThis is what I get :  https://usercontent.irccloud-cdn.com/file/iYVGEJRI/image.png18:07
Nokaji0,0,0 to install/remove18:08
tomreynNokaji: oh it's just suggesting that you remove the dependencies of audacious. i suggest you do so.18:09
Ben64dmbpplvrywhr: why do you need a /lib partition18:09
dmbpplvrywhrBen64 -  segregation.  i have separate vm drive files for each partition.18:10
tomreynNokaji: so: sudo apt-get --purge autoremove18:10
Ben64dmbpplvrywhr: ok but why18:10
Nokajiokie, running "sudo apt-get purge libcups2" followed by "sudo apt-get install cups"18:11
dmbpplvrywhr-.-    why the why ?    lol18:11
Ben64because it doesn't make sense18:11
Ben64theres no reason to have 16 partitions18:11
dmbpplvrywhrit makes no more sense than having /opt/18:11
Ben64it makes much less sense than /opt18:11
dmbpplvrywhror   /tmp/ and swap  --18:11
Ben64incorrect18:12
dmbpplvrywhrbut in any case, i guess i am in the wrong place for a clear answer as to when this capability was removed ---18:12
dmbpplvrywhrit is good enterprise practice (not common) to have each mount on root as a separate partition18:12
Ben64trying to actually help you instead of answering a irrelevant question18:13
Ben64and no, it is not good practice18:13
Nokajitomreyn: seems I didn't see your line above :) ... guess I can try that next18:13
dmbpplvrywhrwhy ?18:13
Ben64theres no point18:13
dmbpplvrywhranything i say, you will simply say --- do it X way instead18:14
Nokajitomreyn: Display has gone a tadweird around the edges, if I lose contact I may have to d a reboot - just the tabs buttons really at the moment ... lost a few proggies, no biggie18:14
tomreynNokaji: yes, and then it's  "sudo apt-get purge libcups2" followed by "sudo apt-get install cups"18:14
dmbpplvrywhraka --  backup specific mounts .....  syncronization of drives as files ....     having 32 drive raid,  so if any mount point fails it fails on it's own and can be swapped out18:15
Nokajiokay, thanks again tomreyn18:15
tomreynNokaji: feel free to reboot any time18:15
dmbpplvrywhrwhy must lib    be part of /18:15
Nokajisure ...18:15
dmbpplvrywhri can't repalce my root drive now without replacing my libraries too ?18:16
Ben64right18:16
dmbpplvrywhrmakes as much sense as distributing an outdated version of nodejs and then having core os packages depend on it ----   *cough* debian18:17
Ben64not really18:18
dmbpplvrywhrthis was one of the cool things that linux could do -- i don't even see a patch where this capability was canned18:18
dmbpplvrywhrcan you tell me this so i have no other suprises --- what other mounts must i combine with  /18:20
Ben64there might be a couple others, but just do the ones you need18:21
Ben64normally just /home ...18:21
dmbpplvrywhrlazy18:21
dmbpplvrywhrlol18:21
Ben64no18:21
Ben64it's how everyone else does it18:22
Ben64because it works and it's pointless to have a million mountpoints18:22
dmbpplvrywhrnot everyone ---   majority ---  doesn't make it ok18:22
dmbpplvrywhrit's ok for simple systems ....  like monolithic kernels vs modular ....  why make it modular ?   because it's easier to make changes --18:23
Ben64theres no changes to be done to bits of the file system18:23
dmbpplvrywhrsay i install a package that borks everything ... would i need to replace boot too ?  or,   just replace the drives affected with backups18:24
Ben64what?18:24
dmbpplvrywhri don't see why i am being explicitly denied the ability to do something that linux is more than capable of handling18:26
dmbpplvrywhrby the installer -.-18:26
dmbpplvrywhrwhy block it completely ?    does it break it ?18:26
quadruplehi, I know there is some command to find files bigger than, e.g. 100M and add them to .gitignore. How can I find all huge files in all subdirs and then add them to gitignore?18:27
Ben64there still is no point18:27
Ben64dmbpplvrywhr: do it yourself after install if you care that much18:27
Ben64quadruple: "find -size +100M" then however gitignore works18:28
dmbpplvrywhrquadruple , if you already pushed a commit with then, then you will need to do a headless push and use a different command to strip the big files out, and re-push18:30
dmbpplvrywhrquadruple :  https://stackoverflow.com/a/2158271  ( remove files from repository )   ....   `find . -size +100M | cat >> .gitignore`18:34
quadrupledmbpplvrywhr, I was using exactly that command. Thought that I saw a directory (with a file > 100M) inside .gitignore before so I removed these lines18:37
quadrupleI think it is working now. mby I am just too tired xD18:38
quadruplety18:38
dmbpplvrywhrquadruple, reduce the size maybe, unless you want files 99M in size :)18:41
quadrupledmbpplvrywhr, nah, that's fine. github has this 100mb filesize rule...18:42
dmbpplvrywhrBen64 - so the partitions I can no longer have separate from root (which before you could assign root like 100M, and mount separate drives which restricts the amount of bloat apps (and sysadmins) can do to /),    mounts you must have on the same drive now are :   `lib, lib64, bin, sbin, dev, etc`18:42
dmbpplvrywhrquadruple -  i didn't know that lol.18:43
dmbpplvrywhrapparently they have https://git-lfs.github.com/  for that18:44
quadrupledmbpplvrywhr, that looks nice18:46
quadruplethanks18:46
dmbpplvrywhrnp. :)    it's not typical, but for those that prefer to do large file versioning the git way...  there is a way :)18:46
dmbpplvrywhri find it annoying when i ask something that just because the majority doesn't do it that way ....  im given the first degree instead of a solution :S18:47
dmbpplvrywhrcan you check what version of python is installed (as this has been typical for ages to have core packages dependent on it)  ---   im hoping it's at least 3.618:48
dmbpplvrywhrdebian 8 is 2.7 and can not be safely replaced18:49
dmbpplvrywhrhave to run it in a container lol18:49
dmbpplvrywhrhoping this  `mini.iso` doesn't install anything to do with X or desktop.18:50
dmbpplvrywhrTHANK YOU ---  for offering a selection to not install that garbage  :)18:51
dmbpplvrywhr+118:51
jasuntowhen installing openvpn in ubuntu server, shouldnt it create another network intereface like tap or something?19:46
BluesKajjasunto,  https://community.openvpn.net/openvpn/wiki/BridgingAndRouting19:51
jasuntocheck it out, it was never this complicated before, als had a guide to follow for ubuntu and fedora server, now building a VM again and cant find any good guides, its ubuntu server that boots and connects to PIA with openvpn and runs transmission19:53
jasuntocheck it out now*19:53
BluesKajinstall network-manager-openvpn19:54
jasuntothis is headless server edition19:54
jasuntothats for a desktop environment i beleive right?19:54
jasuntoi have lo and eth0, would expect another interface19:55
BluesKajwell yes19:55
jasuntoUbuntu Server 17.0419:55
jasuntoi never put a DE on a server19:55
BluesKaji don't use network manager , i DL'd the .ovpn files and put them in /etc/openvpn19:56
BluesKajjasunto, yeah i understand , my mistake19:56
jasuntoyeah, i followed the guides exactly and public IP is still my home one19:56
jasuntodownloads the ovpn and move to /etc/openvpn with file extension changed to conf, ca crt and ca pem moved over to same directory, edit US East.conf and point to login.conf for creds, did /etc/default/openvpn to auto start that connection, reboot and still have same public IP19:58
BluesKajPIA assumes you're putting the vpn on  a pc not server, unless they have a guide for servers, but I haven't been on their site for a while19:59
jasuntolast two i made i googled for a guide and found plenty, the worked first try20:00
jasuntonow i cant find much, trying to piece together several guides20:00
jasuntoi wish i had printed the old ones to pdf20:00
BluesKajjasunto, also the lofin.txt file with your username and pw has to goto /etc/openvpn20:00
BluesKajlogin.txt rather20:01
jasuntoim wondering if my issue is because there isnt a vpn interface when running ip addr20:01
jasuntoits there20:01
jasuntoand reference in the auth user line of the connection20:01
jasuntolet me connect it manually and check public IP20:02
madLyfeif i did git clone on a project, then followed the projects compile instructions, but now i want to change something in one of the files and need to recompile. can i do that?20:04
jasunto400 ok for permission on that file, guide said that, im thinking only root needs read20:04
madLyfeor do i need to git clone to a new dir or something like that?20:04
BluesKajjasunto, "sudo openvpn --config /etc/openvpn/Nameofvpnserver.ovpn --auth-user-pass /etc/openvpn/login.txt" this is the command I have in my bash-aliases file20:04
jasuntoBluesKaj i may be getting close20:07
jasuntoif i do ‘sudo openvpn US\ East.conf’ it gets all sorts of files do not exist, if i cd to /etc/openvpn and run same command it works and public IP changes, i need to see whats happening when init.d starts it20:08
jasuntothis should log to /var/log/syslog right?20:09
jasuntoBluesKaj - i think i need to give absolute paths to files referenced in configs, or somehow set /etc/openvpn as the working directory20:13
BluesKajjasunto, it's  US East not US\ East20:13
BluesKajUS East.ovpn20:13
BluesKajjasunto, using eth0  still ?20:15
jasuntolinux you have to escape the space in paths20:17
jasuntoi noticed it does add an adapter when connecting, goes away later after disconnect20:17
jasuntomanual connect working, connect at boot not, probably not ubuntu related, going to check openvpn IRC20:18
dmbpplvrywhri have a dream20:20
dmbpplvrywhrone day, we will be able to have a bare console installation ---  AND it will be able to render graphics and video and games without the overhead of a windows alternative like X20:21
ZythyrNeed help. I downloaded a program called "composer.phar". I am suppose to move this to /usr/local/bin/composer. I don't have sufficent privelages. How can I run this program from my home dir?20:21
dmbpplvrywhrZythyr      `sudo20:22
jasuntoBluesKaj /etc/init.d/openvpn start prompts for what it looks like are ubuntu credentials20:22
Zythyrdmbpplvrywhr I can't sudo. I am not allowed to move to /usr/local/bin20:22
dmbpplvrywhrif you want, you can do this  ....    `sudo bash`        type your user password,  then  `passwd`    type a new password for root that you know,   and you can then do root operations as root :)20:22
winem_hi. just a quick q. I installed and removed (apt --purge remove) some software but the links in /etc/systemd/system were not deleted and caused a  failure when installing the same package again. am I wrong or is it worth a bug report to the maintainer?20:23
dmbpplvrywhryour user doesn't have `sudo` access ?      if this is your box, then that is a problem  lol20:23
Zythyrdmbpplvrywhr Not my box.20:23
dmbpplvrywhrwell, the good news, is composer can be run from anywhere20:24
dmbpplvrywhrpop it in a folder, and set an alias in your .bashrc        `alias composer='/my/path/to/composer.phar`      and  `chmod +x  /my/path/to/composer.phar`    logout and back in,   good to go20:25
dmbpplvrywhri do <3 these package managers for coders who are too lazy to include what their application requires lol20:26
dmbpplvrywhrgives the impression their application is only 100kb instead of 780 MB ...    XD20:26
Zythyrdmbpplvrywhr Thanks! I moved composer.phar to $HOME/bin/composer/composer.phar20:27
dmbpplvrywhr:)   another shortcut for $HOME  ---   is   `~`20:28
dmbpplvrywhrso  `cd ~/bin`  would take you to that directory20:28
BluesKajjasunto, /etc/init.d/openvpn ? aren't you using systemd convention?20:29
plut0Just upgraded to 16.04, I'm unable to login now. Getting kicked out right after I login, looks like X is crashing. I see this error message in lightdm.log. CRITICAL: session_get_login1_session_id: assertion 'session != NULL' failed20:30
dmbpplvrywhrjasunto -- are you trying to start the application as a service ... or use it as a client to connect ?20:31
jasuntoservice20:32
jasuntoconnect at boot20:32
jasuntothese guides show init.d20:33
jasuntoi know that ubuntu was moving away from that20:33
Bashing-omplut0: Do "you" have the authority to access your desktop ? At the login screen key combo ctl+alt+F1 to gain a console . what shows ' ls -al .ICEauthority .Xauthority ' ?20:33
BluesKajwhich ubuntu version , jasunto?20:33
jasunto17.04 server20:34
F4RR3LL:>20:34
dmbpplvrywhrthis is a bit dated, but should be helpful as it is fairly thorough and given that openvpn hasn't really advanced :  https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-0420:34
jasuntonot a server, client20:34
BluesKajyeah that's gotta be systemd which doesn't use init afaik , jasunto20:34
plut0.Xauthority and .ICEauthority is owned by me, 664.20:34
jasuntoboot up, openvpn client to PIA, transmission-cli20:34
dmbpplvrywhrok, as a client,    it should be in bin folder ... just type  `openvpn --connect` or whatever20:35
jasuntoworks manually, needs to connect on boot, only connects manually20:35
BluesKajanyway I have to go jasunto ..later, hope you get it sorted out20:35
plut0Bashing-om: looks like it's kicking out of the root user as well20:35
Bashing-omplut0: Gppd deal ! Next is what shows ' sudo lshw -C display ' , is the hardware seen and a driver loaded ?20:35
Bashing-omgood*20:36
dmbpplvrywhrjasurito -- do you have access to modify the startup ?  also, you need to set it to use the ovpn profile20:36
plut0Bashing-om: https://pastebin.com/Edn5c3np20:36
Bashing-omplut0: so much for that thought . nvidia driver is loaded . which one ? ' dpkg -l | grep -i nvidia ' .20:39
plut0Bashing-om: looks like it's the xorg.conf config20:41
plut0Bashing-om: i removed it and i was able to login20:42
jasuntoi followed a guide, i have sudo rights20:43
jasuntoit is set20:44
Bashing-omplut0: What is the machine specs ? laptop ? hybrid graphics (not, per lshw -C display ) .20:44
unicornjediWhat is the best way to take system snapshots in ubuntu? Should I use dd20:44
plut0Bashing-om: custom build desktop/server from years ago20:44
Bashing-omplut0: K; now-a-days with DKMS most times the xorg.conf config is depreciated and not needed or used .20:45
plut0Bashing-om: i might still need to tweak it though since it's connected to a tv, i used it as a dvr20:46
Bashing-omplut0: Yeah . with a TV for a monitor . you might have to have a config file :(20:47
plut0Bashing-om: what could be causing the crash?20:48
plut0Bashing-om: even the default isn't working when I generate it with Xorg20:48
Bashing-omplut0: I can only hazard a guess . But X goes nuts trying to interface with the TV - no EDID info ?20:50
dmbpplvrywhr:S ...  php7 is installed, which is super cool, but i need php 5.6,   is there a native package that supports the install of this ?   or is it a ppa from some random (many different ones)  online ?20:53
Bashing-omplut0: What graphic's driver ? Still want a recent driver for that card .20:58
plut0Bashing-om: nvidia 37521:06
plut0next problems, X is loading with no window manager, where is that configured?21:06
plut0and i have no sound21:06
Bashing-omplut0: 375 is good . What is the desktop we are working with here ?21:11
plut0Bashing-om: i have menus along the top for folder management but that's it21:12
plut0Bashing-om: i don't see Unity21:12
Bashing-omplut0: unity . so what release ? makes a difference if upstart or systemd .21:12
plut016.0421:13
Bashing-omplut0: Not real sure with systemd (16.04) .. but try ' gsettings set org.gnome.desktop.background show-desktop-icons true ' .21:15
plut0Bashing-om: i renamed .config and .cache, that seemed to fix it21:16
minimecplut0: Maybe try to reset unity to its default settings... in a terminal 'dconf reset -f /org/compiz/' then 'setsid unity' --> https://ubuntuforums.org/showthread.php?t=232153921:17
minimecplut0: Oh... I see you managed it already...21:18
plut0ok that's fixed21:18
plut0now i gotta fix my sound21:18
Bashing-om!sound | plut021:19
ubottuplut0: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.21:19
plut0well that was easy, just opening the sound preferences fixed it21:21
minimecplut0: Do you want 'sound through HDMI' with that nvidia driver or do you use the internal soundcard?21:21
minimecplut0: Again... I am late... ;)21:21
Bashing-omminimec: It's the thought that counts :)21:22
minimecBashing-om: ;)21:22
plut0thanks for the help guys, you rock21:23
hfpHi, I'm having some trouble with my network configuration on Ubuntu server 16.04.2. I am running a few kvm/qemu virtual machines over a bridge, and they can't get their own IP via DHCP anymore. Where should I start troubleshooting?21:23
hfpThe server itself gets an IP, I can reach it, and it can reach the internet.21:24
Bashing-omplut0: Awww shucks, I just held your hand, you did all the work .21:26
horny-samahttps://paste.fedoraproject.org/paste/Fgwk-34yv16YtHsiCexB~A <---everytime I do sudo apt-get update21:53
horny-samaI don't know why I am getting this error21:54
tomreynhorny-sama: have you ever tried doing what the message suggests?21:55
tomreynsudo apt-get reinstall passwd21:55
minimechorny-sama: try 'sudo apt install --reinstall passwd'21:55
tomreynactually this ^ right21:55
Lenbroken passwd... lol21:55
kk4ewthorny-sama,  uname -r21:57
horny-samaI don't know why everytime I do sudo apt-get -y upgrade I am getting this error https://paste.fedoraproject.org/paste/Fgwk-34yv16YtHsiCexB~A21:58
Len...21:58
Lenhorny-sama: http://lmgtfy.com/?iie=1&q=package+is+in+a+very+bad+inconsistent+state solution for your problem21:58
tomreynLen: please don't22:00
minimechorny-sama: I would first try to 'sudo dpkg-reconfigure paaswd'. If that doesn't work, try 'sudo apt install --reinstall passwd'22:00
horny-samaminimec: try both approach already https://paste.fedoraproject.org/paste/h-1~xhAK0BzS9WvzURoJPw22:02
minimechorny-sama: '/usr/sbin/dpkg-reconfigure: passwd' ;) not paaswd. Simply a typing error.22:03
tomreynbad connection eh22:05
horny-samasorry my pc just keeps on blowing up on me22:05
tomreynhorny-sama: bad internet connection?22:05
horny-samatomreyn: more than pc froze22:05
tomreynoh, maybe time for a reinstall?22:05
tomreynor at least stabilize it first22:06
horny-samajust reinstall to 17.04 yesterday22:06
F4RR3LLor build a powerful pc xD22:06
tomreynthat's a different issue than the passwd one22:06
horny-samaatm I move my desktop xubuntu installation to my laptopt22:06
horny-samato syncing crypto wallet at skool22:06
F4RR3LLi got kali ;p22:06
tomreynhorny-sama: maybe run it form a live cd or something. we can't really help you if you get disconnected every 2 minutes22:07
F4RR3LLon my laptop22:07
horny-samasudo apt install --reinstall passwd seems to work22:09
horny-samahate bankdwidth cap in canada22:09
Inferno_geekBandwidth?22:10
F4RR3LLxD22:10
horny-samaInferno_geek: like if I go over 450gb per month I will get charged22:11
horny-samaby the isp22:11
horny-samaI mean my landlord will22:11
horny-samaand everyone gets pissy22:11
Inferno_geekDo you have public Wi-Fi near you? That is one of ways for downloading full collection of Bach's works. (That was an example of something heavy. )22:16
horny-samaInferno_geek: I can go to coffee shops to sync my crypto wallet but I don't think that's wise since they are talking about 10k+ usd worth of goodies22:18
horny-samano p2p in school so I can't sync my wallet there22:24
horny-samabut I can still sync ethereum22:24
horny-samaI guess I will use tor to sync22:30
devslashBashing-om, hey are you here22:32
devslashim still having this video issue with the crash back to login with both 367 and 384 version of nvidia drivers22:34
Inferno_geeknomodeset did not helped you?22:35
Bashing-omdevslash: What does X say ? cat /var/log/Xorg.0.log .22:36
devslasha lot of lines that say no input driver specified,  ignoring this device for different devices /dev/inputX where x is a nimber22:37
devslashit looks like it does log in because i see some of my apps for a second then it crashes back to the login22:38
Bashing-omdevslash: Those are just advisories , not errors . show me the file and I see what I can read into it .22:39
devslasherr sorry its /dev/input/eventX22:39
venthe1650Hello. I have two questions. 1. is it possible to join multiple channels? 2. Is there a voice recognition software for ubuntu that can be used offline and has an option to add my own scripts and commands. Thank you very much22:40
devslashBashing-om https://termbin.com/tnqb22:40
Bashing-omdevslash: reading.22:40
devslashok22:41
F4RR3LLventhe1650: depends on what app u are using to connect to irc22:42
F4RR3LLevery irc app can multichannel i think22:42
devslashhmm theres a message about failing to initialize nvidia kernel modules22:42
venthe1650im using web browser22:42
venthe1650opera to be precise22:43
F4RR3LLventhe1650: if u are on linux then dont use browsers to connect with irc22:43
F4RR3LLuse terminal or gui app22:43
Bashing-omdevslash: "(EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the ...." . Gow did you install the 384 version driver ? And we also need to get this system updated .22:43
venthe1650sounds ok. any recommendation when it comes to gui apps?22:44
devslashfrom apt-get22:44
devslashBashing-om, you mean apt-get upgrade ? because i did that already22:44
F4RR3LLventhe1650: the best in my opinion is to use terminal. U can apt-get install irssi and it will install an irc app for u that u can use thru termina. Its what I am using right now22:45
devslashBashing-om, apt-get install nvidia-38422:45
F4RR3LLirssi is very easy to use, documentations are very easy to understand. Its very handy, simple and nice on terminal :)22:45
Bashing-om!info nvidia-384 xenial | devslash22:46
venthe1650F4RR3LL:  Thank you I will give it a shot22:46
ubottudevslash: Package nvidia-384 does not exist in xenial22:46
F4RR3LLventhe1650: I discovered irssi 3 days ago and I can tell u, its very simple, u dont even need an gui app22:46
devslashi added a repo22:46
F4RR3LLjust irssi command on terminal and u can join any server node22:46
Bashing-omdevslash: ^^ I ask again , how did you install the driver as it is not in the repo . My wires were crossed as you are current .22:47
F4RR3LLon freenode registration i required22:47
devslashBashing-om, http://tipsonubuntu.com/2017/07/25/nvidia-384-59-released-gt-1030-mx150-support/22:47
F4RR3LLventhe1650: alt+1,2,3,4,5 to switch thru windows (when using multiple channel)22:47
F4RR3LLwhen irssi open ofc22:48
devslashafter adding the repo and doing update i did apt-get install nvidia-38422:48
F4RR3LLventhe1650:  basically when u join a channel, it open a new window and alt keys will allow u to switch between them22:48
minimecventhe1650: voice recognition... http://julius.osdn.jp/en_index.php https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=julius&searchon=names22:48
Bashing-omdevslash: That PPA (our trusted PPA) will work . So what all is installed ? pastebin ' dpkg -l | grep -i nvidia ' . see where we go from here .22:51
devslashnvidia-384,nvidia-opencl-icd-384,nvidia-prime and nvidia-settings22:52
devslashversion 384.59 to be exact22:52
Bashing-omdevslash: I do want to see it in a pastbin to also see the versions .22:52
venthe1650F4RR3LL: How do I connect to freenode using my registered username? what is the command22:52
venthe1650minimec:  Thanks22:53
devslashBashing-om https://termbin.com/3ssx22:53
F4RR3LLuse the command: /connect freenode and then use /msg NickServ IDENTIFY nick password22:53
devslashby the way i havent heard the fans spin up so far in about 15-20 minutes22:53
F4RR3LLand then if u are identified u can use: /join #ubuntu to join the channel22:53
F4RR3LLor any channel u want22:53
F4RR3LLjust read what it says :P and check documentations for simple commands22:54
F4RR3LLventhe1650: to join another server /connect server22:55
me_Test22:55
Bashing-om!info linux-image-generic zesty22:55
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.10.0.30.31 (zesty), package size 2 kB, installed size 13 kB22:55
devslashBashing-om, if it matters , i turned uefi back on22:55
devslashBashing-om, ok ive solved the issue here22:57
devslashi disabled secure boot and now it doesnt crash back to the login screen. i found a page that confirmed that secure boot might prevent the nvidia drivers from loading22:58
Bashing-omdevslash: ho Kay ! .. with EFI one also has to disable secure boot to install 3rd party software .22:58
devslashright i did disable it in order to install it but after a reboot i turned it back on22:58
Bashing-omdevslash: Good then .22:59
devslashbut its off now22:59
devslashsecure boot i mean22:59
Bashing-omdevslash: Done with installs, so you can turn secure boot back on .23:00
devslashno thats the problem. if i do it wont load the nvidia driver23:00
devslashim gonna test it again23:01
devslashjust turned secure boot on and rebooted  and the problem is back23:01
devslashthanks for the help. problem solved23:02
Bashing-omdevslash: K :)23:04
venthe1650I think i kinda figured out the basics of irssi but im not sure how to disable 'joined/quit' junk like in browser23:10
minimecventhe1650: /ignore JOINS PARTS QUITS23:13
venthe1650minimec: it still pops up23:14
Bashing-omventhe1650: Ya need the channel  ? ' /ignore #channel JOINS QUITS .23:14
nightwalkerkgHi, i have an older PC with integrated graphics. On all the latest distros i tried i had sub optimal UI experience, animations were laggy, some UI elements would bugout and glitch, etc, etc. AMD Catalyst is supported up to 15.04, is there any option to use it with some recent DE ?23:15
nightwalkerkgNote that i am running AMDGPU drivers now but my card is not supported with AMDGPU-PRO.23:15
minimecventhe1650: Hmm /ignore * JOINS PARTS QUITS should work fo all the channels23:15
F4RR3LLventhe1650: whats up23:16
Inferno_geekminimec: It gives me error: "Usage: /ignore [-lrcnpi] nick".23:17
venthe1650F4RR3LL: trying to deal with spam of quits etc. i think it wont appear thanks to minimec :)23:18
Bashing-omminimec: Yepper . venthe1650  in your status window (1) see what help says ' /help ignore ' .23:18
venthe1650i think its gone now thanks23:19
F4RR3LLventhe1650: what did u do?23:19
F4RR3LLto remove the spam quits23:20
Jordan_Unightwalkerkg: It's not worth it to try to get fglrx. fglrx wasn't good even when it was supported. Please pastebin the output of "lspci".23:20
venthe1650F4RR3LL: /ignore * JOINS PARTS QUITS i think this did the job23:20
F4RR3LLthx23:21
nightwalkerkgJordan_U, sure thing. https://pastebin.com/skhR3T8023:21
nightwalkerkgIt's an APU A10-5800k with HD7660D iGPU.23:22
F4RR3LLventhe1650: hah it didnt work23:24
F4RR3LLi set ignore on quit but still see23:24
F4RR3LLi forgot the asterix I think23:24
tuhinkarmakarThe thumb button on my Logitech MX Master 2S simulates <CTRL>+<ALT>+<TAB> on Ubuntu (it's customizable on Windows). Can anybody tell me how I can disable this key simulation and use the button like a 10th button?23:25
F4RR3LLtuhinkarmakar: look at keyboard shortcut maybe?23:26
F4RR3LLu can customize key shortcuts23:26
minimectuhinkarmakar: I use 'imwheel' for years. You can even define the button behaviour for individual software. So my mouse wheel for example will change volume for all my multimedia apps and so on. https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=imwheel&searchon=names23:30
psychoticwarriorwudu p23:33
psychoticwarriorwud up23:33
tuhinkarmakarF4RR3LL: I customized the other buttons with xbindkeys and xdotools. I want this button to "spread" the open windows. <CTRL>+<ALT>+<TAB> already has a bound shorcut (opens app switcher for all workspaces). I disabled the keyboard shortcut and re-bound to the spread shortcut it using ccsm. It worked... But pressing the button twice closed all windows and took me out of spread mode.23:34
tuhinkarmakarminimec: The issue is, Ubuntu doesn't recognize the button as a "button". xev and xinput test records keystrokes.23:36
venthe1650someone recommended me speech recognition for linux that works locally but I have ben messing around with irssi and lost the link. What was the program name?23:40
tomreynventhe1650: check http://irclogs.ubuntu.com23:41
minimecventhe1650: 00:48       minimec : venthe1650: voice recognition... http://julius.osdn.jp/en_index.php23:41
minimec                      https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=julius&searchon=names23:41
minimecventhe1650: You also have the /lastlog command in irssi. Typing '/lastlog recognition' in this chnnel might have given you the answer. Use /lastlog -clear' to clear the lastlog output again.23:44
venthe1650minimec: thank you23:45
psychoticwarriorcd /var/log!23:46
psychoticwarriorlastlog is empty. why is that23:55
cmannsI told ubuntu installer to ignore the existing windows install/bootloader and installed it to its own USB drive. Instead it botched up my windows bootloader drive23:57
psychoticwarriortry running super grub 2 disk23:58
cmannsAlso performance on USB 3.1 usb stick is terrible. I've seen upwards of 150mByte/sec yet took like 6 minutes to boot.23:58
psychoticwarriortry grub-install <dev>23:58
psychoticwarriorupdate-grub23:58
psychoticwarriorupdate-initramfs -u23:58
cmannsI can still boot windows23:58
psychoticwarriorok23:58
psychoticwarriordownload super grub 2 disk23:59
psychoticwarriormanually boot23:59
cmannsNow I have UEFI Windows boot loader, 3 ubuntu. The ubuntu bootloader picks up windows, but if I choose Windows boot loader windows boots fine. Just kinda ticked off it did this23:59
psychoticwarriorgrub-install </dev>23:59

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