[00:10] hey, can someone please tell me how to reset the network when I've got a bridge set up? [00:10] sometimes when i boot up linux on an external hd with various computers, the internet won't connect 50% of the time. it has the circular arrow at gnome. [00:11] i tried doing this command "/etc/init.d/network-manager restart" but no luck. only a full restart works 50% of the time. [00:13] here's a pastebin of my network interfaces: https://pastebin.com/8ckuqKjk [00:13] <[n0mad]> moredrowsy: this page seems to give a plethora of ways to restart the network https://linuxconfig.org/how-to-restart-network-on-ubuntu-18-04-bionic-beaver-linux [00:14] moredrowsy: you insist on keeping that "bridge"? [00:14] i need to use it for the kvm [00:15] well, let's disregard the kvm at the moment, how would you suggest to fix it? [00:16] [n0mad], i tried all those. unforunately, it didn't work. [00:17] moredrowsy: it's working right now though correct? [00:18] yes, sometimes it would work and sometimes it won't [00:18] and when it won't work, i tried all those nework restarts and etc and it's still dead until restart and then i just pray it'll work the next startup [00:18] moredrowsy: have you looked at the logs when the symptom occurs??...intermittent issue..so the logs at present aren't going to reveal much [00:19] hmm, which log should i look at next time when it happens? [00:20] moredrowsy: the system log or syslog or journalctl [00:20] ok, i'll look at those next time it doesn't work. thanks for the help! [00:22] moredrowsy: shouldn't you be using systemctl? Ubuntu has pretty much moved away from init and upstart. [00:26] yes, i tried that too, unfortunately. =/ [00:33] moredrowsy: what version of ubuntu? [00:33] 18.04 [00:33] moredrowsy: ah... you've got issues then... i can see why a bridge would give you issues. they're normally setup on a single device... portable installs will have varying network devices. [00:33] to be more precise, the problem happens A LOT more often at school's computer than at my home. Only happened twice at home but at school, it like a flip of the coin [00:33] @nacc that's the problem since the software updater didn't give me any errors [00:33] i'm not sure how you should handle that honestly. I normally configure for specific devices. [00:33] but why do you need a bridge? [00:33] Oh. KVM. [00:33] @ryuo, i need it for kvm to run windows 10 [00:33] i didn't even know there are broken packages [00:33] i didn't reboot for the sake of rebooting. "i rebooted" was turning off the computer before going to bed and on a cold boot i saw the issue [00:33] moredrowsy: all i can suggest is try setting them up with virtual interfaces and use NAT or something to put them on the regular network. [00:33] @ryuo, do you know if getting rid of the bridge still have fileshare functionality? [00:33] if they don't need to act as servers, that may be enough. [00:33] moredrowsy: with what? just the host? [00:33] Hello. Is there a way to enable natural scrolling on 16.04? [00:33] yes, just the host. the onlyreason i need bridge is to get on win 10 to download project files but if i can file share then i dont need the net on kvm [00:33] moredrowsy: well, if you can setup an NAT bridge for your VMs... that could be a viable workaround. [00:33] It would only have direct network access to the host. [00:33] moredrowsy: then network connectivity for the VMs will be more dynamic, not dependent on the underlying networking hardware variants. [00:33] ok, ill read up on how to set up a ANT bridge. thanks for the idea. [00:33] NAT* [00:33] moredrowsy: it's basically a bridge that has an IP for the host and each container adds their own virtual interface to it. [00:33] all network access outside is through iptables NAT. [00:33] the host will act as a router of sorts for them. [00:33] moredrowsy: this is very common with systemd containers or LXD. [00:33] ok, i'm confused but ill research it. thanks [00:34] moredrowsy: not really that bad if you understand switches and routers. [00:34] this doesn't use advanced features like VLAN. [00:35] if you've ever configured a gateway router for your home, it's not much different. [00:36] i haven't touched any router except what the router automatically does it me but i think i understand the underlying concept that you explained. [00:36] Darn. Missed a good question. :( [00:38] brb. i'm going to rid of all the bridge stuff and try your suggestion. [00:57] ryuo, NAT works. thanks! [01:00] ray@ray-Kudu-Pro:~$ ps x | grep -i wayland [01:00] 2773 pts/0 S+ 0:00 grep -i wayland [01:01] What is this telling me ? [01:06] texla: are you still trying to figure out what you're running? [01:07] FortKnight, yes am I running wayland or Ubuntu I have logged in to Ubuntu [01:07] texla: open terminal> sudo apt install inxi [01:07] texla: let me know when done...you can do this by simply saying "done" [01:08] texla: ' echo $XDG_SESSION_TYPE ' . [01:10] FortKnight, done [01:11] texla: open terminal> inxi -Fxxprzc0|nc termbin.com 9999 [01:11] texla: share url/link here..if you do not get a url/link...say so [01:11] Bashing-om, ray@ray-Kudu-Pro:~$ echo $XDG_SESSTON_TYPE [01:11] ray@ray-Kudu-Pro:~$ === BgLamersTeam is now known as Dreaman [01:14] FortKnight, ray@ray-Kudu-Pro:~$ inxi -Fxxprzc0|nc termbin.com 9999 [01:14] http://termbin.com/qrxn [01:15] texla: gnome gdm3 xorg [01:15] texla: you are NOT using wayland [01:16] you are NOT the father lol [01:16] FortKnight, I am logged in to Ubuntu 18.04.1 [01:16] texla: yes you are.... Distro: Ubuntu 18.04.1 LTS [01:17] FortKnight, Thanks that answered my question [01:18] texla: how did you get that readout? [01:18] inxi? [01:18] texla: Desktop: Gnome 3.28.3 (Gtk 3.22.30-1ubuntu1) dm: gdm3 [01:18] texla: Display Server: x11 (X.Org 1.19.6 ) driver: i915 [01:18] texla: gnome gdm3 xorg [01:22] johnjay, sudo apt install inxi then follow fortknights instructions [01:23] that nc command is uploading it to termbin?? === fcastillo_ is now known as fcastillo [02:03] Any advice on a good method for managing permissions on a network drive (NFS or something) with multiple users and machines on the network? [02:06] a system administrator [02:07] appa groups make it easier [02:08] they would but users are identified by UID on the NFS server and they vary from machine to machine [02:08] lol I suppose I should mention it's a home network and I'm dealing with family members [02:09] appa make all the users the same gid on all the machines [02:09] excuse me uid [02:10] LDAP [02:10] why not centrally manage with LDAP...make your life easier [02:10] I was looking into LDAP, but I'm missing something in the setup, it never seems to work. I'm comfy in linux but not sys admin [02:11] the uid might be a good temporary fix, just assign each kid a uid on their system [02:11] FortKnight: if you can recommend a good newb's guide to LDAP I'd appreciate it. [02:14] https://help.ubuntu.com/lts/serverguide/openldap-server.html.en [02:14] that's a LDAP doc sanctioned by ubuntu [02:14] thanks! [02:18] running ubuntu, codeblocks is not loading [02:19] just appears to load executable but does not load === _rz1a is now known as rz1a\ [02:48] Is libre office the best there is for open source alternatives to Microsoft Office? === rz1a\ is now known as _rz1a [02:59] can't get out of that windows habit of wanting to just close the pidgin buddy list and keep only the room open, wish I could launch it by default with the X scrolled offscreen to right so it's unclickable, did that now to prevent it [03:00] upon automated startup I've been stalled on a black screen that doesn't reach login, I seem to get through when I select the Advanced option, choose Recovery Mode, and then "resume boot" without actually using any of the recovery options [03:00] I'm wondering if I could figure out why that happens though and solve it so I can simply start it up and not need to do that [03:00] or else, at least have it default to Recovery Mode every time I start the computer so that I can run that process [03:01] and strangely, the Advanced options now give me 4 options instead of the usual 2, the normal and advanced for 2 versions, 4.15.0-34 and 4.15-029. I chose the 1st, not sure the why 2nd shows up if there was an update [03:04] if it's not opssible to close the Pidgin buddy list I'm hoping to split it into a separate bar on the bottom so I can single click to return to this room [03:35] anyone can recommend a virtualization app? I'm going to install win10 [03:35] !virtual [03:35] There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications [03:46] Hello, is it possible to use netplan to set dhcp to register the hostname with the dhcp server? My Ubuntu VM is getting a lease from pfsense but it is not registering the hostname === ShaRose_ is now known as ShaRose === weltall2 is now known as weltall [04:45] Hello. Is there a way to point a domain name (for example voziv.test) to be resolved by a specific IP? On my macbook I'm able to set a file under /etc/resolver/squadley.test and specify the nameserver to contact. [04:46] My main goal is to be able to redirect *.voziv.test and similar domains to query dnsmasq which is running in a docker container on my machine (dinghy-http-proxy to be exact) [04:47] I'm running 18.04 and as far as I can tell there's no /etc/resolver like on mac [04:52] Voziv, so the question is do you want this domain to public point to an IP address? [04:53] Goop: No, just on my machine. I'd just like my machine to use a specific nameserver when it queries voziv.test [04:54] Oh okay, you have a local copy of DNS records. [04:54] yeah. dnsmasq is running in a docker container, which is exposed on port 19322 [04:55] I have a tutorial that was easy as hell to do what you're talking about. [04:55] https://blog.heckel.xyz/2013/07/18/how-to-dns-spoofing-with-a-simple-dns-server-using-dnsmasq/ [04:56] I know almost nothing about DNS, and that is the tutorial I used. [04:56] Hey everyone, it's me! [04:57] LTorvalds, heyyyy! [04:58] Goop: How's the fam? [04:58] I saw on my chrome browser that you had stepped down a little bit. Unless of your this is not the real Linus Tarvolds. Lol [04:58] Eh, I'm doing alright, how about yourself? [04:59] no i am Lenny Torvalds (No Relation) [04:59] Oh lol. [04:59] Yeah, I thought that was weird. [04:59] i agree, so strange [05:00] would anyone know how to set a keyboard key to function as right mouse click? my button isn't working [05:01] NewToLubuntu, interesting question. I am running Ubuntu LTS 16.04, so my question is which version of Ubuntu are you using? [05:06] NewToLubuntu: mouse keys perhaps.. turns your numpad into a crude mouse input [05:08] I'm using Lubuntu, maybe this wasn't an included feature? [05:08] I think the latest one I'm using is based on 16.04 [05:08] I used to use MouseKeys back on Windows Vista, getting that back would be great [05:08] I had considered the standard Ubuntu but had heard 4 GB of RAM was optimal and this desktop only had 3 GB [05:17] Goop: I followed this to setup dns masq: https://askubuntu.com/questions/1029882/how-can-i-set-up-local-wildcard-127-0-0-1-domain-resolution-on-18-04 [05:18] Instead of putting address=/.example.com I put server= to point it to the other dns masq server [05:18] Voziv, did you have a problem with the tutorial? [05:31] I just xkilled my OS bottom menu... does anyone know how to bring it back [05:31] I thought I should click on the program in the task bar but it vanished the taskbar instead [06:33] How to disable ubuntu server MOTD? [06:34] Furai: join #ubuntu-server mate [06:38] Not the answer I was looking for but I will. I think I'm hitting around 50 channels on Freenode about now. Thanks. :) [06:40] Furai: we seperate channels with experts of knowledge, i try to widen your options [06:40] Yeah, I understand. Sorry if it sounded like I got annoyed. :P [06:40] It's all good. [06:56] After upgrading to 18.04.1 I cannot login anymore. The graphical login screen just returns to the login screen and the command line login sais "Login incorrect". What can I do about that? [07:05] MonsieurBon: You can check a non-graphical login (ctrl-alt-f1). [07:05] Sorry, I misread that. [07:06] MonsieurBon: You can boot to "recovery mode" from GRUB and try there. [07:07] MonsieurBon: If that fails as well you could boot from a USB drive and try to reset the password. === HalfWord_ is now known as HalfWord [07:45] Hello! [07:47] in ubuntu 16.04 I launch my Postman app and icon is visible, but when I pick "lock to launcher" option the icon is missing and generic question mark is displayed instead. [07:47] in corresponding .desktop file there is path to icon: Icon=/opt/Postman/resources/app/assets/icon.png [07:48] I have a problem with a server, let me explain. I had a Debian server running xen with an Ubuntu guest, the server ran in to hw issues so I moved the guest to an machine with a Ubuntu Desktop install, got it running and everything was fine. [07:49] I can ssh in to the host, but it can't reach out [07:49] both the guest and the host is running 18.04 [07:51] the host have had docker installed and I plan on installing it again [07:53] here's the output from ip addr https://pastebin.com/mFYt4HCX === kundancool is now known as anonymousK [08:44] can someone help. I am always having problems with this and I would love to get a handle on it once and for all. My heads are not working. Tbh neither are my speakers but the headphonesa re the things I care about [08:45] ironically bluetooth headphones DO work. but connecting directly to the minijack they dont [08:45] What should I be checking first? I have checked they are not muted in alsamixer, however once plugged in they don't appear as a device in pauvcontrol [08:47] Kingsy, what hardware do you have? [08:58] What happens if I close the laptop lid during apt upgrade? [08:58] zzarr: can I finsd more information about that? its an hpzbook [08:59] Kingsy: 'lspci | grep Audio' [08:59] ledeni: 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) [09:02] Kingsy: can you check pavucontrol -- configuration -- profile [09:03] ledeni: what am I looking for? it just shows the itnerface on "output devices" HDMI / Displayport is selected. and is the only device in the list [09:05] Kingsy: check configuration profile options [09:07] ledeni: sorry I don't see a whole lot here. Under "configuration" there is "built in Audio" with again various HDMI options and also "Analogue Stereo Input" [09:07] Kingsy: just try build in Audio [09:08] ledeni: yes but the dropdown options (profile) for built in audio are HDMI only. [09:09] Kingsy: ok [09:09] Disital Stereo HDMI output for example. Digital surround HDMI loads of HDMI options the only one that isnt HDMI in the list is "Analogue Stereo Input" those are all profiles of "built-in audio" [09:10] How to get a gpg key from PPA ? I dont want to use apt-key to download one. I need to wget (with http proxy) it and add manualy with apt-key. Thanks [09:11] like wget https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x93C4A3FD7BB9C367 -o key ? [09:11] Kingsy: you connected with this lappy to tv? [09:11] ledeni: no. just two monitors [09:11] Kingsy, I found this https://forums.linuxmint.com/viewtopic.php?t=267963 [09:12] so the hdmi is in use. [09:12] It's for mint but it could work [09:13] hm I don't want to delete the config. There is some custom stuff in there for my pulseaudio server. [09:14] Kingsy, do "sudo modprobe -v snd-hda-intel" return anything? [09:14] zzarr: no! it doesnt [09:14] should it? [09:14] yes [09:14] oh... [09:14] well I guess this is the issue. [09:15] you're missing a driver [09:15] boom. Any idea how to add the driver I need? [09:15] you could try "sudo apt install linux-restricted-modules-`uname -r` linux-generic" [09:16] E: Unable to locate package linux-restricted-modules-4.15.0-33-generic [09:17] try "apt search linux-restricted-modules" [09:18] no results just Full Text Search... Done [09:19] try and see what "apt search linux-restricted-modules" yields [09:20] just realized, are you sure the sound card is enabled in BIOS? [09:21] zzarr: it has to be because bluetooth headphones work [09:21] right? [09:21] apt search linux-restricted-modules doesnt return anything either. [09:22] Kingsy, no, a bluetooth headset is a separate audio device [09:23] I have to go soon [09:24] oh well I could check the bios!! [09:24] 100% [09:25] yea, good luck [09:25] bbl [09:26] someone know how could I access the files of a docker ? [09:30] aLeSD: docker exec -it running_container_id /bin/bash [09:30] aLeSD: Then you can `ls` in there [09:32] drager, repository does not exist or may require 'docker login'. [09:33] aLeSD: What? It needs to be running. `docker ps` then grab the CONTAINER ID and the run the command [09:33] and then* [09:34] drager, this is the output of docker ps: [09:34] 2cf7f6d494fc eosio/eos-dev:v1.2.5 "/bin/bash -c ./scri…" 17 hours ago Up 17 hours 0.0.0.0:8888->8888/tcp, 0.0.0.0:9876->9876/tcp eosio_notechain_container [09:36] drager, ok .. done .. I was using the name instead of image [09:36] thnaks [09:36] aLeSD: Yeah, do `docker exec -it 2cf7f6d494fc /bin/bash` [09:36] Yeah, name works as well. [09:36] Np [09:44] Is possible to download this key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 with curl ? === kundancool is now known as anonymousK [09:47] hello [09:47] how do I purge and reinstall my window manager xfce ? === capella is now known as capella|away [09:48] It hangs at startup and I have to start by hand xfwm4 --replace; xfdesktop-start.. [09:48] jil: by window manager xfce you mean thunar?? [09:49] isn't thunar the file manager ? [09:49] xfwm ? [09:49] I mean the software handling the x-windows [09:49] yes xfwm probably. [09:49] no idea what xf stands for but wm = window manager [09:50] x (stand for itself I gess) [09:50] well at startup juste after logging I have only see a terminal partly drawn. [09:51] I can enter commands. I use it to enter xfdestop-start and xfwm4 --replace [09:51] Try removing ~/.config jil [09:52] hum.. sounds like a good idea. Thankyou Something1 didn't think about that. (didn't know where the conf file was..) [09:52] (I don´t ever use XFCE so don´t know where the config files for it are, but that *should* be the place) [09:52] it is [09:53] Yay! Lemme know if it works please [09:53] coming back (I hope) [10:00] well nope. Did not work... I logged out, logged in but here was my screen https://www.imgpaste.net/image/wfhpE [10:01] Bah! That happened after an update? [10:02] I don't recall... when exactly it started.. a few months. [10:04] jil: https://askubuntu.com/questions/143376/how-to-change-xfce4-default-window-manager [10:08] jil, I don´t know how to solve this.. maybe a sudo apt update && sudo apt-full upgrade, just to make sure about that. And then sudo apt --reinstall install xfwm4? [10:08] sudo apt full-upgrade* [10:08] ok.. I'll try.. thank you [10:11] sudo dpkg-reconfigure xfwm4 jil no idea waht that exactly does but worth checking out on the web [10:11] sounds promising to me === kundancool is now known as anonymousK [10:21] YES ! [10:21] yes ! yes ! [10:22] all set back on track... [10:22] Thank you [10:29] jil: what ? [10:29] update, upgrade [10:33] yay jil :D [10:45] guys, as 16.04 canonical has swapped completelly upstart for systemd right? [10:45] 16.x is using systemd yes [10:46] I thought in 16.04 there were some upstart hooks still [10:47] 16.x is systemd. [10:49] Something1, FortKnight, well it appears, i was just watching everything running on my system [10:49] and still got 2 "upstart" processes [10:50] Yeah that´s what I mean! I don´t know what it´s used for but I thought it was still in small places there [10:50] although i think it is only the subdirectory, but whoever its calling must be systemd (but what i know, im just guessing) [10:51] https://askubuntu.com/questions/867843/sysv-upstart-and-systemd-init-script-coexistence found this [10:51] there's a #ubuntu-dev or #ubuntu-developer channel if you want to chat with devs about how/why ubuntu is the way it is [10:52] FortKnight: best not forward users over there without a specific reason [10:53] FortKnight, dont worry, my knowledge doesn go that deep and also i guess the hybridation comes as the pay for the transicion [10:53] you know, they cant jsut trow years of code already made to work with upstart just because lol new init system [10:54] Kremator: you dont need to use systemd if you dont like, there's 12.04 ESM too and 14.04 ESM soon [10:54] ESM? [10:54] !esm | Kremator [10:54] Kremator: Canonical offers paid extended security support for 12.04 through the Ubuntu Advantage program. For more information, see https://ubuntu.com/esm . ESM is not an Ubuntu community offering; please direct questions about it to Canonical directly. [10:54] lotus|NUC: i'm sure mods can "police" themselves and the rooms they mod [10:55] lotus|NUC: that's kinda what they do [10:55] FortKnight: im just saying, dont disturb devs when there's no actual need to [10:55] lotus|NUC, lol no, im just an individual, i just asked by curiosity and if it was for "removing the systemDevil" i would just go with void linux or smth like that [10:56] just asked because reading some old tutorials o had downloaded and notice they mention upstart [10:56] Kremator: systemd is not that evil, feel free to discuss it over #ubuntu-discuss [10:56] Hehe only slightly evil? [10:56] lotus|NUC: and i'm sure the room would be "invite only" or have some other mechanism to keep regular users out if it was of importance...like #linux NOT ##linux which is open to any and everybody [10:58] lotus|NUC: disturb?...worst case is nobody responds for hours. [10:58] feel free to discuss in #ubuntu-discuss if you like FortKnight === kundancool is now known as anonymousK === anonymousK is now known as kundancool === kundancool is now known as anonymousK === anonymousK is now known as kundancool === pavlushka_ is now known as pavlushka [11:28] So. Attemping an upgrade from 16.04 to 18.04 and this is the result: https://paste.ubuntu.com/p/hky2J2MbvV/ [11:28] I'm a little concerned and not sure what to do next. Just rebooting seems like it could result in a no boot situation. [11:31] After executive 'sudo iw wlp2s0 del' I am unable to turn on my wifi [11:32] how to fix it? [11:38] mmkumr_, shouldnot be persistent [11:38] dchapman: you might try /var/log/dpkg.log to see if there's anything of interest [11:39] dchapman: you could also try 'sudo apt -f install' to see what happens [11:40] yeats: Ok, the log file is long and I have no idea what I should be looking for. I'll try the -f install. [11:43] Looks like it's running to dep issues, and "no such file or directory" errors. It's processing a ton of packages though, apparently. [11:44] dchapman: if you can record any errors you see (copy/paste them into a file somewhere) that will be helpful [11:45] Well, I'm not sure if I have the scrollback to catch them. Eesh. [11:47] dchapman: you can use the 'script' command (either type 'script' [Enter] and it will create a file in the current directory called 'typescript' - after you're done, Ctrl-D will exit script) [11:48] s/either// [11:48] dchapman, you should be able to append '|& tee -a output.log' to your command... then you can see it, and capture everything to a log file as well [11:48] yeah, more than one way to do it ;-) [11:48] Neat, didn't know about either! [11:49] the errors you're seeing *should* end up in /var/log/dpkg.log though [11:50] It completed with 2384 not upgraded. What a headache. [11:50] yeah :-/ [11:51] dchapman: you should see something like "Errors were encountered while processing:" with a list of packages - if you can pastebin that somewhere, it might help [11:56] I opened dpkg.log in vim and "while processing" didn't match anything. Hm. [11:57] dchapman: no - not in the log - on the screen after running 'apt -f install' [11:58] dchapman: and you can re-run 'sudo apt -f install' command too - it won't hurt anything [11:59] Sure. Well, re-running it gives: 0 upgraded, 0 newly installed, 0 to remove and 2384 not upgraded. [11:59] Scolling up as far as I can, I don't see any "while processing" messages. [11:59] I didn't know about capturing that output to a log until after I'd already run it. Heh. [12:02] dchapman: try 'sudo apt full-upgrade' while capturing the output [12:03] yeats: Sounds good, I'll give it a shot. [12:13] pastebin.com [12:15] https://pastebin.com/D5crt77i [12:16] ntp is not starting, I pasted the output of strace ntpq -p [12:16] 16.04 [12:16] seems like a well known issue but not able to find the fix [12:16] yeats: Still processing, but this time it appears to be unpacking things without too many errors. [12:17] dchapman: good - if you're saving the output, finding the errors should be possible [12:17] yeats: Yessir, I used the method by JimBuntu, assuming I didn't mistype something. ;) [12:19] cognition: "Connection refused" may mean a blocked port or that there's a networking misconfiguration somewhere [12:20] Made more sense to me, I've used tee before to do some file cloning a while back. [12:20] Script looks interesting though I'll have to look at it too. [12:21] cognition: looks like it's trying to connect to NTP running on localhost, is that what you're trying to do? [12:22] dchapman: script is handy if you want to record a terminal session where you're running more than just a single command [12:23] yeats: neat, that's super useful. [12:23] yeats: np. not to localhost [12:26] https://pastebin.com/aUbNBLhz [12:29] Just curious, what's "De-configuring" mean in a line. Is that dpkg setting up the configs? [12:32] hello === semeion is now known as mnemonic [12:39] good morning I have the same problem with my wireless card I have ubuntu 18.04 and kernel 4.15.0-34-generic [12:40] the wireless card is disabled [12:40] haroldv22: are you chatting from the computer right now? [12:40] yes but I am connect by ethernet [12:41] haroldv22: open terminal> sudo apt install inxi [12:41] haroldv22: let me know when done..you can do this by simply saying "done" [12:42] FortKnight, done [12:42] haroldv22: open terminal> inxi -Fxxprzc0|nc termbin.com 9999 [12:42] haroldv22: share url/link here..if you do not get a url/link..say so [12:42] FortKnight, http://termbin.com/2tb3 [12:43] haroldv22: open terminal> rfkill list|nc termbin.com 9999 [12:43] haroldv22: share url/link here..if you do not get a url/link..say so [12:44] FortKnight, http://termbin.com/2tb3 [12:45] haroldv22: try again..you posted the exact same url/link twice [12:45] FortKnight, http://termbin.com/nnoh [12:46] dchapman: proabably running a post-removal script for the old package [12:46] haroldv22: i think you're missing something here....one last time [12:46] haroldv22: open terminal> rfkill list|nc termbin.com 9999 [12:46] FortKnight, http://termbin.com/5z85 [12:50] FortKnight, can you see it ? [12:50] haroldv22: yep good [12:50] haroldv22: nmcli dev wifi list|nc termbin.com 9999 [12:51] FortKnight, http://termbin.com/41e5 [12:53] haroldv22: sudo ip link set wlo1 up [12:54] FortKnight, done [12:54] haroldv22: nmcli dev wifi list|nc termbin.com 9999 [12:55] FortKnight, http://termbin.com/jj3p [12:56] haroldv22: sudo iw dev wlo1 scan|nc termbin.com 9999 [12:56] FortKnight, http://termbin.com/ia8u [12:58] haroldv22: http://termbin.com/znc6 which one do you want to use [12:58] haroldv22: ? [12:59] FortKnight, SitiVe [12:59] haroldv22: your wifi is working..just pick one from the list http://termbin.com/znc6 [13:00] haroldv22: you should be able to use the GUI to select it and enter any password authentication now [13:01] haroldv22: give it a try now [13:01] haroldv22: all good? [13:01] yeats: So full upgrade completed, I searched the log and didn't find any "Errors were encountered" anythings else I should look for, or do you suppose it's safe to reboot? No packages remain to be upgraded except one, called mp3splt [13:02] FortKnight, but http://termbin.com/8zby [13:02] FortKnight, in the network-manager GUI this appaers disabled the option to select the wifi [13:03] haroldv22: nmcli dev wifi list|nc termbin.com 9999 [13:04] FortKnight, http://termbin.com/l2kle [13:04] haroldv22: net man still not showing anything like http://termbin.com/znc6 [13:05] haroldv22: sure isn't === bs_ is now known as bs [13:06] FortKnight, no [13:06] haroldv22: the problem appears to be with your network manager since the wlan is successfully scanning and picking up wireless access points in the area, proved by http://termbin.com/znc6 [13:07] FortKnight, ok, what do you recommen ? [13:07] FortKnight, reinstall network-manager ? [13:07] haroldv22: yeah i'd reinstall net manager [13:08] FortKnight: who you sort out from http://termbin.com/ia8u to http://termbin.com/znc6 ssid [13:09] ledeni: who? [13:09] how? [13:09] how [13:09] sorry [13:09] ledeni: idk..i guess i've been doing this so long it comes from muscle memory or something [13:10] lol [13:10] you use some command [13:11] ledeni: yeah grep [13:11] ledeni: i just grep'd out what was important [13:12] FortKnight, I need reboot my system ? [13:12] ledeni: trim the fat off [13:12] haroldv22: yes reboot..meet me back here [13:12] Ok === Class7_ is now known as Class7 [13:34] I sit alone in my 4 cornered room, staring at candles.... === apetresc_ is now known as apetresc [13:40] Hey folks [13:41] FortKnight: i find out ---> check http://termbin.com/c9wv [13:42] ledeni: yep looks like you got it [13:43] FortKnight: 💪🏼 [13:44] FortKnight, nothing I reinstall network-manager but this install how basic version [13:47] I have a bluetooth headset that (to my amazement) works fine but when I open a new session for a different user (via Ctrl+Alt+F1) the headset doesn't show up for that user. Is there any way to share the headset between both sessions the same way the normal output device is shared? [13:49] AFAICT the difference is that when switching sessions via Ctrl+Alt+F# the speakers are reassigned but the headset is not, so the headset keeps playing audio whereas audio playback is blocked for the speakers (and thus videos tend to pause when switching with speakers but not with the headset) [13:55] Yes ALSA is a bit twitchy. [13:56] haroldv22: can you give us 'systemctl status NetworkManager.service | nc termbin.com 9999' [13:56] nc? [13:57] nc -h [13:58] appstreamcli is bombing all over the place and it's caused one machine to fail to update properly and is now borderline bricked.. this machine now can't update because of it [13:58] ubuntu update is telling me to recheck my internet but obviously it works because here I am but the error message is actually appstream exitting early/crashing [13:59] E:Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh-cache > /dev/null; fi', E:Sub-process returned an error code [14:00] if i run apt update from a terminal i get a glib-criticial error which kills appstream [14:02] hm. for whatever reason, reinstalling libappstream4 solved it [14:02] except when I try to do an update now it's telling me I can only do a partial update [14:03] i did that on the other machine (that's now sort of bricked) and it failed when trying to do anything with virtualbox [14:04] hi [14:04] I want to upgrade from 16.04 to 18.04 [14:04] when I run sudo apt update && sudo apt dist-upgrade -y it does nothing [14:05] hey guys how do you add a shortcut key for more than 4 virtual desktops. I was able to configure shortcut keys for 1-4 but adding a 5th is not available. [14:05] doubtful_: update-manager -c [14:05] Linux neon 4.15.0-34-generic #37~16.04.1-Ubuntu SMP [14:05] lotus|NUC, I am using kde neon [14:05] doubtful_: yes? [14:06] This in gnome desktop btw. [14:06] lotus|NUC, I am installing update-manager, not sure if it is different for kde-neon. Don't want to mix up stuff [14:07] shadow98, the update manager? [14:07] no my above question? [14:07] haroldv22: hello [14:08] FortKnight, I reinstalled network-manager but I have the same problem [14:08] FortKnight, the network-manager show me disabled wifi option [14:08] $ sudo do-release-upgrade Checking for a new Ubuntu release No new release found. [14:09] haroldv22: give me a second, i got an idea [14:09] apt list I need to change? [14:09] haroldv22: nmcli d s|nc termbin.com 9999 === MechWarrior234 is now known as Revan- [14:10] FortKnight, http://termbin.com/i005 === Butterfly^ is now known as Guest32423 === Butterfly^ is now known as Guest4586 === Tara_h is now known as Butterfly^ === Butterfly^ is now known as Tara === capella|away is now known as capella [14:14] haroldv22: just open 'nm-connection-editor' in terminal and make new wifi connection from there [14:15] haroldv22: nmcli d set wlo1 managed [14:16] haroldv22: i'm a english only speaker but i think "sin gestión" means unmanaged/not managed. [14:17] haroldv22: not my native tongue so i'm not %100 certain that's what sin gestión means [14:17] haroldv22: correct me if i am wrong [14:18] FortKnight, I created the new wifi connection [14:18] FortKnight, yes "sin gestion" is do not administrated [14:18] haroldv22: so net manager set wlo1 managed worked for you? [14:19] FortKnight, no [14:19] haroldv22: nmcli d s|nc termbin.com 9999 [14:19] http://termbin.com/2hny [14:19] FortKnight, http://termbin.com/2hny [14:20] haroldv22: nmcli d set wlo1 managed yes [14:21] haroldv22: i made a typographical error before ...use the instruction above [14:21] anyone running the latest VS Code in 18.04? [14:21] i'm getting segfaults after a dist-upgrade [14:22] FortKnight, 'nmcli d set wlo1 managed yes' ? [14:22] FortKnight, 'nmcli d set wlo1 managed yes' Done [14:23] haroldv22: lets see if it's still "sin gestión" [14:23] haroldv22: nmcli d s|nc termbin.com 9999 [14:23] FortKnight, http://termbin.com/yb21 [14:29] haroldv22: brb [14:30] ok [14:31] FortKnight, what is brb ? [14:31] be right back [14:33] FortKnight, i am installing wicd to tes [14:33] FortKnight, i am installing wicd to test [14:35] haroldv22: okay...if that doesn't work remove it, then use this link to try to connect to the network https://askubuntu.com/questions/461825/how-to-connect-to-wifi-from-the-command-line [14:36] how to dig this ? Setting up policykit-1 (0.105-14.1ubuntu0.1) ... Segmentation fault === mpo_ is now known as mpo [14:41] doublehp: can you run this: sudo dpkg -i /var/cache/apt/archives/policykit-1* [14:42] doublehp: does it give any more info [14:42] No such file or directory [14:42] doublehp: what were you doing to get that error? [14:42] http://paste.debian.net/1043590/ [14:42] all apt dpkg and aptitude commands give segfault [14:43] what ubuntu version? [14:43] xenial [14:45] doublehp: what was the initial command you ran? [14:46] aptitude install munin-node [14:46] can you pastebin the whole output of that? [14:46] you wouldn't be mixing different ubuntu releases would you? [14:47] in 5mn [14:47] no [14:48] I have a problem with my ubuntu 18.04 [14:49] jelly: http://paste.debian.net/1043592/ [14:49] Every time I put the computer to sleep my background changes to: https://image.ibb.co/jKk0Pz/Screenshot_from_2018_09_21_07_47_16.png [14:49] same for my lock screen [14:49] super weird issue [14:49] dbff2: not surprising [14:49] why? [14:50] configuration issue in your BIOS, or faulty video driver, or design issue in your motherboard. [14:50] doublehp my laptop is Dell g5 series [14:51] this kind of issue heavily depends on the level of sleep mode, but is quiet frequent on home made machines, usually rare on prebuild systems [14:51] dbff2: it's harmless, and I never tried to fix it [14:52] problem is I have to use my laptop for presentations and people wonder wtf is wrong with me for using such a background lol [14:52] I am using Nvidia-driver-390 [14:52] tell them it's an animated random number generator which takes it's seed in the SETI program [14:53] for gtx 1050 ti [14:53] :) [14:56] dbff2: you could modify the file /etc/default/grub - find the line GRUB_CMDLINE_LINUX_DEFAULT and append "nomodeset" to the list of parameters already there [14:56] dbff2: e.g. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset" [14:56] dbff2: and then run "sudo update-grub" [14:56] dbff2: and then reboot [15:05] jelly: going to reinstall in 25s [15:08] FortKnight, thank you very much [15:09] haroldv22: no prob [15:09] haroldv22: how did wicd go? [15:09] FortKnight, excellent [15:11] rory just modified grub and my laptop wouldnt boot up [15:11] changed it back [15:13] trying to install ubuntu.. dual boot.. windows already installed and was bootable.. do I select the windows disk for grub or the linux disk [15:13] looks like it tried by default on the linux hd and failed.. now no matter what drive I select it keeps failing [15:14] Why isn't chomium updates work in 16.04? [15:14] I have security updates enabled [15:14] pnwise: chromium is being tested for snap [15:15] But it is still on chromium 64 [15:15] https://launchpad.net/ubuntu/xenial/+source/chromium-browser === akem__ is now known as akem [15:15] !info chromium-browser xenial [15:15] chromium-browser (source: chromium-browser): Chromium web browser, open-source version of Chrome. In component universe, is optional. Version 69.0.3497.81-0ubuntu0.16.04.1 (xenial), package size 55943 kB, installed size 203720 kB [15:15] pnwise: is your system up to date? [15:16] yeah it is [15:16] it shows I have to update only vim because I sue repo for it [15:16] *use [15:16] And also cuda [15:17] pnwise: uname -a please? [15:17] Linux desktop-pc 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [15:17] Maybe you mean lsb_release -a ? [15:18] No LSB modules are available. [15:18] Distributor ID: Ubuntu [15:18] Description: Ubuntu 16.04.3 LTS [15:18] Release: 16.04 [15:18] Codename: xenial [15:18] pnwise: .5 is out mate, update to latest [15:18] yeats: Just wanted to say thanks, everything worked out. Running 18.04 without too many problems (a few xfce issues notwithstanding) [15:18] !cookie | yeats [15:18] yeats: Wow! You're such a great helper, you deserve a cookie! [15:19] pnwise: sudo apt update && sudo apt full-upgrade [15:19] No it is not [15:19] there is .4 [15:19] Also I want just to upgrade chromium [15:20] Which should work [15:20] But it does not [15:20] pnwise: thats not how it works, to update packages you need to update your system [15:20] I am going to install 18.04 [15:20] When I get the time, but I have too much work [15:21] Also you can use a PPA to install new releases of software, just be aware that these don't go through the ubuntu testing cycle (afaik) [15:22] Yeah the problem here is the official package don't get updated [15:23] Also apt full-upgrade doesn't do waht you think you do [15:23] Whatever [15:23] I will just intall 18.04 [15:23] When I get the chance [15:23] pnwise: pastebin to prove whats happening when you update please [15:24] I see, in that case you have two options. Look for someone maintaining a.. Ok. 18.04 may get you the latest version, but then again, it may not. You may need to use a PPA, or, build the package yourself if you really need it (and can't find a PPA maintained) [15:26] In most cases I don't recommend it though, as it may involve dependencies which may conflict with packages you already have installed. [15:26] Only in critical ops do I consider going outside the official repos. :) [15:26] That is not critical [15:26] Actually it is [15:26] There is security updates between 64 and 69 [15:27] https://pastebin.com/37VYbsWL - lotus|NUC [15:27] I am not really interested to fix it [15:27] was just wondering [15:27] pnwise: sudo apt full-upgrade now [15:27] It is the same [15:28] pnwise: apt update and upgrades are not the same [15:28] pnwise: chromium-browser is not a supported package. It won't get updates. [15:28] Well, there you go. Updating to 18.04 won't matter then. [15:29] Actually I found the problem [15:29] Updating to 18.04 will get you version 69. But it won't get you version 70 (when that exists) [15:29] Mirrors are fuck*ed [15:30] tgm4883, I am talking in the official repo there is 69 while my local is 64 [15:30] actually yea, it does look like security backported that, never mind me [15:30] * tgm4883 goes back to the shadows [15:30] That have nothing to do with future dev [15:30] Just switched to main server and now have 400+ packages to update.... [15:33] pnwise: your system is full of external ppa's wich we cant support [15:34] lotus|NUC, Do you even comprehend what I what wrote? And that I already found the problem? [15:34] pnwise: yeah i read you, im just pointing we normally we dont support external ppa's due to security risks [15:34] Let's all stay civil now [15:37] Well I didn't ask for external ppa's. I asked why I wouldn't receive the official update. And when you made me add to pastebin I saw I am querying mirrors and not the main repos, so that made me test with the official ones. So there was something wrong with the mirrors. [15:37] Now I have 400+ packages to update [15:37] And chromium is one of them with version 69.something [15:37] So all is cool [15:40] * yeats keeps missing dchapman but is glad the issues were fixed [15:58] Ive got a question regarding trying to update my ubuntu box, everytime i use apt update i am running into a 500 error when trying to update, is ubuntu having problems ? [15:59] hello, how I can change driver for network card ? [16:01] madghost: are you chatting from the computer right now? [16:01] my current card driver is r8169 [16:01] and I need to change it to r8168-dkms [16:02] I donwloaded it, yesterday worked, but today again low speed ((((( [16:02] FortKnight> yes, I have low speed ( 15mb [16:05] Any ideas? [16:09] Lost_Goat, you get 500 in the terminal? [16:09] Try go to software and updates [16:10] And use main server for updates not a mirror [16:10] Or paste the output from sudo apt update on patebin [16:27] i have 14.04 lts. i want to *upgrade* to 16.04 or 17.04. how risk is this? [16:27] risky* [16:28] I think you mean you want to upgrade to 16.04 or 18.04 [16:29] Richard_Cavell: sure [16:33] kus: sorry, i misspoke yesterday, the pkg list is /var/run/reboot-required.pkgs [16:39] L72g5sSq: you will need to upgrade soon anyways (next year is eol for 14.04) === beaver is now known as flown === flown is now known as floown === floown is now known as beaver [16:44] darn it [16:46] i've already documented most of the steps for setting up my development environment but bleh... === mnemonic is now known as Guest75 === semeion is now known as mnemonic [17:00] when will the latest version of youtube-dl be in the repository? [17:00] the current version is broken [17:00] https://github.com/rg3/youtube-dl/issues/17457 [17:01] leonardus: in which repository? [17:01] default bionic repos [17:01] Hi, all. Is there a process by which I can test an LTS Linux kernel package before it is released to an LTS version? Is there some "testing" repo or such that I can use, or are they released directly to stable? [17:02] Or a 'testing' PPA I can use that is the pipeline to LTS stable? [17:02] leonardus: probably isn't going to get the version bump unless someone backports it. you might need to open a package against the version in Bionic explaining why it's broken and then wait for a solution. [17:02] it's atypical for version(s) to update frequently within a repository [17:07] NightMonkey: i guess in theory you could run with -proposed for just the kernel packages. [17:07] nacc: Ah, there's a '-proposed' ! Didn't know about that. [17:08] !proposed | NightMonkey [17:08] NightMonkey: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [17:08] NightMonkey: but keep in mind, you need to be cautious, it's easy to break your system with it [17:08] hrm, that faq isn't the one i wanted [17:09] nacc: I'm actually trying to help our "antivirus" vendor (yes, I know) to have kernel testing and module recompilling done by the time a new kernel package is released to 'stable'. [17:09] nacc: I don't think they know about '-poroposed'... [17:09] * "-proposed", rather. [17:10] NightMonkey: to be clear 'stable' is the wrong term. You mean -updates or -security, i think [17:10] nacc: Thank you. Yes. [17:11] nacc: So, do LTS kernel releases go through -proposed to -security? Do they ever go through -updates, too? [17:13] I just want to show them a predictable path for their testing. [17:14] NightMonkey: i suppose it depends. embargoed changes may not go into -proposed. [17:14] NightMonkey: if someting is a bugfix only, it will only be in -updates, not -security. [17:14] (at least, not necessarily) [17:14] kernel changes tend to be a combination of things, though [17:15] NightMonkey: you may want your vendor to ask in #ubuntu-kernel, or work with canonical directly [17:17] Hey, #ubuntu-kernel. Thanks. [17:20] NightMonkey: yw [17:23] nacc: Thanks for the background, too. :) [17:23] NightMonkey, Which antivirus vendor is that? and which kernel module is it? [17:25] heavenO everysoul!!!! Who can help with system via TeamViewer?? [17:25] yokowka: nobody. better for you to ask about the actual issue you're having and let us help you through here, rather than directly helping your system [17:26] because we are all volunteers and for all you know we could destroy your system with that. === SimonNL is now known as SimonNL_Afk [17:26] warning then)) [17:29] who had installed duke nukem 3d 20th anniversary from .iso to linux system???? === spiritwalker_ is now known as spiritwalker [17:49] I'm trying to get Overwatch to run decently under wine version 3.16-x86_64 with DXVK. Details are: i7 7700 and nvidia 1060 on a ASUS H110M-E with ubuntu 18.04. [17:56] YellowSharpie: try #winehq [17:58] thanking you === jstein_ is now known as jstein === Dreaman is now known as Blade [18:16] hi [18:23] Hello JaydeepGo ... what can we help you with? [18:25] hi all :) i'm new to wayland. please tell me, what is the replacement for xrandr(1)? using gnome-control-center to set up my display resolution and orientation every time i plug my laptop into my two desktops displays is a real struggle. surely there is a command-line interface or something that i can use to set this up? then i could create a script to automatically set it up for me :D [18:26] hdon: Wayland is still under active development and features found in X11 have not been ported or replicated in the new environment. The recommendation is to us X11 [18:27] hey, vim starts slow because it takes 1 sec to connect to the x server, how can I fix this? [18:27] changing the name of a filesystem won't hard the data will it? [18:27] harm* [18:28] madLyfe: what are you talking about? [18:28] pragmaticenigma: changing the LABEL will not harm the filesystem, no [18:28] Accord: vim has nothing to do with connecting to an X server [18:28] I named a disk 'staging storage' and I want to remove the space [18:29] Accord: vim is not an X application... how are you starting vim? [18:29] change it to just 'staging' [18:29] vim connects to X for clipboard [18:29] madLyfe: as long as you haven't configured anything to look for that particular value, I don't believe it will harm anything. [18:29] Accord: No, it doesn't [18:30] https://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up [18:30] what is an equivalent package to windows 10 performance monitor? [18:30] pragmaticenigma: if I run vim with -X ( which is the option to *not* connect to X) it starts instantly [18:30] Accord: Looks like you answered your own question then [18:30] YellowSharpie: top / htop [18:30] pragmaticenigma: no, the solution suggested there is to disable clipboard [18:31] I have clipboard set to on on my debian and there's no delay [18:31] I dont find it as useful by the gui [18:31] I don't use the gui but I want clipboard [18:32] YellowSharpie: system monitory if you insist on a GUI [18:32] I want God to fix all problems [18:32] YellowSharpie: please don't [18:32] YellowSharpie: Please stay on topic, this is a support channel, nothing more [18:33] in the vim startup log this takes 1000ms : xsmp init [18:33] oddly I don't have this step on debian [18:34] Accord: then use debian [18:35] Accord: I have zero delay in using vim on ubuntu 16.04 [18:36] installing htop, again. Will stop whinging like there is a universal language [18:36] leftyfb: do you have clipboard enabled? vim --version | grep clipboard [18:37] Accord: negative [18:37] Accord: what's the purpose of that? I can select text in vim and copy and paste it [18:37] Accord: I just installed vim in 18.04, comes up instantly [18:37] Accord: clipboard enabled [18:37] leftyfb: when I yank in vim it goes to clipboard [18:38] ah, that is nice [18:38] think i'll turn that on to play with it [18:38] pragmaticenigma: which version? vim-gtk? [18:41] Accord: vim-gtk is not the same as vim... they run different environments... you asked about vim... I gave you the answer [18:44] pragmaticenigma: I just removed all my vim packages, did apt-get install vim and it doesn't have clipboard [18:44] Accord: do you have vim-gtk installed? [18:44] I just said I removed all of them [18:45] vim-gtk I think is what enables clipboard [18:45] sure but pragmaticenigma said he had no vim-gtk and also had clipboard [18:45] I just installed vim-gtk ... clipboard enabled... instant launch [18:46] I just installed vim+gtk, confirmed +clipboard, but it doesn't seem to be working for me :/ [18:46] it also does open up instantly [18:48] are you all testing the same version of vim, ubuntu, etc.? [18:49] i'm on 18.04 [18:50] hello [18:50] When I suspend my computer, power to my external drives gets cut. How does that happen exactly? [18:51] noway96: how are they powered? [18:51] I've got rtl8188etv wifi card (using r8188eu driver). I've made several trsts but when I try it on an amd ryzen machine, system freezes/crashes [18:51] nacc SATA power [18:51] noway96: Most laptops won't supply power to USB when suspended. (Some will IFF the laptop is plugged into AC, many not even then). [18:51] noway96: meaning, via the machine you are suspending? [18:51] nacc yes [18:51] Jordan_U: or specific port, that are always on, i guess? [18:51] 18.04 [18:52] this is my vim version : http://codepad.org/qqcnzIHv [18:52] noway96: depends on what Jordan_U said, i think [18:52] nacc, my question is more like this: how does my linux machine turn off power supplied by SATA power cable [18:52] I've tried alao on different machines/OSes and it never makes system freezing/crashing (intel platforms) [18:53] noway96: that is probably what your SATA controller does when the hardware is suspended. [18:54] nacc, is there a folder/file corresponding to my SATA controller in sys? [18:54] I've tried also an old kubuntu 17.04 with kernel 4.11 on ryzen machine and it doesn't crashes when I try to use that wifi card, but if I inatall the recent kerbel, it doesn't appear in grub [18:54] noway96: yes? I don't know [18:55] nacc, I'm going to try to find it and see if I can echo some value to a file in there that will suspend just that SATA controller [18:55] so, I've tried to re-install 18.04 in ryzen. The machine doesn't freezes using that wifi card in live mode (dvd), with kerbel 4.15.0 [18:55] but if, after installed, I upgrade to a recebt kerbel, system freezes when trying ti mske connection [18:56] Accord: You have a large number of additional plugins... anyone of those could be the culprit... process of elimination, disable all of them, then enable one-by-one ... you will find what is really slowing down vim... that was also discussed in the article you posted. [18:57] Accord: are you just trying to disable clipboard in vim? [18:57] older kernels don't make to crash system when wifi card is initiakizing connection but they don't boot (if I don't use nokodeset) [18:58] if I install 4.19 kernel, system boots but wifi card makes system freezing/crashing (similar freeze with 4.18.8 kerbel) [18:58] *kernel [18:59] pragmaticenigma: oh :( [18:59] How could I solve this rough issue? [18:59] Any ideas? [19:00] hdon: Is there something I can help you with? Or did you accidentally ping my nick? [19:00] pragmaticenigma: was responding to you from earlier. 11:26 < pragmaticenigma> hdon: Wayland is still under active development and features found in X11 have not been ported or replicated in the new environment. The recommendation is to us X11 [19:00] sorry :( [19:00] that's okay hdon ... just appeared random [19:01] any recommendations on how to run games which only say designed for a windows platform? [19:01] NewToLubuntu, #gamingonlinux [19:01] NewToLubuntu: Run them on Windows... or ask in #winehq [19:02] but i second pragmaticenigma on the run them on windows, you're always going to run into unnecessary problems [19:02] hell, I stopped trying after my latest "problem" of blackening out the screen with no way of recovering Xorg [19:08] is there diagramming software for linux where I can expand and collapse connectors [19:08] im using kunbntu [19:08] kubuntu [19:08] ketchup: Can you give an example of a program that you have used in the past to accomplish that goal? [19:09] ketchup: in what context? what type of connectors? [19:09] edraw max probably [19:09] its a line which connects two textboxes [19:09] two or more [19:09] kinda like a tree [19:10] but not exactually [19:10] edraw cant export the functionality into any file type however, so it can only be done within the editor [19:11] and besides, it has other issues as well [19:11] I used windows prior to now [19:11] I must have tried every single windows/web app of this sort [19:12] ketchup: libre draw [19:12] im using that now but cant figure out how to collapse them [19:13] there is normally a little + and - button beside each connector which you can click [19:13] did a reboot now it's fine lol [19:13] ketchup: you want that in the editor or when its finished? [19:14] both [19:14] preferably a web page [19:14] Accord: That would sound like you had a large amount of data in your clipboard if you did nothing else beyond a reboot [19:15] ketchup: sorry but thats not gonna happen in an vector graphics editor [19:16] ok how about just in the editor === elibrokeit is now known as meltdown_spectre [19:18] ketchup: I don't think it would be in an editor, but there are some digram web apps that might let you do it [19:18] web apps will just crash [19:19] unless its not a vector graphics editor but just a program to make flowcharts or mind maps [19:19] ketchup: yeah that makes sense, bad idea for a webapp tbh [19:19] im not bothered if its svg or not as long as it isnt blurry [19:20] but even some apps with anti aliasing disabled and saving as uncompressed raster format still is blurry [19:22] ketchup, I presume you checked out these - https://alternativeto.net/software/edraw-max/?license=opensource&platform=linux [19:23] looks like some I havn't tried yet so ill try them [19:25] ketchup: the only thing I can recommend is getting good with a vector graphics editor, you can make really impressive things with some practice [19:25] kinda irrelevant comparison but its like when you find out draftsight has 3d [19:27] I need to be able to drag and resize stuff after clicking away from it [19:27] also be able to snap connectors to objects [19:28] there's very little gimp can't do [19:28] I couldnt get freemind to install [19:28] ketchup: this seems like a better topic to ask about in #linux, tbh; not really specific to ubuntu [19:28] and you might get more help there, anyways [19:30] I’m wondering if anyone knows of a package that will plot out disk io. I’ve tried iotop and htop (with write/read cols) but I’m wondering if I can see more like a tally of i/o operations per process. More like start recording/stop recording and show me a chart? [19:34] ndera kore chera'a === Blade is now known as BgLamersTeam [19:40] Hello guys I'm looking for a good music player, which one is your favorite? [19:40] Hi. Is there a setting to ensure that neither grub nor any other kernel.deb pre/post install script will *ever* create "linux/initrd" entries instead of "linuxefi/initrdefi"? Because my NUC requires [U]EFI mode. [19:41] Ellusion: I use 'mpv' for nearly everything. [19:43] uebera||, i use that too just for videos :P [19:44] i'm lloking something that organize your music with modern interface [19:48] Ellusion: try #ubuntu-offtopic. This channel is for support. Not opinions on applications. [19:48] oh sorry, thanks! === SimonNL_Afk is now known as SimonNL [20:20] how do i disable touchpad acceleration? i tried: use flat profile on tweak, edit the xorg conf file, and finally i checked the acceleration profile in dconf and there i see that theres a accel-profile for mouse but none for touchpad [20:20] (on ubuntu 18.04) [20:21] terminal, "gnome-tweaks" [20:21] at least i have the option here [20:22] ntd: yes, but it doesnt work; seems like it changes the mouse accel-profile but not the touchpad [20:46] anyone know how to make firefox open in a "regular" window and not maximized ?? [ubuntu 18.4] === enojelly is now known as errnojelly [20:48] close it in a smaller window then re-open it. [20:48] thanks, but that does not work :-( [20:49] if you adjust it to the size you want it, (manually) it will re-open at that size.. [20:49] scoffin: works fine here [20:49] does not do so for me [20:49] jelly: after reinstall, problem did not come back [20:49] are you adjusting it manually or just using the button to size it? [20:50] pull corners with mouse after leave maximized [20:50] plus drag window around with mouse [20:51] all re-open maximized next time ??? [20:52] scoffin: how are you opening firefox? [20:52] activites icon [20:52] or command-line [20:52] scoffin: do you have 'restore previous session' enabled? [20:53] where is that setting? [20:53] scoffin: about:preferences [20:53] scoffin: not sure if it's related, but both my systems have that enabled and both do what you are asking for [20:54] huh... ok, if I increase the screen size [or reduce font size], then it seems to work as you describe [21:03] scoffin: twaek --windows-- titlebar buttons turn on max and min buttons [21:05] suck many bang of largem bendy penis [21:08] thanks, the problem only appears when the gnome screen size is too small - either horizontal or vertical size [21:10] YellowSharpie: please don't do that in this channel. [21:15] hi, just upgraded ubuntu from 16.04 to 18.04, and windows can't move now. Eg, i fire up a terminal window, and there's no area to grab and move it === capella is now known as capella|away [21:16] is there some window manager thing i need to do? wmctrl says i'm running gnome [21:19] hongo2536: have you rebooted since the upgrade? [21:19] hongo2536: and how did you upgrade? [21:20] oh yeah, several times i've rebooted [21:20] hongo2536: and finally, did the release upgrade complete without errors? [21:21] Open the "Software & Updates" Setting in System Settings. Select the 3rd Tab called "Updates". Set the "Notify me of a new Ubuntu version" drop down menu to "For any new version" if you are using 16.04 LTS; set it to "For long-term support versions" if you are using 17.10. Press Alt+F2 and type update-manager -c into the command box. Update Manager should open up and tell you that Ubuntu 18.04 LTS is now available. [21:21] that's from the ubuntu wiki [21:21] and it did complete w/o errors [21:21] hongo2536: you can just say `update-manager -c` :) [21:22] hongo2536: can you type in the terminal you can't open? if so `ps aux | grep gnome-shell`, does it return any processes? [21:22] initially i was getting errors, but i wasn't updating all of the other software. So i first updated all the software, then when it asked me if i wanted to upgrade to 18.04, i said yes and it completed w/o error [21:22] oh yeah, i can work in the terminal no problem [21:23] (sorry can't move, not can't open above) [21:23] yeah, i get 4 or so gnome-shell processes [21:24] strange, i think that should be managing your windows [21:24] yeah, it's like i'm missing some setting that enables the window decoration [21:24] it's the same for other procs, like firefox [21:25] might be missing a theme or something? https://askubuntu.com/questions/877270/gnome3-window-decorations-disappeared-on-ubuntu-16-04 === kernel-3xp is now known as keinstein-3xp [21:34] @nacc so i installed that gnome tweak tool, ran it, and it just looks really strange. The UI for the dropdowns for applications/cursor/icons is all messed up. [21:34] Interestingly, this window does have a bar i can grab and move the window with [21:34] hongo2536: hrm, i'm not sure. You could try and create a dummy user, and then login as that user [21:35] oh that's a good idea [21:35] hongo2536: see if it's normal, it might be something from your 16.04 ~/.config or ~/.local directories [21:36] hongo2536: it's one of my long-standing open-source complaints that per-user config files aren't tracked the same as the system ones, even though they are at well-defined paths. [21:42] hi [21:42] is 14.04 still supported? [21:44] @nacc oh yeah, the new user looks fine [21:44] TomyLobo: yes, until next year [21:44] rhetorical question, the answer is yes, but i'm wondering why there's no openjdk 8 in it [21:44] i have to run now, i'll get back to this later, but thanks a bunch for the help! [21:44] hongo2536: interesting. it can be a pain to debug, but you can backup those dirs in your user and see if it fixes it [21:45] TomyLobo: why would there be? [21:45] now i dont know about openjdk, but oracle jdk 7 is EOL [21:45] software is starting to require 8 [21:45] TomyLobo: openjdk 8 didn't come out until march 2014 [21:45] that's 4 years in the past [21:46] TomyLobo: so is when your OS came out. [21:46] and i suppose the same policy applies to, for instance, firefox? [21:47] TomyLobo: firefox has a a different policy, aiui [21:48] TomyLobo: rh has said openjdk-7 will go until 2020 [21:48] TomyLobo: if your software needs openjdk 8, go to a modern OS (14.04 is not considered modern, imo) [21:49] !latest | TomyLobo: pretty sure this is just another way of asking about this [21:49] TomyLobo: pretty sure this is just another way of asking about this: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [21:49] imo, complex software like that should be updated if upstream declares it EOL [21:49] TomyLobo: and upstream has not. === meltdown_spectre is now known as elibrokeit [21:53] nacc, who is the upstream for openjdk? [21:53] TomyLobo: what? openjdk is an upstream project. [21:53] who maintains it? [21:53] as far as i can tell, it's maintained by oracle [21:54] without being too snarky (it's friday, admittedly), not knowing that means maybe you shouldn't use that software [21:55] TomyLobo: rh maintains oracle's eol releases when they have given them up in the past [21:56] alright, then i guess there is an upstream [21:59] gnome-shell is using > 10% CPU o.o [21:59] Stabington, >GNOME [22:00] there's your problem [22:00] you don't say [22:00] Stabington: gnome-shell is a bit of a cpu hog, admittedly, is it sustained? [22:00] Yep, hovering at around 10% [22:00] 319 MB memory... [22:01] wtf it's just a desktop >.< [22:01] Stabington, just go to a TTY and use your pc from there [22:02] Kremator: please either provide actual support [22:02] s/either/ [22:03] Seems like it's happening when I got a video playing in the browser [22:05] Stabington, depending on your CPU architecture (and therefore it's instruction set) and the video format, video playback can be very CPU consuming} [22:05] also, the video resolution does affect aswell [22:05] try using MPV with that video and check if the CPU % usage is the same [22:05] I get that, but... why is gnome-shell using more CPU [22:06] That has nothing to do with video encoding [22:06] decoding* [22:06] Stabington, does gnome-shell use more cpu only while a video is playing? [22:06] Seems like it [22:07] no idea what gnome-shell is or does (i'm more of a kde user), but is it possible that playback is piped through that? [22:07] Stabington: do you hvae multiple displays? [22:07] It's only when I have the tab open as well [22:07] Stabington: and of course your window manager has something to do with displaying the video... [22:07] nacc, I do indeed [22:07] and you didnt use that gnome-shell to call firefox/chromium right? [22:08] ah video in a browser... hardware-accelerated or not? [22:08] Should be HW accelerated [22:08] odd... i wouldnt expect the window manager to be involved in that much in that case [22:11] hi where do i paste a screenshot image to use to ask a question? [22:11] Avion, imgur? === kyberguy is now known as coffeeguy [22:12] I am having problem starting eclipse can anyone here please help. See output of log https://paste.ubuntu.com/p/J5GFXYZRmx/ [22:12] first google suggestion for "gnome-shell" is "gnome-shell high cpu" :D [22:13] Stabington, https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1773959 your bug [22:13] Launchpad bug 1773959 in gnome-shell (Ubuntu) "High CPU usage by gnome-shell when only running gnome-terminal" [Medium,Confirmed] [22:18] Krenair: i am on an android phone and the imgur app ruinsy experience of viewing a particular image page by insettinhnits recommendayltions into my life. I had to remove it. I had a minimal Imgir Android but it no longer works on newer Android. So I was hoping for a pastebin link. i tried searching and got non relevant sites, changing terms to get ubuntu pastbin the "type of file" didnt include jpg. (proving I did some work on this be [22:19] To anyone kremator left ^^° [22:20] interesting. Checking "disable desktop effects" in Lutris when launching a game causes CPU usage to drop significantly [22:20] * eelstrebor guesses he'll have to spend a LOT of time figuring out what all these messages are that appear in the syslog so that he's not inundated with a kazillion messages from logcheck [22:21] Avion: pastebin is for text generally not images. [22:21] i am failing for over a week to install ubuntu dual boot on a win10 machine. i have a screenshot of a bios screen where I want to ask what to do. there are various choices re secure boot and various screens to change UEFI. The helpful websites dont address these things. [22:21] Stabington: i mean, that makes sense. [22:22] nacc yes that is why there was an image pastebin [22:22] Avion: just take a photo and upload to imgur? why do you need an app? [22:22] nacc i will finf a way. better to ask my real question, how to dual boot [22:22] nacc i am on a phone. [22:23] btrfs fstab compress= for 100% hdd need only for / or and /home, /boot. / btrfs compress= ,defaults,subvol=@ 0 1 [22:23] qwefytuoityty: wow, that wasn't even close to being a parseable question. [22:23] nacc i will look again. i could have missed aomething [22:23] Avion: i imagine you could worst case open the 'desktop version' of the page, and upload it like usual, even from your phone's browser [22:24] i will try nacc wiyh the desktop version of imgur [22:25] Can I disable compositing effects in gnome-shell to make it less... fancy? [22:26] nacc got it. https://imgur.com/a/xqv1w2h [22:26] thanks [22:27] Avion: that appears to be about secure boot. Do you want it on or not? [22:27] * Avion could havr haf a v8. Would anyone like to lead me on how to dual boot ubuntu with windows 10 on an HP laptop [22:28] i want it off nacc so the webpages say. [22:28] Stabington: maybe something in gnome tweaks? [22:29] bit they dont mention legacy boot (will search re that again nacc) [22:29] Avion: ok, so you're asking about the 1st or 3rd option? [22:29] Hey there, I just upgraded to the new LTS version (18.04), but after restarting it doesn't boot again. I get a flashing warning 'failed to connect to lvmetad. falling back to device scanning volume group ubuntu-vg not found [22:30] Avion: my intuition would be to enable legacy support, but you'd need to refer to hp as to what setting configures [22:30] I googled a bit and found threads with similar warning, but haven't found solution [22:30] I really have to use my laptop tomorrow : ( [22:30] I tried starting with another kernel, but doesn't work either [22:31] Can't find any compositing options. Maybe gnome-shell is just shit? [22:31] Stabington: dunno, are you seeing actual issues, or just not liking that it is taking cpu? [22:32] Naw dude, the desktop is freezing and lagging & shit [22:32] 1 or 2 ? https://paste.ubuntu.com/p/r3QkvBzvxK/ [22:32] Stabington: please watch your language in the channel. Ok, that seems like a totally different problem than just gnome-shell taking cpu (imo) [22:33] It's only an issue when I'm running a game in one window while watching a video on the other [22:33] can somebody help me please? [22:33] help_ubuntu: hrm, it might be related to this bug: LP: #1768230. HOw are you noticing that the system doesn't boot? [22:33] Launchpad bug 1768230 in initramfs-tools (Ubuntu Bionic) "Long time booting : Failed to connect to lvmetad. Falling back to device scanning." [Undecided,Fix committed] https://launchpad.net/bugs/1768230 [22:33] yeah I found that as well, but no solution :( [22:34] nacc: it just keeps flashing that warning, the only thing that happens [22:34] I can go to the root terminal though, but can't access my personal data [22:34] help_ubuntu: can you try booting in recovery mode, or edit the grub menu and remove the entries for 'quiet splash' ? [22:35] help_ubuntu: that message does not necessarily indicate what the actual problem is [22:36] ok, so I'm now in grub menu I think, I will choose the new kernel (4.15.0.34-generic) in recovery mode [22:36] I know have to unlock sda3_crypt [22:38] nacc: so I get same warning in terminal screen now (failed to connect to lvmetad..) [22:38] nacc: now I'm in recovery menu [22:38] help_ubuntu: ok, for some people, they are able to boot successfully from there, which you could try (worst case, reboot it again) [22:38] help_ubuntu: i think you just exit the shell to boot normally [22:38] nacc: so just click 'resume' ? [22:38] or that, yeah :) [22:39] i haven't used recovery in a while, sorry [22:39] nacc: just goes back to recovery menu [22:40] help_ubuntu: i'm sorry, if you hit enter on 'resume', it just goes back to the same menu? [22:40] yeah, but now I did it again and it's flashing some terminal screen [22:40] can't do anything atm [22:41] I should probably force shut my laptop [22:41] or should I wait? [22:41] help_ubuntu: what does the flashing say? [22:42] help_ubuntu: it's hard to debug things this way :) [22:42] well yeah, it flashes too fast so I can't read it, will try to take pic at right moment [22:43] help_ubuntu: ok ... how long did you leave your normal boot for? [22:43] few minutes [22:43] help_ubuntu: if you can go to a 'root terminal' (I htink you mean ctrl+alt+f1 ?) [22:43] help_ubuntu: then your system isn't frozen and it's possibly not done booting, you might need to give it longer [22:46] nacc: https://i.imgur.com/DxP9ki0.jpg [22:47] it's what's flashing [22:47] doesn't change [22:47] same screen always [22:47] help_ubuntu: oh ok, it actually got quite far in the boot then [22:48] help_ubuntu: if you cycle through the ctrl+alt+f<1...8> tty's, do any of them show a graphical display? [22:48] right now? [22:48] yeah [22:49] no, nothing happens [22:50] so now it's 10 minutes, should I still wait? or force kill laptop? [22:50] help_ubuntu: hrm, i really don't know. the other thing you can try and do is boot to recovery and pick 'root' (to drop to a shell) and try to debug from there [22:50] help_ubuntu: e.g., seeing if your disks are present, etc. [22:51] help_ubuntu: you probably don't need to keep waiting [22:51] help_ubuntu: canyou see if it responds to alt+sysrq+reiusb ? [22:53] nacc: when should I try that? I'm now back in grub menu [22:54] help_ubuntu: oh that was as opposed to the force kill of your laptop [22:56] nacc: so now I'm in the root terminal, what should I do here? [22:56] help_ubuntu: check `dmesg` for errors [22:56] help_ubuntu: otherwise, you can see if you can mount your disks, etc. [22:57] help_ubuntu: sorry, i need to step away [22:57] help_ubuntu: someone else hopefully can help out [22:57] : ( [22:57] help_ubuntu: worst-case boot into a 18.04 live usb and you can get to your disk from there [22:57] nacc: one quick question, how can I see my private files [22:57] my home file is encrypted [22:57] help_ubuntu: what do you mean by private files? [22:58] it says run ecryptfs-mount-private [22:58] but I get encrypted private directory is not setup properly [22:58] nacc: my home directory [22:59] I have the codes, that's not the issue [22:59] https://www.howtogeek.com/116297/how-to-recover-an-encrypted-home-directory-on-ubuntu/ ? [22:59] help_ubuntu: i really don't know, though [23:00] damn why did I upgrade.. [23:01] Somebody else willing to help me? [23:01] help_ubuntu: whats up [23:02] I just upgraded to the new LTS version (18.04), but after restarting it doesn't boot again. I get a flashing warning 'failed to connect to lvmetad. falling back to device scanning volume group ubuntu-vg not found [23:02] and I really need this laptop tomorrow : ( [23:03] granttrec: [23:04] help_ubuntu: I guess you clicked ok at the upgrade prompt? how did you upgrade? [23:05] granttrec: do-release-upgrade in terminal [23:07] help_ubuntu: can you boot a live cd/usb? === feodoran is now known as Guest79404 === feodoran_ is now known as feodoran [23:07] don't have any usb here [23:10] help_ubuntu: sadly I can only recommend power cycling at this point tbh, i've seen that message before but it went away by itself [23:11] already did that multiple times now : ( granttrec [23:17] help_ubuntu: well u can pray :), try to get a usb if you can tho [23:17] :( [23:21] can somebody else help me please? [23:29] Is there another ubuntu support channel? [23:32] a [23:43] Hello I've tried to install Unity on Ubuntu 18.04, but it warns me, that upstart will be removed. That's strange, because 16.04 was using upstart and it had Unity. How to install Unity on 18.04 without removing upstart [23:50] #ruby