/srv/irclogs.ubuntu.com/2018/02/08/#ubuntu.txt

respawn1TJ-: I experienced both types, but primarily the first kind00:00
respawn1i think this might help this time around https://aaronhorler.com/articles/openvpn-17.10-dns-leak.html00:01
respawn1but if it's not necessary all the better00:02
harovalihi, I'm trying to recompile the kernel in ubuntu 16.04 LTS. I'm trying to have the default .config file of the running kernel, so that I just modify my stuff and the rest keeps as usual. I did the apt-get source linux-image-.... , but inside the created subdirectory there is no .config. Do I have to look into the .diff file that's also downloaded ? Or elswhere ? Any hint is appreciated00:03
akikharovali: you can copy it from /boot00:04
harovaliakik: thanks00:04
lwizardlTJ-, looks lie sdb1=ext2, sdb2=exteneded, sdb5=lvm2 pv00:08
TJ-lwizardl: if your OS is installed in sdb5, which is LVM, that makes shrinking and moving it quite straightforward00:09
navonodserver rizon00:17
larry__hi guys whats up00:25
mefistofeleswhen I tried this https://help.ubuntu.com/community/MakeALiveCD/DVD/BootableFlashFromHarddiskInstall I got booting errors, like magic number error, load kernel first (something like that)00:34
=== captain_fixerpc1 is now known as captainfixerpc14
ChileStuffGreetings denizens01:20
ChileStuffI could use some help installing a game if anyone is available01:21
AmericanBlendwell ask your question01:23
ChileStuffHowdy01:23
AmericanBlendhowdy01:23
AmericanBlenddon't ask to ask pls01:24
ChileStuffWell I can use the sofware mgr fine,  but hos do you install using a downloaded .sh file?01:24
ChileStuffSorry AB, but you guys are sometimes slow to reply01:25
ChileStuff:P01:25
AmericanBlendChileStuff, normally, you chmod +x the file and then run it01:25
AmericanBlendbut double check what you're installing since there is no way to tell is it malware or not01:26
ChileStuffOh it's not ... DLd game from gog01:26
AmericanBlendalright01:26
AmericanBlendthen open a terminal, and then chmod +x the file01:27
AmericanBlendtehn run it, that's it01:27
AmericanBlendif it's properly made it will install in your user directory rather than system-wide01:27
AmericanBlendif it's not it might need root privileges, i'd rather not recommend giving it su privileges01:28
ChileStuffI've only been using linux for a month, and I know the paths are different than windows, so where do I point?01:28
kenrinpoint?01:28
ChileStuffSorry, I don't know the syntax yet ...01:28
ChileStuffI have the file in my downloads folder01:29
kenrinYou mean like where it installs to or something?01:29
kenrinThe script would have that information01:30
ChileStuffDo I just chmod +x <filename>?01:30
kenrinyeah01:30
ChileStuffOk thanks01:30
kenrininside your downloads folder01:30
AmericanBlendChileStuff, you should read about unix filesystems hierarchy basics01:30
ChileStuffYes I should, but haven't gotten there yet01:30
ChileStuffAmericanBlend:  Is your name Mrs Kipper?01:31
AmericanBlendno?01:31
ChileStuffSorry, you sound a bit like my old english teacher  :D01:31
AmericanBlendcoincidence01:32
LinuxNoob924Is this the correct channel to ask basic Linux question? I installed a program and I want to run it. I don't think I installed it right01:40
Barrettif relates ubuntu I guess so01:40
LinuxNoob924I hav Lubuntu, should I go to that channel instead?01:41
LinuxNoob924Trying to install Trojita01:42
Barrettthe rule generally is just ask, don't ask to ask :)01:42
LinuxNoob924How can I tell if I install correctly?01:43
LinuxNoob924Currently is giving me "bash: ./trojita: No such file or directory" if I do ./Trojita01:44
LinuxNoob924I follow instruction on https://software.opensuse.org/download.html?project=home:jkt-gentoo:trojita&package=trojita01:44
Barrettyou have to read the output of the commands you put in terminal01:45
Barrettnever do stuff blind01:45
Barrettunderstand what you are doing01:45
Barrettfollowing the instructions there if "apt-get install trojita" don't say the package is already installed I guess something gone wrong in the process01:46
jiffeso looking through the ubuntu repositories the latest version of gcc I see is 5.5, I'm curious why that is01:48
LinuxNoob924E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable)01:48
LinuxNoob924E: Unable to lock directory /var/cache/apt/archives/01:48
jiffethey just released 7.301:48
Barrettjiffe, projects don't jump to the latest gcc01:49
AmericanBlendjiffe, because ubuntu is not a rolling release distribution01:49
Barrettthere are various reasons such as testing, features01:49
Barrettpossible ABI breakage01:49
BarrettLinuxNoob924, it seems you have already an apt opened01:50
Barrettsynaptic, software center?01:50
BarrettI don't use ubuntu BTW01:50
LinuxNoob924what is an apt?01:50
Barrettbut there's some package manager opened01:51
AmericanBlendLinuxNoob924, check have you got software center upon, if it is open, close it, if it's not, remove /var/cache/apt/archives/lock and run apt again01:51
AmericanBlend /var/cache/apt/archives/lock is a file apt checks for to make sure there are no more than one instance of apt running at one time01:52
AmericanBlendrunning two apt instances at one time could lead to breaking your ystem01:52
Barrettjust obsolete technology lol01:53
LinuxNoob924thank you Barrett and AmericanBlend01:53
quidnuncI'm trying to send email with attachment from the command line. I have a msmtp configuration and am trying to send the mail using mutt, but I don't know how to tell mutt to use a specific profile via the command line02:00
quidnuncI know I can hard-code it into .muttrc but is there a way to do it via a flag or env var?02:00
LinuxNoob924Got it working. How can I create a shortcut to a program that I am launching from terminal?02:01
AmericanBlend,aybe an alias in bashrc?02:01
AmericanBlendmaybe*02:01
BarrettAmericanBlend, like a shortcut in the desktop?02:02
Barrettsorry bad nick02:02
BarrettI meant LinuxNoob92402:02
AmericanBlendif you want an icon to that program you need to use your desktop environment functionality02:02
Barrettor simply a symbolic link02:03
Barrettthat'd be more effective02:03
AmericanBlendbut uglier02:03
LinuxNoob924this is so much different from window enviroment haha, have to learn everything from basic02:03
ChileStuffkenrin: You still here?02:03
Barrettuglier? transparent and easy as pressing enter02:04
kenrinI'm always here,  just don't always respond ;P02:04
ChileStuffI obviously misunderstood earlier. How do I run frominside the folder?02:04
ChileStuffI open terminal but can't seem to get to the folder02:05
kenrinYou right click the folder and > open in terminal.  or you cd /home/chilestuff/Downloads/; chmod +x blah.sh02:05
kenrinWell,  sudo chmod that is02:05
Barrettwhy sudo chmod, that's an user directory.02:06
kenrinJust giving the best cmd that works,  could have an ACL,  could have wget'd as root,  I don't know his system02:07
Barretthe should learn to don't do that then :)02:08
kenrinI got a bunch of isos sitting in my downloads that I can't chmod,  owned by kvm02:09
ChileStuffhmm02:09
Barrettkenrin, I meant wgetting as root02:10
ChileStuffWhen I search for "other apps" I find "run software" and "Software install", but no terminal02:10
BarrettChileStuff, right click in the folder, in the menu there should be "open in terminal"02:11
kenrinWhat barrett said02:11
ChileStuffOh, I was right clicking the fileitself02:11
ChileStuffOk nothing happened02:15
ChileStuffI did chmod +x <filename>.sh02:15
BarrettChileStuff, what's <filename>?02:15
kenrinSome script for a game he wants to install02:16
BarrettI hope he didn't put <filename> literally02:16
kenrinNah02:16
ChileStuffgog_baldur_s_gate_enhanced_edition_2.5.0.9.sh02:16
kenrinIf you want to run it,  do ./<filename>.sh02:16
ChileStufflol Barrett02:17
BarrettChileStuff, +x is just the execution permission02:17
Barrettso do as kenrin said02:17
ChileStuffDid: chmod +x ./gog_baldur_s_gate_enhanced_edition_2.5.0.9.sh02:19
ChileStuffStill  nuthin02:19
lamduhWhat do people use to password protect files?02:20
ChileStuff12345?02:20
ChileStuffSorry02:20
BarrettChileStuff, run the script02:21
dommerHello I have an Apple Magic keyboard that I am trying to connect to my ubuntu 17.10 laptop.  It doesn't want ot pair.  What do I do?02:21
BarrettChileStuff, ./gog_baldur_s_gate_enhanced_edition_2.5.0.9.sh02:21
Barrettput this02:21
Barrettlamduh, keepasswordkeeper02:21
ChileStuffNo chmod?02:22
BarrettChileStuff, you already chmod the file right?02:22
Barrettyou set +x (execute) permission02:22
kenrinchmod changes permissions,  it just gives it execute so it can run the script02:22
Barrettnow you have to actually execute the script02:22
lamduhBarrett, thanks.. was only finding encfs and cryptkeeper but apparently they have vulns02:22
ChileStuffThere it went02:22
ChileStuffOh so I run chmod +x, the next line run script?02:24
kenrinYes ./file.sh runs it02:25
ChileStuffThanks02:26
harovali1after recompiling the kernel (got thru apt-get source kernel-image-$(uname -r) ;  i'm getting this https://paste.ubuntu.com/26538930/02:29
harovali1any hint is welcome!02:30
harovali1make kernel-headers     fails , and I don't know why and what to do02:30
dommerStill need help with an Apple Magic Keyboard not pairing02:31
kenrinthis might be relevant harovali1: https://ubuntuforums.org/showthread.php?t=237390502:32
kenrinREPORTING-BUGS might just need to be created first02:33
harovali1kenrin: thank you !02:33
harovali1kenrin: it IS compiling : )02:34
kenrinYou'd think they'd make a script which would create it if not existed =/02:35
harovali1kenrin: yes02:36
ChileStuffWell that was a waste of time02:36
ChileStuffSeemed to install ok, but won't run02:36
harovali1kenrin: maybe it's not that often that one recompiles the kernel02:36
harovali1kenrin: it's been a while since my last time, and it's the first one following a distro's steps to do02:37
harovali1kenrin: it's pretty much the same I guess02:37
kenrinI've only done it for practice before.  Everything usually needed is stuck as modules02:37
harovali1kenrin: yes; this time , I'm puttin all my hopes for a usb problem to workaround, by having changed '=y' by '=m' in ehci-hcd and xhci-hcd  settings ; I have a printer that lsusb detects in an older machine but same ubuntu version , it *might* be a hardware issue, but in older hardware works02:40
harovali1I'll blacklist the modules to see if it works as uhci02:40
harovali1usb 1.002:40
harovali1i guess02:40
harovali1i don't care much as long as the damm printer gets detected02:41
kenrinI'd just buy a new network printer O.o02:41
kenrinHP is the only one that seems to have decent linux drivers02:42
harovali1kenrin: the printer might be new and still not work02:42
harovali1kenrin: yeah02:42
harovali1kenrin: it *did*  work however, and it still does in older hardware, so the printer is half the issue , not 100% the issue02:43
kenrinCool02:43
harovali1kenrin: it got me mad02:43
harovali1kenrin: even a decent driver wouldn't work, as long as the kernel does not handle the usb thing02:44
harovali1kenrin: otoh , the kernel ain't no culprit, usb standars suck as hell02:45
kenringo tcp/ip02:45
Barrettharovali1, did you try to debug what actually happens?02:45
harovali1kenrin: sure, if I could I'd do02:45
harovali1Barrett: not really , although peeked over some similar problem's patch in lkml sent a while ago02:46
harovali1Barrett: I'd welcome any suggestion02:46
Barrettmaybe looking at syslog02:47
Barrettcan give some hint02:47
harovali1Barrett: oh yes, the logs. I've seen all the errors02:47
harovali1Barrett: I got mad at them02:47
harovali1wanna see ?02:47
BarrettI can give a look02:47
kenrinAre they all in spanish?02:47
harovali1sure, gimme a second02:47
harovali1kenrin: not the logs02:48
harovali1i hope02:48
Barrettlol02:48
BarrettI can read some spanish02:48
Barrettbut they will be in english :)02:48
kenrinSure you can read it,  understanding is different O.o02:48
Barrettkenrin, nah my native language is very similar02:49
harovali1check this out , this is the old hardware , the working one, dmesg output , https://paste.ubuntu.com/26538976/02:49
=== brainwash_ is now known as brainwash
harovali1this is the same printer cable in tha not working hardware: https://paste.ubuntu.com/26538986/02:51
harovali1noapic and nolapic made no difference02:51
harovali1newest kernel in even newer hardware, made no difference either02:52
kenrinchanging bios options doesn't help ?02:53
harovali1see how the workin version "backtracks" to uhcd from ehcd ?02:53
harovali1kenrin: nope02:53
harovali1kenrin: nothing changes02:53
Barrettlsusb doesn't see it?02:53
harovali1Barrett: nope, not even for a little timeslice.02:53
harovali1it gets lsusb listed in the older hardware, that's how I kno it works02:54
=== dommer is now known as Aremis117
Barrettharovali1, which printer is it?02:55
kenrindatamax e-430402:56
harovali10b0b:106e Datamax-O'Neil Datamax E-430402:57
harovali1yes02:57
harovali1a laser label printer02:57
Barrettit's very strange lsusb don't see it02:57
harovali1Barrett: really strange02:57
Barrettin such a situation if I were in you, to avoid any possible conf breakage or so02:58
harovali1Barrett: anywayI wouldn't hope lsusb listed it if dmesg says 'unable to enumerate USB device'02:58
BarrettI'd load a live usb02:58
Barrettand try from there02:58
Barrettusing the same usb version02:58
harovali1Barrett: tried with knoppix , same thing02:58
Barretta vanilla one02:58
harovali1Barrett: only difference made by older hardware02:59
Barrettthere's nothing I can think of, sorry03:03
Barrettif system-printer-config don't see it you may have it a bug03:03
Barrett*hit03:03
Barrettmaybe open a bug report @cups?03:05
Barretthowever I need to sleep, bye03:06
harovali1Barret , thank you any way ! , Do you think I'd file a cups bug even if lsusb doesn't see it ?  (i've known of printers that worked without getting listed in lsusb)03:09
NoDuShi03:27
NoDuSis someone there?03:29
compdocwho wants to know?03:30
smoked0gsomeone is always there03:31
ClydeSlims2As soon as I installed fail2ban, I can't access my web server from the browser. If I stop the fail2ban service, it works. I followed this guide: https://www.digitalocean.com/community/tutorials/how-to-set-up-password-authentication-with-nginx-on-ubuntu-14-0403:31
NoDuSwtf?03:31
ClydeSlims2NoDuS, what?03:31
NoDuSwhat can i do here?03:31
hggdhNoDuS: this is a support channel for Ubuntu, not a general chat channel03:32
NoDuSokay man03:32
NoDuSwhich is the best OS of Ubuntu?03:32
hggdhNoDuS: taken literally, the *single* OS of Ubuntu is Linux.03:33
ClydeSlims2Like, I can still ping my server but I can't access the web pages.03:33
ClydeSlims2when that service is on.03:33
Bashing-om!best | NoDuS03:33
NoDuS!best03:33
hggdhClydeSlims2: fail2ban will log what it is finding (by default, INFO level). You can look at the logs to find out what is going on03:34
hggdhClydeSlims2: alternatively, you can raise the log level to gather more information03:35
NoDuSdo u know some chanel for talk?03:35
NoDuShacker xD03:35
hggdhNoDuS: I do not know of a hacker channel (nor am, in general, interested)03:36
ClydeSlims2hggdh, it must have been because I tried logging in too many times? I mean I thought it was supposed to return an error if I do that03:36
ClydeSlims2is that normal for fail2ban? Like to just not even respond with anything?03:36
ClydeSlims2if I try too many attempts that is. What's the normal behaviour supposed to be?03:37
NoDuSsomeone speak spanish?03:37
hggdhClydeSlims2: usually fail2ban will issue a DROP command if you over-try something it is monitoring03:37
ClydeSlims2hggdh, so DROP as in drop the socket connection to the server?03:37
hggdhClydeSlims2: so you could, for example, look at what DROPs are currently set in iptables03:37
hggdhClydeSlims2: to drop the received offending packet03:38
ClydeSlims2hggdh, ah okay. Thank you03:38
ClydeSlims2NoDuS, also since no one answered, 16.04 is the preferred Ubuntu version I'd say currently.03:38
hggdhNoDuS: this channel is exclusively English. You can use alis to find spanish-speaking channels03:39
hggdhNoDuS: use /msg alis help for details03:39
hggdhClydeSlims2: also fail2ban is not meant to return an error, but to block access :-)03:46
ClydeSlims2hggdh, makes sense lol, thanks03:47
hggdhyw03:47
glitchdnot sure if this is strictly a xubuntu thing, but if i refresh the desktop, it breaks all the icon thumbnails and i have to log out and back in to get icon thumbnail to show again? any ideas?03:47
nowayyE: Failed to fetch http://ppa.launchpad.net/ubuntu-lxc/lxd-stable/ubuntu/pool/main/c/cgroup-lite/cgroup-lite_1.11~ubuntu14.04.1~ppa2_all.deb  403  Forbidden03:56
nowayyI'm just trying to install cgroup-lite03:56
nowayyactually I'm trying to install docker, but apparently cgroup-lite is a dependence03:57
nowayydependency*03:57
=== r0Oter is now known as r00ter
krytariknowayy: See https://insights.ubuntu.com/2017/11/20/lxd-weekly-status-24-lxd-2-20/04:09
=== zingdle_ is now known as Guest53095
Guest53095hi04:10
NoDuShi04:30
lotuspsychjeNoDuS: welcome, what can we do for you?04:32
=== semeion is now known as mnemonic
=== test is now known as Guest14328
rajivmarshi all. when i change my mirror the following error stops it https://paste.ubuntu.com/26539301/. anyone please clarify it to me.04:50
lotuspsychjerajivmars: perhaps because its not https?04:53
lotuspsychjerajivmars: try the #ubuntu-mirrors channel, they might know this04:53
Jordan_Urajivmars: My guess would be that the mirror is being updated, and the signature doesn't match the data.04:53
rajivmarsok. thanks04:53
rajivmarsJordan_U, have you any idea what to do?04:54
lotuspsychjerajivmars: can you tell us your end goal on this?04:55
lotuspsychjerajivmars: what was you trying to do?04:55
rajivmarsi was trying to change the mirror for updating.04:55
Jordan_Urajivmars: If my guess is right, then all you can do is wait for the mirror to finish updating. You may also decide to switch to a mirror that updates faster or more atomically. I may also be completely wrong :)04:55
senortoutho ho, I am brand new to this04:59
rajivmarsis it possible that if the previous mirror has already cached some data then it it is not possible to change mirror due to conflicting issues?04:59
rajivmarsJordan_U?05:00
Jordan_Urajivmars: I would not expect it to work that way. I expect that everyone using this mirror is having the same problem as you. (Again though, I may be completely wrong about the cause)05:02
campitorhi there everyone. I need some serious help. I installed ubuntu on virtualbox, and then I tried to install vbox guest additions to speed things up a little, cause without them things are awefully slow. I tried installing the virtualbox guest additions provided on the virtualbox machine, the iso thingie, it crashed ubuntu and after loging only a bla05:07
campitorck screen was shown, so I had to chroot into ubuntu and remove it. I then tried to install the official ubuntu provided guest additions but not only shared folders don't work, also there seems to be no imprvement in speed,05:07
campitorplease help me05:07
campitorwhat is the best way to install guest additions on ubuntu?05:08
lotuspsychjecampitor: the #vbox channel has experience in this05:11
campitorthank you05:13
endersendingi was wondering if someone could give me some advice: Im runnng ubuntu as xenserver guest, and the rdp is really slow. should i be using something else? xdmcp? vnc? its gigabit network and i just want a workable desktop, nothing fancy05:28
neilduganwhen I run simple scan as a user it only scan a black page .... when I run it as root it scans properly ... what do I do to fix this?05:41
cfhowlett!ping06:10
ubottupong!06:10
campitorproblem solved on #vbox, thank you folks06:19
blingrangHi, is there a way to regenerate the /etc/hosts file?06:22
=== Zensei is now known as Aloysha
blingrangI was playing around with https://github.com/pigmonkey/hostsctl . It nuked my hosts file.06:24
=== Aloysha is now known as Zensei
cfhowlettbut you can restore from your backup, right, blingrang?06:39
cfhowlettbut you can restore from your backup, right, blingrang?06:40
blingrangcfhowlett, haha I wish. I was using the old binary which doesn't do backups. Lesson learned.06:40
cfhowlettd06:40
cfhowlettd'oh!06:40
blingrangI just need the template of the original file. I can readd my entries as I need them.06:41
tylerlNickServ identify rufjvm06:44
ozwzrdway to go tylerl06:45
ozwzrdxD06:45
tylerl.... stupid focus stealing.06:45
ozwzrdhehehe06:45
tylerlseriously, that would have been embarassing if it wasn't so GD stupid. (A) Why TF does ubu have to autojoin you to #ubuntu when you connect, (b) why does it steal your focus to do so?06:51
Savannah_Guthriehi07:08
Savannah_Guthriecan somebody pls tell me the name of a good free&open source IRC client?07:09
Savannah_Guthriei am using mIRC and they are asking for money :-(07:09
AngelBaby879Hexchat, IceChat07:09
Savannah_Guthriety AngelBaby87907:10
AngelBaby879U welcome I use hexchat a lot actually07:10
Savannah_Guthriealso, how do I disable the Amazon on Ubuntu?07:10
NBC_Savannah_Gutahh, I am on HexChat!07:13
eraserpencilanyway I could simulate usb disconnect-reconnect?08:03
eraserpencilI have tried the usbreset.c script, but it's not working for me08:03
eraserpenciland I am unsure how the modprobe solution works08:03
eraserpencilfollowing instructions from https://superuser.com/questions/141908/how-do-i-reset-an-usb-device-without-unplugging-it-in-linux08:04
=== neon is now known as Guest38773
B14CK-SPID3Rhello guys. i've installed apache and run it on port 80 as default. when i try nc -zv localhost 80 , it returns tcp/http success. but when somebody try to connect me from outside of network, it doesn't work ! i checked ufw and disable it but nothing changed! also when i change port 80 to 7777 and do ip-forwarding in my router page, apache works for others and they can access it successfully.09:16
B14CK-SPID3Rso what's cause of this problem ?09:17
jinkB14CK-SPID3R: Outside of network is on the other side of the router, you mean?  You run apache locally on some internal IP?09:18
ducasseB14CK-SPID3R: you need port forwarding for port 80 as well if you need it for any other port09:20
B14CK-SPID3Rjink: yup. he's on the other side of router. i run apache by default config. when i try by my public ip it works. but when i try it by canyouseeme.com it shows that my port is close!09:20
B14CK-SPID3Rducasse: i try it before. i forward port 80 WAN to 192.168.1.3:80. but doesn't work09:21
jinkB14CK-SPID3R: Get a decent router?  Port forwarding is your only option, really.09:21
jinkB14CK-SPID3R: And if you want to be a regular http site, you'll need to use 80 (and 443) on the outside.  Doesn't matter which port you use on the inside, since you're forwarding.09:22
B14CK-SPID3Ri configure it on pppoe. forward WAN:7777 to 192.168.1.3:7777 and change the apache default config to work with port 7777. it works for me and canyouseeme shows success!09:23
B14CK-SPID3Rbut when i try this way by port 80, it doesn't work !09:23
B14CK-SPID3Ralso i have this problem with port 22 !09:25
jinkB14CK-SPID3R: Your router eats up certain ports because your ISP doesn't want you to host stuff at home.09:27
B14CK-SPID3Rjink: it means that i have to change default port to some unknown ports?09:36
ducasseB14CK-SPID3R: it means the standard ports are blocked, yes09:38
mrxhlw09:39
ducasseB14CK-SPID3R: it is quite common for isps to do this many places09:39
B14CK-SPID3Rducasse: Thank you guys for you helping :X09:40
luxioMy .bash_profile isn't executing when I log on09:41
luxiowhy might it not execute?09:43
jinkB14CK-SPID3R: https://www.vultr.com/pricing/09:44
jinkluxio: You're not using bash?  The shell isn't interactive?  The file isn't readable?09:45
luxiojink: I'm pretty sure I'm using bash, since my .bash_aliases is working. The shell is interactive, and I can `cat ~/.bash_profile`.09:47
jinkecho $009:47
luxioecho $009:48
luxiobash09:48
jinkThere you go. :D09:48
luxio?09:48
jinkWell, you're using bash.09:48
luxioyeah09:48
luxiobut .bash_profile isn't loaded09:48
luxioalso when I press tab I get this: https://pastebin.com/Q4d6MJU809:49
jinkTry bash -v ?09:49
jinkbash-completion making a mess?09:49
luxiohttps://pastebin.com/fRVa2R4f09:49
luxiojink:09:49
geirhaluxio: .profile will be loaded, but not .bash_profile. I suggest you just use .profile09:49
luxiowhat why? it was working perfectly fine before09:50
geirhabefore?09:50
luxioyeah like an hour ago09:51
luxionow my terminal is all weird09:51
geirha... well it depends on how you log in09:51
jinkluxio: What changed? :D09:51
luxioI have no clue09:51
luxioxorg/wayland wouldn't make a difference right?09:51
jinkIt shouldn't, afaik.09:52
luxiowhat really confuses me is why I get that when I press tab09:52
geirhawhen you log in graphically, the DM (lightdm by default) will source ~/.profile specifically, before running your session. It will not source ~/.bash_profile09:52
jinkBecause it's not bash.  That makes sense.  When you use bash, it'll use .bash_profile.09:53
geirhaindeed, if you log in at the virtual console, or via ssh, .bash_profile will be sourced if it exists, and if your login shell is bash09:53
luxioI am running bash though09:53
jinkWe established that.09:53
luxio<jink> Well, you're using bash.09:53
geirhaso to have the same file for all three of those cases, use .profile instead of .bash_profile, and make sure .profile only contain sh-compatible syntax09:54
luxioalright but it was sourcing .bash_profile like an hour ago before I rebooted09:54
jinkluxio: Can you temporarily disable the bash completion stuff on lines 189-195 from your paste?09:54
geirhaluxio: how do you know it did that?09:55
luxiogeirha: because it set my PATH09:55
luxionow my PATH isn't the same09:55
luxiohttps://pastebin.com/DH1EeTzL09:55
luxiothat's what my .bash_profile is09:55
luxioand here's what I get when I `echo $PATH`: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin09:56
geirhaperhaps you also have a .profile which contained the same PATH change?09:56
luxiowhy would it be loading .profile now instead of .bash_profile though? why the sudden switch?09:56
geirhaanyway, put those lines in ~/.profile and remove ~/.bash_profile. Should work fine after that09:56
geirhaluxio: like I said, it always loads .profile on *graphical* login09:57
luxioYes, and I've done graphical logins in the past. I always do graphical logins. Including my most recent login.09:57
luxioI click my username and type in my password.09:58
geirhaperhaps your .profile also sources .bash_profile?09:58
geirhaor perhaps your terminal emulator was configured to run login shells, giving you the illusion bash_profile was read on login09:59
luxioI'm using the default gnome terminal emulator09:59
luxioand if you're saying it sources .profile and that sources .bash_profile, then my PATH should be different09:59
geirhaI'm not saying that, I'm asking if that's the case. I don't see how else .bash_profile would be loaded10:00
jinkluxio: Can you temporarily disable the bash completion stuff on lines 189-195 from your paste?10:03
luxioI don't know if this has anything to do with it, but I rebooted and chose Wayland as my DM and now everything's back to normal10:03
jink...10:04
jinkOk.10:04
tmm88hey guys10:07
tmm88use this10:07
tmm88https://github.com/tmm2018/TMM_SHELL10:07
tmm88i made it with a lot of passion for the community10:07
tmm88:)10:07
badboyjerhey10:08
badboyjersup10:08
ducassetmm88: wrong channel10:08
mjaykHay ho home slices what be gwanin10:10
bazhangmjayk, ubuntu support10:11
CrashbitHi! I've problem with tinc and ubuntu 17.10. Same configuration works well with Ubuntu Xenial, but in Artful, when I try to up service, it says exited without error10:27
CrashbitI think it's a problem with netplan and my old if-up scripts10:28
CrashbitHow can solve this problem, I need to edit systemd script ?10:28
ducasseCrashbit: is the ifupdown package installed?10:28
Crashbitducasse: nops10:29
Crashbitthis package conflicts with netplan?10:29
rollingubuntuHello! I am using Ubuntu 14.04 on 32 bits and got a weird misbehaviour: workspace switching stopped working (via keyboard shortcuts & running programs on different workspaces are not brought forward any more); could anyone help please?10:29
ducasseCrashbit: try installing it, then try again10:29
Crashbitducasse: ok, thx10:29
ducasseCrashbit: it doesn't conflict, it's just not installed by default anymore10:30
Crashbitducasse: Active: active (exited) since Thu 2018-02-08 11:30:22 CET; 4s ago10:30
Crashbitsame problem, I use netplan to config the network, I've read netplan doesn't use if-up script10:31
CrashbitIf I start service with tincd -n net, the service starts perfect10:31
johnmintubuntu hallo10:32
stvni have a new i7-870010:32
stvnare the drivers available for the gpu10:32
johnmintwow congrats!10:32
johnmintyou must be rich10:33
stvnno10:33
johnmintyes10:33
stvnthe gfx are painfully slow10:33
badboyjeris bazhang a girl or a guy?10:33
johnmintmine is only i510:33
stvnlike i can see it draw the screen10:33
stvnyeah i just upgraded from i5-75010:33
johnmintwhat is the brand of your laptop10:33
dudejihow to find actual file path run by a process ?10:35
stvnyeah so my graphics adapter is apparenty llvmpipe (LLVM 5.0, 256 bits), wtf idk10:35
brainwashstvn: is that with ubuntu 17.10?10:37
stvnyes10:38
badboyjerim looking forward a lox and bagel sandwich10:38
badboyjerhungry as hell10:38
Crashbitducasse: I've searchiing for know bugs10:38
stvni need kernel 4.15 and i have 4.1310:38
stvni'm guessing thats the issue right?10:38
brainwashcould be10:39
Crashbitducasse: https://bugs.launchpad.net/ubuntu/+source/tinc10:39
Crashbityeah!10:39
stvn(that's what doctor google says - painfully slow graphics on gen8 intel)10:39
rollingubuntuanyone here to give me some troubleshooting tips, please? :D10:40
badboyjeryea rollingubuntu run through a glass window10:40
ducasse!behelpful | badboyjer10:40
ubottubadboyjer: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes.10:40
badboyjerok guys10:41
badboyjerim sorry10:41
rollingubuntuubottu: cheers10:42
tomeaton17How can I make a sudo command run whenever I reboot my vps?10:46
rollingubuntutomeaton17: is this of any help? https://askubuntu.com/questions/2368/how-do-i-set-up-a-cron-job10:48
badboyjerwhats up10:48
Crashbitducasse: no workaround. I think I need to use openvpn10:55
stvn_i had to mainline it11:08
=== stvn_ is now known as stvn
stvnhttp://kernel.ubuntu.com/~kernel-ppa/mainline/11:11
stvnanyone want a hit?11:11
=== jstein_ is now known as jstein
scientesnano doesn't work, it just prints "Too many errors from stdin"11:21
scienteseven with no input11:22
rollingubuntustvn: what do you mean by a hit?11:24
scientesi'll try installing debian's version11:24
stvni upgraded my kernel to 4.1511:24
stvnnow my gfx isn't 4 frames/second11:25
scienteshmm problem with my terminal11:25
rollingubuntustvn: it's better than that? :D11:25
stvnnot if you have a coffee lake cpu11:26
GopalTh11:35
GopalTj ?11:35
mhammerchi11:38
BluesKajHi folks12:14
* ssarah bom dia12:15
zakenHi, I downloaded 17.10 and burned on a USB using Rufus. When I init the setup after selecting the language and connecting to wifi, it errors saying ~ "Ubuntu needs 8.1GB, you only have 4GB". It's basically trying to install on the usb itself and not on my 500GB nvme SSD12:28
zakenThere's a Windows 10 installation already on that drive12:29
zakenAnd 30GB of unallocated space12:29
BluesKajzaken,then format that space to an ext4 partition12:30
BluesKajif that's where you want to install ubuntu12:31
zakenok, how do I format to ext4 from windows?12:32
akikBluesKaj: it sounds like the install routine doesn't recognize zaken has a ssd12:32
zaken^^12:32
zakenI just shrinked the existing C drive as it came with a brand new laptop12:33
zakenI tried partitioning it without formatting but same result12:34
BluesKajzaken,the ssd needs a recognizable file system-partition, and windows doesn't see it, but gparted live media would do the job12:34
zakenalright, brb12:35
BluesKajzaken, did you see the optional "try ubuntu "?12:35
zakenYes, I boot into it normally12:36
zakenInstalling from there is the same12:36
BluesKajthe use gparted there12:36
BluesKajthen12:36
zakenyeah, brb12:36
=== coXZist1 is now known as coXZist
konradosHi! Why among the processes I can see "/usr/bin/plasmashell -s --crashes 1"  - what is this "crashes"? Is this because my plasma crashed or what? Just curious12:45
BluesKajkonrados, check /var/og/syslog12:51
pax_rhoshello12:51
pax_rhosxubuntu12:51
pax_rhoswhy does ssh-agent start `im-launch startxfce4`?12:52
akikkonrados: did you see it crash?12:52
akikkonrados: my plasma 5.8.8 plasmashell doesn't have that option. maybe it's in a newer one12:53
konradosBluesKaj: akik well, it did crashes many days ago. And then restarted itself. I'm just curious why this is in the command.12:53
konradosakik: I have ubuntu 16.x12:53
BluesKajoops /varlog/syslog, konrados 'scuse the typo12:54
akikkonrados: check "plasmashell -h"12:54
BluesKajit's too early in the morning here, /var/log/syslog...12:54
akikit's very hard nowaday to look for "plasmashell --crashes" :)12:55
konradosakik: there is this: -c, --crashes <n>            Recent number of crashes - curious - why do we need that info? :)12:56
konradosBluesKaj - thanks, I'll take a look12:56
akikkonrados: might be telemetry data for developers, i dunno12:56
konradosah, yeah :)12:57
konradosso I shouldn't be worried or something?12:57
akikkonrados: i'm on plasma 5.8.8 on kubuntu 16.0412:57
konradosakik: I'm on plasmashell 5.5.512:57
konradosnow I should be worried? :)12:58
akikkonrados: yea it doesn't come by default. you need to install it from kubuntu backports12:58
akikhttp://www.omgubuntu.co.uk/2016/05/install-latest-plasma-desktop-kubuntu-16-0412:59
akikkonrados: beware that you'll lose the --crashes option :)13:00
giganticmeatyso I'm sure you've got this question a fair bit but my SD card keeps mounting as read only13:06
giganticmeatyHow do I make it so that I can write to it again?13:06
giganticmeatyGreat IRC you've got here13:29
giganticmeatyreal helpful13:29
speck84Hy all.13:30
speck84Is anyone here who can help me with a retro joystick? Its a DragonRise chip usb13:30
speck84Its detect by lsusb but nothing other tan that13:31
speck84There is no input I tested with jstest13:32
giganticmeatynig13:32
=== coXZist1 is now known as coXZist
Maxime__Hi, I could really use some help getting ubuntu on my desktop. I described it here https://paste.ubuntu.com/26541181/13:47
=== kallesbar_ is now known as kallesbar
BluesKajMaxime__, unetbootin works only 50% of the time at best, rufus is somewhat better, but that pc is probly UEFI, not BIOS14:05
BluesKaj!uefi | Maxime__14:06
ubottuMaxime__: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI14:06
Maxime__I'll try rufus again. and good to know, I had no idea. do I select mbr partition scheme for UEFI or GPT>14:09
BluesKajI would use GPT14:15
Maxime__thanks14:15
badboyjerbazhang are you a  girl?14:23
frechdachs69Q: does anyone know whether a package for Python RPyC exists for Ubuntu Xenial?14:26
nitishany recommended music player?14:41
ChiLLabiSSpotify14:42
ChiLLabiSnitish,14:42
ChiLLabiShttps://www.spotify.com/se/download/linux/14:43
ChiLLabiSWorks with apt-get14:43
=== coXZist1 is now known as coXZist
=== razromanager is now known as razormanager
razormanagerhelp14:44
ChiLLabiSI run with the free version, have to suffer the comercials. Buying premium removes it14:44
ChiLLabiScommercials14:45
ChiLLabiSor how it's spelled14:45
ChiLLabiSrazormanager, just write the problem and the guys will help you14:45
razormanagerforgot my password for the default key deposit14:46
razormanagerhow can i change it?14:46
razormanagerumm14:48
ChiLLabiShave to wait sometimes14:49
razormanagerbut is there a way to change it with sudo?14:49
razormanagerumm14:52
zaibitsuregarding lxde is there a plugin database or something? Like gnome extensions has15:05
hypercoregreetings15:07
zakenSorry, I had some work. When I live boot into 17.10 anything I try to start just freezes the system. I can move the mouse but it's in perma loading state and I can't click anywhere15:13
=== semeion is now known as mnemonic
zakenI am on a 4K laptop if that's important.15:16
gopalbattery drain when laptop is off , i will pay15:16
bwkdf -h15:18
akikzaken: how far do you get that you can still control it?15:19
hypercorecan i use apt with ubuntu snappy core?15:20
maxelhello..15:21
maxelhelloooo15:21
=== coXZist1 is now known as coXZist
gopalapw: can you please help me ?15:23
apwgopal, with ?15:24
gopalapw: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/174564615:24
ubottuLaunchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,Triaged]15:24
gopalapw: what should i do?15:24
zakenakik: I open the launcher and try 'Display', on click it freezes15:24
gopalapw: this too https://bugzilla.kernel.org/show_bug.cgi?id=19866515:25
ubottubugzilla.kernel.org bug 198665 in Power-Off "Battery drains when laptop is off (shutdown) . WOL disabled and no usb device connected." [High,Needinfo]15:25
apwgopal, it looks like you ahve done everything we would ask you to do, as this is clearly broken in upstream 4.15 too, you have a bug filed upstream15:25
akikzaken: try using the xorg session instead of the wayland session15:25
apwgopal, without an exact machine in hand it is hard to debug such things15:25
gopalapw: but no respons15:26
zakenakik: I am downloading 16.04 right now. Will try that as well and come back in a bit. I figured it has to do something with Wayland and 4K probably15:26
gopalapw: i can give you access to my machine15:26
apwgopal, well no response yet to be fair, things are normally pretty slow upstream15:26
apwgopal, i am not sure i have the time to look at it right now, i am still workng on meltdown/spectre15:27
DrammerAny one here for cloudmining php script project15:27
apwand i don't mean to make it sounds liek one doesn't care, but it is less important than those issues right now15:27
leftyfbDrammer: that's offtopic. Please look elsewhere15:27
gopalapw: who can help me ?15:27
apwgopal, the right people know about it, so i am not sure what to suggest really15:28
apwgopal, it is utterly annoying for sure, but with literally no clue as to which bit of your machine is not turning itself off when we hand15:28
apwgopal, back to the bios to switch off ...15:29
hggdhgopal: again -- asking the same thing multiple times every day will not help. Please stop.15:29
gopalapw: any temp. solution ?15:29
apwgopal, i asked my emergency bios-hugger and even he has no idea how to decide what h/w is on after you turned it off15:31
apwgopal, does pulling the battery and reinserting it fix the issue btw, or does it persist even then15:31
gopalapw: my battery lock is damaged , cant do it every time15:32
leftyfbgopal: According to your bug report, this is not an ubuntu issue but an upstream linux kernel issue. You have a bug report upstream. There's nothing else you can do but follow that bug report till it's resolved in the linux kernel. This is no longer the appropriate support channel to continue to troubleshoot or ask for help with the issue.15:33
akikgopal: did you notice anything changing when you added the acpi_osi kernel parameter? what do you have there now, btw?15:34
gopalakik: nothing , now it is default15:36
akikgopal: why did you remove it? i'd think it's better to have it there for the laptop's acpi subsystem15:36
gopalakik: changed my hdd15:37
apwgopal, my only thought would be to figure out what drivers each of your main internal things are using, wifi, bluetooth etc, and blacklist those so linux doesn't initialise them one per boot15:37
apwgopal, and then see if that helps any to try and work out which device is at fault15:37
gopalapw: how i can blacklist all ?15:38
akikgopal: set the acpi_osi parameter again15:38
gopalakik: plz guide me , how to do it15:39
akikgopal: TJ-'s script is in your bug report15:39
ChileStuffHow can I pull up system information, as in device manager in 17.10?15:39
gopalakik: also how to roll back to default kernel ? ml kernel broke my wifi15:39
akikgopal: not sure how (about the kernel)15:40
gopalakik: how to install tj's script ?15:41
gopalakik: got it15:42
gopalapw akik thx a lot for help15:42
akikhttp://iam.tj/prototype/enhancements/Windows-acpi_osi.html These commands can also be downloaded as the ready-to-run shell script acpi_osi.sh. After downloading execute the script. It will ask you to confirm the proposed change before it goes ahead.15:42
ChileStuffCan anyone tell me how I can pull up system information in 17.10?15:44
akikChileStuff: inxi can show it15:45
leftyfbChileStuff: sudo lshw or sudo lcpci or sudo lsusb or sudo dmidecode or inxi15:45
gopalakik: how i can select windows 2017 acpi ?15:46
akikgopal: the script should edit it for you15:46
gopalakik: only available upto 201515:46
=== hacker1222 is now known as hacker1221
akikgopal: you can't invent the values yourself. the values come from your hardware15:48
zakenakik: I'm on 16.04 live and it's working fine. But.. When I open GParted there's it errors with "The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes."15:49
zakenwith Cancel/Ignore as options15:50
zakenEither way I am not able to see my 500GB nvme SSD, it only shows a 15GB disk space I don't even know where that's coming from15:51
akikzaken: https://superuser.com/questions/1130966/the-driver-descriptor-says-the-physical-block-size-is-2048-bytes-but-linux-says/1153220#115322015:51
akikzaken: do you have a sata mode setting in your uefi? could it be that you have sata mode=raid and linux doesn't like it15:53
zakenI do have that enabled. I don't actually have any other disks connected so I thought it just ignores that setting15:53
akikzaken: sata mode=raid ?15:54
akikzaken: go change it to ahci15:54
zakenYes, it's something like that iirc15:54
zakenalright, brb15:54
akiki found something for gopal but he's gone15:56
akikhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=69492615:56
ubottuDebian bug 694926 in util-linux "hwclock --systohc at shutdown makes battery drain when laptop is off" [Important,Open]15:56
akiksomebody else says that --hctosys causes it15:57
ChileStuffOk, new question ...15:57
ChileStuffhow the hell do I read this?  :D15:57
ChileStuffI need to know what specific model video adaptor I have15:58
akikChileStuff: lspci can show it15:58
ChileStuffI know it's a raedon r7, but not specific model15:58
akikChileStuff: lspci | egrep "(VGA|3D)"15:59
zakenakik: I see the whole disk after I switched to AHCI. The error still pops up when I start GParted though...16:00
ChileStuffThank you16:01
ChileStuffNot sure if that's what I need though16:02
akikzaken: oh you had win10 there. sorry i didn't notice.  i pasted you an url for super.com talking about that error but don't execute it16:02
zakenI haven't done anything from that link, just switched from raid to ahci16:03
zakenSuccessfully partitioned the empty space to ext4. Will try installing16:03
zakenakik: Okay, no more 'Not entough space' error. There's no "Install Ubuntu alongside Windows" option. Should I just go Something else and install on the partition I prepared16:06
zakenWould it correctly work with the boot loader if I do it that way?16:06
akikzaken: ubuntu knows how to add itself to the efi system partition16:07
akikzaken: do you boot in efi mode?16:07
zakenyes16:07
zakenthe winboze boots in efi16:07
zakenit's a brand new Dell laptop16:07
akikzaken: and you probably then have a efi system partition16:07
akikfat32 partition16:07
zakencorrect16:08
akikzaken: sure start the install. somebody here can help you if it doesn't boot after install16:08
zakenso "Something else" and select the ]16:08
akikzaken: yes16:09
zakenmake it root and nothing else, right\16:11
akikzaken: yes16:11
akikbye16:11
zakenno need for swap with 16GB ram, correct?\16:12
zakenI don't intend to hibernate16:12
frostschutzzaken, if you don't intend to use more than 16GB RAM - yes16:12
=== hacker1222 is now known as hacker1221
whatever01i can't find hashcat in the repo. how do i get hashcat to show up in my repos? im running ubuntu xenial16.0416:42
ducasse!info hashcat xenial16:43
ubottuPackage hashcat does not exist in xenial16:43
ducassewhatever01: ^^16:43
whatever01ducasse, what if i link to a repo from an older version of ubuntu or something16:47
whatever01!info hashcat16:47
ubottuhashcat (source: hashcat): World's fastest and most advanced password recovery utility. In component universe, is optional. Version 3.60-1 (artful), package size 253 kB, installed size 802 kB16:47
ducassewhatever01: not recommended or supported, you could look for a ppa though16:47
erebel55lo16:48
erebel55is there anyway to install mysql 8.0.3 instead of 8.0.4 with apt?16:48
whatever01ducasse, what is a ppa? whats it stand for?16:49
ducasse!ppa16:49
ubottuA Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge16:49
whatever01so if i find a PPA for this package ... would it also install the dependencies?16:49
ducassewhatever01: yes, it would be built for your release16:51
whatever01ducasse, this look legit to you? https://launchpad.net/~nzatkovich/+archive/ubuntu/hashcat16:53
=== hacker1222 is now known as hacker1221
ducassewhatever01: impossible to say, i don't know the maintainer16:55
speck84Hy all16:55
speck84Can somebody help me with a retro joystick issue? DragonRise usb one.16:56
CalicoWINDOWS..... Just installed the new updates, rebooted and now I am unable to login. Once I enter my password the screen freezes. What should I do ;/16:58
UbuntuStudioNewbHello world!17:01
UbuntuStudioNewbI've now switched from Windows, is there anything I need to take care after the installation progress? Also: The installer showed the installation of amd64-packages, whilst I'm on Intel - does it have to do anything with it at all?17:02
Kon-amd64 means it's a 64-bit OS17:02
CalicoWINDOWSUbuntuStudioNewb: do not remove your windows installation, that's one17:02
whatever01ducasse, i added those ppas to sources.list then updated the repos and it gives me this error message. do i need to add some key pgp or something? heres the output of apt-get update https://paste.ubuntu.com/26542039/17:03
UbuntuStudioNewbCalicoWINDOWS I won't, it's a dual-boot-setup now17:03
UbuntuStudioNewbI'm intersted in trying something new, Linux and Ubuntu Studio seemed interesting17:03
UbuntuStudioNewbHave a nice day, guys. See ya!17:05
ducassewhatever01: use the add-apt-repository near the top of the page to add the ppa, that will add the key as well17:05
whatever01ducasse, i see. is it bad practice to add ppas manually in the way that i did?17:08
ducassewhatever01: no, not as long as you also add the key - using add-apt-repository is just an easy way to do it17:09
whatever01ducasse, apt-cache search hashcat yields no results even after updating the repos. perhaps thats not the package name?17:11
CalicoWINDOWS..... Just installed the new updates, rebooted and now I am unable to login. Once I enter my password the screen freezes. What should I do ;/ Please advise, I am locked out of my laptop right now, basically...17:13
SchederHello Guys, how can I get Ubuntu on a USB with persistent mode, I've used "Linux live USB creator" but it did't work. At step 3 I set the persistent mode, it seems it did it but after test it doesn't save any file on the desktop. Any good link or recomendation?17:13
ducassewhatever01: no, it is. did you add the key?17:14
ducasseCalicoWINDOWS: can you try an older kernel?17:16
CalicoWINDOWSducasse: I did. Same thing, just the screen blacked out :)17:17
whatever01ducasse, im pretty sure it did. here is the output of sudo add-apt-repository ppa:nzatkovich/hashcat https://paste.ubuntu.com/26542118/17:20
ducassewhatever01: what does 'apt update -qq ; apt-cache policy hashcat' say?17:21
whatever01ducasse, it tells me that i have 48 packages that i can upgrade then it tells me that its unable to locate the package hashcat17:24
ducassewhatever01: i see now - the last build of the package failed, and the previous build is no longer available. you could contact the maintainer, ask if he can fix it.17:29
CalicoWINDOWSI am rebooting to attempt logging in again..............17:33
=== nyuszika7h_ is now known as nyuszika7h
CalicoWINDOWsI still cannot login. I exhausted all GRUB recovery options.17:42
CalicoWINDOWsExcept updating grub, actually.17:42
justAllgood1so I'm setting up a small testing box using 16.04. Need php7 and mysql. I've installed, mysql libs, set those up, and installed php7.1-mysql. I created a database user, and granted them * on the database. I'm able to connect to the database just fine using mysql cli, however php is giving access denied. I've specified both 127 and localhost as my db host (it's all running on 1 ec2 device)17:48
justAllgood1is there anything I might have missed that is ubnutu specific17:48
justAllgood1that would be giving me17:48
justAllgood1SQLSTATE[HY000] [1045] Access denied for user 'user'@'localhost' (using password: YES)17:48
CalicoFlowsTurns out I had ran out of disk space17:55
jayjoI want to run a program that has an interface(gui) on a server... I haven't done this before so I'm just doing some research. Is using a Xvfb or an alternative really the only way to do it? To trick the software into thinking it is displaying graphical elements? Is this slow/secure? I see a lot of documentation but it feels like a WINE approach18:11
ecormierjayjo: I'd use vnc or X forwarding on ssh (I'd use the latter first)18:13
ecormierif I understand you correctly18:13
jayjoIn my particular case right now the software I want to run on a server does not require a gui for my use, but in order to run it, it is required. (it is a trading software gateway). I've ran into this problem before when I was generating pdf/pngs with python on a server w matplotlib and I required X11. Just like using WINE isn't really a robust solution for production, is it OK to use xvfb or vnc for18:18
jayjoproduction?18:18
ecormierrun vnc over ssh port forwarding is very safe18:20
ecormierI've never used xvfb, so I can't comment18:20
ecormierthe other thing is if you can ssh into the server, just set the display before running the program so that the gui comes up on the server's X display18:21
funabashiHu guys, how can i read more why i need to reboot? *** System restart required *** and also how i can removove if i dont want to reboot18:23
Seveasfunabashi: most likely it's because you had a kernel, systemd or glibc update. Those updates really only work after a reboot.18:24
akikfunabashi: the info is in /var/run/reboot-required.pkgs18:24
funabashilibc618:25
Seveasthat's glibc. You'll want to reboot for that18:26
funabashiif i remobe lib6 from that file will it stop showing that statment?18:26
SeveasYou should reboot.18:26
funabashia server i like to have nice uptimes18:26
Seveasno you don't. You want security updates applied promptly, and service availability solved at a higher level than a single server18:27
Seveashigh uptime == insecure machine18:27
ecormierSeveas: depends on the use case...18:28
SeveasHaven't yet seen a usecase that likes vulnerable kernels or glibc :)18:28
ecormierstill needs to be connected to the net18:29
ecormierI have internal servers that it doesn't matter18:29
ioriawondering if live-patch works for glibc18:29
Seveasyes it absolutely does matter18:29
ecormier? really... explain18:29
Seveasioria: for glibc I think you can get away with restarting all services and getting systemd to reexec itself, but that's more painful than a reboot :)18:30
ioriafor sure18:30
Seveasecormier: once the attacker is in the network, you don't want him to have all these tasty vulnerable things to pivot on18:30
Seveasand that's a matter of when, not if. It only takes one inattentive person to open a phishing mail...18:31
ecormierno hacker is getting in to that network18:31
Seveashahahaha18:31
wafflejo_hard candy shell with mushy insides is never a good plan18:31
ecormier:)18:32
Seveaswafflejo_: indeed. I like it crunchy thorough and through. Crunchy like gravel!18:32
wafflejo_I thought you were saying internal servers are no problem cause can schedule downtime but should really keep things up to date, if you need 0 down time you just use a copy of the server temporarily (aws and other vps services make this pretty easy, point the "elastic IP" at a new server and requests start going there)18:33
ecormieranyways the machine in question is a media server and it's on a different network... there is no way to access it from the net... there is no connection18:34
ecormierunless of course they break into my house, and then I've got bigger fish18:35
ecormierI do keep it up to date... I was just making a point... not very well obviously :)18:37
Seveasa box like that should be on auto-update-and-reboot really :)18:37
ecormierauto-update implies connected to the net18:38
ecormieranyhoo, off topic really18:39
dlamis there a way to make sure there's always a /var/run/celery folder?  i rebooted my computer and it seems to be not there anymore  :O   (in this config file i set a path to put its PID file in there)18:57
dlami fixed it by manually `mkdir /var/run/celery`   (but i think thats not what you're supposed to do)18:58
antonmWhat's /var/run/celery for?18:58
dlamantonm:  it holds a single file with the process ID of this celery task queue thing18:59
Seveasdlam: /var/run gets wiped every reboot. The application that needs it should make sure it creates that directory (either itself or its systemd unit).18:59
Seveasstarfire:~$ ls -lad /var/run19:03
Seveaslrwxrwxrwx 1 root root 4 okt 25 17:11 /var/run -> /run19:03
Seveasstarfire:~$ mount | grep '/run '19:03
Seveastmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=381732k,mode=755)19:03
sliptteesHi guys19:03
sliptteesI cant boot live to install https://drive.google.com/open?id=1600UXHYxF8QwJihlhHuQ1_8CMcCsFxU319:04
sliptteesplease help19:04
lotuspsychje!bootoptions | slipttees try no acpi perhaps?19:05
ubottuslipttees try no acpi perhaps?: For a list and explanation on some of the boot options, see https://help.ubuntu.com/community/BootOptions See also !nomodeset.19:05
sliptteeslotuspsychje: i try apci=off, noapic nolapic19:06
sliptteesacpi*19:06
lotuspsychjeslipttees: no dice?19:06
lupulodlam, you could read man systemd-tmpfiles  && man tmpfiles.d, It's auto19:06
sliptteeslotuspsychje: dice?19:07
sliptteesNo19:07
sliptteesnothing happen19:07
lupulodlam, systemd-tmpfiles could delete it if the files of configurations have changed19:07
lupulodlam, you could do "locate "tmpfiles.d" | grep -v gz  | grep celery"19:10
lotuspsychjeslipttees: wich ubuntu version?19:11
sliptteesi try 16.04.219:11
lupulodlam, perphaps your deductions is wrong, this archive is created in another situations19:11
lotuspsychjeslipttees: try 16.04.3 please19:11
sliptteeslotuspsychje: sorry 16.04.3 here19:11
lotuspsychjeslipttees: ok19:12
lotuspsychjeslipttees: how about the type/brand of your pc?19:12
sliptteesDesktop/Positivo19:12
sliptteeslotuspsychje: Desktop/Positivo19:12
newhello19:14
david___Sorry, if I ask, but Chromium is telling me that my flash-player isn't up to date and I also heard from a security vulnability in flash, but it seems there is no update.I even reinstalled adobe-flashplugin and it seems I'm still not up to date19:15
lotuspsychjedavid___: chromium uses pepperflash19:15
lotuspsychjeslipttees: you want to install ubuntu single?19:17
sliptteeslotuspsychje: Yes19:17
lotuspsychjeslipttees: have you tryed setting secureboot and fastboot disabled?19:18
newI use Ubuntu 17.10, and I'm trying to boot a dvd with a linux iso burned but it is ignored, in another pc with linux installed is all ok; can be a problem with grub?19:18
senapsi have installed a ubuntu server with two interfaces in vbox. first is a host only, it's connected, and i can ping other vms in this network. second is a NAT, and should connect me to internet, but i dont have internet. i did a `ifconfig enps08 up` and it now shows up, has a ipv6, but doesn't give me internet. i get  a `temprerly failure in name resolution`19:18
david___Ubuntu wiki told me, that they discontinued pepperflash with discontinuing NPAPI19:18
sliptteeslotuspsychje: Yes19:18
pr3c0ghey all ! so, i've been away for a while. was wondering if there's amd drivers for 17.10 yett19:19
newdoes anyone have any ideas on how to start the DVD iso before ubuntu?19:21
lotuspsychjedavid___: seems your right, adobe flash plugin now19:22
lotuspsychjedavid___: wich ubuntu version are you on?19:22
david___I'm running Ubuntu 17.1019:22
ecormiernew: it's different on every system but F2 usually allows you to choose the device to boot19:22
lupulodlam, locate "tmpfiles.d/" | grep -v gz   | xargs grep celery19:23
newecormier yes I did it19:23
lotuspsychjedavid___: system up to date to 17.10.1?19:23
maik427@search The Magna Carta of Exponentiality19:23
newI choose the DVD but the grub menu appears with ubuntu19:24
david___How can I check that? I see no minor-release number19:24
lotuspsychjedavid___: lsb_release -a && uname -a19:25
ecormiernew: that probably means that there is no boot sector on the DVD19:25
ecormierare you sure the iso was good or that you burned the iso to the disk correctly... (didn't burn the iso file to a data disk, but burned the disk image)19:26
lotuspsychjepr3c0g: on 17.10 you can choose between xorg & wayland, test your system in a liveusb?19:26
david___https://paste.gnome.org/ppoq4hsdp19:26
newecormier: I tried it on another pc and it' s all ok, boot normally19:26
lotuspsychje!info linux-image-generic artful19:27
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.13.0.32.34 (artful), package size 2 kB, installed size 14 kB19:27
ecormiernew: then time to check your bios/efi boot settings... you could try turning off secure boot or try legacy boot mode19:27
lotuspsychjedavid___: how about your adobe flashplugin version?19:28
sliptteeslotuspsychje: http://www.revendedorpositivo.com.br/PositivoB2B/Assets/Produtos/Documentos/59950.pdf19:28
lotuspsychjeslipttees: cant find much decent sources on that brand sorry19:28
lotuspsychjeslipttees: perhaps a few ideas, test other kernel/other ubuntu version?19:28
sliptteeslotuspsychje: i try thanks19:29
david___1:20171212.1-0ubuntu0.17.10.119:29
newecormier: it's off, the only thing I have not tried is legacy mode and now I think to do that19:29
newI try to see what happens19:30
ecormiernew: if the livecd doesn't have efi, then you would need to do that19:30
newI think have19:30
newI go now19:31
lotuspsychjedavid___: could try also this one: browser-plugin-freshplayer-pepperflash19:31
david___ok19:31
lotuspsychjedavid___: to check if your system up to date: sudo apt update && sudo apt full-upgrade19:32
pr3c0g@lotuspsychje, how do I check which one I'm using?19:35
pr3c0gI already have the system installed, the thing is that I notice some graphical lags (on the system itself, I'm not playing anything)19:36
lotuspsychjepr3c0g: sudo lshw -C video at bottom behind driver=19:36
lotuspsychjepr3c0g: are you in the wayland session or xorg?19:36
pr3c0gwith that command I didn't understand what I'm using. I tried loginctl show-session 2 -p Type (2 is my session) and it says type=wayland19:38
pr3c0g"echo $XDG_SESSION_TYPE" also returns wayland19:39
lotuspsychjepr3c0g: hastebin it if you like, ill check19:39
pr3c0g@lotuspsychje, https://pastebin.com/UszGebgh19:40
lotuspsychjepr3c0g: driver=radeon latency=019:40
newHello, I tried to put legacy but come back to UEFI19:41
lotuspsychjepr3c0g: could you try the xorg session to compare with wayland if you get lags there too?19:41
pr3c0ghow do I change to xorg ?19:42
pr3c0gI'll look it up19:42
lotuspsychjepr3c0g: logout yourself, and at gdm login screen, you can press the icon to ubuntu(on xorg)19:42
pr3c0gah ok19:43
pr3c0glet's see19:43
pr3c0gbrb19:43
newis there a way to start the dvd iso manually?I not know what to do now19:43
akiknew: do you meant start the dvd while logged into the ubuntu desktop?19:46
pr3c0glotuspsychje, ok, I don't notice the lags now. they were specially noticeable on the browser19:47
pr3c0gthanks for the help19:47
newakik yes if it is a good solution19:47
pr3c0gi'll look up the differences because I feel like i'm missing out on some stuff by not using wayland19:47
akiknew: or did i understand correctly? do you have ubuntu installed already?19:47
newyes I have Ubuntu 17.1019:48
akiknew: ok you can install qemu-kvm package and use "sudo kvm -m 2048 /dev/sdX" to start the dvd19:48
new:D19:48
akiknew: /dev/sdX is the dvd drive19:48
newah ah ah ah ah Nooooo19:48
lotuspsychjepr3c0g: keep in mind that 17.10 is non-lts, for stable experience try an LTS19:49
newI have not understood and will use a virtual machine like this?19:50
akiknew: yes, kvm starts a kvm virtual machine19:50
pr3c0gyeah, I guess that's the price of trying out the latest stuff :P19:51
lotuspsychjepr3c0g: 18.04 will use xorg by default19:52
newakik: I just have to use that command or do I have to create a vm too?19:53
lotuspsychjepr3c0g: feel free to help test in #ubuntu+119:53
akiknew: you could install virt-manager. it's a gui frontend19:53
newakik: It is not the solution that I hoped, I was hoping to be able to start the DVD and run it alone19:54
akiknew: well kvm can do it. there are a lot of options that you can use with kvm19:55
newok19:55
akiknew: are you only planning to run the ubuntu live session off the dvd and not install it?19:56
akiknew: for example, using virt-manager would be easier for you, kvm is all manual stuff with using the correct options19:56
newakik: if for example I can not start the operating system due to some problem and the DVD as it does not start now, what could I do?20:00
CrtxReavrHow do I search for what package would provide a specific filename?20:01
EriC^^CrtxReavr: apt-file search filename20:01
akiknew: is it a hardware problem that you can not boot off the dvd drive?20:01
CrtxReavrGot something that wants 'ant'.20:01
akiknew: i'd try to fix that problem first20:01
drewbmy apt-get install keeps hanging on the step " Setting up grub-common (2.02~beta3-4ubuntu7.1) ..."20:01
EriC^^CrtxReavr: install apt-file first then run apt-file update20:01
akiknew: you can also boot off a usb stick20:02
CrtxReavrI see that.20:02
CrtxReavrand 'apt-file update' aparently.20:02
drewbdoes anyone know how to resolve this grub issue?20:02
CrtxReavrEat?20:03
drewbhilarious20:03
newwith USB would not the boot problem occur again?20:03
CrtxReavr# apt-file search ant | wc -l8296520:03
CrtxReavrThat was less than helpful.20:04
david___Sorry I restarted my Computer and checked if I had the newest version of Chromium and I got the newest one, all packages are up to date, but Chromium still tells me Flash is out of date20:04
akiknew: i'm not sure what problem you are refering to. booting from a dvd drive and from a usb stick are two completely different things20:04
CrtxReavrdavid___, isn't flash embedded in Chrome?20:05
lotuspsychjedavid___: perhaps the website you try is badly?20:05
david___I also tried the browser-freshplayer-pepperflash20:05
newakik: yes, but if the laptop does not start the dvd or the usb automatically how can you force the boot?20:05
akiknew: there's a key you can press to force the machine to give you a list of boot devices20:06
david___yes it seems like it, because it seems nothing changes, even after installing adobes non-free flash20:06
akiknew: for example, F8, F10 or F12, or esc20:06
lotuspsychjedavid___: whats the website, ill test it on my chromium20:06
newyesss I also tried that but it does not work20:07
david___every Website which has flash installed, I am on crunchyroll.com20:07
=== xet7_ is now known as xet7
testsing[m]hello, what is the recommended method of moving the install from disk to disk? I wanted to move from a bigger disk to a smaller disk so I just copied the rootfs, plugged the smaller drive into the laptop, ran the boot repair distro onto the smaller drive. But now it seems to only boot and mount the disk read only.20:08
newakik: I tried the GRUB menu the esc key then I wrote exit, the choice of the boot appeared and I chose the DVD but it is still the Ubuntu laptop20:08
ioriadavid___, have you tried firefox ?20:09
akiknew: you need to press the key _before_ you get the grub screen20:10
lotuspsychjedavid___: when i press 'run once' it works instead of updating flash20:10
testsing[m]if you need flash then maybe best way is to just install Google Chrome20:11
akiknew: but it can be with the new laptops that the time window is so short that it's difficult to trigger the boot menu20:11
testsing[m]it supports flash by itself20:11
david___The problem is I have to do that for every page I browse, even on the same domain20:11
akiknew: you should read your laptop/motherboard manual to see which key it is that triggers the boot menu20:11
lotuspsychjedavid___: chromium also says the page is unsafe so...flash is dying, try other sites?20:12
kenrinYou should fix your fstab if you changing disks,  it probably has uuid wrong20:12
=== Guest81652 is now known as leshaste
david___It's a streaming site, I only use chromium because of that site, because chromium runs flash much better than firefox20:12
ioriadavid___, really ?20:13
lotuspsychjedavid___: firefox doesnt like that site neither on my side20:13
newakik: F2 allows me to change the order of the boot and legacy or uefi, after the changes except but everything remains as before20:13
ioriadavid___,  works ok here20:13
testsing[m]kenrin: I tried manually changin UUIDs too, both in fstab and grub.cfg but BIOS didn't recognize the OS. Then I tried boot-repair distro and just hit "repair boot". Then it recognized the OS but mounted it read only.20:13
akiknew: f2 probably goes into the uefi where you can change other settings for your computer?20:14
kenrinmounting readonly is a sign of messed up fstab20:14
akiknew: or bios20:14
newbios20:14
david___Ok tried it in firefox, flash crashes ^^20:15
kenrinWhich flash?20:16
CalicoFlowsI started Jack earlier. No I have no sound. I was having problems with only Ardour having sound and the rest of the applications hanging when I tried playing sometihng. I rebooted. Now all applicatoins just hang there when I try playing a song for example20:16
ioriadavid___,  are you updated ?  run 'strings /usr/lib/flashplugin-installer/libflashplayer.so|grep LNX|awk '{print $2}''20:16
david___browser-plugin-freshplayer-pepperflash20:16
ioriaah, why that ?20:17
kenrinI've had better luck with libflashplayer.so20:17
akikCalicoFlows: i think i have the solution to your problem20:17
=== menace is now known as Deknos
lotuspsychjeioria: i suggested him because he said his adobe flash didnt work on chromium20:18
iorialotuspsychje, i see20:18
akikCalicoFlows: you can hear audio from ardour but not from other apps?20:18
lotuspsychjeioria: his system up to date also20:18
testsing[m]kenrin: how can I troubleshoot that? Literally the only thing I replaced in fstab was the UUID20:18
kenrinIt should be in  your dmesg if there is any errors.  You could try to remount as rw,  you could change to partid or just use /dev/ paths20:22
newgoodbye :(20:22
kenrinI like the arch approach of chrooting with a livecd,  double-checking fstab,  then reinstalling grub20:23
CalicoFlowsakik, I couldn't play audio anywhere, the programs just freeze. And I just figured - when I kill a process called Jackbus - it goes back to normal, all programs start playing audio at once20:23
CalicoFlowsbut it was all fine before, so something is up20:23
akikCalicoFlows: do you want to test the way i fixed it?20:23
CalicoFlowsSure20:24
SemiNushello!20:25
SemiNusmay I please ask for help?20:25
akikCalicoFlows: https://pastebin.com/raw/ZtVgpcRU20:25
CalicoFlowsjust go ahead SemiNus20:25
lotuspsychjeSemiNus: if its ubuntu related20:25
SemiNusI bought myself a wifi USB adapter as the built-in wifi card of my notebook (a realtek chip) is not fully supported the way I wished it to be which causes the wifi speed to be below 1 Mbit / sec even though I have a 100 Mbit connection20:26
CalicoFlowsakik, I also had issues connecting Ardour to jack, you think it's related to the lack of that package?20:26
SemiNusnow I want to make sure that the built-in wifi card is disabled20:27
SemiNusI found 2 different options20:27
SemiNus1) iface wlan0 inet manual20:27
SemiNushowever I believe that the external usb wifi adapter would probably become eth0 then20:27
SemiNusand be also disabled then?20:28
SemiNusnot sure20:28
kenrina wifi adapter is never going to be eth0 unless you manually named it20:28
SemiNus2) blacklist the module in /etc/modprobe.d/blacklist.conf20:28
SemiNusbut I needed to know what to blacklist (and I don't know how to find out)20:28
ioriaSemiNus,  paste  'ip a'  output20:28
ecormierSemiNus: lspci -k would tell you20:28
SemiNussure, 1 moment please20:28
SemiNusI need 1 minute to paste it20:28
SemiNushttps://dpaste.de/p7eW/raw20:29
SemiNushttps://dpaste.de/Vfds/raw20:29
akikCalicoFlows: that package is just for this problem that normal apps are not able to play audio when you're running jack20:29
ecormierSemiNus: look at the last entry20:30
SemiNusrtl8188ee20:30
ecormier05:00.0 Network controller: Realtek Semiconductor Co. Kernel modules: rtl8188ee20:30
CalicoFlowsakik, aright, rebooting20:30
SemiNusso I could blacklist rtl8188ee ?20:30
ecormieryep20:30
SemiNusis this "the way to go"?20:31
SemiNusor is there a better option?20:31
ecormieryep20:31
SemiNusokay20:31
ecormiernope20:31
ecormier:)20:31
SemiNusthank you20:31
testsing[m]ok, I'll try that. ty20:31
SemiNushow comes you guys know so much?!20:31
ecormierbeen at it a while20:31
ioriaSemiNus,  would be enough to DOWN  the built-in, btw20:31
SemiNusioria, how would I do that?20:32
ecormierioria: but then it would be still powered up20:32
ioriaSemiNus,  sudo ip link set ainterface>  down20:32
ioriayes, powered up, but inactive20:32
CalicoFlowsakik, https://i.imgur.com/2ZpErgR.png20:33
ioriaSemiNus, sy,   sudo ip link set <interface>  down20:33
CalicoFlowslet me show the contents of the file I edited, maybe..... :)20:33
SemiNusioria, how long will this last?20:33
SemiNusuntil the next reboot?20:33
ioriaSemiNus, nope20:33
SemiNusforever?20:34
ioriaSemiNus, oh, using NM ?20:35
SemiNuswhat is NM?20:35
ioriaSemiNus,  network-manager20:35
SemiNusI am using the shell20:35
ecormierSemiNus: if it's a laptop where battery usage is going on I would blacklist the module20:35
SemiNusok then I blacklist it20:35
SemiNuswill it be active after the reboot or immediately?20:35
ecormierthen it's shutdown at kernel level20:36
CalicoFlowsakik, https://pastebin.com/4ru72dFi also I cannot control the volume anymore20:36
SchederHello Guys, how can I get Ubuntu on a USB with persistent mode, I've used "Linux live USB creator" but it did't work. At step 3 I set the persistent mode, it seems it did it but after test it doesn't save any file on the desktop. Any good link or recomendation?20:36
akikCalicoFlows: remove the two last lines from there20:37
ioriaSemiNus,   don't forget to have done that, if you decide to reactivate it20:37
akikCalicoFlows: i meant them for restarting of pulseaudio20:37
CalicoFlowsakik, gotcha, should I run them now after removing them from the file and saving20:38
akikCalicoFlows: yes20:38
kenrinDid you try unetbootin Scheder ?20:38
kenrinpersistent ubuntu is about the only thing that program is good for20:38
SchederHi Kenrin, No I haven't but I will try, thanks.  It's not the first time I create an Ubuntu USB but it's the first time I try with persistent mode.20:40
david___Ok I found the problem, it seems my the canonical partner repository wasn't activated, but I could install and remove adobeflash-plugin, there was probably a cached list from this repo so it thought it was up to date :/20:41
ioriadavid___, you can't install adobeflash-plugin  without canonical partner repository activated20:42
ioria!info adobeflash-plugin20:42
ubottuPackage adobeflash-plugin does not exist in artful20:42
david___Sorry I for wasting your time, I really appreciated all the help ^^20:42
CalicoFlowsakik, seems to be working again now, thanks! You deserve a crate of cold beer, the amount of help you provide man20:43
akikCalicoFlows: nice!20:43
david___I could, I even removed it and reinstalled it, but I don't know how20:43
akikCalicoFlows: now i can add that to my "blog" (just a collection of notes)20:43
SemiNuskenrin, ioria and ecormier => Thank you very much for your help!20:44
akikCalicoFlows: all apps can now produce audio?20:44
ioriadavid___, probably activated and then deactivated in  sources.list20:44
CalicoFlowsakik, great, I was thinking to start something like that as well. Btw earlier it turned out that I ran out of disk space, so I was not able to login, managed to handle it on my own - for once, finally!20:44
CalicoFlowsyup, works as expected20:44
david___not impossible, atleast not intentionally20:45
akikCalicoFlows: there's a lot of information at askubuntu and ubuntu forums, but they tend to be buried there20:45
david___But either way thanks for the help, have a nice day :)20:45
ioriaSemiNus,  sudo lshw -C Network   will give you much infos about your network interfaces20:45
CalicoFlowsakik, yeah I keep on running into 2013 threads...20:45
SemiNusthank you ioria20:46
ioriadavid___, btw, watching naruto without issues with firefox and flashplugin-installer  (ver 28)20:46
ioriaSemiNus,  ok20:46
CalicoFlowsakik, however, ardour reports failed to open audio device20:47
akikCalicoFlows: i have ardour open here20:47
akikCalicoFlows: open the "window" menu, and then audio/midi setup20:49
lordlHi! I have a problem with shellinabox on my Ubuntu Server 17.10 (64 bit). I put the service argument with the "/:SSH" value in its configuration and I get 2 things when I input the username: "command-line line 0: Unsupported option "rhostsrsaauthentication"" and "command-line line 0: Unsupported option "rsaauthentication"". Any ideas?20:49
akikCalicoFlows: i have "jack" there20:50
CalicoFlowsakik, I get https://pastebin.com/TN5iSzj3 if I select jack20:51
akikCalicoFlows: did you make the changes to your system's /etc/security/limits.d ? rtprio/memlock20:52
SuperDumbHey sorry quick question. I see swap on my free -m as 0 0 0 . Does ubuntu do anything if no swap is configured? Swappiness is still 6020:53
akikCalicoFlows: it's a two-step process, you first select a group that your user belongs to, then add the config into /etc/security/limits.d/audio.conf for that group20:53
CalicoFlowsakik, um.. nope20:53
kenrinIt crashes if it needs to use swap and runs out of ram20:54
akikCalicoFlows: although you have many errors there, let's try to fix some of them :)20:54
SuperDumb@kenrin that's what I thought just wanted to be sure.20:54
CalicoFlowsakik, I see, I saw that earlier, but there are at least 5 different solutions that I saw/... so I didn't attempt anything20:55
CalicoFlowswhen I was looking for a solution for the 'unable to create session'20:55
akikCalicoFlows: i've created a group audio and then added my user into that group20:55
CalicoFlowsakik, the thread I look at says "And dont forget to check parameters in Qjackqtl. "Realtime" "20:59
CalicoFlowsbut I am getting lost there, cannot find that option20:59
akikCalicoFlows: then, add a new file /etc/security/limits.d/audio.conf and add this as the content https://pastebin.com/raw/x9WEqRq420:59
CalicoFlowsis @audio - nice -19 necessary20:59
akikCalicoFlows: i have it but it's commented21:00
CalicoFlowsI just added these lines to etc/security/limits.conf21:00
CalicoFlowsshould I revert the changes and edit the file you said21:01
akikCalicoFlows: it's ok there too21:01
LunarWhat is the command of the gnome/unity mouse settings? I switched from evdev to libinput for xserver (trying to fix an issue), and it seems it resetted the mouse settings. I am using i3wm with most of the gnome DE removed (but am OK to install stuff from it)21:01
CalicoFlowspf, linux man, I still do not understand these edits of random files and renaming of conf files :))21:01
CalicoFlowsright, so I'll log out21:01
akikCalicoFlows: there's just too many use cases for linux, hardware/software21:02
akikCalicoFlows: you might need a reboot21:02
CalicoFlowsalright21:02
calicodebugakik: um, first and foremost, I cannot login with hexchat, I get account-notify extended-join identify-msg multi-prefix sasl21:06
calicodebugany idea?21:06
calicodebugI am on the webchat right now21:06
calicodebugI hope the server didn't start hating me from so much reboots haha21:07
kenrinServer support things just went down,  that might be it21:07
daxcalicodebug: network services are currently offline, freenode staff is investigating it. no NickServ or ChanServ for now.21:07
calicodebugdax: I cannot connect with any nicname thoough ;/21:09
daxcalicodebug: your client's probably trying to use SASL and then freaking out when it doesn't get a response21:09
LunarWhat is the command for a gui to set mouse settings for xserver libinput? (sorry if there was an answer, accendently /quit and didn't saw it)21:09
calicodebugakik: so... I opened Ardour aand heard the most terrifying sound that a human can hear.. Loud! At that... my volume icon is inactive again....21:10
akikcalicodebug: not sure what sound you mean. ardour shouldn't play anything unless you tell it to21:11
calicojust static noise, crazy bad21:12
kostkoncalico, ouch21:12
akikcalico: are the normal apps still working?21:13
SemiNusre21:16
=== dr___ is now known as dr_
syntaksBy chance are there any Z820 users here? :)21:17
calicoakik:  yes. No matter how I set the volume, in ardor it's loud as shit. And just plain terrifying. Muting doesn't work. Only exiting the program21:18
calicoAmarok plays audio...21:18
akikcalico: can you go check the "window/audio and midi setup" menu?21:19
calicoakik: when I select a project... the sound starts as soon as it switches the window...21:21
DrkShad0wHey, is something wrong with us.archive.ubuntu.com? the /ubuntu/dists/*/Release files list .../Packages files, but this host has only Packages.gz and Packages.xz. There's no uncompressed packages, and it's screwing up my clients.21:23
leftyfbDrkShad0w: what version of ubuntu?21:24
calicoakik: the case might be that the mic output is on for ardour...21:24
DrkShad0w14.0421:25
DrkShad0wtrusty21:25
calicoakik: but, I don't know it's instant and once again... terrifying haha21:26
akikcalico: mute your speakers?21:26
calicoakik: can't mure from the laptop, I can plug in headphones now that I think about it21:27
DrkShad0wFor example, consider http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/. There is no "Packages" file. Only .gz and .bz2. Consider http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release. It has a checksum for the Packages file in that directory.21:27
analogicalwhy doesn't http://torrent.ubuntu.com:6969 use TLS ?? :(21:28
calicoakik: it says connected to jack21:28
DrkShad0wEvenwith an apt preference, Acquire::CompressionTypes::Order { "gz"; "xz"; "bz2" };, it still wants to pull /Packages, and fails for invalid hash (I have an older copy of /Packages)21:29
DrkShad0w(have on my internal mirror)21:29
akikcalico: so now you have another problem with ardour?21:29
calicoakik: and as soon as I play the sounds loaded in the project, they play normally, I stop them and the noise returns21:29
leftyfbDrkShad0w: there's no "Packages" file for any release21:29
calicoit seems so, yeah :)21:29
DrkShad0wleftyfb: then why are they given checksums in the Release file?21:29
akikcalico: try the #ardour channel21:30
leftyfbmaybe the checksum of the uncompressed file within the available compressed versions?21:30
DrkShad0wIs apt-mirror and such supposed to pull it and decompress itself?21:30
DrkShad0wsigh...21:30
calicoakik: can we try muting the microphone?21:30
u0_a131 /part21:30
akikcalico: i don't know, haven't used mics with it21:31
akikcalico: you can probably do it with pavucontrol21:31
akikcalico: there's "input devices/mute audio" for the mic in pavucontrol21:32
=== TJ- is now known as Guest27109
=== Toast is now known as Guest67719
calicoakik: me neither, but it I am on a laptop. Yep! I am sure now - when I snap my fingers when the sounds are playnig it doesn't hear it, but whem it's not playing I can notice a blip on the meter21:33
=== TJ_Remix is now known as TJ-
LunarWhat is the command for a gui to set mouse settings (for xserver libinput)?21:34
kenrinThat would depend on your DE21:37
kenrinMine is unity-control-center mouse,  no idea what yours would be21:37
MWMwhen I run apt-get update I get "Ign" for everything, except for the ones that it "Failed to Fetch"21:37
MWMchanging the server from main to United states didnt seem to help.  permissions on /etc/apt/sources.list are correct and the file is populated appropriately21:38
MWMIs this something happening because I remained on 17.04?21:39
Lunarkenrin: I am using i3wm, so no real DE. I've tried {unity,gnome}-control-center, but they only list like 3 categories, nothing about the mouse21:39
LunarI am also using 16.04 if it matters21:39
calicoakik: no change if I mute the mic or not, unfortunately ;/21:39
yosefrow@MWM, I'm not sure why its like that, but according to: https://askubuntu.com/questions/17787/what-does-ign-mean-in-update-manager Ign means that there are simply no updates in the repo21:39
yosefrowno changes in the repo sorry21:40
calicoakik: thanks a lot for the help. I have more issues, but I will save some for tomorrow :))21:40
yosefrowthere might be updates available for your computer, but the repo itself didnt change21:40
akikLunar: do you mean xinput?21:40
daxMWM: yes, end-of-lifed versions of ubuntu get moved off the mirror network. see https://help.ubuntu.com/community/EOLUpgrades for alternate repository information, and upgrade information.21:41
Lunarakik: Yeah but an easier version of it21:41
yosefrow@dax, so Ign means that the list is unavailable in this case? or that it hasnt been updated?21:42
MWMSee I kinda figured that and decided to roll up my sleeves and "do-release-upgrade" but I get errors there as well.  Ill check the link from @dax21:43
MWMthanks21:44
daxMWM: yeah, the link will fix those :)21:44
daxyosefrow: Ign means it checked the repo's index file and determined it didn't have any changes to download. the stuff caused by EOL would have been "Failed to Fetch"21:44
yosefrow@dax, ok so Ign means that the repo is still alive, just not changed. got it. Thanks :) I couldnt find any real documentation for these codes in `man apt-get`21:45
yosefrowbut i guess its common sense if you use apt for long enough21:45
MWMTHen Im confused.  normally running apt-get update will not produce a long list of Ign messages. and the Failed to fetches I am getting are for PPA's21:46
MWMNormally if I see something like IGN something is wrong with the sources.list or the network is otherwise configured incorrectly.  That is not the case today21:47
jerichowasahoaxign is just short for ignore, isn't it21:47
yosefrowjerichowasahoax, I believe so as well, but the implications of ignore arent clear21:47
yosefrowat least to me21:47
yosefrowmost sources ive found claim as dax said, that if it was actually a network failure, it would say "Failed to Fetch"21:48
unholymachinehi, i'm trying to create a script that upon execution on a laptop w/ non-working wifi automatically installs the required 3rd party driver. i was wondering if anyone had any idea as to how i'd go about this and/or if such a script already exists. i understand that ubuntu downloads and installs many 3rd party drivers during installation if a checkbox in ubiquity is selected. but, unfortunately, this is not always the case when21:48
unholymachineit comes to some hardware.21:48
jerichowasahoaxyosefrow: apt is pretty good at complaining if something's wrong, so i figure "ignore" isn't necessarily a sign that something's wrong21:48
yosefrowjerichowasahoax, the issue here I guess is that MWM has a gut feeling that something *is* wrong because *all* of his package lists suddenly return Ign and in the past this has been associated with a misconfiguration21:49
MWMyosefrow:  correct.  thank you21:50
jerichowasahoaxwell how much time has passed between "apt update" calls21:50
yosefrowHe seems to be saying that there is a specific bad condition (wrong config) in which Ign is indicative of an error21:50
TJ-"Ign" for fetching package lists (Release, InRelease) means there's been no change in the file since last time it was fetched21:50
yosefrowTherefore maybe there are other bad conditions that would result in this state21:50
MWMa number of specific conditions.  1 time it was because I had set a firewall elsewhere on the network too agressively.  another it was because I had somehow "misplaced" my sources.list and needed to regenerate it21:51
TJ-In the source-code of apt "Ign '" is printed when a package list is in state StatDone without needing to download21:51
jerichowasahoaxmaybe an unofficial mirror is being used that hasn't been updated in a long time21:51
yosefrowTJ-, does apt have a caching mechanism for lists? Could it be referencing cache when returning Ign?21:51
MWMthere have been a couple others, but usually if I cannot update , I can blame a network difficulty.  although this machine still sees others on the network and can get outside just fine21:51
TJ-yosefrow: lists are cached in /var/lib/apt/lists/21:53
yosefrow@MWM, are you using a reverse caching proxy in your system?21:53
MWM*whew* finally got the upgrade tool working.  I started to panic when I couldnt do-release-upgrade21:53
yosefrowor any proxy for that matter21:53
yosefrowsomething that might be caching requests21:53
yosefrowinstead of actually visiting the servers21:54
MWMno proxy.  "E:The repository 'http://archive.ubuntu.com/ubuntu stable Release' does not have a Release file.,"21:54
MWM^ from when I run the update tool21:54
TJ-MWM: "stable" is not an ubuntu release, that's Debian21:54
yosefrowMWM, do you get lots of Ign in combination with this error you just mentioned?21:55
MWM*everything* is an Ign21:56
yosefroweitherway you can just try replacing stable with an actual ubuntu release name like xenial and see if you still get the error21:56
yosefrowbut use the name of your actual release21:56
yosefrowor comment it out21:57
MWMIll give it a shot.  I dont see it here in my sources.list but maybe Im not looking hard enough21:57
MWMseems the only thing that says"stable" is google chrome...21:57
yosefrow@MWM, then check your /etc/apt/sources.list.d21:58
yosefrowMWM, try commenting that then (though if i recall it may be generated again automatically)21:58
yosefrowsomething weird bout the chrome package21:58
yosefrowgenerates its own sources list file or something21:58
MWMyeah only one instance of the word stable in the list.  Ill check sources.list.d21:59
yosefrowgrep the directory21:59
yosefrowgrep stable -nr /etc/apt22:00
MWMone step agead of me.  I was just going to check if that would get the results I wanted22:00
yosefrowuse that22:00
MWMusing your grep returns only chrome that chrome repo with the word stable in it22:01
yosefrowcomment them out then22:01
yosefrowsave the files and then apt-get update again22:01
yosefrowTJ-, my guess is that possibly his update is short circuiting because of faulty repo, and then apt is using its list cache to determine that there are no changes22:02
cekguys, I'm trying to run dhclient -4  -1 -d -n -v wlp1s0  to test dhcp server, but it compains. What's wrong ?22:03
TJ-Ign is perfectly fine; e.g. here's from an "apt update" I just did: "Ign:1 http:/security.ubuntu.com/ubuntu xenial-security InRelease"22:03
MWMTJ:  fair enough, but I also cannot do release upgrade, and cannot reach certain packages that were called for when building handbrake earlier22:04
yosefrow@TJ-, not saying it isnt. Just that in this case, Ign could be claiming there are no changes, simply because the update was short circuited and changes were compared to list cache. just a guess of course22:04
MWMThat handbrake build is actually what sent me on this little witch hunt22:05
yosefrowMWM, did you comment out the chrome repo and update22:05
TJ-yosefrow: I don't think so, if it can't get the file it'll report a 404, if it can't reach the server it'll report failed connection22:05
MWMyosefrow:  yes.  No good.  still Ign all the way down the line22:05
yosefrowust clear his list cache and try again22:06
TJ-yosefrow: generally if you "find /var/lib/apt/lists/ -type f -delete" and then "apt update" all files will be fetched22:06
yosefrowTJ-, thats the solution im looking for22:06
MWMIm in the /var/lib/apt now22:06
yosefrowMWM, try the command that TJ- posted22:06
MWMI can just empy those?22:07
zach-15803alright, question, how to i compile a c script?22:07
TJ-MWM: "sudo find /var/lib/apt/lists/ -type f -delete &&  sudo apt update"22:07
MWMapt-get update is still reporting a long line of Ign.22:08
yosefrowMWM as a last resort i usually use sudo rm -rf /var/lib/apt/lists/*22:08
yosefrowsudo apt clean22:08
yosefrowapt-get check22:08
MWMdo-release-upgradedied again as well22:09
yosefrowapt-get update22:09
zach-15803uhm22:09
zach-15803hello?22:09
yosefrowzach-15803, ./configure , then make i think?22:09
zach-15803alright, ill try it22:09
yosefrowthen make-install22:09
TJ-yosefrow: I don't do the 'rm -rf' since it'll delete the ./partial/ sub-directory. Sometimes that can subsequently break apt22:09
zach-15803./configure22:10
zach-15803bash: ./configure: No such file or directory22:10
yosefrowhttp://www.tldp.org/LDP/LG/current/smith.html22:10
yosefrow@zach-15803,22:10
zach-15803yosefrow, yes?22:10
CalicoFlowsakik, whew... fixed it! My system volume control does not affect Ardour though, so that's why nothing would happen when the noisy was attacking my ears22:10
yosefrow@TJ-, so then sudo rm -f /var/lib/apt/lists/* ?22:11
MWMwell apt is no more broken then it was before.  if there is nothing else to try I guess I was slated to do a fresh install sometime soon anyway22:11
TJ-yosefrow: no, just use  "-type f" with:  "sudo find /var/lib/apt/lists/ -type f -delete"22:12
MWMIs there a way to do a lateral install to Arch ?  :D22:12
akikCalicoFlows: i see you got the fix for the loopback noise22:12
yosefrowTJ-, the effect is the same, just my command generates an error, no?22:12
yosefrowMWM, I have more solutions22:12
zach-15803(trusty)zach-15803@localhost:~/Downloads/Huion-Driver$ make ./huiontablet.c22:12
zach-15803make: Nothing to be done for `huiontablet.c'.22:12
MWM Sweet.  Thank you22:12
zach-15803it gives me that22:12
yosefrowif you are gonna reinstall anyway and nobody has suggestions ill post all my apt hacks that i use.22:13
yosefrowecho 'Acquire::http::Pipeline-Depth "0";' | sudo tee /etc/apt/apt.conf.d/99pipelining-off22:13
yosefrowecho 'Acquire::http::Timeout "5";' | sudo tee /etc/apt/apt.conf.d/99reduce-timeout22:13
MWMI wasnt planning on reinstalling for a few months.  I consider it maintenance, but I still put it off as long as possible22:13
yosefrowecho 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv422:13
zach-15803any ideas? or is there a way i can run it like a sh file22:14
MWMI would rather fix my current install if I could22:14
yosefrowecho 'DSELECT::Clean "always";' | sudo tee /etc/apt/apt.conf.d/99always-clean-dselect22:14
yosefrowecho 'APT::Get::Clean=always;' | sudo tee /etc/apt/apt.conf.d/99always-clean-apt22:14
yosefrowsudo apt clean && sudo apt update22:14
yosefrowthose are all the fixes i know22:14
Lunarzach-15803: Read the README, BUILD and/or INSTALL files if it includes any22:14
yosefrowand the rm thing, but use TJ's instead22:15
CalicoFlowsakik, yeah, crazy... I have something else, if you're not tired of me, haha. Everyime I open TerminatorX it says that it needs access to the mouse. I do sudo chmod -R 777 /dev/input/mice but I need to do that every time I reboot. How can I set that once and it sticks?22:15
yosefrowits more proper22:15
zach-15803let me show you the FILES i have22:15
Lunarzach-15803: if there is a Makefile in the directory, simply run make22:15
yosefrowand as TJ mentioned rf can delete directories that can harm your system22:15
zach-15803there is no makefile22:16
zach-15803the intructions say to modify the kernel, but...22:16
zach-15803for some odd reason, my kernel is READONLY22:16
TJ-!kernel | zach-1580322:17
ubottuzach-15803: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages)22:17
yosefrow@MWM, If nothing works you can also backup and empty /etc/apt/sources.list.d22:17
zach-15803i dont want to have to do that22:18
yosefrowas well as replace your /etc/apt/sources.list with a default list file22:18
=== foddo is now known as leroy
=== leroy is now known as foddo
yosefrowthose are all the most drastic measures i can think of short of reinstall22:18
TJ-MWM: can you show us "pastebinit <( grep '^deb ' /etc/apt/sources.list{,.d/*}; apt update )"22:18
zach-15803ill be fully honest here, im runnung Uby14 on a chromebook via CROUTON22:18
zach-15803as far as i can tell, its literally a full uby22:18
MWMhttps://paste.ubuntu.com/26543482/22:20
CalicoFlowsakik, so in #ardour they're sahing22:20
CalicoFlowsthat probably I'll not be able to control the volume output of Ardour with the system volume control ;/22:21
akikCalicoFlows: there's a master volume slider in ardour22:21
akikCalicoFlows: and also for each track there's a separate slider22:22
MWMseems I got too trigger happy with the -rf in /var/lib22:22
yosefrowMWM run "pastebinit <( grep '^deb ' /etc/apt/sources.list{,.d/*}; sudo apt update )"22:22
MWMI cant install pastebinit ... :(22:23
yosefrowMWM run "nc termbin.com 9999 <( grep '^deb ' /etc/apt/sources.list{,.d/*}; sudo apt update )"22:24
TJ-MWM: that worked fine, but you didn't use 'sudo' for "apt update" so it couldn't lock the files22:25
TJ-MWM: so "sudo apt update"22:25
MWMIve got a "WARNING: apt does not have a stable CLI interface. Use with caution in scripts." and a list if repositories that "does not have a Release file"22:26
TJ-MWM: that's fine, expected about CLI with apt called from a script, and expected also for "Release" files since we now use combined Release + signature files called "InRelease"22:26
senapsi have ubuntu-server 17.10, my first interface is host-only(static ip) and my second interface is NAT. i can't reason with and it only works with one interface!(first) anybody able to walk me through configuring netplan?22:27
MWMsudo apt update gives a smaller list of Ign and some 404's now22:28
TJ-MWM: what does "find /var/lib/apt/lists -type f -name '*InRelease' " report now? several files I'd expect22:28
TJ-MWM: try "sudo apt install pastebinit"22:29
yosefrow@MWM, or `nc termbin.com 9999 <( grep '^deb ' /etc/apt/sources.list{,.d/*}; sudo apt update )` if you cant install22:29
MWMyes there are several riles with "InRelease" however I still cannot install pastebinit22:29
TJ-MWM: try "apt-cache policy pastebinit"22:30
yosefrowMWM, for some reason the second < didnt paste. sorry i meant `nc termbin.com 9999 < <( grep '^deb ' /etc/apt/sources.list{,.d/*}; sudo apt update )`22:30
TJ-MWM: and put the result into a pastebin for me please22:30
MWMhttps://paste.ubuntu.com/26543539/22:31
yosefrowMWM: TJ- seems to know what he's doing, and I gtg so good luck guys22:32
MWMhttp://termbin.com/vltp22:32
MWMthanks yosefrow22:32
yosefrowMWM np, cya22:33
TJ-MWM: OK, your problem is because Zesty 17.04 is end-of-life the packages are removed from the archive. So, do this: "sudo sed -i 's/us\.archive/old-releases/' /etc/apt/sources.list"22:33
TJ-MWM: That will replace the entries with our old-releases archive name, then do "sudo apt update" and it'll fetch the package lists correctly22:34
TJ-MWM: at that point you can do "sudo apt full-upgrade"   .... after that,  you'll be good to do a do-release-upgrade to 17.10 Artful22:35
MWMand we have pastebinit installed!  Whoohoo!22:35
TJ-MWM: for some reason despite reading your earlier pastebins I had it in my mind you were using 16.04 Xenial, not 17.04 Zesty !22:36
MWMHonestly I thought this might be the issue, but I really started floundering once I colndt "do-release-upgrade"22:37
MWMthank you for your help22:37
TJ-MWM: glad we got you sorted out... eventually :D22:37
senapshow would i setup netplan for NAT? i want enp0s8 to be nat.22:37
TJ-MWM: once you're stable again, I'd suggest removing those apt.conf/ files yosefrow had you create earlier22:38
MWMIm not an expert, but those were to make clean and autoclean work without having to be called?22:38
TJ-senaps: unless you know something I don't, netplan doesn't deal with netfilter rules, it only deals with configuring the interfaces22:39
TJ-MWM: yes, but 'clean' means to remove downloaded .deb packages, which means if you want to re-install at any time the package has to be re-fetched22:40
TJ-MWM: it removes the .deb files from /var/cache/apt/archives/22:40
yosefrowMWM, yes if you ran my commands and you do not want/need these configurations and did not have them installed previously you can remove the files with rm /etc/apt/apt.conf.d/99always-clean-dselect /etc/apt/apt.conf.d/99always-clean-apt /etc/apt/apt.conf.d/99force-ipv4 /etc/apt/apt.conf.d/99reduce-timeout /etc/apt/apt.conf.d/99pipelining-off22:40
senapsTJ-,  well, i have my vbox second interface as nat, it would work if it was first interface, but not as second interface! any suggestions on how to fix that? ubuntu server 17.1022:40
CalicoFlowsakik, ... if you're not tired of me, haha. Everyime I open TerminatorX it says that it needs access to the mouse. I do sudo chmod -R 777 /dev/input/mice but I need to do that every time I reboot. How can I set that once and it sticks?22:41
TJ-senaps: what do you mean "as nat"22:41
MWMlets just say I am definately foin to save those ina  file until google and I can know exacly what they mean.  Seems like something I might actually want22:41
TJ-CalicoFlows: sounds like a job for a custom udev rule in /etc/udev/rules.d/22:41
senapsvirtual box network interface mode. i can select nat, bridged or host-network thing.22:41
senapsthe interface is NAT, and it doesn't give me internet. i should select the first interface as NAT type to have internet.22:42
MWMbut once again, thank you guys for your help.  *buntu gets me riled up some days :)22:42
TJ-senaps: you need to explain your scenario more. Is this an Ubuntu host on which you've got VirtualBox hypervisor, and you're deploying a guest OS which is configured using netplan?22:43
MWMsenaps:  if you select "bridged" then you will get assigned an IP from DHCP on your router.  Depending on what you are doing this canbe helpful22:43
MWMYou will still have NAT at the router and it will be easier to talk to others machines on your local network22:44
senapsubuntu 17.10 host, has a virtual box, within it, i have a ubuntu 17.10 server.it has 2 interfaces, first is host-only adaptor, and second is nat. i have configured netplan for the first, am looking for how to do it for second interface.22:45
senapsi don't want to use bridge i like the nat thing.22:45
MWMIts your call, but I cant think of any advantages to using NAT on a VM.  Just seems to needlessly complicate things IMO.  Puts your VM on a different network segment than every other machine22:46
MWMbut I dont know if that is neccessary for you or not.  often it is just a bother to me.  Good luck :D22:47
TJ-senaps: well, inside the Guest 'NAT' has no meaning. Use netplan to define the 2nd interface as you do the 1st, whether static or DHCP IP address, gateway, etc. The masquerading (NAT) is done on the host using netfilters22:47
pr3c0gsome powerline expert around ?22:49
senapsTJ-, okay, i fixed it!!! silly me.... now, is there a way to permanently down the interface and just UP it when i need ?(ifconfig enp0s8 up) thing for netplan?22:50
akikCalicoFlows: is it a usb mouse?22:51
TJ-senaps: check the "man netplan" :)22:51
akikCalicoFlows: i wrote some notes about the custom udev rules you could follow: https://atkdinosaurus.wordpress.com/2018/01/16/how-to-create-custom-udev-rules-for-usb-devices/ it's a bit involved22:52
akikCalicoFlows: where you see the "RUN+=" you could run the chmod22:52
respawn1hello. Does anyone know how to make Samba sharing faster on Ubuntu server? I'm getting less than 10 Mb/s22:55
=== captain_fixerpc1 is now known as captainfixerpc14
CalicoFlowsakik, well :) I scratch both with the trackpad and with a usb mouse. When set the rights for /dev/input/mice works on both22:56
akikCalicoFlows: there's also /etc/rc.local which gets executed once on boot-up22:58
CalicoFlowsso instead of RUN+="/usr/bin/touch /tmp/usb-cardreader"              =             RUN+="chmord -R 777 /dev/input/mice" correct?22:58
akikCalicoFlows: if you want to use that, run "sudo chmod +x /etc/rc.local" and then edit it. it's just a script file22:58
TJ-akik: s/chmord/chmod/ :)22:58
akikCalicoFlows: yes22:59
yosefrowTJ-, what does sudo apt full-upgrade do vs apt dist-upgrade?22:59
CalicoFlowsakik, rc.local seems simpler. So, I should add the chmod line to that file?23:00
akikCalicoFlows: yes, it gets executed as root23:00
TJ-yosefrow: it's the same; apt doesn't actually support dist-upgrade but it passes it through to apt-get23:00
yosefrowgood to know23:00
yosefrowTJ-, thanks man23:01
CalicoFlowsakik, and that's where I add whatever I want executed on boot, regardless of what it's about?23:01
akikCalicoFlows: everything you put there gets executed23:01
akikCalicoFlows: just put them before the exit 023:02
CalicoFlows'/etc/rc.local': No such file or directory23:02
CalicoFlows;/23:02
CalicoFlowscreate?23:02
akikCalicoFlows: weird23:03
akikCalicoFlows: what ubuntu version is that?23:04
akikdon't say arch or fedora23:04
CalicoFlowsakik, I don't know how to check, but must be the latest23:04
CalicoFlowslol23:04
akikCalicoFlows: lsb_release -a23:04
CalicoFlowsslackware and some numbers23:05
CalicoFlows:D23:05
CalicoFlowsUbuntu 17.1023:05
akikcould somebody check 17.10 /etc/rc.local ?23:06
friedmanwhere can i follow along on kernel version talks for bionic?  i stupidly upgraded to hardware that isnt supported until 4.15 :(23:06
akikCalicoFlows: you can also check yourself "systemctl | grep rc-local"23:08
akiki fear ubuntu has removed it23:08
CalicoFlowsakik, notihng happened23:08
TJ-akik: it doesn't exist since there's no sysvinit23:08
akikTJ-: it's not dependent on sysv init23:09
CalicoFlowsTJ-, is there another way to execute lines on boot?23:09
akikTJ-: there's a systemd service for it in 16.0423:09
TJ-akik: it's created by initscripts23:09
akikso they just removed it? what's the replacement?23:10
akiki'm >< this close on dumping ubuntu23:10
TJ-akik: systemd units23:11
akikTJ-: in 16.04, it's a proper system service in /lib/systemd/system/rc-local.service23:12
akikit doesn't do much, but it's there23:12
akiksystemd: /lib/systemd/system/rc-local.service23:13
akikCalicoFlows: ok no rc.local for you then23:14
CalicoFlows;/ and don't dump ubuntu please lol23:15
TJ-CalicoFlows: udev rule in /etc/udev/rules.d/ makes most sense since it's where we expect changes to device nodes to be made23:16
CalicoFlowsTJ-, ...can't figure it out, can you give me some more tips?23:21
CalicoFlowsThe thing is, a lot of the time when I google stuff, only issues and bigs come up... instead of how to's23:21
CalicoFlowsCouldn't I just put that line in a executable file, that works for me too23:22
TJ-CalicoFlows: then later when it breaks and you've forgotten all about it, or it creates some other issue, an engineer looking for the cause probably won't find it - whereas checking for udev rules would be an obvious step23:26
skylardurdenHey everyone!23:27
CalicoFlowsTJ-, I can run it manually, that wouldn't bother me. So I put chmord -R 777 /dev/mice/input in a .txt file and have made it executable... I guess I have to make it run as root, but I don't know how to do that. Also, it is a .txt, will it run correctly like this23:28
=== wellingtonxxl is now known as wellingtonr
TJ-CalicoFlows: Why do you need to change it? By default /dev/mice/input is rw by root:input, so why not just "sudo useradd $USER input" so your user is a member of the 'input' group and therefore has read/write access ?23:31
CalicoFlowsTJ-, I don't know... I had to this every time I reboot, Googled, found something that worked, so I stuck with it. So, sudo useradd calico input   or    sudo useradd calic /dev/input/mice ?23:34
=== ibttis is now known as barrenwuffet
TJ-CalicoFlows: exactly as I typed it, no interpretation required23:36
TJ-CalicoFlows: then next time the user logs in they'll be a member of 'input' group and have r/w access23:36
CalicoFlowsTJ-, nice!! So is that the output I am supposed to see https://i.imgur.com/sGiJiCH.png23:38
CalicoFlowsasking cause it seems a bit odd, more like a --help23:38
TJ-CalicoFlows: hmmm, no! let me check my typing!23:40
SemiNusre23:40
SemiNusI was here before, asking about deactivating my wifi card23:41
TJ-CalicoFlows: typical, I always get the words back to front. It should be "sudo adduser $USER input"23:41
SemiNusand now I cannot get my new USB wifi adapter to work :(23:41
SemiNus# modprobe 8188eu.ko23:41
SemiNusmodprobe: FATAL: Module 8188eu.ko not found in directory /lib/modules/4.8.0-59-generic23:41
TJ-CalicoFlows: there's a low-level tool 'useradd' and the friendlier Debian-created 'adduser'23:41
SemiNusI checked, but there is a module23:41
SemiNusit's in:23:41
CalicoFlowsTJ-, Done. Thanks!23:42
SemiNus/lib/modules/4.8.0-59-generic/kernel/drivers/net/wireless/8188eu.ko23:42
TJ-SemiNus: try "sudo depmod -a" first then try the modprobe again23:42
TJ-SemiNus: if you blacklisted that module it won't load, check with "grep -n 8188eu /etc/modprobe.d/* "23:43
SemiNus1re23:44
SemiNus1sorry23:44
SemiNus1TJ-, I saw your message:23:44
SemiNus1<TJ-> SemiNus: try "sudo depmod -a" first then try the modprobe again23:44
SemiNus1then I got disconnected23:44
SemiNus1I tried this command23:44
SemiNus1but it did not change the problem23:44
TJ-SemiNus: if you blacklisted that module it won't load, check with "grep -n 8188eu /etc/modprobe.d/* "23:45
SemiNus1https://dpaste.de/O7zV/raw23:45
SmokinGruntshrmmmmmm. I have an issue suddenly with context-menus showing a greyed-font, when the menu-item isn't actually grey. I've been on winsux for the past few weeks, finally got to switch back to ubuntu, and updated everything. I *think* it's java related... any ideas?23:45
SemiNus1# grep -n 8188eu /etc/modprobe.d/*23:45
SemiNus1/etc/modprobe.d/50-8188eu.conf:1:blacklist r8188eu23:45
SemiNus1does this mean it's blacklisted?23:46
SemiNus1I did not do that23:46
TJ-SemiNus1: Looks like it, although that name as an "r" in front - probably an alias, which you can check with "modinfo -F alias 8818eu"23:47
SemiNus1# modinfo -F alias 8818eu23:47
SemiNus1modinfo: ERROR: Module 8818eu not found.23:47
TJ-SemiNus1: right, so have you got the correct name? "modinfo r8188eu"23:48
SemiNus1https://dpaste.de/yScx/raw23:49
SemiNus1I am trying to get this to run:23:49
SemiNus1TP-Link TL-WN725N version 323:49
SmokinGruntsOOH that's weird, I can't screenshot with a context-menu open now...23:50
SmokinGruntsok here's a screen of my issue, if anyone has suggestions I'm all ears23:52
SmokinGruntshttps://i.imgur.com/pcztFtw.png23:52
SemiNus1TJ-, modprobe r8188eu  WORKED :)23:53
SemiNus1I must disconnect my smartphone now to test the wifi23:54
SemiNus1brb23:54

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