/srv/irclogs.ubuntu.com/2017/10/03/#ubuntu.txt

palmdkI am not that strong in unix but will see what i can come up with00:00
palmdk"ls -l" is that the best way to list owner/group?00:00
naccpalmdk: probably?00:01
palmdkOkay - i will get to it then. Thank you for the help00:08
GeoHi, when clicking in the scroll bar on a window, is there a way to set it to just scroll up a page, rather than jump to the position that matches where in the scroll bar I clicked?00:09
aloo_shuGeo I think there is (and it may depend on your window manager), but I do not know exactly where to look for the setting. candidates: window appearance, mouse. if you know how to search your desktop environment , try 'scrollbar' or simply ask every 10-20 min until somebody really can help00:50
GeoI found some related settings in gtk3, but nothing that prevents the 'jump to' feature00:51
Geonothing obvious, at least00:51
=== coldasfucc is now known as puddings
fishcookeranyone have the same problem when switching from mysql-server to mariadb-server like this http://vpaste.net/xT4x4?01:30
aloo_shuGeo what is the flavor/Desktop environment of your ubuntu? I remember I once *could* change this, another one I couldn't .01:37
VystyAnyone have a software recommendation for best backing up of files to an external HD? I will be using the external HD simply to back up my files and nothing.01:40
[n0mad]i just use Backups/deja dup in ubuntu01:42
Geoaloo_shu, 16.04 / whatever is default01:44
GeoGNOME, i guess?01:44
VystyYea I'm running 16.0401:45
VystyOh, you were responding to him, oops.01:45
VystyI just typed "backup" into my Ubuntu search bar and it popped up with an application called "Backups". I'm guessing this will work just fine?01:46
VystyAlso, is it worth it to back up the WHOLE system, or just focus on my own particular files?01:46
[n0mad]i just backup my home directory01:47
[n0mad]minus some things that i backup elsewhere like music/videos01:47
Vystyword01:48
aloo_shuGeo, GNOME/Unity, probably, have only used Xfce and KDE myself lately. just re-ask from beginning01:56
buggaboosanchezI just installed Open Broadcast Studio ( https://obsproject.com )_  and it is not showing up in my search ( when you hit the widow key on the keyboard and you can search for applications ). What do I do now?02:04
buggaboosanchezhttps://askubuntu.com/questions/789857/how-to-install-open-broadcaster-software-obs-on-ubuntu-15-1002:04
buggaboosanchezIt ^ is legitamately installed because I can type "obs" on the command line and get it to launch - just the install does not seem complete ( ie: no icon to click and not showitn up in a seach for the application ).02:06
buggaboosanchezA google search " open broadcast studio desktop icon " does not include relevant soln that I can find ( there is one soln for windoze but I am not using windoze ).02:10
[n0mad]I believe you would need to create a .desktop file for the application in /usr/share/applications02:12
[n0mad]might be able to google 'how to create desktop file ubuntu' to find how that file can be built02:13
aloo_shuor look at the .desktop files in gedit/text editor02:13
aloo_shusudo gedit to be able to later save your 'obs.desktop' in that directory02:14
aloo_shuboggaboosanchez previous 4 lines were for you, and maybe your menu config (right click on menu icon?) allows adding menu entries by hand, with 'custom command' and optionally icon02:18
aloo_shubuggaboosanchez you can locate obs pkg in synaptic (if you have it) , select, properties -> installed files, maybe there is a .desktop file, but in the wrong place02:20
stochastixIs there any reason pertaining to generating locale, that anyone would put LC_ALL=en_US.UTF-8 and LANG=en_US.UTF-8  inside /etc/environment  ?02:22
buggaboosanchezaloo_shu: ty. sorry for the delay - I was digging. I see there is a obs.desktop in /usr/share/applications/ and this is the content of mine: https://pastebin.com/S38FwWpE   <---   Is that the right content and is /usr/share/applicatoins/ the right place?02:22
stochastixOr any reason at all for that matter?02:22
buggaboosanchezaloo_shu: typing " obs " in terminal proves to be the correct command to launch but I'm not sure about the rest02:23
buggaboosanchezThe comment line is in russian or something02:23
buggaboosanchezaloo_shu: Is it just the " Icon " line that could make it not show up in an applicatoin search?02:24
aloo_shubuggaboosanchez let n0mand look at it . have you rebooted/ logged out and in since the install? There is a command that should run automatically, but maybe hasn't, xdg-update something, to make the desktop 'see' new app entries. but still the obs.desktop could be malformed, ask around, I can not say more (on android tablet, me)02:26
aloo_shubuggaboosanchez let n0mad look at it02:27
kevc45I'm trying to upgrade my server from 12.04 to 16. I ran apt-get install dist-upgrade and it had some sorta conflict (if someone could find this screen that'd be great) I hit enter. Now lsb_release doesn't work. And I'm still on 12.0402:27
buggaboosanchezaloo_shu: Ok but I don't think he is online here anymore ( I can not tab complete his name ). I wish I could use the command instead of actually rebooting bc I lose my connection in irc when I do that02:28
buggaboosanchezthx02:28
Bashing-om!eol | kevc4502:29
ubottukevc45: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades02:29
aloo_shubuggaboosanchez by using tab completion on 'xdg' in a terminal, and by using the man command (man man to learn) , you can figure it out02:31
buggaboosanchezI'll be back I'm gonna reboot02:31
buggaboosanchezthx02:31
Jonno_FTWis it possible to install a .deb file with aptitude?02:35
Jonno_FTWI have sudo access for make and aptitude only02:35
kevc45@ubottu : sudo: do-release-upgrade: command not found02:38
buggaboosanchezWhere does the ubuntu application search get its' search terms? I installed Open Broadcast Studio and it does show up in the search ( with icon ) but only under two terms ( and their variants ( eg: " obs " and " open " <-- and variants ). It will not come up with anything beyond " open " in the search ( ie: " open broadcast " or " open broadcast studio " <--  or variants ).02:39
buggaboosanchezHow can I correct that?02:39
buggaboosanchezI may also be something to do with there being multiple words with spaces?02:40
Bashing-omkevc45: ' dpkg -l update-manager-core ' . is it installed ?02:40
kevc45@Bashing-om No packages found matching update-manager-core.02:41
kevc45cli only server02:41
kevc45And can't install them02:42
kevc45https://hastebin.com/herexixamo02:42
aloo_shubuggaboosanchez again the way the search index is built for desktop search may vary from DE to DE, and even with plugins to search function. You could have a look at the obs.desktop file again and see what the app gives as it's own name. Dunno if .desktop files foresee optional secondary app names. There are fields that influence where an app will show, e.g in multimedia or utilities03:02
aloo_shubuggaboosanchez but once you have your app with icon, be it in the menu, be it from search, you may be able to just drag it onto the desktop or into the bar at the left or any panel and thus create a 'launcher'03:03
=== ransomware7_ is now known as fizi
aloo_shubeen logged out 10 min03:15
=== rkta_ is now known as rkta
bemonewly installed Ubuntu Mate on a VirtualBox VM under Windows, and seeing an odd problem... some of the popular https:// sites I try to go to in firefox are complaining "Your connection is not secure" -- how best to debug?05:14
bemonote: not all sites complain -- but two big examples: google.com and youtube.com05:16
alkisgbemo: wrong date?05:16
bemodate is correct on the VM, and didn't see the same problem in Ubuntu 16.0405:16
alkisgDid you run `apt update` etc recently?05:17
bemomate install was from 17.04-desktop iso05:17
alkisgThere were some certificate updates05:17
bemogood point... no... let me try that!05:18
bemo(I did tell it to download updates during install, but I haven't tried updating afterward)05:18
bemo(I installed it about an hour ago)05:18
bemolooks like it's updating something... should know soon enough.05:21
bemo(including a Firefox update)05:21
bemoI'm also new to Ubuntu Mate, so I'm assuming the "System" -> "Administration" -> "Software Updater" is the same as trying to use the cli "apt update" (which I'm unfamiliar with)05:23
bemo(new to Ubuntu, in general)05:23
alkisgbemo: there's also an #ubuntu-mate channel for questions specific to mate05:24
bemothank you!05:26
lotuspsychjebemo: what are you updating?05:29
bemoeverything... just installed a fresh (first time) Ubuntu Mate install, and was having issues with certificate failures for sites like google and youtube05:30
lotuspsychjebemo: wich ubuntu version are you on exactly?05:31
bemoubuntu-mate-17.04-desktop-amd64.iso05:31
lotuspsychjebemo: can you hastebin the output of sudo apt update && sudo apt upgrade ?05:33
alkisglotuspsychje: he doesn't have any issues currently, he's just updating...05:33
bemowas doing it from the GUI, and about to reboot05:33
lotuspsychjeoh05:34
tenemu1Using Ubuntu16.04:  Can I have two terminal windows open?  I had a django server running in one, opened another terminal and played with some things then everything kinda froze up.05:34
alkisgtenemu1: sure, you can have as many as you like05:35
tenemu1Thanks.  With virtual environments, can I run the same one in two terminals?05:35
lotuspsychjetenemu1: perhaps htop can help find whats cpu high/lagging?05:36
alkisgtenemu1: whats does "the same one in two terminals" mean?05:36
bemotenemu1: probably entirely unrelated, but I've noticed periodic (temporary) freezes when running in VirtualBox, but I suspect it has little to do with Ubuntu, and more to do with my host/Virtualbox.  are you running natively on the hardware?05:37
tenemu1Note:  I'm a complete newb to linux.  I made a virtual environment for my django project.  I had that activated in one terminal, and ran a local web server.  I opened another terminal and activated that same environment again.  I'm don't completely understand the virtual environments, other than just separating commands to be for that venv only, not my ubuntu OS.05:38
tenemu1I am running virtual box in windows OS05:39
alkisgtenemu1: virtual environment is a very generic term05:39
alkisgDo you mean lxc?05:39
tenemu1I don't know05:39
tenemu1python3.6 venv05:39
alkisgDo you mean apache virtual host?05:39
tenemu1I don't know.05:39
alkisgHow did you make that environment?05:39
alkisgHow did you "activate" it?05:40
alkisgTell us some commands to understand what you mean...05:40
tenemu1source myenv/bin/activate05:40
tenemu1myenv is the name i gave it05:40
tenemu1i made it by:  python3 -m venv myenv05:40
bemotenemu1: and do you have a second python virtual environment as well?05:41
gt8ost4ldoes anybody here know how to enable openvpn?05:41
lotuspsychje!vpn | gt8ost4l05:41
ubottugt8ost4l: For more information on vpn please refer to https://wiki.ubuntu.com/VPN05:41
tenemu1bemo,  I have 'myenv' in a folder.  I activated it in one terminal window, then I activated that same 'myenv' in another terminal window.05:42
tenemu1beyond that I don't know what I'm doing.05:42
alkisgtenemu1: sounds like your question is about python virtual environments, you could ask in #python about those05:42
glitsj16tenemu1: why not create and use a second python virtual env05:42
tenemu1alright. thanks anyways05:42
tenemu1glitsj16, that's what I was asking originally.  Does running the same one cause issues.05:43
glitsj16apparently it did05:43
glitsj16:)05:43
tenemu1haha05:43
bemotenemu1: having two terminals using the same virtual python environment should be fine.05:44
bemoalkisg: interestingly, I'm still seeing the issue after a reboot... now to try it manually at the cli.05:45
bemoseems to be up-to-date05:46
alkisgbemo: what's the exact message that firefox displays there?05:47
alkisg(and btw why 17.04... :D MATE 16.04 works fine here)05:48
bemoalkisg: "Your connection is not secure"05:48
alkisgDoesn't it respond to double clicks or right clicks etc, to show certificate details?05:48
bemoalkisg: I had some issues with Ubuntu 16.04 where when I tried hiding the panel on the left, I couldn't get it back... found an obscure cli command to fix it, but figured I'd see if mate has similar issues, and figured I'd go with the latest (stable) just in case05:49
alkisg17.04 is supported till January, while 16.04 until 2021...05:50
bemookay, maybe I should just go back to 16.04 and start over -- might not have this issue, since Ubuntu 16.04 didn't seem to have it either.05:50
alkisgI wonder if the new certificates were not pushed to 17.04 yet05:51
bemounsure. :)05:51
bemo(I can't imagine I'm the first one to try to go to Google with it though)05:51
alkisghttps://packages.ubuntu.com/search?keywords=ca-certificates says all have updated certificates05:52
bemoalkisg: and yes, to answer your question, there are additional "Advanced" buttons 'n such to try to debug... just not sure how to figure out why google fails and ssllabs doesn't (for example)05:53
lotuspsychje!info firefox zesty05:53
ubottufirefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 56.0+build6-0ubuntu0.17.04.1 (zesty), package size 43481 kB, installed size 166248 kB05:53
bemo(I'm new to this room as well -- but that's cool)  :)05:54
lotuspsychjebemo: can you try a guest account and a previous kernel perhaps?05:54
bemomaybe a difference is part of the "This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox may only connect securely. As a result it is not possible to add an exception for this certificate."05:55
bemolotuspsychje: guest account had the same problem, and I just installed this today, and it failed... and it failed again after upgrading/rebooting... is there a specific kernel I should be aiming for?  (could the kernel version affect Firefox and it's tls connections?)05:56
lotuspsychjebemo: not sure, just trying to widen your options05:57
bemo:)05:57
bemothanks!05:57
bemoI've seen messages about firewalls that do https scanning causing issues, but I don't *think* I have one of those... and as I said earlier... when I tried Ubuntu 16.04, I didn't see this problem -- same Host machine for the two VMs.05:58
lotuspsychjebemo: got same issues on other browsers?05:58
glitsj16bemo: have you checked via "apt-cache policy ca-certificates" yet to confirm you actually have the latest security update for that package?05:58
bemoeasiest solution *feels* like going back to the 16.04 version of Mate.05:59
bemoglitsj16: let me look (unfamiliar with the command, but I'll type it anyway)  :)05:59
glitsj16bemo: it shows you what versions of a package are available on your system and whether it's installed06:00
bemoInstalled: 20170717~17.04.106:00
glitsj16yep, that's the correct version06:00
bemoglitsj16: thanks06:01
bemolotuspsychje: thanks06:01
bemoalkisg: thanks06:01
bemo:)06:01
bemolooks like I have some stuff to go try06:01
alkisgbemo: np :)06:01
bemowill come back and bother ya'll another day.06:01
bemolotuspsychje: haven't tried other browsers yet, but will probably do that after going to 16.04.  :)06:03
bemo(if needed)06:03
flux242do I understand correct that there won't be wayland by default in 17.10?06:57
boblamontI just right clicked on a directory in Lubuntu to do "open in terminal." It wasn't set, so it popped up a window where, among other things, I could enter the terminal of choice. I typed in LXTerminal. Now when I do "open in terminal" I get the error "Failed to execute child process "LXTerminal" (No such file or directory). Where do I find that window with the choices again (it isn't LXSession configuration)?07:07
glitsj16flux242: #ubuntu+1 might know07:07
awoserrasomeone wanna assist me setting up a persistent liveOS usb key with ubuntu 17.04?07:10
=== jackNemrod_ is now known as jackNemrod
awoserrai'm trying to do it on an openbsd machine, which is not helping me create ext fs...07:12
Triffid_Hunterawoserra: got two usb keys? use one for linux liveusb and set the other one up as you desire :P07:17
Triffid_Hunterawoserra: doing anything interesting under an OS that doesn't understand the filesystems will be problematic07:17
boblamontah, PCManFM preferences, go figure07:17
Triffid_Hunterawoserra: VM would work too I suppose07:17
awoserraugh07:17
awoserraumm, i have to use two usb keys?07:18
awoserrai can't just make a single usb key with ubuntu on it into a persistent liveos?07:18
Triffid_Hunterawoserra: well you can dump an image to a disk in any OS, but if you want to move files around within the image, you need something that understands the filesystem07:18
awoserrayah07:18
awoserramight there be a way to boot into the liveos on the usb key and then transform it to accommodate persistence from within the live os?07:19
Triffid_Hunterawoserra: well most of the live key images I've encountered are basically squashfs on iso9660, both of which are write-once filesystems.. you'd need to put an ext4 in free space then unionfs-mount it over root, and somehow insert that into the usb key's canned boot cycle07:20
Triffid_Hunteror remember to do it manually every boot.. or generate/download a persistent image somehow07:20
awoserrai wonder why the distro doesn't make an alternate download of an image with memory space for persistence...07:21
awoserra.would be too convenient i guess :S07:21
alkisgawoserra: what file system do you have in your hard disk? You can copy the .iso there, and then tell the ubuntu usb stick loader (syslinux) to boot from the .iso on the disk, so that the stick is free to write it with persistence07:23
awoserraopenbsd...07:23
alkisgThat's not a file system07:24
awoserrait kinda is...07:24
awoserraopenbsd has it's own fs type07:24
alkisgCan the linux kernel read it?07:24
awoserrait is not ufs07:24
awoserrai dunno07:24
=== jstein_ is now known as jstein
awoserradoubt it07:24
alkisgOK, start with creating a stick and booting from it07:24
alkisgCheck if you can see any of the disks you have07:24
alkisgIf you can, then you can put the iso there07:25
alkisgIf not, you'll temporarily need a second stick or disk07:25
awoserragotcha, i run FDE on my openbsd disks too - might be very hard to read/write anything from another OS07:25
awoserraopenbsd FDE is also not very standard07:25
awoserrai'll be back with two sticks ;)07:26
awoserratyvm ^ ^07:26
=== desertjellyfish is now known as wustenqualle
_ikke_We are trying installing a (3rd-party) package, which depends on apache2|httpd on 16.04. We have installed nginx, which should provide httpd, but when we install the package, it still pulls in apache2. Any idea why / how we can prevent it?08:16
_ikke_On 14.04, it does not install apache2, only on 16.0408:17
=== r0Oter is now known as r00ter
alkisgIsn't everyone affected by https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1720908 ?08:53
ubottuLaunchpad bug 1720908 in firefox (Ubuntu) "Firefox cannot load Flash because of libxul broken dependency" [Undecided,Confirmed]08:53
glitsj16_ikke_: have you tried running apt-get with the --no-install-recommends flag yet?09:03
sigurdsonAnyone know how to install the best codecs pack so i can play files in VLC, or another player?09:13
georgempHi. I had a Ubuntu VM running in VirtualBox. I was using ferm to control my firewall, and it was working just fine. There is a line in my ferm.conf that opens a port for incoming connections and it changes (depending on the port my VPN host assigns me). So, I'd just go into the ferm.conf file, change the port and restart ferm with "sudo service ferm restart"09:18
bazhangsigurdson, smplayer, mpv, x264 for starters09:18
bazhangsigurdson, do you already have ubuntu-restricted-extras09:19
georgempHowever, recently I migrated the VPN to VMWare. Now, when I do "sudo service ferm restart", it no longer uses the new port value in ferm.conf, but, keeps the old one. any idea why this would be?09:19
bazhanggeorgemp, isnt that a better question for #vmware09:19
georgempI've tried "sudo iptables -F" and also "rm /var/cache/ferm/*"09:20
georgempbazhang: i'm not sure it's vmware that's causing this09:20
georgempperhaps i've messed something else up in the ubunutu config09:20
georgempand not realized it..dunno09:20
georgempmigrated VPN to VMWare, should be migrated VM to VMWare09:21
roryWith sed or similar, how can I add a / character to the end of each line of a file, if there is not already one there10:13
roryif there is already one there, it shouldn't add a second one10:13
alkisgtry `sed 's/[^\]$/\/' -i file`10:14
alkisg `sed 's/[^/]$/\/' -i file`10:14
alkisg^/ means not slash, and $ is the end of line10:14
jinkYou're not required to use / as separator.  's,[^/]$,&/,'  is easier on the eyes.10:18
jinkrory: ^^^10:21
jinkIt doesn't add slashes to empty lines, though.10:23
jinkrory: sed -e 's,^\(.*[^/]\|\)$,&/,'10:25
_ikke_glitsj16: yes, we have, but it's not a recommends in this package, but an actual dependency10:26
gabbomanHi, I have a problem with libreoffice in ubuntu. It's an exclusive problem from ubuntu: when I open a document it seems to be with other fonts. In fedora, or windows or even mac it does not happends10:31
gabbomanIt's exclusive to ubuntu, because if I open the same file in fedora/windows using libreoffice I get the same problem10:31
_ikke_gabboman: can it be that you are missing the font being used?10:34
gabbomanIt's the default font10:34
gabbomanthe funny thing is that in fedora/winbugs/macOS, it works out of the box10:35
gabbomanbut not in ubuntu, in fact I see the document different there10:35
glitsj16_ikke_: odd, I can't see why it acts like that.. there's a crude workaround though: edit the .deb file's control info manually and take out the apache2 stuff10:36
=== kostkon_ is now known as kostkon
nsapHello, any idea why Ctrl+Alt+Arrows doesn't switch workspaces anymore? It used to work until yesterday. I have tried with a guest session and it works fine, so I guess there is a problem in my config files but I can't find it. Workspaces are enabled, keyboard works, keyboard layout is the right one. How can I restore normal behavior without blindly11:33
nsap erasing all of .config?11:33
seven-elevenhi11:41
seven-elevenshould i use /etc/network/interfaces or /etc/network/if-up.d/custom_routes to add my persisten routes11:41
Ben64if you're using a network manager, use that11:43
Ben64otherwise, i'd use interfaces file11:44
seven-eleveni use interfaces to configure my network, not NetworkManager11:44
Ben64there you go11:44
seven-eleveni tried interfaces, rebooted but `ip rules` and `ip routes` weren't applied :|11:45
Ben64probably didn't do it properly then11:45
seven-elevenBen64, that's how i did it http://dpaste.com/21SSRAY11:46
seven-elevenbelow the # custom comment, is what i added myself11:46
Ben64that syntax is unknown to me11:47
TobaMan... ever since I started plugging in an external 4k display my applications have been acting really weird11:48
Tobathey actually scattered themselves over multiple workspaces, when I never did that with them11:49
TobaI started them all in workspace 1 and didn't move them11:49
Ben64seven-eleven: this is what i've got... https://hastebin.com/ifajiqonat.bash11:49
TobaUnplug monitor because I can't find my apps (they keep getting "placed" outside of the non-rectangular actual display area and unplugging the monitor used to put them all within the pixels of my laptop screen. But today they got put all over the 4 virtual workspaces11:50
oerhekssure it is eth0, not the new interface naming?11:50
Tobaand some of them wouldn't go back to workspace one11:50
TobaI'd do alt+space, select the workspace moving option, and nothing would happen11:50
seven-elevenBen64, ah that looks better, let me substitutes up with post-up, :-)11:51
seven-elevenBen64, now it worked, thanks!11:55
BluesKajHi folks11:58
seven-eleveno/ BluesKaj12:05
BluesKajseven-eleven, o/12:05
=== jstein_ is now known as jstein
DavidFromBEhi, where do i find apt sources for wily (even if eol) ?12:17
SicnusHaving a bit of an issue getting wireless to work on 17.04.  How can I ascertain the wireless adapter I have?   I've tried to check dmesg but can't grok what is the actual adapter.12:18
DavidFromBEhttp://old-releases.ubuntu.com/ubuntu/dists/ ok found it12:23
SicnusGoogle knew...  https://askubuntu.com/questions/902992/ubuntu-gnome-17-04-wi-fi-not-working-mac-address-keeps-changing/905019#905019  ;)12:26
shyamskSo I had successfully dual booted Win10 and Ubuntu 16.04.2 LTS, after which, I decided to update and upgrade. Then I'd shut down the system, but now it won't boot anymore. Its similar to https://askubuntu.com/questions/948386/acpi-error-while-installing-ubuntu-16-04-on-dual-boot-with-windows-10 issue (I ask as I see this is unanswered). I tried chrooting and installing couple of linux-images (a few from12:30
shyamsk4.8, 4.10 and even 4.11) but while I was able to boot into Ubuntu, I no longer had any hardware drivers (no ethernet/Wifi, display was glitched, and the mouse pointer was just jumping from point to point, rather than tracing the path). So how would I go about fixing this issue? What should I be tinkering with to fix this?12:30
shyamsk_mobileSo does anyone have an idea about my previous query? (asking again since I've switched nicks)12:37
BluesKajshyamsk_mobile, perhaps if you ask again you might get an answer12:39
linuxlovehi12:43
linuxlovei have ubuntu installed on my system12:43
linuxlovehow can i install windows ?12:43
linuxlovei need to have dual boot12:44
linuxlovehow can i do it ?12:44
n35xdxb0i'm genuinely interested as to why this happens. my dpkg/apt is locked. i've done   pgrep -f 'dpkg|apt'  and i get two PIDs returned (one for the command, one for process).  i've done   top -b -n 1 | grep 'dpkg|apt'   and i can clearly see 'apt-get' is running.  now i've done    sudo kill PID    aswell as  sudo pkill apt-get; sudo killall apt-get     i kow i can resolve the issue by deleting the lock file. i12:46
n35xdxb0just don't understand why i can't kill the process?12:46
shyamsk_mobileBlu12:48
BluesKajn35xdxb0, open system monitor to see which apt pid is running and see if you can terminate it there12:52
n35xdxb0BluesKaj: thanks! will try12:53
BluesKajn35xdxb0, unless you have the package manager open12:53
hateball!fixapt | n35xdxb012:55
ubottun35xdxb0: If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a »12:55
n35xdxb0BluesKaj: this is actually the first time it's happened. my first thought is always to close package manager. i know i could reboot, but just interested to find out what's happening12:56
n35xdxb0ubottu: didn't know about tht command thanks, trying now12:56
ubottun35xdxb0: I am only a bot, please don't think I'm intelligent :)12:56
n35xdxb0BlackDex: tht bot command worked! great. thanks hateball ! (and ubottu :)12:57
hateballn35xdxb0: :)12:59
haymii have hp laptoop with ubuntu 16.04.1 and  my blooth device is not working any help13:01
haymi?13:01
hateballhaymi: first, update so you are on 16.04.313:05
hateballhaymi: What bluetooth device is this? Run "lsusb" in a terminal and it should show13:05
nsapHello, any idea why Ctrl+Alt+Arrows doesn't switch workspaces anymore? It used to work until yesterday. I have tried with a guest session and it works fine, so I guess there is a problem in my config files but I can't find it. Workspaces are enabled, keyboard works, keyboard layout is the right one. How can I restore normal behavior without blindly13:05
nsap erasing all of .config? (I asked before but then my connection was reset, sorry for asking again)13:05
haymihateball:i already update and f for lsbusb http://paste.ubuntu.com/25666851/13:09
hateballhaymi: There's no physical BT switch on the laptop? As I cannot see the device there13:10
hateballhaymi: check with "lspci" also but usually it is connected over usb13:10
hateballhaymi: and how did you update? If you are fully updated it should show .3 if you run "cat /etc/issue"13:11
haymihateball:sudo apt-get update13:12
haymihateball: http://paste.ubuntu.com/25666875/13:13
=== ShalokShalom_ is now known as ShalokShalom
=== cerion_ is now known as cerion
hateballhaymi: update will only look for updates, not do any13:17
hateballhaymi: you will want to run "sudo apt update && sudo apt full-upgrade"13:18
haymihateball: does it deletes file and program if i  did upgrade13:19
hateballhaymi: No :D13:19
oaulakhhow to kill some port process? in ubuntu13:19
hateballhaymi: and it wont upgrade to Ubuntu 17.04 or anything, it will just make sure what you have installed has security updates applied13:20
hateballhaymi: Also, since you have Ralink chipset... There may be some need to sacrifice a small animal to get things working13:20
hateballhaymi: I kid. But they can be iffy.13:20
haymihateball: :D13:20
hateballhaymi: What you can also try, after first making sure you are fully up-to-date, is use !hwe to get a later kernel which might have better support13:21
hateball!hwe | haymi13:21
ubottuhaymi: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack13:21
haymihateball: i did update  but at the end i get  this kind of error am sory iam new to ubuntu  i am not expert http://paste.ubuntu.com/25666936/ , but when i chek  cat /etc/issue i get " Ubuntu 16.04.2 LTS \n \l"13:28
kevc45After I upgraded my server from 12->14->16.04 I lost ssh access. When I try and connect with Putty I get: "server protocol violation unexpected ssh2_msg_unimplemented packet". However I can still access my server using my host's web console.13:32
alexacI messed up my iptables and now some software have difficulties to connect to servers, how can I reconfigure it do default system settings, Ubuntu 1713:32
=== juboxi is now known as jubo2
n35xdxb0hi,  i know that    dpkg -l searchterm   and   apt list --installed    exit. when i search for packages i tend to do    apt-cache search mysearchterm     what i'd like to do, is to be able to colour-code (link inxi) the results, to see which i've already installed13:40
n35xdxb0if anyone can point me in the direction of writing a script for that, would be great13:40
n35xdxb0exist*13:41
n35xdxb0like inxi*13:41
hateballhaymi: did you reboot after upgrading?13:45
=== SimonNL is now known as SimonNL_Afk
n35xdxb0ignore my question before, found a hacky way of doing more or less what i wanted    apt list | grep -v installed | grep mysearchterm    which basically allows me to search only the packages i haven't installed yet13:57
leftyfbn35xdxb0: apt list --installed14:00
leftyfboh, grep -v14:00
leftyfbignore me ;)14:00
n35xdxb0leftyfb: ye, turns out that the options for  apt list  are --upgradeable --installed and --all-versions, there's no  --notinstalled ... :) hence the reverse grep. should do the trick.14:02
leftyfbn35xdxb0: I don't think that's going to do what you think14:03
n35xdxb0leftyfb: just saved a function for it.  i'm just happy with being to grep through a list of the packages i haven't installed. when searching with apt-cache show packagename, i would found it a little annoying tht there was no option to only search through packages i hadn't installed14:18
leftyfbn35xdxb0: care to share you function on pastebin?14:18
n35xdxb0leftyfb: ye14:19
n35xdxb0http://dpaste.com/2ZN2HH914:19
n35xdxb0now i just type   mani bluetooth   for instance14:19
n35xdxb0leftyfb: i welcome any suggestions, of course14:19
leftyfbit doesn't colorize anything14:20
n35xdxb0leftyfb: oh no, haha, tht was the ambitious plan. i was thinking of doing a loop through the lines of two separate outputs, then use comp to compare which lines were similar or not, then colourising according to if statements etc. but then i thought 'ah whatever, this is good enough' :D14:24
n35xdxb0leftyfb: if your script-fu is better than mine, and you have a few tips, i'd definitely like to do it14:25
leftyfbn35xdxb0: I'd probably do the same thing as you suggested14:25
n35xdxb0leftyfb: it must be doable. when i send inxi -fxz with the -c0 option to the pastebin, i can can see the colour codes etc. only issue was how to set the match between two lines14:27
n35xdxb0and sorting14:28
n35xdxb0*inxi -Fxz14:28
n35xdxb0ok, i've gotta do it now don't it. brb14:29
=== jelly-home is now known as jelly
n35xdxb0leftyfb: other issue is i get a warning everytime when combining apt and grep. about apt not being stable for CLI. i.e. i shouldn't be using apt in a script14:31
MehrzadHi. browser sound streaming works in one browser firefox, but not in another one, opera. what can be the reason?14:36
kevc45After I upgraded my server from 14->16.04 I lost ssh access. When I try and connect with Putty I get: "server protocol violation unexpected ssh2_msg_unimplemented packet". However I can still access my server using my host's web console.14:38
SwedeMikekevc45: https://superuser.com/questions/1013015/i-keep-on-getting-a-error-when-i-connect-to-a-ssh-tunnel-on-putty14:40
SwedeMikekevc45: "I got a similar error on 0.63 ... upgrading to 0.67 made it go away."  what version of putty are you using?14:41
kevc45@SwedeMike Thanks. I was using a Putty version from 2014...14:55
egelorhi i got a problem with jacktrip and i need help15:08
egelorhttps://pastebin.com/aVGb61bX15:08
egeloruname -a15:10
egelorLinux NeuroN 4.4.0-96-lowlatency #119-Ubuntu SMP PREEMPT Tue Sep 12 16:24:26 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux15:10
Tempus2Hi, I am trying to run Ubuntu off a usb-stick. It works fine, and Ubuntu connects to the wired network connection automatically, but Firefox doesn't want to connect to any urls.15:10
Tempus2Where should I start looking for what's wrong?15:10
egelorTempus2: check the file /etc/resolvconf15:10
tgm4883Tempus2: can you run 'nslookup google.com'15:10
egelorinsert nameserver 8.8.8.815:11
Tempus2I would have to reboot into Ubuntu to try that.15:11
tgm4883egelor: that's  bandaid solution15:12
Tempus2nslookup google.com timed out.15:27
leftyfbTempus2: can you ping your gateway?15:28
Tempus2I haven't tried. How do I find the IP of my gateway?15:29
leftyfbTempus2: it's your router.15:30
leftyfbTempus2: maybe try: route -n|grep ^0.0.0.0 |awk '{print $2}'15:31
Tempus2It's IP v615:31
Tempus2Do I just replace the Ipv4 with v6?15:31
leftyfbTempus2: your home router is giving out ipv6 ip's?15:32
Tempus2Yes15:32
Tempus2I see that I am IP v4 here on IRC though.15:33
n35xdxb0leftyfb: this works for me, now i just type     aptsearch  pkgname   and i see what i want    there are actually many ways of doing this. only issue is that i can't suppress the warning message15:33
n35xdxb0leftyfb: https://pastebin.com/dS6PVwQ215:33
n35xdxb0for the function15:33
Tempus2If I do ipconfig in Windows, it states: Default Gateway . . . . . . . . . : fe80::cad7:19ff:fee9:33f0%215:33
n35xdxb0leftyfb: here's an image of the command output  https://i.imgur.com/wSxD7W6.png15:34
leftyfbTempus2: nmcli d show |grep -i gateway15:35
leftyfbTempus2: then that is your gateway ... see if you can ping it. I'm not sure how ping works with ipv6. I have yet to play with ipv6 at all15:35
Tempus2Let me boot back into Ubuntu. Once i get the connection up, I won't have to reboot back and forth.15:36
leftyfbn35xdxb0: nice15:36
n35xdxb0leftyfb: ;)  (the function is pretty messy though. and those warning messages are ugly. will improve it as i go along)15:36
naccn35xdxb0: probably the warning goes to stderr15:37
naccn35xdxb0: but it's a legit warning from apt proper (you might use apt-cache instead, which does have a stable cli API)15:37
n35xdxb0nacc: ye. i was just reading up about tht. any chance you could give me a quick tip? the warning is because of using grep and apt, and i use it twice. so i get two warnings15:37
naccn35xdxb0: apt ... 2>/dev/null | grep15:38
naccn35xdxb0: although that means if apt throws an error you will also get no message15:38
naccn35xdxb0: so it's not recommended15:38
n35xdxb0nacc: great, i definitely know tht this shouldn't be used for scripting. but this is just for personal use and learning purposes. thanks ;)15:38
naccn35xdxb0: you could do, somethign like apt ... 2>&1 | grep -v <message> -e -v <message> ...15:39
leftyfbnacc: ah, that warning is stderr?15:39
n35xdxb0nacc: i tried that! haha, adding another inverse grep. not only did it make it messier, also didn't work :(15:39
naccleftyfb: well, funnily enough in 17.10 it's no longer emits that message :)15:40
naccleftyfb: i'm guessing because it's officially stable in 1.5?15:40
leftyfbhoping it's got some more features too15:40
naccprobably15:40
naccn35xdxb0: did you redirect stderr to stdout first?15:41
Coolerhow do you get rid of the permanent black bar on top?15:42
Coolerand change the taskbar to be on the bottom?15:42
Coolerbasically more like a windows setup15:42
Cooler16.04 lts15:42
leftyfbCooler: http://bfy.tw/EGhd15:43
rond_Hi! My wifi on ubuntu isn't working. lshw -C network returns: "-network UNCLAIMED             description: Network controller        product: BCM4352 802.11ac Wireless Network Adapter (...)". How could I fix it? I tried sudo apt-get install bcmwl-kernel-source && sudo modprobe wl, but it returned: modprobe: ERROR: could not insert 'wl': Required key not available15:46
rond_(Ubuntu 16.04)15:46
n35xdxb0nacc: warning messages are gone! perfect. thank you so much nacc. i can see myself using this quite a bit. i've wanting to do this for a while, and just never bothred to15:48
n35xdxb0https://pastebin.com/tJDtGPW815:48
naccn35xdxb0: np15:49
naccn35xdxb0: although, i'm a bit confused why you have a single & in the middel15:49
Tempus2Okay, I used both last commands and the route-command didn't do anything. The nmcli showed an IP-address.15:50
naccn35xdxb0: that backgrounds the grep, afaict15:50
bubbelycan i ask about PDFTK here?15:50
n35xdxb0nacc: ye, that's a hack. :)  i just wanted the colouring from grep. not the actual elimination. there's another way of doing it by setting a color variable but it just wasn't giving me what i wanted15:50
n35xdxb0nacc: i'll def be looking to improve it15:51
Hans-Martinsince this channel supports only up to 17.04, where do I go to talk about 17.10?15:51
nacc!ubuntu+1 | Hans-Martin15:51
ubottuHans-Martin: Artful Aardvark is the codename for Ubuntu 17.10 - Support only in #ubuntu+115:51
Hans-Martinthx!15:51
naccn35xdxb0: ok15:51
tomeaton17I am using the work around to set the title on gnome-terminal. https://pastebin.com/xD3G0kAg is the code for the set title command. Is it possible to use this command in a bash script? My attempts so far have errored saying command not found.15:52
n35xdxb0nacc: and when i use dpkg and aptitude, the output wasn't the same. i.e. dpkg doesn't provide full list of repository packages, with [installed] stated next to each line. and aptitude provides a loong list. for all architectures15:52
naccn35xdxb0: dpkg doesn't know what a repository is15:53
Coolerleftyfb, you guys still on windows 7?15:54
Coolerthat is so old15:54
leftyfbCooler: who is "you guys"?15:54
n35xdxb0nacc: well i've definitely learn a lot about the diff between dpkg, apt, apt-get, apt-cache, aptitude, there's even apt-mark. worthwhile couple of hours15:54
n35xdxb0learned*15:54
naccn35xdxb0: yep, it is good to understand them all15:54
leftyfbCooler: to clarify, I typed "Ubuntu 16.04 look like Windows" into google and it added 7 at the end. I debated removing it and giving you those results but I figured anyone looking to take a step back and make their linux desktop look like Windows, isn't usually on the cutting edge of things because they don't know how to adapt to change. So I left it there. Also, they would probably google for these types of things on their own.15:57
n35xdxb0leftyfb: loool15:58
kostkonn35xdxb0, man is your friend15:58
n35xdxb0kostkon: thanks :)15:58
naccCooler: to be honest, unless you have a really strong reason to do so, it's easier/better/simpler to just learn to use whatever DE you chooose rather than tweaking it to look like somethig else15:59
Coolerleftyfb, i don't call a permanent black bar on top of your screen a step forward16:00
n35xdxb0Cooler: there's not need to be flippant. if you feel like going back to windows, you're free to pay to do so16:01
leftyfbCooler: you mean the menu bar?16:01
leftyfbit's more a dark gray :)16:01
kostkonCooler, as opposed to a blue one on the bottom?16:01
leftyfbsorry, "panel bar"16:02
sud0x3Cooler: oppose to the permentant task bar windows has had since 95, is your problme with the colour16:02
Coolersud0x3, its not permanent, you can remove it16:02
Coolerin ubuntu you have 2 instead of one, a taskbar and a black bar on top16:02
leftyfbCooler: not without installing 3rd party tools16:02
Coolerleftyfb, no 3rd party tools necessary16:03
leftyfbor messing with the registry16:03
sud0x3Cooler: what is your problem, if you want to make linux look like windows yor going to have a hard time, keeping up, besides which windows will you choose xp style, windows7, window 8, 1016:03
Coolernope16:03
Coolereasy menu option16:03
leftyfbgreat16:03
MichalisHello, everyone.16:03
sud0x3Cooler: you can hide it from view16:03
leftyfbCooler: Is there anything else we can help you with?16:03
nsapHello everybody, any idea on why woudln't (all of a sudden) Ctrl Alt Arrow swap workspace? (workspaces are enabled, keyboard works, other hotkeys work, this same hotkey works to other users)16:04
leftyfbCooler: the link I gave you (or some slightly modified version it) should have plenty of instructions on making Ubuntu look infer.... like Windows16:04
sud0x3nsap: Did you install any applications that make use of global hotkeys / keybindings. If so they may be hooking the key before gnome gets a hold of them.16:07
MichalisHello, I installed ubuntu 14 on a laptop and I accidentally didn't noticed the autofilled Username bracket. Instead I just filled the 'Your name' field and now I can't log in. Can anyone help me with that? Thanks in advance.16:08
tgm4883Michalis: what did you try for your username? I think it just defaults to your firstname16:09
nsapsud0x3: no, it has happened without any intervention I can think of. The only thing that I think may be related is a "killall compiz" that I used at some point earlier today to resolve a frozen desktop16:09
tgm4883Michalis: if you don't know, you can boot into recovery and look at the directory names in /home16:09
nsapsud0x3: actually, I would even just like to know what's the minimum amount of .config files I can remove to see if it reverts to normal16:09
tgm4883!recovery | Michalis16:09
ubottuMichalis: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode16:09
MichalisIt stills requires username and pass16:09
tgm4883Michalis: recovery mode does not require username and pass16:10
leftyfbMichalis: out of curiosity, why did you install 14.04 and not 16.04?16:10
MichalisBecause I already had that on an old DVD16:10
MichalisI think you can update thourgh the OS, don't you?16:10
leftyfbMichalis: sure, but it would be a lot easier to just download the iso and image a cd or usb key16:11
tgm4883Michalis: so either boot into recovery and look or since this is a fresh install you could just reinstall16:11
MichalisOh and about my previous question, I typed my name and the username was autofilled16:11
sud0x3nsap: I dont think killing compix would have mad any difference, im not sure gnome used plain .config files for configuration i may be wrong though. Have you tried a fresh session/login16:12
tgm4883Michalis: boot into recovery and look at the home directories16:12
MichalisOkay, thanks.16:12
tgm4883Michalis: they will be named the same as your user16:12
nsapsud0x3: I have rebooted, logged off and on, with no luck. However, if I start a guest session it's not affected.16:13
nsapsud0x3: also I've got this strange behaviour of ctrl+Alt+←↓→↑ in Gnome Terminal: they basically type out "ABCD"16:13
nsapsud0x3: and in Eclipse Ctrl+Alt+↓↑ results in line duplication16:14
tgm4883nsap: is one of your other keys "stuck down"16:14
tgm4883contrary to popular belief, things don't "just happen" randomly on computers unless it's environmental16:15
nsaptgm4883: no, I've also tried with a different keyboard. Also, Ctrl+Alt+T summons the terminal as expected, and arrows work fine as well.16:15
nsaptgm4883: I know things don't happen randomly, I'm saying that there is no obvious reason and the actual reason may be hidden16:16
adrian_1908On vanilla Ubuntu, If I uninstall ufw, can I assume that no iptables rules will be executed at bootup?16:16
naccadrian_1908: no?16:16
naccadrian_1908: not sure why that would be a valid assumptio16:16
tgm4883adrian_1908: I don't believe that to be true. Removing ufw doesn't install iptables. You could just disable ufw16:17
tgm4883doesn't uninstall*16:17
nsaptgm4883: here you can see what investigation have I done so far https://askubuntu.com/questions/961565/ctrlaltarrow-switch-workspace-stopped-working-even-if-workspaces-are-enabled16:17
adrian_1908nacc, tgm4883: What might be a source of iptables rules in that case, NetworkManager? From what I understand, the default ruleset when not touching anything is to "allow everything" basically.16:19
naccadrian_1908: LXD does some stuff16:19
tgm4883nsap: FWIW, I can reproduce your issue if I hold ctrl+alt+super+ arrow keys to get ABCD printed to terminal16:19
sud0x3nsap: Very strange, have you checked you keyboad settings16:19
naccadrian_1908: but there could be many things, it feels like a bad assumptionn16:19
tgm4883adrian_1908: what are you trying to fix...16:19
nsaptgm4883: that's interesting... however it doesn't appear that I've my Super key held down because it also works as  expected16:20
nsapsud0x3: yup, it was English (UK) and it stayed the same. My physical keyboard setting matches the system one.16:21
adrian_1908nacc: yeah, I asked in the LXC forum a few minutes ago. I know that "ufw disable" gets rid of any rules (maybe flushes them on startup?), but was wondering if removing ufw is fine, since I never use it. I don't see any rules beyond what LXC might have caused, but was wondering in general.16:21
tgm4883nsap: maybe someone else will have some idea. I'd ask what changed since it worked16:21
* tgm4883 still thinks disabling the FW is a bad practice16:22
adrian_1908I'd like to no have rules written if possible, instead of clearing them. But from what I understand, privileged processes may execute its own, right?16:22
sud0x3nsap: Okay im stumped. Why did you kill compiz?16:23
adrian_1908tgm4883: I've been using nftables for a while now. I had set "ufw disable" so far to not have any duplicate rules or similar.16:23
nsapsud0x3: system was unresponsive at startup for unknown reason, I usually do that to "revamp" the UI16:24
adrian_1908Or differently put: Do I need to have ufw installed to "disable" the firewall, or can I just not have ufw installed in the first place?16:25
nsaptgm4883: I have tried Ctrl+Alt+→ with the on screen keyboard, it didn't work but I'm not sure wheter it's supposed to work16:25
naccadrian_1908: you can have ufw installed or not, enabled or not, and that doesnt' tell you if you have a firewall running16:26
tgm4883nsap: yes it should work16:26
naccadrian_1908: it feels like you're assuming there is only one tool to do somethig16:26
naccadrian_1908: and Linux is almost always the polar opposite :)16:26
tgm4883ufw isn't a firewall...16:26
nacctgm4883: well, using the term generally, as the pkg description itself does16:26
adrian_1908nacc: yeah that's my problem. I don't want iptables rules to be created by processes if I use nftables.16:27
nsaptgm4883: do you know in what folder user pref are stored for unity?16:27
naccadrian_1908: i think you would have to disable iptables itself then16:27
tgm4883nacc: sorry, I wasn't disagreeing with you. I was just adding that if you removing a configuration tool for the firewall, that doesn't also remove the firewall16:27
tgm4883adrian_1908: then remove iptables?16:28
tgm4883nsap: That's actually a good test. If you fire up a guest session does it work?16:28
nsaptgm4883: yes it does work, that's why I'm looking for solutions in the user space16:29
tgm4883nsap: ah, interesting16:29
cristian_chello16:29
tgm4883nsap: it's going to be either .local or .config (or maybe both16:29
cristian_cI've a ite 9135 dvb chip (with remote control), it uses dvb-afatech9035 driver, and i've typed sudo ir-keytable16:30
adrian_1908nacc, tgm4883: Ok. I'll try removing it and see if anything breaks.16:30
cristian_cir-keytable and evtest perform successfully keypresses on the remote control. Unfortunately, enabled protocol field is empty and if I try to configure shortcuts in kaffeine, many keys don't work16:30
cristian_cI've tried to modprobe some nec modules, because the remote control support the nec protocol, but I don't know how to solve the issue16:30
cristian_cany ideas?16:30
nacctgm4883: ah yeah :)16:32
=== SimonNL_Afk is now known as SimonNL
sud0x3nacc: id backup your ~/.config and ~/.local if your abot to delete them16:41
naccsud0x3: ?16:41
sud0x3nacc: Ignore me i  misread16:43
naccsud0x3: np16:44
sud0x3/16:44
sud0x3oh no wait tgm4883 did advise you that config files are held under .config and .local folders16:45
tgm4883sud0x3: you're looking for nsap  not nacc16:45
naccsud0x3: yes, sorry, i just meant i think you had the wrong person16:45
sud0x3nsap: ^16:46
sud0x3cheers nacc tgm4883 i didnt notice was using autocomplete.16:46
nsaptgm4883: sud0x3: yes I'll backup those folder and restart the session later16:51
SlowRichardquit17:02
samlwithout rebuilding a package, libogg (which has a conflicting file with libogg0),   how can I replace libogg0 with libogg?17:14
wtalleghanyGreetings folks17:16
crypto420Hey everyone i got a problem17:16
crypto420Hi17:17
alkisg!ask | crypto42017:19
ubottucrypto420: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience17:19
=== capella is now known as capella|away
crypto_hello everyone17:23
crypto_Hi\17:26
tgm4883saml: you seem to ask the same question every day. If you just rebuilt the package you'd be done by now17:37
=== JanC is now known as Guest6853
=== JanC_ is now known as JanC
samltgm4883, rebuilding would be crazy17:45
samlapt-get install -y --force-yes -o Dpkg::Options::="--force-overwrite"     this seems to work17:45
tgm4883saml: yes that would work, just don't come back with broken stuff now17:46
samlrebuilding is a bit of work with current build system. i'm trying easy way out17:46
samlyeah. it leaves a broken system17:46
naccsaml: everything you are trying to do is unsupported, so it feels like it's offtopic for the support channel17:48
samlah i see. sorry17:48
samlactual problem is getting up to date ffmpeg (with all security patches applied) on trusty17:49
naccsaml: given that ffmpeg is nnot available in trusty, that's all offtopic\17:50
samlah i see.  i guess that's why ffmpeg is private package17:50
naccsaml: you mean a PPA?17:51
naccsaml: or use 16.04, which does have ffmpeg17:51
samlno, inside our enterprise17:51
naccwell even more important than, it's not the community's job to support your private pacakges17:52
nacc*then17:52
eelstrebori don't know if these ppa's for video are causing problems but it seems that my 2 gigabyte z97-hd3 boards are having major problems when switching from full screen to normal18:01
eelstrebormy laptops don't seem to have any problems like this18:02
crypto_hi18:11
=== juboxi is now known as jubo2
=== jackNemrod_ is now known as jackNemrod
chotazhello everyone, I've decided to give 17.10b2 a spin and my laptop keeps freezing at the plymouth splash whenever I try to restart or shutdown the machine. I tried switching to texhere are X jobs pending. How can I find out what's causing this?19:00
chrismlhow can i get a list of file names only with `ls`?19:01
chotaz chrisml not sure I understand the question, `ls` by itself only returns the names of the files and folders19:01
chrismlnevermind i'm dumb :D19:02
chrismlls -a19:02
Bashing-om!17.10 | chotaz19:11
ubottuchotaz: Ubuntu 17.10 (Artful Aardvark) will be the 27th release of Ubuntu.  It is due to be released in October 2017. Discussion in #ubuntu+119:11
chotazBashing-om: thanks for pointing it out, I noticed i was in the wrong channel too and fw'd my question to +119:11
Bashing-omchotaz: Good man :)19:12
cristian_cBashing-om: I've looked at /sys/class/thermal19:16
cristian_cBashing-om: inside thermal directory, no thermal_zone* sub-directories19:18
cristian_cbut cooling_device* directories from 0 to 419:19
ioriacristian_c, ls -l /sys/class/thermal   ; they are sym link to dirs19:20
cristian_cwith all the directories including cur_state file having always '0' value and max_state file having always '10' value19:21
masterasiaWhy does cd - return me to my previous directory19:24
masterasiawhat exactly is '-'19:24
masterasiaI have checked the manpages - nothing mentions this19:24
ioriamasterasia, https://askubuntu.com/questions/409121/what-does-cd-cd-hyphen-do19:25
masterasiainteresting thank you19:26
iorianp19:26
cristian_cBashing-om: and  'type' file having 'Processor' value, except the cooling_device4 that has got 'cur_state' value of always 48, 'max_state' of always value '50' and 'type' file having value 'LCD'19:26
heywoodi have a watchdog script running on a remote machine (Ubuntu 16.04.3 LTS) that is supposed email me under certain conditions. the relevant line in the script: 'tail logfile.log | mail -s "(subject line)" my_email_address@foo.com' (without the single quotes). this used to work on 12.04 LTS, but now i get "mail: cannot send message: Process exited with a non-zero status." what am i (now) doing wrong?19:28
ioriaheywood, check postfix (or what you have) log ?19:28
heywoodioria: in /var/log/mail.log i see "Oct  3 15:21:38 intel-nuc postfix/sendmail[7374]: fatal: open /etc/postfix/main.cf: No such file or directory" — but i would have thought postfix should be able to create this file as needed, no? apt list —installed | grep -i postfix gives "postfix/xenial,now 3.1.0-3 amd64 [installed,automatic]".19:31
=== juboxi is now known as jubo2
Bashing-omcristian_c: My reference is my AMD box : " cat /sys/class/thermal/thermal_zone0/temp >> 30000 " . Cool as a cucumber.19:32
ioriaheywood, already tried to reinstall postfix ?19:33
cristian_cyeah, ypu shpukd divide the value, the usually increase the number of eros19:33
cristian_czeros19:33
cristian_cBashing-om: anyhow, I mean, I've only cooling_device dirrctories inside thermal19:34
cristian_cBashing-om: I've also tried s-tui software19:36
cristian_cBashing-om: the major issue is that temp graphs show a value of 6°C continuosly19:37
heywoodioria: i did before, but apparently wrongly. just did apt-get remove / apt-get install, then "cp /usr/share/postfix/main.cf.debian /etc/postfix/main.cf" as instructed by the post-install messages. however "sudo /etc/init.d/postfix reload" fails with "[....] Reloading postfix configuration (via systemctl): postfix.servicepostfix.service is not active, cannot reload."19:38
heywoodi assumed the apt post-install script should have started the service; i'm not sure how to do so manually.19:38
ioriaheywood, te cmd usually is apt install --reinstall postfix ; no nedd to remove19:39
cristian_cif I select the temp sensors menu, I get a list with k10temp.0, it8620e.0, it08620e.1, it8620e.2, it8620e.3, it8620e.4, it8620e.519:39
cristian_cbut none of these are checked, and if I try to check onemof theee , for example k10temp, I remember the temp is 4*C19:40
ioriaheywood, and sudo service postifix restart  is enough19:40
zambai'm looking for a simple tool to monitor if hosts are up or not19:40
iorianmap ?19:41
cristian_cbut some ootiin in this list seem have no effects, and 'regular operation' results always uncheked19:42
=== jstein_ is now known as jstein
cristian_cBashing-om: I also say: some options remain unchecked ifI cme bwck into the menu, after checking one of those19:43
cristian_c(one of these shows always 17°C celsius)19:43
heywoodioria: bingo! —reinstall proceeded without errors, and now i was able to restart the service. just tested the command from the commandline and it's now working as before. thanks so much for your help!19:44
cristian_cBashing-om: so, it looks like there are no essential differences with vslues in lm-sensor19:44
ioriaheywood, vey good job19:44
ioria*very19:44
heywoodcheers :)19:45
Bashing-omcristian_c: Can not say . The experience I have is with lm-sensors : https://help.ubuntu.com/community/SensorInstallHowto .19:46
cristian_cBashing-om: then, I've also made further tests with hwinfo, and I've noticed crazy results. the cpu displayed average vslues of over 70°C, and then in suspension it touched 94*C, without network. After susension, it ststed continuosly on temperatures of 80°C with peaks of 85-86 every some seconds19:48
cristian_cBashing-om: ok, but the graph in s-tui was always plain, with a constant vslue of 6°C celcius19:49
cristian_cI think s-tui could be useful, in my case, f0r monitoring frrquencies, they should be reliable19:50
Bashing-omcristian_c: If it is a consistent value, you will now need to figure out a conversion factor , and put it into a config file .19:50
cristian_c*frequencies19:50
cristian_cbut temperatures, absolutely not, due to buggy it87 driver19:51
vionerHey guys. Can you please check this out? https://stackoverflow.com/questions/46552284/writing-to-vdi-is-delayed-instead-of-immediate-why-vdfuse19:51
cristian_cI don0t know which exactly is the factor19:52
Bashing-omcristian_c: Mine: w83627ehf module . I gave up on any utility to read . There are work-a-rounds - but the side effects dis-swade me :(19:53
jvelasquezI've got Ubuntu 14.04, lightdm, and openbox, but wanted to change the arguments that lightdm uses when starting openbox.  Any ideas where that might be found or controlled?20:04
aarizHey20:04
aarizanyone able to explain something on virtual addresses?20:05
aariz(memory management basically)20:05
naccaariz: probably better asked in a different channel, but you can ask (it doesn't really have to do with ubuntu support)20:05
nacci'd recommend ##linux or #kernelnewbies, if you are asking about the kernnel20:05
aarizAlright, thanks.20:05
duckgooseI have issues!20:07
duckgooseI use ifconfig to shut down wifi, but it comes back up periodically20:07
naccduckgoose: are you using ubuntu desktop? and do you have Network Manager?20:07
duckgooseonly ssh access20:08
naccduckgoose: is the target a desktop or server?20:08
duckgooseserver20:08
naccduckgoose: anything in syslog as to why it comes back up?20:09
jvelasquezduckgoose,  is the interface mentioned in /etc/network/interfaces ?20:10
jvelasquezduckgoose,  cause if it is, then network manager will leave it alone,  and if it's "auto" you change change it to allow-hotplug20:10
duckgoosehmm I don't see it20:12
duckgoosehow would I clear the saved wifi password20:13
leftyfbduckgoose: if you're running ubuntu server, then there's no saved password other than what you wrote to /etc/network/interfaces or /etc/wpa_supplicant/wpa_supplicant.conf20:14
duckgooseso I should add "allow-hotplug wlp4s0" to /etc/network/interfaces?20:15
jvelasquezduckgoose, and then network manager will leave it alone untill you say so20:16
leftyfbduckgoose: where did you setup your wireless network settings?20:16
leftyfbwith ubuntu server, there is no network manager20:16
jvelasquezaccording to the documentation in network manager, the man page20:16
duckgoosewell I shall give it a shot20:17
leftyfbgive what a shot?20:17
leftyfbduckgoose: where did you setup your wireless network settings originally?20:17
duckgooseleftyfb I selected the option to add kubuntu desktop to it, thats probably why it has network manager20:17
duckgoosebut I don't have desktop access anymore20:18
leftyfbthen that's not ubuntu server, that's kubuntu20:18
duckgooseI downloaded and installed the ubuntu server iso20:18
leftyfbwhen you install a desktop, it becomes a desktop machine ... which makes all the difference when dealing with network configs, among other things20:19
duckgooseok I'll make a note of that in the future20:19
stochastixIn ubuntu. system gid are from 0 to 99 right?20:23
geniistochastix: http://people.canonical.com/~cjwatson/ubuntu-policy/policy.html/ch-opersys.html#s9.2.220:25
stochastixI just looked in adduser.conf and it says system GUID is from 100 to 99920:25
stochastixgenii: Oh, nice, thanks!20:27
stochastixIs it normal in ubuntu for the root user to not be in any groups other than root?20:41
naccstochastix: yes20:43
stochastixk, was just looking for a sane group to put him in so my Ansible file doesnt error out, since I had none20:43
stochastixsecondary group that is.20:45
naccstochastix: sounds like a bug in your ansible file?20:46
stochastixmaybe.  I got "Unexpected templating type error occurred on ({{ item.value.groups | join(',') }}): 'NoneType' object is not iterable"}   because there was nothing in the list for the root user when setting up groups and Users(with their -G and -g)20:48
naccstochastix: right, so your template is buggy20:48
naccstochastix: it doesn't handle empty values correctly, afaict (but that's not an ubuntu issue)20:48
stochastixI cant just try removing groups: and see if it ignores it for that user20:48
stochastixNo, it is not a ubuntu issue.20:49
stochastixThat is why I was just wondering if it will be normal to not ever need to add a secondary group to root in Ubuntu, so i can work around this the correct way.20:50
naccgroups don't really mean anything to root20:50
stochastixI know. I find it odd to see root a member of so many in Arch. Their must be a reason for it in Arch i assume.20:51
stochastixK, I need to maybe just do a check to see if groups: is empty and skip over it in the Ansible command somehow20:52
RonaldsMazitisI need sound applet for ubuntu 16.04 running openbox21:04
RonaldsMazitisI need sound applet for ubuntu 16.04 running openbox21:04
CarlFKWhat's the difference between xubuntu and lubuntu?21:17
MathisenCarlFK, mainly the default desktop enviroment21:19
leftyfbCarlFK: XFCE and LXDE Desktop Environments21:19
CarlFKthanks - I was wondering if xubuntu got a name change.21:20
Toadisattvalubuntu is a bit lighter weight isn't it?21:23
CarlFKI was wondering if the were both still active.  I doubt trying to compare them will do anyone any good ;)21:26
varaindemianwhen is the ubuntu lts release date?21:43
geniiThere isn't a release schedule for 18.04 yet21:44
geniiBut traditionally, third Thursday in the month21:45
varaindemianI am on Arch now and I wonder if I should continue with it or switch to ubuntu 16.04 gnome21:47
varaindemianand then upgrade to 18.0421:48
tgm4883varaindemian: probably April 18th, 201821:48
geniivaraindemian: Artful Aardvark will be released October 19th, but it is not an LTS edition21:48
varaindemianwill this be a safe upgrade?21:48
varaindemian16 -> 18 ?21:48
tgm4883yes21:48
tgm4883I mean, there's always things you can do to break it21:48
geniivaraindemian: LTS are the first release on even numbered years. Releases are in April and October21:49
varaindemiantgm4883, like what?21:49
baxxhow do21:51
baxxwhen updating from 14 -> 16 a lot of guides say that you have to back up etc... I'm just wondering what a rough probability of things going wrong is?21:51
baxxis this something that happens regularly, or is it generally pretty safe?21:51
baxxhttps://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-lts21:52
baxxi was going to follow this21:52
glitsj16backups are never a bad idea21:52
baxxno i get that21:52
tgm4883varaindemian: baxx really depends on how far from a default install you go. Things that would get you into unsupported territory are things more likely to break a distro upgrade21:52
tgm4883varaindemian: baxx eg. lots of PPA installs, compiling core components, etc21:53
baxxtgm4883: hrm - so If i have PPA's currently then that's going to make things more risky or what not?21:53
baxxthe idea of wiping and starting from scratch sounds painful21:53
tgm4883baxx: will it break? Probably not. If I tell you it won't break will it break? Definitely21:54
baxxtgm4883: ha, i'm not superstitious :)21:55
tgm4883I generally recommend a reinstall for no other reason than it makes me actively get the software that I need. Meaning I won't have some piece of software that I installed 9 years ago and haven't used in 7 years still on my system21:55
tgm4883And I always recommend backups21:56
tgm4883well, backups of important data, which I know is kinda redundant21:56
baxxtgm4883: mhm... that's one reason i'm tempted ( in spite of the apparent pain ) to do that... as this is the first install i did ( this system ) and there are probably loads of bodged things21:56
baxxpartitions are pretty messy for a start21:57
baxxhttps://image.ibb.co/idcsbG/image.png < ? seems messy at least21:57
tgm4883baxx: that's a good reason to redo it then. I generally recommend 1-2 partitions (depending if it's UEFI based or not)21:58
baxxtgm4883: i can't even remember tbh... I think so ( think it had windows 8 originally )21:58
tgm4883baxx: that's not that bad. You've got Windows on there so that makes a bunch of partitions21:58
tgm4883but your linux partitions aren't out of the norm21:59
baxxcool... yeah i should have wiped windows tbh, i can't recall the last time i opened it , and that was accidentally. Would the back up be dd'ing to an external drive?21:59
tgm4883baxx: no, I'd just copy the stuff I wanted to save22:00
baxxah ok... i mean, could just copy the whole of ~/ , ?22:01
tgm4883yea that would work22:02
baxxok cool... i think I'll do this at the week end... so dist-upgrade doesn't do the wipe that you were referring to ?22:05
tgm4883correct22:05
baxxso what would be the steps for you from this position ?22:05
baxx( after backing up ... )22:05
baxxboot off USB, wipe and install?22:05
tgm4883boot off usb and install. Wipe during install22:06
baxxok... what's the compatability like between mint and ubuntu? I get mint it a fork or whatever, but are there any clangs?22:07
tgm4883yea, don't use mint22:07
baxxhow come?22:07
elricsfateHello all22:07
elricsfateOn Ubuntu 14.04 LTS22:07
baxxtgm4883: it's lighter than ubuntu isn't it?22:07
elricsfateDespite having a number of outstanding security updates, running unattended upgrades reports the following "No packages found that can be upgraded unattended and no pending auto-removals"22:08
elricsfateAnything I should look at that might be causing this?22:08
tgm4883baxx: for starters, IMO there isn't any need to anymore. secondly, you can't get support for mint in here, thirdly, you can't get any support in the mint channel because there just isn't many people there fourthly, contrary to popular believe, the lack of people in the mint channel doesn't mean you can get mint support here. Lastly, did I mention you can't get support for mint in this channel?22:09
tgm4883baxx: as for "lighter", there are many flavors of Ubuntu you can use. I myself use Ubuntu Mate22:09
baxxtgm4883: the support arg is valid - but i was wondering about whether there were clangs between the two, but if no one uses it i guess no one would know ¯\_(ツ)_/¯22:10
baxxtgm4883: ah ok - yeah i have heard of mint mate... ubuntu mate is lighter ok, i might go with that22:11
tgm4883baxx: oh a bunch of people use mint, they just don't bother to support it ;)22:11
elricsfatebaxx: If you're on Mint I'd suggest going elsewhere22:12
elricsfateUnfortunately, the Ubuntu community is incredibly hostile towards Mint users when it comes to support22:13
baxxelricsfate: i'd suggest geting up to date then jumping in22:13
tgm4883elricsfate: he's not on mint22:13
tgm4883elricsfate: and we aren't hostile, we just don't support it22:13
elricsfateAh, apologies22:13
elricsfateAnyhoo, anyone happen to know what might be causing the unattended-upgrades issue I'm seeing :P22:13
baxxelricsfate: think before you type next time22:13
tgm4883baxx: he came in after most of that conversation22:14
elricsfatebaxx: Yeh man, I haven't been following your conversation most of the time. Calm yourself22:14
baxxshould have thought " maybe i dont' know what i'm talking about " then , i guess22:14
tgm4883ok everyone, let's all just chill22:14
elricsfatebaxx: If you're this angry, maybe it's time for a walk22:15
tgm4883elricsfate: what is this report you're talking about22:15
elricsfatetgm4883: unattended upgrades reports this "No packages found that can be upgraded unattended and no pending auto-removals"22:15
elricsfateThis is despite having over 100 packages that require security updates22:15
elricsfatehttps://paste.fedoraproject.org/paste/rJGmjugmQl9VuZxvX5l7uw22:17
tgm4883elricsfate: hmm, not sure as I don't use unattended upgrades. Is there any debug/verbose options that says why each package can't be auto-upgraded?22:17
tgm4883If not, that would be a good feature to have22:17
elricsfateI'm already on debug but it doesn't seem to provide much info on why it isn't being matched22:17
elricsfateMaybe it does but these longs are the size of a small nation22:18
elricsfate*logs22:18
elricsfateThe config file for the the unattended seems to be in it's proper22:18
elricsfate(seen at the above paste)22:18
maddawg2http://money.cnn.com/2017/10/03/technology/business/yahoo-breach-3-billion-accounts/index.html22:19
naccelricsfate: well, only allowing security is buggy (security can depend on non-security updates, afaict)22:20
alive876regarding a free VPS (Ubuntu 16) i recently was loaned, I am trying to grok this statement: "The (ie "my") VPS is behind a NAT and xx.xx.xx.xx is not a publicly routable address so you need some proxy setup through Lydia to get to any ports that aren't explicitly forwarded..."   where "Lydia" is our shared publicly routable Debian system. Does that mean I need to set up a proxy server on "Lydia" that would accept http requests and 22:20
elricsfateIt appears to be supported nacc https://help.ubuntu.com/lts/serverguide/automatic-updates.html22:20
alive876address of the VPS?22:20
naccelricsfate: see how the release pocket is neabled too?22:20
elricsfatenacc: sorry, neabled?22:21
elricsfatealive876: You can likely get away with SSH forwarding22:21
naccelricsfate: enabled, sorry22:21
naccelricsfate: also, are you sure on your syntax? that doesn't match what's in my connf file or the webpage you pointed to22:21
elricsfateOn the paste?22:21
elricsfatenacc:22:21
naccelricsfate: right22:22
elricsfateIt appears to be the same syntax as in the documentation I linked22:22
naccelricsfate: you are using "Origins-Pattern" while that literally doesn't appear on that wiki page22:23
elricsfateHerpity derp22:23
elricsfateI see what you're saying now22:23
naccelricsfate: I'm not sure it will make a difference, but u-u works here, and I am using the stock config basically22:23
elricsfateIt's worked before for me as well22:24
elricsfateThough I tested on 16.04 and not 14.0422:24
elricsfateEven changing to the exact syntax used here22:26
elricsfatehttps://help.ubuntu.com/14.04/serverguide/automatic-updates.html22:26
elricsfateI still get the same error22:26
naccelricsfate: the error being no packages are installed?22:27
naccelricsfate: what does /var/log/unattended-upgrades say?22:27
elricsfateCorrect22:27
elricsfateOne moment and I'll paste bin it22:27
elricsfateHerp22:29
elricsfateIt looks like per this they actually WERE upgraded22:30
elricsfateWhen does the MOTD update?22:30
elricsfateWhat threw me off was that the MOTD still said their were outstanding security updates22:30
elricsfateI believe on 16.04 that updates regularly because if I see packages, upgrade, logout, log back in it will show no outstanding updates (Maybe I'm remember incorrectly or perhaps the MOTD functions differently on 14.04?)22:31
elricsfatenacc:22:31
elricsfatehttps://askubuntu.com/questions/105689/how-is-etc-motd-updated#10569122:32
elricsfateYep this indicates it should be updated on login22:32
elricsfateNot sure if that was a thing in 14.04 or perhaps it is broken on these boxes22:32
naccelricsfate: oh ok22:37
elricsfateYeh it looks like it's broken22:38
elricsfateIt now isn't showing the update script at all on the MOTD22:38
elricsfateAnyway, at least we're secure :P22:38
elricsfateThanks!22:38
zambai'm looking for a simple solution to monitor hosts22:38
zambajust something that will alert if a host doesn't reply to icmp ping requests, for instance22:39
elricsfatezamba: Does it have to be FOSS?22:39
elricsfateand does it have to be free22:39
elricsfatezamba: https://www.pingdom.com22:40
elricsfateThis will likely fit the bill if you want very basic monitoring and I believe it has a free tier22:40
bcowanthere a simple way to have grub-update to find my ubuntu-budgie install instead of ubuntu taking over?23:01
bcowanseems like a bug to me23:01
tgm4883bcowan: um, what23:07
bcowantgm4883, i have lots of distros installed on this box, but ubuntu regular keeps removing ubuntu budgie from grub menu and visa versa23:12
=== Schnabeltierchen is now known as Guest81267
=== Schnabel1 is now known as Schnabeltierchen
=== Schnabeltierchen is now known as Guest26176
TJ-bcowan: is os-prober enabled and finding other distros ?23:19
bcowanTJ-, yes..just one ubuntu shows up each time, sanity would think the "flavors" would add ubuntu-budgie etc to the menu not just generic ubuntu23:21
TJ-bcowan: are either of them in encrypted file-systems or on external devices? usually that happens because os-prober cannot locate their root file-systems (os-prober is called by update-grub to find other OSes for adding to the GRUB menu)23:22
=== jstein_ is now known as jstein
TJ-bcowan: or, is one installed for UEFI boot and the others for BIOS boot - or the other way around?23:23
bcowanTJ-, they are both efi boot no encryption23:24
TJ-bcowan: each distro in a separate partition, or in LVM LVs?23:24
bcowanos-prober finds win10 and gentoo etc etc23:24
TJ-bcowan: there are some debug options and you can run os-prober manually to see what it is (not) doing23:24
jvelasquezleftyfb,23:25
bcowanTJ-, yeah separate partitions23:25
jvelasquezleftyfb, what does the fb stand for?23:25
TJ-bcowan: try "sudo sh -x /usr/bin/os-prober"23:26
TJ-bcowan: that'll let you see every command being executed, you might need to capture the output to a log file by adding "... | tee os-prober.log" to the end so we can check it23:27
bcowanehttps://pastebin.com/p5LGW2un23:29
bcowanerr https://pastebin.com/p5LGW2un23:29
leftyfbjvelasquez: what does that have to do with ubuntu?23:31
jvelasquezI've got a ubuntu 16.04 server, with some desktop stuff on it, including network manager, slaves: eno1 and eno2, and bond0 are in /etc/network/interfaces, https://pastebin.com/raw/B3QQu16p , and for some reason, dhcp discovery packets don't leave the machine until about 8 minutes after boot.  Any ideas?23:32
jvelasquezmy techie friend told me to check the RAM23:34
TJ-bcowan: are Windows and gentoo the ones (beside Budgie) you expected to see, or are others missing?23:34
bcowanTJ-, yes23:35
TJ-bcowan: so, where is 'budgie' and what's different about it? I've heard of it but never looked. If it does something different in its rootfs then os-prober might not know how to locate it23:36
bcowanTJ-, nothing should be different...default install with a root btrfs on sda5 and boot on ext4 sda723:39
TJ-bcowan: also, to help you understand how os-prober works take a look at all the probe script files it has. it'll give you some context on how it searches/finds other OSes. do "dpkg -L os-prober | grep probe"23:39
bcowanTJ-, ubuntu regular is on sda11 and 1223:40
=== Schnabeltierche- is now known as Schnabeltierchen
TJ-bcowan: I'm wondering if it's because it's another 'ubuntu' - it isn't looking for it's own distro... it is expected GRUB will put ubuntu in itself, but GRUB won't look for anything other than the running OS23:41
bcowanTJ-, ill chroot into budgie and see what os-prober shows from there23:41
bcowanTJ-, exactly what im thinking and why i think it maybe a bug/oversight23:42
TJ-bcowan: maybe write a small probe script of your own so it does recognise budgie. possibly reading /etc/issue if that is unique in Budgie.23:42
TJ-I'm pretty sure I've had update-grub list multiple Ubuntu installs in the past. But not seen it recently and now I think about it I do have several LVM LVs with various versions. So, it may be this was 'by design' - previously the entries would get mixed up (wrong name/rootfs in grub.cfg)23:44
TJ-bcowan: On 16.04 here, I only get Ubuntu with the various kernel versions, I don't get the other versions I have in those LVs. Same thing as you I'm guessing23:44
jvelasquezHow would somebody configure ubuntu to request an IP off the network using DHCP?23:46
bcowanTJ-, ahh i might check the different kernels under advanced and see if one points to a different root23:47
jvelasquezsary, what's the pw?23:49
mosswhy on earth is the screensaver broken in 17.0423:50
TJ-bcowan: that was my issue, the 'name' was the same as the primary ubuntu, but the rootfs pointed to a different version so i had no way of knowing which was which. I wrote a custom script for /etc/grub.d/ to fix that23:50
mossi try to lock my screen23:50
mossand it doesnt work23:50
jvelasquezmoss, I had that problem!23:51
mossjvelasquez: ya23:51
mossjvelasquez: did you fix it23:51
jvelasquezmoss, yah!23:51
mosshow23:51
mossinstalling gentoo?23:51
jvelasquezmoss, but I think maybe I only had the problem after changing my desktop to Gnome,  or maybe I only discovered the problem after switching to gnome.23:52
mossheh23:52
jvelasquezmoss, in any case, it's pretty funny huh.  I fixed it by changing to gdm3 as my display manager.23:52
jvelasquezworks great now.23:52
mossheh23:53
jvelasquezmoss, but let's confirm the issue,  is the issue where you can switch around between tty7, tty8 to evade the pw prompt and return to desktop right?23:54
bazhangjvelasquez, he left23:54
TJ-jvelasquez: sounds like that's because of running the greet on tty8 and the user session ont tty7 now. Was supposed to make things smoother but I've seen a lot of regressions and bugs due to it23:56

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