=== linuxdaemon_ is now known as linuxdaemon [00:05] nvm, found the backports option on launchpad [00:09] hi [00:09] does anyone know why the following does not work? iptables -t nat -A POSTROUTING --source-port 28015 -j SNAT --to-port 1234 [00:09] specifically, --source-port is not a flag [00:10] hmm nvmd [00:16] naskeli: what was it? [00:23] when i start an Xvfb :0 display... does it mean that it's GLX is accelerated by the display driver? === bazhang_ is now known as bazhang === andyhuzhill1 is now known as andyhuzhill [00:43] is there some way I can manually perform what `sudo dpkg-reconfigure libdvd-pkg` does? i.e. manually download & build libdvdcss2 and/or whatever else this command does? === ilbelkyr_ is now known as ilbelkyr === STiK is now known as GoatBeef === andyhuzhill1 is now known as andyhuzhill === GoatBeef is now known as STiK [01:44] hi [01:44] does .bashrc still run at the start, if my default shell is fish? [01:56] im running KDE, i accidentally removed the menu panel at the bottom of the window. how do i add it back? [02:10] does anyone else experience a severe memory leak when using gnome-shell? [02:15] malkauns, In what manner? I'm running "the latest", not having issues here...that being said, I've also "trimmed" things - so I don't have animations nor compositing... [02:17] YankDownUnder: like within minutes is using more than 1gb ram [02:26] malkauns, And you've disabled extensions and animations and compositiing to make sure that that is the issue...? [02:27] hmm [02:27] how do you disable compositing? [02:31] You should be able to do so through the gnome-control-center - and if not, through dconf-editor. Check the "window manager" you are using (mutter). Check what in your "autostart" to also determine what might "overload" things... [02:32] malkauns, Read through this - it might help you sort some things out: https://wiki.archlinux.org/index.php/GNOME [02:33] ok thx [03:28] hi guys, i have a postfix running that cannot send mails to outlook.com email adresses. i migrated the server from debian jessie where the same config it worked well. it sends mails to gmail without problems. any ideas/suggestions? [03:29] pynki, Two suggestions - 1.) Check in #postfix 2.) Check in #ubuntu-server [03:30] ok! [04:03] how do i resrtart network manager on 14.04 [04:27] hi... trying to debug a problem with dhcp on a fairly minimal lubuntu... is this the right place to ask? [04:38] jim: You're better off just asking the question and seeing if anyone can help [04:39] ok, it's in my copy buffer... [04:41] the issue is we're trying to automate the starting of the net (to use ifup/down), and we're running into a situation where he has to use ethtool to set up an eth and then manually run a dhcp server, and ifup eth0 has the dhcp client try for awhile but never gets a reply from the dhcp server... running dhclient eth0 (after an ethtool invocation) does work, and from that point the net works properly [04:42] I haven't yet determined why the ethtool invocation is needed, but it does seem to work [04:44] could it be that the dhcp client used when iface eth0 inet dhcp is written in the interfaces file, is somehow broken or missing? [04:45] we also haven't tried a vanilla debian install [04:52] how do i restart networkmanager on 14.04? [04:53] xsmltx, what version of lubuntu are you running? === r0Oter is now known as r00ter [04:54] lsb_release -a https://paste.debian.net/hidden/a09b0e8d/ [04:56] uname -a https://paste.debian.net/hidden/81d8f369/ [06:00] hey guys, i have issue with ssh , my INTERNET stops working after i go on ssh , I am using open-vpn , but my ssh keeps working. === guardianx is now known as koothrapemily === JanC is now known as Guest87372 === JanC_ is now known as JanC === jamie_2 is now known as jamie_1 === petris_ is now known as petris === genpaku_ is now known as genpaku === not_phunyguy is now known as phunyguy === nocaberi is now known as Bocaneri === ec is now known as ELLIOTTCABLE [07:56] Hi. Is somebody able help me out getting 3 monitors working on 2 different video cards? :) [08:03] hey [08:03] having an issue setting the time [08:04] timedatectl [08:04] Local time: Mon 2017-06-05 09:57:54 CEST [08:04] Universal time: Mon 2017-06-05 07:57:54 UTC [08:04] RTC time: Mon 2017-06-05 07:57:55 [08:04] Time zone: Europe/Amsterdam (CEST, +0200) [08:04] Network time on: yes [08:06] http://paste.ubuntu.com/24781390/ [08:06] the local time is the right time [08:06] but when I do date it shows a different tiem [08:06] time* [08:06] I also did, timedatectl set-timezone Europe/Amsterdam === mquin_ is now known as mquin [08:42] After upgrade to Ubuntu 17.04, many applications (forefox, thunderbird, etc) hang, and I'm unable to kill defunct process! [08:42] 2780 1965 9 juin04 ? 02:16:45 [firefox] [08:42] killall firefox, or kill 2780 do not do anything... [08:43] Any idea, any help? [08:45] Guest36319: xkill ? [08:46] madsj : e.g. xkill 2780, you mean? [08:50] madsj: OK, it killed it as X window! But are there any solution? I never encounterd these issue with Ubuntu 16.04... Please advice... [08:51] Hi, I tried upgrading from Ubuntu 12.04 LTS to 16.04, to 14.04 worked fine, but now I'm stuck with a broken apt-get / dpkg [08:51] http://paste.ubuntu.com/24781720/ [08:53] 30551 0.0 0.0 14248 1032 pts/3 S+ 10:52 0:00 | | \_ grep --color=auto firefox [08:53] 2780 9.8 0.0 0 0 ? Zl juin04 136:45 \_ [firefox] [08:54] 12270 0.0 0.3 725024 52640 ? Sl juin04 0:34 | \_ /usr/lib/firefox/plugin-container /usr/lib/adobe-flashplugin/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 2780 true plugin [08:54] 30430 0.1 0.6 2049244 98268 ? Sl 10:48 0:00 \_ /usr/lib/firefox/firefox [08:55] Even after xkill, the defunct still here... [08:58] And even after "xkill", I cannot run firefox! [08:58] I got popup telling that it's already running! [08:59] The only solution till now, is to reboot the machine... [08:59] Guest36319 in a terminal, type ps x | grep firefox [09:00] MonkeyDust: 2780 ? Zl 136:45 [firefox] [09:00] Guest36319 try kill 2780 [09:01] Guest36319: From my experience, I upgraded from a LTS to a non-LTS a couple of years ago. Big mistake! [09:01] MonkeyDust: it not killed, and still here : 2780 ? Zl 136:45 [firefox] [09:01] Guest36319 ok, use kill -9 [09:02] Guest36319 so, kill -9 2780 [09:02] Guest36319: ps -ef --forest <- and then kill -9 of the parent process? [09:02] MonkeyDust: got the same result kill -9 2780 ! [09:04] madsj: Where I can see the parent process, I goot a forest of processess.. [09:09] hi, does anybody know a way to search a crashdump file (in kdump v6 format) with a regex? i tried the crash utility but as far as i can tell it does not support regex on its search feature [09:09] Guest36319 ps x --forest | grep firefox [09:10] MonkeyDust: such a commande give [09:10] 2780 ? Zl 136:45 [firefox] [09:10] 30675 ? Sl 0:00 /usr/lib/firefox/firefox [09:10] 30952 pts/3 S+ 0:00 grep --color=auto firefox [09:11] Guest36319 try pkill firefox [09:11] And still cannut kill anything, or run firefox... [09:12] MonkeyDust: here the output of pkill firefox : 2780 ? Zl 136:45 [firefox] [09:12] But no change... [09:12] Guest36319 ok, i'm out of ideas, guess you have to logout [09:14] MonkeyDust: reboot, is the only solution I found, since my upgrade. But cannot do that 20 times every day... [09:14] So, I'm searching for a good solution, if any. [09:15] Guest36319 what's the outcome of cat /etc/issue [09:16] MonkeyDust: after pkill firefox, goot the same result: 2780 1965 9 juin04 ? 02:16:45 [firefox] [09:18] And the big issue is that this happen with many other applications : Thunderbird, Libreoffice, etc., etc. [09:18] Is possible to downgrade to 16.04 ? [09:18] Guest36319 that would be a fresh istall , then [09:19] cat /etc/issue [09:19] Ubuntu 17.04 \n \l [09:20] MonkeyDust: is the output of cat /etc/issue, is normal for you? [09:21] never seen somthing like this : "\n \l" [09:21] yeah that's normal [09:25] Guest36319 scroll down to 'mingetty' ... https://askubuntu.com/questions/335695/why-does-etc-issue-show-me-ubuntu-and-not-lubuntu [09:31] im just going to restore 12.04 upgrade to 14.04 [09:31] and then backup [09:31] remove php5 [09:31] upgrade to 16.05 [09:31] *04 [09:34] anyone using optane? am I correct that bcache is the way to go for this in linux as an accelerator generally rather than using intel's SRT? easy to install ubuntu with this as root? [09:34] MonkeyDust: I have to reboot, to be able to see ...https://askubuntu.com/questions/335695/why-does-etc-issue-show-me-ubuntu-and-not-lubuntu [09:37] Guest36319: the parent is the top most [09:38] anyway, rebooting should be done after upgrading to load the new kernel etc., which would solve a lot of your problems [09:39] madsj: to be honest, I'm frustrated by rebooting every hour... [09:40] Hi! My google fu is failing me. Is there any Ubuntu 17.04 images for Beaglebone black to download? [09:40] madsj: are there any new kernel? I do every days : full-update, dis-upgrade, but here is nothing... [09:40] I only find 16.04 images [09:42] 1madsj: does the parent is : 987 ? Ss 0:00 /bin/sh /usr/lib/gnome-session/run-systemd-session ubuntu-session.target [09:43] That's the one on top just after tty1 [10:10] Guest36319: I boot once a day ... :) [10:12] if you do "ssh localhost", you'll be notified if the system would like to be restarted (typically if an upgrade installed a new kernel) [10:18] HeMan it says here, Beaglebone is for ARM devices ... there's also #ubuntu-arm [10:21] MonkeyDust: ah, thanks, I'll ask there as well [10:35] I'm trying to fix some nVidia drivers and it seems that ctrl+alt+f1 doesn't works. any hints? [10:36] Razva: what area you actually trying to do? [10:36] s/area/are [10:37] this: http://abhay.harpale.net/blog/linux/nvidia-gtx-1080-installation-on-ubuntu-16-04-lts/ [10:38] Razva: the driver from official packages is insufficient? [10:39] seems so... [10:39] which are the official packages btw? [10:40] Razva: nvidia-375 [10:40] !info nvidia [10:40] Package nvidia does not exist in zesty [10:40] !info nvidia-375 [10:40] nvidia-375 (source: nvidia-graphics-drivers-375): NVIDIA binary driver - version 375.66. In component restricted, is optional. Version 375.66-0ubuntu0.17.04.1 (zesty), package size 40532 kB, installed size 160232 kB (Only available for i386; amd64; armhf) [10:41] it seems there are no nvidia-* installed. hmmm [10:41] Razva: in what way is it insufficient? It's newer than the one in that blog [10:42] yeah, let me give it a shot [10:42] Razva: start the System Settings control panel, see Additional Drivers tab. There you can select the proprietary driver. [10:43] what do you think about ppa:graphics-drivers/ppa ? [10:44] Razva: I have no opinion about it. I stay away from PPAs [10:45] hi, I have a problem with dns resolution. [10:45] irgendwer4711: Ubuntu 17.04? [10:45] yes [10:45] yeah, it's broken. [10:45] occured after restart [10:45] really? what's the issue with dns? [10:46] since there are several breakages with it, what exactly is yours? [10:46] ikonia, it's a painting program [10:46] ppf: systemd-resolved is broken [10:46] lol, systemd again [10:46] of course [10:47] all i hear is "mimimi" [10:47] this biggest shit under the sun. [10:47] so what is the problem? [10:47] does not work?! [10:47] ppf: maybe visit a doctor, that's not good. [10:48] http://zeng.photography/blog/compile-deep-matching-on-ubuntu-14-dot-04/ What's this "fakeroot debian/rules custom" thing? I've never seen these commands before. "fakeroot" I can sort of infer, but "debian/rules"?? [10:48] irgendwer4711: got something more specific? [10:48] ppf: no dns resolution [10:48] irgendwer4711: set DNSSEC=no in /etc/systemd/resolved.conf and restart systemd-resolved.service, see if that helps [10:49] irgendwer4711: can you paste the resolved logs? [10:50] fallentree: does not work [10:50] ppf: where are resolve logs? [10:50] journalctl -u systemd-resolved [10:50] irgendwer4711: then please pastebin `systemd-resolve --status` [10:51] fallentree: https://pastebin.com/BMfsbpK0 [10:52] looks alright [10:52] nslookup google.com - 10.0.0.254 [10:53] ppf: via ip-address looks good [10:53] nslookup google.com - 127.0.1.1? [10:53] ppf: nope [10:54] irgendwer4711: that DNS Servers entry is wrong [10:54] irgendwer4711: systemd-resolved is just a forwarder, it doesn't resolve on its own, it requires an upstream [10:54] fallentree: resolver is running at 127.0.0.53 [10:55] irgendwer4711: yeah but DNS Servers shows 127.0.1.1 which is resolved [10:55] ah, I see network manager broke it [10:55] should be 127.0.0.53 then [10:55] yeah, it's recursing to nm, that's bad [10:55] irgendwer4711: I could never set it via NM, esp. not in 17.04. Use DNS= in resolved.conf [10:55] because... broken. [10:55] fallentree: it does!!! "# Generated by NetworkManager" [10:56] irgendwer4711: ? [10:56] irgendwer4711: did you tell your NM to recurse to 127.0.1.1? [10:56] ppf: I didnt set anything [10:56] irgendwer4711: resolved.conf not resolve.conf [10:56] irgendwer4711: /etc/systemd/resolved.conf [10:57] resolve.conf is useless in 17.04 unless you completely disable systemd-resolved which I did [10:57] I meant resolve.conf [10:57] can you paste the config? [10:57] fallentree: it's not? [10:58] maybe I did disable ystemd-resolved ago? [10:58] irgendwer4711: you can't , NM starts it right up. You need to change NetworkManager.conf to disable it [10:59] it's a clusterfsck in 17.04 and it's only gonna get worse it seems. [10:59] you're whining again [10:59] so what now, I have dhcp, some instance should set recolv.conf right. [10:59] irgendwer4711: nm configures resolv.conf [11:00] you don't have to touch that [11:00] out of curiosity, what's it contain? [11:00] 127.0.0.53? [11:00] ppf: so nm should set the dhcp values [11:00] irgendwer4711: yes, you can revert back to dnsmasq. See "dns" entry of NetworkManager.conf manual [11:00] I dont need any local resolver [11:00] fallentree: how about we figure out what's wrong first? [11:01] ppf: I've been at it for a week and gave up, removed it completely and installed Bind. Unbound is good too. [11:01] silly ubuntu should use the dhcp vales. [11:01] *values [11:01] irgendwer4711: basicly, something configured your resolved to recurse to 127.0.1.1, which is wrong [11:01] in fact, NM can hook up with unbound, so it's recommended. [11:01] systemd-resolved is horribly broken and should not be used. [11:01] systemd-resolved is perfectly fine, you're just making excuses [11:02] it's not. [11:02] also, it's leaking your queries if you use VPN [11:02] and defaults to google if it can't resolve otherwise, so you have to explicitly set FallbackDNS [11:02] ppf: oh and read and weep: https://lists.dns-oarc.net/pipermail/dns-operations/2016-June/014964.html [11:02] irgendwer4711: can you paste the resolvd logs? [11:03] I already did? [11:03] irgendwer4711: i don't see it? [11:03] this https://pastebin.com/BMfsbpK0 ? [11:04] nah, that's systemd-resolved --status [11:04] which do you want? [11:04] journalctl -u systemd-resolved [11:05] funny stuff [11:05] ppf: https://pastebin.com/5QCSBMr6 [11:06] systemd is breaking the dhcp settings! [11:06] /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf [11:06] yep [11:07] written by nm [11:07] what's that about? can you paste that file? [11:08] https://pastebin.com/Cq6hMfGZ [11:08] yah that's wrong. did you create that? [11:08] again you are funny, "Generated by NetworkManager" [11:09] yes, so? [11:09] ppf: you're not listening, it is broken [11:09] fallentree: it's not?? [11:09] it is [11:09] that file is wrong [11:09] it's set by NM [11:09] right [11:09] are you listening? :) [11:09] no, /run/resolveconf/resolv.conf is set by nm [11:09] the stack is broken, the integration with it is broken [11:09] hm should take the dhcp values [11:09] /etc/resolv.conf should be a symlink to that [11:09] but irgendwer4711 overwrote that with a copy of some old file [11:10] only in systemd-world [11:10] irgendwer4711: I've been at it for several days and I just gave up, removed it completely. And I've been doing system administration professionally for 10+ years. Do yourself a favor and revert back to dnsmasq or install unbound. [11:10] ppf: I didnt anything! [11:10] irgendwer4711: open /run/resolveconf/resolv.conf [11:10] what's it say? [11:10] ppf: 404 [11:10] resolvconf [11:10] sry [11:11] ppf: nameserver 127.0.0.53 [11:11] that's the correct one [11:11] replace /etc/resolv.conf with a symlink to that file [11:11] but I dont need that [11:11] but it's not used by resolved as noted with --status [11:11] you do [11:11] 127.0.0.53 is resolved [11:11] no [11:11] no I dont, I have a router with bind [11:12] 127.0.1.1 is [11:12] fallentree: no? [11:12] no, 127.0.1.1 is resolved [11:12] 127.0.1.1 used to be dnsmasq [11:12] yea and systemd-resolved is now the centerpiece of dns resolution in 17.04 [11:12] hi all [11:12] ppf: are you running 17.04? [11:12] fallentree: yes, and resolved is listening on .53 [11:13] stop that. I do not need any sytemd, dnsmasq or what ever. [11:13] I use dhcp and that values count [11:13] yes, that's all well [11:14] just get rid of your broken resolvconf config and you're good [11:14] I do not need any cache cascade [11:14] how to get nm to set the dhcp values? [11:15] irgendwer4711: try setting dns=none in /etc/NetworkManager/NetworkManager.conf [11:15] Is anyone familiar with partitioning multiple drives via kickstart? [11:16] irgendwer4711: that way it should not touch resolv.conf, so I _suppose_ dhclient will instead [11:16] irgendwer4711: whatever you configure nm, it won't help until you fix your broken resolv.conf ... [11:16] re [11:17] irgendwer4711: whatever you configure nm, it won't help until you fix your broken resolv.conf ... [11:17] ppf: that's not true. dhclient will overwrite it [11:18] :( [11:18] it will not ... [11:18] funny, the dhclient seems to be systemd infected too [11:18] it will if you set dns=none for NetworkManager [11:18] it overwrites /run/resolvconf/resolv.conf [11:18] which resolv.conf is supposed to be a symlink to [11:19] ppf: then explain to me how is my ubuntu working just fine with resolv.conf NOT being a symlink? [11:19] I manually set my own resolver, and disabled all that systemd NM crap [11:19] because youre resolv.conf is probably randomly correct? [11:19] no. glibc resolver config is in /etc/resolv.conf [11:19] the /run/... crap is systemd specific [11:20] hello [11:20] fallentree: no it's not [11:20] it is [11:20] no [11:21] once we boot into ubuntu live and install a utility, does it get installed on HD or Virtual Filesystem in RAM ? [11:21] if it's with persistence, in the casper-rw file, if not, RAM [11:22] /run/resolvconf/resolv.conf is showing two resolvers [11:22] casper-rw, so that parameter is passed at boot time, right ? [11:23] Small question: When was using apt-get to install deprecated [11:23] And why? [11:23] my reason for asking is that i want to image the ubuntu partition using partclone which is not available in default [11:23] so need to install [11:23] bsdlain: it isn't deprecated, but there's a new tool emerging [11:24] it mostly unifies apt-get and apt-cache [11:26] ppf: You mean apt install? [11:26] how to remove the systemd line from resolv.conf? [11:26] bsdlain: yes [11:27] irgendwer4711: remove 127.0.0.53 [11:27] everything I've found in reference to partitioning multiple disks says to use preseed/late_command string, but nothing I've tried all weekend has worked so far. [11:27] That's as of 14.10? [11:27] ppf: I cant find this line [11:27] casper-rw is a file, or you can make it as an ext-4 partition with that label if you want more than 4Gb limit of the file, but don't know how you can extract nor insert data in it ANub [11:27] irgendwer4711: then there's no resolved configured [11:27] ppf: it is [11:28] didn't want to type all that, sorry [11:28] irgendwer4711: how do you kno [11:28] w [11:28] ppf: I did resolvconf -u [11:28] Thanks ppf [11:28] the line is revreated [11:29] *recreated [11:29] irgendwer4711: did you recreate the symlink? [11:29] yes [11:29] actually, what did you change altogether? [11:29] just the link [11:29] irgendwer4711: set dns=none in /etc/NetworkManager/NetworkManager.conf and it won't touch resolv.conf [11:30] fallentree: I know [11:30] dude ... [11:30] but ANub, you can install in live that program, doing your stuff, and then you'll have the partition cloned, if I understood correctly what you want to do [11:30] I have 2 nameserver ins resolv.conf now, the real and the systemd-stuff [11:30] irgendwer4711: did you restart nm? [11:30] I will do [11:31] " the real and the systemd-stuff " lolz [11:31] re [11:32] ppf: nothing changed [11:32] oerheks: yeah, maybe we should print something like "Make not-systemd great again" onto those trucker hats and sell it [11:32] we could make a fortune [11:32] systemd sux [11:32] ppf: yes. and that says alot about it. [11:33] irgendwer4711, lets stay topical here [11:33] bazhang: thats the topic! [11:33] irgendwer4711: how do you expect to get help when you reply to everything with a systemd rant? [11:33] even though that's entirely unrelated? [11:33] sure its related [11:33] irgendwer4711, no need for the commentary such as what you are doing [11:33] irgendwer4711: nm configures resolv.conf [11:33] how do i remove a ppa? [11:33] there's no systemd in the mix [11:34] !ppa-purge [11:34] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [11:34] http://paste.ubuntu.com/24782769/ [11:34] ppf: and why put nm a systemd-resolver in it? [11:34] did you change the networkmanager config? [11:34] i want to remove the em, -> /etc/apt/sources.list.d/ondrej-php5-oldstable-precise.list.distUpgrade:deb http://ppa.launchpad.net/ondrej/php5-oldstable/ubuntu precise main [11:34] SupaYoshi, use the ppa purge see above [11:34] I cannot install ppa-purge because it's not working. [11:34] ppf: just the part fallentree said [11:35] I cannot install that due to apt-get being broken just now duie to that ppa, or one package, called. libapache2-mod-php5 [11:35] SupaYoshi, what version of ubuntu are you using [11:35] 14.04 lts now [11:35] I was on 12.04 upgraded to 14.04 :) but that package, (libapache2-mod-php5) is now being a pain after the upgrade [11:35] irgendwer4711: can you paste the current /etc/resolv.conf? [11:36] ppf: https://pastebin.com/zhHZ1C3k [11:37] irgendwer4711: where's the home.zz coming from? [11:37] ppf: dhcp [11:37] irgendwer4711: anything in /etc/resolvconf/resolv.conf.d ? [11:38] ppf: empty files [11:38] there is no 127.0.0.53 line in my entire /etc [11:38] ? [11:39] http://paste.ubuntu.com/24782826/ [11:39] all im asking is how to disable these 2? [11:40] does anyone know the proper way to partition multiple disks during kickstart install? [11:40] on 16.04 [11:42] ppf: thx so far, I will kick all systemd off my disk and try on my own. [11:42] irgendwer4711: oh fine [11:42] don't expect us to help though [11:43] shrug. and only if he switched over to unbound, supported by NM, it'd all work just fine. [11:43] or if he'd just stuck with resolved ... [11:44] the only problem he had was the disconnected /etc/resolv.conf. but, sure, we can blame that on systemd and spend a week messing with the setup ... [11:45] resolved should not have been set as default in 17.04. it's as simple as that. it's broken, buggy, vulnerable. [11:46] then go pick another distro if you don't like what the maintainers are doing [11:46] ppf: done with that https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu [11:48] ppf: even if I did, wouldn't change the fact that ubuntu has defaulted to broken, buggy and vulnerable systemd crap resolver that even itsn't a resolver but a forwarder with no RFC and no DNSSEC support. [11:48] Haya all trying to get netflix to work on 17.04 in google chrome and I get an error which seams to relate to libnss3 being an old version any info on this [11:48] so "it shouldn't have" remains a true fact. [11:52] fallentree: you can probably email the maintainers and ask for their motivation [11:53] ppf: you're probably not running 17.04 and probably have no idea that on the day of release NOBODY could've resolved anything with it because it was broken and required an additional patch that defaulted to DNSSEC off. So I wonder, motives aside, is this thing even tested AT ALL before release? [11:54] fallentree: i'm running 17.04. and i've hit that issue [11:54] and you still say there's nothing wrong with systemd-resolved? lol!! [11:55] true feathers. [11:55] https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1682499 [11:55] Launchpad bug 1682499 in systemd (Ubuntu Zesty) "disable dnssec" [High,Fix released] [11:56] fallentree: I'm not saying there's nothing wrong with it [11:57] ppf: 13:01 < ppf> systemd-resolved is perfectly fine, you're just making excuses [11:57] either way, this discussion is moot i think. if you're unhappy with an executive decision then deal with it however you see fit. but whining about a piece of software isn't helping anyone [11:58] yes, that doesn't mean there's nothing wrong with it [11:58] fallentree, lets take the systemd chatter elsewhere [11:58] I dealt with it, removed resolved completely from the resolution chain. [11:58] bazhang: it's not systemd chatter, it's a problem with a critical Ubuntu component. [11:58] everyone knows systemd is crap so yeah there's no point beating that old horse. [11:58] fallentree, its not welcome here, take it to a chat channel please [12:00] ppf: it does. "perfectly fine" == "nothing wrong" unless you don't know what "perfectly" and "fine" mean? [12:00] bazhang: okay. [12:03] Haya all trying to get netflix to work on 17.04 in google chrome and I get an error which seams to relate to libnss3 being an old version any info on this === not_phunyguy is now known as phunyguy [12:07] Howdy folks [12:08] hey there [12:09] im having a really hard time removing php5 [12:09] libapache2-mod-php5 [12:21] i'm running ubuntu and recently my shift key is being glitchy. when I open leafpad and try to type capital a repeatedly it only works some of the time when i type it. sometimes it works, sometimes i just get a lower case a and sometimes i don't get anything [12:22] its definitely not a problem with the actual key because i have the issue with both right and left shift keys [12:23] i am almost entirely sure its a software problem [12:23] is there some kind of glitch in a recent zenity update that does this/ [12:28] guys, why in the world does Ubuntu look so crappy? it's like...it's mushy... [12:29] installed the latest nvidia drivers [12:29] but still, text is not "crisp" [12:30] is that some "default" behavior? [12:36] and it doesn't have to do with my desktop environment because when i go to tty3 i have the same problem typing capital letters in terminal [12:36] and restarting doesn't help [12:40] i dont understand how both my shift keys just went unresponsive at the same time. when I use xev i dont get any response at all from either shift key, its super weird === JanC_ is now known as JanC [12:50] I would like to understand why on my laptop eth0 is not working depending on battery or ac power supply during boot. [12:51] Is this more a bios problem or something that can be influenced in OS (power safe modes etc.) [12:52] I rarely use eth0 but if I have to I mostly have to reboot machine loosing all context. [13:14] hi all, I'm having trouble getting Ubuntu to boot on an older Intel motherboard. I read that some people resolved the issue by adding the bootable flag, so I used fdisk to set that in the nested hybrid MBR partition (GPT), but it still does not boot. It seems me setting the bootable flag does not survive a restart (despite me writing changes to disk), please help! [13:18] Meliorator: its old, so I can assume it's got old bios and not uefi? :) [13:18] i guess my question is really how old lol [13:18] Meliorator, show output of 'parted -l' or 'parted /dev/disk unit s print free'? [13:34] sorry, need to rearrange some stuff, so I can be at both machines [13:52] Hello :). What are good resources to get started with Ubuntu and Linux in general? [13:53] !manual | Perseoo [13:53] Perseoo: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [13:57] Perseoo, best to learn by doing. install, try things, install more, and use google to figure things out [13:57] Perseoo and when all else fails, join #ubuntu [14:00] Well, thanks guys. My issue is I haven't had the time to experiment, and so my use of ubuntu has been very windows-y so far. If you know what I mean. [14:01] No terminal no fun :) [14:03] one thing to know abuot linux is where certain files are located, like /etc and /var/logs and /home [14:03] I'll research on the topic === guest is now known as rory === dhollin3 is now known as dhollinger [14:26] hey folks! did anybody found any way to run iTunes on Ubuntu (without a full-blown Windows VM)? Wine doesn't works (cannot connect to Apple servers). Maybe some Android / iOS emulators...? === jackNemrod_ is now known as jackNemrod [14:31] Razva: a VM with Windows is your only option for a clean/functional iTunes installation [14:32] did anybody tried Crossover? [14:32] leftyfb: any hint which Windows version is the most "lighter"? Installing a full W10 looks like a bad idea [14:32] Razva: iTunes will not run properly within any sort of wine configuration [14:33] Razva: at this point you are off-topic. You should ask in #windows or #microsoft [14:33] maybe an Android emulator? [14:33] again, offtopic [14:34] Razva you're in the wrong channel [14:35] do the Android guys need to know Ubuntu, or vice-versa? :D [14:35] Razva: btw, there's no iTunes for Android [14:35] it is (Apple Music), I'm using it daily :) [14:36] Apple Music != iTunes ... but sure, whatever you like. Still not Ubuntu related [14:37] ok, thanks for the answers [14:44] hi folks, i am trying to install a version of php5-sybase specific for a php api of 20121212. Ie https://packages.ubuntu.com/trusty/php5-sybase [14:47] hi all. i have another laptop with a dead enter-key and cannot press 'enter' after typing the ssd-encryption-password before the os boots. so i cant enter the os (where i usually could use the software-keyboard for the enter-button). do you know if there is another method to press enter? maybe with a key-combination? [14:47] external keyboard? [14:47] Steelpan_, [14:47] sorry StevieW [14:48] i also can enter into the terminal-mode when i press one of the arrow-keys. maybe is there another possibility? [14:48] StevieW, again external keyboard?????? [14:48] gebbione, unfortunately i dont have one atm :/ [14:48] StevieW: then the answer is no [14:48] it is the easiest option or repair the laptop [14:49] ok, thank you people. do you know what the problem could be? its always the enter and the "?" keys at the same time which dont work. if one of them works again then the other one works also. [14:50] StevieW: replace the keyboard [14:50] i tried to update the bios but it didnt work [14:50] okay [14:52] have u spilled anything on the keyboard? [14:53] like coffee? [14:54] or cum [14:54] nope :/ [14:54] :D [14:55] Threads: VERY inappropriate. [14:56] StevieW: control + m ? [14:56] why would psql show in top and not in ps aux? [14:59] oh [14:59] because it keeps closing [14:59] Chaser, IT WORKS! Thank you thank you thank you! :) [15:00] StevieW: you are welcome. [15:01] I keep getting a process /.../perl -w /.../psql -tAc ... how do I find out what keeps spawning this process? [15:08] is there a page where ubuntu announcing when an update has been released? [15:08] ash_workz, I believe you'd need a monitoring tool. [15:08] ash_workz, IIRC sysdig does what you want :) [15:09] ash_workz, Oh, but before delving that deep.. have you tried looking at the PPID? [15:09] weird... so I did `ps aux | grep $(ps -eo ppid,args | egrep "[p]sql" | awk '{print $1}')` and it's giving me the command -su [15:09] luis30: https://lists.ubuntu.com/mailman/listinfo/ubuntu-release [15:09] sodhi: wow! ^ [15:09] thanks leftyfb [15:09] lefty facebook [15:10] ash_workz: the mailing list will always be first [15:10] leftyfb: ? [15:10] oh this is like a email newsletter i guess they dont do a blog... [15:10] anyone know if the updates today for ubuntu 17.04 have been released? [15:10] luis30: there are always updates [15:11] luis30: 17.04 does not have point releases [15:11] ash_workz, wow? :P ps -o ppid= -p wil give you the PPID. If it's 1: use sysdig. [15:11] well there was supposed to be a kernel upgrade released for today [15:11] june 5 [15:11] luis30: June 5 isn't over yet [15:11] yea i know that is why i asked if it has been release yet :P [15:11] leftyfb, depends on where in the world you reside :P [15:13] sodhi: well, the problem is it keeps changing [15:13] oh [15:13] I mean the pid of psql [15:13] but the ppid is always 10448 -us [15:13] but the ppid is always 10448 `-su` [15:13] so check the ppid of 10448 :) [15:14] sodhi: right... the command is '-su' ? [15:15] but I don't understand what that means... like `sudo su`? I mean... I don't see how such a thing would be responsible for psql [15:15] I think I must be misunderstanding you. You have some process that keeps spawning. You've figured out that another process, 10448, is spawning it, but that process in on it's own doesn't give you the answer, so delve deeper. What is starting 10448. [15:17] sodhi: 1 [15:17] : [15:17] :\ [15:17] Good. Now get sysdig :) === bladernr` is now known as bladernr [15:18] 1 is just init, so some process is spawning the "-su" (PID: 10448) at init. To figure out what, get sysdig. [15:18] I'll keep my fingers crossed [15:22] damn it all... nothing is ever easy 'error opening device /dev/sysdig0' [15:26] maybe sysdig doesn't have a module that uses 3.13.0-117-generic [15:26] sodhi: any other suggestions? [15:29] hi there. is anyone here on 16.04 +, can you try something very simple for me? [15:30] dreamcat4: if you're having an issue, it's best to detail your issue here [15:30] can you pls just post me the output of this cmd: ls -l / /var | grep tmp [15:30] hi all [15:31] just need to see the what default is (that i mounted my own /tmp) [15:31] ash_workz, secure boot enabled? [15:32] hmm, idk, actually... I don't think so [15:32] I've been trying to figure out the proper way to partition multiple disks in 16.04 via kickstart since Friday with no success. From what I've gathered, the recommended method is via preseed/late_command, but that hasn't worked for me yet. [15:32] ash_workz, try sudo sysdig-probe-loader [15:33] dreamcat4: what data are you looking for exactly? btw, spinning up an lxc container to check these types of things is really simple [15:33] leftyfb: i want to know if /tmp and /var/tmp are 2 seperate folders, or if one folder point to the other one (like /var/run) [15:34] dreamcat4: 2 separate directories [15:34] sodhi: yeah, it's a headers thing [15:34] what's the best way to partition multiple disks via kickstart/preseed? [15:34] thanks leftyfb [15:34] sodhi: Error! Your kernel headers for kernel 3.13.0-117-generic cannot be found. [15:34] sodhi: E: Package 'linux-headers-3.13.0-117-generic' has no installation candidate [15:34] D: [15:35] leftyfb: the problem im trying to solve is not to run a boot time script more than 1x per boot... so i want to touch a file in some /tmp folder (that is not persistent across reboots) [15:35] apt-get install linux-headers linux-headers-generic linux-headers-$(uname -r) [15:35] robodep: you could look into partman. Though you have no specified any issues or requirements [15:35] (add sudo as needed :D) [15:36] leftyfb: what i noticed just now was that my new file in /tmp is not remembered between reboots, yet the file i put in /var/tmp is remembered. [15:36] sodhi: but uname -r wont work [15:36] dreamcat4: tmpfile=$(mktemp) ; if [ -f $tmpfile ] ; then ; exit 0 ; fi [15:36] sodhi: there "is no installation candidate" [15:36] yeah i know... [15:37] its just there is also /run and /lock too. so i might prefer to use /lock instead for this purpose [15:37] oh [15:37] I bet there are pending updates [15:37] dreamcat4: why? Why not let mktemp do all the work for you and just refer to the variable? [15:38] @leftyfb I use 'preseed partman-auto/disk string /dev/sdb' for the first disk and that works. If I specify the additional devices on the same line, e.g. 'preseed partman-auto/disk string /dev/sdb /dev/sdc /dev/sdd', how do I specify which disk to partition after that? [15:38] leftyfb: because if mktemp were to create the file in /var/tmp it would be persistent across reboots... although i guess maybe there is a specific option in mktemp to control that [15:39] my requirements for sdc and sdd are a single partition taking up all available free space on those devices, with an ext4 fs and fstab entries [15:39] robodep: don't know. read the documentation? [15:40] oh anyway i can still use mktemp to create something in /run/lock [15:40] (so it doesnt matter) [15:40] dreamcat4: why do you care where mktemp creates the file? By default it should create it in a tmpfs somewhere and delete it on reboot. [15:42] is there a way to do a full upgrade, except for a particular package? [15:42] leftyfb: well according to the output of 'mount'... on my system /tmp isn't tempfs wheras /run and /run/lock are... so i guess i should be prefering them anyhow [15:43] dreamcat4: the point is, mktemp should just take care of that without you having to worry about where the file is located [15:43] ah... perhaps my /tmp is mounted a bit weird anyhow [15:43] due to some zfs issue - workaround [15:45] dreamcat4: I take that back, I guess /tmp isn't tmpfs [15:45] but if tmp files there get deleted on boot, then it doesn't really matter [15:45] yeah... so you see it too then. i just wasnt sure because i am using zfs for everything over here [15:46] leftyfb: well i guess the difference is the system then has to waste more resources deleting temporary files, wheras with tmpfs it doesn't have to bother. (and potentially not going to wear out more write cycles on a nand ssd since tmpfs is in memory) [15:47] dreamcat4: that system is already there [15:48] huh? what? sorry i didn't understand that last bit [15:49] (if you say) /tmp isn't tmpfs [15:49] the system of deleting tmp files on reboot already exists whether you utilize it in a script or not [15:50] yes... but that was not actually my point [15:50] tmpfs is already there too (for /run/*) [15:50] mount | grep tmp [15:51] So a suspend/sleep mystery....AFTER an upgrade, when I try to wake up from suspend I [15:51] hear some noises then nothing....It is almost as if resume can do half the work [15:52] but something in middle stops it...Does that clue give any indication what could [15:52] be the problem? I tried booting with old kernels but still same problem with resume... [15:52] mktemp --tmpdir=/var/lock myfile.XXX [16:00] i suppose /tmp doesnt use tmpfs, because it could be needed for 'large' files. that would not fit in a tmpfs of memory. yet /run is just small files... hence the difference why [16:01] like large temporary cache files etc [16:02] and mktemp has no ways to know if is being asked to make a large file or a small file (by default), so it puts in /tmp [16:03] however on other OSes, mktemp may deafult to creating files in some other location instead. for example /var/tmp [16:24] anyone here using StrongSwan by chance? I'm having an issue adding a new VPN in gnome but not really sure where to go for support [16:27] which vpn? [16:27] Anyone have a favorite sip client? [16:35] glitch: I use StrongSwan to connect to L2TP VPN [16:38] glitch: I use these packages: https://github.com/nm-l2tp/network-manager-l2tp/wiki/Prebuilt-Packages [17:03] im trying to install get-pip.py for python 2.7.3 but i get this error https://pastebin.com/v8Hvr7Ms can someone help me? [17:04] Nick---_: Thats weird, how did you install python? [17:04] ubuntu 17.04 [17:04] Nick---_: That didn't answer my question [17:04] wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tgz [17:05] tar -xvf Python-2.7.3.tgz && cd Python-2.7.3/ [17:05] guys how can i get into emergency mode on ubuntu? since i was using centos, i could just edit the grub, and put rd.break [17:05] Nick---_: don't install your own python or whatever [17:05] ./configure --prefix=/usr [17:05] Nick---_: Why? Python is already installed by default on Ubuntu 17.04, and is in the package repositories as well. [17:05] i need python 2.7.3 to be installed [17:05] what version of python is installed by default [17:05] ? [17:06] !info python zesty [17:06] python (source: python-defaults): interactive high-level object-oriented language (default version). In component main, is optional. Version 2.7.13-2 (zesty), package size 136 kB, installed size 648 kB [17:06] Nick---_: why do you need 2.7.3 ? [17:06] Nick---_: that's a 2012 release ... and there are (at least) 10 bugfix releases since then [17:07] i need it because im installing a bot for the line app and i was told i can only use python 2.7.3 [17:07] Nick---_: told by whom? [17:07] someone on a group chat of the line app [17:08] someone who installed the bot already [17:08] Nick---_: if that's actually true, I would not install such bad software [17:08] its ok im using a vm [17:09] can you tell me how to install python 2.7.3 with pip anyway? [17:10] nacc: === jstein_ is now known as jstein [17:12] how about anyone else? [17:13] Nick---_: have you tried installing the bot on the system-provided Python? [17:13] no [17:14] Nick---_: try it first. If it doesn't work, try a different bot. Requiring an out-of-date point release of Python is bad design and you do NOT want such software on your system. [17:15] i think its just an old bot and i cant find any other line bots [17:22] Nick---_: bots for what? [17:22] bots for the line app [17:23] you can creat your own chatrooms in the line app. everybody has a bot on line [17:26] some bots can join support channels to ask for python, very human like [17:36] anyone got any ideas on how to monitor a box's load average? im thinking i write a cron that calls 'uptime' and sends the output to somewhere (graphite or something?) [17:42] dlam: collectd -> graphite [17:43] can nero linux 4 burn BR ? [17:44] can anyone tell me how I can setup ftps in ubuntu? [17:44] i can open port 21 or 23 [17:44] but by default, is ubuntu has sftp server ? [17:45] Hulio: via ssh, yes. [17:45] Hulio: and not by default, you'd need to install openssh-server [17:45] Pici, do i need to install anything? [17:45] oh okay [17:46] sudo install openssh-server [17:46] it's not workig [17:46] install: missing destination file operand after 'openssh-server' [17:47] I hope help is on the way [17:47] !apt [17:47] APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE) [17:48] Hulio: sudo apt install openssh-server [17:48] Hulio, good start https://help.ubuntu.com/lts/serverguide/openssh-server.html [17:48] ok [17:48] and https://help.ubuntu.com/lts/serverguide/ftp-server.html [17:48] actually it is missing apt-get [17:48] thanks Pici [17:49] hi all, I need to find an effective method in order to add and use a new resolution for employing in a basic projector [17:50] I've looked at xconfigresolution ubuntu wiki, and also tried cvt, but I've got some difficulties in order to perform the task [17:51] How could control the proper commands and debug in case of failure? [17:51] Any ideas? [17:53] Pici, working goods. [17:53] Ok, any way to do remote desktop to ubuntu? [17:53] like vnc ? [17:53] what do i need to do? [17:53] to acomplish that? [17:54] okay, I am lost; apt-get install linux-headers-3.13.0-117-generic claims theres no installation candidate [17:54] what gives? [17:54] Hulio, not for the Unity desktop, but yeah, x2go is great [17:55] how can i install x2go ? [17:55] http://wiki.x2go.org/doku.php/doc:installation:x2goserver [17:56] Hulio: fwiw there's always teamviewer and ssh [17:56] and/or* [17:56] ssh -XC wherever [17:57] compdoc, and what client do i need for Android phone to access it? [17:58] Hulio: you team viewer has a nice client for android as well ;) [17:58] HMM, THINK ONLY WORKS WITH LINUX, WINDOWS, AND MAYBE APPLE [17:58] oops, caps [17:59] that was an awfully long sentence not to notice :P [17:59] ash_workz, you meant i can install teamviewer server on linux [17:59] Hulio: on pretty much anything [17:59] Hulio: except chrome os [17:59] Hulio: limited functionality there [17:59] Hulio: but android, mac, windows, linux [17:59] i used to the real vnc [18:00] (personally I don't use mac, but I used team viewer on my phone, linux laptop and windows desktops [18:00] I haven't used real vnc [18:01] is teamviewr trusted? [18:02] and teamviewer can monitor your screen ? [18:02] afaiac, it's trusted; and, explain 'monitor' ... meaning *you* can see your screen, or TeamViewer can? [18:03] ash_workz, so it's like i'm using teamviewr(imaging your program) to remote desktop..and you can see what i'm doing nbecause i use your pgoram? [18:03] yeah [18:04] Hulio: team viewer is intended for both remote 'help' and remote access, so yeah... the way it works is a password/username combo is generated on the host machine when teamviewer is launched... [18:04] ash_workz, i know man, but having third party, is that third party can tab in [18:05] ash_workz, posbibly it records the screen [18:05] Hulio: yeah; I mean, that's up to you: https://www.teamviewer.com/en/privacy-policy/ [18:06] ash_workz, would prefer standalone [18:06] :) [18:07] ash_workz, It's like being watch when taking a shower [18:09] ↑2U [18:10] `apt-get install linux-headers-3.13.0-117-generic` claims there's no installation candidate [18:10] what gives? [18:10] !info linux-headers-3.13.0-117-generic [18:11] Package linux-headers-3.13.0-117-generic does not exist in zesty [18:11] ash_workz: that's a trusty package? [18:11] and it's one from trusty-security [18:12] Sleaker: okay... well, lsb_release reports xenial... why is uname -r giving me a trusty package? [18:12] !info linux-headers-3.13.0-117 trusty [18:12] linux-headers-3.13.0-117 (source: linux): Header files related to Linux kernel version 3.13.0. In component main, is optional. Version 3.13.0-117.164 (trusty), package size 8670 kB, installed size 62013 kB [18:12] what's uname -a say? [18:13] also those aren't packages, they are what's installed. [18:13] Linux web 3.13.0-117-generic [18:13] that's not -a [18:13] also, "web"?? [18:13] I just subbed the name [18:14] Linux lube 3.13.0-119-generic #166-Ubuntu SMP Wed May 3 12:19:45 UTC 2017 i686 i686 i686 GNU/Linux - is what's on my VM atm. [18:14] Linux example 3.13.0-117-generic #164-Ubuntu SMP Fri Apr 7 11:05:26 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [18:14] okay [18:15] !info linux-image-generic xenial [18:15] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.78.84 (xenial), package size 2 kB, installed size 13 kB [18:15] looks like you haven't updated your kernel in quite some time [18:16] I mean, you only get the kernel updates if you manually install them from the backports repos [18:16] if you only do security updates you stay on the same kernel version [18:16] and the new kernel version bumps don't auto-install, they're tagged into different meta packages. [18:17] ah sorry, they're not in backports. they're just named different [18:17] yeah, if you don't track linux-image-generic you're set to one version [18:17] !info linux-image-generic trusty [18:17] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.13.0.119.129 (trusty), package size 2 kB, installed size 30 kB [18:17] even if you track image-generic you're stuck on one version [18:17] the other ones have -lts-xenial [18:18] I am... confused [18:18] !info linux-image-generic-lts-xenial trusty [18:18] linux-image-generic-lts-xenial (source: linux-meta-lts-xenial): Generic Linux kernel image. In component main, is optional. Version 4.4.0.78.63 (trusty), package size 2 kB, installed size 28 kB (Only available for i386; amd64; armhf; arm64; ppc64el; powerpc) [18:18] like that. [18:18] ash_workz: what version of ubuntu did you actually install originally, it looks like you may be on trusty. [18:18] kernel 3.13 was never available on anything after trusty. [18:18] 16.04 I believe (I wasn't the one who installed it actually) [18:18] I don't think that' possible. [18:18] and this was like... December last year [18:19] could still have been 14.04 [18:19] 14.04 is still an LTS. [18:19] then lsb_release -a is wrong? [18:19] what's in your sources.list? [18:19] pastebin would be good. [18:21] pretty much not possible to be on kernel 3.13 and have installed 16.04 from a disc. [18:21] unless someone really messed up your system. [18:22] if they took a 14.04 disc and then tried to update to 16.04, I'd also say the system is probably not in a good state. [18:22] https://gist.github.com/ash-m/ffd3427ac6d38e677707d3e947854239 [18:23] there are precise artifacts in there. you sure this is a fresh install? [18:24] Anyway to reset my mouse driver without rebooting? pointer shows and moves, but no events register. 16.04 [18:24] ppf: I am not sure of anything; I didn't install it; I do see that there... maybe he started on 12 and just did do-release-upgrade from there [18:24] I dunno [18:24] this is the first time I'm noticing this [18:25] dpkg -l | grep 'linux-image-.*-generic' -o | sort | uniq [18:31] ash_workz: my guess is it was originally a precise install, and it's been attempted to be kept on the latest LTS by uprading. which I thought was a no-no. [18:31] Sleaker: that's a possibility [18:31] do you know the answer to my question? https://askubuntu.com/questions/922425/purple-theme-for-bash-on-ubuntu-on-windows-for-windows-10 [18:33] ash_workz: what was your initial issue? [18:33] Sleaker: ¯\_(ツ)_/¯ [18:33] elisa87: the purple theme has to do with gnome-terminal or even something like terminator. It will be specific to the terminal application. In your case, bash for Windows isn't exactly a terminal application. [18:34] :( leftyfb [18:34] yah I just use git bash still. [18:35] on my windows box, so no clue. but my instincts tell me you wont get the theming you're looking for. [18:35] git bash doesn't have all the functionalities I want [18:35] questionable. [18:41] hi all, I'm having trouble getting Ubuntu to boot on an older Intel motherboard. I read that some people resolved the issue by adding the bootable flag, so I used fdisk to set that in the nested hybrid MBR partition (GPT), but it still does not boot. It seems me setting the bootable flag does not survive a restart (despite me writing changes to disk), please help! [18:43] can "cp" use an input file to copy a list of directories to another location? [18:44] Meliorator, if theres an option for ACPI in the bios and its enabled, try disabling it [18:45] i thought kernel 4.12 was scheduled to be released today..anyone know anything about that? [18:47] luis30: not until July, last I heard. [18:47] compdoc: disabling ACPI in BIOS did not solve it [18:47] luis30: http://news.softpedia.com/news/linus-torvalds-announces-the-second-release-candidate-of-the-linux-4-12-kernel-515899.shtml [18:47] nicomachus, well maybe it was a different kernel update because they said they were goig to release something today if there were not any major issues [18:48] ¯\_(ツ)_/¯ [18:48] nicomachus: cp $( assuming the file is relatively short [18:49] Meliorator, you cant even boot the ubuntu desktop directly from the cd? [18:49] nicomachus, according to kernel.org they are up to rc4 [18:49] compdoc: I am using the server install cd, which I can boot fine, but the installed o/s does not! [18:50] *16.04LTS server [18:50] Meliorator: wow you use GPT? [18:50] ppf: looking at about 50 lines, each is a separate directory. [18:50] *thy [18:50] *why [18:50] nicomachus: ok [18:50] Meliorator, at what point does it stop? does it start to boot? [18:51] Southern_Gentlem: sounds about right. rc3 was 31/05/17. Still looking at a July release for the kernel though. [18:51] anyone can help me to solve these dmesg errors? http://paste.ubuntu.com/24786003/ [18:51] [ 3.559398] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff] [18:51] [ 3.708951] iwlwifi 0000:02:00.0: pci_enable_msi failed - -22 [18:52] compdoc: no, I don't see grub or anything, I just get "insert boot disk" [18:52] install the wireless driver [18:52] kenrin: already installed [18:53] Got the wrong one then O.o [18:53] ppf: btw the output of that dpkg command was [18:53] linux-image-3.2.0-{23..126} # !{24,25,28,30,42,46,47,49,50,66,71,73,78,81,100,103,105,108,112,114,117} [18:53] linux-image-{4.4.0-77-generic,extra-3.13.0-117-generic,extra-4.4.0-77-generic,}-generic [18:53] nicomachus: it's not really about number of lines, but file size in byte (because ARG_MAX). but with 50 lines you should be good [18:53] oops [18:53] if you exceed ARG_MAX, then xargs is your friend [18:54] Ilinux-image-{4.4.0-77,extra-3.13.0-117,extra-4.4.0-77}-generic * [18:54] Meliorator, in the bios, the hdd is set to boot first? most computers have a boot menu to choose what to boot from. for some, you have to hit the f11 key during boot. should say on the screen [18:56] ppf: since my list is directories and not files, would I do cp -r $( yeah [18:56] ok. [18:57] compdoc: yes, it's the same if all other boot methods are disabled [18:57] aaaand now we wait. Thanks ppf. I'm sure I'll be back in a bit to make sure I get my for loop right to convert all these wily FLACs into MP3 [18:58] compdoc: it seems to be a common issue with older Intel motherboards, but the fixes google told me didn't work :( [18:59] oh great. I forgot to escape spaces on the directory list. [19:02] ppf: ok, escaping the spaces doesn't work either. Any idea why? [19:02] escaping them how? [19:02] luis30: just because Linux releases a kernel, does not mean it's available in any version of Ubuntu the same day. [19:02] file\ name [19:05] leftyfb, well today was the day they said it was supposed to be released...not sure if they are talking about proposed or a general release.. [19:05] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1674838 [19:05] Launchpad bug 1674838 in linux-hwe-edge (Ubuntu) "kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129" [Undecided,In progress] [19:05] nicomachus: yeah that doesn't work [19:05] ppf: oh well, I'm doing it manually. [19:05] try xargs [19:06] comment 194... [19:06] There's only 16 directories that it didn't catch because of the name errors. I can do those manually. [19:06] luis30: what kernel are you running now? [19:07] not sure...its probably whatever is for general release...i have been doing the gui updates [19:07] leftyfb, whats the command i can check [19:07] uname -r [19:07] luis30: Do you run into this bug? [19:07] yes [19:08] nicomachus, i think you need a little script, like this while read file; do cp -R "$file" test; done < ultra [19:08] nah, just xargs [19:08] not worth the time now, tbh [19:08] xargs -a file --delimiter='\n' -I% cp % dir [19:09] nicomachus, sy, while read file; do cp -R "$file" test; done < file [19:09] leftyfb, comment #134 [19:09] luis30: "uname -r" which kernel are you running? And do you have the proposed repository enabled? [19:10] ioria: thank you, but I'm already almost done doing it manually. [19:10] nicomachus, ok [19:10] 4.10.0-21-generic leftyfb [19:10] i think xargs is wildly underestimated :) [19:10] luis30: do you have proposed enabled? [19:10] leftyfb, is comment #134 talking about proposed or general release and no i dont think i have proposed selected.. [19:10] if you wanna take a stab at a "for" loopt o convert any .flac files in this directory and sub-directories and turning them into 320 mp33, that would be a good start for my next step here. [19:11] I've done it before, just gotta get it right. [19:11] what are you converting them with? [19:11] LAME I suppose. [19:11] or ffmpeg [19:11] i don't remember what I used last time I loaded this USB [19:11] luis30: if you are running into the bug and want it fixed now, then you are probably better of enabling the proposed repo. https://wiki.ubuntu.com/Testing/EnableProposed [19:12] leftyfb, any way to know if that release ..comment #134 may occur today? [19:12] nicomachus: is there really a way to do this wrongly? [19:12] luis30: no === manacit is now known as homepod [19:12] it depends a bit on how the tool works [19:12] luis30: if the dev says it's scheduled today, it'll probably, but not certainly happen and you will just have to wait [19:13] use find, or a bash loop [19:13] i guess [19:13] leftyfb, what happens if i enable it and download it and then turn it off ..then it will revert to the next general kernel release? [19:13] ppf: yea, I could end up converting all the MP3 files too. Or screw it up completely and convert every FLAC on my laptop to MP3. [19:13] luis30: no [19:13] luis30: I always enable proposed. You shouldn't have any problems leaving it enabled and updating packages from it. [19:14] leftyfb, proposed is like testing right? beta? [19:16] luis30: it's more fixes that do not get pushed to the main repo just yet. It won't be cutting edge new features that brick your system. [19:16] leftyfb, what happens if its take off later? [19:16] huh? [19:17] what happens if proposed it turned off [19:17] after being on for a while [19:17] nothing [19:17] luis30: you stop pulling updates from proposed [19:18] and then it goes back onto the general release cycle? [19:18] yes [19:18] k thanks [19:19] until the version in the "general release cycle" supersede the version in proposed. Then that version gets installed. === Bocaneri is now known as PhillySteen [19:19] am I doing something wrong here? I can't seem to update this expired key for the arc-gtk-theme http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ === PhillySteen is now known as Bocaneri [19:20] maybe it's a problem on the maintainers end? [19:20] Herdo: that is usually the case [19:21] leftyfb: ah ok. I noticed the .key file hasn't been updated recently. [19:21] thank you [19:22] Does it matter if I install bootloader onto sda1 or sda? [19:22] Adit: no [19:22] wait [19:22] sda [19:22] didn't read that question properly [19:23] ppf: I want to completely remove Ubuntu in a few days so, what would be better? [19:23] than removing ubuntu? [19:24] ppf: I mean, would installing bootloader onto any one of these pose any problems if I want to completely wipe off Ubuntu and grub? [19:24] Adit: there's really no point in "removing ubuntu". Just install whatever OS on your hard drive and more than likely it'll take care of it's own boot loader [19:24] the future system doesn't care [19:25] but a bootloader gets installed on a device, not a partition [19:25] i.e., sda [19:25] well [19:25] you CAN install it on a partition [19:25] leftyfb: I did that on my previous machine but I am a real noob and I messed up something with BIOS and UEFI and Windows never loaded [19:26] Adit: what is your end goal? [19:26] how about now [19:26] leftyfb: Have some OS on my computer for a few days before I get Windows 10 [19:27] I think it used to just work as long as mi ro usb cable was in right, but now my Meizue MX 4 ubuntu phone nope not working, want to get files off of it. not working with two difeenrdt cables in ububntu and windows hmm [19:27] so, windows laptop. trying to save it with ubuntu. force mounting claims to give me an error about hardwarefault. i guess its gone? [19:27] Adit: then it won't matter. When you install Windows 10, it will not care in the least bit what is currently on your computer and by default will want to wipe everything and never look back [19:28] leftyfb: Will it also wipe the other partitions? (I have some data on them) [19:28] heller: bad HDD more than likely [19:28] Adit: that's a #windows question [19:28] leftyfb: Thanks [19:28] leftyfb: wondering if there is anything i can do? [19:28] heller: buy a new HDD [19:29] eh, would like to save data [19:29] heller: buy new HDD, worry about saving data after [19:30] heller: you do not want to be running the OS on the drive you're trying to save data from .... as much as possible. For best results of saving data [19:30] lets try again. i need to recover data from that drive :) [19:30] anyone know if this kernel is the latest stable release for ubuntu 4.10.0-21-generic [19:30] ...on this page ive seen 4.11 already release... http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D [19:31] 17.04 [19:32] luis30: https://packages.ubuntu.com/search?keywords=linux-generic [19:32] !info linux-generic [19:32] linux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 4.10.0.21.23 (zesty), package size 1 kB, installed size 13 kB [19:33] thanks [19:33] luis30: Install from proposed or just be patient. Those are your 2 options. If you are only willing to wait for the general release, then please just be patient and do nothing else. [19:33] oh i have been patient seth is the one who said today...that is why i was asking... [19:34] this has been going on since zesty was released === Taruk is now known as gwillem [19:40] What am I doing wrong? http://imgur.com/a/RcWh2 [19:40] Adit: you need to make a root partition [19:41] Adit: click on the free space and press on "+" [19:41] Adit: you didn't specify a mount point for either of the partitions [19:41] choose ext4, mountpoint "/" [19:41] why did you choose ntfs? [19:41] Adit, and why are you using the manual partitioning ? [19:41] that will not work for an Ubunut installation [19:41] leftyfb: I want to get Windows later on [19:41] ubuntu ntfs [19:41] ahahha [19:42] Adit: are you going to wipe ubuntu and put windows on it? [19:42] leftyfb: Yes [19:42] then you do not need to create those as I told you before [19:42] Adit, you can resize after the install [19:42] see the real drive part swap /boot / is a root [19:42] and install [19:42] ioria: there won't be any resizing. He's just going to wipe ubuntu with Windows [19:43] Adit: just do a default ubuntu install. Forget about the partitioning [19:43] leftyfb, sy, i'am not following [19:43] dual boot is /part is good for me [19:43] Adit: forget about the manual partitioning I mean [19:43] ioria: he's not going to dual boot [19:43] ok [19:43] ioria: his plan is to install ubuntu now, and then install Windows later. ... over ubuntu [19:43] ok [19:43] not good [19:44] idea [19:44] whatever [19:44] Would I lose data in sda2 if I go for a default install? [19:44] but [19:44] no, i mean, nor ok [19:44] farst win secand ubuntu [19:45] Dreaman: he's not dual booting [19:45] ever [19:45] ahhaha [19:45] So, what do I do? [19:45] stupid Ubuntu disconnected me again [19:46] Adit, what you wanna do ? [19:46] ioria: Install Ubuntu onto sda1 without losing the data in sda2 [19:46] Adit, what's on sda2 ? [19:46] https://paste.ubuntu.com/24786529/ leftyfb see my [19:47] Dreaman: ok? [19:47] ioria: Data I don't want to lose. No OS === homepod is now known as manacit [19:47] Adit, what ubuntu veriosn ? [19:47] version [19:47] 16.04 [19:49] Adit, ok, so set root on sda1 and format ext4 (without swap i guess ? ) [19:50] ioria: Can I not do that on ntfs? Someone said that it might be difficult to get Windows on an ext4 [19:50] :/ [19:51] Adit, you'll install windows on another partition [19:51] no [19:51] ioria: no [19:51] why ? [19:51] format and 2 parts add hdd [19:51] 1 for win 2 ubuntu [19:51] Adit: As I said 2 times previously, Windows doesn't care what was on the drive/partition previously. You said you are going to be wiping Ubuntu and installing Windows over it. At that time, then Windows will format it to ntfs, wiping Ubuntu(ext4) completely. [19:51] Adit, you'll need to reinstall grub btw [19:52] no no no [19:52] ioria: he is not dual booting [19:52] ioria: he will be installing Windows OVER Ubuntu [19:52] leftyfb, he said he wants to install win after ubu [19:52] yeah [19:52] after, yes. side by side, no [19:52] Why would you install after? [19:52] grub not work [19:53] leftyfb, idk why, but it's possible [19:53] manual [19:53] conf [19:53] leftyfb, resize root and install win, reinatll grub ... right ? [19:53] he said previously he's using Ubuntu temporarily until such time he will install Windows over it [19:53] no [19:53] so how do I get the right headers? [19:53] ok, i'am out then [19:53] Install Ubuntu to sda1 ... rejoice. Then later, install Windows to sda1 [19:54] leftyfb: Thanks [19:55] Sleaker: oh, I missed your question I guess [19:55] Adit: install Ubuntu to sda1. Format it as ext4 and make it the / mount point. When you are ready to install Windows, go to #windows for help. If you follow these instructions, nothing you did will affect your Windows installation later. [19:56] Sleaker: my initial problem is that a psql randomly keeps spawning [19:57] Sleaker: the ppid's command is `-su` so I checked that, and it's ppid is 1; so I was told to use sysdig [19:57] Sleaker: which won't install correctly [19:58] hmm my VM locks up when booting to lightdm. [19:58] not good :-/ [20:01] is there an apt command that shows what distro a kernel is associated with? [20:01] ie 3.13.0-117-generic is 'trusty' right? [20:01] ash_workz: yes. [20:01] Sleaker: what is it? [20:01] if it was another distro it'd have -trusty next to. [20:02] wait, wha? [20:02] ash_workz: the base kernel released for each version is just named 'linux-blah-version' [20:02] backported versions include the name of the release they came from [20:02] so -generic means...? [20:02] eg, the kernel backport from xenial into trusty includes -lts-xenial [20:02] -generic is just the generic kernel [20:03] there's different types of kernels. [20:03] Sleaker: that is only true for LTS kernels [20:03] different kernel options turned on, etc. [20:03] leftyfb: it's true for non-lts. [20:03] don't the other ones just omit the '-lts' [20:03] so, does it make sense that I'm using linux-image-3.13.0-117-generic with xenial? [20:04] ash_workz: no, it's impossible. [20:04] :/ [20:04] it means you updated to trusty. then updated to xenial minus the kernel. [20:04] 3.13 is for 12.04, iirc [20:04] MonkeyDust: 3.13 is for trusty [20:04] !info linux-generic precise [20:05] linux-generic (source: linux-meta): Complete Generic Linux kernel. In component main, is optional. Version 3.2.0.126.141 (precise), package size 1 kB, installed size 34 kB [20:05] Sleaker: okay, so judging from the statement "3.13 is for trusty" implies that you could look up linux-image-3.13.0-117-generic using an apt command and spit out 'trusty' ? [20:06] Sleaker: also, if it's impossible to use linux-image-3.13.0-117-generic with xenial then how is it possible to update to "xenial minus the kernel" [20:06] ? [20:06] ash_workz: it's impossible in the sense that if you do a base install of xenial you can't have that kernel. [20:06] Sleaker: okay [20:06] it also means that someone tried to update your machine to xenial (since it's in your apt sources), but they didn't do it right or get all the way done with it. [20:07] or they just installed that kernel [20:07] which is possible [20:07] Sleaker: so firstly, what is the apt command that'll show me the kernel-distro correlation (distro = 'trusty' right?) [20:07] or they installed everything *but* the kernel. [20:08] ash_workz: you can't get it from apt. [20:08] also, could this have happened during a failed do-release-upgrade ? [20:08] you have to go lookup the what kernels were actually released for which versions. [20:08] Sleaker: okay, well, where can I get it from? [20:08] 3.13 was only every released in trusty, and then for HWE. [20:08] ash_workz: apt-cache policy ; you'll be able to see what repo it was installed from [20:09] hwe? [20:09] what about it? [20:09] what's that? [20:10] hardware enablement [20:10] hardware enabledment [20:10] er [20:10] yeah [20:10] leftyfb: I didn't see the repo with that command [20:10] ash_workz: what did you see? [20:10] linux-image-3.13.0-117-generic: [20:10] paste it to pastebin [20:10] Installed: 3.13.0-117.164 [20:10] Candidate: 3.13.0-117.164 [20:10] Version table: [20:10] paste it to pastebin [20:10] *** 3.13.0-117.164 100 [20:10] 100 /var/lib/dpkg/status [20:11] ash_workz: - https://wiki.ubuntu.com/Kernel/FAQ - for info on kernel versions and which release has them initially and then where it is backported to be available in. [20:11] so that kernel was either installed from a .deb manually (downloaded) or maybe like Sleaker said, you attempted some sort of upgrade but it didn't work and it was left there [20:11] and how long it's supposed. [20:11] supported* [20:11] ash_workz: when you're able to post here again (because you pasted too much. Use pastebin) what exactly are you trying to accomplish? [20:12] I think ash_workz had issues with installing more packages as they were investigating an issue and told to get sysdig for it. [20:12] my initial problem is that a psql randomly keeps spawning; the ppid's command is `-su` so I checked that, and it's ppid is 1; so I was told to use sysdig which won't install correctly [20:13] my suggested fix is to backup and reinstall. [20:13] ash_workz: it sounds like you have a pretty unstable installation [20:13] I agree [20:13] awesome [20:13] :\ [20:14] anyway, could this have happened from a failed do-release-upgrade? [20:14] ash_workz: mind you, this is being suggested because I do not think you currently possess the knowledge/experience to fix this situation and the amount of time it would take us to figure out your situation and walk you though fixing it is not worth anyones time [20:15] burn [20:15] it's not meant as a burn [20:15] ^ deeper burn [20:15] if you were able to fix this on your own, you wouldn't be here [20:16] it's fixable. You'd be surprised what is fixable. The question is, do you want to spend hours/days fixing it or maybe a half hour installing a fresh system that's up to date and functional [20:17] that depends on how bad the burn is the next time I'm in here [20:17] :p [20:18] but I mean I am surprised... I didn't think `do-release-upgrade` was something unreliable [20:18] live and learn [20:19] This is the first time you've had a bad upgrade? wow [20:23] yah I was going to mention that I thought do-release-upgrade was just generally unreliable. [20:24] do-release-upgrade always worked for me :-D [20:24] you must have a funny config, ash_workz [20:24] If you stick to default and don't customize anything, maybe it is reliable [20:25] oerheks: o/ [20:34] DArqueBishop: i installed the bot using the system provided python and it worked. thanks. [20:35] Nick---_: no problem. === maryo_ is now known as karthick === sorin-mihai_ is now known as sorin-mihai [21:02] hello [21:03] update-initramfs isn't adding plymouth, is there a package i may be missin? [21:03] missing* [21:35] err:mscoree:LoadLibraryShim error reading registry key for installroot [21:35] i get that when trying to install warframe. i am not trying to install as root [21:36] warframe sounds like a windows something, are you installing that with wine? [21:36] yes [21:37] i found install guides but cant find a fix for the error that works. when i do a dpkg-query it says wine is not installed but when i look at software app it shows it is installed..... [21:39] for wine issues, join the winehq channel, else see this game on steam http://store.steampowered.com/app/230410/Warframe/ [21:39] !wine [21:39] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [21:41] Hello is someone here please? [21:41] Please can someone read me? [21:41] thank you [21:42] dedze: We hear you. [21:42] I have a problem can you help me please? [21:42] dedze, just ask your question, there are lots of people here [21:42] It's so stressing [21:42] I'm being so paranoid maybe I dont know [21:43] I think my windows system was infected by a hacker [21:43] So I installed ubuntu a few days ago [21:43] dedze, easy on the enter please [21:44] dedze: Please try to explain your issue in one message. :) [21:44] And now I was on a random chat on a website (about go game), and a sentence that I had written on reddit was posted on the chat, I posted it unless I didn't [21:44] Is my ubuntu being hacked too? [21:45] I apologize for my 100 messages, with that thing with qatar im so stressed today [21:46] dedze: I would think that that is more like you accidentally pasted it in that chat. [21:46] I thought about that too, so I pressed ctrl + v and it was a youtube link [21:47] Are there other ways to paste it on ubuntu? [21:47] CTRL+SHIFT+V [21:47] if you're using terminal [21:48] dedze: middle click as well, on your mouse will paste whatever you last highlighted. [21:48] Hey guys. What's the oldest possible kernel you could run 16.04 on, anybody know? [21:49] Some gentoo documentation suggests it might be 2.6.39. [21:49] toresbe: Perhaps the question should be asked. What would this be for? [21:49] toresbe: Why dont you use a current kernel instead? [21:49] rypervenche: I have an oddball mini ITX embedded thing, with some custom hardware I want to reverse-engineer. [21:50] rypervenche: I've installed 16.04 on its IDE drive using a USB adapter. I get into GRUB, GRUB loads the kernel, then nothing for a few seconds before a reboot. [21:50] and what if the new kernels have already have the reverse engineered [21:51] and what is the processor of this device [21:51] rypervenche: omg thank you so much, it makes total sence because I pasted the sentence that I deleted before changed it [21:51] toresbe, unlikely that will run older kernels, try 14.04 ? still supported [21:51] oerheks: yeah, it's just that I've already installed 16.04 on this dog-slow drive :P want to try to salvage it + have a recent-ish userspace [21:51] dedze: Welcome to the wonderful world of Linux :) [21:52] kk4ewt: I don't know yet, because I can't read /proc/cpuinfo :) [21:52] theres a linux world?! Cool!!! [21:52] toresbe, you cant google the specs on the device? [21:53] kk4ewt: not at the level I need; it's a turnkey device. [21:53] rypervenche: thank you, btw for security, i did sudo ufw enable and I downloaded the updates of the system and downloaded noscript extension on firefox but I did all of that after a few hours of using the internet, should I do a fresh install just in case? I apologize so much, I'm so stressed out about everything [21:54] kk4ewt: it's a 1GHz VIA C7. [21:54] dedze: No, no need to reinstall. [21:57] I had one install of ubuntu that had sshd installed by default, and another that didnt for some reason. I installed the metapackage ssh, and about 5 or 6 packages came in with it including openssh-server, which I assume is the package that sets up the sshd.service for systemd right? I was playing with puppet and uninstalled ssh , and then openssh-server, to try to get puppet to redo it all. However, I cant seem to get my sshd.service back [21:57] for systemd? Any ideas? I have openssh-server installed , but there is now systemd files for it it seems? [21:57] no systemd files* === jackNemrod_ is now known as jackNemrod [22:06] anyone know what package is supposed to supply the systemd unit files for ssh? [22:07] stochastix: openssh-server, afaict [22:07] stochastix: it's ssh.service, fwiw [22:08] no, the server is sshd.service, i am looking at it in another system right here that does have it [22:08] stochastix: what version of ubuntu [22:08] I cant seem to get it back into this system here, after uninstalling it once and reinstalling it [22:08] 16.04 [22:09] stochastix: sshd.service is not a known file in 16.04, afaict [22:11] stochastix: apt-file or dpkg -S would help [22:11] I have sshd.service, ssh.service, and ssh.socket [22:11] nacc: yea, I have one box here with it working so i can try to figure out where it got it from [22:13] stochastix: i just checked apt-file on xenial and it doesn't find it -- i guess it could be generated, but it really is ssh.service for the server (on 16.04 and 17.04) [22:13] stochastix: ssh@.service does exist [22:13] It was there and working, before I uninstalled ssh [22:14] it is a fresh install too [22:14] hmm [22:14] stochastix: i just spun up a 16.04 container and it's not there [22:14] install the ssh sudo package once [22:14] stochastix: it == sshd.service [22:15] sorry, i mean metapacakge lol [22:16] stochastix: installed ssh, still no sshd.service [22:16] this is weird [22:16] stochastix: the ssh metapackage itself has basically no contents [22:16] I know, it installs openssh-client and openssh-server right? [22:16] Having a issue with Ubuntu 17,in vmware workstation. I have open-vm tools installed, but can not copy/paste between the two [22:17] ideas ? [22:17] I had a few other things get pulled in with it though [22:17] stochastix: yes, it just depends on those two packages (which might pull stuff in themselves) [22:17] stochastix: your server that has a sshd.service, what owns it? [22:17] how can I find out [22:18] stochastix: dpkg -S /lib/systemd/system/sshd.service [22:18] stochastix: presuming that is the file you are looking for [22:20] nacc: lol, i di an ls -la in /etc/systemd , and quiess what [22:20] sshd.service -> /lib/systemd/system/ssh.service [22:20] just a link lol [22:20] and it seems ssh.service should be in the system dir [22:20] stochastix: /etc/systemd should not have a service fil ein it [22:20] let me look for it on the other system that seems to be missing stuff [22:21] stochastix: that appears to be a generated file i think [22:22] nacc: well, this system that i am finding it on is not a brand new install, but i dont have a lot of things on it, but something I installed must have added it [22:22] stochastix: yeah -- was it possibly on 16.04 before 16.04 released? [22:22] stochastix: there might have been a bug at some point [22:23] nacc: however, like I said, on the new install, the very first time i installed the ssh metapackage, I believe the sshd.service showed up when I did systemctl ssh and tebbed a few times [22:23] I forgot the "start" but you get what i mean [22:24] stochastix: right, sshd.service is an alias to ssh.service I think [22:24] stochastix: in /etc/systemd/system (which i was saying was generated) [22:24] stochastix: (I think) [22:25] nacc: I made a mistake sorry. The sshd.service link was in /etc/systemd/system [22:26] but i dont have it on this one system, which has openssh-server installed [22:26] lib32-openal', 'lib32-libxml2', 'lib32-mpg123', 'lib32-giflib', 'lib32-libpng', and 'lib32-gnutls' what are the alts to these [22:26] stochastix: yeah, i think that's a generated, but i'm not sure [22:27] annihilator: alts? [22:27] i need to install them but it cannot find it [22:27] nacc: ok, I do have the service files for it in /lib/systemd/system [22:28] nacc: do you know of a way to get it to regenerate everything the way it would on a brand new install? [22:28] lib-opanal [22:28] stochastix: i'm not sure :/ [22:30] nacc: should i not be using apt-get or is that ok? [22:34] apt has a pretty progress bar :) [22:34] which is awesome :D [22:34] sudo apt update <-- is life [22:34] What's #ubuntu-unregged channel' [22:35] means you're not registered with freenode [22:35] Okay [22:36] another insteresting anomaly. I never go links to ssh.service and socket either, like I am supposed to, until i uninstalled it all, and it made the symlinks, but poined them at /dev/null [22:36] got* [22:37] anyone know if the update that was supposed to be released today for this bug is going to happen? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1691146 [22:37] Launchpad bug 1691146 in Kernel SRU Workflow "linux: 4.10.0-22.24 -proposed tracker" [Medium,In progress] [22:37] it was suppsoed to be released today [22:39] luis30: I thought you were patient? [22:39] https://askubuntu.com/questions/14328/where-can-i-look-up-my-update-history [22:39] luis30: you will not get the answer you're looking for here or anywhere else. You just need to wait [22:40] leftyfb, you have already given your input thanks [22:40] luis30: that is the input you are going to get [22:40] seth said it was going to be released i want to know what is going no [22:40] luis30: The ubuntu dev team will not post here when things will be released [22:41] this bug has been effecting 17.04 for months [22:41] yes, you stated that already [22:41] yes... [22:41] bye leftyfb [22:41] luis30: I already gave you your only 2 otions [22:41] please stop posting here about it [22:41] your on ignore [22:42] anyone know why this big fux has not been released today? [22:42] really? [22:42] luis30 ask in the dev channel [22:43] leftyfb, i hae no desure to hae the same conversatio we just had two hours ago you might i dont ...thanks for the input i thought i would try to get other input [22:43] thanks coffeeguy [22:43] how do i get mariadb / mysql started on ubuntu 16.04? [22:45] jnewt: sudo service mysql start [22:45] no systemctl? [22:46] jnewt: if you know that is an option, why ask how? [22:46] nacc: Thanks for your help, I was able to see what should be, and what was happening [22:48] because it doesn't work. i get this and didnt' know if it was the right command: Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details. [22:48] jnewt: did you follow what it said? [22:49] stochastix: np! [22:49] yeah, looking at the logs, things about determining permissions and tablespace must be writable and init function returned error and registration as a STORAGE ENGINE failed and several others [22:51] seems to be permission errors, tried running with sudo, same things [22:54] i forgot my root pass,, a sudo passwd root took care of that lol [22:55] http://pasted.co/5ff3db9b thats the journalctl -xe output after running with sudo [22:58] i found something on google about needing to disable selinux. is this necessary (link: http://www.itechlounge.net/2014/07/linux-mysql-innodb-operating-system-error-number-13-in-a-file-operation/) not sure if it applies to my setup [22:59] jnewt: no [22:59] jnewt: what version of mysql-server are you running? [23:00] jnewt: apt-cache policy mysql-server === jstein_ is now known as jstein [23:06] Hi, is there a Terms of Service I can view for Ubuntu Paste? [23:08] alternatively: We're building a service where diagnostics information will be sent to a pastebin service (right now we're instructing users to paste manually to Ubuntu Paste), I was wondering if automating paste creation is allowed) [23:09] tyteen4a03: you could use pastebinit [23:10] that posts to pastebin.ubuntu.com [23:10] leftyfb: this is for Windows so I'd probably need to reimplement the APIs; I was just wondering if this is allowed at all [23:11] not sure [23:11] tyteen4a03: you could probably contact the original maintainer of pastebinit: Rolf Leggewie [23:11] leftyfb: I was asking about if Ubuntu Paste allows automated paste uploads like this [23:11] the process is still user-triggered [23:13] tyteen4a03: yes, I understand. I'm saying, maybe contacting the maintainer of pastebinit which utilizes pastebin.ubuntu.com. They might be the best person to ask or they might be able to point you to the right person [23:13] will do, thanks [23:23] hi all, I need some help getting ubuntu to boot from a HDD install. I was having issue with BIOS telling me to "insert boot disk", so I ran Boot-Repair on an automatic recovery, but now it just boots to a blinking cursor, which is progress I guess! Any clues on how I can diagnose this please? [23:24] Meliorator: hard-drive failure? [23:25] I really doubt it, they are brand new [23:25] guys I have a A8 AMD processor CPU + GPU. Is there a way to use also the cores of the GPU? [23:25] manuf date: 2017-02-16 :p [23:25] Now I can only use the CPU cores... [23:27] I can boot to a live environment and read/write/etc no problem [23:27] I see no errors when I read over the boot and root partitions [23:27] (dd) [23:28] it's some grub weirdness [23:28] grubby gremlins lurking somewhere [23:30] guys someone? [23:30] can someone help me? I don't know how to make bot parts of the processor work [23:32] Cores of the GPU for what? [23:33] yes [23:34] I have an AMD processor which has 4 CPU processors and 6 GPU processors. Now I'm using only the 4 CPU processors and I don't know how to use the 10 GPU processors that de processor has. I don't know how to make the Ubuntu recognize this processors [23:35] Fenix_Peregrino: a GPU is not a general purpose compute unit, you cannot use it for arbitrary compute loads [23:37] Aginor: I understand, so what is the use of this 6 additional gpu cores thawt are integrated on the same processor as are the CPU cores? [23:37] Fenix_Peregrino: it's a graphics card [23:37] GPU == graphics processing unit [23:38] Well if the program can support IGE GPU workloads it'll take advantage of it [23:39] kenrin is right, but it's not something you can use to run arbitrary programs on [23:39] Right, mainly for gaming, and possibly autocad or designer programs with graphics processing [23:40] Aginor: I know this, but I don't use this as a graphic card I use a dedicate graphic card for graphics. May be I don't understand or Im'm not making my self clear [23:40] Aginir: this the type of processor I'm talkign about https://www.amd.com/en-us/products/processors/desktop/a-series-apu# [23:41] its a processor which gas CPU + GPU in one single processor, not separetly. You can use a dedicated card as I do if you wan't to [23:41] Aginor: the thing is I want to know how to use the processor at it's maxium capacity [23:44] You can't turn htose GPU cores into CPU cores for tasks though [23:45] I am stuggling with a permission issue, anyone have an idea how to fix? It is an NFS mount... https://bpaste.net/show/eef561d0499d [23:45] kenrin: perfect, so what are the use then?. How can I use them? [23:46] They can "work together" on some programs to boost processing. Very very limited, Like BOINC and similar things [23:48] kenrin: perfect, so are they usefull on another OS for example Windows?. Will they be use at their 100% on Windows for example?. I just wanna know, I've been investigating for quite a while... :( [23:48] Fenix_Peregrino: no [23:49] It looks like programs written in OpenCL can take advantage too [23:49] Aginor: perfect [23:49] But yeah for 99% of people those GPU cores would be useless with a dedicated GPU [23:50] kenrin: perfect. How can I know if this processors are more powerfull than my GPU? Is this likely? [23:51] Very unlikely unless you buy really cheap video cards [23:51] Fenix_Peregrino: most modern CPUs come with GPU cores for onboard graphics nowadays. This is to allow vendors to ship cheaper computers without a dedicated graphics controller, which is common in office/server scenarios. They are low performing compared to a dedicated graphics controller as they must share the same set of resources as the CPU [23:52] They are a useless feature if you rely on a dedicated graphics card and you're best off switching them off to save power (and heat) [23:53] Aginor: oh perfect, thank you for the aclaration it's really useful. Well so what graphic card will you recommend? I have a radeon of 2 GB GGDR3 === g2 is now known as g2[ATL] [23:54] Fenix_Peregrino: what is it you want to do? [23:55] Aginor: being honest just play typical game such as Lol or Dota2 at 60 FPS. [23:55] Your integrated could probably do that just fine === Chinesium is now known as Funk [23:56] kenrin: I have a dedicated card and I'm running at maxium Lol and I don't pass the 20 FPS :( [23:56] Well that game is CPU intensive [23:57] kenrin: do you think is the card or the CPU? [23:57] No idea what cpu or card you have. You just said A8 AMD, but I do know those are pretty low end processors [23:57] Like equivalent to core i3 [23:58] kenrin: they are very old [23:59] If I had to take a general guess, I'd say the RAM|CPU needs more than GPU for LoL [23:59] or maybe not [23:59] Aginor: yes I know :(. Well do you think a good graphic card will supply what my processor does not?