[00:00] TJ-: I experienced both types, but primarily the first kind [00:01] i think this might help this time around https://aaronhorler.com/articles/openvpn-17.10-dns-leak.html [00:02] but if it's not necessary all the better [00:03] hi, 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 appreciated [00:04] harovali: you can copy it from /boot [00:04] akik: thanks [00:08] TJ-, looks lie sdb1=ext2, sdb2=exteneded, sdb5=lvm2 pv [00:09] lwizardl: if your OS is installed in sdb5, which is LVM, that makes shrinking and moving it quite straightforward [00:17] server rizon [00:25] hi guys whats up [00:34] when 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) === captain_fixerpc1 is now known as captainfixerpc14 [01:20] Greetings denizens [01:21] I could use some help installing a game if anyone is available [01:23] well ask your question [01:23] Howdy [01:23] howdy [01:24] don't ask to ask pls [01:24] Well I can use the sofware mgr fine, but hos do you install using a downloaded .sh file? [01:25] Sorry AB, but you guys are sometimes slow to reply [01:25] :P [01:25] ChileStuff, normally, you chmod +x the file and then run it [01:26] but double check what you're installing since there is no way to tell is it malware or not [01:26] Oh it's not ... DLd game from gog [01:26] alright [01:27] then open a terminal, and then chmod +x the file [01:27] tehn run it, that's it [01:27] if it's properly made it will install in your user directory rather than system-wide [01:28] if it's not it might need root privileges, i'd rather not recommend giving it su privileges [01:28] I've only been using linux for a month, and I know the paths are different than windows, so where do I point? [01:28] point? [01:28] Sorry, I don't know the syntax yet ... [01:29] I have the file in my downloads folder [01:29] You mean like where it installs to or something? [01:30] The script would have that information [01:30] Do I just chmod +x ? [01:30] yeah [01:30] Ok thanks [01:30] inside your downloads folder [01:30] ChileStuff, you should read about unix filesystems hierarchy basics [01:30] Yes I should, but haven't gotten there yet [01:31] AmericanBlend: Is your name Mrs Kipper? [01:31] no? [01:31] Sorry, you sound a bit like my old english teacher :D [01:32] coincidence [01:40] Is 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 right [01:40] if relates ubuntu I guess so [01:41] I hav Lubuntu, should I go to that channel instead? [01:42] Trying to install Trojita [01:42] the rule generally is just ask, don't ask to ask :) [01:43] How can I tell if I install correctly? [01:44] Currently is giving me "bash: ./trojita: No such file or directory" if I do ./Trojita [01:44] I follow instruction on https://software.opensuse.org/download.html?project=home:jkt-gentoo:trojita&package=trojita [01:45] you have to read the output of the commands you put in terminal [01:45] never do stuff blind [01:45] understand what you are doing [01:46] following the instructions there if "apt-get install trojita" don't say the package is already installed I guess something gone wrong in the process [01:48] so looking through the ubuntu repositories the latest version of gcc I see is 5.5, I'm curious why that is [01:48] E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) [01:48] E: Unable to lock directory /var/cache/apt/archives/ [01:48] they just released 7.3 [01:49] jiffe, projects don't jump to the latest gcc [01:49] jiffe, because ubuntu is not a rolling release distribution [01:49] there are various reasons such as testing, features [01:49] possible ABI breakage [01:50] LinuxNoob924, it seems you have already an apt opened [01:50] synaptic, software center? [01:50] I don't use ubuntu BTW [01:50] what is an apt? [01:51] but there's some package manager opened [01:51] LinuxNoob924, 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 again [01:52] /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 time [01:52] running two apt instances at one time could lead to breaking your ystem [01:53] just obsolete technology lol [01:53] thank you Barrett and AmericanBlend [02:00] I'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 line [02:00] I know I can hard-code it into .muttrc but is there a way to do it via a flag or env var? [02:01] Got it working. How can I create a shortcut to a program that I am launching from terminal? [02:01] ,aybe an alias in bashrc? [02:01] maybe* [02:02] AmericanBlend, like a shortcut in the desktop? [02:02] sorry bad nick [02:02] I meant LinuxNoob924 [02:02] if you want an icon to that program you need to use your desktop environment functionality [02:03] or simply a symbolic link [02:03] that'd be more effective [02:03] but uglier [02:03] this is so much different from window enviroment haha, have to learn everything from basic [02:03] kenrin: You still here? [02:04] uglier? transparent and easy as pressing enter [02:04] I'm always here, just don't always respond ;P [02:04] I obviously misunderstood earlier. How do I run frominside the folder? [02:05] I open terminal but can't seem to get to the folder [02:05] You right click the folder and > open in terminal. or you cd /home/chilestuff/Downloads/; chmod +x blah.sh [02:05] Well, sudo chmod that is [02:06] why sudo chmod, that's an user directory. [02:07] Just giving the best cmd that works, could have an ACL, could have wget'd as root, I don't know his system [02:08] he should learn to don't do that then :) [02:09] I got a bunch of isos sitting in my downloads that I can't chmod, owned by kvm [02:09] hmm [02:10] kenrin, I meant wgetting as root [02:10] When I search for "other apps" I find "run software" and "Software install", but no terminal [02:11] ChileStuff, right click in the folder, in the menu there should be "open in terminal" [02:11] What barrett said [02:11] Oh, I was right clicking the fileitself [02:15] Ok nothing happened [02:15] I did chmod +x .sh [02:15] ChileStuff, what's ? [02:16] Some script for a game he wants to install [02:16] I hope he didn't put literally [02:16] Nah [02:16] gog_baldur_s_gate_enhanced_edition_2.5.0.9.sh [02:16] If you want to run it, do ./.sh [02:17] lol Barrett [02:17] ChileStuff, +x is just the execution permission [02:17] so do as kenrin said [02:19] Did: chmod +x ./gog_baldur_s_gate_enhanced_edition_2.5.0.9.sh [02:19] Still nuthin [02:20] What do people use to password protect files? [02:20] 12345? [02:20] Sorry [02:21] ChileStuff, run the script [02:21] Hello 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] ChileStuff, ./gog_baldur_s_gate_enhanced_edition_2.5.0.9.sh [02:21] put this [02:21] lamduh, keepasswordkeeper [02:22] No chmod? [02:22] ChileStuff, you already chmod the file right? [02:22] you set +x (execute) permission [02:22] chmod changes permissions, it just gives it execute so it can run the script [02:22] now you have to actually execute the script [02:22] Barrett, thanks.. was only finding encfs and cryptkeeper but apparently they have vulns [02:22] There it went [02:24] Oh so I run chmod +x, the next line run script? [02:25] Yes ./file.sh runs it [02:26] Thanks [02:29] after recompiling the kernel (got thru apt-get source kernel-image-$(uname -r) ; i'm getting this https://paste.ubuntu.com/26538930/ [02:30] any hint is welcome! [02:30] make kernel-headers fails , and I don't know why and what to do [02:31] Still need help with an Apple Magic Keyboard not pairing [02:32] this might be relevant harovali1: https://ubuntuforums.org/showthread.php?t=2373905 [02:33] REPORTING-BUGS might just need to be created first [02:33] kenrin: thank you ! [02:34] kenrin: it IS compiling : ) [02:35] You'd think they'd make a script which would create it if not existed =/ [02:36] kenrin: yes [02:36] Well that was a waste of time [02:36] Seemed to install ok, but won't run [02:36] kenrin: maybe it's not that often that one recompiles the kernel [02:37] kenrin: it's been a while since my last time, and it's the first one following a distro's steps to do [02:37] kenrin: it's pretty much the same I guess [02:37] I've only done it for practice before. Everything usually needed is stuck as modules [02:40] kenrin: 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 works [02:40] I'll blacklist the modules to see if it works as uhci [02:40] usb 1.0 [02:40] i guess [02:41] i don't care much as long as the damm printer gets detected [02:41] I'd just buy a new network printer O.o [02:42] HP is the only one that seems to have decent linux drivers [02:42] kenrin: the printer might be new and still not work [02:42] kenrin: yeah [02:43] kenrin: it *did* work however, and it still does in older hardware, so the printer is half the issue , not 100% the issue [02:43] Cool [02:43] kenrin: it got me mad [02:44] kenrin: even a decent driver wouldn't work, as long as the kernel does not handle the usb thing [02:45] kenrin: otoh , the kernel ain't no culprit, usb standars suck as hell [02:45] go tcp/ip [02:45] harovali1, did you try to debug what actually happens? [02:45] kenrin: sure, if I could I'd do [02:46] Barrett: not really , although peeked over some similar problem's patch in lkml sent a while ago [02:46] Barrett: I'd welcome any suggestion [02:47] maybe looking at syslog [02:47] can give some hint [02:47] Barrett: oh yes, the logs. I've seen all the errors [02:47] Barrett: I got mad at them [02:47] wanna see ? [02:47] I can give a look [02:47] Are they all in spanish? [02:47] sure, gimme a second [02:48] kenrin: not the logs [02:48] i hope [02:48] lol [02:48] I can read some spanish [02:48] but they will be in english :) [02:48] Sure you can read it, understanding is different O.o [02:49] kenrin, nah my native language is very similar [02:49] check this out , this is the old hardware , the working one, dmesg output , https://paste.ubuntu.com/26538976/ === brainwash_ is now known as brainwash [02:51] this is the same printer cable in tha not working hardware: https://paste.ubuntu.com/26538986/ [02:51] noapic and nolapic made no difference [02:52] newest kernel in even newer hardware, made no difference either [02:53] changing bios options doesn't help ? [02:53] see how the workin version "backtracks" to uhcd from ehcd ? [02:53] kenrin: nope [02:53] kenrin: nothing changes [02:53] lsusb doesn't see it? [02:53] Barrett: nope, not even for a little timeslice. [02:54] it gets lsusb listed in the older hardware, that's how I kno it works === dommer is now known as Aremis117 [02:55] harovali1, which printer is it? [02:56] datamax e-4304 [02:57] 0b0b:106e Datamax-O'Neil Datamax E-4304 [02:57] yes [02:57] a laser label printer [02:57] it's very strange lsusb don't see it [02:57] Barrett: really strange [02:58] in such a situation if I were in you, to avoid any possible conf breakage or so [02:58] Barrett: anywayI wouldn't hope lsusb listed it if dmesg says 'unable to enumerate USB device' [02:58] I'd load a live usb [02:58] and try from there [02:58] using the same usb version [02:58] Barrett: tried with knoppix , same thing [02:58] a vanilla one [02:59] Barrett: only difference made by older hardware [03:03] there's nothing I can think of, sorry [03:03] if system-printer-config don't see it you may have it a bug [03:03] *hit [03:05] maybe open a bug report @cups? [03:06] however I need to sleep, bye [03:09] Barret , 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:27] hi [03:29] is someone there? [03:30] who wants to know? [03:31] someone is always there [03:31] As 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-04 [03:31] wtf? [03:31] NoDuS, what? [03:31] what can i do here? [03:32] NoDuS: this is a support channel for Ubuntu, not a general chat channel [03:32] okay man [03:32] which is the best OS of Ubuntu? [03:33] NoDuS: taken literally, the *single* OS of Ubuntu is Linux. [03:33] Like, I can still ping my server but I can't access the web pages. [03:33] when that service is on. [03:33] !best | NoDuS [03:33] !best [03:34] ClydeSlims2: fail2ban will log what it is finding (by default, INFO level). You can look at the logs to find out what is going on [03:35] ClydeSlims2: alternatively, you can raise the log level to gather more information [03:35] do u know some chanel for talk? [03:35] hacker xD [03:36] NoDuS: I do not know of a hacker channel (nor am, in general, interested) [03:36] hggdh, 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 that [03:36] is that normal for fail2ban? Like to just not even respond with anything? [03:37] if I try too many attempts that is. What's the normal behaviour supposed to be? [03:37] someone speak spanish? [03:37] ClydeSlims2: usually fail2ban will issue a DROP command if you over-try something it is monitoring [03:37] hggdh, so DROP as in drop the socket connection to the server? [03:37] ClydeSlims2: so you could, for example, look at what DROPs are currently set in iptables [03:38] ClydeSlims2: to drop the received offending packet [03:38] hggdh, ah okay. Thank you [03:38] NoDuS, also since no one answered, 16.04 is the preferred Ubuntu version I'd say currently. [03:39] NoDuS: this channel is exclusively English. You can use alis to find spanish-speaking channels [03:39] NoDuS: use /msg alis help for details [03:46] ClydeSlims2: also fail2ban is not meant to return an error, but to block access :-) [03:47] hggdh, makes sense lol, thanks [03:47] yw [03:47] not 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:56] E: 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 Forbidden [03:56] I'm just trying to install cgroup-lite [03:57] actually I'm trying to install docker, but apparently cgroup-lite is a dependence [03:57] dependency* === r0Oter is now known as r00ter [04:09] nowayy: See https://insights.ubuntu.com/2017/11/20/lxd-weekly-status-24-lxd-2-20/ === zingdle_ is now known as Guest53095 [04:10] hi [04:30] hi [04:32] NoDuS: welcome, what can we do for you? === semeion is now known as mnemonic === test is now known as Guest14328 [04:50] hi all. when i change my mirror the following error stops it https://paste.ubuntu.com/26539301/. anyone please clarify it to me. [04:53] rajivmars: perhaps because its not https? [04:53] rajivmars: try the #ubuntu-mirrors channel, they might know this [04:53] rajivmars: My guess would be that the mirror is being updated, and the signature doesn't match the data. [04:53] ok. thanks [04:54] Jordan_U, have you any idea what to do? [04:55] rajivmars: can you tell us your end goal on this? [04:55] rajivmars: what was you trying to do? [04:55] i was trying to change the mirror for updating. [04:55] rajivmars: 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:59] ho ho, I am brand new to this [04:59] is 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? [05:00] Jordan_U? [05:02] rajivmars: 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:07] hi 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 bla [05:07] ck 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] please help me [05:08] what is the best way to install guest additions on ubuntu? [05:11] campitor: the #vbox channel has experience in this [05:13] thank you [05:28] i 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 fancy [05:41] when 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? [06:10] !ping [06:10] pong! [06:19] problem solved on #vbox, thank you folks [06:22] Hi, is there a way to regenerate the /etc/hosts file? === Zensei is now known as Aloysha [06:24] I was playing around with https://github.com/pigmonkey/hostsctl . It nuked my hosts file. === Aloysha is now known as Zensei [06:39] but you can restore from your backup, right, blingrang? [06:40] but you can restore from your backup, right, blingrang? [06:40] cfhowlett, haha I wish. I was using the old binary which doesn't do backups. Lesson learned. [06:40] d [06:40] d'oh! [06:41] I just need the template of the original file. I can readd my entries as I need them. [06:44] NickServ identify rufjvm [06:45] way to go tylerl [06:45] xD [06:45] .... stupid focus stealing. [06:45] hehehe [06:51] seriously, 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? [07:08] hi [07:09] can somebody pls tell me the name of a good free&open source IRC client? [07:09] i am using mIRC and they are asking for money :-( [07:09] Hexchat, IceChat [07:10] ty AngelBaby879 [07:10] U welcome I use hexchat a lot actually [07:10] also, how do I disable the Amazon on Ubuntu? [07:13] ahh, I am on HexChat! [08:03] anyway I could simulate usb disconnect-reconnect? [08:03] I have tried the usbreset.c script, but it's not working for me [08:03] and I am unsure how the modprobe solution works [08:04] following instructions from https://superuser.com/questions/141908/how-do-i-reset-an-usb-device-without-unplugging-it-in-linux === neon is now known as Guest38773 [09:16] hello 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:17] so what's cause of this problem ? [09:18] B14CK-SPID3R: Outside of network is on the other side of the router, you mean? You run apache locally on some internal IP? [09:20] B14CK-SPID3R: you need port forwarding for port 80 as well if you need it for any other port [09:20] jink: 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:21] ducasse: i try it before. i forward port 80 WAN to 192.168.1.3:80. but doesn't work [09:21] B14CK-SPID3R: Get a decent router? Port forwarding is your only option, really. [09:22] B14CK-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:23] i 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] but when i try this way by port 80, it doesn't work ! [09:25] also i have this problem with port 22 ! [09:27] B14CK-SPID3R: Your router eats up certain ports because your ISP doesn't want you to host stuff at home. [09:36] jink: it means that i have to change default port to some unknown ports? [09:38] B14CK-SPID3R: it means the standard ports are blocked, yes [09:39] hlw [09:39] B14CK-SPID3R: it is quite common for isps to do this many places [09:40] ducasse: Thank you guys for you helping :X [09:41] My .bash_profile isn't executing when I log on [09:43] why might it not execute? [09:44] B14CK-SPID3R: https://www.vultr.com/pricing/ [09:45] luxio: You're not using bash? The shell isn't interactive? The file isn't readable? [09:47] jink: 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] echo $0 [09:48] echo $0 [09:48] bash [09:48] There you go. :D [09:48] ? [09:48] Well, you're using bash. [09:48] yeah [09:48] but .bash_profile isn't loaded [09:49] also when I press tab I get this: https://pastebin.com/Q4d6MJU8 [09:49] Try bash -v ? [09:49] bash-completion making a mess? [09:49] https://pastebin.com/fRVa2R4f [09:49] jink: [09:49] luxio: .profile will be loaded, but not .bash_profile. I suggest you just use .profile [09:50] what why? it was working perfectly fine before [09:50] before? [09:51] yeah like an hour ago [09:51] now my terminal is all weird [09:51] ... well it depends on how you log in [09:51] luxio: What changed? :D [09:51] I have no clue [09:51] xorg/wayland wouldn't make a difference right? [09:52] It shouldn't, afaik. [09:52] what really confuses me is why I get that when I press tab [09:52] when you log in graphically, the DM (lightdm by default) will source ~/.profile specifically, before running your session. It will not source ~/.bash_profile [09:53] Because it's not bash. That makes sense. When you use bash, it'll use .bash_profile. [09:53] indeed, 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 bash [09:53] I am running bash though [09:53] We established that. [09:53] Well, you're using bash. [09:54] so 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 syntax [09:54] alright but it was sourcing .bash_profile like an hour ago before I rebooted [09:54] luxio: Can you temporarily disable the bash completion stuff on lines 189-195 from your paste? [09:55] luxio: how do you know it did that? [09:55] geirha: because it set my PATH [09:55] now my PATH isn't the same [09:55] https://pastebin.com/DH1EeTzL [09:55] that's what my .bash_profile is [09:56] and 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/bin [09:56] perhaps you also have a .profile which contained the same PATH change? [09:56] why would it be loading .profile now instead of .bash_profile though? why the sudden switch? [09:56] anyway, put those lines in ~/.profile and remove ~/.bash_profile. Should work fine after that [09:57] luxio: like I said, it always loads .profile on *graphical* login [09:57] Yes, and I've done graphical logins in the past. I always do graphical logins. Including my most recent login. [09:58] I click my username and type in my password. [09:58] perhaps your .profile also sources .bash_profile? [09:59] or perhaps your terminal emulator was configured to run login shells, giving you the illusion bash_profile was read on login [09:59] I'm using the default gnome terminal emulator [09:59] and if you're saying it sources .profile and that sources .bash_profile, then my PATH should be different [10:00] I'm not saying that, I'm asking if that's the case. I don't see how else .bash_profile would be loaded [10:03] luxio: Can you temporarily disable the bash completion stuff on lines 189-195 from your paste? [10:03] I 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 normal [10:04] ... [10:04] Ok. [10:07] hey guys [10:07] use this [10:07] https://github.com/tmm2018/TMM_SHELL [10:07] i made it with a lot of passion for the community [10:07] :) [10:08] hey [10:08] sup [10:08] tmm88: wrong channel [10:10] Hay ho home slices what be gwanin [10:11] mjayk, ubuntu support [10:27] Hi! 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 error [10:28] I think it's a problem with netplan and my old if-up scripts [10:28] How can solve this problem, I need to edit systemd script ? [10:28] Crashbit: is the ifupdown package installed? [10:29] ducasse: nops [10:29] this package conflicts with netplan? [10:29] Hello! 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] Crashbit: try installing it, then try again [10:29] ducasse: ok, thx [10:30] Crashbit: it doesn't conflict, it's just not installed by default anymore [10:30] ducasse: Active: active (exited) since Thu 2018-02-08 11:30:22 CET; 4s ago [10:31] same problem, I use netplan to config the network, I've read netplan doesn't use if-up script [10:31] If I start service with tincd -n net, the service starts perfect [10:32] ubuntu hallo [10:32] i have a new i7-8700 [10:32] are the drivers available for the gpu [10:32] wow congrats! [10:33] you must be rich [10:33] no [10:33] yes [10:33] the gfx are painfully slow [10:33] is bazhang a girl or a guy? [10:33] mine is only i5 [10:33] like i can see it draw the screen [10:33] yeah i just upgraded from i5-750 [10:33] what is the brand of your laptop [10:35] how to find actual file path run by a process ? [10:35] yeah so my graphics adapter is apparenty llvmpipe (LLVM 5.0, 256 bits), wtf idk [10:37] stvn: is that with ubuntu 17.10? [10:38] yes [10:38] im looking forward a lox and bagel sandwich [10:38] hungry as hell [10:38] ducasse: I've searchiing for know bugs [10:38] i need kernel 4.15 and i have 4.13 [10:38] i'm guessing thats the issue right? [10:39] could be [10:39] ducasse: https://bugs.launchpad.net/ubuntu/+source/tinc [10:39] yeah! [10:39] (that's what doctor google says - painfully slow graphics on gen8 intel) [10:40] anyone here to give me some troubleshooting tips, please? :D [10:40] yea rollingubuntu run through a glass window [10:40] !behelpful | badboyjer [10:40] badboyjer: 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:41] ok guys [10:41] im sorry [10:42] ubottu: cheers [10:46] How can I make a sudo command run whenever I reboot my vps? [10:48] tomeaton17: is this of any help? https://askubuntu.com/questions/2368/how-do-i-set-up-a-cron-job [10:48] whats up [10:55] ducasse: no workaround. I think I need to use openvpn [11:08] i had to mainline it === stvn_ is now known as stvn [11:11] http://kernel.ubuntu.com/~kernel-ppa/mainline/ [11:11] anyone want a hit? === jstein_ is now known as jstein [11:21] nano doesn't work, it just prints "Too many errors from stdin" [11:22] even with no input [11:24] stvn: what do you mean by a hit? [11:24] i'll try installing debian's version [11:24] i upgraded my kernel to 4.15 [11:25] now my gfx isn't 4 frames/second [11:25] hmm problem with my terminal [11:25] stvn: it's better than that? :D [11:26] not if you have a coffee lake cpu [11:35] Th [11:35] Tj ? [11:38] hi [12:14] Hi folks [12:15] * ssarah bom dia [12:28] Hi, 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 SSD [12:29] There's a Windows 10 installation already on that drive [12:29] And 30GB of unallocated space [12:30] zaken,then format that space to an ext4 partition [12:31] if that's where you want to install ubuntu [12:32] ok, how do I format to ext4 from windows? [12:32] BluesKaj: it sounds like the install routine doesn't recognize zaken has a ssd [12:32] ^^ [12:33] I just shrinked the existing C drive as it came with a brand new laptop [12:34] I tried partitioning it without formatting but same result [12:34] zaken,the ssd needs a recognizable file system-partition, and windows doesn't see it, but gparted live media would do the job [12:35] alright, brb [12:35] zaken, did you see the optional "try ubuntu "? [12:36] Yes, I boot into it normally [12:36] Installing from there is the same [12:36] the use gparted there [12:36] then [12:36] yeah, brb === coXZist1 is now known as coXZist [12:45] Hi! 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 curious [12:51] konrados, check /var/og/syslog [12:51] hello [12:51] xubuntu [12:52] why does ssh-agent start `im-launch startxfce4`? [12:52] konrados: did you see it crash? [12:53] konrados: my plasma 5.8.8 plasmashell doesn't have that option. maybe it's in a newer one [12:53] BluesKaj: akik well, it did crashes many days ago. And then restarted itself. I'm just curious why this is in the command. [12:53] akik: I have ubuntu 16.x [12:54] oops /varlog/syslog, konrados 'scuse the typo [12:54] konrados: check "plasmashell -h" [12:54] it's too early in the morning here, /var/log/syslog... [12:55] it's very hard nowaday to look for "plasmashell --crashes" :) [12:56] akik: there is this: -c, --crashes Recent number of crashes - curious - why do we need that info? :) [12:56] BluesKaj - thanks, I'll take a look [12:56] konrados: might be telemetry data for developers, i dunno [12:57] ah, yeah :) [12:57] so I shouldn't be worried or something? [12:57] konrados: i'm on plasma 5.8.8 on kubuntu 16.04 [12:57] akik: I'm on plasmashell 5.5.5 [12:58] now I should be worried? :) [12:58] konrados: yea it doesn't come by default. you need to install it from kubuntu backports [12:59] http://www.omgubuntu.co.uk/2016/05/install-latest-plasma-desktop-kubuntu-16-04 [13:00] konrados: beware that you'll lose the --crashes option :) [13:06] so I'm sure you've got this question a fair bit but my SD card keeps mounting as read only [13:06] How do I make it so that I can write to it again? [13:29] Great IRC you've got here [13:29] real helpful [13:30] Hy all. [13:30] Is anyone here who can help me with a retro joystick? Its a DragonRise chip usb [13:31] Its detect by lsusb but nothing other tan that [13:32] There is no input I tested with jstest [13:32] nig === coXZist1 is now known as coXZist [13:47] Hi, I could really use some help getting ubuntu on my desktop. I described it here https://paste.ubuntu.com/26541181/ === kallesbar_ is now known as kallesbar [14:05] Maxime__, unetbootin works only 50% of the time at best, rufus is somewhat better, but that pc is probly UEFI, not BIOS [14:06] !uefi | Maxime__ [14:06] Maxime__: 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/UEFI [14:09] I'll try rufus again. and good to know, I had no idea. do I select mbr partition scheme for UEFI or GPT> [14:15] I would use GPT [14:15] thanks [14:23] bazhang are you a girl? [14:26] Q: does anyone know whether a package for Python RPyC exists for Ubuntu Xenial? [14:41] any recommended music player? [14:42] Spotify [14:42] nitish, [14:43] https://www.spotify.com/se/download/linux/ [14:43] Works with apt-get === coXZist1 is now known as coXZist === razromanager is now known as razormanager [14:44] help [14:44] I run with the free version, have to suffer the comercials. Buying premium removes it [14:45] commercials [14:45] or how it's spelled [14:45] razormanager, just write the problem and the guys will help you [14:46] forgot my password for the default key deposit [14:46] how can i change it? [14:48] umm [14:49] have to wait sometimes [14:49] but is there a way to change it with sudo? [14:52] umm [15:05] regarding lxde is there a plugin database or something? Like gnome extensions has [15:07] greetings [15:13] Sorry, 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 anywhere === semeion is now known as mnemonic [15:16] I am on a 4K laptop if that's important. [15:16] battery drain when laptop is off , i will pay [15:18] df -h [15:19] zaken: how far do you get that you can still control it? [15:20] can i use apt with ubuntu snappy core? [15:21] hello.. [15:21] helloooo === coXZist1 is now known as coXZist [15:23] apw: can you please help me ? [15:24] gopal, with ? [15:24] apw: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 [15:24] Launchpad bug 1745646 in linux (Ubuntu) "Battery drains when laptop is off (shutdown)" [Medium,Triaged] [15:24] apw: what should i do? [15:24] akik: I open the launcher and try 'Display', on click it freezes [15:25] apw: this too https://bugzilla.kernel.org/show_bug.cgi?id=198665 [15:25] bugzilla.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] gopal, 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 upstream [15:25] zaken: try using the xorg session instead of the wayland session [15:25] gopal, without an exact machine in hand it is hard to debug such things [15:26] apw: but no respons [15:26] akik: 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 probably [15:26] apw: i can give you access to my machine [15:26] gopal, well no response yet to be fair, things are normally pretty slow upstream [15:27] gopal, i am not sure i have the time to look at it right now, i am still workng on meltdown/spectre [15:27] Any one here for cloudmining php script project [15:27] and i don't mean to make it sounds liek one doesn't care, but it is less important than those issues right now [15:27] Drammer: that's offtopic. Please look elsewhere [15:27] apw: who can help me ? [15:28] gopal, the right people know about it, so i am not sure what to suggest really [15:28] gopal, 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 hand [15:29] gopal, back to the bios to switch off ... [15:29] gopal: again -- asking the same thing multiple times every day will not help. Please stop. [15:29] apw: any temp. solution ? [15:31] gopal, i asked my emergency bios-hugger and even he has no idea how to decide what h/w is on after you turned it off [15:31] gopal, does pulling the battery and reinserting it fix the issue btw, or does it persist even then [15:32] apw: my battery lock is damaged , cant do it every time [15:33] gopal: 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:34] gopal: did you notice anything changing when you added the acpi_osi kernel parameter? what do you have there now, btw? [15:36] akik: nothing , now it is default [15:36] gopal: why did you remove it? i'd think it's better to have it there for the laptop's acpi subsystem [15:37] akik: changed my hdd [15:37] gopal, 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 boot [15:37] gopal, and then see if that helps any to try and work out which device is at fault [15:38] apw: how i can blacklist all ? [15:38] gopal: set the acpi_osi parameter again [15:39] akik: plz guide me , how to do it [15:39] gopal: TJ-'s script is in your bug report [15:39] How can I pull up system information, as in device manager in 17.10? [15:39] akik: also how to roll back to default kernel ? ml kernel broke my wifi [15:40] gopal: not sure how (about the kernel) [15:41] akik: how to install tj's script ? [15:42] akik: got it [15:42] apw akik thx a lot for help [15:42] http://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:44] Can anyone tell me how I can pull up system information in 17.10? [15:45] ChileStuff: inxi can show it [15:45] ChileStuff: sudo lshw or sudo lcpci or sudo lsusb or sudo dmidecode or inxi [15:46] akik: how i can select windows 2017 acpi ? [15:46] gopal: the script should edit it for you [15:46] akik: only available upto 2015 === hacker1222 is now known as hacker1221 [15:48] gopal: you can't invent the values yourself. the values come from your hardware [15:49] akik: 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:50] with Cancel/Ignore as options [15:51] Either 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 from [15:51] zaken: https://superuser.com/questions/1130966/the-driver-descriptor-says-the-physical-block-size-is-2048-bytes-but-linux-says/1153220#1153220 [15:53] zaken: do you have a sata mode setting in your uefi? could it be that you have sata mode=raid and linux doesn't like it [15:53] I do have that enabled. I don't actually have any other disks connected so I thought it just ignores that setting [15:54] zaken: sata mode=raid ? [15:54] zaken: go change it to ahci [15:54] Yes, it's something like that iirc [15:54] alright, brb [15:56] i found something for gopal but he's gone [15:56] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694926 [15:56] Debian bug 694926 in util-linux "hwclock --systohc at shutdown makes battery drain when laptop is off" [Important,Open] [15:57] somebody else says that --hctosys causes it [15:57] Ok, new question ... [15:57] how the hell do I read this? :D [15:58] I need to know what specific model video adaptor I have [15:58] ChileStuff: lspci can show it [15:58] I know it's a raedon r7, but not specific model [15:59] ChileStuff: lspci | egrep "(VGA|3D)" [16:00] akik: I see the whole disk after I switched to AHCI. The error still pops up when I start GParted though... [16:01] Thank you [16:02] Not sure if that's what I need though [16:02] zaken: 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 it [16:03] I haven't done anything from that link, just switched from raid to ahci [16:03] Successfully partitioned the empty space to ext4. Will try installing [16:06] akik: 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 prepared [16:06] Would it correctly work with the boot loader if I do it that way? [16:07] zaken: ubuntu knows how to add itself to the efi system partition [16:07] zaken: do you boot in efi mode? [16:07] yes [16:07] the winboze boots in efi [16:07] it's a brand new Dell laptop [16:07] zaken: and you probably then have a efi system partition [16:07] fat32 partition [16:08] correct [16:08] zaken: sure start the install. somebody here can help you if it doesn't boot after install [16:08] so "Something else" and select the ] [16:09] zaken: yes [16:11] make it root and nothing else, right\ [16:11] zaken: yes [16:11] bye [16:12] no need for swap with 16GB ram, correct?\ [16:12] I don't intend to hibernate [16:12] zaken, if you don't intend to use more than 16GB RAM - yes === hacker1222 is now known as hacker1221 [16:42] i can't find hashcat in the repo. how do i get hashcat to show up in my repos? im running ubuntu xenial16.04 [16:43] !info hashcat xenial [16:43] Package hashcat does not exist in xenial [16:43] whatever01: ^^ [16:47] ducasse, what if i link to a repo from an older version of ubuntu or something [16:47] !info hashcat [16:47] hashcat (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 kB [16:47] whatever01: not recommended or supported, you could look for a ppa though [16:48] lo [16:48] is there anyway to install mysql 8.0.3 instead of 8.0.4 with apt? [16:49] ducasse, what is a ppa? whats it stand for? [16:49] !ppa [16:49] A 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-purge [16:49] so if i find a PPA for this package ... would it also install the dependencies? [16:51] whatever01: yes, it would be built for your release [16:53] ducasse, this look legit to you? https://launchpad.net/~nzatkovich/+archive/ubuntu/hashcat === hacker1222 is now known as hacker1221 [16:55] whatever01: impossible to say, i don't know the maintainer [16:55] Hy all [16:56] Can somebody help me with a retro joystick issue? DragonRise usb one. [16:58] ..... 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 ;/ [17:01] Hello world! [17:02] I'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] amd64 means it's a 64-bit OS [17:02] UbuntuStudioNewb: do not remove your windows installation, that's one [17:03] ducasse, 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] CalicoWINDOWS I won't, it's a dual-boot-setup now [17:03] I'm intersted in trying something new, Linux and Ubuntu Studio seemed interesting [17:05] Have a nice day, guys. See ya! [17:05] whatever01: use the add-apt-repository near the top of the page to add the ppa, that will add the key as well [17:08] ducasse, i see. is it bad practice to add ppas manually in the way that i did? [17:09] whatever01: no, not as long as you also add the key - using add-apt-repository is just an easy way to do it [17:11] ducasse, apt-cache search hashcat yields no results even after updating the repos. perhaps thats not the package name? [17:13] ..... 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] Hello 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:14] whatever01: no, it is. did you add the key? [17:16] CalicoWINDOWS: can you try an older kernel? [17:17] ducasse: I did. Same thing, just the screen blacked out :) [17:20] ducasse, im pretty sure it did. here is the output of sudo add-apt-repository ppa:nzatkovich/hashcat https://paste.ubuntu.com/26542118/ [17:21] whatever01: what does 'apt update -qq ; apt-cache policy hashcat' say? [17:24] ducasse, it tells me that i have 48 packages that i can upgrade then it tells me that its unable to locate the package hashcat [17:29] whatever01: 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:33] I am rebooting to attempt logging in again.............. === nyuszika7h_ is now known as nyuszika7h [17:42] I still cannot login. I exhausted all GRUB recovery options. [17:42] Except updating grub, actually. [17:48] so 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] is there anything I might have missed that is ubnutu specific [17:48] that would be giving me [17:48] SQLSTATE[HY000] [1045] Access denied for user 'user'@'localhost' (using password: YES) [17:55] Turns out I had ran out of disk space [18:11] I 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 approach [18:13] jayjo: I'd use vnc or X forwarding on ssh (I'd use the latter first) [18:13] if I understand you correctly [18:18] In 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 for [18:18] production? [18:20] run vnc over ssh port forwarding is very safe [18:20] I've never used xvfb, so I can't comment [18:21] the 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 display [18:23] Hu 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 reboot [18:24] funabashi: most likely it's because you had a kernel, systemd or glibc update. Those updates really only work after a reboot. [18:24] funabashi: the info is in /var/run/reboot-required.pkgs [18:25] libc6 [18:26] that's glibc. You'll want to reboot for that [18:26] if i remobe lib6 from that file will it stop showing that statment? [18:26] You should reboot. [18:26] a server i like to have nice uptimes [18:27] no you don't. You want security updates applied promptly, and service availability solved at a higher level than a single server [18:27] high uptime == insecure machine [18:28] Seveas: depends on the use case... [18:28] Haven't yet seen a usecase that likes vulnerable kernels or glibc :) [18:29] still needs to be connected to the net [18:29] I have internal servers that it doesn't matter [18:29] wondering if live-patch works for glibc [18:29] yes it absolutely does matter [18:29] ? really... explain [18:30] ioria: 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] for sure [18:30] ecormier: once the attacker is in the network, you don't want him to have all these tasty vulnerable things to pivot on [18:31] and that's a matter of when, not if. It only takes one inattentive person to open a phishing mail... [18:31] no hacker is getting in to that network [18:31] hahahaha [18:31] hard candy shell with mushy insides is never a good plan [18:32] :) [18:32] wafflejo_: indeed. I like it crunchy thorough and through. Crunchy like gravel! [18:33] 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:34] anyways 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 connection [18:35] unless of course they break into my house, and then I've got bigger fish [18:37] I do keep it up to date... I was just making a point... not very well obviously :) [18:37] a box like that should be on auto-update-and-reboot really :) [18:38] auto-update implies connected to the net [18:39] anyhoo, off topic really [18:57] is 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:58] i fixed it by manually `mkdir /var/run/celery` (but i think thats not what you're supposed to do) [18:58] What's /var/run/celery for? [18:59] antonm: it holds a single file with the process ID of this celery task queue thing [18:59] dlam: /var/run gets wiped every reboot. The application that needs it should make sure it creates that directory (either itself or its systemd unit). [19:03] starfire:~$ ls -lad /var/run [19:03] lrwxrwxrwx 1 root root 4 okt 25 17:11 /var/run -> /run [19:03] starfire:~$ mount | grep '/run ' [19:03] tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=381732k,mode=755) [19:03] Hi guys [19:04] I cant boot live to install https://drive.google.com/open?id=1600UXHYxF8QwJihlhHuQ1_8CMcCsFxU3 [19:04] please help [19:05] !bootoptions | slipttees try no acpi perhaps? [19:05] slipttees 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:06] lotuspsychje: i try apci=off, noapic nolapic [19:06] acpi* [19:06] slipttees: no dice? [19:06] dlam, you could read man systemd-tmpfiles && man tmpfiles.d, It's auto [19:07] lotuspsychje: dice? [19:07] No [19:07] nothing happen [19:07] dlam, systemd-tmpfiles could delete it if the files of configurations have changed [19:10] dlam, you could do "locate "tmpfiles.d" | grep -v gz | grep celery" [19:11] slipttees: wich ubuntu version? [19:11] i try 16.04.2 [19:11] dlam, perphaps your deductions is wrong, this archive is created in another situations [19:11] slipttees: try 16.04.3 please [19:11] lotuspsychje: sorry 16.04.3 here [19:12] slipttees: ok [19:12] slipttees: how about the type/brand of your pc? [19:12] Desktop/Positivo [19:12] lotuspsychje: Desktop/Positivo [19:14] hello [19:15] 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 date [19:15] david___: chromium uses pepperflash [19:17] slipttees: you want to install ubuntu single? [19:17] lotuspsychje: Yes [19:18] slipttees: have you tryed setting secureboot and fastboot disabled? [19:18] I 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] i 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] Ubuntu wiki told me, that they discontinued pepperflash with discontinuing NPAPI [19:18] lotuspsychje: Yes [19:19] hey all ! so, i've been away for a while. was wondering if there's amd drivers for 17.10 yett [19:21] does anyone have any ideas on how to start the DVD iso before ubuntu? [19:22] david___: seems your right, adobe flash plugin now [19:22] david___: wich ubuntu version are you on? [19:22] I'm running Ubuntu 17.10 [19:22] new: it's different on every system but F2 usually allows you to choose the device to boot [19:23] dlam, locate "tmpfiles.d/" | grep -v gz | xargs grep celery [19:23] ecormier yes I did it [19:23] david___: system up to date to 17.10.1? [19:23] @search The Magna Carta of Exponentiality [19:24] I choose the DVD but the grub menu appears with ubuntu [19:24] How can I check that? I see no minor-release number [19:25] david___: lsb_release -a && uname -a [19:25] new: that probably means that there is no boot sector on the DVD [19:26] are 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] pr3c0g: on 17.10 you can choose between xorg & wayland, test your system in a liveusb? [19:26] https://paste.gnome.org/ppoq4hsdp [19:26] ecormier: I tried it on another pc and it' s all ok, boot normally [19:27] !info linux-image-generic artful [19:27] linux-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 kB [19:27] new: then time to check your bios/efi boot settings... you could try turning off secure boot or try legacy boot mode [19:28] david___: how about your adobe flashplugin version? [19:28] lotuspsychje: http://www.revendedorpositivo.com.br/PositivoB2B/Assets/Produtos/Documentos/59950.pdf [19:28] slipttees: cant find much decent sources on that brand sorry [19:28] slipttees: perhaps a few ideas, test other kernel/other ubuntu version? [19:29] lotuspsychje: i try thanks [19:29] 1:20171212.1-0ubuntu0.17.10.1 [19:29] ecormier: it's off, the only thing I have not tried is legacy mode and now I think to do that [19:30] I try to see what happens [19:30] new: if the livecd doesn't have efi, then you would need to do that [19:30] I think have [19:31] I go now [19:31] david___: could try also this one: browser-plugin-freshplayer-pepperflash [19:31] ok [19:32] david___: to check if your system up to date: sudo apt update && sudo apt full-upgrade [19:35] @lotuspsychje, how do I check which one I'm using? [19:36] I 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] pr3c0g: sudo lshw -C video at bottom behind driver= [19:36] pr3c0g: are you in the wayland session or xorg? [19:38] with 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=wayland [19:39] "echo $XDG_SESSION_TYPE" also returns wayland [19:39] pr3c0g: hastebin it if you like, ill check [19:40] @lotuspsychje, https://pastebin.com/UszGebgh [19:40] pr3c0g: driver=radeon latency=0 [19:41] Hello, I tried to put legacy but come back to UEFI [19:41] pr3c0g: could you try the xorg session to compare with wayland if you get lags there too? [19:42] how do I change to xorg ? [19:42] I'll look it up [19:42] pr3c0g: logout yourself, and at gdm login screen, you can press the icon to ubuntu(on xorg) [19:43] ah ok [19:43] let's see [19:43] brb [19:43] is there a way to start the dvd iso manually?I not know what to do now [19:46] new: do you meant start the dvd while logged into the ubuntu desktop? [19:47] lotuspsychje, ok, I don't notice the lags now. they were specially noticeable on the browser [19:47] thanks for the help [19:47] akik yes if it is a good solution [19:47] i'll look up the differences because I feel like i'm missing out on some stuff by not using wayland [19:47] new: or did i understand correctly? do you have ubuntu installed already? [19:48] yes I have Ubuntu 17.10 [19:48] new: ok you can install qemu-kvm package and use "sudo kvm -m 2048 /dev/sdX" to start the dvd [19:48] :D [19:48] new: /dev/sdX is the dvd drive [19:48] ah ah ah ah ah Nooooo [19:49] pr3c0g: keep in mind that 17.10 is non-lts, for stable experience try an LTS [19:50] I have not understood and will use a virtual machine like this? [19:50] new: yes, kvm starts a kvm virtual machine [19:51] yeah, I guess that's the price of trying out the latest stuff :P [19:52] pr3c0g: 18.04 will use xorg by default [19:53] akik: I just have to use that command or do I have to create a vm too? [19:53] pr3c0g: feel free to help test in #ubuntu+1 [19:53] new: you could install virt-manager. it's a gui frontend [19:54] akik: It is not the solution that I hoped, I was hoping to be able to start the DVD and run it alone [19:55] new: well kvm can do it. there are a lot of options that you can use with kvm [19:55] ok [19:56] new: are you only planning to run the ubuntu live session off the dvd and not install it? [19:56] new: for example, using virt-manager would be easier for you, kvm is all manual stuff with using the correct options [20:00] akik: 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:01] How do I search for what package would provide a specific filename? [20:01] CrtxReavr: apt-file search filename [20:01] new: is it a hardware problem that you can not boot off the dvd drive? [20:01] Got something that wants 'ant'. [20:01] new: i'd try to fix that problem first [20:01] my apt-get install keeps hanging on the step " Setting up grub-common (2.02~beta3-4ubuntu7.1) ..." [20:01] CrtxReavr: install apt-file first then run apt-file update [20:02] new: you can also boot off a usb stick [20:02] I see that. [20:02] and 'apt-file update' aparently. [20:02] does anyone know how to resolve this grub issue? [20:03] Eat? [20:03] hilarious [20:03] with USB would not the boot problem occur again? [20:03] # apt-file search ant | wc -l82965 [20:04] That was less than helpful. [20:04] 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 date [20:04] new: i'm not sure what problem you are refering to. booting from a dvd drive and from a usb stick are two completely different things [20:05] david___, isn't flash embedded in Chrome? [20:05] david___: perhaps the website you try is badly? [20:05] I also tried the browser-freshplayer-pepperflash [20:05] akik: yes, but if the laptop does not start the dvd or the usb automatically how can you force the boot? [20:06] new: there's a key you can press to force the machine to give you a list of boot devices [20:06] yes it seems like it, because it seems nothing changes, even after installing adobes non-free flash [20:06] new: for example, F8, F10 or F12, or esc [20:06] david___: whats the website, ill test it on my chromium [20:07] yesss I also tried that but it does not work [20:07] every Website which has flash installed, I am on crunchyroll.com === xet7_ is now known as xet7 [20:08] 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] akik: 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 laptop [20:09] david___, have you tried firefox ? [20:10] new: you need to press the key _before_ you get the grub screen [20:10] david___: when i press 'run once' it works instead of updating flash [20:11] if you need flash then maybe best way is to just install Google Chrome [20:11] new: but it can be with the new laptops that the time window is so short that it's difficult to trigger the boot menu [20:11] it supports flash by itself [20:11] The problem is I have to do that for every page I browse, even on the same domain [20:11] new: you should read your laptop/motherboard manual to see which key it is that triggers the boot menu [20:12] david___: chromium also says the page is unsafe so...flash is dying, try other sites? [20:12] You should fix your fstab if you changing disks, it probably has uuid wrong === Guest81652 is now known as leshaste [20:12] It's a streaming site, I only use chromium because of that site, because chromium runs flash much better than firefox [20:13] david___, really ? [20:13] david___: firefox doesnt like that site neither on my side [20:13] akik: F2 allows me to change the order of the boot and legacy or uefi, after the changes except but everything remains as before [20:13] david___, works ok here [20:13] 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:14] new: f2 probably goes into the uefi where you can change other settings for your computer? [20:14] mounting readonly is a sign of messed up fstab [20:14] new: or bios [20:14] bios [20:15] Ok tried it in firefox, flash crashes ^^ [20:16] Which flash? [20:16] I 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 example [20:16] david___, are you updated ? run 'strings /usr/lib/flashplugin-installer/libflashplayer.so|grep LNX|awk '{print $2}'' [20:16] browser-plugin-freshplayer-pepperflash [20:17] ah, why that ? [20:17] I've had better luck with libflashplayer.so [20:17] CalicoFlows: i think i have the solution to your problem === menace is now known as Deknos [20:18] ioria: i suggested him because he said his adobe flash didnt work on chromium [20:18] lotuspsychje, i see [20:18] CalicoFlows: you can hear audio from ardour but not from other apps? [20:18] ioria: his system up to date also [20:18] kenrin: how can I troubleshoot that? Literally the only thing I replaced in fstab was the UUID [20:22] It 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/ paths [20:22] goodbye :( [20:23] I like the arch approach of chrooting with a livecd, double-checking fstab, then reinstalling grub [20:23] akik, 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 once [20:23] but it was all fine before, so something is up [20:23] CalicoFlows: do you want to test the way i fixed it? [20:24] Sure [20:25] hello! [20:25] may I please ask for help? [20:25] CalicoFlows: https://pastebin.com/raw/ZtVgpcRU [20:25] just go ahead SemiNus [20:25] SemiNus: if its ubuntu related [20:26] I 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 connection [20:26] akik, I also had issues connecting Ardour to jack, you think it's related to the lack of that package? [20:27] now I want to make sure that the built-in wifi card is disabled [20:27] I found 2 different options [20:27] 1) iface wlan0 inet manual [20:27] however I believe that the external usb wifi adapter would probably become eth0 then [20:28] and be also disabled then? [20:28] not sure [20:28] a wifi adapter is never going to be eth0 unless you manually named it [20:28] 2) blacklist the module in /etc/modprobe.d/blacklist.conf [20:28] but I needed to know what to blacklist (and I don't know how to find out) [20:28] SemiNus, paste 'ip a' output [20:28] SemiNus: lspci -k would tell you [20:28] sure, 1 moment please [20:28] I need 1 minute to paste it [20:29] https://dpaste.de/p7eW/raw [20:29] https://dpaste.de/Vfds/raw [20:29] CalicoFlows: that package is just for this problem that normal apps are not able to play audio when you're running jack [20:30] SemiNus: look at the last entry [20:30] rtl8188ee [20:30] 05:00.0 Network controller: Realtek Semiconductor Co. Kernel modules: rtl8188ee [20:30] akik, aright, rebooting [20:30] so I could blacklist rtl8188ee ? [20:30] yep [20:31] is this "the way to go"? [20:31] or is there a better option? [20:31] yep [20:31] okay [20:31] nope [20:31] :) [20:31] thank you [20:31] ok, I'll try that. ty [20:31] how comes you guys know so much?! [20:31] been at it a while [20:31] SemiNus, would be enough to DOWN the built-in, btw [20:32] ioria, how would I do that? [20:32] ioria: but then it would be still powered up [20:32] SemiNus, sudo ip link set ainterface> down [20:32] yes, powered up, but inactive [20:33] akik, https://i.imgur.com/2ZpErgR.png [20:33] SemiNus, sy, sudo ip link set down [20:33] let me show the contents of the file I edited, maybe..... :) [20:33] ioria, how long will this last? [20:33] until the next reboot? [20:33] SemiNus, nope [20:34] forever? [20:35] SemiNus, oh, using NM ? [20:35] what is NM? [20:35] SemiNus, network-manager [20:35] I am using the shell [20:35] SemiNus: if it's a laptop where battery usage is going on I would blacklist the module [20:35] ok then I blacklist it [20:35] will it be active after the reboot or immediately? [20:36] then it's shutdown at kernel level [20:36] akik, https://pastebin.com/4ru72dFi also I cannot control the volume anymore [20:36] Hello 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:37] CalicoFlows: remove the two last lines from there [20:37] SemiNus, don't forget to have done that, if you decide to reactivate it [20:37] CalicoFlows: i meant them for restarting of pulseaudio [20:38] akik, gotcha, should I run them now after removing them from the file and saving [20:38] CalicoFlows: yes [20:38] Did you try unetbootin Scheder ? [20:38] persistent ubuntu is about the only thing that program is good for [20:40] Hi 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:41] 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:42] david___, you can't install adobeflash-plugin without canonical partner repository activated [20:42] !info adobeflash-plugin [20:42] Package adobeflash-plugin does not exist in artful [20:42] Sorry I for wasting your time, I really appreciated all the help ^^ [20:43] akik, seems to be working again now, thanks! You deserve a crate of cold beer, the amount of help you provide man [20:43] CalicoFlows: nice! [20:43] I could, I even removed it and reinstalled it, but I don't know how [20:43] CalicoFlows: now i can add that to my "blog" (just a collection of notes) [20:44] kenrin, ioria and ecormier => Thank you very much for your help! [20:44] CalicoFlows: all apps can now produce audio? [20:44] david___, probably activated and then deactivated in sources.list [20:44] akik, 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] yup, works as expected [20:45] not impossible, atleast not intentionally [20:45] CalicoFlows: there's a lot of information at askubuntu and ubuntu forums, but they tend to be buried there [20:45] But either way thanks for the help, have a nice day :) [20:45] SemiNus, sudo lshw -C Network will give you much infos about your network interfaces [20:45] akik, yeah I keep on running into 2013 threads... [20:46] thank you ioria [20:46] david___, btw, watching naruto without issues with firefox and flashplugin-installer (ver 28) [20:46] SemiNus, ok [20:47] akik, however, ardour reports failed to open audio device [20:47] CalicoFlows: i have ardour open here [20:49] CalicoFlows: open the "window" menu, and then audio/midi setup [20:49] Hi! 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:50] CalicoFlows: i have "jack" there [20:51] akik, I get https://pastebin.com/TN5iSzj3 if I select jack [20:52] CalicoFlows: did you make the changes to your system's /etc/security/limits.d ? rtprio/memlock [20:53] Hey 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 60 [20:53] CalicoFlows: 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 group [20:53] akik, um.. nope [20:54] It crashes if it needs to use swap and runs out of ram [20:54] CalicoFlows: although you have many errors there, let's try to fix some of them :) [20:54] @kenrin that's what I thought just wanted to be sure. [20:55] akik, I see, I saw that earlier, but there are at least 5 different solutions that I saw/... so I didn't attempt anything [20:55] when I was looking for a solution for the 'unable to create session' [20:55] CalicoFlows: i've created a group audio and then added my user into that group [20:59] akik, the thread I look at says "And dont forget to check parameters in Qjackqtl. "Realtime" " [20:59] but I am getting lost there, cannot find that option [20:59] CalicoFlows: then, add a new file /etc/security/limits.d/audio.conf and add this as the content https://pastebin.com/raw/x9WEqRq4 [20:59] is @audio - nice -19 necessary [21:00] CalicoFlows: i have it but it's commented [21:00] I just added these lines to etc/security/limits.conf [21:01] should I revert the changes and edit the file you said [21:01] CalicoFlows: it's ok there too [21:01] What 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] pf, linux man, I still do not understand these edits of random files and renaming of conf files :)) [21:01] right, so I'll log out [21:02] CalicoFlows: there's just too many use cases for linux, hardware/software [21:02] CalicoFlows: you might need a reboot [21:02] alright [21:06] akik: um, first and foremost, I cannot login with hexchat, I get account-notify extended-join identify-msg multi-prefix sasl [21:06] any idea? [21:06] I am on the webchat right now [21:07] I hope the server didn't start hating me from so much reboots haha [21:07] Server support things just went down, that might be it [21:07] calicodebug: network services are currently offline, freenode staff is investigating it. no NickServ or ChanServ for now. [21:09] dax: I cannot connect with any nicname thoough ;/ [21:09] calicodebug: your client's probably trying to use SASL and then freaking out when it doesn't get a response [21:09] What 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:10] akik: 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:11] calicodebug: not sure what sound you mean. ardour shouldn't play anything unless you tell it to [21:12] just static noise, crazy bad [21:12] calico, ouch [21:13] calico: are the normal apps still working? [21:16] re === dr___ is now known as dr_ [21:17] By chance are there any Z820 users here? :) [21:18] akik: 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 program [21:18] Amarok plays audio... [21:19] calico: can you go check the "window/audio and midi setup" menu? [21:21] akik: when I select a project... the sound starts as soon as it switches the window... [21:23] Hey, 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:24] DrkShad0w: what version of ubuntu? [21:24] akik: the case might be that the mic output is on for ardour... [21:25] 14.04 [21:25] trusty [21:26] akik: but, I don't know it's instant and once again... terrifying haha [21:26] calico: mute your speakers? [21:27] akik: can't mure from the laptop, I can plug in headphones now that I think about it [21:27] For 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:28] why doesn't http://torrent.ubuntu.com:6969 use TLS ?? :( [21:28] akik: it says connected to jack [21:29] Evenwith 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] (have on my internal mirror) [21:29] calico: so now you have another problem with ardour? [21:29] akik: and as soon as I play the sounds loaded in the project, they play normally, I stop them and the noise returns [21:29] DrkShad0w: there's no "Packages" file for any release [21:29] it seems so, yeah :) [21:29] leftyfb: then why are they given checksums in the Release file? [21:30] calico: try the #ardour channel [21:30] maybe the checksum of the uncompressed file within the available compressed versions? [21:30] Is apt-mirror and such supposed to pull it and decompress itself? [21:30] sigh... [21:30] akik: can we try muting the microphone? [21:30] /part [21:31] calico: i don't know, haven't used mics with it [21:31] calico: you can probably do it with pavucontrol [21:32] calico: there's "input devices/mute audio" for the mic in pavucontrol === TJ- is now known as Guest27109 === Toast is now known as Guest67719 [21:33] akik: 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 meter === TJ_Remix is now known as TJ- [21:34] What is the command for a gui to set mouse settings (for xserver libinput)? [21:37] That would depend on your DE [21:37] Mine is unity-control-center mouse, no idea what yours would be [21:37] when I run apt-get update I get "Ign" for everything, except for the ones that it "Failed to Fetch" [21:38] changing the server from main to United states didnt seem to help. permissions on /etc/apt/sources.list are correct and the file is populated appropriately [21:39] Is this something happening because I remained on 17.04? [21:39] kenrin: 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 mouse [21:39] I am also using 16.04 if it matters [21:39] akik: no change if I mute the mic or not, unfortunately ;/ [21:39] @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 repo [21:40] no changes in the repo sorry [21:40] akik: thanks a lot for the help. I have more issues, but I will save some for tomorrow :)) [21:40] there might be updates available for your computer, but the repo itself didnt change [21:40] Lunar: do you mean xinput? [21:41] MWM: 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] akik: Yeah but an easier version of it [21:42] @dax, so Ign means that the list is unavailable in this case? or that it hasnt been updated? [21:43] See 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 @dax [21:44] thanks [21:44] MWM: yeah, the link will fix those :) [21:44] yosefrow: 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:45] @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] but i guess its common sense if you use apt for long enough [21:46] THen 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's [21:47] Normally 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 today [21:47] ign is just short for ignore, isn't it [21:47] jerichowasahoax, I believe so as well, but the implications of ignore arent clear [21:47] at least to me [21:48] most sources ive found claim as dax said, that if it was actually a network failure, it would say "Failed to Fetch" [21:48] hi, 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 when [21:48] it comes to some hardware. [21:48] yosefrow: apt is pretty good at complaining if something's wrong, so i figure "ignore" isn't necessarily a sign that something's wrong [21:49] jerichowasahoax, 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 misconfiguration [21:50] yosefrow: correct. thank you [21:50] well how much time has passed between "apt update" calls [21:50] He seems to be saying that there is a specific bad condition (wrong config) in which Ign is indicative of an error [21:50] "Ign" for fetching package lists (Release, InRelease) means there's been no change in the file since last time it was fetched [21:50] Therefore maybe there are other bad conditions that would result in this state [21:51] a 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 it [21:51] In the source-code of apt "Ign '" is printed when a package list is in state StatDone without needing to download [21:51] maybe an unofficial mirror is being used that hasn't been updated in a long time [21:51] TJ-, does apt have a caching mechanism for lists? Could it be referencing cache when returning Ign? [21:51] there 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 fine [21:53] yosefrow: lists are cached in /var/lib/apt/lists/ [21:53] @MWM, are you using a reverse caching proxy in your system? [21:53] *whew* finally got the upgrade tool working. I started to panic when I couldnt do-release-upgrade [21:53] or any proxy for that matter [21:53] something that might be caching requests [21:54] instead of actually visiting the servers [21:54] no proxy. "E:The repository 'http://archive.ubuntu.com/ubuntu stable Release' does not have a Release file.," [21:54] ^ from when I run the update tool [21:54] MWM: "stable" is not an ubuntu release, that's Debian [21:55] MWM, do you get lots of Ign in combination with this error you just mentioned? [21:56] *everything* is an Ign [21:56] eitherway you can just try replacing stable with an actual ubuntu release name like xenial and see if you still get the error [21:56] but use the name of your actual release [21:57] or comment it out [21:57] Ill give it a shot. I dont see it here in my sources.list but maybe Im not looking hard enough [21:57] seems the only thing that says"stable" is google chrome... [21:58] @MWM, then check your /etc/apt/sources.list.d [21:58] MWM, try commenting that then (though if i recall it may be generated again automatically) [21:58] something weird bout the chrome package [21:58] generates its own sources list file or something [21:59] yeah only one instance of the word stable in the list. Ill check sources.list.d [21:59] grep the directory [22:00] grep stable -nr /etc/apt [22:00] one step agead of me. I was just going to check if that would get the results I wanted [22:00] use that [22:01] using your grep returns only chrome that chrome repo with the word stable in it [22:01] comment them out then [22:01] save the files and then apt-get update again [22:02] TJ-, 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 changes [22:03] guys, I'm trying to run dhclient -4 -1 -d -n -v wlp1s0 to test dhcp server, but it compains. What's wrong ? [22:03] 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:04] TJ: fair enough, but I also cannot do release upgrade, and cannot reach certain packages that were called for when building handbrake earlier [22:04] @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 course [22:05] That handbrake build is actually what sent me on this little witch hunt [22:05] MWM, did you comment out the chrome repo and update [22:05] 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 connection [22:05] yosefrow: yes. No good. still Ign all the way down the line [22:06] ust clear his list cache and try again [22:06] yosefrow: generally if you "find /var/lib/apt/lists/ -type f -delete" and then "apt update" all files will be fetched [22:06] TJ-, thats the solution im looking for [22:06] Im in the /var/lib/apt now [22:06] MWM, try the command that TJ- posted [22:07] I can just empy those? [22:07] alright, question, how to i compile a c script? [22:07] MWM: "sudo find /var/lib/apt/lists/ -type f -delete && sudo apt update" [22:08] apt-get update is still reporting a long line of Ign. [22:08] MWM as a last resort i usually use sudo rm -rf /var/lib/apt/lists/* [22:08] sudo apt clean [22:08] apt-get check [22:09] do-release-upgradedied again as well [22:09] apt-get update [22:09] uhm [22:09] hello? [22:09] zach-15803, ./configure , then make i think? [22:09] alright, ill try it [22:09] then make-install [22:09] yosefrow: I don't do the 'rm -rf' since it'll delete the ./partial/ sub-directory. Sometimes that can subsequently break apt [22:10] ./configure [22:10] bash: ./configure: No such file or directory [22:10] http://www.tldp.org/LDP/LG/current/smith.html [22:10] @zach-15803, [22:10] yosefrow, yes? [22:10] akik, 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 ears [22:11] @TJ-, so then sudo rm -f /var/lib/apt/lists/* ? [22:11] well 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 anyway [22:12] yosefrow: no, just use "-type f" with: "sudo find /var/lib/apt/lists/ -type f -delete" [22:12] Is there a way to do a lateral install to Arch ? :D [22:12] CalicoFlows: i see you got the fix for the loopback noise [22:12] TJ-, the effect is the same, just my command generates an error, no? [22:12] MWM, I have more solutions [22:12] (trusty)zach-15803@localhost:~/Downloads/Huion-Driver$ make ./huiontablet.c [22:12] make: Nothing to be done for `huiontablet.c'. [22:12] Sweet. Thank you [22:12] it gives me that [22:13] if you are gonna reinstall anyway and nobody has suggestions ill post all my apt hacks that i use. [22:13] echo 'Acquire::http::Pipeline-Depth "0";' | sudo tee /etc/apt/apt.conf.d/99pipelining-off [22:13] echo 'Acquire::http::Timeout "5";' | sudo tee /etc/apt/apt.conf.d/99reduce-timeout [22:13] I wasnt planning on reinstalling for a few months. I consider it maintenance, but I still put it off as long as possible [22:13] echo 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4 [22:14] any ideas? or is there a way i can run it like a sh file [22:14] I would rather fix my current install if I could [22:14] echo 'DSELECT::Clean "always";' | sudo tee /etc/apt/apt.conf.d/99always-clean-dselect [22:14] echo 'APT::Get::Clean=always;' | sudo tee /etc/apt/apt.conf.d/99always-clean-apt [22:14] sudo apt clean && sudo apt update [22:14] those are all the fixes i know [22:14] zach-15803: Read the README, BUILD and/or INSTALL files if it includes any [22:15] and the rm thing, but use TJ's instead [22:15] akik, 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] its more proper [22:15] let me show you the FILES i have [22:15] zach-15803: if there is a Makefile in the directory, simply run make [22:15] and as TJ mentioned rf can delete directories that can harm your system [22:16] there is no makefile [22:16] the intructions say to modify the kernel, but... [22:16] for some odd reason, my kernel is READONLY [22:17] !kernel | zach-15803 [22:17] zach-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] @MWM, If nothing works you can also backup and empty /etc/apt/sources.list.d [22:18] i dont want to have to do that [22:18] as well as replace your /etc/apt/sources.list with a default list file === foddo is now known as leroy === leroy is now known as foddo [22:18] those are all the most drastic measures i can think of short of reinstall [22:18] MWM: can you show us "pastebinit <( grep '^deb ' /etc/apt/sources.list{,.d/*}; apt update )" [22:18] ill be fully honest here, im runnung Uby14 on a chromebook via CROUTON [22:18] as far as i can tell, its literally a full uby [22:20] https://paste.ubuntu.com/26543482/ [22:20] akik, so in #ardour they're sahing [22:21] that probably I'll not be able to control the volume output of Ardour with the system volume control ;/ [22:21] CalicoFlows: there's a master volume slider in ardour [22:22] CalicoFlows: and also for each track there's a separate slider [22:22] seems I got too trigger happy with the -rf in /var/lib [22:22] MWM run "pastebinit <( grep '^deb ' /etc/apt/sources.list{,.d/*}; sudo apt update )" [22:23] I cant install pastebinit ... :( [22:24] MWM run "nc termbin.com 9999 <( grep '^deb ' /etc/apt/sources.list{,.d/*}; sudo apt update )" [22:25] MWM: that worked fine, but you didn't use 'sudo' for "apt update" so it couldn't lock the files [22:25] MWM: so "sudo apt update" [22:26] Ive 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] 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:27] i 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:28] sudo apt update gives a smaller list of Ign and some 404's now [22:28] MWM: what does "find /var/lib/apt/lists -type f -name '*InRelease' " report now? several files I'd expect [22:29] MWM: try "sudo apt install pastebinit" [22:29] @MWM, or `nc termbin.com 9999 <( grep '^deb ' /etc/apt/sources.list{,.d/*}; sudo apt update )` if you cant install [22:29] yes there are several riles with "InRelease" however I still cannot install pastebinit [22:30] MWM: try "apt-cache policy pastebinit" [22:30] MWM, 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] MWM: and put the result into a pastebin for me please [22:31] https://paste.ubuntu.com/26543539/ [22:32] MWM: TJ- seems to know what he's doing, and I gtg so good luck guys [22:32] http://termbin.com/vltp [22:32] thanks yosefrow [22:33] MWM np, cya [22:33] 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:34] MWM: That will replace the entries with our old-releases archive name, then do "sudo apt update" and it'll fetch the package lists correctly [22:35] 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 Artful [22:35] and we have pastebinit installed! Whoohoo! [22:36] 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:37] Honestly I thought this might be the issue, but I really started floundering once I colndt "do-release-upgrade" [22:37] thank you for your help [22:37] MWM: glad we got you sorted out... eventually :D [22:37] how would i setup netplan for NAT? i want enp0s8 to be nat. [22:38] MWM: once you're stable again, I'd suggest removing those apt.conf/ files yosefrow had you create earlier [22:38] Im not an expert, but those were to make clean and autoclean work without having to be called? [22:39] senaps: unless you know something I don't, netplan doesn't deal with netfilter rules, it only deals with configuring the interfaces [22:40] 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-fetched [22:40] MWM: it removes the .deb files from /var/cache/apt/archives/ [22:40] MWM, 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-off [22:40] TJ-, 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.10 [22:41] akik, ... 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] senaps: what do you mean "as nat" [22:41] lets 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 want [22:41] CalicoFlows: sounds like a job for a custom udev rule in /etc/udev/rules.d/ [22:41] virtual box network interface mode. i can select nat, bridged or host-network thing. [22:42] the interface is NAT, and it doesn't give me internet. i should select the first interface as NAT type to have internet. [22:42] but once again, thank you guys for your help. *buntu gets me riled up some days :) [22:43] 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] senaps: if you select "bridged" then you will get assigned an IP from DHCP on your router. Depending on what you are doing this canbe helpful [22:44] You will still have NAT at the router and it will be easier to talk to others machines on your local network [22:45] ubuntu 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] i don't want to use bridge i like the nat thing. [22:46] Its 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 machine [22:47] but I dont know if that is neccessary for you or not. often it is just a bother to me. Good luck :D [22:47] 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 netfilters [22:49] some powerline expert around ? [22:50] TJ-, 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:51] CalicoFlows: is it a usb mouse? [22:51] senaps: check the "man netplan" :) [22:52] CalicoFlows: 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 involved [22:52] CalicoFlows: where you see the "RUN+=" you could run the chmod [22:55] hello. Does anyone know how to make Samba sharing faster on Ubuntu server? I'm getting less than 10 Mb/s === captain_fixerpc1 is now known as captainfixerpc14 [22:56] akik, well :) I scratch both with the trackpad and with a usb mouse. When set the rights for /dev/input/mice works on both [22:58] CalicoFlows: there's also /etc/rc.local which gets executed once on boot-up [22:58] so instead of RUN+="/usr/bin/touch /tmp/usb-cardreader" = RUN+="chmord -R 777 /dev/input/mice" correct? [22:58] CalicoFlows: if you want to use that, run "sudo chmod +x /etc/rc.local" and then edit it. it's just a script file [22:58] akik: s/chmord/chmod/ :) [22:59] CalicoFlows: yes [22:59] TJ-, what does sudo apt full-upgrade do vs apt dist-upgrade? [23:00] akik, rc.local seems simpler. So, I should add the chmod line to that file? [23:00] CalicoFlows: yes, it gets executed as root [23:00] yosefrow: it's the same; apt doesn't actually support dist-upgrade but it passes it through to apt-get [23:00] good to know [23:01] TJ-, thanks man [23:01] akik, and that's where I add whatever I want executed on boot, regardless of what it's about? [23:01] CalicoFlows: everything you put there gets executed [23:02] CalicoFlows: just put them before the exit 0 [23:02] '/etc/rc.local': No such file or directory [23:02] ;/ [23:02] create? [23:03] CalicoFlows: weird [23:04] CalicoFlows: what ubuntu version is that? [23:04] don't say arch or fedora [23:04] akik, I don't know how to check, but must be the latest [23:04] lol [23:04] CalicoFlows: lsb_release -a [23:05] slackware and some numbers [23:05] :D [23:05] Ubuntu 17.10 [23:06] could somebody check 17.10 /etc/rc.local ? [23:06] where can i follow along on kernel version talks for bionic? i stupidly upgraded to hardware that isnt supported until 4.15 :( [23:08] CalicoFlows: you can also check yourself "systemctl | grep rc-local" [23:08] i fear ubuntu has removed it [23:08] akik, notihng happened [23:08] akik: it doesn't exist since there's no sysvinit [23:09] TJ-: it's not dependent on sysv init [23:09] TJ-, is there another way to execute lines on boot? [23:09] TJ-: there's a systemd service for it in 16.04 [23:09] akik: it's created by initscripts [23:10] so they just removed it? what's the replacement? [23:10] i'm >< this close on dumping ubuntu [23:11] akik: systemd units [23:12] TJ-: in 16.04, it's a proper system service in /lib/systemd/system/rc-local.service [23:12] it doesn't do much, but it's there [23:13] systemd: /lib/systemd/system/rc-local.service [23:14] CalicoFlows: ok no rc.local for you then [23:15] ;/ and don't dump ubuntu please lol [23:16] CalicoFlows: udev rule in /etc/udev/rules.d/ makes most sense since it's where we expect changes to device nodes to be made [23:21] TJ-, ...can't figure it out, can you give me some more tips? [23:21] The thing is, a lot of the time when I google stuff, only issues and bigs come up... instead of how to's [23:22] Couldn't I just put that line in a executable file, that works for me too [23:26] 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 step [23:27] Hey everyone! [23:28] TJ-, 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 this === wellingtonxxl is now known as wellingtonr [23:31] 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:34] TJ-, 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 ? === ibttis is now known as barrenwuffet [23:36] CalicoFlows: exactly as I typed it, no interpretation required [23:36] CalicoFlows: then next time the user logs in they'll be a member of 'input' group and have r/w access [23:38] TJ-, nice!! So is that the output I am supposed to see https://i.imgur.com/sGiJiCH.png [23:38] asking cause it seems a bit odd, more like a --help [23:40] CalicoFlows: hmmm, no! let me check my typing! [23:40] re [23:41] I was here before, asking about deactivating my wifi card [23:41] CalicoFlows: typical, I always get the words back to front. It should be "sudo adduser $USER input" [23:41] and now I cannot get my new USB wifi adapter to work :( [23:41] # modprobe 8188eu.ko [23:41] modprobe: FATAL: Module 8188eu.ko not found in directory /lib/modules/4.8.0-59-generic [23:41] CalicoFlows: there's a low-level tool 'useradd' and the friendlier Debian-created 'adduser' [23:41] I checked, but there is a module [23:41] it's in: [23:42] TJ-, Done. Thanks! [23:42] /lib/modules/4.8.0-59-generic/kernel/drivers/net/wireless/8188eu.ko [23:42] SemiNus: try "sudo depmod -a" first then try the modprobe again [23:43] SemiNus: if you blacklisted that module it won't load, check with "grep -n 8188eu /etc/modprobe.d/* " [23:44] re [23:44] sorry [23:44] TJ-, I saw your message: [23:44] SemiNus: try "sudo depmod -a" first then try the modprobe again [23:44] then I got disconnected [23:44] I tried this command [23:44] but it did not change the problem [23:45] SemiNus: if you blacklisted that module it won't load, check with "grep -n 8188eu /etc/modprobe.d/* " [23:45] https://dpaste.de/O7zV/raw [23:45] hrmmmmmm. 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] # grep -n 8188eu /etc/modprobe.d/* [23:45] /etc/modprobe.d/50-8188eu.conf:1:blacklist r8188eu [23:46] does this mean it's blacklisted? [23:46] I did not do that [23:47] 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] # modinfo -F alias 8818eu [23:47] modinfo: ERROR: Module 8818eu not found. [23:48] SemiNus1: right, so have you got the correct name? "modinfo r8188eu" [23:49] https://dpaste.de/yScx/raw [23:49] I am trying to get this to run: [23:49] TP-Link TL-WN725N version 3 [23:50] OOH that's weird, I can't screenshot with a context-menu open now... [23:52] ok here's a screen of my issue, if anyone has suggestions I'm all ears [23:52] https://i.imgur.com/pcztFtw.png [23:53] TJ-, modprobe r8188eu WORKED :) [23:54] I must disconnect my smartphone now to test the wifi [23:54] brb