/srv/irclogs.ubuntu.com/2021/01/11/#xubuntu.txt

xu-irc39wHello, I am a longtime user of MythTV.  I run it under Xubuntu now and the latest crop of Ubuntu updates, left me without any networking.  I have restored from backup to see it happen while I was watching.  Can anyone tell me where to start to restore the networking?  20.04 or maybe I already reached 20.04.100:41
kotek14xu-irc39w: Start by looking at "ifconfig -a" output to see if your interface is identified00:56
Bashing-omxu-irc39w: See too: https://insights.ubuntu.com/2017/07/07/if-youre-still-using-ifconfig-youre-living-in-the-past/ .00:58
kotek14Bashing-om: Meh. It works well enough for these purposes01:02
Bashing-omkotek14: Uh Huh - It works is why it is still around after all this time ?01:03
kotek14Bashing-om: I believe that it's still around because some people just don't want to learn another tool to list the interfaces.01:05
kotek14I'm not saying that you should manage your interfaces with it.01:05
kotek14Bashing-om: The article you posted basically says "Don't use ifconfig because it's old".01:07
Bashing-omkotek14: Did bot read into it - was a thought might have a troubleshhoting tip :(01:08
Bashing-omdid not*01:08
kotek14Bashing-om: My thinking here is simple. A) If the interface is there (whatever tool you use to discover it), you dig deeper. B) If it's not, it's probably the driver.01:10
kotek14One of the kernel updates partially broke my sound, so I believe path B might me possible.01:10
kotek14And it can be solved just by installing the network adapter driver.01:11
Bashing-omkotek14: As good a way as many to fault isolate :D01:13
kotek14Bashing-om: Exactly. If you know a better/faster/easier way, feel free to propose it. It's an open discussion after all01:14
Bashing-omwe await xu-irc39w to catch up.01:15
=== kotek14 is now known as sleep
=== sleep is now known as kotek14
xu-irc39wI'm sorry, I tried following a recent post elsewhere.01:49
xu-irc39wI get:01:50
kotek14pastebin it01:51
xu-irc39wCommand 'ifconfig' not found, but can be installed with: sudo apt install net-tools01:51
kotek14Okay. Run "ip -o a"01:51
xu-irc39wSorry I can't pastebin because I don't have a shell going into the system that lost its networking.01:52
kotek14No worries then01:53
kotek14You don't have to type up all of the output01:53
xu-irc39wip -o a yields:01:53
kotek14Only grab the first thing of every line01:53
xu-irc39wl:lo inet 127.0.0.1/8 scope host lo\01:54
xu-irc39wl:low inet6 ::1/128 scope host \01:54
xu-irc39wLet me add more info from the thread I looked at:  My bootloader is set up to load kernel v. 5.8.0-36-generic, but the headers never made it into /usr/src after the update.  No idea what happened.  I tried it twice now because I restored from backup to have the same thing happen while I watched.01:56
kotek14Wait, so you only have "lo" there?01:57
xu-irc39wYep, only the "lo"01:58
kotek14That's the problem01:58
Bashing-omxu-irc39w: kotek14: ^ Let's say the driver failed to build for that 5.8 kernel[ what results when booting a 5.4 kernel from grub's "advanced options" menue ?01:58
xu-irc39wI can boot under the old 5.4 kernel using grub's advanced options menu.  When I do that, the network is back.01:58
kotek14Well, now we are certain what the problem is01:59
xu-irc39wThe box starts by itself to record TV shows, so I am not there to boot 5.4 under advanced options for grub, my application (mythtv) won't start, I think because it doesn't know what "localhost" is, so it thinks it can't find the location of the TV shows database.02:01
kotek14I mean, as a quick and dirty hot glue patch you can install grub-customizer and make 5.4 default02:03
kotek14Have you tried to upgrade once more from under 5.402:04
kotek14?02:04
xu-irc39wThank you kotek14--I didn't realize grub-customizer is available to make it easier to change the default.02:04
xu-irc39wSo, when I used apt install Linux-headers-5.8.x, was that what you (kotek14) meant by upgrade once more from under 5.4?  (I usually let the tool do the upgrades by itself but didn't think to do it that way)02:07
kotek14I'd just try "sudo apt update && sudo apt dist-upgrade"02:08
kotek14It tends to correct these "partially installed stuff" situations02:09
xu-irc39wThank you for the suggestion, let me spin up 5.4.x and give  "sudo apt update && sudo apt dist-upgrade" a try right now.02:11
kotek14No problem02:12
xu-irc39wI tried  "sudo apt update && sudo apt dist-upgrade", from 5.4, it installed a few packages and stopped.  I rebooted into 5.8 but no love.02:21
kotek14xu-irc39w: Sad. Have you tried reinstalling linux-5.8 and everything related?02:29
xu-irc39wDid trying sudo apt install Linux-headers-5.8.x from the command line, do that?  If not, are you thinking, I might get different results running the GUI updater from 5.4 kernel?02:32
xu-irc39wI guess I'll try the GUI updater from 5.4, and probably the grub-customizer so if it does the same thing, I can just leave it booting into 5.4 for now.02:34
Bashing-omxu-irc39w: What thinks the package manager ' sudo dpkg -C ; sudo apt -f install ' ?02:34
xu-irc39wBashing-om:  Are you suggesting trying that?  I'm afraid the command is beyond my understanding...02:36
Bashing-omxu-irc39w: they "audit" the system for broken packaging - dpkg is a lower level look.02:37
xu-irc39wBashing-om:  I see.  I will give it a try and report back in a couple minutes02:38
Bashing-omxu-irc39w: No change to the system - just looking :P02:38
xu-irc39wI tried ' sudo dpkg -C ; sudo apt -f install ' but I had to enter it as two separate commands (maybe I needed the quotes) but that didn't result in installing anything.  So I tried the software updater (from 5.4), but that didn't seem to install much of anything and the problem didn't go away.  So I got grub-customizer to boot it into 5.4.x by02:55
xu-irc39wdefault for now.02:55
xu-irc39wIs waiting a week or two, restoring the old image, and trying the upgrade over again very likely to fix this issue?  I take it, none of you running xubuntu have had this problem recently?02:58
Bashing-omxu-irc39w: I Have no issue myself (5.4.0-60-generic)  - however I am aware that the 5.8 kernel upgrade has caused a number of problems.03:12
xu-irc39wI see.  Maybe I can wait for the next kernel after 5.8...  Thank you kotek14 and Bashing-om very much for your assistance tonight and helping me get it going for now.  This was my first time every trying irc for a problem (usually I could help myself).  Have a great evening!03:14
coconutnnnnnnnnnnnn12:55
indyZSo, I have this problem with xubuntu on a thinkpad t490. I set it to suspend when I close the lid. When I open it back up, the X session seems no longer responsive to mouse and keyboard inputs, though all the programs are still running. I have to jump to a non-X11 tty and run "killall xfce4-session" .. then my graphical sessoin dies and I'm able to log back in again.16:17
indyZWell, I can still move the cursor. Just not click on anything or use the keyboard for anything (within the X session)16:17
indyZUsing Xubuntu 20.04.116:19
indyZI also notice that the battery usage is far inferior to windows. not sure why that is. I saw something about an nvidia gpu needing to be toggled off or into low power mode or something, but mine uses an intel gpu so I'm not sure if that's it.16:21
gnrpindyZ: Considering the battery usage, try the tool powertop17:42
gnrpalso, you can use htop to see if there are any processes constantly causing processing17:43
gnrpfor the X session: When you suspend without closing the lid, what happens then?17:43
CestSebastianhey, few days ago I got the 5.8 kernel update. my ideapad running xubuntu 20.04.1 LTS x86_64 got all messed up, wifi/usb/resolution/etc all got unusable.  anyone had similar issues?18:09
MaikCestSebastian: if you look at askubuntu there should be more users that ran into issues with the 5.8 kernel, also on Ubuntu and Kubuntu18:20
CestSebastianthanks Maik!18:21
Maiknp18:21
CestSebastiancan I just purge all 5.8 related packages? then update grub?18:33
MaikCestSebastian: to be honest i don't know and am confused ever since people started talking about the 5.8 kernel on 20.04 LTS. I didn't get that update at all on my Ubuntu MATE install and don't know what is going on. The HWE kernel is normally to be released in February when 20.04.2 LTS point release comes out.18:46
Maikso it's too early to receive 5.818:47
CestSebastianthanks anyways! at least now I know what to look for. previously all google results related to kernel 5.8 were praises of it's awesomeness18:50
CestSebastiani'm sure it is but i'd like to find a workaround for now18:51
CestSebastianpurged all packages related to 5.8, let's see what happed19:01
CestSebastianall good! thanks again Maik for your time!19:05
CurlyGreetings!20:20
CurlyDoes anyone here know what the word: Ubuntu   means?20:23
diogenes_!ubuntu20:23
ubottuUbuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com20:23
CurlyThe word:  Ubuntu  comes from Africa.20:24
CurlyUbuntu is a complex word from the Nguni language with several definitions, all of them difficult to translate into English.20:25
CurlyThe Nguni languages are a group of related languages that are spoken in Southern Africa, mostly in South Africa,20:26
CurlyUbuntu is best known outside of Africa as a humanist philosophy associated with Nelson Mandela (1918–2013) and Archbishop Desmond Tutu (born 1931). Curiosity about the name may also come from it being used for the open source operating system called Ubuntu.20:27
CurlyThis definition should be posted on the Ubuntu Website.20:28
Curlyhttps://www.thoughtco.com/the-meaning-of-ubuntu-4330720:32
CurlyDiogenes, your nick is an interesting one. Greek Philosophy.20:38
CurlyDiogenes was a Greek philosopher and one of the founders of Cynic philosophy. He was born in Sinope, an Ionian colony on the Black Sea coast of modern day Turkey,[1] in 412 or 404 BC and died at Corinth in 323 BC.[2]20:38
CurlyDiogenes are you a philosopher?20:39
CurlyDiogenes there is a person in history named: https://en.wikipedia.org/wiki/Diotrephes20:48
CurlyHis name means "nourished by Jupiter".20:49
CurlyI am working on a:  Cheat Sheet   of commands. I have not seen one for Xubuntu.20:50
CurlyI just found one:   https://www.kompulsa.com/ubuntu-commands-a-cheat-sheet-with-examples/20:53
AnthraxHi.21:34
AnthraxI'm searching for wine32 integration with xubuntu to install my Office2019 license. May you help me with another irc channel or solutions. I just follow several websites and none of them worked for me21:35
gnrpAnthrax: Did you try the wine channel directly?21:43
AnthraxTks gnrp21:52
gnrpAnthrax: Usually, you can just try #projectname, so #wine or so21:55
gnrpor you check the website21:55
gnrpnope, sorry21:55
gnrp#winehq21:55
gnrpsee https://www.winehq.org/irc21:55

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