/srv/irclogs.ubuntu.com/2025/05/07/#ubuntu.txt

=== dabbill_ is now known as dabbill
=== ajfriesen1642 is now known as ajfriesen164
freakyy85hi. whats a good flatfile wordpress alternative?01:59
leftyfbfreakyy85: feel free to ask for software opinions in #ubuntu-offtopic02:01
=== pusher is now known as keypusher
=== JanC is now known as Guest7392
ice9please anybody running 24.04 or 24.10 run this command and give me the output: apt list -a systemd03:18
atstefansystemd/oracular-updates,now 256.5-2ubuntu3.1 amd64 [installed,automatic]03:21
atstefansystemd/oracular 256.5-2ubuntu3 amd6403:21
atstefansystemd/oracular-updates 256.5-2ubuntu3.1 i38603:21
atstefansystemd/oracular 256.5-2ubuntu3 i38603:21
atstefanice9, does that help?03:21
ice9atstefan, yes thanks a lot03:21
atstefanhaving trouble with the installed version?03:22
ice9atstefan, systemctl suspend crash the system03:23
ice9atstefan, do you know how to install older version of systemd?03:23
atstefanhttps://packages.ubuntu.com/oracular/systemd03:27
atstefanyou can try to pick another version for this list -> https://changelogs.ubuntu.com/changelogs/pool/main/s/systemd/systemd_256.5-2ubuntu3/changelog03:27
atstefanand then force install it via apt ... never done something like this for systemd but you can try03:27
atstefanwhat do you see when you run this command? apt-cache policy systemd03:29
ice9atstefan, actually I wanna install that version 256.5 as I'm on 25.0403:30
atstefanhttps://packages.ubuntu.com/plucky/systemd03:31
atstefanin that case, try to download the deb file from the bottom of the ocular page https://packages.ubuntu.com/oracular/systemd and then force install it03:32
atstefannot sure if that is going to work or break something else, again never tried something like this with a systemd in particular03:32
atstefanhere is the command to force install a deb package    dpkg --force-all -i packagefile.deb03:33
rboxhow to break your system in 1 easy step? i love this show03:34
atstefanrbox, you are right ... systemd is kinda risky I would try this on a container first and see what happens03:34
atstefanthe changeset from 256 to 257 is rather large https://changelogs.ubuntu.com/changelogs/pool/main/s/systemd/systemd_257.4-1ubuntu3/changelog03:36
atstefanice9, what kind issues are you having with suspend? are you using a laptop?03:38
=== JanC is now known as Guest7756
ice9atstefan, the screen turns off and the laptop freeze and I have to do hard reset from the power button, I tested older kernel and the issue persists; I think it's in systemd suspend06:54
ice9`pm-suspend` command works well06:54
=== mrpond6 is now known as mrpond
=== rvalue- is now known as rvalue
=== fling_ is now known as fling
webchat30hello Why do I have this problem? sudo dpkg --configure -a07:43
webchat30Setting up ubuntu-pro-client (35.1ubuntu0~24.04) ...07:43
webchat30[Errno 1] Operation not permitted: '/usr/lib/python3/dist-packages/uaclient/api/u/pro/status/enabled_services/__pycache__/__init__.cpython-312.pyc.129708993290416' -> '/usr/lib/python3/dist-packages/uaclient/api/u/pro/status/enabled_services/__pycache__/__init__.cpython-312.pyc'dpkg: error processing package ubuntu-pro-client (--configure):07:43
webchat30 installed ubuntu-pro-client package post-installation script subprocess returned error exit status 107:43
webchat30Errors were encountered while processing:07:43
webchat30 ubuntu-pro-client07:43
=== cmc_0 is now known as cmc_
=== CrazyGecko3 is now known as CrazyGecko
mgedminEPERM is really a rather interesting error for this09:47
mgedminwhen running as root09:48
=== JanC is now known as Guest2617
=== rvalue- is now known as rvalue
benettoni-paolowlaw10:54
benettoni-paolodakwd10:54
benettoni-paolod10:54
benettoni-paolow10:54
benettoni-paoloa10:54
benettoni-paolod10:54
deadromHeya11:02
deadromon various servers, ubuntu but not limited to, I have files in /tmp that look like /tmp/tmpxxijbmtz or similar random strings, but always leading "tmp" in the filename. ASCII, contents look like journal data, but are these created by journald?11:04
deadromfile reports them all as ASCII11:05
mgedminthey're temporary files created by various programs11:13
mgedminthere's even a mktemp helper for shell scripts that uses tmpXXXXXXXX as the name template11:14
mgedminvarious programming library APIs have similar functions that default to similar filenames, mkstemp/mkdtemp for C, the tempfile module for Python, etc11:14
mgedminas a programmer I hate not knowing which program left a temporary file around, so I try very hard to use a custom prefix/suffix so my temp files are identifiable11:15
mgedminbut not everyone bothers11:15
BluesKajHi all11:17
deadrommgedmin, as the contents are random repetitions of system journals it looks a bit suspicious. I setup auditd now see if that catches it right handed.12:13
MrP82Looking for tips on troubleshooting on a sound issue. Basically the line out on my motherboard which I have my speakers connected to disappears after a while and doesn't reappear unless I reboot or replug the audio cable - that way the sound comes back. In the settings menu the line out simply disappears from output devices when this happens and only HDMI/Displayport remains.12:18
MrP82I'm on Ubuntu 24.04.2, tried aplay -l, inxi -A and wpctl status when this happens. The only difference in output I can see between when the sound is working and when it isn't is the following line from aplay -l.12:20
MrP82card 0: PCH [HDA Intel PCH], device 0: VT1708S Analog [VT1708S Analog]12:21
MrP82Subdevices: 1/1  <---- this line says 1/1 when sound is working and 0/1 when it isn't. Not sure what that tells me and what to do about it.12:22
=== JanC is now known as Guest4195
=== JanC is now known as Guest9769
tomreynMrP82: i generally don't have a good handle debugging audio issues, but maybe these rather generic suggestions can help: make sure you're on the latest HWE kernel - "apt list --installed linux-generic-hwe-24.04" should list package version 6.11.0-25.25~24.04.1, not return blank), check for available bios upgrades, keep a terminal with a kernel logtail (sudo dmesg -w)  open and switch to it as soon as lineout vanishes, note down (and share ehre)14:14
tomreynwhat was logged there.when it vanished.14:14
tomreynand, of course, make sure you're running the latest software available first of all: sudo aot update && sudo apt full-upgrade -V14:15
=== jgee0379818231 is now known as jgee037981823
webchat58Hello14:43
MrP82tomreyn: Thanks, not sure how I'm going to catch it - typically I don't notice when it happens as I usually have nothing playing, I notice it when I do play some video in the browser and there's no sound. The motherboard is 10+ years old so not sure if HWE is meaningful?14:50
tomreynMrP82: Ubuntu LTS Desktop releases switch to HWE kernels with their .2 point release (24.04.2). So if you needed to switch to that you'd just follow what the installer does. You don't need to switch, though, if you prefer to stay on GA. I'm just trying to ensure you have the latest (Ubuntu packaged) kernel *patches* available for whichever kernel variant you choose to run. And, maybe, to introduce some variance, i.e. to switch between GA/HWE to15:15
tomreynsee whether the other one also has this issue.15:15
tomreyns/has this issue/exposes this issue/15:16
tomreynMrP82: run this to onstall zenity, a little utility to display messages on a graphical screen, crontrolled by scripts: sudo apt update && sudo apt install zenity15:38
tomreynMrP82: then run this script in a terminal:     SUBDEVICES=1; while [[ $SUBDEVICES = 1 ]]; do TIME=$(date '+%H:%M:%S'); SUBDEVICES=$(aplay -l | grep -A1 '^card 0: PCH [HDA Intel PCH], device 0:' | tail -n1 | sed 's;^  Subdevices: \(\[0-9\]\)/.*;\1;'); sleep 10; done; zenity --warning --text "ALSA subdevice has vanished at:\n$TIME"15:39
tomreynthis should print a message on screen 10 seconds after the subdevices vanished, including the timestamp. you can then inspect the system journal around this time, using:  sudo journalctl --since $TIME15:44
=== debianero is now known as Guest3166
=== Guest3166 is now known as debianero_
=== jgee0379818234 is now known as jgee037981823
MrP82tomreyn: Got you - on 6.11 hwe now, was still on 6.8 :)15:49
MrP82tomreyn: Ran the script and got a warning message about it disappearing pretty much instantly...15:50
MrP82tomreyn: But lineout is still available in settings and sound is still working though.15:51
tomreynMrP82: hmm, then i probably made some mistake on this script. can you show   journalctl -b -1 | grep 'Linux version'  to see which kernel version you were on and which one you are on now?15:52
tomreynactually not which one you're on now, just which one you were running15:52
MrP82Gotta go to a meeting now - I'll be back in an hour or two...15:53
tomreynok, also share splay -l again:   aplay -l |& nc termbin.com 999915:53
tomreyn* aplay -l15:54
tomreynttyl15:54
=== JanC is now known as Guest1504
Guest8The Cape Canaveral Brainwashers & Stu "d!ckless" Lantz(Gay-TV/Phoenix, since 1997); QEARTH; Destroy it all16:26
Guest8https://www.skao.int/en (Used to Transmit, directly To Humans16:26
Guest8On Qearth, we have Fake outer space programs, airplane crashes, "wars", viruses, murders, Females, staged "deaths", abortions, altered weather, doctored alcohol & marijuana; homelessness, drug addiction... (please, add to list);16:26
Guest8taxpayers fund it all; controlled by "dead" Virginal scientists, underground @ Cape Canaveral16:26
Guest8 https://www.matrixonline.net/ (MASKED Trannys & Queers r in charge) https://www.forbes.com/lists/list-directory/#43a63510b27416:26
leftyfb!op | Guest816:27
ubottuGuest8: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant16:27
Guest8Crap> https://unionrayo.com/en/earth-oxygen-disappearance-prediction/16:27
Guest8  If u can't be Men, create Qearth, thru Brainwashing - and let People Suffer16:27
Guest8 they Shrink White Males, daily16:27
=== JanC is now known as Guest9872
adriciao17:56
randomazzy11hello18:03
adriqualche italiano?18:09
randomazzy11is anybody online?18:12
randomazzy11i am having an issue trying to install the openjdk-8-jdk package on wsl, but i cannot do so because of the fact i get weird errors18:13
randomazzy11https://paste.linux.chat/?a451e984caf5592e#G74KJrDpqEUf7QvpomHKAxqEDouUM3yUm9mLEUwvp2Xf heres what i get from using apt18:13
mgedminthat is an interesting error, I've never seen one like it18:30
mgedmin(but they already left IRC)18:30
ruslanguys18:38
ruslanHow are you?18:39
=== JanC is now known as Guest456
fdog6577s19:32
=== Alpha is now known as Guest2392
=== Guest2392 is now known as Alpha
CrinHello, how could i permantly switch suspend from s2ddle to deep? i tried updating grub as well as making an systemd service "sudo sh -c 'echo "deep" > /sys/power/mem_sleep'" seems to work (untill reboot19:56
fdog6577.19:57
Crineverything seems to default back to s2ddle after reboot :(19:57
leftyfbCrin: what did you update in grub and how?20:01
leftyfbCrin: also, first check your BIOS for any power sleep state settings. That should be step #120:01
Crinwell it works temporarily20:04
CrinGRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=deep"20:05
Crini changed that line added mem_sleep_default=deep"20:05
leftyfbCrin: and how did you update grub after making that config change?20:05
Crinyes i did20:06
leftyfbhow?20:06
Crinsudo update-grub20:06
CrinHow else?20:06
leftyfbok, and the systemd service. Can you pastebin that?20:06
Crinsure sec20:07
Crinhttps://betterpaste.me/?fe432890a18b7a48#6u2k4JLvxBGWuFh6cZjitD1HEoZMMiBoEmku3exzZTYW20:08
leftyfbCrin: try replacing basic.target with suspend.targetand replace After=sysinit.target with DefaultDependencies=no20:11
Crincat /sys/power/mem_sleep keep returnning s2idle [deep] instead of deep [s2ddle] i dont know it works fine untill reboot20:11
leftyfband use ExecStart=/usr/bin/tee /sys/power/mem_sleep20:11
Crinok20:11
Crinbrb going to test by rebooting20:15
leftyfbCrin: sudo systemctl daemon-reload20:15
Crinah ok does reoad not happen during reboot?20:21
Crinreload*20:21
leftyfbit should20:21
Crinno luck yet let me double check20:24
CrinThe temporary file remains now \^-^/ i'm very grateful to you leftyfb20:29
dtuxIs there any chance Backups will ever support other backends (e.g. borgbackup, instead of duplicity)?20:47
ravagedont think so20:47
ravageyou can use a GUI for borg backup20:47
ravagehttps://vorta.borgbase.com/20:48
leftyfbdtux: "Backups" = Deja Dup. The others are competing products20:48
dtuxravage: ya, that's plan B... just like the native experience.20:48
dtuxleftyfb: I'm aware :) I've been having recurring corruption problems with duplicity20:49
CrinRescuezilla is pretty nice if you look a full image20:50
carbonfiberOn ubuntu 24.04, if there are 2x binary packages that are not dependencies of each other,20:51
carbonfiberbut which are from the same source package. and I try to upgrade one of them (or install the newest version), it also tries to upgrade the other. How can I prevent this? I described it in more detail here: https://pastebin.com/raw/RXtHYNJV20:51
dtuxCrin: ah, haven't heard of that... I'll definitely plan to use borgbackup if I have to switch, though. I absolutely love borg20:51
dtuxalright, next (unrelated) Q: I hit this situation infrequently: I run a flatpak, and it shows up in `ps waux`, but I can't see or interact with it (because there's no window that opens). When this happens, it affects ALL flatpaks afaict. I am currently in this state. Anyone know why that happens or what to do about it (other than reboot)?20:55
Leda_Schiavone24I am 24 years old and I am looking for a boy.21:22
leftyfb!op | Leda_Schiavone2421:23
ubottuLeda_Schiavone24: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant21:23
elLeda_Schiavone24: find another hobby, that one's bad21:24
=== antonispgs3 is now known as antonispgs
=== bgregz- is now known as bgregz
=== bgregz- is now known as bgregz
=== antonispgs3 is now known as antonispgs

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