Guest53 | hello | 00:21 |
---|---|---|
Guest53 | i have a problem with my shell | 00:22 |
leftyfb | Guest53: you'll need to provide more info | 00:24 |
Guest53 | Generally it is in English, but strangely some commands give messages in my local language | 00:24 |
leftyfb | Guest53: https://stackoverflow.com/a/43953994/21184493 | 00:25 |
Guest53 | thanks, i have written only LC=C now it works with LC=C LC_CTYPE=C | 00:29 |
Guest53 | how can i fix Warning: modules_install: missing 'System.map' file. Skipping depmod.? | 00:30 |
Guest53 | i have compiled a new kernel module | 00:31 |
Guest53 | and modprobe: FATAL: Module r8152 not found in directory /lib/modules/6.8.0-48-generic | 00:31 |
=== Guest53 is now known as BlackMage | ||
=== BlackMage is now known as Guest1726 | ||
=== Guest1726 is now known as BlackMage | ||
=== y0sh- is now known as y0sh_ | ||
=== carlos is now known as Guest6689 | ||
logan__ | hi | 03:09 |
logan__ | Anyone there> | 03:09 |
=== poorboy_ is now known as poorboy | ||
Apachez | nope | 03:21 |
luvbuntu | hey chris_ :-) | 03:36 |
chris_ | Hey | 03:36 |
chris_ | This a safe place for newbies? | 03:36 |
luvbuntu | Any place is a good place when you proxy up | 03:37 |
chris_ | I'm struggling to find an answer to my question with just google.... | 03:38 |
chris_ | I have a zip of an application i need to put where it can be accessed via apache... not sure which folder is going to be able to be accessed because I'm still not 100% on the file strctures yet | 03:39 |
luvbuntu | I can only think localhost | 03:40 |
luvbuntu | Ask ubottu | 03:41 |
chris_ | I have no idea what ubottu is | 03:41 |
=== mantraofpie_ is now known as mantraofpie | ||
luvbuntu | ubottu is the channel robot. I forgot how to activate ubottu because I haven't been on IRC in years. | 03:42 |
luvbuntu | start here https://wiki.ubuntu.com/IRC/Guidelines and, Welcome to IRC. | 03:44 |
chris_ | thanks! | 03:45 |
luvbuntu | What distro are you on chris_ | 03:48 |
chris_ | Ubuntu | 03:54 |
chris_ | latest version... | 03:54 |
chris_ | just installed it to try and see if I can make something work for the local boys and girls club | 03:55 |
chris_ | So I'm quickly trying to learn apache, PHP, and Postgresql | 03:56 |
=== HER_ is now known as HER | ||
mrec | Ubuntu Linux Kernel 6.8.0 should be revoked immediately. I did apt-get source linux-image-unsigned-6.8.0-generic and got 6.8.2 which fixes the critical USB bug | 03:58 |
mrec | I compiled 6.8.2 and tested it - no NULL ptr issue with USB devices anymore | 03:59 |
mrec | 6.8.0 is a serious safety issue | 03:59 |
mrec | 6.8.0-48 = serious safety issue | 04:00 |
luvbuntu | I'm on 6.11. I think it's not phased anymore. | 04:01 |
mrec | just plug in a usb device into a slightly worn out usb port and the entire system might crash... or a defect usb keyboard, mouse... | 04:01 |
mrec | luvbuntu: that's not stock ubuntu no? | 04:01 |
luvbuntu | I created a bootable flash from kubuntu.org and dual booted. 24.10 | 04:02 |
mrec | I have 3 NULL PTR USB crashes in my kern.log (I suspected it was a defect ssd...) the defect connection will trigger a null ptr in the xhci driver, shortly afterwards the system will freeze due to followup issues | 04:03 |
mrec | ups issue still there :D | 04:17 |
mrec | shorting D+ and D- on a USB device can trigger it | 04:18 |
mrec | [ 4107.779767] xhci_hcd 0000:00:14.0: virt dev = NULL drivers/usb/host/xhci.c xhci_check_bw_table 2428 | 04:18 |
mrec | [ 4107.779774] BUG: kernel NULL pointer dereference, address: 0000000000000000 | 04:18 |
mrec | [ 4107.779777] #PF: supervisor read access in kernel mode | 04:18 |
mrec | [ 4107.779780] #PF: error_code(0x0000) - not-present page | 04:18 |
luvbuntu | mrec chatGPT is your friend lolol | 04:21 |
mrec | I debugged it far enough to know where the issue is and what's happening | 04:28 |
mrec | I can only shake my head to see that happening because it was added recently for decades this did not exist | 04:29 |
mrec | ok for decades most people were using ehci.. but even with xhci this was no problem for many years | 04:29 |
luvbuntu | I wonder why xchat isn't in the repo anymore. I like it better than hexchat. | 04:29 |
mrec | I use irssi | 04:29 |
luvbuntu | I used that before. I should switch back to it. | 04:30 |
mrec | I never got used to xchat .. and that was 20 years ago | 04:31 |
luvbuntu | I loved mIRC for windows too back in the day. | 04:31 |
chris__ | time to reboot and hope for the best on my setup | 04:32 |
chris__ | thanks and have a great night | 04:32 |
tomreyn | mrec: please file a bug report, if you haven't. | 08:09 |
mrec | I sent it to the LKML for discussing it, my system is freaking slow on compiling I fixed the bug here already | 08:17 |
mrec | it's clearly reproducible, I can take down any system from 6.8.0+ just by plugging in a USB device | 08:18 |
mrec | I did not check earlier versions so I don't know how long that bug has been there | 08:19 |
lotuspsychje | mrec: did you file a bug yet? | 08:19 |
mrec | I sent it to the LKML and linux-usb mailinglist, the fix is simple but I need to do more tests | 08:19 |
tomreyn | thanks | 08:19 |
mrec | putting all the drivers into the kernel and activating them is such a nonsense... | 08:20 |
mrec | I took the ubuntu kernel and removed all the non necessary modules from my system already | 08:20 |
lotuspsychje | mrec: usualy when volunteers ask to file a bug, they reccomend to file it on the ubuntu side first, via launchpad so the ubuntu developers can be aware of the issue | 08:34 |
lotuspsychje | mrec: once the bug exist for ubuntu, you can start going upstream and test yourself and point it on the ubuntu bug | 08:35 |
mrec | I can submit a patch later... first that kernel needs to finish compiling here | 09:01 |
Guest38 | Hi | 09:34 |
=== Guest38 is now known as Elisa02 | ||
lotuspsychje | welcome Elisa02 | 09:35 |
lotuspsychje | what can we do for you? | 09:35 |
Lana | Hi | 09:53 |
tomreyn | hello Lana | 09:53 |
=== mike is now known as Guest4687 | ||
=== iwannaberoot6 is now known as iwannaberoot | ||
xbox | htps/google.com | 12:06 |
worker | i just keep coming back to Ubuntu | 12:26 |
uppatowen | yeah me too, or a variant. lubuntu is a small distro for older kit | 12:26 |
worker | Every time I try Fedora, or Garuda or something else, I always come accross some quirk that lands me right back here. | 12:34 |
=== worker is now known as sdfasf2234 | ||
BluesKaj | Hi all | 12:40 |
kuka_lie | hi Blueskaj | 12:46 |
BluesKaj | hi kuka_lie | 12:46 |
=== jelly-home is now known as jelly | ||
worker | kjh | 13:05 |
=== PasiZ5 is now known as PasiZ | ||
=== malik is now known as NewNickname | ||
=== Andre is now known as Guest9454 | ||
Guest9454 | Hi I got a message to report a bug: | 14:15 |
Guest9454 | ould not install '/tmp/apt-dpkg-install-n7akET/49-xdiagnose_3.8.10ubuntu0.1_all.deb' | 14:15 |
Guest9454 | The upgrade will continue but the '/tmp/apt-dpkg-install-n7akET/49-xdiagnose_3.8.10ubuntu0.1_all.deb' package may not be in a working state. Please consider submitting a bug report about it. | 14:15 |
Guest9454 | unable to open '/usr/lib/systemd/system/failsafe-x.service.dpkg-new': No such file or directory | 14:15 |
tomreyn | hi Guest9454 | 14:17 |
Guest9454 | Hi | 14:17 |
tomreyn | which ubuntu version is this? | 14:18 |
Guest9454 | 24.04 | 14:18 |
tomreyn | !bug | Guest9454 | 14:18 |
ubottu | Guest9454: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. | 14:18 |
tomreyn | so you want to run ubuntu-bug xdiagnose | 14:19 |
=== malik is now known as NewNickname | ||
Guest9454 | Ok, I will try | 14:19 |
=== NewNickname is now known as Malik2012 | ||
Malik2012 | hello | 14:20 |
Malik2012 | i am new to linux | 14:20 |
Malik2012 | what is this | 14:20 |
Malik2012 | chat thing | 14:20 |
Guest9454 | I got this: | 14:20 |
Guest9454 | Gtk-Message: 15:19:57.953: Failed to load module "xapp-gtk3-module" | 14:20 |
leftyfb | Malik2012: this is an ubuntu support channel. If you're looking to chat, /join #ubuntu-offtopic | 14:20 |
Guest9454 | Now I get this after I answer the popup to add it to a bug report: | 14:22 |
Guest9454 | Gtk-Message: 15:20:53.659: Failed to load module "xapp-gtk3-module" | 14:22 |
Guest9454 | Gtk-Message: 15:20:53.659: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it. | 14:22 |
Guest9454 | [139881, Main Thread] WARNING: GTK+ module /snap/firefox/5273/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded. | 14:22 |
Guest9454 | GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.: 'glib warning', file /build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:187 | 14:22 |
Guest9454 | (firefox:139881): Gtk-WARNING **: 15:20:53.744: GTK+ module /snap/firefox/5273/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded. | 14:22 |
leftyfb | !paste | Guest9454 | 14:22 |
ubottu | Guest9454: For posting multi-line texts into the channel, please use https://bpa.st | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. | 14:22 |
Guest9454 | I will explain what happerned whenI upgraded from 22.04 to 24.04: | 14:24 |
Guest9454 | At some point there was a question about differences in configs and I tried to see the differences. When exiting with cntl-Z I also exited the upgrade process | 14:24 |
Guest9454 | I was using the terminal to upgrade. Maybe its a good idea to block cntl-Z/C in the upgrade script. | 14:25 |
sprokkel | Guest9454: you can bring the process back with the fg command. | 14:26 |
Guest9454 | Just fg? | 14:26 |
sprokkel | first run jobs | 14:26 |
sprokkel | then see what id it has | 14:26 |
sprokkel | then fg id | 14:26 |
sprokkel | e.g. fg 1 | 14:26 |
Guest9454 | jobs returns nothing in the terminal | 14:27 |
Guest9454 | I upgraded 1 month ago, not now | 14:27 |
DarkLordofDebian | lol | 14:27 |
sprokkel | hehe | 14:27 |
sprokkel | fg only works at the moment itself. | 14:28 |
leftyfb | Guest9454: verify you only have noble repos in /etc/apt/sources.list then rn: sudo apt update ; sudo apt full-upgrade | 14:28 |
Guest9454 | I see | 14:28 |
Guest9454 | This is the /etc/apt/sources.list: | 14:30 |
Guest9454 | # deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted | 14:30 |
Guest9454 | # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | 14:30 |
Guest9454 | # newer versions of the distribution. | 14:30 |
Guest9454 | deb http://nl.archive.ubuntu.com/ubuntu/ noble main restricted | 14:30 |
Guest9454 | # deb-src http://nl.archive.ubuntu.com/ubuntu/ xenial main restricted | 14:30 |
leftyfb | Guest9454: stop pasting here | 14:30 |
sixwheeledbeast | pretty sure the pager is more at that point so Q would exit the differences, just for future reference. | 14:31 |
Guest9454 | Ok, where to paste? | 14:31 |
leftyfb | !paste | Guest9454 | 14:31 |
ubottu | Guest9454: For posting multi-line texts into the channel, please use https://bpa.st | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. | 14:31 |
sixwheeledbeast | a pastebin (see topic) | 14:31 |
Guest9454 | ok | 14:32 |
sreve | Hello everybody. I use a nvme in a pcie x4 / 5 slot and it is set to Version 5 in the BIOS also. But the speed is only around 5 GB/s but it should be around 12 GB/s. Any ideas where I can start to solve thew issue? | 14:34 |
Guest9454 | See result of the "sudo apt update ; sudo apt full-upgrade" here "https://bpa.st/7C4Q" | 14:35 |
leftyfb | Guest9454: remove xdiagnose | 14:36 |
Guest9454 | ?? | 14:36 |
leftyfb | Guest9454: sudo apt remove xdiagnose | 14:36 |
Guest9454 | ok, removed and now? | 14:37 |
leftyfb | Guest9454: sudo apt update ; sudo apt full-upgrade | 14:37 |
Guest9454 | ok, here is the result: 'https://bpa.st/ZAIQ' | 14:38 |
leftyfb | Guest9454: ok, sudo apt autoremove # to remove those packages you don't need anymore. Then you should be in a more stable state | 14:40 |
babuula | Hi! I'm asking is there a tool to save changes when using a live-cd, so i wouldn't need to configure it all again after a reboot. | 14:40 |
leftyfb | babuula: install ubuntu | 14:40 |
Guest9454 | I did a 'sudo apt autoremove' to remove the unused packages | 14:40 |
lotuspsychje | there are known bugs on xdiagnose | 14:42 |
lotuspsychje | bug #2084825 | 14:43 |
-ubottu:#ubuntu- Bug 2084825 in xdiagnose (Ubuntu) "xdiagnose package failure" [Undecided, Confirmed] https://launchpad.net/bugs/2084825 | 14:43 | |
oerheks | apt mark the previous version, might work, see #8 https://bugs.launchpad.net/xdiagnose/+bug/2083754 | 14:43 |
-ubottu:#ubuntu- Launchpad bug 2083754 in xdiagnose "Failed to upgrade xdiagnose (3.8.10ubuntu1) over (3.8.10)" [Undecided, New] | 14:43 | |
leftyfb | Guest9454: do you need xdiagnose? | 14:43 |
Guest9454 | Not that I know, I have not used it I think | 14:44 |
leftyfb | ok, then you should be good now | 14:44 |
Guest9454 | thx! | 14:44 |
babuula | leftyfb: not possible right now, using live-cd. | 14:47 |
oerheks | live iso is read only, maybe there are tools that can write the iso and use the unused space as storage | 14:48 |
oerheks | !usb | 14:48 |
ubottu | For 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/LiveUsbPendrivePersistent | 14:48 |
sprokkel | babuula: https://help.ubuntu.com/community/LiveCD/Persistence (In persistent mode changesare saved to the livecd | 14:49 |
oerheks | it is called persistent. | 14:49 |
leftyfb | which requires recreating the usb flash drive from scratch, which requires an OS running not from said USB | 14:49 |
sprokkel | i thought you can add persistent mode in grub menu for each run? | 14:50 |
oerheks | live iso got no grub installed, IIRC. | 14:51 |
leftyfb | sprokkel: and where does the OS store it's saved state? On the read-only iso written to the usb? | 14:52 |
sprokkel | is was reading this : https://sparks.gogo.co.nz/persistent-ubuntu-xubuntu-livecd-howto.html | 14:55 |
oerheks | better use our wiki.. | 14:56 |
leftyfb | Yes, you need a writable storage that isn’t the usb you’re booting from unless you repartition the usb | 14:57 |
babuula | sprokkel: i have no usb-stick to format and i don't really want to use the casper-rw method. i wonder is there a third party software for it? | 14:58 |
sprokkel | babuula: what other OS do you have access to on that computer? | 14:59 |
andre_ | use arch | 14:59 |
andre_ | not ubuntu | 14:59 |
sprokkel | Virtual Machine it? | 15:00 |
andre_ | yes | 15:00 |
babuula | sprokkel: no other os, i'm on livecd because had some data loss sort of. tried the unattended install of ipfire, it changed the partition table and overwrote some data. | 15:01 |
sprokkel | hmm, i see. | 15:02 |
oerheks | andre_, use ubuntu, stop advertising arch in the official support channel, thanks. | 15:05 |
andre_ | everybody | 15:10 |
andre_ | uninstall ubuntu install arch | 15:10 |
* mgedmin reaches for the /ignore command | 15:10 | |
ravage | are we still entertaining the troll? | 15:11 |
andre_ | we love arch | 15:11 |
andre_ | ARCH ARCH ARCH ARCH ARCH | 15:11 |
rud0lf | i prefer columns | 15:12 |
DarkLordofDebian | Everyone uninstall Arch, install Debian. lol | 15:12 |
leftyfb | lets stay on topic here please | 15:12 |
andre_ | why cant i adveritse arch | 15:14 |
leftyfb | andre_: you've been warned countless times and been removed from this channel multiple times. You obviously don't belong here. Take it elsewhere | 15:14 |
Kangarooo | how to see software sources in gui? im on kubuntu | 15:23 |
Kangarooo | so why i have chrome not updating for month? also i don get chrome updates but this error i get for month https://imgur.com/a/kubuntu-chrome-something-changed-Cu60JUO | 15:26 |
ozz1 | meybe is the repo changed | 15:27 |
oerheks | in muon, there is a button 'configure softwaresources' | 15:27 |
lotuspsychje | Kangarooo: chrome is not an official ubuntu package | 15:27 |
lotuspsychje | chromium is | 15:27 |
Kangarooo | opening that link opens chrome deb download link. but i have already cat /etc/apt/sources.list.d/ | 15:27 |
Kangarooo | google-chrome.list.distUpgrade google-chrome.sources | 15:27 |
Kangarooo | why would i install again new deb? this is bug i want to report that in case for computer have set up user with no admin rights and admin to auto update then at some point it has stopped working to update and need to install ned deb file with new sources? | 15:29 |
andre_ | /join #libera | 15:29 |
andre_ | should i not replace my ubuntu installation with arch | 15:29 |
andre_ | i want a super stable linux distro | 15:29 |
oerheks | andre_, ask in #arch, thanks | 15:30 |
DarkLordofDebian | lol | 15:31 |
DarkLordofDebian | Kangarooo, Well, if you have your Google settings backed up to Google, then installing a new deb file is no biggie. Once you have reinstalled, sign back in to Google, and it will restore every setting you had set. | 15:34 |
DarkLordofDebian | Kangarooo, But, as lotus said up above... Chrome isn't an official ubuntu package, so you would want to file the bug report with them, not Ubuntu. | 15:35 |
oerheks | don't use that button on their page, run proper updates; sudo apt update && sudo apt dist-upgrade | 15:37 |
babuula | what was the channel for programming requuests again? | 15:50 |
oerheks | # programming perhaps? | 15:50 |
oerheks | python c++ rust.. | 15:51 |
=== gschanuel66 is now known as gschanuel6 | ||
=== bob is now known as Guest5292 | ||
=== Guest5292 is now known as bob | ||
=== bob is now known as Guest1871 | ||
Guest53 | i have no audio device with "Intel 7 Series/C216 Family High Definition Audio" | 17:00 |
=== Guest53 is now known as BlackMage | ||
=== BlackMage is now known as Guest499 | ||
oerheks | weird, it should be supported. | 17:02 |
Guest499 | yes it should | 17:02 |
oerheks | open terminal: alsamixer # and see if something is muted, else F6 select soundcard | 17:03 |
tomreyn | you could pick a nickname which is not already registered. something more unique, maybe. | 17:03 |
Guest499 | its my nick | 17:03 |
=== Guest499 is now known as BlackMage2 | ||
oerheks | some try installing firmware-sof-signed alsa-ucm-conf, but it is not confirmed to be the answer. it should work OOTB | 17:09 |
=== BlackMage2 is now known as BlackMage | ||
BlackMage | why my audio chip is not detected? | 17:20 |
DarkLordofDebian | BlackMage, What audio chip are you using? | 17:23 |
BlackMage | Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04) | 17:24 |
BlackMage | integrated | 17:24 |
DarkLordofDebian | BlackMage, I don't know if this will help or not https://askubuntu.com/questions/1515113/intel-corporation-7-series-c216-chipsetcontroller-not-working-in-ubuntu | 17:27 |
DarkLordofDebian | Good luck, either way. I hate bugs like this. | 17:27 |
BlackMage | puh, my device is not detected | 17:28 |
BlackMage | idk why | 17:28 |
oli_b | Hi all | 17:29 |
oerheks | open terminal: alsamixer # and see if something is muted | 17:33 |
oerheks | BlackMage, ^^ | 17:33 |
BlackMage | I'm on Linux 6.8 kernel support should only be removed with Linux 6.12? | 17:33 |
oerheks | stay on the kernel provided | 17:34 |
tomreyn | Blackmage may be missing firmware-sof-signed | 17:52 |
oerheks | tomreyn, maybe, i read that too "some try installing firmware-sof-signed alsa-ucm-conf " but it is not confirmed to be the answer. | 18:00 |
tomreyn | right, it's just one of many possible reasons. | 18:05 |
pythonthegreates | hello? | 18:53 |
Rackj | hi | 18:53 |
Rackj | how are you? | 18:53 |
pythonthegreates | i'm good how are you? | 18:53 |
pythonthegreates | what is this | 18:53 |
Rackj | good | 18:53 |
Rackj | exploring | 18:54 |
oerheks | do you have an ubuntu support question? | 18:54 |
Rackj | wo connect with brasirc? | 18:56 |
jluc | i dont like nautilus "Open folder" now displaying a sub-menu asking whether it should open here / new window / new tab | 19:06 |
oerheks | i see no options in gsetting org.gnome.nautilus.preferences | 19:11 |
=== spinningCat is now known as pepperao | ||
=== pepperao is now known as spinningCat | ||
jsmooth2 | I'm not getting any answers in #npm, could I ask a question here? | 20:48 |
rbox | does it have anyting to do with ubuntu? | 20:50 |
syphyr | if it doesn't have anything specifically to do with ubuntu, then try #linux | 20:54 |
JanC | or ##programming | 21:01 |
JanC | but always be patient when asking questions on IRC, and remember it's Sunday afternoon/evening in many parts of the world :) | 21:02 |
jluc | :-) | 21:02 |
jluc | this weekend i changed computer and moved from U22 to U24 | 21:03 |
jluc | and now, the https://news.google.com page looks awkward | 21:03 |
* rbox gives jluc a gold star | 21:03 | |
jluc | ? | 21:04 |
jluc | the news page is very clean since there is only the main column | 21:04 |
jluc | but the sub-diaporamas are 'dead' (i cant change their views) | 21:05 |
jluc | i'd better show : https://pic.infini.fr/lFI5lQ4J/gK8I259s.png | 21:07 |
jluc | hmm i'll ask on #firefox | 21:08 |
oerheks | jluc, i bet it is ublock origin lolz | 21:25 |
oerheks | you have got warnings .. | 21:25 |
oerheks | good luck finding an ad blocker that works | 21:26 |
jluc | well it's still ok on current firefox (132.0.2) | 21:27 |
jluc | the issue was a personnal rule that i added | 21:27 |
jluc | (and i guess news.google has changed its layout) | 21:27 |
=== mw1144 is now known as darkgreen | ||
jluc | there are so many things to import, reinstall, re-organize, check and sometime fix | 21:28 |
jluc | when changing computer | 21:28 |
jluc | pfff glad i might have soon finished | 21:28 |
jluc | last issue is declaring a 50Go thunderbird profiles folder | 21:29 |
jluc | it looks like i have to open each of the hundreds of mail folder first | 21:29 |
jluc | so the cache updates | 21:29 |
jluc | before i can request to receive the new incoming mails | 21:30 |
oerheks | not really an ubuntu issue | 21:30 |
jluc | agree | 21:30 |
=== Batzy_ is now known as Batzy | ||
=== jsmooth2 is now known as jsmooth | ||
xu-help69w | Hi, I'm having an bug in xubuntuWhile booting up the pc it sometimes shutdown automatically, I'm dual booting it with windows and I've disabled fast startup | 23:10 |
xu-help69w | I made a report on the #xubuntu channel and I was asked to run journalctl -b -1 | 23:10 |
xu-help69w | I ran it but the person isn't available and referred me here | 23:10 |
xu-help69w | I've copied the highlighted part of the log into the pastebin below. And I'll love anyone's help in resolving this bug | 23:10 |
xu-help69w | https://bpa.st/YWWQ | 23:10 |
ravage | did you check for a bios update? | 23:13 |
ravage | those ACPI can be fixed by one in many cases | 23:13 |
xu-help69w | I'll check for an update, and update the bios if there is | 23:14 |
xu-help69w | Thank you | 23:14 |
castlelore | aloha | 23:24 |
solsTiCe | hi. I am trying to install ubuntu 24.10 on a HP Probook 450 G2, and the installer crashes after selecting the type of install (complete). any idea what is wrong? Later on, I can't even open it again, because it shows the crash dialog again. I got that in the window: https://bpa.st/GDLA but this doe snot seem very helpfull or give any hint at what | 23:36 |
solsTiCe | is wrong | 23:36 |
sixwheeledbeast | can only find bug 2088081 which isn't much help | 23:41 |
-ubottu:#ubuntu- Bug 2088081 in subiquity (Ubuntu) "subiquity_event error. Can't install UBUNTU24.04LTS" [Undecided, New] https://launchpad.net/bugs/2088081 | 23:41 | |
sixwheeledbeast | some people on forums suggest starting the install without network until the installation is finished? | 23:45 |
solsTiCe | ok | 23:45 |
solsTiCe | I was connected with ethernet | 23:46 |
solsTiCe | same crash. it is jut after selecting installing wifi driver, and mp3/proprieatory stuff. So just before the disk partitiong ? | 23:51 |
solsTiCe | Never mind, I will try 24.04 tomorrow instead. | 23:51 |
CeeClear | hello | 23:55 |
CeeClear | Getting a Installation of a or removal of a software package message when using software updater. Unable to use or delete certain programs. Any solutions | 23:58 |
ravage | try the terminal | 23:59 |
CeeClear | The terminal command is at - get-update right ??? | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!