/srv/irclogs.ubuntu.com/2024/05/24/#ubuntu.txt

YeahMateThanks again Sarnoid libmail... does the trick. :)00:07
JanCSoni: that sounds like something browsers would have to implement, not operating systems00:11
JanCalso, from what I can see it's not standardised yet, so at best some browsers would have experimental support00:14
JanCand apparently for now that means only browsers based on Chromium00:16
TingoJanC: Which thing should be implemented in Browsers.. ?00:19
JanCthat was a reply to a question before you came in00:21
Tingooh ok.. Sorry !!00:23
sarnoldTingo: it was about webusb00:32
SoniJanC: let's say someone uses windows. why should you tell them "here, have this third-party tool to make an usb stick for installing linux" instead of the much more reasonable "open the distro website in edge"00:43
sarnoldSoni: if you want windows features you'll probably want to talk to microsoft :)00:44
JanCwell, if you can make a webapp that can do that, I'm sure many distros would love that & use it00:44
JanCsarnold: it would be a webapp that works in any browser that supports it (but like I said before, said support only exists experimentally in Chromium-based browsers for now)00:46
sarnoldJanC: hmm I think I'd be grumpy if a browser could dd to a memory stick00:48
JanC:)00:48
JanCit would be supposed to ask access to it first, and the browser would be supposed to ask you first   :)00:49
JanCit's also "worse" than just being able to write on an USB stick but full USB access to that device00:50
JanC(you better hope the USB device can't update its firmware over USB, I guess...)00:51
SoniJanC: that's actually the intended use-case for WebUSB00:51
Soniusing it to flash linux is unintended00:52
rovacHi, I am having problems with the upgrade from 23.10 to 24.04. Can somebody help me see if this is just my setup or I should log a bug?00:53
JanCon some USB sticks you can also update the firmware over USB & convert it into an entirely different USB device   ;)00:53
JanCrovac: if you can give the error you get then maybe someone can help (if it's more than a couple lines, put it on a pastebin or so)00:54
rovacI think it's not too long:00:55
rovacAn unresolvable problem occurred while calculating the upgrade.00:55
rovac This was likely caused by:00:55
rovac * Unofficial software packages not provided by Ubuntu00:55
rovacPlease use the tool 'ppa-purge' from the ppa-purge00:55
rovacpackage to remove software from a Launchpad PPA and00:55
sarnoldthat ppa-purge package is a decent suggestion00:56
sarnolddepending upon what was added / replaced, it might be enough to just comment out those lines from your apt config00:56
rovacSure, but what do I purge? Also, the main log is full of lines like00:59
rovac2024-05-24 02:26:54,500 DEBUG Searching for replacement for tilix00:59
rovac2024-05-24 02:26:54,500 DEBUG Failed to find a replacement for tilix00:59
rovac- hundreds of these00:59
sarnoldoh, hah, good question01:00
rovacAnother weird thing - at the previous attempt I got the message that I don't have ubuntu-desktop, which I don't, and that it therefore can't determine my Ubuntu version (?!), after which I installed ubuntu-desktop01:01
sarnoldthe upgrader depends upon ubuntu-desktop or ubuntu-server or ubuntu-minimal etc packages to be installed in order to do what it does01:02
JanCwell, do-release-upgrade or its GUI versions expect that01:02
rovacHow did it upgrade e.g. from 22.10 without one of these packages?01:03
rovacJanC what are you suggesting?01:03
sarnoldthe usual problem is trying to remove a package that you don't want, and then apt removes the metapackage too01:03
dragon_is there formatting tools in ubuntu?01:06
dragon_I am in lubuntu, but there is no activity in the support channel01:06
rovacNeedless to say, the tilix example above is not a third party package, nor did I touch it manually, perhaps it got automatically updated and that's it01:06
sarnolddragon_: what would you expect the tools to format?01:07
dragon_a usb drive, with some kind of document protection on it01:08
sarnoldrovac: this might help find the things: for p in $(dpkg -l | awk '/^ii/ {print $2; }' ) ; do apt-cache policy $p | grep ppa.launchpad && echo $p && apt-cache policy $p ; done01:08
dragon_well, generally external storage drives01:08
sarnolddragon_: fdisk cfdisk gpart01:08
dragon_I have gpart01:08
dragon_no, kde partition manager, sorry01:09
dragon_thanks, I shall search for the package01:09
JanCthat can be used to format too01:09
JanCif you want a GUI there is also GParted and gnome-disks01:10
JanCrovac: most likely there is something else that conflicts with something that tilix needs01:11
JanCthe actual conflicting package might be mentioned above those lines somewhere01:12
rovacAnd hundreds of these? I am running almost a vanilla Ubuntu, installed a dozen of programs mostly through GUI. This time I was really a good boy and stil ran into trouble.01:13
JanCsometimes 1 badly conflicting package can cause a dependency solver to get very confused...01:15
JanCand the GUI doesn't make that different really01:15
rovacGUI in the sense I wasn't doing anything exotic, just installed marketplace apps. But yeah, I see your point.01:16
rovacthere is also this>01:17
rovacERROR Dist-upgrade failed: 'The package 'update-manager' is marked for removal but it is in the removal deny list.'01:17
JanCokay, good thing it figured out that something was wrong there  :)01:17
sarnoldwow your system went pretty far off the rails :)01:17
sarnoldif this were my system, I'd be inclined to run: apt update   --- look for anything that's NOT the official ubuntu archive. go find those in /etc/apt/sources* files and comment them out. then apt update again, make sure those lines are gone, apt upgrade to get updates, and then try do-release-upgrade again01:19
JanCor ppa-purge those01:19
JanCthat should replace the PPA packages with official ones01:20
sarnold*nod* very good idea if the ppa has done silly things :)01:20
rovacsarnold Does the script you sent depend of whitespace or can I save it and run it like that01:21
=== tds3 is now known as tds
rovacfor p in $(dpkg -l | awk '/^ii/ {print $2; }' ) ; do apt-cache policy $p | grep ppa.launchpad && echo $p && apt-cache policy $p ; done01:22
sarnoldrovac: it should run just like that01:24
sarnoldyou can probably make it work with newlines in it but I'm not real good at that. I hate shell scripts so I never got good at them. :(01:24
rovacI'll try your apt update suggestion in the meantime or anything else you suggest, but before I spend weeks troubleshooting this - can you guys take a look at the logs so I don't follow the wrong clue. I could have picked wrong things from the logs to show here.01:26
JanCif you put the full log on a pastebin, yes01:27
sarnoldthe full logs are pretty brutal; the terminal output is usually a lot easier to work with01:31
rovacThanks a million!01:32
rovacI tried pastebin, it wont accept the 10k lines from apt.log sarnold I can see why you say that01:32
rovacI dont have the terminal output, I did the GUI upgrade01:33
sarnoldI don't think I've ever actually solved a problem with those logs ;( I really dislike em :)01:33
rovacI can try the do release upgrade if it's easier01:33
sarnoldopen a terminal, run do-release-upgrade, that will give you something that's easier to share around01:33
rovacRunning from the terminal didn't change much, I got the same error as from the UI. Here are the full logs https://1drv.ms/f/s!At_iiWOMX_Y0gbd1QUTfToDHyw9RAw?e=ilAyV102:24
sarnoldhow about the terminal output itself?02:25
sarnoldiirc it runs it in screen so it might not be very easy to collect it :/ but i'm really hoping it gives a nice summary :)02:26
sarnoldthese sources lists are way more usual than I expected. I feared a big pile of weird things.02:26
sarnoldrovac: how about sudo apt install ubuntu-desktop   ? see what errors that reports?02:27
rovacHere is the output from the terminal itself https://pastebin.com/R015VML102:28
rovacIt is a big pile in apt.log though, weird or not02:29
sarnoldrovac: heh, you weren't kidding, there's nothing here to help :(02:30
sarnoldI thought for sure I'd seen it give useful errors here in the past. bah.02:30
rovacI don't think I got any  errors while installing ubuntu-desktop02:30
sarnoldif that worked .. give it another try? heh02:31
rovachttps://pastebin.com/fUSDvUXe02:35
rovacI did try to upgrade the system after the ubuntu-desktop installation, that's how I got here :( Just kidding, I don't what would have happened without that step, maybe the same.02:37
sarnoldrovac: sheesh :( I wish I had some better ideas here. maybe ubuntu-bug do-release-upgrade   to file a bug report?02:40
rovac81I got disconnected, did anyone write to me after XX:3702:41
sarnold2024-05-24 02:40:01 < sarnold> rovac: sheesh :( I wish I had some better ideas here. maybe ubuntu-bug do-release-upgrade   to file a bug report?02:41
rovac81Sure, I will, I wanted to check with you guys first so I don't file a bug for nothing02:41
sarnoldthe last we saw from you was < rovac> I did try to upgrade the system ...02:41
rovac81I'll stay for a while more just in case JanC gets an idea, but it looks like a bug report it is02:42
JanCI would hope MS & Google don't put system packages in their repositories03:06
JanCbut we really need the logs from the resolver to see why it can't find a solution03:09
sarnoldJanC: https://1drv.ms/f/s!At_iiWOMX_Y0gbd1QUTfToDHyw9RAw?e=ilAyV103:09
JanCI don't have a Microsoft account03:09
rovacDid I miss anything?03:10
JanCthe MS Drive thing requires a login...03:15
rovacoh? I set the read access to everyone with a link, but maybe they meant everybody with a link and a MS account :D03:17
sarnoldJanC: oh? I saw it without trouble so I assumed it was wide open03:19
sarnoldnow I wonder if I've got an MS account :)03:19
rovacMS spies everywhere!03:20
rovacCan this bpa.st handle 800kB text?03:20
sarnoldif not, github gist might03:21
JanCmaybe it's because they aren't allowed to spy without an account in the EU03:21
rovacHere is the main.log, the smaller one https://bpa.st/5WZA03:23
sarnoldohhhhhhhhhhhhhhhhhh03:23
sarnoldalright, i'm off for the night, good luck03:26
rovacgist worked https://gist.github.com/nomen-pristinum/0d0e23c064010410a9b6ef5005c3b14403:27
rovacThanks, Arnold!03:27
rovacThank you for your help03:27
rovacJanC let me know if you can see the files now03:29
JanCI was checking the bpa one03:29
JanC2024-05-24 02:26:51,790 INFO No mail-transport-agent installed, marking gpg-wks-server for removal03:30
JanCrovac: the only thing I can think about to try is to remove all packages from the google/chrome-remote-desktop & microsoft/code repositories and then try again...03:43
rovacgladly, how do I do it03:45
rovacthere is also one stray package I cant remember any more, some proprietary piece of software I downloaded probably as .deb via FTP, can that be a problem and how do I get rid of it? And another similar to the google remote desktop, also cant remember its name. Can I list them somehow?03:49
rboxyou want to get rid of something you don't know what it is?03:53
Tingorovac: HI, what is your issue ? after installing Ubuntu-desktop .. can you not see GUI or what ?03:53
JanCtry: apt list --installed|grep -v mantic03:53
Perl_Langhi03:54
rovacThanks, Jan. rbox, I figure I would recognise these03:56
Perl_Langi your worst nightmare03:56
rovacTingo, I got an error while upgrading from 23.10, failed to calculate the upgrade03:58
rovacThis was likely caused by:03:58
rovac * Unofficial software packages not provided by Ubuntu03:58
rovacPlease use the tool 'ppa-purge' from the ppa-purge03:58
rovacpackage to remove software from a Launchpad PPA and03:58
rovactry the upgrade again.03:58
Perl_Langhuh?03:58
Tingo rovac: just pastebin this command $ history  .. it will show which commands you have been given before issue or after issue..03:58
=== catties is now known as Catty
rovacI ran the upgrade from UI, the prompt appeared after I booted03:59
Perl_Langai is weird these days. mostve slept for 30 years, correct?04:00
lotuspsychje!ot | Perl_Lang04:01
ubottuPerl_Lang: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!04:01
JanCrovac: I haven't found anything in the apt.log yet, but I'm going to get some sleep (it's actually early morning here by now), hopefully removing the 3rd party packages will solve your issue04:01
Perl_Langi use chatzilla04:02
rovacThis is the apt.log https://gist.github.com/nomen-pristinum/0d0e23c064010410a9b6ef5005c3b144 and this is the main.log from the upgrade logs one https://bpa.st/5WZA04:02
rovacThanks a million Jan, we are probably in the same timezone, this kept me up all night04:02
rovacthanks a lot for your assistance, I will log a bug if nothing works04:03
JanCthe apt.log is where to find the reasoning of the dependency solving algorithm04:04
JanCbut I need to be more awake for that than I am now  :)04:04
Tingonow you have stuck in middle that GUI is not loading because of un-completed upgrade ?04:04
rovacOf course, please get some rest04:04
rovacTingo, thankfully no, just a failed long awaited upgrade04:05
rovacI wonder if this is something worth reporting, also04:06
JanCrovac, before reporting, remove everything that didn't come from Ubuntu & try again; but if it still fail then...04:07
rovacAy, sir04:07
Tingo rovac: remove Ubuntu-desktop and then reboot it ..04:09
JanCTingo: no04:09
Tingothen will see04:09
rovacI started without it, it complained bc it couldnt get the version without it, so I installed it (I forgot about that step, sorry)04:10
Tingoyou should first upgrade Ubuntu with out GUI and then should install ubuntu-desktop..04:11
JanCTingo: stop04:11
TingoThe package 'update-manager' is marked for removal but it's in the removal deny list04:12
TingoDist-upgrade failed: 'The package 'update-manager' is marked for removal but it is in the removal deny list.'04:12
TingoWARNING Can't mark 'ubuntu-desktop' for upgrade (E:Unable to correct problems, you have held broken packages.)04:13
TingoJanC: $ sudo apt update .. what is it showing right now ?04:20
rovachttps://pastebin.com/mpJHneKz04:22
rovacbtw, I have just removed ubuntu-desktop04:22
rovachaven't rebooted bc I will go offline here04:23
Tingoso you want to upgrade from mantic 23.10 to 24.04 (Noble).. ?04:24
rovacthat's right04:24
rovacand it seems that the upgrade progressed more now that I have removed ubuntu-desktop04:25
rovacand tried again via command line04:26
=== peacefulman2 is now known as peacefulman
Tingo$ sudo cat /etc/update-manager/release-upgrades04:26
Tingoand also need to clean up apt ... $ sudo apt clean all04:27
rovacnormal04:28
rovacshall I cancel the cmd line upgrade (hit N) and clean up first?04:28
Tingocancel it.. dont upgrade now.. until i say..04:30
Tingoclean up first04:30
=== wdb7 is now known as wdb
rovaccancelled and attempted clean, unable to get a lock on var/lib/apt/lists04:31
Tingo$ ls -l /etc/apt/sourcelist.d/04:32
Tingounable to get a lock on var/lib/apt/lists menans ?04:33
rovac Could not get lock /var/lib/apt/lists/lock. It is held by process 27642 (noble)04:34
rovacoutput from cleaning04:34
rovacUnable to lock directory /var/lib/apt/lists/04:34
Tingohmm...04:35
Tingo$ sudo ps -aux | grep 2764204:36
rovacroot       27642  1.2  0.5 401044 82548 pts/4    Tl+  06:23   0:09 /usr/bin/python3 -s /tmp/ubuntu-release-upgrader-f5bs48zv/noble --mode=server --frontend=DistUpgradeViewText04:37
rovacnikola     29992  0.0  0.0  12316  2304 pts/0    S+   06:36   0:00 grep --color=auto 2764204:37
Tingo$ sudo kill -9 2764204:38
Tingo$ sudo apt clean all04:38
rovackilled the process and ran the clean all04:39
rovacno output from apt this time04:39
Tingook.. $ uname -a04:40
Tingoactually wanted to see which kernel are you running right now..04:41
rovacLinux Cheetah 6.5.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 26 11:23:57 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux04:41
rovacI had switched to OEM before to try and fix a sleep issue with Lenovo/AMD, bu that bork the brightness and other keyboard keys04:42
rovacbut that broke*04:42
Tingook now .. $ sudo apt update ; sudo apt upgrade04:43
Tingoand pastebin the output04:43
rovachttps://bpa.st/ZB5Q04:44
Tingoin last pastebin.. your $ sudo apt update was showing mantic .. now its showing noble .. in $ sudo apt update ?04:46
rovacwhat in the world04:47
rovacyes04:47
rovacactually I dont remeber what was before04:47
Tingohttps://pastebin.com/mpJHneKz04:47
Tingothis one was the last one..04:48
rovachttps://bpa.st/ZB5Q this one was now04:49
Tingowell, $ sudo apt install update-manager-core  .. havev to check this manager-core version04:49
rovacI did run do-release-upgrade but chose N when prompted to go fro the upgrade04:49
Tingo$ sudo cat /etc/apt/sources.list04:50
rovacthe apt upgrade is still running04:50
rovacshall I runn in parllel or wait04:50
Tingopress Y to $sudo apt upgrade..04:52
rovacsources list https://bpa.st/QR5Q04:52
Tingook, its upgrading packages .. after $ sudo apt upgrade  ?04:54
rovacyes, it prompted me to allow to restart services at will, I said Yes04:54
TingoYES..04:55
Tingoand did it said about NEW KERNEL message ?04:55
Tingoduring upgrading packages ?04:55
rovacI don't know, there is A LOT of output coming04:56
Tingoalways press YES during this current upgrading..04:56
rovacIt's unpacking everyting on earth, I  will save the output from the console and upload it somewhere if you need it, to much for clipboard and pastebins04:58
Tingonop, i meant like it had prompted you for restart service .. it might be show you same pop-up message about NEW Kernel..04:59
rovacAh, I see. There iis a new prompt: new version (/usr/share/unattended-upgrades/20auto-upgrades-disabled)  of configuration file /etc/apt/apt.conf.d/20auto-upgrades is available,  but the version installed currently has been locally modified.05:00
rovacWhat do you want to do about modified configuration file 20auto-upgrades?05:00
Tingoits asking about YES and NO ?05:01
rovacmultiple choice>05:01
Tingowhich ?05:01
rovac │           install the package maintainer's version │ keep the local version currently installed │ show the differences between the versions  │ show a side-by-side difference between the versions │05:03
rovac │           show a 3-way difference between available versions │   do a 3-way merge between available versions  │  start a new shell to examine the situation  │05:03
Tingokeep the local version was highlighted already ?05:03
ravageIf you dont remember doing any of those modifications yourself I would recommend installing the packagers version 05:04
rovacTingo, I think so< but I cant be sure, I possibleyclicked05:04
Tingoselect keep the local version currently installed..05:05
rovacravage, I think I didnt05:05
Tingobtw.. later on you can change/configure it later on by $ sudo dpkg-reconfigure unattended-upgrades05:06
rovacso package maintainers' or local?05:07
rovacoh, okay05:07
Tingowell, how many upgrades has been done yet ? out of 1593 ?05:07
rovacmore than half05:08
rovacalmost done05:09
Tingoany kind of Errors at the end ?05:10
Tingowell, after this.. for more verification. $ sudo apt dist-upgrade05:11
rovaca warning, interrupted before it could finish, probably pertaining to the last step05:12
Tingopastebins ..?05:12
rovacyou want the whole thing or just the last several lines05:12
Tingolast several lines05:12
rovachttps://bpa.st/5XOQ05:14
Tingo$ sudo apt update ; sudo apt upgrade05:15
Tingore-run again for verification05:16
rovacdist upgrade or upgrade05:16
Tingoboth..05:16
Tingofirst update and then upgrade05:17
rovacand then dist-upgrade?05:17
Tingowill see dist-upgrade after that..05:17
Tingopastebin first that $ sudo apt update ; sudo apt upgradate05:18
Tingo*upgrade05:18
rovachttps://bpa.st/4XFA update05:19
rovachow can I best give you the upgrade output? It's going to be big and ask for input05:20
Tingonop leave upgrade.. let it upgrade..05:21
Tingoif it shows errror again then pastebin... its now 677 packages..05:21
rovac0 upgraded, 0 newly installed, 0 to remove and 677 not upgraded.05:22
rovacthe UI also jumped in now to offer a partial upgrade, skipping 677 packages05:22
Tingok05:23
Tingo$ sudo apt disk-upgrade05:23
Tingo$ sudo apt dist-upgrade05:23
rovachttps://bpa.st/TVKA05:24
Tingohmm... thats why i had suggest that first upgrade Ubuntu and then install ubuntu-desktop05:26
Tingobtw.. as you said you have been removed ubuntu-desktop ..?05:26
rovacwhat do you figure happened?05:26
rovacyes, but didn't restart, in order to stay online05:27
Tingowell.. hmm.. $ lsb_release -a05:27
Tingoand $ uname -a05:28
rovacNo LSB modules are available. Distributor ID:    Ubuntu Description:    Ubuntu 24.04 LTS Release:    24.0405:29
rovacLinux Cheetah 6.5.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 26 11:23:57 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux05:29
Tingohmm.. its stil 6.5.0-35 Kernel05:30
rovacyes, I havent restarted the machine, should it which live?!05:31
Tingowell, sudo apt install update-manager-core05:31
Tingoyea, need to reboot it.. but first tell me update-manager-core version....05:31
rovachttps://bpa.st/IC5A05:32
Tingo$ sudo apt autoremove05:33
rovachttps://bpa.st/VWNA05:34
TingoY05:35
Tingoand after this.. $ sudo reboot05:35
rovacremoved a ot, processed trigers, no errors or warnings05:36
rovaca lot*05:36
Tingook.. reboot it..05:36
rovacif I reboot I will go offline05:36
rovacwill I be able to boot?05:37
Tingohope so... btw again $ sudo apt update ; $ sudo apt --list-upgradable05:38
rovacafter the reboot or now05:39
Tingonow05:39
Tingo$ sudo apt --listupgradable05:39
rovac660 packages can be up.05:39
Tingo$ sudo apt upgrade05:40
Tingobut also pastebin $ sudo apt --listupgradable05:40
Tingocopy its list..05:40
Tingoapt upgrade shown same errors or ?05:47
rovacNo, it's me who got stuck :D05:48
rovacand gedit05:49
Tingothis time apt-upgrade command didnt gave any error ?05:49
rovachad to > to a file, Tilix doesnt let me save05:49
rovachttps://bpa.st/HNNQ05:50
rovachavent run upgrade yet05:50
Tingobtw.. also give this comand $ sudo ldconfig05:50
rovacthis is apt list --upgradable05:50
rovacldconfig done, no output. Tell me when to proceed with upgrade.05:51
Tingo90% packages are related to ubuntu-desktop group..05:52
TingoY05:53
rovacdone, nicee and clean05:55
TingoGood..05:56
Tingoyou can now reboot it ..if you want to ..05:57
Tingotime to go .. :)05:57
rovacsure!05:57
rovacThanks a lot, Tingo, you are a magician05:57
rovacWhere are you from, btw05:58
TingoMost welcome !!05:58
rovac99% of paid products and services don't have support this good and dedicated, even people who couldn't solve it tried their best. Thanks!06:00
LuckyManhi, my camera isn't working on 24.0406:30
LuckyManBus 001 Device 002: ID 0408:4033 Quanta Computer, Inc. ACER HD User Facing06:32
nwoobIn fractional scaling 100% makes everything looks small and when I change it to 125% everything is too big. is there something in between?09:02
Walexscaling is not a good idea, better change the DPI.10:14
=== PasiZ1 is now known as PasiZ
maythdHello10:40
maythdim here10:41
tuxick\o11:16
dragon_what do you use to burn installable iso image on a usb stick?12:04
oerheksusb creator, standard in ubuntu12:04
oerheks!usb12:05
ubottuFor information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent12:05
j_w_t@dragon_  I use Ventoy.12:16
dragon_I see12:18
dragon_there are suppose to be a iso burning tool in lubuntu, but I can`t find it12:18
dragon_neither the checksum tool,12:18
dragon_It`s been a while since I did it, and I am such an amateur12:18
dragon_I have had upgrades from within a running buntu for too long12:19
dragon_j_w_t, is ventoy preinstalled?12:20
j_w_tNo.12:21
oerheks.. sure you can find usb creator.12:21
dragon_I have a startup disk creator12:23
oerheksthe same12:24
dragon_...I have to check md5 sum I think12:26
dragon_is it a must?12:26
dragon_...oh, in terminal...12:27
=== gschanuel5377 is now known as gschanuel537
mckanty32Hi, I just upgraded Ubuntu to 24.04 and my lxde panel is now broken - cut in half, systray not showing, see screenshot and logs:13:52
mckanty32https://mariuszkoniarz.pl/lxde_systray_not_showing.png https://mariuszkoniarz.pl/run.log    how to fix this?13:52
mckanty32on new account made for test this issue is this same13:52
tarzeaumckanty32: hmmm nie dobrze wyglonda13:57
BluesKajHiall14:05
carterI have a small 11'' keyboard with no del key. I wanted to create a shortcut to delete, but what command do I need?14:06
lotuspsychje!info input-remapper | carter14:07
ubottucarter: input-remapper (2.0.1-1, noble): Input device button mapping tool (metapackage). In component universe, is optional. Built by input-remapper. Size 2 kB / 9 kB14:07
NitrigaurUbuntu 24.04, upgraded from 23.10. I try to install the new ppa for Kicad 8, but even after adding it, apt still insists on installing the outdated 7.6 version. There is also a snap, but that package is not from the Kicad devs and it breaks showing components in 3D viewer.14:24
lotuspsychjeNitrigaur: the volunteers cant advice much on external ppa's14:24
lotuspsychjeNitrigaur: usualy we advice to keep the ubuntu repos vanilla on your system, to avoid conflicts or dependency errors14:25
oerheksppa:kicad/kicad-8.0-releases from https://www.kicad.org/download/details/ubuntu/14:26
oerhekshttps://launchpad.net/~kicad/+archive/ubuntu/kicad-8.0-releases14:27
Nitrigauroerheks, thank you for the link, but I've found both links already. That's how I added the ppa. apt policy kicad shows both versions, but even though I explicitly state the version I want with kicad=8.0.2-0 apt still offers to install version 7.6 without telling me why it does not comply with my stated version14:31
oerheksfrom what ppa does that 7.6 come from? delete it?14:32
Nitrigauroerheks, the previous ppa was from 23.10, but I have removed it from the sources list.14:32
oerhekssure? ls  /etc/apt/sources.list.d/14:33
Nitrigauroerheks,only kicad-ubuntu-kicad-8_0-releases-noble.sources is listed14:34
oerheksthen did you install something manuall?14:36
Nitrigauroerheks, no, I only used apt14:36
oerheksthen the apt version is 7.6, remove that one?14:37
oerheks!info kicad noble14:38
ubottukicad (7.0.11+dfsg-1build4, noble): Electronic schematic and PCB design software. In component universe, is optional. Built by kicad. Size 35,272 kB / 146,189 kB. (Only available for any-amd64, any-i386, arm64, armhf, mips64el, powerpc, ppc64, ppc64el, riscv64.)14:38
ioriaNitrigaur, have you tried the testing build ? ppa:kicad/kicad-8.0-nightly14:43
Nitrigauroerheks, this situation has probably to do something with the upgrade from 23.10 yesterday. It did not go smoothly at all. I had to go into rescue mode to complete the upgrade.14:43
Nitrigaurioria. no, I stuck to the release build mentioned on the Kicad website.14:43
Nitrigaurioria, ppa:kicad/kicad-8.0-releases to be precise.14:45
oerheksso your issue is upgrade stuff. maybe time for a fresh install?14:45
Nitrigauroerheks, maybe so, but that would cost a lot of time, since I have a lot of programs installed and all my volumes are encrypted14:47
ioriaNitrigaur, apt-cache policy  kicad14:48
Nitrigaurioria, I'll make a pastebin of the output, but only two versions are mentioned, 8.0.2-0 and 7.0.11., not any version starting with 7.614:50
Nitrigaurhttps://dpaste.com/CH2L2W7U314:50
ioriaNitrigaur, and if you apt install kicad it will give you 7 , right ?14:51
Nitrigaurioria, right14:53
ioriaNitrigaur, can you paste the /etc/apt/spurces.list.d/kicad-ubuntu-kicad-8_0-releases-noble.sources ?14:53
ioriaNitrigaur, can you paste the /etc/apt/sources.list.d/kicad-ubuntu-kicad-8_0-releases-noble.sources ?14:53
Nitrigaurioria, sure :-)14:53
oerheksmaybe you need the full name, kicad=8.0.2-0~ubuntu24.04.114:56
Nitrigaurioria, https://dpaste.com/4VT8LCQ7N14:58
ioriaNitrigaur, change 'Suites: noble'  with 'Suites: devel'14:59
ioriaNitrigaur, sudo apt update ; apt -s install kicad15:00
Nitrigauroerheks, ioria, it works now, just with a normal apt install kicad and without changing the Suites to devel.15:00
ioriaNitrigaur, ah, ok15:01
Nitrigaurioria, I'd like to understand more *why* it failed before, but for that I have to refer to the apt install logs. Anyhow, ioria, oerheks, thanks once again, you are treasures within this community.15:02
ioriatime15:02
ioriaNitrigaur, no problem15:03
=== ch0ps3y is now known as Guest1101
baughmanGood morning!16:00
seberfhallo17:06
junyxHow do you pronounce sexp?17:14
lotuspsychjenot a topic for here junyx17:15
junyxWrong channel sorry17:15
tarzeaumckanty32: hmmm nie dobrze wyglonda17:36
grolongodo you guys also have network drives not showing in the dock?17:54
oerheksbetter ask your real question?17:57
ioriagrolongo, where are mounted ?17:57
oerheksubuntu version, how did you mount that drive17:57
grolongoUbuntu 24.04, using fstab17:59
ioriagrolongo, the mountpoints ?17:59
grolongolike this: //192.168.1.30/share /​media/grolongo/share cifs vers=3.0,credentials=/home/grolongo/.smbcredentials18:00
grolongoI also have my .smbcredentials made and triple checked the login/password18:00
grolongofolders created as well18:01
grolongoI also checked the fstab line with my other Ubuntu machine running 22.04, which is identical, and it works fine on the older LTS.18:02
lotuspsychjegrolongo: are they enabled in gnomes settings>/dock behaviour?18:02
grolongoyes18:02
grolongonetwork drives, external drives are enabled18:02
lotuspsychjei actualy had issues adding an internal 2nd ssd in noble too18:02
grolongo gsettings get org.gnome.shell.extensions.dash-to-dock show-mounts-network18:02
oerheksis .smbcredentials owner root, permissions 0600 ?18:02
grolongoreturns true18:02
lotuspsychjefrom disk-tools automount didnt want to add the lines in fstab18:02
grolongooerheks: that as well. correct permissions.18:03
=== zer0bitz_ is now known as zer0bitz
harry33hello: I have a dell 4 core machine that I put 22.04 on maybe 7-8 months ago. It keeps wanting to run a broken install of - ubuntu restricted extras - and says to let terminal fix it - when i try to do so - it keeps asking. thanks.. no , om not on that machine at this time - i will copy any text for later fixes - thanks.18:55
harry33I tried uninstalling and re-installing - through the resident installer - to no avail.18:57
harry33I looked into logs - nothing.18:57
=== Alpha is now known as Azul
=== Azul is now known as Allpha-
=== Allpha- is now known as Alpha_
=== Alpha_ is now known as Alpha`
neoliI need help: Partial upgrade to ubuntu 24.04 from 23.10, FS only accessible in recovery mode as root + wifi may be down.20:11
neoliI can log in to recovery mode, filesystem is read and write, unsure that ‘network’ enables it.20:12
neolithe whole problem can be read here: https://privatebin.at/?daf7838c931e9b89#6HtPcpT8wJ2ykjjPtT8xc81aVdLPWrXyrKwwo87ACxWk20:13
oerhekswhat a weird paste20:19
neoliif you mark the text, you can read it20:36
giosasasasaciao21:22
chonkinI have a workstation with  22.04-1  kernel  6.5.0-35-generic  .   It is freezing on  boot and does not even reach the GUI.21:32
chonkinhere is my journalctl    https://bpa.st/5YIA21:32
chonkinI'm getting  "Failed to start Service for snap application kclock.kclockd".     Several timeouts occur waiting for a reply from ntp.ubuntu.com.   The computer then freezes dead until I reset it with the power button.   This freeze occurs during boot.21:44
cbreakwonder what kclock is21:52
oerheksboot in safe mode, remove that snap?21:53
cbreakthat's what I'd also suggest. https://wiki.ubuntu.com/RecoveryMode21:54
oerhekspublisher is KDE, https://snapcraft.io/kclock21:55
oerheksoh, and a changelog in snapstore before downloading would be great21:56
cbreakweird, you don't need snap to get a clock in kde... ah well, what ever, probably nothing lost removing it21:56
oerheksme hope this one gets fixed https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/205511421:57
-ubottu:#ubuntu- Launchpad bug 2055114 in fail2ban (Ubuntu Noble) "fail2ban is broken in 24.04 Noble" [High, Confirmed]21:57
cbreakoerheks: I use deadsnakes ppa python for a ton of things that don't work on 3.12 yet, or are too annoying to update21:59
chonkinI found  kclock 23.08.3 Rev 21   on this machine.       How can I remove that snap pkg without it sneaking back into the system?22:05
cbreakchonkin: with snap remove?22:06
cbreakit's not something ubuntu installs on its own22:06
chonkincbreak  I think i just need to stop it from loading a service at boot.  This kclock is the most likely  cause of a freeze during boot22:07
cbreakit won't start if it's not there :)22:07
cbreakotherwise, snap disable might do it ...22:07
oerhekssafe mode prevents those starting22:07
oerheksa/k/a/ single user mode22:08
rawrmonsterI am having issues getting docker compose to work. When I run docker-compose up --build -d on a compose file I get "docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'"22:24
pragmaticenigmarawrmonster: sounds like a question to send to #docker or a channel. Also... would help if you post a link to a paste of your docker compose file.22:30
chonkincbreak  okay the kclock was successfully removed.   The machine still freezes on boot.22:46
chonkinI can't see anything wrong in the journalctl   https://bpa.st/4KXQ22:46
chonkinYou can see me wait for 20 seconds for the machine to respond  at 18:28:02   "Power key pressed."22:47
chonkinI am stumped.  My best guess is  this event logged at22:49
chonkinMay 24 18:27:06 my.netw.com systemd[1]: Received SIGRTMIN+21 from PID 487 (plymouthd).22:49
cbreakcan you switch to an other tty and log in there on the text console?22:50
cbreakand look around with systemctl status or so?22:50
chonkincbreak me?22:51
cbreakyes22:52
chonkincbreak   https://bpa.st/B5HA22:56
cbreakno failed units23:15
cbreakbut doesn't look like everyone's there23:15
cbreakyou're still in recovery mode23:15
chonkinyep.  The machine is freezing on boot during normal boots23:17
oerheksthen journalctrl -b -1 gives previous boot logs23:20
chonkinyes.  I went back to find the boot that involved pressing the power button23:20
cbreakyou can't switch to an other tty when the boot process hangs?23:26
chonkinalright it is hanging right now.  What should I try?23:26
cbreakpress ctrl-alt-f4 or so, to try to switch to tty423:27
chonkinctrl-alt-f4  has no effect.   ( Well. it made the blinking cursor freeze. No other signs. )23:28
cbreakI'd probably try to install / setup sshd in the recovery env and check if it works during the "frozen" boot23:31
cbreakbut this looks very weird23:31
Tingocbreak: Which Ubuntu Version are you running ? and With GUI or Without ?23:33
Tingocbreak: Where is it get Hang.. on Login Prompt/Window or During booting?23:34
chonkinit hangs before any GUI appears.    22.04-1  ,  6.5.0-35-generic23:38
cbreakTingo: it's chonkin's problem, not mine23:40
Tingocbreak : oh Sorry...23:41
Tingochonkin: during Boot.. do you see any Error or Red Color message Regarding Services etc ?23:42
TingoWhat was the last configuration you did and it start happening ?23:45
chonkinThis time i waited 1min8sec   before pressing the power button.   https://bpa.st/BIRA23:46
chonkinMay 24 19:35:02 my.netw.com systemd-logind[999]: Power key pressed.23:46
chonkinThis is the only part that seems off to me ,  but this was neither an error, failure, nor warning23:49
chonkinMay 24 19:23:24 my.netw.com systemd[1]: Started crash report submission.23:49
chonkinMay 24 19:23:24 my.netw.com systemd[1]: kerneloops.service: Found left-over process 1235 (kerneloops) in control group while starting unit. Ignoring.23:49
chonkin"left-over process."   "unclean termination"   "service implementaiton deficiencies"23:54
chonkinalright.  I am at work and I need to leave the premises and get to stores before the close for the evening.23:56
chonkinI am on a latop, so I wlil be closing IRC and wlil not see your messages  to me23:56
chonkinI wll not be able to work on this tomorrow, as my car is getting repaired23:56
chonkinI will (maybe) be back to work on this on Sunday23:56

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