/srv/irclogs.ubuntu.com/2019/11/26/#ubuntu.txt

jpmhI'm using netgogs with ubuntu 18.4 and seeing lines likeL       ? root     107.161.28.126:47052-107.161.28.117:11211  ... - neither of those two ip addresses are on my network 0 am I missing something or is there some mis-configuration here?00:16
sarnoldwhat's netgogs supposed to do?00:18
jpmhsarnold: it is supposed and does seem to show traffic by process - I am new to it too, hence y query00:18
jpmhand I mean nethogs - with an H not gogs - oops00:19
sarnoldboth those IPs are listed as ramnode -- are you using them for something?00:19
jpmhsarn00:20
jpmhsarnold: yes - the server that I am using is a kvm instance at ramnode00:20
jpmhjust those addresses are not on MY networks and for that matter port 11211 is not open00:20
sarnoldjpmh: oh weird. the nethogs manpage on die.net suggests it's a pcap tool; so I could believe that traffic elsewhere in their network is visible to you00:22
sarnoldjpmh: but how's it assign a process number and owner in that case?00:22
jpmhsarnold: I am completely ignorant of this - the only thing that even caused me to download/install nethogs was that I did notice slightly higher than expected bacndwidth00:23
jpmhthe other part that is weird is I see only those addresses and MY REAL ones00:24
sarnoldjpmh: does ip link or ip addr give you results you expect?00:24
jpmhsarnold: let me check - good idea00:24
sarnoldjpmh: it might not hurt to try a raw tcpdump and see if you can see traffic that you're sure you're not generating -- if it's true that customers can see each other's traffic, you really need to know before you do something sensitive on it00:25
sarnoldjpmh: (obreminder, don't just tcpdump while your ssh or mosh is going, you'll drown -- save it to a file and inspect that :)00:25
jpmhsarnold: GREAT idea - I will check  - interestingly enough - I ahve 900 other instances up and checks randomly on some of them ALL LOOK GOOD - and the i add and ip link did give what I expected00:26
jpmhyour help had been GREAT - ty00:26
tds"port not 22" is your friend ;)00:26
jpmhjust haing someone else to discuss this with has given GREAT clarity00:26
sarnoldjpmh: sometimes it's super-helpful to have a rubber duck around that asks questions :)00:27
jpmhsarnold: yes - I used to have a great dog  - you could try and explain anything to him - his clariy was invaluable00:28
sarnoldjpmh: awwww <3 what a good dog00:29
jpmhsarnold: so, thank you so much00:29
jpmhsarnold: I think I'm about to contact ramnode - they are incredible and have GREAT support00:29
sarnoldsome dogs herd sheep, some dogs search for people stranded in avalanches or earthquakes, and some dogs help look for bugs in software00:29
sarnoldjpmh: nice! I've got a memory of someone cool working for them but can't recall now who that is :) nice to know that the reputation goes beyond whoever that was00:30
jpmhsarnold: but the avalanche ones at least have a barrel of brandy at their mecks - I never taught my software assistant to even ring me a beer00:30
jpmhsarnold: I have 1100 coffee shops running POS software and we have a cloud instance of each too00:31
sarnoldthen you think you'd be able to get a coffee at least, if not brandy00:31
jpmhsarnold: LOL00:33
jpmhsarnold: making a ticket for ramnode right now - realistically all important and confidential data never gets to the cloud - so not super critical - but I wpould at least like to understand it00:34
jpsharpHey folks.  can someone point me in the right direction of some network issues?  On Bionic Beaver, I'm using /etc/network/interfaces to set up bond0.   That works, but the two slave interfaces also get dhcp addresses even though they're not specified as "dhcp" in the interfaces file.  Even if I assign a throwaway IP to them, the dhcp address doesn't get removed.00:36
sarnoldjpmh: cool :) if you get a chance to report back I'd really be curious to hear if I jumped to a conclusion too quickly or not :)00:37
jpmhI'll post here - and if you are interested I can eMail you a copy of their response00:38
tdsjpsharp: hmm, sounds like some other dhcp client is running, can you just eg grep the output of ps to see what it might be?00:38
tdsi'd guess dhclient/dhcpcd/systemd-networkd00:38
jpmhI'm juest testing instances at other providers right now - ramnode is my fav but we do use a lot of different ones00:39
tdsjpmh: have you confirmed what traffic you're seeing exactly? eg if it's just broadcast traffic on a shared lan, that sounds normal00:40
sarnoldjpsharp: what does networkctl report for the interfaces?00:40
jpsharpenp130s0f0:   routable configuring.   enp130s0f1:   carrier (it's unplugged right now).   bond0: routable, unmanaged.00:41
jpsharpI see systemd-networkd rnuning.  No other dh* processes.00:42
tdsprobably worth poking around to find the networkd config that sounds like it's causing it - was this a fresh bionic install with networking set up through the installer?00:43
tdsif so, you'll probably have a netplan config, and then netplan generating a networkd config00:43
sarnold"configuring" gives me the impression that systemd-network is trying to configure it itself00:43
sarnoldheh, what tds said :D00:44
tdsnetplan config lives in /etc/netplan or something similar, it'll render a networkd config into /var/run/systemd/network or something00:44
jpsharpah.  Yes.  there's enp130s0f0 dhcp4 yes.00:44
jpsharpin netplan.00:44
tdsah, that'd do it00:44
jpsharpHmm.  I told preseed to not use netplan.00:45
tds:(00:45
sarnold:(00:45
tdsi didn't realise installs going via preseed even got netplan00:45
jpsharpoh.  I didn't use it in the right place.  I put it in the preseed file, but not to the kernel boot config.00:46
=== mnemonic is now known as Guest27397
=== anon is now known as bigboy360
jpsharpYeah, setting the "dont use netplan" in the kernel boot did the right thing.  Thanks for the help, folks01:02
jpmhsarnold: I already got a response from ranode even though I categorized it as medium priority - I'm not sure I agree with t and have asked for more details - they say I am probably just seeing other ode broadcast traffice and not to worry - I'm not sure I agree, so have asked a suplemental01:06
sarnoldjpmh: yeah, I'm not sure how i feel about that either; on the one hand, everyone's become accustomed to having their own private networking, on the other hand, maybe everyone being in the same ethernet domain's got other benefits, eg price etc..01:36
=== zbenjamin is now known as Guest3018
=== zbenjamin_ is now known as zbenjamin
jpmhsarnold: final rsolution from Ramnode - they DID have a network issue that was routing traffice to my instance even though I was correctly configured02:35
sarnoldjpmh: beautiful :D nice catch02:38
sarnoldI mean, it's weird / worrying that that can happen, but they sound like the kind of bunch that'd go to some effort to keep that from happening again02:38
sarnoldjpmh: thanks for reporting back! :)02:39
jpmhsarnold: that's what they said too.  Another example of why I like them so much - they admitted it, thanked me, sent me a credit which I don't really deserved and fixed it all in a matter of a couple of hours even tough I only repirted it as a medum priority question02:39
jpmhsarnold: the good news was that my instance did block all the traffice.  In fact that was what gave me the question in the first place since I was seeing more incoming than outgoinf, which is unusual on a server of any type02:40
sarnoldjpmh: in contrast, friday jpmorgan chase sent out an email that had a busted link; I reported the problem within an hour or something, and it took several days before I was able to get someone who could pass along the email headers of the busted email in question...02:42
sarnoldjpmh: and today finally a replacement email, and their message about it includes a ${C_VARCHARDATA1} in it. heh.02:43
jpmhsarnold: yes - this is why I use Ramnode - the only reason I have hundreds of instances at other providers too is so that I do not have all eggs in one basket02:43
sarnoldjpmh: nice that ramnode's got far more nimble staff :D02:43
sarnoldyeah makes good sense02:44
sarnoldespecially since being flexible with where you've got them hosted means you *have* to be flexible in redploying them elsewhere if needed02:44
sarnoldjpmh: hooray for your good monitoring :)02:44
vachohow do I check disk space on ubuntu02:44
lotuspsychjevacho: df -h02:45
jpmhsarnold: for example we have a lot of instances at kudoHosting - who are very good EXCEPT their support is so slow it becomes annoying - they are by far the cheapest - $15/year for a 2G single core machine with 10TB of transfer and 160G of disk - but the support is just not there02:45
jpmhvacho: df02:45
sarnoldjpmh: at $15/year I'm not surprised, they lose money if they even *look* at a support ticket02:45
jpmhsarnold: yes - I agree - and they even have an $8 / per year - I do use them for DNS servers at that price though - and their $15/year for serving images and other static content02:47
jpmhbut they are only vps not kvm too02:47
sarnoldjpmh: hehe that sounds like about the best use of that featureset, yeah :)02:48
jpmhI need enough servers that I have nothered to look - saving a few bucks a month when you have one or two matters little - I have literally thousadnds02:49
tdsthe trick is to just automate all the things that people email you about, then in theory all your support tickets go away ;)02:50
sarnold:D02:52
tdsin reality it just gets boring and tedious probably :P02:52
jpmhtds, I agree with that - but the two vendors I was discussing clearly have not yet done that02:53
jpmhactually, we make use of aws for email and they have covered it a different way - they ust have such great documentation that you don't need support02:54
tdsoh, this is from the weird traffic thing earlier02:54
tdsdid you ever actually confirm what traffic you were seeing, whether it was broadcast traffic or what?02:54
Xenoslyceif anyone can see this message please say ei02:55
akkei?02:56
lotuspsychjeakk: printer bug getting progress?02:58
akklotuspsychje: Nothing yet.02:59
lotuspsychjeakk: 19.04 worked right?03:00
akkRight, lotuspsychje03:00
lotuspsychjeakk: what about 19.10 with another mainline kernel?03:01
akkFor both printers, though I only filed about the Dell.03:01
akkA different kernel? I wouldn't think that the kernel would have anything to do with this?03:01
lotuspsychjeakk: you think its the driver database only then?03:02
akklotuspsychje: Yes, that seems most likely since it offers several options that all do the wrong thing.03:02
akkIt's not having trouble talking to the printer, it's just sending the wrong codes, or at least that's how it seems to me.03:03
lotuspsychjeakk: but then that sounds weird, one would presume drivers would support over all ubuntu versions right?03:03
akklotuspsychje: Not if they changed the drivers from 19.04 to 19.10.03:03
akkThe drivers or something about the way CUPS accesses them, it's a complicated system I don't really grok.03:04
lotuspsychjeakk: driverless printing was introduced from 17.10 if i can recall?03:04
akkI wish I did, maybe I could figure out what directories to copy from 19.04 to make things work.03:04
akkI'm not sure, I'm unclear on exactly what driverless means in this context.03:05
akkI should probably try to google it, but I've never had much luck in the past googling anything about cups/printer documentation03:05
akkso I confess I have a bad attitude of assuming there isn't any.03:05
lotuspsychjeakk: i had a similar problem on 18.04 where hplip didnt have support for my new HP printer, but that was due they didnt add the 'new' model yet to the database03:06
akkI should mention neither of these printers worked on Debian without downloading the drivers from the manufacturers03:06
akkand I may end up doing that03:07
lotuspsychjeakk: thats even more weird..03:07
akkbut 19.04 was so nice in how it Just Worked with everything built in, no need for proprietary downloads.03:07
k_szeWhat does this mean? odbcinst1debian2 : PreDepends: multiarch-support but it is not installable03:24
jpmhsarnold: Ramnode just eMailed me more - they had a switch mis-configuration that was ruting traffic to me by accident03:29
Bashing-omk_sze: What release are you on ? What shows ' apt list multiarch-support ' ?03:29
k_szeBashing-om, 19.10 Eoan (actually it's Pop!_OS, but we all know Pop!_OS is basically Ubuntu with a new skin).03:30
k_sze`apt list multiarch-suupport` shows nothing03:31
Bashing-omk_sze: Yeah - dropped in 19.10 from debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=91066903:32
ubottuDebian bug 910669 in src:glibc "glibc: Please remove transitional package multiarch-support" [Normal,Fixed]03:32
k_szeAh crap.03:32
Bashing-om!info multiarch-support | bionic03:32
ubottubionic: Package multiarch-support does not exist in eoan03:32
k_szeJust curious, what exactly is multiarch-support?03:34
k_szeSo it debuted in Debian Wheezy and then was killed off in Buster. That didn't last very long.03:37
Bashing-omk_sze: Multi- architecures: in my case " cat /var/lib/dpkg/arch >> amd64 i386".03:43
bigboy360i have a 9 inch penis04:07
=== Wryhder is now known as Lucas_Gray
crandonHi, I was wondering if anybody else is experiencing chrome being frozen after laptop coming back from suspend. It doesn't happen all the time, but a couple of times a week. I gogle, but did not find any open tickets.07:07
ptuxi've a second hd installed. i'd like to see it mounted for all users of my pc. in fstab i wrote: UUID=363bfbb3-5612-4762-ad50-1757bf216133 /mnt/storage ext4 rw,users,exec 0 007:26
ptux but when i try to create a folder or a doc in this disk, it says i've not the required permissions.07:26
ptuxanybody can help me in make it work properly?07:27
Ben64depends how you want it to work07:27
Ben64normally if someone creates a file/directory only they would have access to write or modify that07:28
ptuxi want to mount the device at the boot and grant to my user the chance to save on it, creating folder or docs, according to my needs.07:29
Ben64oh you said all users before07:30
ptuxthe users of my pc. :D07:30
Ben64are the different users on linux though07:30
ptuxbut to begin also the main user is enough07:30
ptuxyes, a couple.07:30
Ben64then if you want that, you might need ACLs or a common group07:31
ptuxcan u explain me how to do it?07:32
Ben64if you want just your user to be able to write stuff, then you just need to become the owner07:33
ptuxBen64, is it enough a sudo chown username:username /mountpoint?07:37
Ben64to have your user have access, yes07:38
ptuxwhile to grant a group of users i can use username:users07:39
ptux?07:39
Ben64ptux: no07:42
sephermacronixlist07:42
ptuxBen64, then what?07:44
Ben64either ACLs or a common group, like I said before07:45
ptuxok, i never used alcs. i'll read some documentation.07:46
ptuxthanks for now.07:46
=== mIk3_09 is now known as mIk3_08
nklapI've built BlueZ from source and now I'm trying to start the bluetooth deadmon but I get the following error: "Failed to start bluetooth.service: Unit bluetooth.service is masked.". What does that mean?08:26
lotuspsychjenklap: we dont support owned compiled software here, use packages from the official repos instead08:26
lotuspsychjenklap: whats your endgoal exactly? what are you trying to make work?08:29
nklaplotuspsychje: The precompiled BlueZ package doesn't have mesh enabled. This is the reason I need to compile it from source. I want mesh to be enabled.08:30
lotuspsychjewich ubuntu version are you on?08:35
nklaplotuspsychje: 18.04. Unmasking did the trick but updating the bluez package will probably override my manual install08:36
lotuspsychje!info bluez bionic08:36
ubottubluez (source: bluez): Bluetooth tools and daemons. In component main, is optional. Version 5.48-0ubuntu3.2 (bionic), package size 925 kB, installed size 4488 kB08:36
lotuspsychjethere's a snap bluez too, but i see the version from apt is newer08:37
metnelIf I want gio mount to prompt me for a password again when I open a samba share via nautilus, what is the correct way to go at it?08:57
fred__tvI need to access Lucid repository, as in sources.list i have http://it.archive.ubuntu.com/ubuntu/ and lucid is no more present, I can find EN version into http://old-releases.ubuntu.com/ubuntu/  any idea about old source for IT ?09:05
neoclustHi09:09
neoclusti don't find any linux-firmware-nonfree deb in recet ubuntu ( like focal )09:09
neoclustwhere can i find it ?09:09
lotuspsychjeneoclust: focal support in #ubuntu+1 please09:12
lotuspsychjefred__tv: EOL releases we cant support anymore here sorry09:15
fred__tvok09:26
k_szeerm... why is gnome-shell taking up 5 GiB *resident* RAM?09:40
lotuspsychjek_sze: to have gnome smooth working i would advice at least 4gb ram and tweak system a bit09:41
lotuspsychjek_sze: gnome versions from 19.04 and higher will work smoother then 18.0409:41
lotuspsychjek_sze: very reccomended is 8GB ram combined with an ssd09:43
k_szelotuspsychje, I have 16 GiB09:44
k_szeRAM, that is.09:44
k_sze*and* SSD09:44
lotuspsychjek_sze: and you are on 18.04?09:44
k_sze19.1009:44
lotuspsychjehmm09:44
lotuspsychjek_sze: are you using gnome extensions?09:45
k_szeYes, I definitely have some extensions enabled.09:46
lotuspsychjek_sze: those can influence gnome alot, first thing the devs will ask when filing a bug, is to disabled extensions09:46
lotuspsychjek_sze: this is what i do for a smooth gnome: install preload, haveged, bleachbit (clean out system), tweak startup items, disable unwanted systemd services09:48
k_szeI think gnome-shell is leaking memory.09:48
k_szeIt keeps bloating up.09:48
k_szeIt is not closing in on 6 GiB.09:49
k_szeLet me log out and re-log-in.09:49
lotuspsychjek_sze: the memory leaking bug should be solved some time now..try to disable your extensions09:49
=== dionysus70 is now known as dionysus69
k_szeIt is now at 9.4 GiB after logging out and re-logging in, wtf? lol09:55
k_szerebooting09:55
k_sze195 MiB now. much better09:57
imihi10:00
imiat the dawn of USB booting there was a liveCD to boot usb on machines unable to boot usb. now I'm struggling with usb booting on my UEFI machine (it works but it pollutes the UEFI boot menu with unwanted ubuntu entries). is that live cd project still alive? can it be used to boot from USB on UEFI machines?10:02
lotuspsychjeimi: plop boot cd can boot on old machines that cant boot from usb10:03
lotuspsychjeimi: but uefi machines are not that old10:03
imilotuspsychje: yes. as I've said my problem is not oldness. however if I dd an ubuntu install cd on a penrdive, it does not pollute the UEFI boot menu when booting. that's why I thought an intermediate boot medium can be a solution10:06
lotuspsychjeimi: ok, https://www.plop.at/en/home.html10:14
imiok thank you10:16
LauxleyHi, anyone willing to help me try to figure out why my second monitor is not detected on a dell laptop with ubuntu 18.04?10:19
BlastuRhey! i have an ubuntu system where i want to avoid upgrading the kernel (because there are a few proprietary kernel modules in the system that only works with the current kernel version). What package do need to "hold" to prevent apt-get from upgrading the kernel? When I do "apt-get dist-upgrade", I see that it for example plans to upgrade the package called "linux-generic". But there is also10:31
BlastuRlinux-firmware, linux-base, linux-headers-generic, linux-image-generic etc. Is there a single package i can "hold" to prevent upgrading anything related to the kernel? This is on Ubuntu 16 BTW10:31
Ben64BlastuR: good news, the kernel only gets security patches and not version upgrades in ubuntu, so you can upgrade10:46
Lauxleysame exact problem it seems (not solved): https://askubuntu.com/questions/1121132/hdmi-not-detected-on-ubuntu-18-0410:47
Gaming4LifeDeHi. How can i compile packages of older ubuntu versions for eoan? In short, i want to compile network-manager wireguard form github but it needs stuff like libnm-glib-dev which are not available for eoan for some reason11:14
tomreynLauxley: you are most likely running a different kernel version, so it won't be the "same exact problem". the screen is initialized during X startup (it actually starts up twice, once for gdm, then again after you login there), see those related logs:   journalctl -b | fgrep /usr/lib/gdm3/gdm-x-session | nc termbin.com 999911:18
Lauxleytomreyn, thx for answering, what am i looking for in those logs?11:20
Ben64Gaming4LifeDe: newer versions of Ubuntu use netplan11:20
Gaming4LifeDeBen64 can you expain?11:21
Ben64no longer using network manager11:21
tomreynLauxley: lines about "Output" and "EDID"11:22
tomreynalso modelines11:23
Gaming4LifeDeBen64 but everything uses networkmanager, even the applets and the gnome tray, how could it just be ripped out?11:24
Ben64Gaming4LifeDe: been like that since at least 18.0411:24
tomreynBen64: i think netplan is only used on ubuntu server by default, desktops continue to default to network manager, no?11:24
Ben64tomreyn: don't think so?11:24
tomreyni do, though :)11:25
Gaming4LifeDewell i can definitely still run nmcli11:25
Ben64desktop is netplan also11:26
Gaming4LifeDenetplan.io is installed but netplan is not11:26
Ben64"Ubuntu server generates Netplan configuration file for system-networkd named 01-netcfg.yaml, while Ubuntu desktop generates a Netplan configuration file for Network-Manager named 01-network-manager-all.yaml."11:26
Ben64weird11:26
Gaming4LifeDewhy do so many distros create such a mess out of this whole thing?11:27
Ben64stuff gotta change sometimes11:27
Gaming4LifeDethere's one thing i like about RHEL and CentOS: plain network manager. not extra fuzz. it's just that those are not good distros for desktops11:28
tomreynBen64: so the correct answer would be that, on desktop installations, netplan is used, defaulting to the NetworkManager renderer.11:28
Gaming4LifeDeBen64 yeah but why in this case? was there any reason to change it?11:28
lotuspsychjeGaming4LifeDe: lets not use this channel for complaints or discussions11:28
Gaming4LifeDelotuspschje alright11:28
lotuspsychjeGaming4LifeDe: feel free to talk about ubuntu changes in #ubuntu-discuss11:28
Gaming4LifeDeok11:29
Gaming4LifeDei still want to know how i'd get network-manager-wireguard working11:29
tomreynthis channel mostly focuses on using what ubuntu provides11:31
tomreynthere may be a PPA or snap for what you're looking for11:31
tomreyn!PPA11:31
ubottuA Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge11:31
tomreyn!snap11:32
ubottuSnaps are containerised software packages similar to flatpaks or appimage. For more info, see https://snapcraft.io11:32
Ben64from a quick googling, network-manager >= 1.16 supports wireguard out of the box11:32
Ben64so you might not need anything else?11:32
Lauxleytomreyn, idk, looks like it doesn't even try to check the usb for monitors?? all i see is DP or HDMI11:33
Gaming4LifeDeBen64 i have 1.2011:33
Lauxleytomreyn, https://termbin.com/f2ln sory11:33
Gaming4LifeDeBen64 the plugin does not exist. yes, i installed wireguard, wireguard-tools and wireguard-dkms11:34
tomreynLauxley: are you referring to hdmi over usb-c?11:34
Lauxleytomreyn, not sure let me try to search what you mean11:36
tomreynLauxley: it could help to look at   lsusb|nc termbin.com 999911:37
tomreyndid you boot using usbcore.autosuspend=-1 in an attempt to work around this issue?11:39
Lauxleytomreyn, https://pastebin.com/ue5kRYyj the first one is with the screen plugged in, the second one without11:40
LauxleyI didn't11:40
LauxleyIt's usb type c on the screen side and regular usb on the laptop side (i think)11:42
tomreynLauxley: so what you seem to have there is a usb connected docking station with a vga graphics card in it?11:43
LauxleyI also have a DP cable but no way to use right now11:43
Lauxleytomreyn, no docking station, could it be included in the laptop?11:44
tomreynLauxley: a laptop docking station that's included in a laptop makes little sense to me. ;)11:46
tomreyni guess i just jumped to conclusions then due to the additional USB devices11:46
Lauxleytomreyn, yeah i have a mouse a keyboard and a laptop all directly plugged in, I can remove them if it makes things easier11:47
Lauxleya monitor* (not a laptop)11:47
tomreynit would probably helpü to know the exact laptop model ( journalctl -b | grep 'DMI:' ), how the non-working screen is connected, and which model it is.11:48
tomreynit's worth a try to temporarily remove any usb devices you don't strictly need and see whether the second screen then shows up in Settings11:49
Lauxleylaptop model is Dell Inc. Latitude 5590/0MM81M, BIOS 1.10.1 07/19/201911:49
Lauxleytomreyn, i tried that (without reboot) didn't change11:50
Lauxleyalso when i try to restart gdm with service i enter a infinite loop of restarting, but it's probably not relevant11:51
tomreynLauxley: if you can post a full   journalctl -b | nc termbin.com 9999   this may help making progress (it'll take a while to review it, though)11:56
tomreynLauxley: if connecting the second screen via display port is an option then try it, too.11:57
Lauxleytomreyn, thx a lot for your help, problem was in front of the screen (I'm stupid) the usb port of the monitor is only here to be able to plug more usb to it...12:03
Lauxley(it acts as a dock)12:03
tomreynok ;)12:04
Lauxleysorry for wasting your time :)12:04
tomreyni guess oyu must have had it connected differently before upgrading to 18.04 then ;)12:05
tomreynno problem12:05
LauxleyYou were also right about my use case differing from the askubuntu question, I didn't upgrade and the monitor is new12:08
tomreynjust try to explain issues yourself in the future. it's good to look for similar reports, but make sure you don't jump to conclusions too easily.12:10
tomreyni keep making this mistake as well12:10
ApachezThe repository 'http://se.archive.ubuntu.com/ubuntu eoan-updates InRelease' is no longer signed.12:24
tomreynApachez: se.archive.ubuntu.com points to multiple ip(4|6) addresses. please report ongoing mirror issues as discussed on #ubuntu-mirror's /topic12:32
BluesKajHowdy all12:45
drogasguten morgen, why am I installing freeCad through: sudo apt install freecad but I am getting No module named WebGui when I launch it13:06
tomreyndrogas: this appears to be bug 175337613:44
ubottubug 1753376 in freecad (Ubuntu Bionic) "Freecad's start workbench points to missing webgui -> almost empty gui" [Low,New] https://launchpad.net/bugs/175337613:44
oerheks"use the view drop down and select a workbench"13:45
drogaswell shit... what to do now?13:45
drogasoh okay, so can still use it as normal13:46
tomreynthere's also this !PPA : https://launchpad.net/~freecad-maintainers/+archive/ubuntu/freecad-stable13:47
drogasI mean as long as it works as it should and only thing is I need to tick the workbench menu then it's fine I suppose13:54
lotuspsychjedrogas: see also the #freecad channel if you like14:00
drogasthank you heart of the lotuspsychje14:01
adrian_1908Do I need `snap userd --autostart` in my autostart services to run snaps, or is that some non-essential process?14:11
Rockwoodhi friends14:11
Rockwoodi am facing a strange issue on VM based server14:11
leftyfbadrian_1908: in ubuntu, you don't need to do anything to support snaps14:12
Rockwoodi am unable to use web browsing after port14:12
Rockwoodssh is working fine to me14:12
doug16k3950x works but I get a bunch of EDAC errors at boot and edac-util says no memory controller found14:12
doug16kI have ECC memory of course14:13
doug16kECC worked with 2700X on this same board14:13
adrian_1908leftyfb: What I'm asking is -- can I disable that item from autostart? I'm not sure what exactly it does, but I tend to remove/disable quite a bit of "glue" in areas where I don't need it.14:13
compdocRockwood, after port?14:13
leftyfbadrian_1908: I'm pretty sure you need it. Of course, if you're doing this much digging, it should be pretty trivial for you to test if it's necessary or not.14:14
Rockwoodafter port defines compdoc14:15
compdocports in a firewall, or what?14:15
doug16kthe bunch of errors -> https://gist.github.com/doug65536/9ba2bc44f4ba03a3e90ebd98ca415f2514:15
lotuspsychje!details | Rockwood14:15
ubottuRockwood: 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.14:15
oerheksdoug16k, more an issue for ##hardware14:16
Rockwoodconnection refuse error i am facing14:17
compdocare you connecting to the VM, or from the VM to the web?14:17
RockwoodVM to client web14:18
compdoccan the VM reach other machines on the lan?14:18
leftyfbRockwood: can the VM ping 8.8.8.8? If so, can it ping google.com?14:19
Rockwoodleftyfb, problem solved14:20
Rockwoodthanks14:20
Rockwoodjust not save my seond port14:20
Rockwoodsecond14:20
Rockwoodnow saved and working14:20
flingwhat are deb-src lines on focal?14:27
flingin /etc/apt/sources.list14:27
oerhekssourcecode repos14:27
flingwhat are they?14:27
oerheks.. to build stuff14:28
flinggive me an example :P14:28
oerheksno14:28
oerheks!build14:28
ubottuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)14:28
flingI don't want to compile14:28
flingI want to download zfs-linux patches14:29
tomreyn!ubuntu+114:30
ubottuFocal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+114:30
whislockfling: Patches of what nature?14:31
flingwhislock: I have no idea, 5.4 support probably14:32
flingwhat are deb-src lines for eoan?14:32
whislockfling: If you have no idea, then this sounds like a bad plan.14:32
tomreyndoug16k: this seems to call for a bios upgrade, have you tried this, yet?14:32
flingwhislock: the idea is to figure out what patches are there if any14:33
flingwhislock: I can't predict!14:33
flingI need to first get the package to see if there are any extra patches14:33
flingit could turn out there is just plain 0.8.214:34
whislockfling: This is the sort of thing that you do when there's a specific issue that you need to fix that you know is available.14:34
whislockfling: Especially with something like zfs, doing this for funsies is a recipe for breakage.14:34
flingI asked on #ubuntu-kernel about the patches14:34
flingand I've been told to look into the package14:34
flingWhich I can't get because I'm missing deb-src lines14:35
whislockI'm going to be blunt. You don't even know how to pull source packages, but you're chasing patches that you don't know if they exist for something as complicated as zfs.14:35
flingexactly, I'm an ubuntu noob :P14:35
flingI'm building stuff on gentoo, just installed focal to a container14:36
tomreyndoug16k: if this is is a zen 2 CPU, this suggests you may want / need Linux 5.4: https://forums.unraid.net/bug-reports/prereleases/68-rc1-ecc-error-with-ryzen-3700x-and-ecc-ram-r651/14:36
whislockI'm not trying to be a jerk, here, but you need to stop chasing shiney new stuff as if this is gentoo.14:36
=== BluesKaj_ is now known as BluesKaj
lotuspsychjefling: 20.04 support in #ubuntu+114:36
whislockfling: You are going to break things. I guarantee it. This is not "ubuntu noob" sort of material.14:36
flingwhislock: how exactly can I break things by looking into a source package?14:37
doug16ktomreyn, that's it exactly. thanks!14:37
flinglotuspsychje: sorry! can you please just grep deb-src from your sources.list ?14:37
legreffierjust copy your basic sources.list.d/official.list to some other name in the same folder. change deb -> deb-src in that new file.14:39
legreffiervoila.14:39
flinglegreffier: can you please paste your sources.list?14:40
whislockfling: You need to learn to do your own homework.14:40
whislockThe information you're looking for is all over the internet.14:40
legreffiersure.14:41
legreffierhow useless is it ? : https://pastebin.com/cTBMjBuE14:41
legreffiernow go up 3 lines, and read what i said.14:42
whislocklegreffier: I am now dying in laughter.14:42
flingwhich package for dpkg-source ?14:53
* fling found dpkg-dev14:54
flingso many deps, I thought it would be faster ;P14:55
leftyfb!ubuntu+1 | fling15:00
ubottufling: Focal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+115:00
=== BluesKaj_ is now known as BluesKaj
flingit has linux-5.0-simd-compat.patch, thanks.15:16
flingand it has it commented out in 'series'15:17
jamie_1hey, im currently trying working with the google assistant through python3, but the commands installed via pip3 are not working from bash once installed, keeps returning command not found15:34
jamie_1i've ran into this before a few years ago but i don't remember how i solved it15:34
=== esotericnonsens_ is now known as esotericnonsense
pizzaiolohello #ubuntu - is there a way to disable the "X application is ready" notifications? I'm getting double notifications and these are pretty useless15:54
oerhekssome setting in systemsettings > notifications perhaps15:58
oerhekselse gnome-tweak-tool15:58
oerheks!info gnome-tweak-tool15:58
ubottugnome-tweak-tool (source: gnome-tweaks): adjust advanced settings for GNOME - transitional package. In component universe, is optional. Version 3.34.0-2 (eoan), package size 1 kB, installed size 12 kB15:58
pizzaiolooerheks it seems like it's all or nothing in the settings, i still want to get notifications, just not those specific ones16:01
pizzaioloalso didn't see anything in tweaks16:01
lotuspsychjepizzaiolo: that depends on your ubuntu version16:01
lotuspsychjepizzaiolo: wich ubuntu are you on?16:02
pizzaioloi'm on pop_OS 19.10, based on ubuntu16:02
lotuspsychjepizzaiolo: we dont really support popos! here16:03
pizzaiololotuspsychje i understand, figured this would be the best room to ask16:04
oerheksour answers might not be suitable for your os.16:05
pragmaticenigmapizzaiolo: System76 has heavily modified POP_OS to ensure it works properly with their systems. With the purchase of a System76 you receive support for PopOS from their customer service (something you have paid for). It would be really beneficial to you and other System76 owners for you to contact System76 for support with your PopOS issues so they can fix the problem properly for everyone.16:14
pizzaiolopragmaticenigma thanks, but this isn't running on their hardware. i'll try #system7616:16
akkI'm suddenly seeing a lot of pop!os queries. I wonder why it got so popular all of a sudden.16:17
lotuspsychjeakk: lets discuss that in #ubuntu-discuss if you like16:18
akkI tried #ubuntu-discuss a couple of times but after several days of zero traffic I stopped checking.16:18
geniiakk: Primarily because it's the OS which System76 installs on the Dell systems it sells16:18
pizzaioloakk personally i'm using it because of the compatibility OOTB with my XPS 15, read that ubuntu had some hiccups to get it running so i chose pop.16:20
oerhekslooking at their PPA, lots of tweaks and stuff https://launchpad.net/~system76/+archive/ubuntu/pop16:21
superkuhHi. I had, but no longer have, broken deps and so the red icon with the minus sign appeared on the top bar. But I have fixed it and now the red icon will not go away. Is there a way to do force this without a reboot?16:21
superkuh... of course it disappears right when I say this.16:22
superkuhOh well.16:22
superkuhSolved.16:22
g3poandlslHow do I configure Ubuntu so that when a USB drive with a FAT32 filesystem is auto-mounted when plugged in, the filesystem is +rw by a regular user? This needs to be automatic and for all USB flash drives, so no fstab entries or manual mounts.16:24
oerheksfat32 is writable by anyone, it is not posix16:25
Oolubuntu mount usb key with fuse by default , no ?16:26
g3poandlsloerheks, in our environment, FAT32 drives are owned by root:root with 755 permissions.  Unprivileged users can read, but not write16:27
pragmaticenigmapizzaiolo: "Read some stuff somewhere" usually translates here as you received out-dated information. Make sure to check the date of articles you read... anything older than 1 year, is typically way out of date. I would encourage you to try installing the Ubuntu LTS 18.04 on that unit, and then come here where we can help you with any difficulties you encounter16:30
pragmaticenigmaOol: That depends on what file system is on the USB drive. FUSE is a kernel library for handling non-native disk file systems16:31
akkI've taken to adding "past year" to most google searches for Linux system stuff.16:33
akkAnd certainly to any searches related to a current-model laptop.16:34
akkThough google isn't great about obeying that, I still get a lot of hits on ubuntu 18.* and sometimes even 16.*.16:34
akk(And it usually completely ignores if I add "19.10" as a search term.)16:35
tomreyn!discuss | akk16:35
ubottuakk: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!16:35
akkSorry, I thought that was relevant to the topic and what pragmaticenigma just said to pizzaiolo.16:36
Elodinhello, in gnome settings after clicking sharing... it doens't show other options such as file sharing, screen sharing, media hsaring, remote login16:40
Elodinwhy is that16:40
tomreynakk: oh ok, i hadn't noticed you were addressing pizzaiolo.16:41
pizzaioloi appreciate all the feedback pragmaticenigma, and yes i know to check publish dates (when the site actually offers them)16:42
pizzaiolomoving on.16:42
tomreynElodin: which ubuntu version is this?16:42
tieinvElodin: you have it turned off?16:42
Elodinhttps://i.imgur.com/JTmSZwf.png16:43
Elodinhowever i try turning it on, but it goes right back to off16:43
Elodinit doesn't persist16:43
Elodinwhen i leave the settings and go back to see... it's off again16:44
=== SimonNL is now known as SimonNL_Afk
g3poandlslFound the solution to permission issues for FAT32 USB automounted drives.  Solution was to edit /etc/usbmount/usbmount.conf to change the fmask and dmask for FAT3216:51
oerheksg3poandlsl, my /etc/usbmount/usbmount.conf seems to be empty, so i guess that is a custom setting applied?16:53
g3poandlsloerheks, I'm unsure, but I don't think there are custom settings.  Our environment is mostly standard Ubuntu 18.04LTS.  Only a few changes are made for LDAP logins16:56
oerheksanyway, good spot!16:57
=== heidie-fr is now known as a_crazy_girl
IarlaIs it just not possible to control the fans on some hardware? I have an Acer Aspire 5920G and I've probably followed every guide out there but closest I've gotten is being able to read the sensors but not set the fan speed.17:17
lotuspsychjeIarla: there's a fancon snap if you like17:19
Iarlacool, I'll try that. Thanks lotuspsychje!17:19
Zeitkindomfg.. still have my split window buttons - even after removing ~/.config/dconf, dconf reset and what-not.. where the hell does this system save this config? https://imgur.com/a/s5pAK0517:21
=== im0nde_ is now known as im0nde
=== esotericnonsens_ is now known as esotericnonsense
murthywhy mojo video decoder is not enabled for chromium snap?17:40
oerheksmaybe that mojo thingy needs HW acceleration in chromium?17:45
oerhekstons of howto's.. https://www.linuxuprising.com/2018/08/how-to-enable-hardware-accelerated.html17:47
murthyoerheks: Mojo decoder is to be used to get hardware accelerated video playback17:48
murthyoerheks: Check this article for more info https://www.phoronix.com/scan.php?page=news_item&px=Chrome-73-Linux-Mojo-Video-Dec17:48
oerheksyes, i understand, but chromium does not give hw acelleration enabled by default17:49
murthyoerheks: Ya, but when mojo decoder is enabled during compilation, use can opt to use hardware acceleration in chromium17:50
murthyoerheks: This is the bug tracker for the above https://bugs.chromium.org/p/chromium/issues/detail?id=52229817:51
murthyoerheks: The following is the flag you need to set to get hardware acceleration in chromium "- use_vaapi = true"17:52
=== SimonNL_Afk is now known as SimonNL
murthyIf the chromium snap maintainers set that flag to true during compilation, we could have chromium with hardware accelerated video playback via snap17:53
fweno84whats up with i915 and the vga port on 19.10?18:06
lotuspsychje!details | fweno8418:06
ubottufweno84: 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.18:06
fweno84the vga port is not working18:06
fweno84if the vga port is connected the X fails epically18:07
lotuspsychjefweno84: what kind of device is that?18:07
fweno84https://askubuntu.com/questions/1181967/vga-port-not-working-19-10-update18:07
fweno84lotuspsychje its a desktop computer18:07
lotuspsychjefweno84: did you firmware/bios update it yet?18:08
fweno84no18:08
fweno84it is working on older kernel18:08
lotuspsychjefweno84: oh ok, wich kernel is failing please?18:08
fweno845.318:08
lotuspsychjefweno84: you have a dmesg from 5.3 booting?18:09
fweno845.3.0-23-generic / Ubuntu 19.1018:09
fweno84lotuspsychje sure I do, but what info are you asking?18:10
lotuspsychjefweno84: could you pastebin the whole dmesg for us please?18:10
fweno84I on the machine right now, I just disconnected the vga port and it works like it should18:10
fweno84no thanks18:11
ioriafweno84, probably a kernel problem18:17
fweno84Yeah, it is a kernel problem18:17
ioriafweno84, have you tried with the nomodeset18:18
ioria?18:18
fweno84No18:18
fweno84There is a alternative kernel in the repo?18:19
ioriafweno84, or (if yuo know to manage it) , in alternative , yes ... there is 5.3.0.24.2818:19
fweno84I want to try some settings but I also want to have a alternative kernel ready18:19
ioriafweno84, in -proposed  it's available 5.3.0.24.28, but you need to enable the repository18:20
ioria!info linux-generic eoan-proposed | fweno8418:21
ubottufweno84: linux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 5.3.0.24.28 (eoan-proposed), package size 1 kB, installed size 16 kB18:21
ioriafweno84,  for testing purpose , btw18:22
fweno84I know I should got back to 19.04, but I too lazy to reinstall the system18:23
fweno84Ahh... I gonna do it, thanks dude18:23
ioriafweno84,  ok18:23
bittin_btw anyone knows something about Force Feedback Wheels on Ubuntu 18 or 19? a friend is wondering18:24
Apachezhow is it with ubuntu nowadays, can /var/cache safetly be removed between reboots without upsetting some apps in the installation?18:28
lordcirthApachez, I would make sure the empty directory remains; but emptying it *should* work. It depends on the application.18:29
Apachez:S18:31
Apachezbecause according to it should be able to be wasted and recreated when needed https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s05.html18:32
lordcirthYes, that is the intent.18:33
lordcirthAnd indeed, if you can find an application that does not handle it, that would be a bug.18:38
=== SimonNL is now known as SimonNL_Afk
=== dionysus70 is now known as dionysus69
gaia82hi19:31
lordcirthgaia82, hi19:32
gaia82is this ubuntu official channel19:32
gaia82i m new here19:32
tonytyes19:32
gaia82i mean for any help relater querries19:32
tonytyes19:32
gaia82okay19:33
gaia82how to install tar.gz file by terminal19:33
gaia82its in my download folder19:33
gaia82cmake is getting errors19:34
gaia82anyone19:35
pragmaticenigmagaia82: This channel only supports software provided in Ubuntu's official software repositories. If you wish to have help compiling an application, seek out the developer of the application for assistance19:36
gaia82oh is it19:37
gaia82is it not recommended to install softwares from outside the repositories19:37
gaia82?19:37
gaia82does it posses any secirty risk19:37
pragmaticenigmagaia82: The community in this channel rely on the documentation that provided by Canonical for Ubuntu, as well as community contributions based on the software provided in the official repositories19:38
sarnoldgaia82: certainly you need to trust whoever provided you with that software; if you build it as your user account, then the build tools can do everything your shell can do -- read your email, read your web browser, ssh to other hosts, etc19:39
gaia82well thats a very restricted answer. i am new to ubuntu and still figuring out network and system nuances19:40
gaia82i am not a builder as of now19:40
sarnoldgaia82: if you don't completely trust whoever published it with your user account, then you can look into using snaps; snaps provide some level of confinement. it's not perfect but it's better19:40
gaia82no body publshed it just an standard software like weechat or hexchat downloaded from its official website19:42
sarnoldgaia82: then weechat or hexchat authors, website owners, every router along the way, etc19:43
sarnoldgaia82: btw apt install weechat or apt install hexchat19:43
gaia82hi again19:45
gaia82man to install a simple .gz file i have to ask every router19:48
gaia82ok kool19:48
gaia82got the point19:48
oerheksit is beyond the scope of this channel, guiding new users to build own software, while we did hard work for the versions in the our repos.19:48
oerheksand the simple question howto untar an archive, really?19:49
gaia82yes how you actually want people to use ubuntu if they coudnt able to get help19:50
pragmaticenigmagaia82: To install hexchat, the command is "sudo apt install hexchat"19:50
pragmaticenigmacouldn't get easier than that19:50
gaia82thanx pragmatic19:50
oerheksuse softwarecenter, or better: install synaptic, a more detailed softwarecenter19:50
gaia82i can do that19:50
pragmaticenigmagaia82: If you're using Ubuntu desktop, there is an application called Software Center, this gives a nice graphical interface for selecting software to install. It is automatically configured to use Official Ubuntu software sources19:51
gaia82is synaptic a installer like cmake?19:51
pragmaticenigmagaia82: The reason compiling is discouraged is because dependencies applications you're trying to compile may not be available in the versions requested. Applications provided in the software center are all setup to work with the Ubuntu desktop as provided.19:52
gaia82i searched my software centre for irc clients like hex chat but it didnt list it.. how to get more detailed one19:52
sarnoldgaia82: cmake isn't an installer -- it's a build tool19:52
gaia82yeah the dependencies ..i could get to fetch them in terminal..i tried from the install file text19:53
gaia82coudnt*19:53
pragmaticenigmagaia82: Manually trying to install libraries for dependencies will likely end up breaking your Ubuntu install... this is why it's not recommended. Once you start compiling and trying to find all the dependencies, you're no longer running Ubuntu in a state that this channel can support. You're completely on your own19:54
sarnoldwhen you're compiling software you'll need the -dev versions of packages installed, which will supply the necessary header files19:54
gaia82oh is it..i didnt know19:54
Infra_redBlast from the past time.  I'm getting ready to e-waste some old computers.  Taking the time to make sure there is nothing I either want to save or remove.  Old Pentium 3 with Ubuntu 8.04.  Cleaning a HD with Ubuntu 6.06 on it.19:56
sarnoldInfra_red: wow19:56
gaia82please suggest an irc client from software centre19:56
pragmaticenigmagaia82: I just did hexchat is the most popular irc client19:57
gaia82okay19:57
gaia82ihope  small questions like these are invited in future19:59
dsuchHi, I am using Ubuntu Mate 18.04. I wanted to boot into console without X for a moment so I ran the command 'systemctl disable lightdm.service'. Running 'systemctl enable lightdm.service' complains that the unit cannot be enabled via systemctl.20:02
dsuchNext, I ran 'systemctl set-default graphical.target' but it still reboots into console. Command 'systemctl get-default' returns 'graphical.target'. Can someone please suggest how I can start X in this case? Thanks.20:02
ryuodsuch: systemctl start display-manager.service20:05
ryuo?20:05
ioriadsuch,  if graphical.target is already set, i'd try  'sudo dpkg-reconfigure lightdm'20:06
dsuchryuo: Thanks, but it says 'Unit display-manager.service not found.'20:06
ryuothat should exist as it's the generic name for the DM20:07
ryuo● lightdm.service - Light Display Manager20:07
ryuois what I get.20:07
oerheksgdm320:07
oerheksoh, mate ..20:08
dsuchioria: Thanks, that helped20:08
ioriadsuch,  ok20:09
altendkyi'm having issues with a lenovo thinkpad p1 gen 2 not turning on its display when resuming.  other things work as i can continue or make new ssh sessions etc.  of course i spent a long time trying to debug this using the power button and pm-suspend and just finally realized that it 'mostly works' when i recover by opening my laptop lid/display instead of pressing the power button to resume.  i also started in kubuntu20:09
altendky19.10 but just switched back to ubuntu 18.04.3 with no significant difference until i noticed the lid-resume option.  any suggestions where to dig into the differences?  https://www.diffchecker.com/VzN85Jx8 i don't see anything obvious between the dmesg output for pm-suspend/power-button (left) and display-close/open (right).  i'll note that the display brightness adjustment also has no effect other than showing the20:09
altendkypop-up with the brightness bar moving.  thanks for any help.20:09
dsuchryuo: oerheks Yes, perhaps this is a different name under Mate20:09
oerhekssystemctl get-default20:11
=== WaV_ is now known as WaV
shxdow18Yo20:32
tomreynaltendky: first make sure you've got the latest bios installed ( journalctl -b | grep 'DMI:' ), then make sure you run Ubuntu 18.04 with !LTSE or 19.10, then review the system log for any ACPI issues logged on boot. If any (other than the ignored _OSI(Linux) query), try http://iam.tj/prototype/enhancements/Windows-acpi_osi.html20:47
tomreynif suspend issues still remain then post a full    journalctl -b | nc termbin.com 9999    with both the best acpi_osi settings you could find and without any.20:48
altendkytomreyn: thanks.  i did do a bios update in the past couple days with no apparent effect.  you said 'system log', would that be dmesg?  i'll read through your link now etc.  is there a direct way to compare what the lid should do vs. what the power button or pm-suspend should do?  or maybe that's more about hardware than software, i don't know.20:54
tomreynaltendky: dmesg only provides the kernel ring buffer log, it's better to use journalctl to have this enriched by user space events.20:59
tomreynaltendky: by default, according to the compile time defaults in /etc/systemd/logind.conf, HandleSuspendKey and HandleLidSwitch should both suspend, but HandlePowerKey would power off (after graceful shutdown).21:03
altendkytomreyn: sorry, i was using pm-suspend to suspend and the power button to resume.  it may be that using the lid to suspend is the key, not using it to resume.21:04
tomreynaltendky: don't use pm-suspend (pm-utils) on systemd systems, use systemctl suspend21:06
altendkytomreyn: it's like linux has worked too well for me for too many years so i don't know how to do anything right...  :|  but using journalctl does warn me that i might be left with a black screen (after using pm-suspend).  see line 131 https://paste.ubuntu.com/p/GpJSpTJ6zV/  trying systemctl suspend next21:09
tomreynsuspending once using an incorrect method *can* put the system into an unstatable state which it only recovers from after reboot, so be sure to do full reboots in between when comparing the effects of entering suspend using pm-suspend vs systemctl suspend.21:14
tomreynin rare cases (firmware bugs) you even need to do a cold boot or clear nvram21:16
altendkytomreyn: systemctl suspend works fine resuming with the power button and does not warn about a potential black screen.  so the reported symptoms appear to just be triggered by me doing the wrong thing...  time for me to try to remember what the original issue was before i tried to use the cli to make the issue more replicable and loggable.  thanks for setting me straight, at least for now.  and my apologies for the X/Y21:17
altendkyproblem here.21:17
altendkytomreyn: that's good for me to keep in mind, in this case systemctl suspend worked fine straight away.21:17
altendkynow i see that the 'blank screen' timeout feature is causing the same 'may be leftwith a black screen' warning https://paste.ubuntu.com/p/yxJ5tbRFCk/ (and i am left with a black screen) though i kind of don't directly care about that since i'll probably be switching back to kubuntu now to try to reidentify my real problem with your improved diagnostic recommendations and acpi info page.21:19
tomreynon ubuntu 18.04.3 and later releases anything initiating suspend from a supported graphical desktop or using physical buttons and special (function) keys should be doing the right thing / use systemctl suspend.21:19
tomreynaltendky: the bad link state warning seems to be caused by a bug in the intel graphics driver (i915, which comes with the kernel), triggered by the lightdm login manager in a resume from suspend situation (maybe try sddm/gdm also): https://bugs.freedesktop.org/show_bug.cgi?id=11086321:28
ubottuFreedesktop bug 110863 in DRM/Intel "Blank screen after locking and vt-switch" [Normal,Needinfo]21:28
tomreynaltendky: linux 5.3 is available in ubuntu 18.04 via linux-generic-hwe-18.04-edge and may fix this issue.21:32
altendkytomreyn: i'm installing kubuntu again to try to refresh myself on my 'real' issues rather than these ones that my diagnostic approach seem to have created.  hopefully the extra info from journalctl can lead me to a better understanding more quickly.  i can't say i'm super excited about dealing with two graphics cards to have issues with (again, second laptop like this).21:36
tomreynaltendky: in my experience, the easiest way to prevent graphics issues is to not buy nvidia graphics hardware. and the easiest way to prevent suspend issues is to buy hardware which is sold with linux support and not the very latest.21:38
tomreynkubuntu uses the foundation as (gnome-shell/nutter based) ubuntu, i.e. you'll end up with the same default kernel image and alternatives as well as the same drivers.21:40
altendkytomreyn: i looked around and not-nvidia laptops didn't seem all that common.  at least not with whatever limitations i was applying at the time.  but yes, i had interest in not-nvidia.  any chance you know of a list of laptops that actual linux (or ubuntu etc) devs use?  that would be an interesting thing to review before purchasing.21:40
tomreyn* Mutter21:40
altendkytomreyn: yes, i don't expect the low level stuff to be any different.  just the front end that could still be triggering.  and after i just spent time (mine _and_ yours) trying to diagnose something that may not be my real issue, i figured i ought to step back to the top and see what my real problems are.21:41
tomreynaltendky: taking the step back (testing the original issue on kubuntu) seems like a good idea to me, too, i just meant to provide auxiliary information. in the past, and still nowadays, some kernel devs seem to use some models on the lenovo thinkpad T and P series.21:44
akkI'm kind of surprised nobody maintains a list like that, where linux devs can register their laptop model.21:44
akkBut lenovo carbon x1 and dell xps 13 are both very popular right now (even though some xps13 have a wifi card that doesn't work well in linux).21:45
agile_prghi all, I am on ubuntu desktop but I do not know how to enable workspaces21:46
altendkythey did technically get it certified https://certification.ubuntu.com/desktop/models?query=p1+gen+2&category=Desktop&category=Laptop&level=&vendors=Lenovo though i don't know how much that ends up meaning.  and linux wasn't a listed option when i ordered21:46
tomreynagile_prg: which ubuntu version are you running?21:46
agile_prgI am not sure :<21:46
tomreynagile_prg: please run this in a terminal:   lsb_release -ds21:47
agile_prgUbuntu 18.04.1 LTS21:47
tomreynagile_prg: please install the pending security and bug fix updates.21:48
akkBeing "ubuntu certified" doesn't guarantee that everything will work.21:48
altendkyyeah, and "Standard images of Ubuntu may not work at all"21:48
agile_prgok but how do I put in workspaces?21:49
tomreynagile_prg: to access workspaces, press the windows key and move the mouse to the right edge of your screen21:49
tomreyn2 workspaces should be enabled by default21:50
tomreynagile_prg: to modify workspaces, use gnome-tweaks -> Workspaces21:50
agile_prgI don't see gnome-tweaks should I install it?21:51
tomreynagile_prg: look for just "Tweaks"21:52
tomreynit should be installed already21:52
agile_prgI see gnome tweaks but it says it must be installed21:52
=== Mekely is now known as Papa_Stalin
tomreyni guess i was wrong, then, sorry.21:53
=== Papa_Stalin is now known as Mekely
agile_prgso I should install it?21:54
tomreynagile_prg: if you'd like to configure workspaces using a graphical interface, yes.21:54
agile_prgwell can I do it some other way?21:55
tomreynyes, using gsettings, but i can't tell you the details.21:55
agile_prgok I installed it butr I don't see how to get to the other workspaces21:57
agile_prgit says there are 4 of them21:57
oerhekspress win key and workspaces should appear on the right21:57
tomreyn<tomreyn> agile_prg: to access workspaces, press the windows key and move the mouse to the right edge of your screen21:57
agile_prgwow I must be getting tired, thanks21:58
oerheksand there are hotkeys, in systemsettings21:58
agile_prgthat is weird I only see two workspaces when I edo that21:58
tomreyn<tomreyn> agile_prg: please install the pending security and bug fix updates.21:58
oerhekspoint at one window, right mouse > move workspace down ( and 3rd space will be generated automaticly)21:59
agile_prgoh ok21:59
agile_prgwow your smart thanks again21:59
oerheksand then there are tons of gnome-shell extentions21:59
oerheks* optional22:00
tomreyn...which can help, or can break gnome22:01
agile_prgok extension man :>22:01
MyWayhello, I can't login at boot anymore with gdm with my user, but if I kill Xorg process, then I can login at boot, any idea why this is happening?22:01
altendkytomreyn: well, kubuntu is acting worse actually but i have to take off soon and thanks to you i have more info to debug with.  thanks again.22:01
oerhekssome options should be standard, making folders in your program overview .. https://extensions.gnome.org/extension/1217/appfolders-manager/22:01
tomreynaltendky: you're welcome, good luck!22:02
akkDo I understand update-motd(5) correctly that the various motd scripts are being run basically for every login shell?22:02
akkIs there a way to run them, say, from cron or something instead? I like the functionality but really don't need it updated more often than daily.22:02
agile_prgcan I name a workspace somehow?22:03
Ben64akk: it goes to /var/cache/motd-news22:03
Ben64agile_prg: yes, you can right click the workspace switcher and name them whatever22:04
agile_prgI right click on it and it chooses it, does not let me name it22:04
tomreynMyWay: which ubuntu version are you running (run this in a terminal window: lsb_release -ds )? which changes have you recently made which may have caused this?22:05
akkBen64: What's "it" here? That seems to be a static file that has a quote in it that seems unrelated to the stuff I see at login time.22:05
pragmaticenigmaagile_prg: It helps to know what Ubuntu version you are on, and possible the desktop environment you running22:05
MyWay19.1022:05
MyWayno changes that I'm aware of22:06
Ben64akk: what stuff are you seeing then22:06
MyWayand I have installed / partition again (but not /home)22:06
akkBen64: I'm talking about all the scripts in /etc/update-motd.d, like the list of updates available.22:06
akkBen64: And in truth I'm not clear when they're run; I see them if I log in on a console but not if I start a terminal with loginShell: True.22:07
ncuxoso after downgrading to 18.04 my graphical problem went away22:07
ncuxo:-[22:08
agile_prgya ncuxo the upggrades do not always work like they promise22:08
agile_prgreminds me of the Gattaca movie, where they promised you a good baby and stuff22:08
ncuxoI was thinking it could be my graphics card that gave me the bugs22:08
ncuxobut after switching it still had the problems on 19.1022:09
pragmaticenigmaagile_prg: Please try to stay on topic, movie and film talk are welcome in #ubuntu-offtopic22:09
oerhekswhat graphic card exactly?22:09
agile_prgncuxo boot with a live cd and see if the problem goes away22:09
ncuxoold NVIDIA 6600 LE22:09
ncuxoI had the nvidia drivers installed borked the system22:10
ncuxothen went with nouveau and still had the glitch22:10
tomreynby downloading them from nvidia.com?22:10
ncuxobut after downgrading to  the LTS everything worked like a charm22:10
ncuxotomreyn: sure22:10
oerheksoh, that card works just with nouveau, pretty old.22:10
ncuxoit is old :D22:11
tomreynncuxo: you should use "ubuntu-drivers" instead.22:11
ncuxo:O22:11
ncuxodidn't know that there are drivers22:11
ncuxoold windows habits die hard :/22:12
oerhekssudo ubuntu-drivers list #22:12
ncuxooerheks: thanks I will check it out and will remember it for future use22:13
ncuxo:)22:13
jwkhi , i got issue in my linux , when i plugged in my headphone its show me its plugged but there no sound , it was working before , this happen today , my headphone is working in any place but not in linux , any help?22:15
akkWow, it's not clear there's even a way to display the dynamic motd intentionally. Apparently it's something pam does mysteriously at login time.22:22
pragmaticenigmaakk: You please a script in /etc/update-motd.d folder22:29
pragmaticenigmaakk: Look at the files already there for examples on how to do it22:29
akkpragmaticenigma: I'm not trying to add something to the motd, I'm wondering how to see it without ctrl-alt-F4 and logging in on a console.22:30
akkpragmaticenigma: and also wondering when all those scripts are run, is it every time there's a new login? or is it cached somewhere?22:30
akkThe docs are quite vague on things like that.22:31
akk(the ones I've found, maybe there's a better doc I've missed)22:31
pragmaticenigmaakk: motd is a carry over from when GUI's didn't exist. They are there only for the purposes of the termnial, to send messages to the user at login (as it was assumed they're remote)22:33
=== bprompt is now known as Guest91704
pragmaticenigmaakk: it runs at each login, some of the components used, do cache their messages in a folder somewhere in /var/lib/22:34
akkpragmaticenigma: I find some of the messages useful, and might want to see them at some time other than first login of the day.22:35
akkpragmaticenigma: I haven't been able to find the cache, or anything that discusses it.22:35
tomreynabout motd-news, start your investigation with   systemctl list-timers motd-news.timer22:35
pragmaticenigmaakk: You could schedule a task to execute a script and have the output sent to dbus for a toaster popup22:36
akktomreyn: Ah, interesting! Thanks, good place to start.22:36
akkLooks like it runs at midnight and noon, and motd-news.service runs /etc/update-motd.d/50-motd-news --force22:40
superkuhI have two ubuntu systems. One PC1 is sharing a folder, "video" via NFS to another (PC2) which has it mounted. Operating entirely on PC1, when I delete a file through gnome on PC1, it does not go to the trash on PC1. Instead, somehow, it shows up in the general trash on PC2 that has the share mounted. The files were not deleted on PC2.22:45
akkBut that script looks like it caches to /var/cache/motd-news, yet that file definitely isn't what I'm seeing at login and doesn't reflect the scripts in /etc/update-motd.d, so there's something else going on.22:45
superkuhWhen I delete files or folders on PC on that partition that are local (just like 'video') but not shared via NFS to other PCs, it goes to the local trash.22:46
superkuhEr, on PC1.22:46
akkOh, I see, all this only relates to /etc/update-motd.d/50-motd-news which is only one of 9 files contributing to the motd.22:46
superkuhBut if the folder is shared to ther PCs, like PC2, over NFS, then when I do local file operations on local files on PC1 in a folder that is shared and PC2 has mounted, the deleted files go to the PC2 trash.22:47
superkuhAny way to stop this?22:47
superkuhIt's pretty weird. They appear instantly in the PC2 trash. Even if it should be impossible to transfer them to PC2 that fast because of file size and network speed.22:48
superkuhSo I figure they're not actually there. But in order to delete them on PC1 I have to do trash empty on PC2 which has the share mounted.22:48
tomreynsuperkuh: what's the output of    lsb_release -ds    on both systems?22:54
superkuhDo you think it matters?22:54
superkuhI can't imagine it mattering.22:54
superkuhWhat color is your hair?22:54
tomreynit always matters whether you run ubuntu and if so, which ubuntu version you're running can matter.22:55
superkuh14.04 and 10.0422:55
tomreyn!next22:55
superkuhAnd now comes the, oh, it's EOL, go away.22:55
tomreynso if you already knew this, why did you ask in the first place?22:56
superkuhIn some communities people help others even for EOL stuff.22:56
superkuhBut I guess there's a reason arch is the goto for linux community help these days.22:56
oerheksoh, stop this flamewar, superkuh22:57
tomreynthe /topic states which ubuntu releases are supported here22:57
whislocksuperkuh: Except it isn't. It's the goto for Arch Linux users.22:57
superkuhK. I'll not go there.22:57
superkuhBut, just because it's EOL doesn't mean people don't use it.22:57
tomreynit means we don't support it here, though, as you know.22:57
superkuhI'm not asking for corporate support contract here. Just if anyone had any ideas.22:57
whislockIt does mean that it isn't supported. People using EOL releases shouldn't, and need to upgrade to a supported release.22:57
superkuhYeah, I this is exactly what I expected of #ubuntu in post 2010.22:58
superkuhDamn shame.22:58
oerheksmaybe it was an nfs bug. go find it.22:58
superkuhI'll try, oerheks.22:58
whislocksuperkuh: Distro releases have had EOL dates since long before Ubuntu.22:58
superkuhI'm just talking about the tone of the community, whislock.22:59
superkuhHow it's changed over time.22:59
tomreynkindly discuss this elsewhere. we have #ubuntu-discuss for on topic discussion, and #ubuntu-offtopic for other topics.22:59
superkuhOkay, tom.22:59
ncuxosuperkuh: is the shared folder allowing other users to delete the files?23:02
superkuhncuxo, yes.23:02
superkuhI'll try turning that off. Good idea.23:03
ncuxoand there you have your answer once the file is deleted it should not be available to the other systems23:03
ncuxonever been on ubuntu 14.04 or 10.04 so I may be totally wrong here :D23:04
ncuxojust laying my thoughts :D23:04
ryuosuperkuh: why are you running releases that are EOL? they're just waiting to be hacked.23:06
superkuhLet's not pollute that chat with that.23:06
superkuhI understand your opinion and it's valid in some cases.23:06
=== Mekely is now known as OMGTHISNICKISSOL
=== OMGTHISNICKISSOL is now known as Mekely
Chunkyzcan we get support for the pi4 here with 19.10?23:46
sarnoldChunkyz: sure; I'm not sure how many people actually have one, but you can certainly ask23:48
tomreynThere's also the "decent" #ubuntu-arm channel23:49
oerheksthere is support, limit the 4 gb to 3 gb23:51
Chunkyzoerheks, huh?23:51
Chunkyzthanks tom and sarnold23:52
Chunkyztomreyn, ^23:52
Chunkyzoerheks: yeah I know of the problem with the 64bit image but that's been fixed now.23:52
sarnoldoerheks: hmm what's that about again? I have a vague memory of that being fixed or only a problem if you use armhf rather than aarch64 or *something* like that. Since I didn't have a pi4 I didn't pay that much attention.. :)23:52
Chunkyzaarch64 wouldn't detect/use usb's.23:53
Chunkyzit's been fixed through an update, hopefully a new image soon.23:53
ChunkyzI have mine working nicely. :)23:53
Bashing-omChunkyz: Running the Mate desktop ?23:55
Chunkyznope, xfce4.23:55
ChunkyzI never really like the mate desktop. prefer lxde/xfce423:56
Chunkyzliked*23:56
Bashing-omChunkyz: Just an aside - Martin Winpress has done the work on PI4 for the Mate desktop.23:57
Chunkyzreally? got a link?23:57
Chunkyzlast I heard he was still working on it....23:57
Chunkyzyeah still not ready. just checked xD23:59
Chunkyzhttps://ubuntu-mate.org/raspberry-pi/23:59

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