[00:00] lsb_release shows 14.04.5 as well [00:02] Greetings all [00:03] I'm looking for a php expert. I've install php 5.6 on Ubuntu 16.04. Is there a way to confirm if mbregex is enabled? And, if it is not, how do I enable it? [00:10] hi! is pacmanfan around? [00:13] transhuman: Enter into your client pacman ; if it autocompletes, yes the party is on-line - else not . [00:17] actually I figured he might have changed his handle [00:18] t3kg33k, make sure you have installed the mbsting module (i believe mbregex is part of it), $ sudo apt-get install php-mbstring [00:18] perhaps it might now be pacbard [00:19] iCherry I did install that module. So, mbregex is enabled by default when that module is installed? [00:19] t3kg33k, are you running this within a webserver like apache, or cli? [00:19] yes, apache [00:20] did you also install the apache php lib? [00:21] $ sudo apt-get install libapache2-mod-php [00:21] I don't think so. I installed apache, then installed php 5.6 with modules [00:22] libapache2-mod-php has the mbstring module built in [00:22] it looks as if I did install it [00:23] you can test if php works by doing the following: [00:23] iCherry, thanks a lot [00:23] echo "" > /var/www/html/index.php [00:23] I created a phpinfo file and it shows all the information [00:23] yep [00:23] that is the default document root for apache [00:24] I see the mbstring module, I just couldn't see the mbregex [00:24] mbregex is part of mbstring [00:24] you could also try this: [00:25] [00:26] iCherry From command line? Or, do I just add that to the php info file? [00:26] add it to a .php file [00:27] then go to the website and check if it works [00:30] iCherry the page does not load from that new file [00:31] oh sorry, my bad, try this: [00:31] [00:32] iCherry That worked. Thanks. Output is 'loaded' [00:33] t3kg33k, no problem === zenguy- is now known as zenguy [01:06] every now and then after 20 min or so; my ubuntu 16.04 laptop drops my bluetooth connection to my headphones and i have to reconnect [01:06] is this a known problem/ [01:10] arooni, sounds like a power saving feature is causing it. [01:12] helo I'm having trouble with my wifi. It's a ralink board. Anyone can telme a good wifi board that works fine in ubuntu? [01:12] i'm using ubuntu 16.04 [01:14] eremita, generally, anything with intel is well supported in Linux. Most of Atheros as well. Here is the support status for different ones: https://wireless.wiki.kernel.org/en/users/Drivers [01:15] apn: thanks [01:22] apn: way to disable that? [01:28] arooni, kind of. You will have to find out if it's bluetooth device, or port (like USB for instance) power management that does it. Then you can go to /sys to check power setting (/sys/bus/pci/devices/0000:00:00.0/power for instance) and change it from auto to on. [01:28] arooni, or you can use a tool like powertop to see if it can see it in tweaks. [01:37] Hey all, where can I get information on the preseed file syntax and possible options? [01:37] !preseed [01:42] DWSR: hi, https://help.ubuntu.com/lts/installation-guide/s390x/apb.html might help [01:44] glitsj16: That's helpful, thank you [01:45] DWSR: you're welcome, had it in my bookmarks === vimart is now known as Bischoop [02:36] what causes this error when restarting a network device: RTNETLINK answers: File exists [02:37] Don't use multiple default gateways [02:39] If you need to use a secondary gateway use a static route and you won't get that error. Make sure only one is in the interfaces file [02:42] https://gist.github.com/mnathani/b2c682a497406cd765b068134263468a [02:42] thats my /etc/network/interfaces [02:43] Ah ok, that is just the most common reason for it. Possibly the interface can't be stopped when it does the restart for some reason [02:44] If it detects it already up it will give that error as duplicate [02:45] ok, silly question... is there a simple calculator GUI I can install in ubuntu? similar to the microsoft one, I just type calc in the command box and it pops up, nothing fancy... [02:45] root@water:~# ifdown ens160 && ifup ens160 [02:45] ifdown: interface ens160 not configured [02:45] RTNETLINK answers: File exists [02:45] Failed to bring up ens160. [02:46] so, I should reboot? [02:47] Does it give the same error when you use the new IP tool ? [02:47] the nettools will be deprecated eventually [02:47] what new IP tool? [02:47] ip [02:47] as in: ip link set dev ens160 down [02:47] whats a sample command [02:47] ip link set dev ens160 down && ip link set dev ens160 up [02:47] like that? [02:47] ya [03:45] What does Ubuntu do to allow udisksctl to mount block devices without prompting for authentication? I'm trying to replicate the same thing on Debian Stretch. [03:52] Upgraded my Dell XPS 15 from 16.04 to 17.04 over the weekend. After the first restart it goes to a black screen with '/dev/sda1 clean ####/##### blocks'. The OS is started in the background since I can ssh into the box, but something is going on with X or a driver I think. I've tried installing, removing, and every combination of driver possible. I finally gave up this afternoon and upgraded to 17.10 hoping that would get me some [03:52] I can successfully boot to the console, but am unable to `startx`. I'm out of ideas so any advice is appreciated. [03:52] hi, support for ubuntu 16.10 was ended two night a go, and now i want to upgrade to 17.04. using sudo apt dist-upgrade... it says nothing is there to update! sudo apt do-release-upgrade shows No new release found! [03:52] what should i do now? [03:54] senaps: `sudo do-release-upgrade -d` [03:54] senaps: sorry, `sudo do-release-upgrade` no need for the `-d`. [03:55] yup that throws a no new release found too :( [03:56] senaps: open up Software & Updates. Under the `updates` tab select `notify me of new ubunt version:` and set it to `for any new version`. that should do it. [03:58] jerknextdoor: i have done that too! its on any new version. it prompted me 2 nights ago for a upgrade but i didn't have a stable connection so i clicked on tell me later! now it's not upgrading or showing the need for upgrade:( [04:23] if i only wanted to accept incoming ssh connections from other computers within my network and not outside of my router, is there a way I can enforce that on ubuntu? [04:25] snowkidind: You can try setting the listen address to be your local subnet. [04:25] snowkidind: Or you can configure the firewall to just allow connections to your machine from your local subnet. [04:25] oh ok [04:26] thanks ill dig a bit [04:49] hello everyone [04:50] I think I messed up my dns settings, I can't lookup anything [04:50] how can I reset it to default? [04:50] neither nslokup nor other internet applications work. nslookup server 8.8.8.8 works [04:50] also server 127.0.0.1 (dnscrypt) works just fine [04:51] but other than that nothing else works out side of nslookup [04:51] help please [04:53] campitor: well what did you do to cause the problem [04:53] Hello, I did a minimal install on my laptop. My integrated webcam doesn't seem to work. I have installed 'libv4l-0' and here is my demsg https://paste.debian.net/978006/ Also I don't have /dev/video present. [04:53] Ben64 : it is the funny part, I really don't know what got me here. === Jochen_wvdT is now known as Schlawiner [05:02] nope not working still [05:02] how can i force the whole os to only and only do ns lookup on 127.0.0.1:53 ? [05:02] and no where else? [05:03] campitor: you should really try to remember what you did [05:04] i really only set the dns setting for ethernet connection, nothing else [05:05] so unset that [05:05] i don't know why the system is persistent on usin 127.0.1.1:53 (Bind if I am not mistkaen) eventhough I am telling it to go for 127.0.0.1 [05:05] theres no difference between 127.0.1.1 and 127.0.0.1 [05:06] ok,, if no diff, why nslookup on server 127.0.1.1 times out, but it answers perfectly on 127.0.0.1 [05:06] it really doesn't work on 127.0.1.1 !!!! [05:06] you're going about this all wrong [05:06] how? [05:07] just unset the dns [05:07] clear the settings? [05:07] all of them? [05:07] yep [05:07] and it will lookup on my 127.0.0.1:53 ? auto? [05:07] ok [05:07] let me go for it [05:08] with no dns set for ethernet: server can't find www.google.com: REFUSED [05:08] !!! [05:08] now reboot [05:08] ok [05:09] 89ANI567 [05:10] oops wrong place for BIOS pass [05:10] LOL [05:14] Ben64 : Ben my man, now server 127.0.0.1 > www.google.com results in server can't find www.google.com: SERVFAIL [05:14] !! [05:14] yet dnscrypt-proxy reports successful proxying to the dnscrypt server [05:15] did I mess something up or is this normal [05:15] yeap working now [05:15] wrong server chosen [05:16] campitor: if you're going to pick a dns server, pick an actual dns server [05:16] what do you mean? [05:16] actual? [05:16] dnscrypt is pretty good, no? [05:17] oh dnscrypt [05:17] cause without it, I think anyone can easily send me to www.letmehackyou.com instead of www.google.com [05:17] not really [05:17] not just my isp, any one with access to my traffic [05:18] why not? [05:18] ssl [05:19] well, yes, google was just an example, even though stealing ssl certs from some websites is not that hard, to make a copy of them. but this is super easy to copy a site with no ssl [05:19] am i right? [05:19] most of ubuntu update servers use no ssl [05:19] for obvious reasons [05:20] I know there are signatures and certs in place [05:20] but still, if someone has the sigs and the keys, they might give you a faulty update [05:20] no? [05:22] YEAP WORKING LIKE A CHARM, thanks Ben64 [05:22] you awesome === Jochen_wvdT is now known as Schlawiner [05:44] http://imgur.com/gallery/F0UCN6D [06:00] If I recall correctly (it's been so long since I've done a fresh install) there is an optional package statistic reporting tool, are the aggregated results of that reporting available anywhere? [06:00] I'm specifically curious about percentages of users on 14.04 vs 16.04 and non-LTS releases [06:01] (which I imagine could be inferred from the package data) [06:03] Ademan: your on a server? [06:43] hi guys [06:43] I am trying to start using ubuntu [06:44] I have a HP laptop and was advised to get a 128gb flash drive and boot the ubuntu from the usb [06:44] someone mentioned that I would need empty "dvd" disk drives or something along with the usb [06:44] any idea what they are talking abou? [06:44] about? [06:46] USB-stick with 128GB capacity. Install Ubuntu on it. Boot from it. [06:46] jink! so I don't need to order anything other than the USB 128GB flash drive? [06:46] Order? [06:47] yes, they told me to order a USB flash drive [06:47] "they" ? [06:47] yes I was trying to get support from some people who already use ubuntu [06:47] but lost communication [06:48] and found this channel [06:48] #ketocaht [06:48] #ketochat [06:48] jink : do I need anything else to install and use ubuntu? === Mittens007 is now known as Mittens [06:49] If you want to try it out, using a USB-stick is a good option. If you want to install it, you can go with USB or DVD, whatever works for you. [06:50] jink: ohhh so I don't need that DVD thing whatever that is [06:50] jink: just use the USB stick for now okay? [06:50] they said something like, without DVD thing I won't be able to boot it proper === jackNemrod_ is now known as jackNemrod [06:50] I could be wrong tho, I got dced mid convo [06:51] https://tutorials.ubuntu.com/tutorial/try-ubuntu-before-you-install?_ga=2.76840597.1272931721.1500965406-1304707405.1500965406#0 [06:51] jink <3 thanks a lot [06:52] https://www.ubuntu.com/download/desktop [06:52] jink thanks. [06:53] I don't even know why it's necessary for me to keep windows10, and have two operating systems available [06:53] what is the benefit to that? [06:54] well I guess I can always download ubuntu directly onto my laptop [07:26] hi [07:26] may I ask some help, how to delete an installed theme [07:29] fixed it already by deleting local themes [07:30] jink! [07:30] hmm is imagemagick also installed on ubuntu? [07:30] it seems required by cups [07:30] (print driver stuff I think) [07:30] jink I heard back from them and found out why they ask u to purchase/order DVD disks!!! [07:30] are u there? [07:30] (I'm on lubuntu) [07:31] !info imagemagick [07:31] imagemagick (source: imagemagick): image manipulation programs -- binaries. In component main, is optional. Version 8:6.9.7.4+dfsg-3ubuntu1.2 (zesty), package size 13 kB, installed size 109 kB === jackNemrod_ is now known as jackNemrod [07:38] Mittens: You don't have to. You can burn your own. [07:39] Mittens: Unless you don't know what you're doing, but then maybe Ubuntu isn't for you. [07:40] jink: their reasoning was, because I'm downloading ubuntu onto the flashdrive, I can't burn the ISO on the flash, so I would need dvd cds to burn ISO on it [07:40] mittens try a different USB? [07:40] https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows?_ga=2.76962069.1272931721.1500965406-1304707405.1500965406#0 [07:40] jink: I'm not good with computah stuff, but people gotta start somewhere :S [07:41] Mittens: See that link. [07:41] cfhowlett: hmm, I guess u can, right? [07:42] this is so confusing. one ubuntu channel says I need the dvd cd [07:42] but then this is the main [07:42] shit. [07:44] There is no "THE dvd". You can burn your own. [07:44] Or you can go with USB, and flash it yourself. [07:45] You don't have to buy anything (except for a writable DVD or a USB-stick). === jackNemrod_ is now known as jackNemrod === Vampire0_ is now known as Vampire0 === r0Oter is now known as r00ter [08:13] Hi there! [08:34] My new external 4k monitor is not recognized as 4k on Ubuntu GNOME ASUS UX560. Only HD resolution. I confirmed it works with 4k on Windows. Seems my X or whatever there is in this distro is not behaving nicely. Help? [08:42] #freenode [08:51] I have a custom Ubuntu Live OS in a USB but it doesn't have a installer. Is there a way to install the same on a hard drive using set of commands from terminal ? === jstein_ is now known as jstein [09:12] ##illustrator === jackNemrod_ is now known as jackNemrod [10:01] Can someone think of a cursor size config I am missing.. I have changed the cursor size in ~/.config/gtk-3.0/settings.ini and in ~/.Xresources where else would I have to change? I am getting a very large cursor in a few different applications.. one QT application for example. [10:05] Kingsy, only certain cursos sizes are accepted, see this answer of dobey > "gsettings set org.gnome.desktop.interface cursor-size 48" https://askubuntu.com/questions/682641/change-mouse-pointer-size-in-ubuntu-15-04 [10:05] if that does not work, check out the theme installed?? those can be nasty too [10:05] e.g. with unity-tweak-tool [10:06] well I am using openbox [10:06] oerheks: if I use gsettings set org.gnome.desktop.interface cursor-size 48 it does absolutely nothing.. [10:08] maybe you need to logout/login again to take effect, i have no clue with openbox themes [10:08] oerheks: I am using lxappearance to set the cursor theme.. and I have tried alot of different ones [10:09] oerheks: no luck either. [10:09] let me try one more time [10:11] naa no good [10:11] its just so erratic [10:11] :-( [10:11] now its huge in xfce-terminal [10:11] (I changed the cursor theme in lxappearance) then logged oput and back in again [10:12] huge... 48 is huge indeed [10:14] ok adding 16 to ~/.config/gtk-3.0/settings.ini fixed xfce-terminal and chrome [10:15] oke, you determined the right config. [10:16] for the user, that is [10:16] well for xfce-terminal and chrome yes [10:16] but phpstorm for exampel is still shwoing a big big cursor [10:16] is there a settings.ini system wide? or another config I don't know about? [10:18] not in the /home/ folders, that would be in /usr/share/themes/ and /usr/share/icons/ [10:19] well those are the actual theme folders.. [10:20] the index.theme files don't contain anything about cursor size [10:20] hi [10:20] they just style the cursor right? [10:23] hmm yes, no settings there in a file, you would need dconf for that [10:24] I checked dconf [10:25] I couldnt see any settings for cursor size on there at all [10:25] unless I am being blind [10:26] nothing under unity of course.. given I am not using unity [10:26] that is where we started with, org.gnome.desktop.interface cursor-size 48 [10:27] but this theme and cursor thing is a mystery to me too [10:27] the cursor size is set to 16 on dconf. [10:27] the cursor theme is wrong... [10:29] ok corrected that but know that isnt going to make a differenc.e [10:29] hehe crazy to spend over a day trying to fix a cursor size [10:29] it's a link [10:30] woops wrong window [10:30] hehe damn I thought we had another chipping in :P [10:30] need all the help I can get at this point [10:42] Hello. Around every six or eight weeks our Ubuntu 16.04 LTS xrdp servers stop listening to port 3389 and no more logins are possible while all the old sessions are still running. [10:43] What could cause this? [10:43] Is there an internal "counter" that overflows after a certain amoutn of logins? [10:43] And how can I "refresh" xrdp without having to destroy all the old sessions? [10:43] old = currently running [10:50] vlt, in the /etc/xrdp/xrdp.ini perhaps, tcp_keepalive=[true|false] >> http://manpages.ubuntu.com/manpages/xenial/man5/xrdp.ini.5.html [10:51] one should destroy old sessions, they seem to be not-properly-closed [10:52] swear to god.. hahaha I am going to throw my computer out the windopw :P [10:54] vlt: if there was an internal counter which overflowsand someone here knows about it then it would likely be a known and reported bug in this soiftware, one you could search the web for. you're basically asking whether the unexpected functionality in a specific software is a bug. since you asked this before (i think several times actually?) and no one happened to know about this specific behaviour, it's quiote unlikely you'll rub into someone on [10:54] this linux distribution channel whoo knows this specific software's source code well enough to tell whether its a bug or intended behaviour. [10:54] *rub -> run [10:55] in fact i saw you post this question a couple times, people responded (mentioning your nickname) and you went silent. [10:55] if you specify the port static, you would reuse the old rdp session, it says https://askubuntu.com/questions/133343/how-do-i-set-up-xrdp-session-that-reuses-an-existing-session [10:56] ah,asking in multiple channel, and forget to read [10:56] ubottu, wipe my answer please. [10:56] oerheks: I am only a bot, please don't think I'm intelligent :) [10:59] maybe it'sa cron job ;) [11:02] cfhowlett sorry [11:02] http://i.imgur.com/PPtOJFw.png I mean I see this [11:02] if I remove imagemagick I'm afraid to break stuff [11:05] .aaand vlt went silent [11:06] vlc? [11:06] just use MPlayer [11:06] oh the user [11:10] hi [11:13] Kingsy: I came in after you stated your cursor issue, so I don't know what the actual problem is, but if the box isn't out of the window yet, you could go over https://wiki.archlinux.org/index.php/Cursor_themes to check if you missed something [11:16] I also came [11:22] <_8bits> What desktop tweaker are you using guys at the moment? [11:23] * qswz is on lubuntu [11:23] useless to poll, _8bits, unity-tweak-tool for unity, gnome-tweak-tool for gnome3 etc etc [11:23] well I'm off before being molested [11:23] glitsj16: yeah I have been through that wiki a few times. [11:23] cant spot anything I havnt tried [11:23] LxQT is going to be great [11:24] qswz, yes, waiting for 17.10 ... https://wiki.ubuntu.com/Lubuntu/LXQt [11:25] Kingsy: what cursor theme are you having trouble with? [11:26] glitsj16: all of them [11:26] yep [11:27] glitsj16: so the problem is on certain applications sucjh as keepassx or phpstorm the cursor is massive.. i'd say 3 times as big as it is when hovered over regular windows [11:28] this seems to be regardless of what cursor theme I have set. I am using lxappearance to set the theme (cursor and desktop) and I have openbox as my WM [11:29] Kingsy: have you specified Xcursor.size in ~/.Xresources? [11:30] yes I have Xcursor.size: 16 [11:30] thats the only thing in that file mind [11:31] Kingsy: you'd need to put in the theme you use as well in that file, Xcursor.theme:foo [11:32] Kingsy: use the exact same name you see in /usr/share/icons/default/index.theme on the inherits line [11:34] ok done [11:34] I will log out and back ina gain [11:35] glitsj16: ok I think this is the issue. On lxappearance the cursor theme I have selected is called "moblin" however that is not the cursor theme that is applied. [11:36] also the issue still remains. the cursor is huge on certain windows [11:36] so somehow lxappearance isnt actually changing the cursor theme. [11:36] Kingsy: what is set in /usr/share/icons/default/index.theme? not 'moblin'? [11:36] surely its not waiting for a cold reboot ? [11:37] it is yes Inherits=moblin [11:37] Kingsy: that would be odd, a re-login should do it [11:37] yeah just did that. [11:37] its so so strange. [11:37] its like I have some serious misconfig somewhere. [11:37] I wish I could just scrap it all and return to default somehow. [11:38] maybe you could, i'm not familiar with lxappearance, no reset to default option? [11:38] no :( [11:40] I also find it strasnge having to do this at all.. I have been using openbox for years and never had this issue [11:41] Can I create an SSH account that can run certain commands only, with no write permissions? [11:41] lxappearance also doesnt seem to be editing /usr/share/icons/default/index.theme its not changing when I change the cursor themem [11:42] Kingsy: do you have a symlink to the moblin theme in ~/.icons/default? [11:42] no index.theme is just a file owned by root. perhaps I should delete it [11:42] see if lxappearance makes one for me [11:43] Kingsy: i'm looking at https://bbs.archlinux.org/viewtopic.php?id=97229 [11:43] mzaza: sure [11:43] mzaza: that's why the execution bit and write bit are different [11:44] oh I lie --> lrwxrwxrwx 1 root root 32 Mar 7 16:49 index.theme -> /etc/alternatives/x-cursor-theme [11:45] warri0rr: I have a directory and files owned to user 'ubuntu' I want user 'dummy' to be able to run php artisan commands in the same directory but not write to any files. [11:46] warri0rr: Would you recommend using the default method for jailing SSH user or use Jailkit? [11:46] right I will update that via --> sudo update-alternatives --config x-cursor-theme [11:46] Kingsy: i forgot about the alternatives, if it isn't already complex enough lol [11:47] why are there no package contents available at https://packages.ubuntu.com/xenial/llvm-3.9 ? [11:48] ppf: there are, you need to follow the link at the bottom for your architecture --> list of files [11:50] ppf, always check the updates- part https://packages.ubuntu.com/xenial-updates/llvm-3.9 [11:50] it will give hte list of files, not the packages itself [11:52] oerheks: thanks! [11:52] glitsj16: tell me about it [11:52] so, essentially, xenial knows the package exists, but only xenial-updates has the contents? [11:55] glitsj16: I fixed it!!!!! [11:56] but I have no idea how...... :S [11:56] haha [11:56] Kingsy: haha, well, make a backup now you have it as you prefer [11:56] ppf, when xenial was released, it used llvm 3.8 iirc, so that is why there are no packageslists there i guess [11:57] Howdy folks [11:57] hello BluesKaj [11:57] that is why you always should look in updates on launchpad [11:57] oerheks: sounds alright [11:58] hi glitsj16 [11:58] glitsj16: I reverted everyhting to core [11:58] so its not running a theme. [11:58] but at least it works [11:58] totally right I will make a backup [11:59] Kingsy: nice catch, incredible how hard cursor themes are, i've had similar issues in other desktop environments [12:00] haha yeah. and also how ANNOYING it is when you have a cursor thats 3 times too big [12:00] :P [12:01] glitsj16: thankyou for your help! [12:02] Kingsy: no trouble, i just happenend to keep you motivated to try without throwing your box on to the pavement :p [12:02] oerheks: Thank you. The tcp_keepalive setting seems to be newer than in current LTS and I don't know exactly what it does. [12:02] haha yujp [12:02] I was on the cerge [12:03] verge* [12:05] tomreyn: Hi! Yes, I asked here a couple of times before. Propably every six to eight weeks when it happened again ;-) I'll try to search the logs for an answer I might have missed. Thank you :-) [12:07] oerheks: What does "one should destroy old sessions" mean? My "old sessions" are sessions people currently work in without problems. Or did you mean TCP session (if there's such a thing)? [12:08] old sessions as in your old session when it broke off without a kill signal. === jackNemrod_ is now known as jackNemrod [12:09] is this the right place to ask questions about using multistrap for ubuntu? [12:12] necrophcodr, sure, ask wait and see. [12:13] never used it myself, though [12:17] I'm using multistrap with this configuration: https://browse.dgit.debian.org/multistrap.git/tree/examples/trusty.conf?id=debian/2.2.8 [12:18] but it's simply getting stuck on [12:18] Setting up libselinux1:amd64 (2.2.2-1) ... [12:18] Does anyone know how to get past this? Or how to troubleshoot it? [12:18] I'm running it like this: [12:19] fakechroot fakeroot perl multistrap -f multistrap.conf -d . [12:28] selinux is not installed or enabled by default. We use apparmor by default. [12:28] oerheks: But (I think) I don't have any old sessions around everytime that happens. Any idea how to find out? [12:28] but if you want to, you can .. https://askubuntu.com/questions/481293/selinux-implementation-in-ubuntu [12:29] oerheks, i'm not asking for it to be installed either. does debian use selinux by default perhaps? [12:29] it's a dependency that's being pulled somehow. [12:29] necrophcodr, could well be, yes [12:30] vlt, your problem was a xrdp service crashing, not accepting new connections, so it is hard to find out why with such little info, one issue could be ports in use, and hardcoding the port, could fix that [12:31] oerheks: Ah, I see ... thanks! [12:35] it appears that it _does_ have it compiled in and depends upon it by default, even though it isn't enabled. [12:35] i guess i'll have to find a workaround somehow. [12:36] i could've sworn this wasn't a problem a couple months ago though [12:57] how to delete Google Drive Ocamlfuse from my device [12:58] how did you install it? [12:58] tomreyn: Hmmm ... unforunately in my logfiles I can't find a single answer to my xrdp problem I didn't answer. Can you point me to one? I really might have missed that then. [12:59] vlt: i'm not sure whether it logs to., i would check xorg.*.log*, syslog and dmesg at least. [13:00] tomreyn: Oh sorry, I referred to my *irc* logfiles. [13:01] tomreyn: Nothing in xorg.log (as X isn't involved at all here), nothing suspicious in syslog/dmesg or xrdp's sesman.log [13:01] vlt: one of the questions i asked you one of the lprevious times you asked your question is (roughly) "what's in your log files?" [13:02] have you tried to increase logging verbosity / enabling debug logging? [13:06] tomreyn: Not yet. I'll find out where to set that. Thanks! [13:06] apparently xrdp and sesman each have their own logging configurations. you may need to modifiy both [13:06] tomreyn: Is this also you? 2017-06-17 16:34:53 rictaslix vlt: Have you checked your xrdp logs? [13:06] whats the error message when a client tries to connect? can you connect to the srdp server port using netcat still? [13:07] vlt: thats not me [13:08] tomreyn: Ok, then I'm sorry for not having replied to you. (I suspect a netsplit because there's absolutely nothing in my own irc logs.) [13:08] * vlt checks how to increase logging verbosity [13:09] vlt: it is possible that someone else asked what i meant to ask and since you never responded did not actually ask more questions, sorry if that's so, can't find it on irclogs.ubuntu.com using a web search either. [13:12] anyways, looking forwards, the generic approach to find out why some service is not working is: get textual error messages and check the web for any of these, possibly combined with a generic descritption of this issue; check log files; increase log file verbosity, reproduce the issue, check log files; maybe try a newer version; run service through gdb, get backtrace by the time things fail, pass it to the software developers, ask for more [13:12] instructions. [13:13] that's not exactly applicable in all cases, but should usually work [13:13] vlt: ^ [13:15] tomreyn: Looking backwards for a last time: I hope I don't give the impression that I just want to demonstrate how wrong you are ;-) I was just deperately trying to find an answer in the irc logs I might have missed. I really appreciate your help! [13:17] * vlt increases logging (but also fires up standby xrdp servers to take over when this happens again in around six weeks :-D) [13:21] vlt: it's fine, it's just generally (i can't verify whether this was the case here) a little frustrating when you respond to people's questions and they never get back to you on it, then repost the same message again later. [13:21] but i appreciate the energy you put into ruling this out. [13:26] vlt: (only) if any of the xrdp / sesman processes actually fail (segfault) you should be able to capture core files (by default those are not written to disk but piped into apport). if you have debug symbols installed you'll be able to gather 'meaningfuly' core files which you can use to generate a backtrace of the crash which can be useful to the software developers as well as the ubuntu package maintainers in identifying the malfunction. [13:29] but indeed look into better logging first of all [13:32] tomreyn: My current check if everything is fine is a `watch "netsat -tulpen | grep 3389"` :-D Because everytime that problem occurs the process still is running (as well as the sessions of the already logged in users) but it stops listening to tcp 3389. And you're right: that's not a real _crash_ :-/ [13:32] netstat, even === jackNemrod_ is now known as jackNemrod [13:35] I have a problem with wifi, it stays connected but I cannot access the internet. Running 'sudo service network-manager restart' fixed it for a minute or so [13:36] how to delete Google Drive Ocamlfuse from my device [13:36] vlt: in case you would like to automate a workaround, better use 'lsof -i :3389' [13:37] how did you install it? [13:37] arunangshu: ^ [13:39] tomreyn: i followed this link "http://www.techrepublic.com/article/how-to-mount-your-google-drive-on-linux-with-google-drive-ocamlfuse/" === kostkon_ is now known as kostkon [13:39] tomreyn: Thank you! I had never used that. Why is this better? [13:41] tomreyn: Interestingly this return 11 more "ESTABLISHED" connections than currently logged in users. And that's 6 hours after server reboot. === jstein_ is now known as jstein [13:43] trijntje_: are you aware that PPAs are not supported? this article seems to miss this information. [13:44] Hello #ubuntu [13:44] sorry trijntje_ this wasnt for you [13:45] arunangshu: are you aware that PPAs are not supported? this article seems to miss this information. [13:45] arunangshu: this said, you may be able to uninstall it using: sudo ppa-purge ppa:alessandro-strada/ppa [13:46] vlt: lsof allows you to specify the specific port you want to look for, whereas the netstat + grep is very error prone [13:48] vlt: so connections remain in established state on the server whereas the client has since disconnected. this could be due to a software bug, or due to incorrect firewall configurations. [13:58] Hey, I have ubuntu 16.10 and I'm trying to update grub on /etc/grub...is that file ok or I need to update the one of grub 2 [13:58] I did the changes on the grub 1 file without any success [13:58] which makes me think that's not the file to edit [14:00] Hi, my mouse cursor changes (like from normal to pointer on hover a link) sometimes (not always) a little bit jerky/choppy. It's like can't decide the correct icon for a moment and try to display all icons in a glimpse of an eye. The position is also glitching on changes. What could be the reason? [14:02] tomreyn: I think I found the reason for the reaminig connections. Because there's no "shutdown client pc" button on the xrdp login screen users just switch off their client. The xfreerdp process there has no chance to properly close the connection. BUT: The next time someone uses this client, a new ESTABLISHED connection appears in lsof's output. No duplicates for client IP addresses. I don't suspect this as [14:02] a cause (for now). [14:02] *remaining [14:05] * vlt checks lsof on a machine with 30+ days uptime [14:05] vlt: i think that's what oerheks discussed earlier [14:07] Bingo! [14:08] There's a machine with 20+ ESTABLISHED connections to the very same IP address. [14:13] Hi all, if I want to use my Bluetooth headset to listen to music while running Ubuntu what kind of device do I need to tell Ubuntu it is? [14:15] https://help.ubuntu.com/community = Internal Server Error [14:16] i am trying to delete a app but getting this error "https://pastebin.com/qZd6Lugd" what to do please help [14:16] arunangshu: that link doesn't work [14:17] Katronix: For my Philips SHB4000 the Bluetooth device type on Ubuntu is 'Headset' [14:18] https://pastebin.com/qZd6Lugd [14:18] kunji, okay how do you tell the audio to use it then? (I'm using plasma if that makes a difference) [14:19] arunangshu, "Read-only file system" it seems your filesystem has errors or closed dirty, run fschk on boot to correct this [14:19] !fschk [14:19] !fsck [14:19] fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo touch /forcefsck && sudo shutdown -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [14:23] Hi all. Is there any repository for 17.04 with qt 5.9 packages? [14:23] ubottu: which cmd i should type [14:23] arunangshu: I am only a bot, please don't think I'm intelligent :) [14:24] ejay, have you checked launchpad ? [14:25] ejay, no, build it yourself > https://launchpad.net/ubuntu/+ppas?name_filter=qt [14:26] we are @ 5.7.1 now https://launchpad.net/qt [14:27] thanks guys [14:30] arun ubottu gives you 2 commands, to check and to skip a check. btw, ubuntu would show this filesck menu too when you boot normally, iirc [14:32] [14:32] Hi [14:32] GeorgesLeYeti: hi [14:33] Is it possible to "autocomplete" (when press tab) aliases in a terminal [14:34] GeorgesLeYeti, sure, most commands need 3 letters, or try with 2 letters [tab] and all possible combinations show up [14:35] oerheks, but it seems not to work [14:36] GeorgesLeYeti, instead of defining an alias, write a one line script and link it to /usr/local/bin [14:36] i am trying to delete an application but getting "https://pastebin.com/qZd6Lugd" this error please help [14:37] th0r, Didn't though about that. Ty for the advice [14:37] th0r: cause /usr/local/bin is already on the default path when you do echo $PATH [14:38] arunangshu: you were already given an answer and the next step you should be doing to troubleshoot [14:38] welcomeparty, right. I have a ~/bin, so I can edit the scripts as user. But I link them to /usr/local/bin so they are all in the path [14:38] !fsck arunangshu [14:38] !fsck | arunangshu [14:38] arunangshu: fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo touch /forcefsck && sudo shutdown -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [14:38] leftyfb: please guide me with proper cmd as i am new here [14:39] sudo touch /forcefsck && sudo shutdown -r now .. really that hard to read? [14:39] arunangshu: please follow the exact instructions just given to you [14:39] th0r: or u can define path urself [14:40] welcomeparty, your choice. I don't like to clutter up the path any more than necessary. [14:41] oerheks: but when u type reboot and system reboot cleanly, fsck always try to read from /etc/fstab right? thats the reason when u mess with the fs path, it wont boot up [14:41] th0r: sounds good. indeed, it depends on the choice [14:42] issuing "sudo touch /forcefsck" this command i am getting "touch: cannot touch '/forcefsck': Read-only file system" error [14:43] Hi - I accidentally ran "chown -R eater9 /" and now I can't do a damn thing. How can I fix it? I'm concerned that if I try to reboot into single-user mode it won't even boot because of ownership errors. [14:44] arunangshu: try: sudo mount -o remount,rw / ; sudo touch /forcefsck && sudo reboot [14:44] eater99999: you cannot. You will need to reinstall and restore from backup [14:44] leftyfb +1 mount -o remount,rw / and run it again [14:44] PS I am not a total idiot -- I was chowning a normal home subdir and a terminal bug was secretly mirroring my typing into a root shell [14:45] but this fsck should pop up anyway ... [14:45] eater99999, the -R did it all recursive, backup your data with a live iso and reinstall [14:45] well i got "mount: cannot remount /dev/sda5 read-write, is write-protected [14:45] touch: cannot touch '/forcefsck': Read-only file system [14:45] " [14:46] eater99999: unless you want to build an exact replica of your entire OS on another machine and go through each and every single file and fix the permissions on each and every one, there is absolutely nothing you can do to fix the OS. Reinstallation is your only option [14:46] arunangshu: write protected? Is this not installed on a regular hard drive? [14:47] sdcard with a flipmode ..? [14:47] that's my guess [14:47] or usb with a write-protect option [14:47] leftyfb: arghhhhh thanks [14:47] no i have installed it on my disk only [14:48] fix your partitions with a live iso then https://askubuntu.com/questions/251284/ubuntu-goes-into-read-only-mode-randomly === legend_ is now known as legend [14:49] it's more than likely a bad hard drive [14:49] @worksti somevar="$(/sbin/ip route|awk '/default/ { print $3 }')" [14:50] nothing to lose from trying to manually fix a bunch of executables' ownership while I'm booted from the live ISO ... I will report back [14:50] lol [14:51] fixing complete / ... [14:51] what was I going to do, get work done today? [14:51] eater99999: you do realize that might take you years right? [14:51] there are currently 1879805 files/directories on my system as an example [14:52] maybe not years [14:52] not certainly not in a day [14:53] well, I'll give up after a few hours if I haven't had any success, but I'm fantasizing that chowning /etc /usr/bin and such back to root will fix the most glaring issues? [14:53] nope [14:53] but good luck [14:53] it will be WAY quicker to reinstall [14:54] and less work [14:54] leftyfb: because a lot of system files have to be owned by specific system users, not root? [14:54] tons of treads , but quickest way would be backupdata and reinstall, https://askubuntu.com/questions/43621/what-if-i-accidentally-run-command-chmod-r-on-system-directories-etc [14:55] there are more groups than $USER and root.. [14:55] neat little ruby script in that link [14:57] oerheks: the groups and the permissions are still intact, it's just the primary ownership. I'm prepared to reinstall but I figure I'll try a little rechowning first [14:58] maybe that url is any help :-) [14:59] how to solve problem https://i.gyazo.com/29b54376bafef71b2d587cb4951a2018.png [14:59] yeah, maybe I can set up a clean system to use as a model [15:00] super fun [15:00] Al3xG0, explain what happens plese, that error is not in english [15:00] oerheks: you might be better off in #ubuntu-es [15:01] thanks guys; catch you later [15:01] running a program with the name @@BINARY@@ % ?? [15:01] yes [15:02] quick google says it is a vmware error? [15:02] oerheks sure [15:02] sure? [15:02] LoLz, ask vmware :-D === PaulW2U_ is now known as PaulW2U [15:19] <__Yiota> how do I put a long command in flock's -c ? [15:20] <__Yiota> I want to run a psql script [15:22] I just did an aptitude safe-upgrade, upgrading jenkins, and after jenkins upgrade I get a configure error because there's no java in PATH for startup script. Actually this safe-upgrade for some reason *removed* a number of java-related packages. [15:22] Any suggestions how to fix this? [15:24] checking with aptitude search I indeed seem to have no java packages now. [15:25] jenkins package weirdly seems to have no java dependency. [15:30] Looks like hand-(re)installing the java 8 jdk solves the problem, but I have no idea why apt decided it was appropriate to *remove* it.... === juboxi is now known as jubo2 [16:07] what's the off topic channel? [16:08] Can anybody answer my question. Where does ubuntu stores its runlevel value? [16:08] !runlevel [16:08] In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [16:08] !runlevel | pankaj [16:08] pankaj: please see above [16:09] !ot | epinky [16:09] epinky: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [16:09] ubottu: OK. So how does it related to /etc/init.d directory? [16:09] pankaj: I am only a bot, please don't think I'm intelligent :) [16:10] actually ubuntu now uses systemd, not upstart [16:10] ubottu: So, Is their any channel for finding deep info about Linux System? [16:10] pankaj: I am only a bot, please don't think I'm intelligent :) [16:11] guten nabend [16:12] pankaj: ubottu is just what it says, a bot. epinky had asked it to tell you about runlevels [16:12] !de | emanuel1205 [16:12] emanuel1205: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [16:12] pankaj: http://manpages.ubuntu.com/manpages/precise/man8/update-rc.d.8.html [16:12] epinky: Thanks for link. [16:13] pankaj: indeed update-rc.d is in between those, what are you trying to accomplish? === rax-Y is now known as rax- [16:14] epinky: I was reading about runlevels and it said that files for specific runlevels are specified in /etc/init.d like rcn.d (n is runlevel number). But in current Linux operating System it is not as I said. [16:15] 16.04 / systemd uses systemctl to change runlevel https://askubuntu.com/questions/788323/change-runlevel-on-16-04 [16:15] still, where runlevel is stored, i guess in memory, on disk there are only scripts. [16:15] epinky: Sorry. I just stambled between /etc and /etc/init.d/ . The directories are their in /etc. [16:15] pankaj: we use systemd for managing services now: https://www.linux.com/learn/understanding-and-using-systemd [16:18] oerheks: Is their any shortcut command so that I can change runlevel on fly? [16:18] hello guys, I'm looking at this page: http://www.freenas.org/freenas-vs-ubuntu-with-zfs-on-linux/ and it seems to suggest that there's a manually-installable GUI for Ubuntu, is that a package of some kind? [16:20] pankaj, no [16:20] devster31: a gui providing what? [16:20] oerheks: So, where is the file in ubuntu stored where I can change the runlevel. I do not want to change anything. Just see and confirm. [16:21] tomreyn administration functionalities for ZFS similar to FreeNAS, it is the freeNAS page [16:21] if you type 'runlevel' you get the answer [16:21] again: where runlevel is stored, i guess in memory, on disk there are only scripts. [16:22] devster31, freenas itself comes with a webgui [16:22] devster31: alright, i'm not aware of a ZFS administration GUI for ubuntu, but that does not mean anythnig, i never looked for one. [16:23] oerheks yes, I know, but it's not linux, it's based on FreeBSD, and I don't really want that [16:24] I was trying to replicate at least part of it on Ubuntu, the page I linked seemed like a good resource [16:24] oerheks: No, Sorry but I was talking about the text file where runlevel value is stored. [16:24] pankaj, there is no such file AFAIK [16:24] why? [16:25] oerheks: I thinks I was studying a book and I saw their the directory. I tried on computer and I found. But it was 2 to 3 days earlier and now I do not know that what was the name of the book and what was the name of file. === tarator85 is now known as tarator [16:40] What is the use of single user mode in linux. Why? [16:40] for admin/recovery purpose [16:43] I'm running ubuntu 16.04 server and trying to get mongodb installed but i keep running into an issue with libc6 not being the correct version and apt-cache doesn't seem to list any newer versinos than 2.19 [16:45] illmatix, odd, xenial updates gives 2.23 https://packages.ubuntu.com/xenial-updates/libc6 [16:45] yeah that's what i'm seeing on that page too. Not sure why my local updates and cache checks only list the other version [16:45] did you run sudo apt update && sudo apt full-upgrade # this might help [16:46] hrm.. full-upgrade vs upgrade? [16:46] if you run it, you still need to confirm, but it gives a list what might be held back [16:46] newer kernel? [16:46] lol nothing. [16:47] xenial comes with libc6 2.23 by default., if you have an older version currently it suggests a failed distribution upgrade or manually installed packages [16:48] oh actually, i must be on trusty so that's 14.04? [16:48] aii good find, tomreyn [16:48] what does this give? dpkg -l libc6; lsb_release -sd [16:48] yeah, trusty gives 2.19-0ubuntu6.13 [16:49] libc6:amd64 2.19-0ubuntu6.13 / Ubuntu 14.04.5 LTS [16:49] so yes it's always good to know what you're working with ;) [16:49] ahh okay that seems to be the limitation currently. Is there anyway to get a newer version without building manually? [16:49] hi. whel installing ubuntu I accidently removed the windows Bootloader partition now when using update-grub it does not detect win 10 [16:49] peyam_: do you have a windows cd? [16:50] illmatix: you can upgrade ubuntu [16:50] yes. but will not detect ubuntu. [16:50] tomreyn oerheks well thanks for the help. [16:50] building for mongodb 2.4.9-1ubuntu2 ?? such old version, i would not stick time in that .. [16:50] EriC^^, I have bootable USB [16:50] illmatix: don't try to increase the version number of libc6 on ubuntu 14.04, you will break your system. [16:50] haha oerheks alright sounds like i'll avoid a manual build [16:51] peyam_: great boot it and go to advanced > command prompt, and reinstall your bootloader according to the windows version and booting mode [16:51] peyam_: are you in ubuntu right now? [16:51] EriC^^, yes [16:52] peyam_: open a terminal and type "sudo parted -l | nc termview.me 9" it'll give you a link, paste it here [16:52] hey, is it normal that i cannot open links from snaps (specifcally the discord app) ? [16:53] http://termview.me/wpbk EriC^^ [16:55] peyam_: are you sure you removed the bootloader partition? [16:55] EriC^^, yes [16:55] W4RH4WK, yes, you need the xdg open plugin > sudo apt install snapd-xdg-open https://insights.ubuntu.com/2017/05/04/discord-is-now-available-as-a-snap-for-ubuntu-and-other-distributions/ [16:55] it's legacy not uefi and windows is on a totally different disk, not much space in the start of it that's unallocated [16:55] I removed all paritions in sda and replaced it with those you see EriC^^ [16:56] W4RH4WK, with that plugin, other snaps come alive too, i guess [16:56] peyam_: yes, where is windows now? [16:56] peyam_: oh sorry [16:56] EriC^^, yes. windows is on sdb. and I just created 170Gb for it. the rest is allocated! :) [16:57] peyam_: yes it's on 170gb out of 500gb [16:57] yes [16:58] peyam_: type "/join ##windows" here and ask them about the issue [16:58] hey guys, how do I found out which model bluetooth adapter I have [16:58] oerheks: i have snapd-xdg-open installed and xdg-open on the commandline works fine, any ideas? [16:59] W4RH4WK, nope, that was my only clue [16:59] oerheks: thank you anyway [17:06] Upgraded my XPS 15 from 16.04 to 17.04 over the weekend. After the first restart it goes to a black screen with '/dev/sda1 clean ####/##### blocks'. The OS is started in the background since I can ssh into the box, but something is going on with X or a driver I think. I've tried installing, removing, and every combination of driver possible. I finally gave up this afternoon and upgraded to 17.10 hoping that would get me somewhere [17:06] I can successfully boot to the console, but am unable to `startx`. I'm out of ideas so any advice is appreciated. [17:12] !nvidia | jerknextdoor [17:12] jerknextdoor: For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » === jstein_ is now known as jstein [17:23] hi, i recently updated 14.04.05 LTS and can no longer login. I've tried reinstalling ubuntu-desktop. installing gnome and lubuntu. renaming .Xauthority etcetera. but no luck, any ideas? [17:24] linux-phaedrus: As I said, I've tried most every driver combination possible. I still get the same result. I cannot start X. [17:25] oerheks: What is the use of single user mode and why and when does kernel use it. Can you please give an example. [17:25] spearthistle: At the login screen, what results with key combo crl+alt+F1 ? Can you log into the system here ? [17:26] Bashin-om: aye, i can get to console screen? [17:26] pankaj, to reset the password of root-account, would be one. [17:27] spearthistle: Next up is a graphics driver . what shows ' sudo lshw -C display ' ? unclaimed ? and what driver is shown on the configuration line ? [17:29] OK. So, I will do it practically ones. What is the difference between runlevel 2 and 3? [17:29] Bashing-om: i briefly see "PCI (sysfs)" then it goes back to root prompt? [17:31] good evening. My Computer (Kubuntu 16 LTS) keeps freezing, i can't even go to command line (strg+alt+f1), it doesn't do anything. Which log-files could help here? [17:32] spearthistle: Ouch, New situation to me . See what we can find out . Pastebin: ' cat /var/log/gpu-manager.log | nc termbin.com 9999 ' . [17:32] oerheks: OK. So, I will do it practically ones. What is the difference between runlevel 2 and 3? [17:32] !runlevels [17:32] In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [17:33] but you are given enough documentation to answer that [17:33] Hm, needs updating to reflect default is now systemd [17:34] oerheks: Looks like we need to update the factoid to systemd :) [17:34] Bashing-om: no such file or directory. use netcat? [17:34] ;) [17:34] spearthistle, lspci -k | grep -EA2 'VGA|3D' [17:34] genii, indeed, this answer is pretty selfexplaining with systemctl https://askubuntu.com/a/788465 [17:36] ioria: pcilib: Cannot open /proc/bus/pci lspci: Cannot find any working access method? [17:37] spearthistle, are you root ? [17:37] ioria: logged in as root. [17:37] spearthistle, why ? are you in recovery mode ? [17:38] ioria: i don't think so. i just did ctrl-alt-2 to get to a console screen, then logged in as root? === foddo is now known as ExtraNicc [17:38] spearthistle, can you exit and normally log in again ? [17:39] ioria: yes, I can exit, then log back in as root or spearthistle if necessary? [17:39] spearthistle, as you user [17:39] * === ExtraNicc is now known as foddo [17:40] ioria: yes, as spearthistle. ran the same lspci command and got same error? [17:40] spearthistle, uname -r [17:41] ioria: 3.10.18 [17:41] spearthistle, cat /etc/issue [17:41] ioria: Ubuntu 14.04.5 LTS [17:41] spearthistle, i don't think so ....:þ [17:42] spearthistle, ls /boot [17:42] spearthistle, paste it, please [17:42] ioria: NULL or nothing returned. [17:42] spearthistle, there is no 3.10 kern on trusty === MikeSee3 is now known as MikeSee [17:43] spearthistle, really idk that are you running atm [17:43] ioria: if I may explain a little. this is a non-standard install. a chrubuntu install on a chromebook tegra K1 (armhf). i made the mistake of including backports and cutting edge stuff. after an update this problem surfaced? [17:44] spearthistle, i'am sure about that [17:44] pavucontrol [17:44] pavucontrol: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgiomm-2.4.so.1: undefined symbol: _ZN4Glib11VariantTypeD1Ev [17:44] whats solve problem? [17:44] Hi everyone. We recently updated to 4.10.0-27-generic, and since we've found a whole bunch uninteruptable processes popping up across the esate. It seems to be related to our cron.daily being run, although there is nothing present in that folder. Our setup is a little complicated (kubernetes/docker) so without going into the details, Im looking into advice on how i can investigate this further myself? For example I have one server with over 400 [17:44] processes in an uninteruptable state. "root 128249 0.0 0.0 44004 2560 ? D 05:17 0:00 /usr/sbin/CRON -f" [17:45] ioria: the chubuntu script might be able to install 12.04 LTS, maybe that a safer option, but 14.04 has been running in this non-standard state for a while? [17:46] ioria: what does "really idk" mean? [17:46] spearthistle, I don't know [17:47] ioria: okay, so the safer option might be a chrubuntu install of 12.04? I was really pleased with the 14.04 install because all tegra K1 drivers were working (4.4 openGL and fishGL at 50fps). [17:48] chrubuntu is not an official supported ubuntu thingy [17:48] oerheks: thingy ma-jig? [17:49] ChrUbuntu is no longer maintained (after 2014) too [17:49] Hey all, I'm trying to generate a Ubuntu 16.04 Hyper-V VM using Packer. I'm following this guide: http://kappataumu.com/articles/creating-an-Ubuntu-VM-with-packer.html and adjusting for Hyper-V. I can generally get it to work, my only problem is that the grub command that is listed there isn't working for 16.04. When manually trying to boot from Grub CLI, I'm getting `command not found: /install/vmlinuz` even though `ls /install` show [17:49] shed some light on this* [17:50] oerheks: okay, might have to sell the hardware then :( [17:50] My Computer (Kubuntu 16 LTS) keeps freezing. [17:50] In syslog, i've found strange lines about my nvidia card: "Pinguin kernel: [ 9365.468112] NVRM: Xid (PCI:0000:01:00): 79, GPU has fallen off the bus" - what can i do now? [17:51] spearthistle, stick to crouton, i guess. [17:52] oerheks: crouton sucks... :P [17:54] Hi , I want install all available libraries for wine, How I can do that ? [17:55] all: thanks for trying... i might just risk a reinstall of non-standard 14.04 and limp on with crutches! [17:57] pavucontrol: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgiomm-2.4.so.1: undefined symbol: _ZN4Glib11VariantTypeD1Ev how to solve error? [17:58] someone_, there is winetricks, playonlinux and the wineHQ database for help, oh and they have a channel too [17:58] !wine [17:58] 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 [18:00] oerheks how to remove symbol lookup ? [18:00] ubuntu 16 [18:00] thanks [18:00] i create "echo /usr/lib/vmware/lib/libglibmm-2.4.so.1 | sudo tee -a /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf" [18:01] I do not know how to remove it now. [18:01] Bundestrojaner: Are you running the open source driver, nouveau ? I found I had to run the proprietary driver to stop my freezes . [18:05] Bashing-om: i'm running the proprietary [18:07] Bundestrojaner: What version driver ( nother thought ) ' dpkg -l | grep -i nvidia ' ? [18:07] Al3xG0, ah, vmware. all you need to do is extend your vmware path .. https://askubuntu.com/a/698806 [18:09] Al3xG0, or clean out librarypath.conf https://bugs.launchpad.net/ubuntu/+source/pavucontrol/+bug/1530554/comments/4 [18:09] Launchpad bug 1530554 in pavucontrol (Ubuntu) "pavucontrol (pavucontrol_3.0-3build1_amd64.deb) not run: " [Undecided,Invalid] [18:15] Bashing-om: 375.66 [18:17] I know that I did something stupid. I was running ubuntu server in vmware and changes /etc/init/rc-sysinit.conf file's default runlevel to 0. ANd now my ubuntu server starts but do not start as was expected. Is their any solution for this? [18:19] those questions are beginning to sound a lot like a homework assignment [18:20] Bundestrojaner: See: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-375/+bug/1662860 . See if the fix applies . Be aware the sylinks break at each driver update . I am undecided what to do about breaking the symlinks . [18:20] Launchpad bug 1662860 in nvidia-graphics-drivers-375 (Ubuntu) "/sbin/ldconfig.real: /usr/lib/nvidia-375/libEGL.so.1 is not a symbolic link" [High,Confirmed] [18:20] Bashing-om: thx!!! [18:22] Bundestrojaner: It just looks related . could be . Be a good thing though to do the symlinks anyway . A pain to keep current . [18:22] Bashing-om: i'm just reading, but how is it related? i don't get errors at installing, i have random freezes of my system [18:24] Bundestrojaner: Freezes are tough to identify . As is now maybe binaries won't know where to find their library files ? [18:25] Bashing-om: The error in syslog is: "NVRM: Xid (PCI:0000:01:00): 79, GPU has fallen off the bus.", doesn't look like a symlink-problem for me === KindTwo is now known as KindOne [18:34] burroughs: Blundering along : https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/733374 post #70 ?? . [18:34] Launchpad bug 733374 in nvidia-graphics-drivers (Ubuntu) "X freeze, nvidia-current, Ubuntu 11.04 Maverick GeForce 9600GT" [Undecided,Invalid] === JanC_ is now known as JanC [19:02] how come this command seems to take forever in my home directory (there arent that many files htere) ls --group-directories-first --time-style=+"%m.%d.%Y %H:%M" --color=auto -F ;; ubuntu 16.04 [19:05] ls -ls [19:07] GoodEvening #ubuntu.. i have a ton of zips i can not extract in one shot.. have to do it one by one.. just why :\ [19:07] arooni, even " ls -la --group-directories-first --time-style=+"%m.%d.%Y %H:%M" --color=auto -F " runs like a charm [19:09] nevermind -- it was because i had a network drive that was unavailable and symlinked from home directotry [19:09] i unmounted it and everything is great again [19:09] ai, good find :-D [19:10] well it wasnt my idea; was googling around [19:10] :P [19:12] i was wondering what was going on; i didnt put a SSD in this laptop for nothing haha [19:12] Hello friends. I currently messed with my vmware ubuntu server. Can anybody tell me a way so that I can configure its filesystem because I know the error. [19:14] pankaj: Pastebin the error . Then pehaps someone here can point you in the right direction . [19:15] Bashing-om, I bet the pastebin doesn't show [19:15] Bashing-om: Actually the thing is that I changed the DEFAULT_RUNLEVEL to 0 in /etc/init.d/rc-sysinit.conf [19:16] Bashing-om: So, as I get in the virtual machine shuts down quickly. [19:18] pankaj: As I do not know alternate means to access a vm station, others here will have jump in to assist . [19:22] pankaj, that file should be in /etc/init not in in /etc/init.d === steven- is now known as steven [19:23] lolz @ ioria you catched the troll [19:24] ^_^ [19:24] doing his homework i guess [19:25] Howdy folks. I hope this is the right place for a quick question. Anybody have a suggestion for software I can use to make simple edits to the text of a PDF file? Libreoffice Draw breaks most of the formatting for me. [19:30] !pdf [19:30] The Portable Document Format is created by Adobe; PDF files are viewable in Ubuntu with Xpdf, Okular, Evince and also Adobe Reader (free download, but closed source) [19:31] too bad, instant gratification loses again [19:31] Uname -r, Im looking for one I had about a week ago beofre i did a clean install on my system [19:31] ^ gone [19:31] thx [19:32] kami, integrated with google drive is pretty good (though not ubuntu specific) [19:33] thebwt, I normally use Dochub ... but there was ne native to the system that did more of what I need like annotations, highlighting, etc [19:34] just can remember for the life of me what it was now and I spent half the day trying alternatives :P [19:35] good luck in your search :) [19:35] :) [19:39] hello i could use some help... i am running ubuntu in vmware. i have open-vm-tools etc installed. the tools work if i'm in unity, but if i switch WMs (to spectrwm) then the usual tools and stuff like resizing the window don't work right [19:39] any idea what that's about? [19:44] I don't know at all, but my hunch leans towards it only works with gnome based WMs. [19:45] If I have three cronjobs that all run at the same time, say * * * * *; will they be run in any particular order by crond, or just in the order they are in the crontab? [19:46] yeah i don't doubt gnome is involved somehow [19:46] but i don't know how to proceed [19:46] MikeSee, https://askubuntu.com/questions/143666/in-what-order-do-cron-jobs-with-the-same-schedule-run [19:46] beautiful, thanks :) [19:47] wooster: may just need to rerun xrandr with flags to resize the system manually [19:47] ah, just as I suspected, a wrapper bash to ensure order, or &&'s Thanks ioria . [19:48] MikeSee, you're welcome [19:48] "rerun xrandr with flags" what's xrandr? what flags? [19:49] Hi, I'm having serious problems after upgrading the kernal to 4.10.0-27-generic. You can see the problem by installing Docker version 1.12.6. and doing `docker run phusion/baseimage sleep 10000`. After doing this, any attempt to cat/modify the `/etc/crontab` file in the container causes the system to hang. Every attempt to run cron.hourly, causes more and more uninteruptable process that cannot be cleaned up. This prevents docker from being able to [19:49] do docker stop/kill. [19:50] Anyhelp, advice would be hugely appreciated. Doing this exact same thing on kernel 4.4 works without any problems. We've seen this across about 100 nodes, so it's pretty consistent. [19:51] Where are ubuntu log files stored. I checked /etc/syslog.conf file but it was not there? [19:52] In /var/log ? Is that what you mean? [19:52] hi folks, i am wondering if there is a way to fix a locked logon screen via the tty terminal? [19:53] this only happens sometimes when i wake the computer from sleeping, that the login ox won't appear [19:53] using linux mint cinnamon [19:53] !mint | polyarchive_ [19:53] polyarchive_: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [19:54] i was in the linux mint channel but they referred me here [19:54] tomreyn: I'm using ubuntu ubuntu :) [19:54] !mint [19:54] The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [19:54] pankaj: the default system logging daemon on ubuntu is rsyslog, its configuration is stored in /etc/rsyslog* [19:54] balooo: I mean /var/log/syslog.conf [19:55] any ideas, why 4.10.0-27 kernel might be causing cron to go crazy in containers ? :) [19:55] hi, what is the proper way to get Firefox Devepoper Edition on Ubuntu ? [19:55] polyarchive_: Were you on the spotchat network mint channel, or the one here on freenode? [19:55] ( because spotchat is the official one) [19:55] spotchat [19:56] Actually, maybe a more useful question for here is, is there a guide/instructions I can read to learn how to downgrade the kernel from 4.10 to 4.8 [19:56] balooo: the most relevant thing i know about docker is that i dont want to use it [19:56] do you know anything about downgrading :) [19:56] tomreyn: OK. [19:56] yes, that it is not supported [19:56] wooster: sorry don't recall, been a long tme since I used linux on a desktop. [19:57] tomreyn: heh, really? If that's the case, it's good for me to know. Are there any reference on that? [19:57] ic [19:58] balooo: may find luck with lts kernel vs hwe kernel [19:58] not sure of those versions, but that sounds like a workable avenue [19:58] balooo: oh you mean just the kernel, not the ubuntu release, i had not read the other line. [19:59] how would you kill a locked logon screen in ubuntu? [19:59] balooo: you should be able to downgrade packages by installing a specific version [20:00] balooo: besides the apt-get man pages, this also discusses the process of downgrading a given package to a given package version https://askubuntu.com/questions/138284/how-to-downgrade-a-package-via-apt-get [20:01] thanks for that. [20:01] polyarchive_: if you can switch to another tty with ctrl-alt-f5 or something, you can login on the cli and restart the lightdm service or wahtever your login manager is [20:02] thanks -- is there a way to see what my login manager in tty? [20:03] polyarchive_: your question seems incomplete. [20:03] he wants to confirm the name of his login manager via the command line [20:04] it should be in `ps aux`, try `ps aux | grep light` and see if lightdm comes up [20:04] lightdm, gdm, not sure for kde [20:05] mint uses something else with cinnamon, right? [20:05] * thebwt shrugs [20:05] tomreyn: do you know if it's possible to install a specific version of linux-generic-hwe-16.04 ? [20:05] grep light returns grep --color=auto light [20:06] hmm, then it's not that [20:06] polyarchive_: look to where /etc/systemd/system/display-manager.service is symlinked [20:06] balooo: if you have more than one available, you should be able to. maybe state what you are specifically trying to do including the source and target package versions [20:06] grep login returned a few things.... /bin/login -- and /usr/bin/gnome-keyring-daemon --daemonize --login [20:07] do any of those sound right? [20:07] see what glitsj16 said [20:07] and actually, if that works then I think `systemctl restart display-manager` would do it [20:07] which that's really really cool [20:11] tomreyn: sure. I am trying to get back 4.4.0-77-generic from 4.10.0-27-generic. When i look at the apt history.log all i see is: apt installing linux-generic-hwe-16.04 which brings in linux-headers-4.10.0-27-generic and linux-image-generic-hwe-16.04:amd64 and a few more others. So I was trying to find a package i could install that would manage all those dependencies, allowing me to just go back to what it was, i.e. 4.4.0-77. I'm just not sure how [20:11] to look if old packages exist [20:11] glitsj16 -- thanks for the tip -- how do i do that? [20:11] i need very literal directions, i am quite new to linux [20:11] :/ [20:11] polyarchive_: you jsut want to restart it right? [20:12] Hi [20:12] if so, all you should need to do, no matter what dm you use, is run `systemctl restart display-manager` [20:12] polyarchive_: ls -l /etc/systemd/system/display-manager.service .. and look at the service name it refers to at the end of the result [20:12] anyone using Virtualbox? [20:13] god no [20:13] no oracle products for me [20:13] I'm facing an issue [20:13] what do you recommend for VMs? [20:13] yayyy that worked thebwt!! [20:13] thanks! [20:13] polyarchive_: np [20:14] Hello everyone [20:14] I have a small question. Is there any hotkey to move the windows between screens? [20:15] balooo: so basically you want to get back from the HWE kernel to the default kernel in 16.04 LTS, i would think [20:16] !hwe [20:16] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [20:18] balooo: if that's so, you can just: sudo apt-get update && sudo apt-get install linux-image-generic; sudo apt-get purge linux-image-generic-hwe-16.04; sudo apt-get --purge autoremove [20:19] how do i modify set viminfo=%,<1000,'10,/50,:100,h,f1,n~/.viminfo to include marks !@#$%^&* ? [20:19] oops wrong chan [20:19] balooo: if you have headers installed, you may want to do the same there. [20:23] hello! I create user X with home at /home/X. Then I create a user Y with home /home/X and added Y to group X. But Y still not been capable to write into X root [20:25] jscatala, make sure the group has write permissions, once you make sure you want to do this [20:26] th0r: if I do ls -l all files have X X [20:26] jscatala, to the right of all that.....(drwxrrwxrwx) those are read,write, and execute permissions for user,group,world [20:27] jscatala, the other right....the left most column [20:28] th0r: -rwxrwx--- [20:28] tomreyn: So installing the 4.8 linux headers package also seems to have resolved the problems. I'm just not sure if that has any other impacts, or if that's a relatively safe change as it's additive. Do you know/have any views on that? So to leave it on 4.10.0-27 and just install linux-headers.4.8 ? [20:28] th0r: this is enought [20:29] jscatala, then the group should be able to write to that file [20:29] jscatala, for a file, a directory should say drwxrwx--- [20:29] th0r: if I check /etc/group I get X:...:Y [20:30] jscatala, never looked there....not sure what it should say/ [20:30] th0r: sudo chmod a+d pwd ? [20:30] jscatala, no....that is a bad idea I think [20:30] jscatala, what are you trying to do? [20:33] balooo: which ubuntu release are you working on? [20:34] balooo: kernel 4.8 is not available as an official / supported package for ubuntu 16.04 at this time. so you must have gotten this from elsewhere or built it yourself? [20:34] that's if you are on ubuntu 16.04 [20:35] balooo: so far my understanding was that you would like to downgrade from 4.10 (HWE kernel) to 4.4 (default 16.04 kernel), now how does 4.8 get into play there? [20:36] tomreyn: no, we need HWE for some aws specific capabilities. According to https://wiki.ubuntu.com/Kernel/Support?action=AttachFile&do=view&target=16.04.x+Ubuntu+Kernel+Support+Schedule.svg there should be a 16.04.2 (v4.8) HWE package available, or at least there was a some time. [20:36] I just don't know how/where to find it. [20:37] I'd be happy to move to HWE 4.4 as well [20:40] hi, I was just in the process of upgrading from 14.04 to 16.04. I ran in to a problem when i guess it was updating the kernel and my /boot partition was out of space. I since tried to do a clean up like i've done in the past but everytime i try to continue the process it seems to add those images back into the directory. Any ideas how i can do this properly? [20:41] balooo: which ubuntu release do you run there? [20:42] lsb_release -sd [20:42] Ubuntu 16.04.2 LTS [20:42] yeay [20:44] Noone knows how to move windows between screens? [20:45] Dbugger, I just drag the window from one to the other [20:45] Dbugger: https://askubuntu.com/questions/141752/keyboard-shortcut-to-move-windows-between-monitors has a few options [20:45] rightclick on window > move to workspace [20:45] or hold winkey for all shortcuts [20:45] Dbugger: can't you right click the panel tab and choose that [20:46] th0r, Id like a key combination, so that I can be faster than with the mouse [20:46] glitsj16, that is a question from 2012. Did it even use Unity? [20:47] SimonNL, I would like to be able to do it without touching the mouse [20:47] balooo: then your choice is between (a) 16.04.0's default (GA) kernel version 4.4, specifically 4.4.0-21 currently, (b) the HWE kernel, currently 4.10.0-27, and (c) the HWE 'edge' kernel, currently 4.10.0-26 [20:47] oerheks, I do not what to move it to another workspace. I want to move it to another SCREEN [20:47] I have 3 monitors at home [20:48] Dbugger: yes, unity as a compiz plugin is still able to use what's on that page, and there's desktop-environment neutral tips as well [20:49] balooo: the meta packages linux-image-generic, linux-image-generic-hwe-16.04 and linux-image-generic-hwe-16.04-edge allow you to install these easily. [20:53] How do I get pam to ignore expired password. I want the password to be able to expire, but a cron job needs to continue running. [20:54] Dbugger, with compiz manager you can, and choose a personal shortcut http://www.arj.no/2017/01/03/move-windows-ubuntu/ [20:54] enable 'put' , and configure it === JoseeAntonioR is now known as jose [20:58] how can i make space on /boot when trying to finish off a upgrade from 14 to 16 lst when the apt install -f recreates the 3.13.0-x initrd.img-3.13.0.-x-generic and prevents the new kernel from finishing up [21:00] tomreyn: is there no way for me to go back to the HWE kernel 4.4.0-77-generic? [21:00] 4.4 isn't HWE [21:00] illmatix: have you tried purging unneeded kernels + header packages *before* starting the upgrade? [21:01] glitsj16: well the examples i've seen mention different file names then what i'm seeing in /boot. [21:01] glitsj16: this is a vm on our internal server so i'm not sure if the names differe for that [21:01] Hey all, I'm trying to do an unattended installation of Ubuntu 16.04 via Packer on Hyper-V. When I boot into the Ubuntu installer, it reads my preseed file, but tells me that the CDROM for installation can't be found and then the VM freezes. Is there any way that I can enable additional logging or feedback? [21:02] Preseed file and Packer template can be found here: https://gist.github.com/DWSR/2d89bc8ca8eb969b4147991eb982cf3f [21:03] illmatix: focus on what's in your /boot, there's no difference in package names what apt (the package manager) is concerned [21:07] glitsj16: well doing a purge on the images that get recreated returns package not found. the names i'm trying to clean is initrd.img-3.13.0-x-generic [21:07] When I plug a portable USB HD into my laptop running Lubuntu 16.04, it just sort of stops. Sometimes the screen goes black (I think in those cases, it has fallen asleep and won't wake back up), other times, the panel disappears and clicking anything on the desktop makes all the icons on the desktop vanish (the background remains). What's going on? [21:07] balooo: what Ben said [21:08] has anyone see where all my gnome extensions are disabled upon restart [21:08] i saw a post about using system default when logging in but didnt help [21:08] it worked for a bit then stopped [21:08] 16.04 [21:09] balooo: 4.4 is the default 'General Availability' kernel. and going back to that just means installing linux-image-generic and ensuring you actually boot into this kernel by the multiple means available. [21:11] glitsj16: ahh okay i think i figured it out thanks. :) [21:11] illmatix: you'll need to tell apt the exact package names; initrd.img-3.13.0-x-generic suggests linux-image-3.13.0-generic for example.. might be easier to use synaptic if you're not familiar with kernel naming schemes [21:11] I just right clicked, an openbox menu is there, choosing anything gets a "can't start lxle" type error. [21:12] glitsj16: yeah this is a remote box with out x so synaptic might not be easy to set up in the current state but i found a awya to remove the headers once i realized the names were a little different [21:14] illmatix: yeah, i understand, once you figure that out it should make some space in /boot [21:14] glitsj16: yeah, the process we were using was only to remove the files in /boot not the actual package that's stored. So that's probably why they were getting repopulated while trying to complete the upgrade [21:14] Thanks again glitsj16 [21:15] illmatix: the gist of it being: don't rm files manually or apt won't be aware of it and will try to keep those, no problem :) [21:15] Yeah, good to note i'll add that to our internal documentation. [21:29] Home Backup Question: I tar(ed) my /home/user_name directory and then opened up Virtualbox and replaced the fresh install with my untared directory. Tried to open Firefox to see if all my settings were good. Firefox didn't want to open. What am I not understanding about recovering your home directory??? [21:31] <[n0mad]> do other apps exhibit the same behavior or just firefox? [21:31] n0mad: I didn't check. I will check LibreOffice Writer... [21:32] n0mad: LibreOffice says my settings are locked? [21:33] you should check permissions between the old home directory and the untared one [21:33] I used a different user name... but I thought that it was the number 1000 that mattered... [21:34] redviper I made sure that i used tar -cvpzf, but I will check that. [21:35] oh ok; have you tried to launch firefox from command line? maybe it can give a more clear error [21:36] Hey all, I'm trying to do an unattended installation of Ubuntu 16.04 via Packer on Hyper-V. When I boot into the Ubuntu installer, it reads my preseed file, but tells me that the CDROM for installation can't be found and then the VM freezes. Is there any way that I can enable additional logging or feedback? Preseed file and Packer template can be found here: https://gist.github.com/DWSR/2d89bc8ca8eb969b4147991eb982cf3f [22:10] where do I disable the bad soundeffect in ubuntu terminal? [22:10] arrived in 17.04 [22:11] like if I backspace and there is no more chars to remove [22:12] <[n0mad]> profile preferences > terminal bell [22:13] but that seems to exist in every software runned in ubuntu [22:13] is it some global setting? [22:14] ok terminal bell removed that annoying thing in terminal [22:14] now lets find it out in other software :( [22:15] cant find it in hexedit [22:15] err [22:15] hexchat [22:17] <[n0mad]> yeah, not sure, i've never tried disabling it but seems something more ingrained [22:19] <[n0mad]> Apachez: Settings > Sounds > Sound Effects [22:27] i'm trying to install ubuntu on my dual boot hackintosh/win7 (chameleon bootloader) [22:27] I unplugged my win7/osx drive and I have only one drive installed [22:27] I'm getting this error: "Sorry, an error occurred and it was not possible to install the bootloader at the specified location." [22:28] [n0mad]: they are all empty [22:28] I still get the same "bell" as I had in the terminal [22:28] or it sounds more like a muffled drum [22:28] the install usb looks like it booted up the 32 version of the installer but I have an i7 64 bit chip [22:28] <[n0mad]> i turned sound effects off there and it stopped the sound [22:28] so i'm also confused about that [22:29] settings -> preferences -> chatting -> sounds ? [22:29] <[n0mad]> no, in sound effects. i turned it off in that tab and the sound stopped. of course I had others listed there [22:30] there is only one there [22:30] default [22:30] and it sounds like a waterdrop or ehh so [22:30] setting alert volume to mute removed that annoying "bell" [22:32] is posble to set 3 configurations to boot ? i use ubuntu in virtual machine from USB in 3 pcs with differents configurations [22:32] <[n0mad]> yeah, it happens everywhere it seems when you backspace...hexhcat, gedit, terminal. it doesn't bother me at all [22:35] well I hate that shit :) [22:35] first thing I do on a wintendo box [22:35] put the sound theme into "no sounds" :) [22:36] also funny that the soundbar have a stepsize of 10% or so [22:37] the one close to the clock (normally upper right) [22:37] in 17.04 compared to 16.10 [22:40] and whats "repowerd"? seems to lack manpages for that [22:42] !info repowerd yakkety [22:42] repowerd (source: repowerd): Power daemon to monitor and control system power state. In component universe, is optional. Version 2016.08.3+16.10.20160830.1-0ubuntu1 (yakkety), package size 121 kB, installed size 482 kB [22:44] why does my usb flash drive boot with 32 bit screen? [22:50] anyone in here with ubuntu 17.04 and cs:go (steam) along with intel gpu? after upgrading from 16.10 to 17.04 it seems like no textures are runned when entering a game, I see only light and reflections etc [22:54] this is how the startscreen when entering a game looks like https://cloud.githubusercontent.com/assets/73012/4452215/9f7b948e-4843-11e4-842b-c05a8f4b2e60.png [23:01] looks like libtxc-dxtn-s2tc0:i386 is involved in this [23:12] Does anyone how to downgrade the hwe kernel ? [23:13] i guess if you want to undo HWE and return to the 4.4, reinstall [23:18] I installed the 4.12 kernel but the server is still booting into the 2.6 kernel!? [23:18] Any help would be appreciated. [23:21] When i say orphan packages! it means unused packages? [23:22] I would like to remove orphan packages from distribution. [23:22] bipul, https://askubuntu.com/questions/286947/obsolete-packages-vs-orphaned-packages [23:24] GalzuFromQ, Thank you. [23:24] GalzuFromQ, 2.6 kernel sounds like vagrant [23:25] no way you run any other kernel on that, ask in the #vagrant channel [23:26] oerhks: but we were using hwe successfully, it's only when it got upgraded to 4.10 from 4.8 that it stopped working for us. [23:27] bipul, you're welcome. [23:27] oerheks, can you explain please? [23:28] vagrant is a highly tweaked cloud image, not supported by ubuntu. [23:28] ask the vagrant channel why they stick to the 2.6.x kernel [23:29] oerheks, Do you know how to install vagrant? I would love to learn about it. :) [23:29] bipul, why do you ask, i don't support it. [23:29] Ok, its a shared virtual server. [23:31] GalzuFromQ, Means, there is difference between VM and Vagrant? [23:31] bipul, not sure... I haven't administered a server in a while. [23:43] hello guys, i´m trying to mount a nfs share to my ubuntu 14.04 with autofs, i followed the tutorial on https://wiki.ubuntuusers.de/Autofs/ with my files like following http://paste.ubuntu.com/25173211/ but sadly, the mountpoint doens´t show any files... what did i wrong [23:48] So I have a laptop with i7-7700HQ and planning to install Ubuntu Gnome on it, I also plan to do lots of programming on it, with Multiple IDEs, Browser tabs, PDFs and other programs running ... Should I buy a SATAIII SSD or a PCIe NVMe SSD ?for my laptop ? what is your recommendation ? === Bushy-- is now known as MathWiz [23:59] help buffer cycle