[00:01] Wonder if I can plug a flash drive into my phone's dongle, and download a bionic iso straight to that- the old laptop should be able to burn that [00:01] if i can get the file in it [00:05] hey, I'm trying to copy an initrd file from a VM over but it says file not found, despite ls showing it [00:05] if I do a ls -l, it shows a symlink but it's in red rather than my usual blue [00:06] does that mean it's linked to another unavailable file system? [00:06] mijk: yes, red means the link is dead [00:09] hmm, readlink -k isn't showing me where it thinks it's supposed ot be [00:11] firefox mobile won't let me pick where I want to save the enormous file === Snoopy is now known as Guest33975 [00:12] why would initrd be missing from the boot partition? [00:12] Why can't you download and burn from a shell ? [00:12] You got dd and wget right [00:13] Er not dd, growisofs [00:14] Wayward_Vagabond! [00:16] is it ok to chmod +w an existing partition from live cd? [00:17] a partition? no, you should be doing that to a filesystem [00:17] i need somewhere to put the new lts but have to use live iso [00:18] ubone: based solely on your question ... it is not possible to chmod a partition [00:19] k input was low, i have /dev/sda3 ie /home/ mounted to /mnt/ [00:20] but don't have write perms [00:20] drwxr-xr-x 6 root root [00:22] ubone: what folder path are you trying to write to? [00:23] mnt/ [00:23] my otherwise home dir [00:23] ubone: that doesn't make any sense [00:24] what doesnt [00:24] Are you root ? [00:25] i guess so [00:25] If you were, you'd have write perms [00:25] idk im in the live cd [00:26] maybe i should start transmission with sudo? [00:26] ubone: no === yunhao94_ is now known as yunhao94 [00:28] ubone: what is the first directory you see when you run "ls -l /mnt" [00:29] the content of my otherwise /home/ [00:29] so, users' dirs [00:30] ubone: then what you are looking to do is save the file to your desired user's folder ... be that /mnt/home/{user}/save_here or /mnt/{user}/save_here [00:31] yes [00:32] if you can't write there... then use "sudo mkdir /mnt/{user}/livecd_download && sudo chmod +w /mnt/{user}/livecd_download" [00:32] then set that folder in transmission as your download [00:36] i did sudo chmod 666 and 644 /mnt/ [00:36] did i destroy the partition ;_; [00:36] ubone: I'm done helping... you're not following what I said [00:36] lol [00:37] i did those a minute or two before you posted [00:38] 755 [00:38] ubone: you're being presumptuous and I already said don't do what you just did. so I'm done... good luck [00:39] k thx [01:16] why would you be downloading stuff via transmission in a LiveCD env? lol [01:16] end users do strange things [01:17] :) I can think of a couple of reasons, but the live env isn't going to help with most haha [01:17] and have even stranger logic behind their justification of those things [01:17] yep [01:18] deleted a bunch of ..images and made enough room for a xubuntu iso [01:19] somehow, the 14.04 install had drivers for muh phone and copied the iso out [01:19] live dvd burning... [01:19] congrats [01:21] why is nothing ever simple? :| [01:22] because the universe wants to make people hardened and tough [01:23] like steel put through the fire [01:23] * Wayward_Vagabond has been made brittle by poor tempering [01:24] k, clean install time [01:25] is a btfrs boot partition a stable feature now? [01:25] *btfs [01:25] why would you want btrfs as your boot partition's filesystem? [01:26] if you want efi, then no [01:26] it's not a critical partition performance wise, for one thing, you want the most stable, well-tested, filesystem for it. That (among other reasons) is why ext2 is often used. [01:26] that is one of the other reasons, ecormier :) [01:26] Wayward_Vagabond: you seem to be very interested in making things more difficult for yourself :) [01:27] I turned efi off [01:27] already [01:28] Wayward_Vagabond: you should probably let the installer do it's defaults/auto pilot [01:28] there is not a good reason, afaik, to use btrfs as your boot partition. [01:28] lowers potential of human error [01:28] s/as/on/ [01:29] ext4 it is, and punhing in my mount points into it [02:08] is there an update to https://help.ubuntu.com/community/SerialConsoleHowto that works with 18.04? [02:12] FOr which part [02:13] I don't know about the server setup, but the client part looks good. Minicom and screen hasn't changed much in 30 years [02:13] client is not relevant to the equation [02:13] the server setup is the problem [02:13] obviously the upstart nonsense does not work [02:14] I got grub to dump log to serial, but getting getty to run is problematic [02:14] Probably better off using https://wiki.archlinux.org/index.php/Working_with_the_serial_console [02:15] wil look into that, thanks [02:35] if I cat a file and i get 5 things but I want to change the order how can I do that? I want the 3rd line to be the first line and the rest of the lines to be in the original order [02:36] basically I want to move the first line to the top of the list. is there a command I can pipe the cat output into? [02:38] There is a few ways but none of them are easy [02:39] How would you do it? [02:40] with sed, using regular expressions [02:40] Or with awk === BgLamersTeam is now known as Dreaman [03:30] is there a FAQ for netplan somewhere that says how to do things that we all used to do in one line with ifupdown and ifconfig? [03:33] !netplan | tonsofpcs can this help? [03:33] tonsofpcs can this help?: Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/ [03:41] lotuspsychje: no, not really. I'm looking for "set an IP address, netmask, gateway, dns server, and default route" "release/renew dhcp" "disable an interface" "enable an interface", etc. [03:41] or "you used to do ifup eth0, now do X" [03:43] even a simple manpage would be helpful with commands, syntax, and typical usage examples [03:44] tonsofpcs: are you on desktop or server [03:45] tonsofpcs: https://help.ubuntu.com/lts/serverguide/network-configuration.html.en [03:49] lotuspsychje: yes! is that avaialble in manpage format? Was really frustrated trying to set up a freshly spun up machine without a web browser near by (and obviously the one on the machine wouldn't work because I didn't have its networking set up) [03:52] tonsofpcs: you want me to copy paste it in query? [03:53] tonsofpcs: as its a wiki; its not like that in a manpage [03:53] lotuspsychje: no, I want it usable on systems without having to go find a web browser and search blindly for information. [03:55] tonsofpcs: netplan & ip has a manpage.. === Dreaman is now known as BgLamersTeam [03:57] damnit, where was that e-mail address that I'm supposed to write to if netplan is really a serious issue for me? [03:57] or does that just go to you? [03:59] tonsofpcs: evolution means ubuntu will use new ways/packages, its not because you have issues canonical gonna change that [03:59] tonsofpcs: if you find a !bug please file it [04:00] lotuspsychje: I get this but there was somewhere (an output of netplan or ifconfig perhaps?) that said to e-mail somewhere specific if it was a major issue. And it is. [04:01] I'm not saying netplan itself is an issue but a lack of reasonable documentation on a shipping system is. [04:02] tonsofpcs: i pointed you to the network config wiki, netplan and ip manpage..read a bit ok :p [04:18] hi guys, how to upgrade ubuntu to the latest version? [04:18] via command line [04:18] i'm on 16.04 LTS [04:18] anyone? [04:19] hello? [04:23] hulio: Once the system is fully updated run ' sudo do-release-upgrade ' . [04:26] how do I add a format other than english based ones in the settings -> region & language? [04:55] hulio: https://www.zdnet.com/article/how-to-upgrade-to-ubuntu-linux-18-04/ === the_ant1 is now known as the_ant [05:05] Heya! So in the past, I would be able to shutdown my WM by using "service lightdm stop" and then start. I'm using 18.04 now - what is my WM name? How can I find that out? [05:06] or in the past i'd use GDM stop [05:12] How do I kill my xserver? [05:12] how do I find out what xserver I am currently using? [05:13] JPSman, the new equiv to "service lightdm stop" would be "systemctl stop lightdm.service" [05:14] JPSman: try "ps aux | grep dm" and see if if says lightdm or gdm [05:15] JPSman, I suspect 'systemctl stop graphical-session.target' would be the higher-level way [05:17] looks like /usr/lib/gdm3/gdm-x-session is running, thanks EriC^^ [05:18] rfm, with any luck, i'll be leaving right now because my DM will be shutting down :) [05:19] rfm, nope :( [05:20] rfm, I just tried systemctl stop graphical.target [05:20] and I'm still here :( [05:20] JPSman: "dpkg -l xorg" should give the version [05:20] JPSman: if you want to stop the window manager, use sudo service stop" [05:22] EriC^^, just did "service gdm stop" and I'm still here --- and just did "service lightdm stop" and still here [05:22] JPSman: what did "sudo service gdm stop" report back? [05:23] JPSman, yeah stopping the .target didn't do what I thought. "systemctl stop lightdm.service" booted me back to console, but then I'm on xubuntu 18.04 [05:24] JPSman, since you seem to be using gdm, the equiv would be "systemctl stop gdm.service" [05:24] EriC^^, just ran 'service gdm stop' - as root- and i'm still here [05:25] just ran systemctl stop gdm.service and still typing lol [05:25] so, I have gnome flashback if that helps [05:26] JPSman: what error did it give though? [05:26] no error, nadda [05:29] JPSman: you're not answering our questions [05:29] what errors does it give after you type the command? [05:29] there are no errors after I type the commands [05:30] there is nothing that happens [05:30] well that's odd [05:30] what does 'systemctl status gdm' give? [05:30] JPSman, well, I'm baffled. "sudo pkill Xorg" to kill the session, then ctl-alt-F1 to get a console session and shutdown from there... [05:34] YAY! "pkill Xorg" worked!! [05:34] thanks rfm [05:35] I was able to start up my session again with "service gdm start" [05:35] this is exaclty what I was looking for [05:35] so thanks guys [06:02] I am connecting to remote xubuntu server, but the keyboard layout is differnt, when type "p", it shows "x", any idea how i change keyboard layout ? [06:02] I am using VNC to connect === apetresc_ is now known as apetresc [06:06] is there any package to convert pdf file to xls or csv? [06:22] Is there a way to reload dbus policies without restarting dbus daemon ? [06:27] /msg ubottu !ping === the_ant1 is now known as the_ant [06:43] pdf2text then ... [07:00] Strange issue with Xubuntu whiskermenu (the task-bar application menu). Starting a default terminal, the window appears and disappears (program closes) within 1/2 second. It executes it via "exo-open --launch TerminalEmulator". If however I use Alt+F2 (Run) and type that command it works fine. Due to GUI struggling to think how to further debug this [07:06] TJ-: anything in ~/.xsession-errors? (wild guess) === nisankh is now known as Guest16588 [07:10] <_alx_> how exactly do permissions work? if I have a file that has the owner www-data and groupname of www-data, and permissions as rwxr-xr-x (755) it's layed out as (7 = owner can read write and execute), (first 5 = users in the group can read and execute), (last 5, any user on the machine can read and execute? ) [07:13] yes [07:14] <_alx_> jluc: is there any reason at all to have files with 777? I can't think of any [07:19] could someone help me troubleshoot my wifi connection issues? I have copied some of my diagnostics to https://ghostbin.com/paste/ev38o if anyone would be interested to assist me [07:19] let me know if you need more help [07:20] _alx_: to allow anyone full permissions, if you need to [07:20] <_alx_> ducasse: I don't need to. Does the base system need to? Do you know? [07:21] hello. yesterday i upgraded to ubuntu 18.04. how when i hibernate my laptop, it seems to do the hibernation part as it should but when i wake up it acts like a boot after a shutdown and i have to login again, programs being closed. what do? [07:21] <_alx_> eraserpencil: I know little about the wifi drivers for ubuntu, sorry bud [07:21] _alx_: i kind of doubt there are many (if any) world-writable files in a default install, but that doesn't mean a user might not need to set those permissions [07:23] poirotti, is your issue the login part or is it something else? [07:24] <_alx_> ducasse: i'm the only user, i'd like to restrict sudoers too but that's an issue for another day. [07:24] ducasse: xsession-errors, nothing related I could see. It's weird, this started on a single 18.04 after a regular package upgrade, but this only affects that single application shortcut, no others I've found so far [07:24] _alx_ that's very much fine. thanks [07:25] ducasse: I suppose I should wrap /usr/bin/exo-open in a shell script that captures debug info [07:25] TJ-: that's probably worthwhile [07:26] <_alx_> ducasse: thanks for the info, do you know if this is documented anywhere? I'm going to look around/start a new vm and check too. [07:27] eraserpencil: before yesterday i shouldn't have had to log in after a hibernation. instead, it booted right where i was before hibernating. so now the hibernation seems to work like shutdown which really makes no sense to me. the login part was only part of diagnosing that the computer had shut down instead of hibernating [07:28] suspend seems to work fine but i'd like to use hibernate [07:28] _alx_: i don't think so, but you can check with 'find' [07:29] <_alx_> ducasse: yup! with the perm flag :) thanks [07:30] <_alx_> find / -perm 0777 or you can add a type if you're just interested in folder of files [07:32] ducasse: oh...my... duh! in the application shortcut GUI editor the option "Run in terminal" was checked... which somehow causes the command passed through to be "--launch TerminalEmulator exo-open --launch TerminalEmulator" which causes exo-open to report its help info and exit. The terminal I was seeing was the one caused by "run in terminal" :D [07:34] TJ-: lol [07:34] hello [07:34] * TJ- must stop ticking random check-boxes [07:34] do you know of a whatsapp client for linux ? [07:36] Has anyone here configured systemd-networkd for Wireguard server-side? I've been looking for an example of the .netdev/.network files - found some for the client side but there are subtle differences for server-side [07:42] sorry poirotti... nuances of hibernate and suspend and troubleshooting it seems beyond my skillset [07:43] jil if you have alot of sufficient ram, Rambox or WaveBox or franz might be what you're looking for [07:46] eraserpencil: basically suspend saves the state spends some electricity (computer still on) and boots faster. hibernate spends zero energy, saves the computer state on hard disk, shuts down the power and boots a little slower. neither one of these should close apps or log out afaik [07:49] shouldn't be the swap space either since free -m tells i'm using 2,4G and swap size is 8G. [07:50] jil: why not just use web.whatsapp in a browser window? [07:50] Poirotti: check the kernel log from the first startup after hibernation, there may/should be clues there. That, or syslog, to begin with [07:52] Poirotti: the other possibility is that if the system was set to do S3 Sleep + Hibernate, the battery died before the hibernation managed to write out all of RAM to swap [07:53] Poirotti: because I don't have a compatible mobile phone. It's a chance aleardy that I tolerate having a fixed phone, fixed on me. [07:54] eraserpencil ? rambox? WaveBox ? franz I heard about it. I'm checking thank you [07:55] TJ- thanks for the tips. now that i look at those logs, it could be something with tlp. i also remember that the tlp config changed somehow when i upgraded. empty battery is not a possibility [07:56] Poirotti: "tlp" ? [07:57] it's a power manager for laptops [08:07] so I have an interesting challenge for anyone up to it. I have a gnome Ubuntu 16.04 whose login page seems fine and all. The thing is, I cant have any signs of life when I log in to my main account. Not even tty1. Other users seem pretty fine though. I dont know where to start with troubleshooting this. is it a simple "apt-get install -reinstall ubuntu-desktop" fix ? or is it something deeper? [08:07] i cant remember anything i could have done to affect the x server [08:13] eraserpencil: so you haven't messed around with desktop environments? [08:15] definitely not [08:16] I partitioned an external disk though... dont think my partition table got corrupted. else I wouldnt be able to log into any other users or loginto my main user from other users [08:18] I think I'll be going for yowsup. [08:18] https://github.com/tgalal/yowsup [08:21] eraserpencil: at least in the login screen ctrl + alt + f1 should give you a terminal and you could check .bashrc, .bash_profile and .xinitrc if there's some things that mess your startx. sometimes when i've messed around with desktop environments i've commented something out and left it like that and then startx failed. or something like that :) [08:26] bingo [08:26] i dont have a bashrc [08:31] thanks [08:31] great! === the_ant1 is now known as the_ant [09:21] cant install bzr on bionic for some reason [09:25] oh i just had to restart [09:25] lol [09:28] hi - how come there have been no 18.10 beta .isos out yet ? [09:28] isn't it out soon ? [09:34] yossarianuk: 18.10 support is in #ubuntu+1 [09:43] bck [09:43] back [09:43] eraserpencil_: Hello! [09:44] hi [09:44] How are ya :D [09:44] pretty well [09:45] apart from a few issues [09:45] how about ya [09:45] ah nice :3 [09:45] trying out irc [09:46] anyone in here? [09:47] hey [09:47] heyhey [09:48] having a bit of a dilema [09:48] looking for a bit of help with writing a script [09:48] do you have a board-2.bin in your hwX.X directory? [09:49] antop: hello :D [09:53] rvikwd3 :D [09:55] wassup glitch [09:55] glitchd [09:56] yo bud [09:56] wut up? === antop is now known as antoj === antoj is now known as antop === antop is now known as panto_ [09:58] eraserpencil_, yo? === panto_ is now known as antop === antop is now known as panto_ === panto_ is now known as antop [10:05] Hay, how does ubuntu handle high DPI monitors ? are they supported [10:09] mjayk, some DEsktops support hidpi monitors, some don't. newer versions of desktops are more likely to have support, though Unity 7 was relatively earlier in it's support I believe [10:10] How about the default gnome desktop guiverc_w ? [10:11] i don't have hidpi so don't know first hand... i recall mention that unity 7 on 16.04 was better than gnome on 17.10, but I could also be wrong and don't know of 18.04 [10:12] there was a joint gnome effort involving red hat & canonical to improve gnome which was before 18.04 - recall reading about it, but as it doesn't affect me I didn't remember much - so it's likely 18.04 is better [10:13] mjayk: do you have ubuntu AND hidpi monitor right now? [10:13] hmm kk doesnt sound good. [10:13] FortKnight, No I don't. I don't want to waste my time installing the wrong distro if it doesn't support my hardware [10:14] I have a high DPI monitor [10:14] mjayk, ubuntu has some of the best support for hardware - which is why I mentioned desktops! [10:14] guiverc_w, OK thanks, I just need to know if ubuntu, not any of the flavours, supports my hardware. Thanks for your help. [10:15] Can you somehow get natural scrolling supported in 16.04 LTS? [10:15] the high dpi effort for gnome was jointly done by Canonical (behind Ubuntu) - so it's in the lead for gnome (along with fedora) [10:15] OK, but does it work? [10:16] It being supported is all I am really interested in [10:18] mjayk, my gnome-shell version is 3.30; so my Ubuntu is the latest currently available... - you're talking distros & ignoring that a distro is based on software... gnome 3.30 has the best support for any gnome version (i am using 18.10 btw; so support also depends on version!) [10:18] ducasse: cheers - although I don't support support on 18.10 - jusrt wondering why there are no RC/Beta isos out yert ? [10:18] I mean I *don't need support* [10:20] guiverc_w, best support is not support that is an opinion. Please if you don't know or the answer is its not fully supported just say so. [10:23] my statement was that hidpi support in gnome has been improving; the greatest amount of hidpi support in gnome is in 3.30, which I'm using on ubuntu now. i never said gnome had the best support for hi dpi (sorry if you misread it that way), support varies; I like XFCE myself which has none; MATE is where I'd be probably if i had hi-dpi & ubuntu-mate is possibly the best mate for hi-dpi in my opinion (as work was done [10:23] by ubuntu-mate coders & pushed upstream) - back to my desktop choice matters first comment [10:24] guiverc_w, As i said I am not interested in the flavours, I am interested in ubuntu stock. But thanks for your opinion. [10:26] Is possible to bind systemd-resolver to all interfaces, instead of 127.0.0.1 ? [10:26] save your breath on that one [10:30] Is there a way to reload dbus policies without restarting dbus daemon ? [10:32] reboot the pc [10:32] 'Morning folks [10:36] FortKnight: not an option for me. Anyways it also restarts dbus :) [10:41] guys have you tried [10:42] sudo apt-get install anarchism [10:42] I really like that package [10:44] MicrosoftWindows, stop trolling please [10:49] x [11:01] Hey EriC^^ [11:06] Hello. I have distorted sound on headphones (good sound on HDMI) with ubuntu 18.04. My soundcard is ALC891. What can I do? [11:07] faLUCE, did you try turning headphone volume down a bit in alsamixer? [11:08] hey BluesKaj [11:11] hey BluesKaj [11:14] BluesKaj: it did not solve. more precisely, the sound i very LOW and distorted [11:14] (is) [11:15] faLUCE, ok , if you have pavucontrol installed then check the volume setting there too [11:17] How do I get this rsync command to exclude more than one file name? rsync -av --exclude '*ch02.png' /source/dir /destination/dir [11:17] I tried this but it didn't work: rsync -av --exclude '*ch02.png *ch03.png' /source/dir /destination/dir [11:18] BluesKaj: the settings seem coorrect in pavuctrl too [11:18] BluesKaj: what should I check in pavuctrl more precisely? [11:22] zetheroo: use several --exclude's [11:23] EriC^^: ah ok - Thanks! [11:23] faLUCE, the output device volume ctrl [11:23] BluesKaj: the volume is ok [11:24] less than 100% ? [11:24] BluesKaj: no [11:25] faLUCE, then it might be overloading [11:25] ? [11:26] over 100% may be too much for your headphones [11:26] it's not over 100%. It's 100% [11:28] try 80% [11:29] peaks will put the levels over 100% at times [11:29] BluesKaj: same issue [11:29] faLUCE, is this a laprop? [11:29] ttop [11:30] BluesKaj: yes [11:31] maybe the connector or cable to the 'phones is faulty [11:31] BluesKaj: how can I check that? [11:32] a different set of headphones [11:33] BluesKaj: I tried the headphones on another device and they work [11:34] no distortion, if so then it's probly your connector [11:34] I have to be sure of that... because in this case I have to change the mobo [11:34] and I don't know how to check that [11:35] maybe I should try another distro/OS on an usb drive [11:35] no. it could be a bad solder joint [11:36] sure [11:36] BluesKaj: I understand that, but in order to be sure that it's something like that I have to try another distro [11:37] if you have one installed [11:37] ?? [11:37] another OS [11:37] BluesKaj: yes. but which one? [11:38] I don't understand if I can try windows on usb without installing it [11:38] faLUCE, choose one that's media friendly, dejfinitely not fedora [11:38] ok try windows if it's already installed [11:39] BluesKaj: I don't have windows [11:43] BluesKaj: in addition, windows require installation. I can't try it on usb [11:46] ok fine, try windows [11:47] BluesKaj: I CAN'T try windows... it needs to be installed [11:48] on usb [11:49] faLUCE, https://lifehacker.com/how-to-run-a-portable-version-of-windows-from-a-usb-dri-1565509124 [11:51] BluesKaj: not good. it requires to install wintousb, which doesn't work on linux [11:52] Poirotti: faLUCE I'd suspect the HDA codec first (the ALC) - sometimes the pin-outs in the chip aren't known to Linux and so it causes problems [11:52] faLUCE: I'd suspect the headphone port is getting amplified when it shouldn't be, which would explain distortion. Does the PC have other sound output ports, like "Line Out" and "Speakers" ? [11:53] TJ-: how can I check that? [11:53] TJ-: sorry [11:53] faLUCE, the point is the OS doesn't matter , it's the p[hysical connection your laptop that might be fualty [11:53] no, it has only mic and headphones connector [11:54] BluesKaj: I see that, but I want to be sure of that before giving back the faulty mobo to the vendor [11:54] TJ-: no, it has only mic and headphones connectorS (two connectors) [11:55] get another set of headphones from a friend or relative and try them on your laptop first [11:55] faLUCE,^ [11:58] BluesKaj: as said before the headphones DO work... [11:58] I tried them on other devices [11:59] did you try a speaker system on that connection, that would be the next step [12:00] pc speakers [12:04] I used to run a set of pc speakers off the headphone connection on my laptop, and they worked graet [12:04] BluesKaj: with another pair of headphones the result is the same [12:04] I don't have speakers [12:08] . [12:09] Hello, i am a novice using ubuntu and would like some help in using AppArmor is this the right place to ask? [12:12] faLUCE, do you bluetooth turned on ? [12:12] have [12:12] BluesKaj: it's off [12:18] faLUCE, could you pastebin your alsamixer settings please [12:20] BluesKaj: where can I upload the image of the settings? [12:21] FYI: i had the problem with hibernation not resuming correctly. the problem was that grub didn't know (anymore after upgrade) about the swap where it should resume. so i just had to tell both /etc/default/grub and /etc/initramfs-tools/conf.d/resume about the id of my swap partition (sudo blkid tells the UUID). actually this was quite a basic problem but i had the wrong keywords in google. the [12:21] keywords were definitely "hibernate resume" :) === dbugger_ is now known as Dbugger [12:25] BluesKaj: http://it.tinypic.com/view.php?pic=25an22r&s=9 [12:28] faLUCE, try muting all your spdif outs except one [12:29] use the M key [12:30] BluesKaj: M key in alasmixer? I tried it but it doesn't mute anything [12:31] it should show M in the box [12:32] BluesKaj: I don't see M in the box [12:33] does someone know i you can tell consul agent to only speak with the agent in the same network? [12:33] BluesKaj: seen it. let me try [12:33] you have to navigate with the arrow keys to the ctrl [12:34] faLUCE,^ [12:34] BluesKaj: the problem remains [12:34] try muting all the spdif ctrls [12:36] nwe: Could you be more specific, what console agent ? [12:37] faLUCE: have you rebooted your computer? i've had buzz sometimes and booting helped. just saying :) [12:37] it's distortion ,. not a buzz [12:37] well, buzzing sound anyway [12:38] pragmaticenigma: consul* sorry :D [12:38] what i had was some kind of electric distortion yes. sounds a little bit like a horrible fuzz pedal with fuzz going to eleven [12:38] BluesKaj: do you mean to mute ALL the spdif or ALL excepts one? [12:38] mute all of them [12:39] BluesKaj: donew [12:39] BluesKaj: now? [12:39] try the headphones [12:40] BluesKaj: should the master be muted too? [12:40] nwe: If you are referring to the application "consul" then say as much. Otherwise someone, like myself, is going to assume you had a typo. For assistance specific to the application, your best bet is to seek out a forum of other users for help. [12:40] or do you mean "master not muted and all the spdif muted" ? [12:40] nwe: "other users" meaning users of that application [12:40] faLUCE, no [12:40] I have setup consul, I have 3-servers ( on vlan10) and my QA-env1 is on vlan10 (with consul-clients) and QA-env2 is on vlan20) and it works the problem is that the clients on vlan10 and vlan20 try to speak with each other. [12:41] pragmaticenigma: okey . [12:41] BluesKaj: well, I have: "master not muted and all the spdifs muted". But the problem remains [12:41] hardware issue? [12:41] and your laptop speakers don't distort , faLUCE ? [12:42] I have headphones, not speakers [12:42] and the headphones do distort [12:42] faLUCE, your laptop has small speakers , most do [12:43] BluesKaj: this is my mobo https://www.gigabyte.com/Mini-PcBarebone/GB-BPCE-3350C-rev-10#ov [12:43] unplug the headphones and try the speakers [12:44] it doesn't have speakers [12:45] tht 's not a laptop [12:45] BluesKaj: sorry [12:46] uar you sure yoiu're using the headphone output and not mic connection [12:46] BluesKaj: it's the green connector [12:47] move the box to another location, getting noise from something near it? [12:47] BluesKaj: when I touch the unbplugged audio cable it's hot [12:48] let me try another test. be back soon [12:49] m_i_k_e, it's not noise, it's distortion of the actual sound [12:50] ah... yeah, that's weird. hardware issue could cause it too. is it new? [12:50] I', here [12:50] I'm, here [12:51] there may be a low voltage electrical short on your audio output connector [12:52] how to check that? [12:52] hello [12:53] faLUCE, best to bring it to the vendor ...if it's still under warranty they shoiuld check and fix that for free [12:53] BluesKaj: it will require time :-( [12:53] well, seems faulty to me [12:55] I can't get any keyboard shortcut that uses "super" to work. Just want to double check that the "super" key is the windows logo right? [12:56] MacroMan: one can choose the super key. it's usually the windows key but it can also be any key, like alt [12:56] Hmm. Maybe it's changed on my computer for some reason [12:56] I've come to ply my qn at #ubuntu. I spend the whole day trying to troubleshoot my wifi. I cant seem to get network-manager to show any detectable wireless network [12:57] one thing i achieved is knowing nothing is wrong with the driver or the hardware cause iwlist scan shows available networks in the area [12:58] eraserpencil: has it EVER worked at all? [12:58] yes [12:58] yesterday afternoon [12:59] eraserpencil: what has changed since then?..have you installed a bunch of crap and or made a bunch of tweaks? [12:59] So my super key is the windows logo, and it works for some shortcuts, but not all. Confused :s [12:59] eraserpencil: does it work when booted to livecd/liveusb? [12:59] let me give that a try... [13:01] faLUCE (cc: BluesKaj) If you're looking for high end audio without distortion or interferance, you should consider getting an external USB connected sound card. Inside a computer is a very noisy place, and if you have high end headphones, you're likely hearing all the electrical noise inside the computer. If all channels are muted or volume turned way down and you still here, it is indicative of an open line [13:01] somewhere between the audio chipset and the connector. You could spend a lot of money and never fix the problem. Easier solution is if you really want high end audio from a laptop (or even a desktop) is to consider a USB sound "card" [13:02] ^ +1 [13:02] Narrowing it down: Keyboard shortcuts with "super" plus 1 key don't work. Shortcuts with "SUper [13:02] "Super" and another modifier do work [13:02] pragmaticenigma, think the user has a faulty solder joint in the audio out connection [13:03] doesn't even have to be faulty solder..metal touching somewhere it shouldn't could ground out and cause interference and or distortion [13:04] fairly common [13:04] I want to try another distro before. let's cross fingers [13:05] faLUCE: I really doubt that will fix anything. But you are welcome to try it. [13:06] pragmaticenigma: with an usb radio souncard I would take one usb port busy [13:06] faLUCE, well. that's your call [13:06] then buy yourself a USB "hub" along with a USB sound card [13:07] and call it a day [13:07] FortKnight: it would reduce the USB bandwidth as well [13:07] faLUCE: I'm offering a suggestion on what I believe will offer you the best option. A USB hub is easy to purchase at a very reasonable price. [13:07] in addition, it's a work-around. not a solution [13:07] if the mobo is broken, then I have to replace it [13:07] it's under warrany [13:08] then replace it ...but don't be surprised if you have the same with an identical mobo [13:08] it's not a mobo faLUCE, it's a mini-pc [13:08] with a mobo [13:08] faLUCE: There are leading industry experts that will disagree with that statement. As I mentioned before, there is a lot of electrically noise generated by a motherboard. Sticking an audio output in the same environment turns it into a radio receiver for all that noise, which transmit into your headphones/speakers. [13:08] FortKnight: if the problem is in a joint, then it won't happen again [13:09] faLUCE: Also, it's a Realtek audio chip, Realtek is not known for quality audio [13:09] when I touch the cable, it is very hot [13:09] faLUCE: What cable are you touching? [13:09] pragmaticenigma, it's audio distortion not "noise" [13:09] big difference [13:10] pragmaticenigma: the end of the audio cable. after having unplugged it [13:10] do somethiing before that "warranty" expires [13:10] faLUCE: Then you have an electrical short somewhere... it should not be getting hot to the touch (unless it's right next to the CPU or heatsink, which is very poor design and will definately create problems) [13:11] else you'll be forced to live with it...FOREVER [13:11] yup [13:11] faLUCE: I agree, you need to contact the manufacturer right away! [13:11] a "warranty" doesn't last forever...tick tock [13:17] yes a liveusb works [13:18] so its a package issue? [13:20] MacroMan: I've always found keybaord shortcuts involving the "super" key hit or miss. If I can't get it to work, I usually opt for a CTRL + ALT + key approach [13:25] pragmaticenigma: Thanks. It's consistent which shortcuts work, so I wonder of there is a bug. [13:27] MacroMan: To me, it's hard to pinpoint the reason why a shortcut isn't working. An application in the foreground (or background) could be intercepting the keybaord shortcut before the DE (Desktop Environment) receives it. Or the DE could simply not be responding to it. [13:27] MacroMan: In all cases, it's a bug, but finding the source is tricky [13:28] Sounds like most applications I write lol [13:50] anyone gotten 'cheese' to connect to the usb webcam hosted ubuntu on w10? [13:55] donofrio__: so you're NOT using vmware/vbox but w10's hyperv correct? yes or no [13:56] please help with touchpad 1) 50% or more of taps are ignored, even xev sometimes shows nothing upon some tapping 2) touchpad button only functions as Mouse Button 1 or LMB, it should usually detect LMB on left corner and RMB on right corner [13:56] donofrio__: if not you should say what virtualization software you are using on win10 to run this ubuntu vm === semeion is now known as mnemonic [14:16] FortKnight, WSL ;) [14:19] donofrio__: There is a dedicated channel for help with that. Let me look it up for you [14:20] hello everyone, I hope you are doing fine. my question today is an old one unfortunately. I am running ubuntu 16.04 on an Inspiron 7537, which comes with a nvidia geforce gt 750M. I tried most nvidia drivers unsuccessfully to run nvidia prime. any light to be shed there? [14:20] donofrio__: Check out ##windows-wsl ... sounds like the perfect place to ask your question... the specialize in Windows Subsystem for Linux [14:20] smellsLikeGoatSp: are you chatting from the system right now? [14:21] pragmaticenigma, i am already there only 18 people there vs 1.2k folks here..... [14:22] donofrio__: The WSL is a special implementation of Ubuntu specific to that environment. Support here is limited because we don't have the documentation for it. [14:23] !wsl | donofrio__ : You can also check out the other channels mentioned here >> [14:23] donofrio__ : You can also check out the other channels mentioned here >>: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide [14:24] smellsLikeGoatSp: Also, do you have the nvidia proprietary drivers installed already? === Class7_ is now known as Class7 [14:26] donofrio__: FYI usb webcams aren't supported only and strictly "storage" devices https://blogs.msdn.microsoft.com/commandline/2017/05/10/bashwsl-insiders-build-now-supports-usbserial-comms-and-mounting-removable-storage-network-shares/ [14:27] donofrio__: so maybe someone in ##windows-wsl has experience in "unsupported" USB devices...good luck [14:31] FortKnight: I am [14:31] pragmaticenigma: nvidia drivers have been through a few purges, so I dont really [14:32] smellsLikeGoatSp: the requirements for the nvidia-prime package require the nvidia propriatary drivers to be installed [14:33] pragmaticenigma: I typically would install the drivers, I believe nvidia396 was the latest I tried [14:44] Good morning; I have a coworker with a Dell Inspiron 7579 running Kubuntu 17.10 that about every 2-3 days just powers off - not shuts down, just plain powers off. Nothing in the logs, nothing we can find anywhere. We checked temps and it reports relatively cool (42C) after rebooting. Any suggestions? [14:44] acpi [14:44] bgardner: 17.10 is EOL. [14:44] !artful | bgardner [14:44] bgardner: Ubuntu 17.10 (Artful Aardvark) was the 27th release of Ubuntu. Support ended on July 19th, 2018. See !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2018-July/004483.html [14:45] leftyfb: Understood, I'll pass that along [14:45] BluesKaj: I suspect there's something more. When I switch off the master, I hear a white noise. IN addition, when I boot the OS I hear several clicks/white noises [14:45] kernel-3xp: Thanks, I'll check that [14:45] bgardner: A trouble shooting idea would be to live boot a more recent version of Ubuntu and see if the behavior continues. If it does, it's hardware and the laptop has an issue [14:46] pragmaticenigma: Not sure if that's practical in this case, but I will pass it along as a suggestion, thank you [14:46] you're welcome [14:46] faLUCE, is there a ssd or hdd in that box? [14:47] faLUCE: That is interfereance from the motherboard... That was what I was talking about before... there is a lot of electronic noise inside a computer. [14:47] BluesKaj: there's on a hard disk (2.5') [14:47] then it's probly just switching noises [14:48] faLUCE: but as mentioned earlier... if your finding the headphone plug hot to the touch when you remove it... you have an issue that you should be taking up with the manufacturer right away. [14:49] pragmaticenigma: now it is not hot anymore... It was hot before all the mobo, because there was a process which used lot of CPUs [14:49] pragmaticenigma: now it is not hot anymore... It was hot all the brix, before, because there was a process which used lot of CPUs [14:51] if I send the brix to the manufacturer, Ihave to wait weeks before they send me back it [14:51] and in these days I need the brix [14:53] faLUCE: As I will repeat... white noise, pops and clicks are the result of interferance... there is nothing in the OS/Software that can fix that. Realtek chips are not high quality, and it's simply physics, an electronic signal orginating in the motherboard is going to get picked up by the amplifier in the audio circuit and you will hear it in your speakers. The only fix for that is an external sound card/device. [14:53] too late [14:54] ch430G , ls -l /dev/ttyUSB* works but ls -l /dev/ttyACM* says no dir found [14:55] damn === BgLamersTeam is now known as Dreaman === Dreaman is now known as Blade [15:04] smellsLikeGoatSp: you are? [15:05] FortKnight: I am chatting from the system right now [15:08] faLUCE: I don't know if you saw this before you dropped off... white noise, pops and clicks are the result of interferance... there is nothing in the OS/Software that can fix that. Realtek chips are not high quality, and it's simply physics, an electronic signal orginating in the motherboard is going to get picked up by the amplifier in the audio circuit and you will hear it in your speakers. The only fix for that [15:08] is an external sound card/device. [15:08] smellsLikeGoatSp: open terminal> sudo apt install inxi [15:09] smellsLikeGoatSp: let me know when done..by simply saying "done" [15:09] FortKnight: done [15:10] smellsLikeGoatSp: open terminal> inxi -Fxxprzc0|nc termbin.com 9999 [15:10] smellsLikeGoatSp: share url/link here..if you do not get a url/link..say so [15:10] FortKnight: I didnt get an output [15:11] smellsLikeGoatSp: open terminal> inxi -Fxxprzc0|nc 5.39.93.71 9999 [15:11] smellsLikeGoatSp: share url/link here..if you do not get a url/link..say so [15:12] FortKnight: still nothing, I am on a uni network, if that can be an issue [15:12] smellsLikeGoatSp: open terminal> inxi -Fxxprzc0 > nfo.nfo [15:12] smellsLikeGoatSp: you won't get a url/link this time [15:13] FortKnight: done [15:13] smellsLikeGoatSp: in a browser go to https://pastebin.com [15:13] smellsLikeGoatSp: let me know if you can successfully reach the site https://pastebin.com [15:15] FortKnight: https://pastebin.com/3EeVxsNS [15:17] smellsLikeGoatSp: apt list --installed|grep nvid [15:17] smellsLikeGoatSp: see anything? yes or no [15:18] FortKnight: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. [15:20] smellsLikeGoatSp: ok.. [15:20] smellsLikeGoatSp: Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa) FAILED: nouveau [15:20] smellsLikeGoatSp: nouveau FAILED...let's proceed [15:21] smellsLikeGoatSp: ubuntu-drivers list [15:21] smellsLikeGoatSp: show me a pastebin of that [15:21] FortKnight:https://pastebin.com/ttube0aX [15:22] Hello. I am connecting to a Xubuntu installation, where I installed vnc4server. In the ~/.vnc/xstartup I have the startxfce4 & line. Yet when I connect to that machine via VNC, I get the (I believe) X11 window (black/white little squares). [15:22] Why could this be going on? [15:23] smellsLikeGoatSp: ubuntu-drivers devices [15:23] smellsLikeGoatSp: show me a pastebin [15:24] FortKnight: https://pastebin.com/cvPjnjU6 [15:26] Hello :) [15:26] I have the same issue as this : https://askubuntu.com/questions/1042929/how-to-fix-this-apt-problem-on-ubuntu-18-04-lts [15:27] smellsLikeGoatSp: install nvidia-396 - third-party free recommended [15:27] smellsLikeGoatSp: use driver manager [15:27] smellsLikeGoatSp: after it's installed let me know [15:28] I tried the procedure in the answer, but when I try `sudo apt autoremove` I get an error: [15:28] https://hastebin.com/iqajevoqog [15:29] (It's also a nvidia drivers issue :D ) [15:30] I tried doing what it says (`sudo apt --fix-problems install`) but it just tries to install the missing dependencies, which in turn re-gives the same error with dpkg diversion [15:31] FortKnight: done [15:32] smellsLikeGoatSp: press ctrl+alt+backspace...come back here if needed and we'll continue [15:32] smellsLikeGoatSp: sudo prime-select nvidia [15:33] smellsLikeGoatSp: sudo prime-select nvidia > nfo2.nfo [15:33] ForthKnight: what is ctrl+alt+backspace supposed to do? [15:34] It should kill X but it's no longer the case on recent ubuntu, I think? [15:34] smellsLikeGoatSp: show me a pastebin of nfo2.nfo or let me know what it said somehow [15:35] ForthKnight: ctrl+alt+backspace did nothing visible [15:35] smellsLikeGoatSp: you might need to restart after installing nvidia ctrl+alt+backspace is a lazy shortcut i've used instead of reboot [15:36] FortKnight:https://pastebin.com/k8CRVJB8 [15:36] FortKnight: I see, ty [15:37] smellsLikeGoatSp: inxi -Fxxprzc0 > nfo3.nfo [15:37] smellsLikeGoatSp: pastebin me [15:38] FortKnight:https://pastebin.com/kWwXwJxz [15:39] smellsLikeGoatSp: Info: the nvidia profile is already in use [15:39] smellsLikeGoatSp: reboot [15:44] FortKnight:on it === SimonNL is now known as SimonNL_Afk [15:46] BluesKaj: I ended up in using an usb soundcard.... Now I wonder how much bandwidth does it use [15:46] FortKnight: rebooted [15:47] gloomy: try to purge the 390.48 from repo and install latest 390 from the ubuntu graphics ppa [15:48] smellsLikeGoatSp: ok..now that we'd danced a bit i'm just gonna tell you what i'd like NOT to see and we'll talk it out to save my typing [15:48] smellsLikeGoatSp: Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa) FAILED: nouveau [15:48] smellsLikeGoatSp: i don't wanna see FAILED nouveau [15:48] smellsLikeGoatSp: inxi -Fxxprzc0 [15:48] smellsLikeGoatSp: you can look at it and tell me if it still says it [15:49] smellsLikeGoatSp: ideally it doesn't say that anymore [15:49] faLUCE: Not very much [15:49] smellsLikeGoatSp: can you confirm either way [15:50] smellsLikeGoatSp: pastebin me if you're having trouble spotting that line out of all the info [15:51] FortKnight: right, the output for inxi -Fxxprzc doesn show nouveau anywher [15:51] smellsLikeGoatSp: sweet [15:51] FortKnight: instead I have "Display Server: X.Org 1.18.4 driver: nvidia" [15:51] smellsLikeGoatSp: in terminal> nvidia-settings [15:51] pragmaticenigma: how much [15:51] smellsLikeGoatSp: do you see the nvidia utility [15:52] FortKnight: I do see it. What used to happend is that after switching from nvidia to integrated it would stop working [15:52] FortKnight: should I give it a go now? [15:53] smellsLikeGoatSp: inxi -Fxxprzc0 > nfo5.nfo [15:53] smellsLikeGoatSp: i wanna see [15:54] FortKnight:https://pastebin.com/MqwfVQ9i [15:56] smellsLikeGoatSp: GLX Renderer: GeForce GT 750M/PCIe/SSE2 [15:56] smellsLikeGoatSp: looks good...you're using it now. [15:56] FortKnight: I will let you know if allows me to switch from one to the other effectively or if it breaks [15:59] now I have another problem... I only hear the analog output of this USB soundcard, even if the digital output is switched. In fact I hear a low white noise in the background. The device is "CM108 Audio Controller" [15:59] faLUCE: that's the same problem now a new problem...replace it or use that warranty already [15:59] NOT [15:59] faLUCE: That's getting too deep into hardware archetecture to have a certain answer on bandwidth usage. IF you are still getting white noise... move the USB audio further away from the computer. [16:00] FortKnight: I can't replace it, I would wait for weeks and I can't [16:00] pragmaticenigma: with an usb cable? [16:01] faLUCE, probly little more than an ordinary onboard card since it does the same job [16:01] someone here use docket ? is it OT ? [16:01] faLUCE: The whole point was to get the audio circuitry away from the computer... so yes.. also if what I searched for online is what you got... that's a hunk of junk [16:01] faLUCE: get yourself a usb hub and usb sound card #2 option or replace the system under warranty #1 option...you don't have any other options...you've ran the gammut [16:02] faLUCE: actually ..option #3.....deal/live with it [16:02] aLeSD: we focus on ubuntu support questions here [16:03] faLUCE: As you are starting to hear, you've exceeded our capabilities... we've helped to identify this as a hardware issue which is not solvable through software or operating system. You're options are to reach out to the manufacturer or find a community dedicated to computer audio. There isn't much else this channel will be able to help you with. [16:05] faLUCE: your 3 options have been laid out...pick one..and take personal action [16:05] I see, thanks [16:12] faLUCE: those are your 3 options....you won't have other options later today, or tomorrow, or next week even [16:13] faLUCE: you won't have other options after more fiddling with it either [16:15] how to see what wine program are installed in my ubuntu? [16:17] rexwin_: apt-cache policy wine [16:20] ls .wine/drive_c/"program files" === Blade is now known as BgLamersTeam [16:21] it just shows https://pastebin.com/yfwKB3gg === SimonNL_Afk is now known as SimonNL [16:22] I need to specifically install wine-2.20 (Staging) for my program to launch. what do I do? [16:23] !latest | rexwin_ [16:23] rexwin_: 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. [16:25] wine-2.20 (Staging) is old [16:25] we now 3.0 [16:25] rexwin_, also, they may consider not patching security issues at all, like with VLC, GNOME and OpenSSH in xenial [16:25] niche software, after all [16:33] hello, can i transfers file via bluetooth from iphone to ubuntu 18.04 [16:33] ? [16:36] lolcat-007: I don't think the iphone supports transferring files via bluetooth to anything other than another iphone or an OSX pc [16:39] leftyfb, ok but i notice that in ubuntu 18 doesnt have the personal file sharing menu [16:39] how can i enable that [16:39] ? [16:40] lolcat-007: https://tutorialforlinux.com/2018/04/04/how-to-enable-personal-file-sharing-in-ubuntu-18-04-bionic-lts/ [16:40] cant get rid of this error: tar: -: not found in archive [16:40] lolcat-007: I looked up "ubuntu 18.04 personal file sharing" on google [16:40] !details | stumper__ [16:40] stumper__: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [16:41] tar zxf "$file" "./data.tar.gz" -O - |tar zxf - "$2" [16:41] it works, but i get the error =/ [16:42] so i extract a tar.gz file from a tar.gz to stdout [16:43] configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries [16:43] what should I do? [16:43] !details | rexwin_ [16:43] rexwin_: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [16:43] then from stdout i extract the file i need [16:43] leftyfb, look at this web this is what i looking for https://askubuntu.com/questions/131570/how-do-you-make-ubuntu-accept-files-sent-over-bluetooth [16:44] stumper__: try installing gnome-user-share [16:45] sorry, lolcat-007 [16:45] lolcat-007: try installing gnome-user-share [16:45] lolcat-007: but again, that will not work with an iphone [16:47] leftyfb, ok [16:48] i get it [16:51] Hi, when installing ubuntu server with minimal xfce4, and when i try to check the interface: by doing nmcli con show, it gives me empty: NAME UUID TYPE DEVICE. Does anyone know what packages i could be missing or why its doing that? Because on a fresh installed system of Xubuntu, that command works and gives the interface connection [16:52] leftyfb, what about a cloud then is google drirve still available for ubuntu [16:52] ? [16:57] littlejohnny: server doesn't use network manager [16:58] nacc, yes but nevertheless i installed network manager already and still doing nmcli con show does not show anything. [16:58] littlejohnny: installing network manager doesn't change how your interfaces are managed [16:59] nacc, so what packages am i missing so i can use nmcli the way i want on ubuntu server with xfce4 ? [17:00] littlejohnny: no packages, you need to change your configuration. [17:00] littlejohnny: also, why would you want to use nm or xfce on a server? doesn't seem like the right combination of toos [17:00] *tools [17:01] littlejohnny what does 'nmcli d' show? [17:01] nacc, you mean change /etc/NetworkManager/NetworkManager.conf to managed ? [17:01] to 'true' ? [17:01] clackety, it shows the interfaces and unmanaged [17:01] littlejohnny: if you are on 18.04, network configuration is done by netplan [17:02] yes 18.04 [17:03] littlejohnny: wait, did you setup any connections? [17:03] littlejohnny: if not, then of course there aren't any connections [17:03] littlejohnny: if you want to do things like "nmcli con show" install the desktop not server version of ubuntu..you can still do all the server services stuff you'd do with ubuntu server [17:03] nacc, no i didnt, its automatically connected after installing ubuntu server + xfce4 [17:04] clackety, output is [17:04] littlejohnny: i'm really confused. You have networking alrady. You then install network manager. And expect it to magically take over your networking config (thus knocking you off the network, etc.)? [17:04] DEVICE TYPE STATE CONNECTION [17:04] eth0 ethernet unmanaged -- [17:04] littlejohnny: that' absolutely not how server works or should work. [17:05] nacc, no all i want is to get OUTPUT from the command: nmcli con show [17:05] imk not saying im not connected [17:05] im* [17:06] littlejohnny: nmcli can only show you connection information for stuff nm knows about. server doesn't use network manager at all by default. even if you install it later. [17:06] littlejohnny: basically, it seems like you are trying to make things over complicated [17:06] littlejohnny: use the tools that exist for this in server already [17:06] nacc, even if i install it later, howcome? [17:06] I have dual boot with windows on a single SSD. I want to allocate more memory to ubuntu since I need to install a program that exceeds what I allocated orignally to ubuntu. Can I do that in windows, extend the ubuntu partition or what? [17:06] littlejohnny: e.g., `ip a` [17:06] littlejohnny: because it's not configured! i said this already [17:06] Or is it easier to do it ubuntu [17:06] littlejohnny, you don't want multiiple packages in charge of networking configuration, bad things can result [17:07] majest1c: 'more memory'? [17:07] majest1c: or did you mean disk space [17:07] ok [17:07] I think FortKnight already mentioned that network manager is default in the desktop version. and you can use the desktop version to run services if you want [17:07] littlejohnny, 'unmanaged' usually comes from a concurrent /etc/network/interfaces already set ... can you confirm that the file is basically empty ? [17:08] could even prevent desktop from spawning by setting run level 3 on it if you're worried about resources for whatever reason [17:08] littlejohnny: put another way, why did you install xfce on server? it does not result in necessarily the same UX as installing xubuntu. [17:09] nacc: can he try something more simple like openbox? [17:10] clackety, how would i then use ip or a different command in my situation thats equivalent to 'nmcli con show --active' [17:10] lotus|NUC: not sure i follow? i don't know what they are trying to do, yet [17:10] littlejohnny you mean like 'ip addr show'? [17:11] ioria, yes its empty, it says i must install ifupdown if i want , but has been replaced by netplan [17:11] littlejohnny: `ip a`, as i said, will show you all addresses on all interfaces. [17:11] littlejohnny: again avoid ubuntu server if you want to do things like that [17:12] littlejohnny: you're just being your own worst enemy by using ubuntu server then claiming to want to use "nmcli" [17:12] nacc, just the active interfaces is what i want. ip a shows them all [17:12] whizzing in the wind [17:12] littlejohnny: just learn to read that output [17:12] FortKnight, you're not wrong [17:12] littlejohnny: it's obvious which ones are configured or not [17:12] right? [17:13] littlejohnny, can you cd in /etc/netplan and paste your .yaml files ? [17:13] nacc, ok saw it. thanks [17:14] ioria, https://bpaste.net/raw/21506704a676 [17:15] nacc: I meant more disk space [17:15] littlejohnny, it's not the default config for NM [17:16] littlejohnny, this is : https://paste.ubuntu.com/p/gMrMyCfHJR/ [17:17] ioria: they installed server, then install xfce [17:17] ioria: it's just not a reasonable expectation, afaict [17:20] nacc, ofc [17:26] Hello. To have new better comparison of ALL Ubuntu distros, im asking for crowdsourcing help of everyone working together to share knowledge together in one spreadsheet. At start 7 Ubuntu Flavors Compared: Kubuntu vs. Lubuntu vs. Xubuntu vs. MATE vs. Budgie vs. Studio http://bit.do/UbuntuCompare [17:26] Kangarooo: join #ubuntu-discuss plz [17:26] Anyone can freely edit and add more info [17:27] Kangarooo: I'm running Lubuntu 64-bit right now.. [17:27] Kangarooo: #ubuntu focusses more on actual support issues [17:27] There's also that. [17:30] Irritiable|LT: yes, that also is in list. Im Lubuntu 32bit 18.04.1 on one small 1GB ram Atom 453 processor. Now i liked that ubuntu again is faster without unity and kubuntu also usable. I just installed different people 5 different distros and realized that all need better comparing since some dont have windows snapping or standart shortcuts like for SuperKey for menu or terminal opening. [17:31] Kangarooo: Linux ('Ubuntu distros') are pretty... Wide stretching on some sort of standardization. It isn't commercialized nor for-profit. [17:32] Kangarooo Irritiable|LT not here please [17:32] Kangarooo, Irritiable|LT ... chat and conversation should really take place in #ubuntu-offtopic please [17:32] hi, still having problems with my wifi card on my Thinkpad T61, question, I think I remember using the right click to "disable connection" on the wifi, when I plugged in the cable to Ethernet port to use wired connection. (I guess I did that to make sure the 2 connections, wired and wireless would not be fighting each other, etc.). Since then, my wireless card is unusable, it is as if it has been blacklisted [17:32] from a hardware stanpoint [17:33] What does using "disable" actually do on a connection? and how to reverse it? [17:33] systmctl enable? [17:33] I also upgraded to 18.04 and no improvement, (Lubuntu) [17:33] Irritiable|LT: that message for me? [17:34] stef204: Yes. [17:34] enable what though? [17:35] jow, could those public pgp signatures be integrated into the default image ? [17:35] Irritiable|LT: When offering assinstance you need to be just as detailed as if you were asking for help. Also, systemctl isn't the issue. They disabled the wireless card.. not networking [17:35] "On a connection" is pretty vague. [17:35] Irritiable|LT: enable the interface name like "wls3"? [17:36] Irritiable|LT: you can have 2 internetconnections, wifi or wired [17:36] stef204: can you right-click and enable it again? [17:36] if you use the nm-tray or nm-applet, you can right click and "disable" [17:36] stef204: AFAIK: There's nothing preventing you from establishing both a wired and wireless network link. [17:36] nacc: nope [17:36] Irritiable|LT: ok, but the damage is done now [17:36] so need to fix [17:37] my 18.04 installs a default route with a high metric for wifi when I have enabled both [17:37] stef204: Software shouldn't be classified as: [Permenant] 'Damage.' xD [17:37] and yes, nothing is preventing that and it works fine :) [17:37] let's not split hairs, here, I need to find a fix so that wireless card runs again and is able to scan, right now it no longer is [17:38] I'll read back to see what the problem is :) [17:38] stef204: does the interfaces how in your applet/network manager [17:39] stef204: I'm wondering what you exactly did to "disable" your wifi [17:39] nacc: hard to say, I uninstalled nm and installed connman which is seeing the wireless card BUT the wireless card is unable to detect networks because unable to scan [17:40] just like if you had used a hardware switch to turn off the card [17:40] I have such switch but it is ON, not off [17:40] stef204: you toggled the V in the network-manager applet thingy? [17:40] stef204: wait, so you didn't have network, then uninstalled nm? [17:40] TvL2386: I believe I right clicked on nm-tray and then "disable" [17:40] stef204: Enable Wi-Fi [17:41] I have had great wifi for months with same box/router [17:41] a f ew days ago, I decided to try the wired Ethernet connection instead of wifi [17:41] and "disabled" the wifi connection [17:41] I want to go back to wifi but cannot get the card live again [17:41] I tried to check if module is loaded and it is [17:42] i checked ip link to see if card is UP and it is [17:42] but it won't scan [17:42] stef204: what does `rfkill list` say? [17:42] stef204: I must admit I don't know how to troubleshoot that, because it's not the same in my installation [17:42] nothing, checked rfkill too [17:42] all unblocked [17:42] stef204: what you could do, is "rmmod $wifimod ; modprobe $wifimod" to see if it does something [17:42] I tried to block bluetooth just to see if it help,ed it does not [17:43] TvL2386: ok, let me try [17:43] stef204: I sometimes have this weird issue where my laptop boots without wireless card at all... Really weird... If I do this trick, it comes up... happens very rarely, has nothing to do with you, is a workaround because I'm lazy [17:43] stef204: anyway, it might give you some results and pointers [17:44] stef204: it's hard for us to debug without you knowing exactly what you did, unfortunately [17:44] hi [17:44] I've got wifi card using r8188eu [17:45] TvL2386: no help on unloading/reloading module [17:46] nacc: I know exactly what I did, I explained it already [17:46] I've tried that on a desktop pc (ryzen) and 18.04. When I connect it, after saved security key, system freezes/crashes completely [17:47] and I just have to reset the machine [17:47] another weird thing this update to 18.04 did is that when trying to use the menu to start synaptic, it will NOT ask me for a password so it won't run [17:48] I have to update via terminal and sudo [17:48] stef204: sorry I don't know :( [17:48] stef204: also weird :) [17:48] I've tried that wifi card also in a different machine with 16.04 and the os doesn't crash. I've tried that also on a different machine with 18.04 and it doesn't crash [17:49] I've tried that on the same desktop pc (ryzen) and old kernel using kubuntu 17.94 and it doesn't crash [17:50] Hi, I'm trying to install Ubuntu 18.04 alongside a Windows 10 EFI install on a desktop. The installer doesn't recognise my Windows install, and there's no option to use the existing EFI partition [17:50] I don't know why that desktop pc using 18.04 crashes when I try to use that wifi card (and not another card, for example) [17:50] Any ideas? [17:51] cristian_c: are you sure the machine freezes completely and not just the graphical interface? [17:51] I have turned off the fast startup in Windows power settings to ensure it was a full shutdown [17:51] !uefi | beren start here [17:51] beren start here: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [17:51] TvL2386: it doesn't reaches to input, and graphics is freezed [17:51] cristian_c: because if it is the latter, you could ssh into your machine and do `dmesg` to see what happened [17:52] keyboard leds are turned off, too [17:52] TvL2386: it seems as the machine is being totally frozen [17:52] cristian_c: hmmzzz... after reset, maybe /var/log/kern.log has interesting lines? [17:52] TvL2386: but I'll try ssh too [17:53] cristian_c: also you might get a login prompt when doing CTRL+ALT+F1 [17:53] TvL2386: I've looked at syslog and there is a hole during that reset [17:54] TvL2386: nope, keyboard doesn't work anymore, the onlymone ootion is to reset it [17:54] but I've not tried ssh yet, btw [17:54] *option [17:55] lotus|NUC: Thanks. I've read that page. The option "Install Ubuntu alongside others" is not available though. I know Windows is in EFI mode because the BIOS boot option is EFI related, and the ESP was created/populated during the Windows install [17:55] cristian_c: well... I'm not positive.. if the keyboard also dies, I think the machine is really really dead [17:55] ? [17:55] Is there is a way to force Ubuntu in EFI mode? [17:55] if I reset themmachine, it begin to work bk [17:55] *back [17:55] cristian_c: I mean I don't think ssh will work if your keyboard also stops working :) [17:56] cristian_c: because it seems EVERYTHING stops working [17:56] I couldn't find a UEFI-only option or any Secure Boot option in my BIOS (have looked thoroughly) [17:56] ah, ok, but I'll try , if needed [17:56] TvL2386: apart ssh, any other ideas? [17:56] cristian_c: so I'm guessing a kernel panic [17:56] ok, but syslog doesn't store log during that [17:57] so, at the next boot I can't read anything [17:57] cristian_c: not really unfortunately... Only thing left that comes to mind is googling your card + kernel panic / system freeze [17:57] :) [17:57] yeah that sucks [17:57] TvL2386: yeah, I've tr8ed, but I've found very little info about that [17:58] it's odd when the same card behaves differently on different releases/machines [17:58] not really [17:58] cristian_c: kernel version related then I guess [17:58] different releases means different kernels, firmware and drivers [17:58] yes that [17:59] Beren: wait up for EriC he's our uefi wizard [17:59] the wifi chip seems stay around in linux kerenlsince 2015 [17:59] https://apple.stackexchange.com/q/327239/279727 [17:59] anyway: I gotta run now, good luck cristian_c [17:59] TvL2386: I've tried on deskrop pc with 4.17.5 and 4.19rc2, same issue [17:59] cristian_c: sudo ethtool -i wlan0 # make sure to install ethtool and verify wlan0 is your wireless interface [17:59] cristian_c: that will tell you which firmware and driver it's using [18:00] lotus|NUC: ok, based on the purple screen from booting the 18.04 USB, I'm guessing my bootable USB (created using dd) was not booted in UEFI mode [18:00] leftyfb: network manager info already tells drifer is r8188eu [18:00] I'll wait for him, thanks :) [18:00] Beren: i only take ubuntu singleboot myself sorry [18:00] cristian_c: it doesn't tell firmware [18:00] and wifi interface wlx....... [18:00] hello #ubuntu [18:01] please help with touchpad 1) 50% or more of taps are ignored, even xev sometimes shows nothing upon some tapping 2) touchpad button only functions as Mouse Button 1 or LMB, it should usually detect LMB on left corner and RMB on right corner [18:01] Beren: for singleboot: secureboot & fastboot disabled here [18:01] leftyfb: ah, ok [18:01] !repeat | regedit [18:01] regedit: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [18:02] leftyfb: can I get that info without initialializing the connection? [18:02] cristian_c: yes [18:02] cristian_c: locally of course. Not remotely [18:02] (because as soon as I try to connect, system hangs) [18:02] leftyfb: is 3+ hours too quickly? :P some people have gone to sleep, others have woken up in the meantime - it's not my fault you're up 24/7 :D [18:05] back [18:05] cristian_c: I had a similar thing in the past... I'd thrown away the hardware and bought something I knew would work :-P [18:09] Sweet lord how to install VNC in both Ubuntu computers?! It´s like a fscking mess. [18:10] leftyfb: I've got the result [18:10] tsglove: be carefull with vnc, its a serious security flaw these days [18:10] tsglove: try to do your work over ssh perhaps? [18:10] I need VNC. I need to look at the same window-environment a ¨physical monitor connected to the computer¨ would be looking at. [18:11] Thanks lotus|NUC , yet ... I can´t for the life of me make this work. [18:11] cristian_c: pastebin [18:11] tgm4883: teamviewer [18:12] tsglove: ^ [18:12] to heck with that [18:12] leftyfb: driver r8188eu, version: firmware version: expansion rom version: bus-info: 1-9:1.0 supoorts ststistics: no, supports-test: no, supports-eeprom-access: no, supports-register-dump: no, supports-priv-flags: no [18:12] no info about firmware [18:12] tsglove: your system will get hammered 24/7 with vnc [18:12] but i can paste the same text, if needdd [18:13] *needed [18:13] tsglove: what's wrong with teamviewer? [18:13] Dudesters, VNC, localnetwork. Any good howto? [18:13] tsglove: wait, you want to port forward to VNC????? That is a terrible idea [18:13] TvL2386: unfortunately, it hangs just on this machine using 18.04, and I don't know why [18:13] jesus lol this is like going into #php and asking how to do a login form without security [18:14] leftyfb: of course, I've not created the connection [18:14] tsglove: yeah, I hate when people warn against potentially dangerous ideas [18:14] but just plugged, otherwise it would hang [18:14] tsglove: install x11vnc and run: x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -usepw [18:15] Yeah. Linus should have just stuck with unix. To hell with hacking something up. [18:15] Thanks leftyfb, trying that now. [18:16] tsglove: sorry, but your analogy is not analogous [18:16] super [18:16] tsglove: Good guide here? https://help.ubuntu.com/community/VNC/Servers [18:17] leftyfb: lshw -C network doesn't show info on firmware too [18:17] cristian_c: ok, then that chipset might not have firmware loaded at boot [18:17] maybe, it cpuld be related to not yet made connection [18:18] tsglove: I've tried to get VNC working a couple of weeks ago... It cost me a few hours of my life without result [18:18] I can try that command on 16.04, too [18:18] tsglove: If I can recommend you an alternative, use the google chrome remote desktop [18:18] TvL2386, apparently, I'm headed down that path. [18:18] tsglove: enjoy ;) [18:18] x11vnc will do exactly what you are both looking for [18:19] as will teamviewer [18:19] tsglove: vnc is also not the same as the physical monitor, unless you use x11vnc or other remote desktop sharing appliations [18:19] and also install rkhunter lol [18:19] well my vnc didn't go over the internet [18:20] Yeah, I think it's x11vnc what I need. I need to see the same thing a physical monitor would see. [18:20] and yes I would ssh tunnel it if it should go over the internet [18:20] TvL2386: for vnc, follow the instructions I gave to tsglove [18:20] TvL2386: THAT is the smart thing to do [18:20] yeah thx leftyfb, it was weeks ago, not needed anymore [18:20] tsglove: ^ [18:20] I'll remember x11vnc though for the future :) [18:20] thx for that [18:21] TvL2386: might want to jot down the command to run it properly as well [18:22] leftyfb: talking about tunnels, I use sshuttle to make an ip or subnet, or multiple available through ssh (limitation: only does tcp) [18:23] leftyfb: sshuttle -r user@remote_host 10.0.0.0/16 (installs an iptables redirect thingy) # after this you can `ssh user@10.0.0.1` for example [18:23] TvL2386: I know all about sshuttle [18:23] ah ok [18:23] :) [18:24] TvL2386: look up -N in the man page [18:27] leftyfb: pfffffffffff No manual entry for sshutle [18:27] missing a 't' [18:27] meh [18:27] ah cool! [18:28] though I mainly use it to connect to some bastion host, which only has a default route, but cool nonetheless [18:31] leftyfb: you're right, no info about firmware in 16.04 too [18:31] (by ethtool) [18:33] hello, I'm an opensuse user and I'm working on getting a prime synchronization solution up for our distro. As far as I know, ubuntu has the best implementation of this but I haven't been able to find good documentation on what you guys have done to try to recreate it. Could anyone point me in the right direction? [18:33] hello, everyone, I have a question about gnome extentions. Who wants to help me? [18:33] what is a "prime synchronization solution"? [18:34] nvidia drivers on optimus systems [18:34] currently our docs point people to bumblebee, which is deprecated and broken and doesn't support things like vulkan [18:35] not my cup of tea [18:35] !ask | orhanenginokay [18:35] orhanenginokay: 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 !patience [18:35] my apology^^ [18:35] AgentYae: only ubuntu issues here please [18:36] ... yes, I'm asking about ubuntu's implementation [18:36] so I can try to replicate it [18:36] lotus|NUC: Got it working! [18:36] !yay | Beren [18:36] Beren: Glad you made it! :-) [18:37] AgentYae: then you want to talk to developers, not the support channel [18:37] AgentYae: also, the ubuntu package's sources are freely available. [18:37] AgentYae: If you know what you want is well implemented in ubuntu, I think you should check which package is responsible for this neat implementation. See who maintains the package, maybe there's a mailinglist or an email address or sth [18:37] AgentYae: or even an irc channel :) [18:37] leftyfb: any other ideas? [18:38] lotus|NUC: There were no Secure Boot options in my Gateway BIOS but I saw an option like EFI:USB and USB. After I booted the USb in UEFI mode, it saw Windows. It was smart enough to wipe my last ext4 install and reinstall using UEFI, autodetecting the ESP [18:38] so fully working now [18:38] cristian_c: I don't. I would just spend more time googling if it were me. Sorry [18:39] AgentYae: That might be a question better asked in the Ubuntu developer channel... though I think the implementation actually comes from nvidia though [18:39] can't post to the dev mailing list because I'm not a dev. Is there a dev channel? [18:39] !alis | AgentYae [18:39] AgentYae: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [18:40] AgentYae: you can try #ubuntu-devel [18:40] I have a minor problem which is not important but I hate doing same thing every time. I installed openweather extentions. Its work fine but every lock my screen or reboot my pc, this extention cant work when I press reload button. Is there any solution about that. I want this extention work always [18:40] leftyfb: I0ve done that, no success [18:40] ah, that sounds like it [18:40] *I've done that [18:40] there are so many ubuntu channels the channel search cuts off ;) [18:40] cheers guys [18:41] AgentYae: I believe 18.04 uses nvidia-prime instead of bbswitch, but it was broken with GDM3. 18.10 fixes the GDM3 support https://github.com/timrichardson/Prime-Ubuntu-18.04 [18:41] FortKnight: sorry no luck. it doesnt load nvidia-setting after switching to integrated graphics. sorry for delay I tried to reach you in the your irc [18:41] wrong* irc [18:42] smellsLikeGoatSp: no prob..let me see another inxi [18:42] smellsLikeGoatSp: if i'm understanding you correctly that's actually functioning as designed [18:43] smellsLikeGoatSp: how are you doing this "switching"? [18:43] FortKnight: https://pastebin.com/UZwqtA7j [18:44] FortKnight: I opened nvidia-settings and selected integrated graphics fromthe Prime tab [18:44] smellsLikeGoatSp: okay...i'm gonna try something that you might make note of instead of using that utility to switch [18:45] FortKnight: OKAY [18:45] smellsLikeGoatSp: sudo prime-select nvidia > nfo99.nfo [18:45] smellsLikeGoatSp: pastebin me [18:47] FortKnight: https://pastebin.com/ti3gAspj [18:47] :( [18:47] my home dir is telling me its full? [18:48] smellsLikeGoatSp: now log out of your desktop and back in again and or reboot..then show me another inxi..you should be golden [18:48] it has a fixed space? [18:48] use bleachbit [18:48] madLyfe: if you used a specific partition for it, yes [18:48] FortKnight: aye aye [18:49] nacc: i just let the installer auto set it up? [18:49] why would you want a limited size home dir? that where all your stuff goes.. [18:49] lefty, got it working awesomely with your howto, plus this --> https://askubuntu.com/questions/229989/how-to-setup-x11vnc-to-access-with-graphical-login-screen#274485 [18:49] FortKnight: done, what inxi do you need? [18:50] hello again :-) [18:50] Now that it is working, I'm going to setup the ssh tunnel for securiyt. [18:50] *security even [18:50] FortKnight: inxi -Fxxprzc0 [18:50] can u tell me which tv card software is available for the hauppauge tv card ? [18:51] FortKnight: https://pastebin.com/Vkf8pSvE [18:53] Anybody know how to extract a multi-part RAR in ubuntu? [18:53] smellsLikeGoatSp: checking [18:53] Googled it, but the threads that come up are pretty unhelpful. [18:54] use synaptic and install rar [18:54] smellsLikeGoatSp: use primeselect to do your switching [18:55] smellsLikeGoatSp: you're back on the GT 750M [18:55] smellsLikeGoatSp: sudo prime-select intel [18:55] Okay, that's done. Will that make the GUI extract here from the dropdown use rar or do I need to do something with the multi-parts? [18:55] smellsLikeGoatSp: you'll need to log out and back in again when switching [18:55] nacc: its like showing my whole drive is full.. wtf [18:55] FortKnight: aw am I? how can I check that? thanks a bunch [18:55] hi guys, i am using the "sudo ./install_sh_file.sh" command but am getting "command not found". I am in the proper directory, and there is an .sh file that i am attempting to execute [18:56] Oo it's working [18:56] smellsLikeGoatSp: this line in your inxi is the indicator..for me anyway [18:56] smellsLikeGoatSp: GLX Renderer: GeForce GT 750M/PCIe/SSE2 [18:57] smellsLikeGoatSp: it'll say intel when you're on intel [18:57] ghostboarder, can you paste ls -l install_sh_file.sh ? [18:57] i cant even take a screenshot and copy it to clipboard.. [18:58] smellsLikeGoatSp: GLX Renderer: Mesa DRI Intel Haswell Mobile [18:58] smellsLikeGoatSp: that's what it'll say "verbatim" when ur on intel [18:59] nacc: https://usercontent.irccloud-cdn.com/file/jH97ren3/IMG_20180920_135835.jpg [18:59] ioria: k hang on [18:59] OK. so a bit more digging and "cat /proc/net/wireless" shows nothing, no card [18:59] smellsLikeGoatSp: for something short and sweet use "inxi -G" [18:59] ioria: -rw-r--r-- 1 j j 154 Oct 10 2017 install_takecontrol.sh [18:59] is that not weird? [19:00] ghostboarder, chmod +x install_takecontrol.sh === jstein_ is now known as jstein [19:07] madLyfe: sorry was afk, reading [19:08] FortKnight: smashing work, buddy. it works like a charm [19:08] madLyfe: can you pastebin `lsblk` ? [19:08] madLyfe: although to reclaim your space, just delete that log file (~/.xsession-errors) it seems (truncate it) [19:09] https://paste.ubuntu.com/p/JJg65Y56r4/ [19:09] smellsLikeGoatSp: cool [19:09] got it, thx ioria [19:09] madLyfe: what filesystem is / ? (/dev/sda2) [19:10] ghostboarder, ok [19:10] my OS drive [19:10] madLyfe: no what filesystem type, ext4, btrfs, etc. [19:10] sda is the OS drive i mean [19:10] ext4 [19:11] madLyfe: it's a strange view of an ext4 system, i don't know that utility you took a screenshot of [19:11] smellsLikeGoatSp: out of curiosity...why would you want to use the intel graphics anyway? [19:11] madLyfe: can you pastebin the output of `mount` ? [19:12] smellsLikeGoatSp: since it doesn't have nearly the 3D performance [19:12] nacc: https://paste.ubuntu.com/p/hypjGRkycK/ [19:13] 80g .xsession-error i guess it 's a world record [19:13] lol wtf [19:13] madLyfe: ok, thanks [19:13] FortKnight: well I dont need the extra power most times. it would get too hot and run through the battery quickly [19:13] madLyfe: like i said, just truncate that file [19:13] madLyfe: what does `df -h` say? [19:14] madLyfe: what utility did you use to take that screenshot earlier? [19:14] 'subtree' is a very specific term, and i don't know why it's being displayed that way [19:14] smellsLikeGoatSp: ah yes ..battery consumption and heat...makes sense [19:15] qdirstat [19:15] smellsLikeGoatSp, https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363 [19:15] Launchpad bug 1765363 in nvidia-prime (Ubuntu) "prime-select intel is not powering off the nvidia card" [Undecided,Confirmed] [19:15] FortKnight: I would use a desktop for simulations anyway. My old laptop is all I need to run those few indie games and L4D2 every once in a while :P [19:17] madLyfe: i don't trust it's output. What does `df -h` say? [19:17] nacc: https://usercontent.irccloud-cdn.com/file/biHnaKyh/IMG_20180920_141703.jpg [19:17] madLyfe: you also are completely misreading its output [19:17] https://paste.ubuntu.com/p/yX9zwjvsrd/ [19:18] ioria: are you suggesting nvidia may still be on? [19:18] madLyfe: afaict, the subtree percentage value is how much of the current subtree is accounted for by that entry [19:18] also, is bumblebee still a thing? [19:18] smellsLikeGoatSp, if you hit the bug ... [19:18] madLyfe: so, yes, your root disk is full (not /home specifically, since you don't have a separate partition for /home) [19:19] ioria: any easy way to check if I am the chosen one? [19:19] madLyfe: because of that ridiculously large ~/.xsession-errors [19:19] well maybe that app reads the % wrong but i apparently had 80gb of free space and that file ate it all up. [19:19] smellsLikeGoatSp, cat /proc/acpi/bbswitch [19:19] madLyfe: no, the percentage it emits is just confusing [19:19] madLyfe: and yes, i told you that a few times now [19:19] ioria: I ll have to try once I get off this bus then haha [19:20] lol [19:20] by truncate you mean make it smaller? [19:20] madLyfe: `man truncate` [19:21] ioria: what do I expect to see from bbswitch? [19:21] it can also be used to create empty files of a given size. [19:21] smellsLikeGoatSp, that nvidia is still on [19:21] smellsLikeGoatSp: he doesn't know you are able to switch back and forth succesfully [19:21] smellsLikeGoatSp: he probably jumped in in the middle of our convo [19:21] FortKnight: aw OK [19:22] ioria: thanks still. [19:22] smellsLikeGoatSp: you might just tell him..."it's gucci" or "it's all good" [19:22] nacc: how do i find out whats wrong? [19:23] FortKnight: thanks again for the support ;) you have been super helpful [19:23] smellsLikeGoatSp: no prob [19:23] How can I get the same output from mii-tool on 18.04 as 16.04? https://dpaste.de/oxKR [19:23] FortKnight, it's not about switching, it's about power [19:23] ioria: I hear the word on the streets is - It's gucci [19:23] bye now :D [19:24] smellsLikeGoatSp: lol...take care...i hear the same that's why i thru it in there lol [19:24] smellsLikeGoatSp, https://www.urbandictionary.com/define.php?term=its%20all%20gucci [19:25] FortKnight: it only was my convoluted way of saying that I heard it somewhere, that is you just now haha bye [19:25] best [19:25] nacc: also, what is the proper size to truncate that file to? [19:26] madLyfe: sorry? it seems like you've got some error in your x configuration, see what's filling up the log? truncate it to 0 if you want [19:30] How do you identify drives? In 16.04 this worked, but in 18.04 I get loop0 and sr0. https://dpaste.de/Evbm [19:31] Siecje: as to your mii-tool question, you can't, it appears to have changed API [19:32] Hi, getting a "held broken packages" error when trying to install a package in 18.04 stable https://pastebin.com/ZrB3xKda [19:32] Siecje: LP: #962616 [19:32] Launchpad bug 962616 in net-tools (Ubuntu) "mii-tool assumes NIC names of the form eth* when given no interface(s) as argument" [High,Fix released] https://launchpad.net/bugs/962616 [19:33] `dpkg --get-selections | grep hold` is empty though [19:33] Siecje: well, you are assuming for some reason that the first two reults are your disks [19:33] Siecje: it's just a buggy shell snippet [19:33] nacc: what am i doing wrong? https://paste.ubuntu.com/p/JCCgX8hw9N/ [19:33] Beren: ok, it's a bad error message [19:34] nacc: So how do I determine if my network is eth0 or ens3 or ens33? [19:34] nacc: Any idea why I can't install mariadb-server? [19:34] Beren: things are also autoatically held generally, in apt terminology, so you don't break your system; in this case, resolve it for apt by satisfying the dependency on the cmdline, e.g. `sudo apt-get install mariadb-server mariadb-server-10.1` it will probably error again. Pastebin that result (or follow the same logic and help apt) [19:34] up to date, no packages to autoremove [19:34] madLyfe: Does that file exist? do you have the execute on it? [19:34] Siecje: `ip a`? [19:35] madLyfe: uh, that's totally not how you call truncate [19:35] nacc: How do I know which one is the good one? [19:35] madLyfe: well, i should say, you need to escape it probably [19:35] madLyfe: right now it's redirecting stdin from a file called 10MB [19:35] nacc: same error when specifying package version https://pastebin.com/DxXNqFEj [19:36] Beren: please reread what i wrote. [19:36] Beren: i wasn't being flip, i gave you an explicit command to run [19:36] Siecje: i don't know what you mean by 'good' [19:36] nacc: thanks, you're right. I didn't know server also pulled client. resolved by specifying both mariadb-server and mariadb-client [19:36] truncate OPTION FILE ? [19:37] nacc: The one that gives me network access. [19:37] It used to be eth0. I have an install that is ens33. But a new Ubuntu 18.04 is ens3. [19:37] madLyfe: yes, that's how you do it. Do you undersatnd how the shell works? '<' means redirect stdin, and your shell is parsing that before the option. Put it in quotes or escape it. [19:37] Good afternoon. After months of no-problems with apt, I did an update/upgrade and now have a conflict between modules supplied by NVidia and modules apt wants to update. They are libgles1 and libglvnd-dev. when the upgrade fails, the suggestion is to run apt --fix-broken install ... which doesn't solve the problem. Um... help? [19:37] nacc: (your tip to follow unmet dependencies and add to apt line) [19:38] Siecje: it varies based upon the device and system [19:38] Siecje: as i said, look at `ip a` and figure out which device has an address? [19:39] So in the past it was always eth0? But now it will be different depending on the device and system? Or it was different in the past as well? [19:39] Siecje: "lsblk -dpno name" Seems like a decently reliable command, though it will also (IMHO correctly) list /dev/sr0 as it is a drive. What are you planning to do with this list of devices? Know that there are some things, like nvme drives not being named /dev/sdXY, that might trip you up if you're trying to make something to be reliably used by anyone. [19:39] does it take awhile or? it returned to new line instantly but the file is still the same size. [19:39] Siecje: systemd has predictable device naming, so since 15.10 for ubuntu [19:39] madLyfe: what command did you end up running? [19:40] madLyfe: also, you might need to `sync; sync` after it [19:40] Jordan_U: I have nvme drives that show up /dev/nvme0n1 [19:40] nacc: `truncate --size="<10MB" ./xsession-errors` [19:40] madLyfe: that is an incorrect path [19:40] madLyfe: you trucnated a file called 'xsession-errors' in your current directory [19:40] What is /dev/loop0? Should I disconnect it? [19:41] actually it made another file `xsession-errors` with a size of 0 in the same dir [19:41] madLyfe: you wanted to truncate .xsession-errors in your home directory [19:41] Siecje: it's a loop-device and no. [19:41] Siecje: you should also answer Jordan_U's other good questions [19:42] Siecje: your little tool isn't really a helpful abstraction of anything imo :) [19:42] Siecje: My point is that projects that deal with drives, like grub-install, debian-installer, etc have to constantly update their code as new technology comes around. So if you're writing something to be distributed to a wide range of users, just expect it to need to be updated with things you didn't think of / didn't exist when you wrote your code. [19:42] 'truncate: cannot open '~./xsession-errors' for writing: No such file or directory' [19:43] madLyfe: wrong path, again. [19:43] madLyfe: seriously, c&p or carefully type. [19:43] `truncate --size="<10MB" ~./xsession-errors` [19:43] is what i ran [19:43] madLyfe: and that's the wrong path [19:43] Jordan_U: I'm not sure yet, I am upgrading a script that used to work on 16.04 to work on 18.04. https://dpaste.de/nSpQ I'm just going line by line right now. [19:43] isnt that home? [19:44] madLyfe: i really don't have the patience to handhold at this level, i'm sorry [19:44] madLyfe: look at the file you are trying to truncate and the file you are telling it to truncate. Notice the differences. Fix them. [19:44] madLyfe: alternatively, use tab complete if you are not sure [19:44] nacc: You mean better to run by hand? [19:45] Siecje: better to just use the tools output [19:45] Siecje: i don't undertand use case where you need shell variables for two disks in your system [19:45] Siecje: You can use "losetup -l" to list in use loop devices and what file they're associated with. You probably have used "mount -o loop" with an iso file, or you're booted from a LiveUSB that loop mounts its root FS from a squashfs file. [19:45] Jordan_U: or snaps [19:46] nacc: Here is how they are being used. https://dpaste.de/nSpQ [19:46] i run 18.04 off a laptop with an additional monitor on the HDMI. I updated my nvidia driver to 396.54 and after reboot i have lost my external monitor. running 'nvidia-smi' it states: "... has failed, can't communicate with driver.. make sure it's running..." help :) [19:47] Siecje: hrm, yuck :) [19:47] jk_a: how did you update your driver? [19:47] Siecje: and yes, your little snippet was buggy before and just happened to work [19:47] nacc: `truncate --size="<10MB" .xsession-errors` is what i ran. [19:47] looks like it did it [19:47] Siecje: not sure how you could ever without serious testing validate that the first two disks emitted by `lsblk` are exactly the ones you want [19:48] madLyfe: yes that is the correct path. Safer would be ~/.xsession-errors, as i have said a few times. [19:48] madLyfe: as your command only works if you happen to be in your home directory [19:48] though it wen to size 515.1 MiB and not 10MB. [19:48] nacc: There was only two on the other computer. [19:48] madLyfe: you told it to reduce by at most 10%? [19:49] s/by/to/ [19:49] pragmaticenigma: i used "sudo add-apt-repository ppa:graphics-drivers/ppa" and then "sudo apt install nvidia-driver-396" [19:49] Siecje: right, so that assumption is a bad one. `lsblk` can emit information about all block devices. You happened to not have any loop devices in one system. [19:49] Siecje: the bug is in your script, not elsewhere [19:50] rt - I have a minor problem which is not important but I hate doing same thing every time. I installed openweather extentions. Its work fine but every lock my screen or reboot my pc, this extention cant work when I press reload button. Is there any solution about that. I want this extention work always [19:50] i didnt use the `%` arg though. [19:50] nacc: And there is no way to get the harddrives connected? [19:51] jk_a: are you certain the 396 driver supports your card? [19:51] pragmaticenigma: when i grep nvidia https://paste.ubuntu.com/p/WPXFmkQ7dS/ [19:51] madLyfe: oh sorry, i thought i saw you do that earlier [19:51] madLyfe: not sure then [19:52] Siecje: i'm not sure sorry [19:52] pragmaticenigma: according to nvidia website my card works [19:53] jk_a: that wasn't the question I asked [19:54] pragmaticenigma: according to nvidia, my card is listed as supported by the 396 driver. if that doesn't answer your question then can you re-phrase it? [19:55] anyway, thanks for helping me ^^ [19:55] jk_a: that response answers my question [19:55] :) [19:56] jk_a: Does your laptop have dual graphics cards? [19:56] pragmaticenigma: no, just the one [19:57] jk_a: Can you run "lshw -c video | pastebinit" [19:58] post the link here [20:00] h [20:00] xfce4-hardware-monitor-plugin why is this not available for bionic? [20:00] nacc: i also need to sync? [20:00] pragmaticenigma: http://paste.ubuntu.com/p/6mnfCbRHPg/ [20:03] jk_a: Strange... I'm not sure why it says UNCLAIMED or configuration doesn't have driver=nvidia [20:04] jk_a: If your machine was using the nvidia driver, it sould have driver=nvidia under configuration... if you run "sudo lshw -c video" do you get the same result? [20:05] FreeBDSM: It's available in the Universe repo... you may need to enable that in your software settings [20:06] FreeBDSM: It's also provided through the xfce4-goodies package [20:06] pragmaticenigma: https://paste.ubuntu.com/p/GjhQYwVyv6/ [20:07] pragmaticenigma: it doesn't help that i'm a complete nub... i got Unity3D installed and all my software and was feeling pretty comfy, then this lol [20:07] jk_a: something isn't right... It would appear that the driver isn't loading on boot [20:08] jk_a: Are there any more updates if you try "sudo apt update && sudo apt upgrade" ?? [20:08] could that be a UEFI thing? like too much security not letting it load [20:08] pragmaticenigma: could that be a UEFI thing? like too much security not letting it load [20:08] jk_a: I don't know if that matters or not [20:10] madLyfe: you might [20:11] pragmaticenigma: ran that command, https://paste.ubuntu.com/p/bM4gg2P3mS/ [20:13] jk_a: Is there any reason that you are not using hexchat provided through Ubuntu's own software repo [20:13] I ran an apt-get update / upgrade and now every snap that launches just crashes / core dump / segfault .. where do I get info to troubleshoot? [20:14] pragmaticenigma: no, jsut a nub. i will be removing what i have and using the Ubuntu repo one... i just ran into this before i started that. [20:14] jk_a: It shouldn't matter for this... but it's preventing you from getting updates properly [20:15] How can I show that the "kvm" package is an alias to "qemu-kvm" in 16.04? In 18.04 it is gone. So I have replace it with qemu-kvm. [20:15] rdg: you should ask in #snappy. snaps are generally isolated from the system, unless they are 'classic' [20:15] pragmaticenigma: `sudo add-apt-repository universe`: `'universe' distribution component is already enabled for all sources.` [20:15] FreeBDSM: then try installing the package I referenced [20:16] Siecje: there is no `kvm` package in ubuntu since 12.04 [20:16] nacc: https://dpaste.de/5zP9 [20:17] pragmaticenigma: as far as I understand - it's a 'metapackage' and it just installs listed deps, but the list of those deps doesn't contain that package [20:18] FreeBDSM: the literal package string you provided, 'xfce4-hardware-monitor-plugin' is not an ubuntu package name [20:18] FreeBDSM: what package are you looking for? [20:18] pragmaticenigma: if this isnt an easy fix, is there a way to "roll it back" to how it was before i updated the driver? [20:19] nacc: why is that not an ubuntu package name? what's the right ubuntu package name for the package with that name? [20:19] http://goodies.xfce.org/projects/panel-plugins/xfce4-hardware-monitor-plugin [20:19] I sit alone in my 4 cornered room, staring at candles... [20:19] FreeBDSM: i don't know. upstream names are not strictly required to be package names [20:20] Siecje: spinning up a 16.04 environment, sorry [20:21] nacc: It is not that important. [20:22] Siecje: ah, in 16.04, qemu-kvm 'Provides' kvm [20:23] Siecje: perhaps to finish off the migration of that package to purely virtual. [20:23] Siecje: 18.04 no longer has that provides, as all paths that would need it are gone [20:23] jk_a: You can "apt remove" the package or "apt purge" the latter will remove the package and all configurations [20:24] nacc : ok thx [20:24] pragmaticenigma: so "apt purge nvidia-driver-396" ? [20:24] so there is just no package for xfce4-hardware-monitor-plugin for Ubuntu for some reason :/ [20:25] jk_a: Yes, you will need to run that as sudo [20:25] FreeBDSM: no, there is not, and i don't know why you assumed there would be? that's a question for the xubuntu developers [20:25] pragmaticenigma: very good. thanks for the time [20:26] nacc: I assumed it would be because 'why not?' [20:26] I am trying to do `ssh-copy-id 192.168.X.Y` and am getting connection refused on port 22. [20:26] I have nvidia driver version 396.51, but `apt list --installed | grep nvidia' shows only 390 :( [20:27] Anthaas_: so? [20:27] Anthaas_: The remote machine is either not running an SSH server, the firewall is not letting connections on port 22, or some other configuration is preventing the connection. [20:27] FreeBDSM: Yeah - I wanted it to fail, its fine... [20:28] Ahh, thanks pragmaticenigma [20:29] Anthaas_: the problem with your statement was, that it was simply a fact. No question asked. And it wasn't clear what you were expecting to happen, and why. There is a fine post out there about asking questions well. [20:29] FreeBDSM: many many things are not packaged [20:30] well, that sucks [21:10] is ubuntu the same as ubuntu studio? [21:10] Ubuntu 18.04.1 with gnome,gnome classic,gnome xorg..which of these is Wayland and how do I verify [21:11] johnjay: ubuntu studio is based upon ubuntu, but is its own thing [21:11] er ok [21:11] texla: maybe gnome, but iirc, wayland is not the default (xorg is). You can start the session and see if wayland is running [21:11] where do i get the official, genuine, 100% approved ubuntu 18.04 then? === dkh is now known as notdaniel [21:11] johnjay: from ubuntu.com ? [21:13] oh i see why i downloaded it [21:13] the other files say xubuntu, lubuntu, ubuntu-gnome [21:13] so i thought ubuntu studio must be the main one [21:14] are they all equally ubuntu? [21:14] !flavor [21:14] Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [21:14] johnjay: sorry, i was wrong, studio is an official flavor [21:14] So will suspend work on any machine that runs ubuntu? [21:15] main ubuntu though is https://www.ubuntu.com/download [21:15] noway96: not necessarily [21:15] nacc, Your answer is decieving How do I start and see if wayland is running [21:16] so suspend turns off everything except for RAM correct? [21:16] nacc, but for most modern day servers it should always work yes [21:21] Anyone knows how to prevent firefox from always opening maximized ? [21:22] so if ubuntu-mate is an official flavor, does that mean i can ask for support here? [21:22] i thought it had its own channel [21:24] the only differnce is the desktop === dan3wik is now known as dan2wik [21:27] ok === capella is now known as capella|away [21:30] nacc, Have you left the channel I have unanswered question again [21:32] texla: i told you? start it and see if it is? [21:32] texla: do you mean the precise command? `ps aux | grep -i wayland` [21:33] johnjay: yes, it's supported here and mate has its own channel too [21:33] i see [21:33] also i was trying to figure out if there's a ubuntu analogue to debian testing [21:33] but i didn't see anything clearly saying one way or the other [21:36] johnjay: ubuntu has a very different release model than debian [21:37] i see. is there anything i can do to get bleeding edge versions of packages? [21:37] i've noticed sometimes packages are very out of date even on new ubuntu or debian systems [21:37] other than downloading and compiling each one individually i mean [21:38] !latest | johnjay [21:38] johnjay: 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:38] johnjay: short answer, no. and you probably don't want that, unless you are a developer of said programs, in which case, you already knew the answer. [21:40] johnjay: you can, i think, technically run 'devel' as your release in apt's source.list, but it is almost always going to be broken to do so. [21:41] i see === JanC_ is now known as JanC [21:54] johnjay: why do you need bleeding edge? possibly ubuntu is not the right choice for you if have a real reason [21:54] nacc: i'm not sure i do. debian took a long time to release stretch [21:55] so like, my weechat was 1.6 when latest was 2.2 [21:55] that kind of thing [21:56] you can always compile the latest and "greatest" yourself [21:56] johnjay: those are really just numbers. not reasons [21:56] not always. i tried ubuntu 16.04 first and the version of weston it had was ancient [21:56] johnjay: a reason would be, "there was a killer feature i needed in 2.2 that I couldn't get) [21:56] nacc: well yes that was implied [21:56] johnjay: of course you may solve the issue of outdated packages with ppa's for those packages [21:57] johnjay: no, not in this channel it wasn't. there are many very new people who just think they should run the latest of everything [21:57] even though that's an absurd and painful existence [21:57] johnjay: ubuntu's development model basically branches from unstable every 6 months (the next release) [21:57] not everything but most things, are done that way [21:58] nacc: lol, i see [21:58] johnjay: and again "the version was ancient" is just a fact. It's not a reason in and of itself to run a different version. [21:58] when will 19 and 20 be released? [21:58] johnjay: please learn the release numbering [21:58] johnjay: XX.YY where XX is a year and YY is the month [21:58] johnjay: oh and another thing I like to do: When I have a certain app that's completely not compatible, I simply make a docker container for it [21:59] nacc: i've already explained i needed the new features, in that case i needed it for wayland testing [21:59] johnjay: ubuntu releases in april and october every year. The april release every two years is currently an LTS (for the stock ubuntu flvavor) [21:59] johnjay: docker image I mean and just start it :) [22:00] that explains where the .04 comes from [22:00] johnjay: that was literally the first time, per my logs, you've mentioned wayland. [22:01] johnjay: and no, you didn't list actual features, etc. that you needed. You just said the version you had was old. [22:01] johnjay: whatever bit of software you need updated beyond the default reps = they very likely have a PPA or like TvL2386 said, you might want to consider using a docker image or snap pack or whatever [22:03] Ugh - when I use alt and arrow keys, I am changing ttys - how do I stop this? [22:03] nacc: i think i've made my intention clear. i was using a few packages that needed to be up to date for the features i needed to test [22:03] hopefully ubuntu 18 will have an updated weston version, i'll find out shortly [22:03] thanks for the advice [22:03] johnjay: 18.04. again, please learn the release naming. [22:04] !info westion bionic [22:04] Package westion does not exist in bionic [22:04] !info weston bionic [22:04] weston (source: weston): reference implementation of a wayland compositor. In component universe, is optional. Version 3.0.0-1 (bionic), package size 737 kB, installed size 3380 kB (Only available for linux-any) [22:04] !info weston cosmic [22:04] weston (source: weston): reference implementation of a wayland compositor. In component universe, is optional. Version 4.0.0-1 (cosmic), package size 742 kB, installed size 3454 kB (Only available for linux-any) [22:04] johnjay: those are you most recent options in ubuntu [22:04] Anthaas_: that only happens to me when ive not rebooted after some updates (i.e., i think it's related to an x or gnome update) [22:05] nacc: Interesting - I just had an update run. [22:05] if I have kernel patching, does that mean I don't need to reboot as often? [22:05] kus: you mean livepatching? [22:05] kus: ye, generally, that is the intention. Not everything can be livepatched, though. [22:10] OK so I should still reboot once a a while, right? *** System restart required *** https://paste.ubuntu.com/p/3vppmKQjzK/ [22:10] I tried to run `sudo apt upgrade` and got this: https://dpaste.de/gL2x [22:11] kus: look in /var/run/reboot-required [22:11] kus: reboots are sometimes required for non-kernel change [22:11] Anthaas_: yes? [22:11] ok I will reboot [22:11] Anthaas_: again, that's just a statement of fact [22:11] kus: that file lists what package are triggering a reboot request [22:11] Is the problem there evident?# [22:12] Anthaas_: no? you installed a non-standard kernel and it's not signed. [22:12] Anthaas_: did you expect it to be signed? [22:12] nacc, it doesn't have anything for me $ cat /var/run/reboot-required *** System restart required *** [22:12] Anthaas_: hint. clearly ask a support question next time [22:12] kus: hrm, that's supposed to be what triggers it, i'm not sure then [22:13] How can I resolve this? I do not remember doing so, but I potentially did if this was the machine I was having WiFi issues with. [22:13] It is ok. I can reboot. This is just a desktop, not a server. [22:13] Anthaas_: you can remove that kernel (presuming you don't need it) [22:13] kus: ok [22:14] Ok, how can I do this and replace it with a signed kernel? [22:16] Anthaas_: there are not signed kernels built for the mainline ppa [22:16] Anthaas_: they are meant only for testing, as documented https://wiki.ubuntu.com/Kernel/MainlineBuilds [22:18] Ok - so how can I remove this kernel and install a signed one? [22:19] Anthaas_: you can remove the kernel via apt. `sudo apt-get remove linux-image...` And you can just use the normal ubuntu kernels, which are signed (as apt didn't complain about those). [22:20] (where ... is replaced by the correct string for that kernel) [22:20] nacc: So I can just do that for the one problematic one listed in that pastebin? [22:20] Anthaas_: i think so [22:23] Awesome - thanks. [23:02] nyone know how to disable backspace bell in hexchat [23:06] nomic: it appears to be intentional in hexchat https://github.com/hexchat/hexchat/issues/902 [23:06] nomic: you might ask in a hexchat specific channel if there is one [23:09] i've never had any backspace bell, and I've been using Hexchat for years. [23:12] Tin_man: press backspace when there is nothing in the text input [23:13] with focus in the text input box [23:14] whats the topic [23:15] !topic [23:15] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [23:17] no sound [23:18] I ran an update/upgrade earlier today then "suffered" this problem: https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1791542 [23:18] Launchpad bug 1791542 in libglvnd (Ubuntu Bionic) "package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package nvidia-340 340.107-0ubuntu0~gpu18.04.1" [Undecided,Confirmed] [23:18] It's been fixed. [23:18] I'm running 18.04, that fix is for 18.04.1 . [23:19] I read the article several times... and I'm embarrassed to say I'm not following what to do to install the solution. [23:19] MarkB2: 18.04.1 and 18.04 are the same base release [23:20] nacc: I was hoping someone would say that. Thank you. What must I type into ubuntu to download the package? [23:20] That is, the fixed nvidia package. [23:22] MarkB2: it seems to be written in the two last comments in the bug [23:22] MarkB2: but, probably, a apt update && apt-full-upgrade should do the trick [23:23] MarkB2: click on the link in c#7, and add per c#8, `sudo dpkg -i nvidia-340.deb; apt --fix-broken install` [23:23] hggdh: i think it's still in proposed [23:23] oh [23:23] it should get released soon based upon pending-sru.html [23:25] well, it is tagged verification-done-bionic, but the verification-needed was left in [23:25] i just fixed that [23:25] nacc: Clicking on the link takes me to a page offering source and binary downloads. [23:25] and, iirc, the tool is now smart enough to know which sru applies to which tag now [23:26] MarkB2: right, you need to download the binary package i mentioned (the one that has the conflict) [23:26] Ah. I should pull down nvidia 340.107 ? [23:27] MarkB2: well, that's justa verion [23:28] *version [23:28] MarkB2: you need to download the nvidia-340 package mentioned on that page [23:28] MarkB2: oh sorry, i see what you mean now, yese [23:28] Okay... source download, all three packages, recompile, and install. In progress. [23:28] MarkB2: probably the link from this page https://launchpad.net/ubuntu/bionic/amd64/nvidia-340/340.107-0ubuntu0.18.04.1 [23:29] OH! The one on the RIGHT! [23:29] Geeze. [23:29] Missed that. [23:30] MarkB2: it's confusing, admittedly :/ once you do it a few times, you know where to look [23:30] Hi - I am running Ubuntu 18.04LTS (server) with VirtualBox on Windows. From time to time, as I start the VM I get this message : server login: [ 16.9... cloud-init[1125]: Cloud-init ... running modules:final ..[ 16.9.. Cloud-Init v 18.3-.... finished at ..... Datasource DataSourceNoCloud [seed=/....] [dsmode=net] [23:30] what is that ? :o [23:30] I must apologize. A lot of Ubuntu is new to me. I'm more used to Slackware. [23:30] newbit: https://cloudinit.readthedocs.io/en/latest/ [23:31] MarkB2: no need to apologize [23:31] MarkB2: that bug also has testing instructions in c#7 [23:31] I will have a look, ty, but is this message normal? [23:31] newbit: yes [23:32] ok cool, ty again (it just looks wierd after the login: ) that's why I wondered :> [23:32] I will look. I'm using a GT-9800 interface. Works nicely and I wouldn't be messing around with it.. but this last collection of patches left things in a weird state. [23:33] newbit: it's syslog logging, i think to your console [23:33] MarkB2: i meant generally, just installing the deb as suggested would be sufficient [23:33] nacc: downloaded, dpkg -i'ed the thing. Reboot now or re-run apt --fix-broken install before rebooting? [23:33] apt --fix-broken first, MarkB2 [23:34] is there a channel for general questions for ubuntu/linux ? [23:34] From your words to my fingers. [23:35] nacc i found out how to turn off all sounds .. it wasn't just hexchat .. u gotta 'mute' [23:35] rz1a: if they are ubuntu supported related here, or you can join #linux for general linux questions [23:35] thnks [23:35] nacc: Perfect. Absolutely perfect. That was so smooth... better than water on ice. [23:36] MarkB2: great, [23:36] Going to reboot now... I ..know.. it'll work.. but "just checking". [23:38] there was a system update prompt last night and i updated my 18.04 and after reboot there was flickering before the handoff to the login manager and it gets stuck there. it's hard to see what it says but i can kind of see that login manager and gnome failed to load [23:39] anyone else having this issue? this is happening on two of my computers. i was able to go into recovery for one and repair broken packages but for the other i had to reinstall [23:49] foureight84: on the one you repaired, i guess you could figure out what packages were broken [23:49] foureight84: although, i fyou rebooted with broken packages... that was probably the problem in and of itelf [23:49] *itself === semeion is now known as mnemonic