=== EgonX_ is now known as EgonX | ||
c0ld5n4p | im sure my end goal will to better learn awk command and properly output things, but I am currently wondering if I can use grep to display results within 2 value set ranges. for example over heating / temp logs. I would like to find all values between 2 temp ranges not just onces that tripped an alarm etc etc. | 05:51 |
---|---|---|
c0ld5n4p | does grep allow value set ranges as a filter or am i just using the wrong tool? | 05:52 |
rfm | c0ld5n4p, grep is regular expressions, so if you want some strings to be interpreted as decimal representation of numbers it's pretty clumsy. awk is probably ok, or perl, but for the last few decades I've just written python scripts, wordier but easier to remember... | 06:08 |
=== Screedo_ is now known as Screedo | ||
=== neocharles is now known as Guest5656 | ||
=== mrpond1 is now known as mrpond | ||
=== y0sh- is now known as y0sh_ | ||
rabe | Hello. I run my personal intranet server on Ubuntu Server, latest version, on an old Dell Latitude D630 laptop, Intel C2D T7250. | 10:02 |
rabe | Although the machine is completely idle, it's getting pretty hot, 50°C for CPU, with the fan at 2.5K (max 4K). Any idea why this is? | 10:04 |
rabe | 2.5K rpm, that is. | 10:04 |
rabe | Maybe thermal paste between CPU die and cooler needs to be replaced? | 10:04 |
rabe | The machine is running since 10+ years, 24 x 7... | 10:05 |
rabe | I have replaced the HD with an SSD. It's at 40°C. | 10:05 |
mantraofpie | If the ambient temperature has increased, then it is probable that the components also will get hotter. Anecdotally, I think SSDs generate more heat than HDDs. | 10:07 |
mantraofpie | When in use, of course. | 10:07 |
rabe | mantraofpie: I must admit that in the past I never looked at the temps. It's that the HD just died a couple of days ago, and I then reinstalled everything to an SSD and started looking at the temps. | 10:10 |
rabe | mantraofpie: But for an idle machine 50°C *despite* the fan running atd half the full speed seems very hot? | 10:11 |
sixwheeledbeast | Laptop probably isn't ideal hardware for something that's on all the time. | 10:11 |
mantraofpie | I think it's fine if you know the case is hot and since it's a laptop it will be very thermally challenged anyway. | 10:11 |
rabe | Ambient temp is a bit more than 20°C... | 10:11 |
mantraofpie | Ambient temp as in, the inside of the laptop and not the component internal temperatures. | 10:12 |
rabe | sixwheeledbeast: Agree, but I don't have any other HW available, and I thought it's a good idea b/c of the usually low power consumption standard laptop HW has, compared to a regular PC. | 10:12 |
sixwheeledbeast | When they suck in dust it blocks all the airflow. | 10:13 |
ikonia | rabe: are you sure the machine is idle and not working on something ? | 10:13 |
rabe | mantraofpie: I meant "ambient" as "room temp where laptop is standing". How could I determine "your" ambient temp? | 10:13 |
mantraofpie | For desktop PCs you usually have thermometers in the case, but for laptops it's not as certain. If the laptop is hot to the touch maybe you could try cleaning it out as I'm sure sixwheeledbeast is correct about the dust. Have you ever seen how gunky a laptop radiator can get? | 10:14 |
rabe | ikonia: 100%. https://pastebin.com/nS5bs50G | 10:14 |
rabe | sixwheeledbeast: Yes, that was exactly what I was thinking. I might have to open it up and clean it. But should I also bother w/ the thermal paste? | 10:15 |
ikonia | rabe: sounds like your hardware is just not cooling, you need to look st that, it won't be an ubuntu issue, it will just be a natural cooling problem of your problem | 10:15 |
ikonia | do a hardware inspection, dust, airflow, component positioning, sunlight etc | 10:16 |
rabe | My sensor readings: https://pastebin.com/iwAL6d7E | 10:16 |
sixwheeledbeast | If your taking it apart that far then for the cost it's worth trying. Generally laptops become pain to work on when you go that far. | 10:16 |
rabe | ikonia: Will do. There is no sunlight, though. I live in Germany, and it's autumn. ;-) | 10:17 |
ikonia | rabe: the guys in #hardware may also have some tips and tricks on improving overall cooling of a laptop chasis being used as a 24x7 compute device | 10:17 |
sixwheeledbeast | I probably try air duster and watch the temps | 10:17 |
nyo3 | hi again, I have still the login problem with kwin crashing. I changed the powersupply and maybe, if it was some corrupted file, I just need to reinstall something? I cleaned the plasma config to default | 10:18 |
mantraofpie | For what it's worth, my laptop becomes substantially hotter if anything manages to cover up even a fraction of the air intake. | 10:18 |
sixwheeledbeast | I have used freezing spray to diagnose heat issues but that's less recommended in this case as you could create moisture and short something. | 10:19 |
rabe | ikonia: Thanks for the advice, I might go there as well... | 10:19 |
ikonia | nyo3: have a look at the logs as a starting point, see if you can get a clue why it's crashing | 10:19 |
rabe | sixwheeledbeast: I will definitely clean it. Might have to buy such a device or just a can with pressured air. | 10:19 |
nyo3 | here it is journactl -b 0 |grep kwin , see https://termbin.com/leyf | 10:20 |
sixwheeledbeast | Is there a cooling fan that has died would be my first thought after blocked airflow. Also having the laptop upside down open can help. | 10:20 |
mantraofpie | Generally speaking cleaning out the radiator gunk with a tiny screwdriver works well enough. No need for special equipment. | 10:20 |
ikonia | nyo3: that won't log a crash | 10:20 |
nyo3 | I noticed this "The X11 connection broke: I/O error (code 1)" | 10:21 |
ikonia | nyo3: there are a lot of errors and warnings in that output | 10:22 |
nyo3 | yes also ' video driver seems unstable ' warning.. | 10:22 |
nyo3 | everything went bad after using weylus which is not in ubuntu repository, it added a file in udev that I removed when I uninstalled it | 10:23 |
ikonia | nyo3: how did you install it ? | 10:24 |
ikonia | (I ask only as you say it all went bad after that install) | 10:24 |
nyo3 | apt install ./Weylus_0.11.4_amd64.deb | 10:25 |
ikonia | nyo3: did you notice if it pulled in any additional dependencies (I'm not aware at all of Weylus) | 10:25 |
nyo3 | maybe one | 10:26 |
nyo3 | it was a fast install | 10:26 |
ikonia | check the apt log, it maybe worth it | 10:26 |
nyo3 | ok | 10:26 |
mantraofpie | Shot in the dark: It broke the nvidia driver like every single random package | 10:27 |
nyo3 | it installed desktop-file-utils and mailcap | 10:28 |
nyo3 | or so I see processing triggers for them ikonia... what it can be? | 10:29 |
mantraofpie | Maybe it was coincidental. Did you install something else since the last time you booted? | 10:29 |
nyo3 | maybe, so if I reinstall nvidia driver I can solve? | 10:30 |
nyo3 | no I have not installed other things | 10:30 |
mantraofpie | I wouldn't touch anything until there's a solid lead | 10:30 |
nyo3 | since it went with this slow boot I started to figure out the problem | 10:30 |
nyo3 | I also checked the nvme for corruption but it seems fine | 10:31 |
mantraofpie | Could it be issues with a new kernel which got installed some time ago but only booted now? | 10:31 |
mantraofpie | Do you have any fallback kernel? | 10:31 |
nyo3 | no is not the kernel, the system is a server like, always online | 10:32 |
nyo3 | I have not updated kernel | 10:32 |
nyo3 | but to be sure I check logs | 10:32 |
mantraofpie | What does dmesg say? | 10:32 |
nyo3 | kernel went updated on 1 october | 10:33 |
nyo3 | but it was fine loading that day | 10:33 |
nyo3 | nothing special from dmesg | 10:34 |
ikonia | nyo3: without doing a detailed analaysis, I can say with good confidence that it won't be anyhing like file corruption or failure, it's more likley to be one of the packages you installed has updated dependencies or configuration that is incompatible / unstable | 10:34 |
nyo3 | I tried to clean .cache of plasma | 10:35 |
=== y0sh- is now known as y0sh_ | ||
nyo3 | this is the script of weylus, it adds a file in udev/rules.d https://pastebin.com/1smUL90H | 10:36 |
nyo3 | to install it | 10:37 |
ikonia | nyo3: I suspect it does more | 10:41 |
ikonia | nyo3: the quickest path to success would be to re-install the current version of ubuntu, and prove it's stable out of the box. The long winded way is to work backwards through each and every change and undo it | 10:43 |
nyo3 | I agree ikonia | 10:45 |
nyo3 | the point is that as you see in the last pastbin, it say 'do a logout and login' and when I did this I saw the long 2 minutes login for the first time | 10:46 |
nyo3 | so it is that.. | 10:46 |
nyo3 | can I reinstall kubuntu/ubuntu without formatting the root partition ? | 10:47 |
rabe | sixwheeledbeast: There is only a single fan, and that is operational. Doing high RPMs, which I find surprising considering the non-existant load. | 11:10 |
rabe | mantraofpie: Thanks. Will save me 25 EUR... :-) | 11:10 |
nyo3 | ikonia: I am going to do a last test, can I remove the group uinput which was created by weylus ? | 11:20 |
nyo3 | or is it already present in ubuntu? | 11:20 |
Joachim | Good morning, when i started my laptop earlier today (dell precision 3490) it suddenly presented me with the following: https://imgur.com/a/iImY9C8 when I wait, the boot times out and I end up with a basic initramfs shell which shows an alter stating the device with UUID XXX wasnt found. In in /dev there is no nvme device which given those kernel | 11:21 |
Joachim | messages isnt suprising. Booting the recovery mode doesn't help either. My first thought: dead drive which seemed weird as the laptop is recent and there have been 0 signs of faillure. I popped in the live usb and checked if I could access the FS to see if I could salvage anything. To my suprise, I could mount just fine and access anything I | 11:21 |
Joachim | wanted. I checked the dmesg log of the live CD, and it does show the No GSI line, but iirc not the 41-bit message. It doesn't show any nvme faillure either. | 11:21 |
Joachim | So it seems, something has gone wrong with my install causing a serious issue in the kernel vs nvme hardware. Yesterday evening, I did an apt upgrade so its possible an ugpgrade messed things around. Now my main question, where to go from here? The system itself won't boot, from the live cd i should be able to do stuff. | 11:21 |
Joachim | (of course, copy the files off and reinstall is a way out, but if possible fixing the config would save me reinstalling all software) | 11:22 |
Jeremy31 | Joachim: Power off, remove power cord and then hold power button for 30 seconds, then see if it will boot | 11:23 |
Joachim | its a laptop, so the battery is still there | 11:24 |
Jeremy31 | Is it easy to remove? | 11:24 |
Joachim | maybe, ill have to screw it open potentially harming warranty | 11:24 |
tomreyn | i think this looks like a i915 issue, see the url printed on screen asking to file a bug report | 11:24 |
Jeremy31 | Just do what I posted then, don't bother with battery | 11:24 |
Joachim | this morning though, the laptop was off and battery empty, had to plug in a cord | 11:25 |
Joachim | Jeremy31 so i just go for a lengthy button press thn? | 11:25 |
Jeremy31 | Joachim: Yes | 11:26 |
tomreyn | ah sorry, i didn't read the full report | 11:27 |
Joachim | same, note it was alkready at the grub menu when i lifted the button press | 11:27 |
Jeremy31 | Those probe failed -12 errors remind me of some wifi issues with Windows hybrid shutdown. Without Windows, it needs a BIOS reset and the power button trick sometimes fixes it | 11:27 |
Joachim | any reason the live cd still just works? | 11:28 |
Jeremy31 | Not real sure about that | 11:28 |
Joachim | if bios is messed id say that one should fail as well | 11:28 |
tomreyn | the live cd doesn't need to interact (other than probing) with your nvme, i guess | 11:29 |
Joachim | yes, but when booted, the nvme is there! wait im booting it now, ill show this part of the dmesg of the live usb | 11:29 |
tomreyn | Joachim: did you try booting an earlier kernel version, yet? | 11:33 |
Joachim | https://imgur.com/a/FdkPqF5 | 11:34 |
Joachim | here is the same passage, but then from the live usb. see the similarities? | 11:34 |
Joachim | checking tomreyn | 11:35 |
Joachim | hm.... you here | 11:35 |
Joachim | hero* | 11:35 |
Joachim | in the list i have a 6.8.0 generic and 6.5.0 oem, the latter boots | 11:36 |
tomreyn | okay, can you identify the 6.8.0 failed boot log from journalctl --list-boots and share it with journalctl -b THAT_BOOT_UUID |& nc termbin.com 9999 | 11:38 |
Joachim | evaluating the /boot dir; i see no changes yesterday. 6.8.0-45-generic seems to have landed on the system on 11/9/2024 with a change to initrd on 27th (could have been an update-initramfs issued by me. It is possible the laptop has not been rebooted... ) | 11:39 |
Joachim | tomreyn journalctl --list-boots gives no failed boots in the list | 11:40 |
Joachim | probably because the nvme drive wasnt there to store it | 11:40 |
tomreyn | it never does | 11:40 |
tomreyn | oh you're saying the failed boots you have are not listed there, i see | 11:40 |
tomreyn | you *had* | 11:40 |
Joachim | hm | 11:41 |
tomreyn | apt list --installed linux* |& nc termbin.com 9999 | 11:41 |
Joachim | previous boot was on 2/10/2024 so it has already succesfully booted this kernel | 11:42 |
Joachim | ok, on its way | 11:42 |
tomreyn | you're saying that 6.8.0 has already booted successfully? | 11:42 |
Joachim | the previous boot in journalctl --list-boots is from second of october | 11:43 |
Joachim | the files in /boot date before that | 11:43 |
Joachim | so i'm guessing: yes, unless im missing something | 11:43 |
Joachim | https://termbin.com/guwx | 11:43 |
tomreyn | so you're on jammy / 22.04, and have its HWE kernel and an OEM kernel installed - i see. | 11:46 |
tomreyn | and while the OEM kernel works fine, the 6.8.0 doesn't, or not currently. | 11:47 |
Joachim | the oem is the original one, its a dell linux preinstalled from july | 11:47 |
Joachim | correct | 11:47 |
tomreyn | maybe you can check in /var/log/apt/term.log as to whether you recently got an update to linux-image-6.8.0-* | 11:47 |
Joachim | i didnt specifically do anything to have another kernel btw, this just ordinarily happened | 11:48 |
Joachim | https://termbin.com/po9z | 11:49 |
Joachim | that update of last night seems very unsuspicious | 11:50 |
tomreyn | also check the latest boots to see whteher you really booted 6.8.0 successfully (or to the point that it logged to disk): for bootid in 0 1 2 3 4 5; do echo "BOOT ID -${bootid}:"; journalctl -b-${bootid} | head -n1; echo; done | 11:51 |
Joachim | i only have 2 entries, -1 and 0, checking | 11:51 |
tomreyn | the term.log you just posted (which seems to start on 2024-10-01) does not contain "linux-image" | 11:53 |
BluesKaj | Hi all | 11:54 |
Joachim | hm tomreyn this gets complicated.. | 11:54 |
tomreyn | hmm, just two boot IDs? maybe you don't have persistent journals. | 11:54 |
Joachim | my -1 entry starts on 2 october 5am, but its full of apparmor entries | 11:54 |
Joachim | that seems to me like a running system | 11:54 |
Joachim | could it be the log gets so long and it gets truncated from the top? and it was in fact, running longer than 2 october? | 11:55 |
Joachim | perhaps even from before 6.8.0-48-generic got installed? | 11:55 |
Joachim | that log is swarming with app armor messages, a few hundred per minute | 11:56 |
tomreyn | there are two reasons why journald would remove old logs: 1. it realized the file system containing /var/log/journal was going to run low on storage; 2. it was not configured to do persistant logs. | 11:56 |
tomreyn | i mean "disk space", not "storage" | 11:56 |
tomreyn | in case 1, it will automatically discard older logs until enough space has been reclaimed | 11:57 |
Joachim | https://termbin.com/klfc | 11:57 |
Joachim | entry 0 is my current boot, has 6.5.0-oem on top | 11:57 |
tomreyn | what about -1? which kernel was it booting then | 11:58 |
Joachim | -1 seems to end this morning when the laptop probably ran out of power after I guess, not hibernating correctly. but its start date is wrong | 11:58 |
Joachim | the first line is an app armor warning | 11:58 |
tomreyn | ah sorry, yoou said so before | 11:58 |
Joachim | so its very well possible -1 started not 6.8.0 | 11:59 |
tomreyn | how long are thsoe two logs? journalctl -b -1 | wc -l | 11:59 |
tomreyn | how long are thsoe two logs? journalctl -b 0 | wc -l | 11:59 |
Joachim | -1: 5099656 | 12:00 |
Joachim | 0: 3953 | 12:00 |
Joachim | so... yeh, Im guessing -1 is not complete | 12:00 |
tomreyn | df -h /var/log/journal | 12:02 |
tomreyn | how much free space do you have there? | 12:02 |
Joachim | 63% use | 12:02 |
tomreyn | how much is Avail? | 12:03 |
Joachim | 163G | 12:03 |
tomreyn | hmm that's plenty. | 12:04 |
Joachim | i use the laptop for work, its possible a couple of days ago i did fill up the disc a lot | 12:04 |
Joachim | and reclaimed space | 12:04 |
tomreyn | i see. you have / and /home on the same file system then? | 12:05 |
tomreyn | df can tell again: df /home / | 12:05 |
Joachim | yes | 12:05 |
Joachim | both in same | 12:05 |
tomreyn | i assume your old logs were removed then by journald when the disk ran full, or nearly full | 12:06 |
Joachim | im guessing so yes | 12:06 |
Joachim | im quite sure I did have newer kernels running since july | 12:06 |
tomreyn | 5099656 linesof logs is waaaay too much, though | 12:06 |
Joachim | but im not sure when my last reboot was | 12:06 |
Joachim | its very much possible the 6.8.0-45 hasnt booted yet | 12:07 |
tomreyn | ...meaning that either something got logged all the time, multiple times a second, or the journal got corrupted | 12:07 |
tomreyn | okay, thanks for confirming that "its very much possible the 6.8.0-45 hasnt booted yet" | 12:08 |
tomreyn | or almost confirming ;) | 12:08 |
Joachim | its app armor stating DENIED on things requested by snaps | 12:08 |
Joachim | a LOT | 12:08 |
Joachim | and not one snap, all of them | 12:08 |
tomreyn | which snaps are those? | 12:08 |
Joachim | discord, pycharm, slack, anything | 12:09 |
tomreyn | hmm, i know that discord does it a lot, i assume slack may, too | 12:09 |
tomreyn | not sure about pycharm | 12:10 |
tomreyn | both discord and slack are really web browser engines packaged as an application | 12:10 |
Joachim | I guess thats a different thing to fix | 12:10 |
tomreyn | so, while we have not really worked out why 6.8.0 won't boot for you, if you are happy to continue running just the oem kernel, you can remove the hwe kernel and be done | 12:11 |
tomreyn | or you can try to determine why 6.8.0 (hwe kernel) won't work on your system | 12:12 |
Joachim | well i guess the latter... it will keep trying to update | 12:12 |
Joachim | where to start with that one? | 12:13 |
tomreyn | go back to https://i.imgur.com/DMqcuUR.jpeg and search the web for your computer hardware (ONE of: computer/laptop/mainboard model or pcie/nvme controller) and ONE error message seen on your screenshot | 12:14 |
Joachim | ill try that | 12:15 |
tomreyn | the first WARNING seen on your photo is "pcieport: 10000:e0:06.2: can't derive routing for PCI INT A". | 12:16 |
tomreyn | the first ERROR seen on your photo is "nvme: probe of 10000:e1:00.0 failed with error -12" | 12:17 |
tomreyn | when searching the web for error messages, make sure you also search without system / environment specific identifiers on your logs. | 12:18 |
tomreyn | i.e. you *may* want to omit "10000:e0:06.2:" or "10000:e1:00.0" | 12:18 |
nyo3 | hi ikonia, I put OpenGLIsUnsafe=false in .config/kwinrc and now no crashes from kwin | 12:19 |
tomreyn | those are just references to which pcie port your device is connected to, and those are probably specific to your computer, but not specific to this error message | 12:19 |
tomreyn | this was to Joachim ^ | 12:20 |
nyo3 | just sddm slow after entering password, I have to wait 2 minutes to see the kde splash screen | 12:20 |
nyo3 | https://termbin.com/1xrpu | 12:21 |
tomreyn | Joachim: also consider a bios upgrade, those can help with issues where standard ubuntu kernels fail to boot | 12:23 |
tomreyn | Joachim: dmesg | grep DMI: should tell which bios you have now | 12:24 |
tomreyn | 1.6.0 is the current version (a "critical" upgrade) according to https://www.dell.com/support/home/en-uk/drivers/driversdetails?driverid=1pw34&oscode=ubt22&productcode=precision-14-3490-laptop | 12:27 |
Joachim | i run 1.1.0 | 12:27 |
Joachim | good ideq | 12:27 |
tomreyn | in case you also have a dell dock WD19/WD22TB4 for this lapto: ther's a ciritical upgrade there, too | 12:28 |
Joachim | no dock | 12:28 |
Joachim | ok, ill begin with bios update | 12:29 |
Joachim | something tells me if they released 5 new versions since july, its a lot of fixing | 12:29 |
tomreyn | version 1.4.1 "fixed the issue where the system auto restarts without updating the BIOS. This issue occurs when you select the BIOS executable file and click Update BIOS in the F12 BIOS boot menu." | 12:33 |
tomreyn | so this may happen to you when you try to carry out the upgrade | 12:33 |
tomreyn | version 1.3.0 "Fixed the issue where the system stops responding when you are using the system or when the system is idle." | 12:34 |
tomreyn | those are pretty low level. so yes, definitely do the upgrade. it also fixes security issues. | 12:34 |
Joachim | weirdly enough when I try to download it downloads the license | 12:42 |
Joachim | lol | 12:42 |
tomreyn | nyo3: the (part of the?) log you posted shows a period of 11 seconds from password entry to sddm exiting, with just less than a second until sddm started the X11 session. so the issue making you wait is probably not caused by sddm. | 12:44 |
tomreyn | the license is the first (of multiple listed) downloads at https://www.dell.com/support/home/en-uk/drivers/driversdetails?driverid=1pw34&oscode=ubt22&productcode=precision-14-3490-laptop | 12:45 |
nyo3 | oh ok thanks tomaw | 12:45 |
nyo3 | tomreyn: | 12:45 |
tomreyn | you're welcome | 12:46 |
tomreyn | Joachim: you probably want Latitude_5450_Precision_3490_1.6.0.exe, the last download listed. | 12:46 |
tomreyn | https://dl.dell.com/FOLDER11823598M/1/Latitude_5450_Precision_3490_1.6.0.exe | 12:46 |
jumpcutking | tomreyn: 22.04 & when I log in using ssh -v the logs don’t indicate it is even doing the Authenticator that it just logs in as normal. Alas, I don’t exactly know where to check to see if/how something failed | 12:48 |
tomreyn | Joachim: to download this with wget, you'll need: wget --user-agent '.' --referer 'https://www.dell.com/' https://dl.dell.com/FOLDER11823598M/1/Latitude_5450_Precision_3490_1.6.0.exe | 12:50 |
nyo3 | tomreyn: here a complete pastebin of the logon, look at time 14:15 then 14:17 ... https://termbin.com/btf8 | 12:51 |
tomreyn | jumpcutking: sshd writes logs, or you can run it in foreground, too | 12:51 |
nyo3 | it says Reloading requested from client PID 2223 ('startplasma-x11')... | 12:52 |
tomreyn | nyo3: you need to fix lighttpd: (gw_backend.c.1632) invalid "bin-path" => "/usr/bin/php-cgi" (check that file exists, is regular file, and is executable by lighttpd). also, there are issues with getting EDID data from your monitor (via VGA - a very old, analogue, connection / data protocol). this may be causing a delay in setting up your graphical session. | 13:02 |
nyo3 | EDID errors are due to a kvm switch I can only ignore them, I solved the correct resolution with settings in xorg.conf luckly | 13:03 |
nyo3 | ok | 13:03 |
tomreyn | nyo3: i'm not really into any of these, so you want to get help with debugging these from someone else: nvidia, sddm, kde, plasma. | 13:11 |
florian | hi, how can update my package everytime i open my computer? | 13:12 |
nyo3 | thanks tomreyn, I fixed my pihole setup with installing php-sqlite3 | 13:12 |
tomreyn | florian: what do you mean by "update my package" and "open my computer"? | 13:12 |
nyo3 | now I try a reboot | 13:12 |
florian | you guys are all connected via a terminal ? its insane | 13:13 |
tomreyn | everyone here is using some form of an irc client, be it on a graphical session or a TTY | 13:14 |
florian | alright im here because i need to make an irc server for my school | 13:14 |
tomreyn | !ot | 13:14 |
ubottu | #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! | 13:14 |
florian | !ot | 13:15 |
florian | ty | 13:15 |
tomreyn | see what ubottu wrote | 13:15 |
florian | yes sorry | 13:15 |
specimen13 | who drigy | 13:24 |
specimen13 | quit | 13:24 |
nyo3 | I am fixing the resolution of grub, should I update it with update-grub2 right? | 13:30 |
nyo3 | hi again, I tried old kernel, no way... still 2 minutes to logon | 13:59 |
nyo3 | now I try Option "IgnoreEDID" "True" | 14:00 |
Andreas | Hi, reported a gtk4 bug here: https://gitlab.gnome.org/GNOME/gtk/-/issues/7059. If I set Ubuntu's user language to German then for all gtk3 or older apps, all menu items are correctly translated including the display names for the keyboard keys. For gtk4 apps, the menu gtk strings are correctly translated, but not the display names for the keyboard | 14:09 |
-ubottu:#ubuntu- Issue 7059 in GNOME/gtk "Display names for keyboard keys" [Opened] | 14:09 | |
Andreas | keys. In the Libre office file menu, "ctrl" becomes "strg". But, if you open per example the gnome text editor's hamburger button then I see a translated menu, but, ctrl does not become strg. So, only the display names for the keyboard keys are affected. | 14:09 |
tomreyn | Andreas: unless you've got a support question which you're meaning to solve in this (primarily volunteer) support channel, posting here will probably not do much good. | 14:13 |
nyo3 | hi, still logon problem, here the journal https://termbin.com/j20v | 14:48 |
nyo3 | seems there is a crash at time 16:43:12 | 14:49 |
nyo3 | drKonqi | 14:49 |
nyo3 | could it be something related to pipewire ? | 14:50 |
nyo3 | I see this "mod.jackdbus-detect: Failed to receive jackdbus reply: org.freedesktop.DBus.Error.ServiceUnknown: The name org.jackaudio.service was not provided by any .service files" | 14:50 |
nyo3 | I try to disable libvirt | 14:57 |
nyo3 | I don't understand what is wrong, I tried to disable libvirt and still slow logon, look at https://termbin.com/zo1j @16:58 to 17:00 | 15:04 |
nyo3 | everything is frozen up to Reloading requested from client PID 2090 ('startplasma-x11')... | 15:05 |
=== etude is now known as ident | ||
nyo3 | I installed pipewire libcamera, now I do reboot and see | 15:10 |
nyo3 | hi again I still think my problem si libvirt which I updated recently | 15:40 |
nyo3 | here https://termbin.com/05gw | 15:41 |
nyo3 | after it says ibvirtd.service: Deactivated successfully. The plasma session starts... | 15:41 |
nyo3 | how to correctly deactivate qemu at boot? | 15:41 |
Magio | Does anyone know whether it's possible to add the ext4 casefold feature to my root partition (which was created without that feature) without breaking anything? I tried to do so by using tune2fs from a live session a while ago but it made my computer unbootable until I reverted it. | 15:45 |
nyo3 | ok I disabled, now I do a reboot and see.... | 15:45 |
Magio | FWIW checking with "tune2fs -l (volume)" after enabling casefold did correctly list the feature but after rebooting from the livesession I was sent straight into a grub console as tho my filesystem wasn't detected anymore. Reverting the change by booting back into a live session fixed it but I'm not lost as to what the right way to this would be | 15:49 |
mgedmin | sounds like grub doesn't support this feature | 15:53 |
mgedmin | you could re-partition your disk to have a separate /boot partition and then try again, to see what fails next | 15:53 |
mgedmin | because casefold for / sounds like a recipe for a very broken linux system | 15:53 |
=== shadow255_ is now known as shadow255 | ||
Magio | Ah that would do it. Any reason why grub wouldn't support it? | 15:55 |
babuula | i don't want to ask a stupid question but when's there going to be the next ubuntu version? i tried googling etc. but didn't find information about a release after 24.04.1 that has been released! | 15:55 |
Magio | the casefold feature only makes certain, explicitly selected by the user, folders case insensitive, not the whole partition, so it sounded pretty harmless to me | 15:56 |
Magio | I did already try making a secondary partition for this to test things out, and casefold does work on that without affecting my main partition mgedmin | 15:57 |
Magio | If it's really the only option I'll make do with that, bit of a shame tho | 15:58 |
kpanic | babuula: https://www.omgubuntu.co.uk/2024/05/ubuntu-24-10-release-date | 16:00 |
babuula | kpanic: cool! i remembered it will be released in october. | 16:01 |
=== Ian_B_Anderson1 is now known as Ian_B_Anderson | ||
mgedmin | Magio: I've no personal experience -- but my general understanding is that grub implements the bare minimum needed to support the usual filesystems | 16:04 |
mgedmin | and this sounds like a new feature that was developed for ext4 after grub already had ext2/3/4 support, and nobody bothered to make grub support it as well | 16:05 |
=== tryfan3081211 is now known as tryfan308121 | ||
mgedmin | maybe theres'a bug in grub's bug tracker | 16:05 |
mgedmin | or maybe the grub devs don't even know about the feautre | 16:05 |
JanC | I think what happens is that a feature flag in the filesystem header gets set when casefold is enabled, and grub stops because it doesn't recognize the flag and it doesn't know if that flag is relevant for how it works? | 16:09 |
JanC | what you could do is check if a newer version of grub does support this? | 16:11 |
Magio | JanC yeah this sounds like what's happening. I wasn't searching for GRUB related stuff initialy but now that I am it seems like that's where the issue lies. Haven't seen anyone point to a fix, though | 16:12 |
nyo3 | hi all again | 16:12 |
nyo3 | what about this on logon ? sddm-greeter[1937]: Failed to find a Kirigami platform plugin | 16:13 |
JanC | Magio: there is a #grub channel that might be helpful | 16:14 |
Magio | Found a Grub bug report about this on their tracker | 16:15 |
mgedmin | Magio: I'm curious, can you share the URL if convenient? | 16:18 |
Magio | https://savannah.gnu.org/bugs/?func=detailitem&item_id=56897 mgedmin | 16:19 |
Magio | there's also an Ubuntu bug report for another ext4 feature that was unsupported by GRUB and that was apparently fixed in debian https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1844012 | 16:20 |
-ubottu:#ubuntu- Launchpad bug 1844012 in grub2 (Ubuntu) "grub2 doesn't recognize ext4 with metadata_csum_seed enabled" [Undecided, Confirmed] | 16:20 | |
frostschutz | Magio, with set debug=all, it says "filesystem has unsupported incompatible features". if you think its not relevant, you could disable that check in grub sources (ext2.c) and see how it goes. seems safer to just give grub a supported filesystem instead. | 16:21 |
Joachim | BIOS update didnt do the trick | 16:23 |
Magio | frostschutz yeah going as far as to prevent grub from doing its regular checks seems a bit too sketchy for my liking, even tho it most likely wouldn't break stuff immediately | 16:24 |
Joachim | and unfortunately, searching for the error message is also quite pointless :/ | 16:25 |
Magio | I'm going to log off now, thanks for the pointers ! Now I'm less confused, tho still with an unsolved issue | 16:36 |
eoli3n | Hi | 16:38 |
eoli3n | where are data put when using a flatpak app ? | 16:38 |
eoli3n | i mean, if flatpak app doesn't have perm to write on the homedir, it writes on the containered homedir | 16:39 |
eoli3n | where is that containered homedir | 16:39 |
eoli3n | the app is jdownloader | 16:40 |
mgedmin | ~/.var/app/$APPNAME | 16:41 |
eoli3n | thank | 16:42 |
eoli3n | s | 16:42 |
eoli3n | mgedmin: any idea why jdownloader can fail writing in the homedir, even when i configured flatseal to give home access ? | 16:43 |
eoli3n | yesterday it was working, today its not, without any change | 16:43 |
eoli3n | is there a native way to install jdownloader without flatshit ? | 16:44 |
mgedmin | no idea | 16:45 |
mgedmin | what even is a jdownloader? | 16:45 |
eoli3n | a flatpak app to ddl | 16:45 |
mgedmin | dance dance live? | 16:46 |
eoli3n | direct download | 16:46 |
eoli3n | no data under ~/.var/app | 16:47 |
eoli3n | i'm searching for the fake homedir | 16:47 |
eoli3n | mgedmin: do we agree that i should find files here ? | 16:48 |
eoli3n | found, this is not a perm issue | 16:49 |
mgedmin | to clarify, flatpak apps get some XDG_DATA_DIR env vars pointing to ~/.var/app, which is bind-mounted from the host, and are supposed to keep data files there | 16:49 |
mgedmin | I've no idea what $HOME points to inside the flatpak sandbox, nor whether it's writable | 16:49 |
mgedmin | this is documented somewhere, I just never had a need to know this | 16:50 |
eoli3n | fdownloader randomly fail to find "Vidéos", it created a directory "Vid?es" | 16:55 |
eoli3n | "Vid?os" | 16:55 |
eoli3n | fu***** stupid app | 16:56 |
eoli3n | now everything writes to "Vid?os" and not "Vidéos" | 16:56 |
eoli3n | any idea on that magic bug ? | 16:57 |
eoli3n | let's try on #flatpak | 16:58 |
mgedmin | does it use some non-UTF-8 encoding? | 17:00 |
JanC | I think you can just download the JDownloader .jar & run it | 17:00 |
eoli3n | problem is the user is my mother | 17:00 |
eoli3n | mgedmin: the directory didn't changed | 17:01 |
eoli3n | and i would say no | 17:01 |
kpanic | eoli3n: not an ideal solution, but maybe a quick fix is to do a symlink? | 17:02 |
eoli3n | even better, my mother now knows where data are, no need to symlink, but I would like to understand what's going on | 17:03 |
nyo3 | hi guys I had kvirc crashing | 17:13 |
nyo3 | in dmesg it says segfault | 17:13 |
nyo3 | show_signal_msg: 13 callbacks suppressed | 17:13 |
nyo3 | kvirc[3095]: segfault at 7c1ba00d6980 etc.... | 17:14 |
nyo3 | should I think bad of my hardware? or can it be nvidia driver/kernel stuff? | 17:14 |
eoli3n | can i run do-release-upgrade through ssh ? | 17:26 |
eoli3n | in a screen maybe ? | 17:26 |
tomreyn | nyo3: (only) if you see more crashes across multiple applications lately then it's time for an all-night standalone memtest | 17:27 |
nyo3 | ok thanks | 17:27 |
tomreyn | eoli3n: IIRC do-release-upgrade will spawn a screen itself if it's installed (and do-r-u was started from a secure shell (ssh)). | 17:28 |
tomreyn | it's always better to run release upgrades while you have out-of-band access. but it *can* also work over just ssh. | 17:29 |
eoli3n | ok thanks | 17:29 |
eoli3n | how to easily remove old kernels ? | 17:29 |
tomreyn | personally, i'd definitely want to ensure no third party repositories or PPAs are configured nor packages (or package versions) from there are installed before starting a remote release upgrade. | 17:30 |
eoli3n | no ppas, simple install | 17:31 |
eoli3n | basic needs | 17:31 |
tomreyn | apt understands globbing, you can use patterns with wildcards | 17:31 |
eoli3n | so i need to work it manually ? | 17:31 |
eoli3n | brrr | 17:31 |
tomreyn | apt purge --autoremove may remove old kernel version packages, depending on how they were installed (and some other, related, factors) | 17:32 |
eoli3n | zfs install runs out of bpool so many time | 17:32 |
mgedmin | eoli3n: apt autoremove should remove all old kernels except the last two for every installed kernel flabour | 17:32 |
eoli3n | it does not | 17:32 |
eoli3n | just tried it | 17:32 |
ioria | they are probably marked as 'manual' | 17:34 |
eoli3n | nop | 17:34 |
eoli3n | i do only basic things on that host | 17:34 |
rfm | eoli3n, are you running zsys so there are bunches of automatic snapshots? | 17:34 |
eoli3n | yes | 17:34 |
eoli3n | reading this https://askubuntu.com/questions/1382986/zfs-bpool-is-almost-full-how-can-i-free-up-space-so-i-can-keep-updating-my-syst | 17:34 |
eoli3n | this should not break | 17:34 |
eoli3n | so much administration for nothing | 17:35 |
ioria | eoli3n, dpkg -l | grep linux-image| awk '{print $2}'| grep -v $(uname -r) | 17:36 |
eoli3n | thanks, i did the glob thing | 17:36 |
eoli3n | ok snapshots removed | 17:37 |
eoli3n | this is working again | 17:37 |
eoli3n | its broken each time i check that host | 17:37 |
eoli3n | by bpool is so light ?? | 17:38 |
eoli3n | default one | 17:38 |
eoli3n | this is absolute s*** | 18:06 |
eoli3n | upgrade process failed again because of missing space on bpool | 18:06 |
=== carlos is now known as Guest2701 | ||
eoli3n | failed over failed over failed | 18:40 |
eoli3n | nice | 18:40 |
eoli3n | any idea of what it is ? | 18:43 |
eoli3n | https://0x0.st/XE18.png | 18:43 |
eoli3n | it says | 18:43 |
eoli3n | "failed to install software upgrade, failed to update a important os upgrade" | 18:43 |
eoli3n | system boot on 24.04 | 18:44 |
eoli3n | everything seems to run fine | 18:44 |
eoli3n | apt update / upgrade works without problem | 18:44 |
eoli3n | where are release upgrade logs ? | 18:46 |
eoli3n | https://askubuntu.com/questions/130969/can-i-look-at-the-upgrade-log-after-a-distribution-upgrade | 18:47 |
tomreyn | eoli3n: try apt full-upgrade | 19:00 |
eoli3n | tomreyn: working | 19:08 |
Joachim | tomreyn bios update didnt solve the issue | 19:21 |
Joachim | i cant find anything remotely related to the error messages or the laptop model involved | 19:21 |
cbj | hi | 19:28 |
tomreyn | Joachim: try booting the newer kernel with noapic xe.force_probe='7dd5' i915.force_probe='!7dd5' | 19:29 |
Joachim | how do I do that, advanced ubuntu options in grub then e ? | 19:29 |
Joachim | and type that in? | 19:29 |
Joachim | or boot old kernel and modify grub | 19:30 |
tomreyn | either works | 19:30 |
Joachim | right, let me give it a go | 19:30 |
tomreyn | Joachim: other than that you can try this: https://www.dell.com/support/manuals/en-us/precision-14-3490-laptop/precision-3490-owners-manual/clearing-cmos-settings?guid=guid-366d3713-77db-4653-8697-c8fa25020cb5&lang=en-us | 19:36 |
tomreyn | and / or "load optimized / manufacturer defaults" option in the bios UI | 19:37 |
Joachimv2 | tomreyn i think i got it fixed... | 19:41 |
tomreyn | Joachimv2: how | 19:41 |
Joachimv2 | when i was checking the cmdline, i noticed I had i8042.nopnp=1 pci=nocrs in them, i added those because when i got the pc from dell, the touchpad didnt work | 19:42 |
Joachimv2 | https://www.reddit.com/r/voidlinux/comments/rqnod4/pc_dont_boot_if_i_add_pcinocrs_to_grub_cmdline/ when i reviewed those online i found this: https://www.reddit.com/r/voidlinux/comments/rqnod4/pc_dont_boot_if_i_add_pcinocrs_to_grub_cmdline/ | 19:42 |
Joachimv2 | i just cut of pci=nocrs and it booted 6.8.0-48-generic | 19:43 |
Joachimv2 | and the touchpad still works | 19:43 |
Joachimv2 | always considered it odd that dell shipped a pc with ubuntu support and preinstalled without functional touchpad... got it working but forgot i modified the cmdline | 19:44 |
tomreyn | weird, i thought i'd had you boot a log of the working kernel previously, and hadn't seen extra options in the cmdline there. but can't find it on the log now. | 19:48 |
Joachimv2 | dont think i ever posted the log, you had me check the first lines, then we got distracted with the huge truncated log | 19:48 |
Joachimv2 | just modified /etc/default/grub.conf and updated initramfs, gonna reboot to see if permanently fixed | 19:49 |
tomreyn | i see. so general tip for the future: always remove, for testing, a custom cmdline after release upgrade, just to see whether it's still needed | 19:50 |
Joachim | it works! | 19:55 |
Joachim | yes, lesson learnt, its just that I entirely forgot it was there | 19:55 |
Joachim | your comment to modify the command line got me to spot it | 19:55 |
Joachim | my wife is confused how i got a broken OS fixed. its not how it usually works :p | 19:56 |
tomreyn | glad you unbroke it! ;) | 19:59 |
d3-2024 | hey all, hope everyone is well and I hope someone can help me as I feel real dumb right now...I can't for the life of me get plexmediaserver to see a directory....I have ownership and have ran chmod +r 777 on it, as well as +x as some google searches have suggested | 20:12 |
d3-2024 | I'm not sure if this has anything to do with it or not, but it was installed from the ubuntu app store...not from plex repos....I can't remember where I installed it from last time years ago, but built a new machine to host plex on | 20:13 |
d3-2024 | I can see folders in my home directory and tried to make a sym link to the dir and it doesn't see it either | 20:16 |
d3-2024 | drwxrwxrwx 10 don don 13 Oct 5 12:22 cuda | 20:17 |
ravage | d3-2024: snap limits the ability to access files. i dont think the snap version gets a lot of love from the devs | 20:17 |
d3-2024 | dang, there ya go | 20:18 |
ravage | kill the snap and just use the .deb file | 20:18 |
d3-2024 | thanks for the info ravage | 20:18 |
d3-2024 | something that is fully reliant on accessing files shouldn't be a snap lol | 20:19 |
d3-2024 | wtf | 20:19 |
eoli3n | about bpool beeing regularly full on zfs install, what could i do ? | 20:19 |
eoli3n | is there a way to configure to automatically only keep 3 snapshots and prune automatically ? | 20:20 |
eoli3n | or disable snapshots for bpool | 20:20 |
eoli3n | https://askubuntu.com/questions/1389992/how-to-configure-autozsys-so-that-it-doesnt-destroy-zfs-snapshots-older-than-x | 20:21 |
eoli3n | no /etc/zsys.conf | 20:21 |
eoli3n | https://0x0.st/XEjT.txt | 20:22 |
eoli3n | https://www.reddit.com/r/zfs/comments/thd896/ubuntus_zsys_snapshot_pruning/ | 20:23 |
eoli3n | two years ??? | 20:23 |
eoli3n | i need to dl it manually from here https://raw.githubusercontent.com/ubuntu/zsys/refs/heads/master/internal/config/zsys.conf | 20:25 |
eoli3n | huhu | 20:25 |
eoli3n | great idea dev, continue to make garbage like this | 20:26 |
d3-2024 | @ravage you were totally correct | 20:26 |
d3-2024 | ty | 20:26 |
eoli3n | "We described the default policy embedded in the binary" | 20:26 |
eoli3n | what a greaaaat idea | 20:26 |
tomreyn | eoli3n: this is not the place for your rants | 20:26 |
eoli3n | you need the default policy, read the blog | 20:27 |
eoli3n | tomreyn: humans do this sometimes, it helps | 20:27 |
tomreyn | it doesn't help this channel | 20:28 |
eoli3n | to accept that things are becoming more and more messy | 20:28 |
eoli3n | channel are composed by humans | 20:28 |
eoli3n | but ok, i will stop this | 20:28 |
eoli3n | needed to find a dark reddit post, which leads to a blog post by the dev which explains that i need to download the default config file from github | 20:29 |
masber | hi, in ubuntu 24.04, where should I put my (user) font files? | 20:41 |
enigma9o7 | ~/.local/share/fonts | 20:42 |
masber | ok, I thought so but the in the sys fonts config file `/etc/fonts/fonts.conf` I see this `<dir>~/.fonts</dir>` instead of `~/.local/share/fonts` why is that? | 20:44 |
ravage | masber: ~/.local/share/fonts/ | 20:44 |
masber | `<dir>~/.fonts</dir>` instead of `<dir>~/.local/share/fonts/</dir>` | 20:45 |
enigma9o7 | It may be old one, but just in case "ln -s ~/.local/share/fonts ~/.fonts" | 20:48 |
enigma9o7 | that way you're covered no matter what | 20:48 |
gordonjcp | masber58: it's easy enough to check, just put a font in ~/.local/share/fonts - which works, definitely - and restart some application that would allow you to choose fonts | 20:50 |
maxim9 | Hi ... I seem to have caught a malware but pretty sure it's not the perfctl that's been making the news | 20:52 |
maxim9 | have a process "apk": $ ps xa | grep apk | 20:52 |
maxim9 | 520796 ? Ssl 3299:05 ./apk -o de-zephyr.miningocean.org:5332 -u ZEPHYR39UDJBPB7TX1s1FydrfGYPukgGbbnSJ92WGjtTWjYZnGSyHFac3WyASm1FkiXHi7KPWtFWyHAkMgxRVuhHZJZUPitZRvr57 | 20:52 |
maxim9 | uses all CPU ... seems to be a crypto miner | 20:53 |
maxim9 | in /proc/520796 the "exe" is showing as deleted | 20:53 |
maxim9 | nothing suspicious in any cron files | 20:53 |
maxim9 | rkhunger and chkrootkit doesn't find anything either | 20:54 |
maxim9 | *rkhunter | 20:54 |
maxim9 | I'm at a loss on figuring out how this thing starts itself and not quite ready to flatten the machine | 20:56 |
ravage | If the process runs root consider the whole system infected | 20:57 |
maxim9 | yeah .. it's running as root | 20:57 |
ravage | Backup files. Burn everything | 20:57 |
maxim9 | I will definitely do that but I would like to figure out where it came from and how it starts itself | 20:57 |
ravage | If you want to waste time on that go ahead | 20:57 |
maxim9 | since I haven't used that machine in a while and it would have only installed unattended apt updates... | 20:58 |
d3-2024 | you shouldn't be using the compromised system including taking backups....burn it and restore from a good backup :P | 21:00 |
sixwheeledbeast | Wild guess but bitcoin miner running in chrome? | 21:06 |
maxim9 | no... it seems to be a ZEPH miner | 21:08 |
maxim9 | the executable is detected as miner.gzfzk/vsntia24 on virustotal | 21:09 |
maxim9 | the actual file is deleted though... seems it's dropped into / .. started and deleted. | 21:09 |
maxim9 | the question I have is... how is it started... | 21:09 |
maxim9 | since when you kill it after about 30-60 minutes it's running again | 21:09 |
tomreyn | maxim9: hope you air gapped it | 21:12 |
maxim9 | it's isolated | 21:13 |
tomreyn | so no networking? good. you can expect that whatever set it up (downloader) has since been deleted. | 21:15 |
maxim9 | but even without network it restarts itself after killing it | 21:15 |
tomreyn | i'd say forensics is beyond the purpose of this channel. you need to reinstall and restore *verified clean* backups. | 21:19 |
maxim9 | ok | 21:20 |
maxim9 | not disagreeing... :) | 21:20 |
maxim9 | just too curious what this is and how it got here | 21:20 |
JanC | the dropper is probably writing the virus to a new location before starting it & then deleting it to make detection harder | 21:20 |
JanC | writing the miner, I mean | 21:21 |
looly | How to fix lutris stuck on luuncing epg launher? | 21:26 |
tomreyn | there's #lutris | 21:26 |
looly | tenx | 21:28 |
tomreyn | your keyboard may need cleaning | 21:28 |
looly | hew problem sam idiots hack mi chen soom help mi to deteck | 21:28 |
tomreyn | !english | 21:29 |
ubottu | The main Ubuntu IRC channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList | 21:29 |
looly | some idiot is hacking me, can someone help us detect him and find out who it is | 21:30 |
enigma9o7 | I can help for €50k+expenses. | 21:31 |
tomreyn | we can provide suggestions on how to configure ubuntu and services | 21:31 |
enigma9o7 | No gaurantee I'll find out who it is, but I won't give up unless I exhausted all resources. pm me directly to work out contract details. | 21:32 |
enigma9o7 | I can be on a plane today. | 21:32 |
JanC | this is not the place for that... | 21:33 |
looly | the same person who hacked me also hacked my phone but I manage to make changes when he looks at me the screen itself goes dark so I know it's there I managed to get the ip address and which pc he is using although after a week he replaced everything | 21:35 |
JanC | if you got hacked, you should take those machines offline & file a legal complaint with the police | 21:36 |
enigma9o7 | And hire an investigator. | 21:38 |
looly | yes, but there was a chance to implant a virus that will cause damage to the hacker, for example, if his pc breaks or the hdd deletes everything | 21:39 |
tomreyn | looly: we can't help with mitigating ongoing attacks here, nor with hack back operations. if your ubuntu installation is compromised, you need to reinstall and restore *verified clean* backups. any other topics: please find a suitable location, if any. this one isn't | 21:41 |
looly | the law in the country I live in is crap and corrupt, so nothing helps, you have to go private or pay hackers to work for you | 21:41 |
tomreyn | looly: last warning. | 21:41 |
sp9lop | hello all | 21:47 |
nyo3 | hi, can someone help me ? I have slow logon, about 2 minutes after entering psw in sddm. here paste of journalctl -b 0 https://termbin.com/rhdc | 21:49 |
enigma9o7 | as a troubleshooting step I'd login as a brand new user, see if it is a "you" issue or a system issue. | 21:50 |
enigma9o7 | or has it always been that way? | 21:50 |
nyo3 | yes I did 2 new users no changes... | 21:50 |
nyo3 | I installed weylus, but before it I did an apt-get update and upgrade and it installed mailcap and another program, wait I check log | 21:51 |
nyo3 | hicolor, desktop file utils, man-db, mailcap | 21:51 |
nyo3 | dunno what but I saw something about hicolor too in the journalctl | 21:52 |
nyo3 | I don't want to reinstall the whole kubuntu... I have a lot of stuff configured here it will be a long day... | 21:53 |
nyo3 | the only other important thing I noticed is that the nvme has about 200 errors. dunno if it is an high number. this is a new nvme. booted less than 100 times | 21:54 |
nyo3 | enigma9o7: should I care about the kirigami warning? | 21:55 |
enigma9o7 | Do you have theme issues? Pretty sure kirigami is related to that kinda stuff. | 21:56 |
nyo3 | should I try another theme? one day I font my theme changed for some reason. I never investigated | 21:57 |
nyo3 | enigma9o7: what is the default theme in kde? | 21:57 |
nyo3 | ok I will try the Kubuntu theme | 21:58 |
nyo3 | I am going a reboot to see a clean journal | 21:58 |
nyo3 | I'll be back reporting this | 21:58 |
nyo2 | enigma9o7: no change. there is still that warning about kirigami | 22:05 |
nyo2 | https://termbin.com/52dr | 22:07 |
nyo2 | I do not understand a lot of things | 22:07 |
nyo2 | reinstalling sddm can make a change? I already tried reinstalling kde | 22:08 |
nyo2 | also this | 22:15 |
nyo2 | mod.jackdbus-detect: Failed to receive jackdbus reply: org.freedesktop.DBus.Error.ServiceUnknown: The name org.jackaudio.service was not provided by any .service files | 22:15 |
nyo2 | font, going to try a reboot | 22:16 |
=== JoelJoel is now known as Joel | ||
nyo3 | hi, I did some progress, less warnings but still 2 minutes for logon... here the journal https://termbin.com/m0jy | 23:03 |
nyo3 | what can I try to disable? qemu disabled doesn't change anything | 23:03 |
nyo3 | maybe it is bluez. I was having it disabled. going to reboot and see | 23:06 |
BertoX | Hello. I have a issue with a chinese usb headset My aim is to make it working a another distrib : Archlinux. My issue is when I plug the usb headset on archlinux, nothing happens. udevadm monitor shows nothing, device is not in lsusb output, nothing in journalctl/dmesg. If I boot a live Ubuntu, I plug the device and it works like a charm. And the big one : If I SHUTDOWN ubuntu (poseroff), the headset is still alive (leds), and when I start the computer; to | 23:10 |
BertoX | archlinux, the headset works perfectly on archlinux ! But when removing / plug in the device again, it does not work anymore... That makes me crasy ! Can someone can tell me how ubuntu detects usb devices precisely please ? | 23:10 |
enigma9o7 | well this sounds like an arch issue, not ubuntu, no? I mean if lsusb doesn't show it on arch but does on ubuntu, that sounds like a kernel issue. | 23:14 |
enigma9o7 | cuz lsusb should list stuff regardless of if firmware is loaded or drivers installed etc. | 23:14 |
JanC | or too aggressive power management settings for USB? | 23:28 |
=== Juesto is now known as Juest | ||
clay | hi | 23:39 |
nyo3 | hi is someone here that can be of help? I have a slow logon, here journalctl https://termbin.com/wyt8 | 23:54 |
nyo3 | after entering psw in sddm it takes 1minute and half to load the splash screen | 23:54 |
nyo3 | I tried disabling apache2, mysql, qemu... | 23:54 |
nyo3 | I have re-enabled qemu just at this last reboot | 23:55 |
nyo3 | I have already tried another new user, reinstalled kde.... what else to try? | 23:55 |
nyo3 | I think there is something that goes in timeout, after that, startplasma-x11 restart | 23:57 |
nyo3 | look at time 01:48:31 .... | 23:57 |
Guest39 | Does any one know how to set up a newspaper template or know of a resource for that for scribus | 23:57 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!