/srv/irclogs.ubuntu.com/2024/02/03/#ubuntu.txt

darkdrgn2knft_compat.ko was missing00:05
sarnoldravage: btw it *is* possible to move from 32bit to 64bit :) https://wiki.debian.org/CrossGrading00:24
sarnoldmichela: wow, that's *so* strange. thanks so much for reporting back :D00:26
michelaAh. Sorry. I lied!  :D00:29
sarnoldoh no :(00:29
michelaIt's actually Oracle Linux 8, regardlees of where it is hosted.00:29
michelaSorry about my error on that. hah00:30
sarnoldmichela: aha!00:30
sarnoldokay, that feels like an easy mental typo, hehe00:30
michelaI thought those were Rocky machines, but they were Oracle machines. It does happen in Azure and on our own hypervisors (Where we do not customise the cipher configuration in ssh server).00:31
michelahah. Yes. It's been a very hectic day. I'm blaming it on that.  : P00:31
sarnoldsolid plan :)00:31
sarnoldI wonder they botched their terrapin patches?00:32
michelaPlus, we have another thing to rant about Oracle for!00:32
sarnoldshsssssh do you want to hear from their lawyers?00:32
michelaTrue. Spies everywhere!00:32
sarnoldin any event, a bug report their way would probably a good idea :)00:32
michelaYah. I'll do that. I'm just so glad it's solved. It's still somewhat of an edge case00:33
michelaThanks so much for your thoughts on this as I puzzled through it!!00:33
=== uf8 is now known as uf
=== guiverc2 is now known as guiverc
=== luna_ is now known as luna
imican I somehow get a real-time list of everything that is exec(3)-ed? in the left hand side panel (the tray where the apps are minimized to) I see a cogwheel icon to show up and then disappear right away. maybe it's a malware maybe it's just how things work on my machine, but I'd like to know05:58
rboxno06:00
imimaybe it has something to do with clipboard management, or kolourpaint, idk06:00
=== pushkarnk1 is now known as pushkarnk
=== Mardroemmar_ is now known as Mardroemmar
bleihow do i stamp the year in the upper right corner of a page range of a pdf?08:28
mentalowheyo! what08:36
mentalowwhat's the best way to install tcp_bbr2 those days? I see some Ubuntu variants have it, not all..08:36
CosmicDJmentalow: google says bbr2 is still alpha, why do you need it now?08:45
mentalowCosmicDJ: it's been in alpha since 2021 and haven't really received changes since then, as Neal is working on BBRv3 to be upstreamed.. we actually been using bbr2 on Amazon Linux for quite some time (and is shipped by default, just not enabled by default). it provides us with massive improvements to our data distribution stack (chronicle queue) as it prevents 2-4 frames burst losses from08:57
mentalowautomatically causing 200ms * n RTOs.. pretty common in AWS networks08:57
mentalowif there's no prepacked, we'll just build, all good!! :)08:58
=== Vercas93 is now known as Vercas9
oerheksmentalow, https://wiki.crowncloud.net/?How_to_enable_BBR_on_Ubuntu_22_04 available in kernel 5.xx09:55
Lantizia_Hi, I usually set my sudoers file so that if you're in the sudo group, you can use sudo without reentering your password (at least I do on servers).  It seems pointless to login to a server via something like SSH and then immediately need to do something as a super user and enter your own password again... what matters more to me is logging who did what/when10:37
Lantizia_But I wouldn't mind is if I could somehow have it so if someone does 'sudo su' or 'sudo -i' or equivalent... that it *then* asks for their password again... to try and maybe deter people just running a root shell maybe?10:37
geirhaI'm sure you can make a rule for sudo su, but not sure about sudo -i11:23
=== Szadek31 is now known as Szadek3
=== ahh_ is now known as bogart_
FKAShinobiCan fstab auto mount an ext4 filesystem to a zfs dataset?  I have an entry in my fstab, but does not automount. It only mounts after issuing mount /dev/sdb1 manually. Fstab lists that entry with "defaults"13:24
wanwanvmls13:34
wanwanvmdir13:35
BluesKajHi all14:25
=== polymorp- is now known as polymorphic
=== jfsimon1981 is now known as jfsimon
=== JanC is now known as Guest1770
=== JanC_ is now known as JanC
elSmith-Is Ubuntu Studio an official ubuntu flavor?16:22
EickmeyerelSmith-: Yes16:24
elSmith-Okay cool I have an issue with a service that's not starting up on boot16:24
elSmith-user@121.service16:24
elSmith-I type in systemctl status --list=failed and that service comes up but I can start it manually with no error16:26
elSmith-systemctl list-units --state=failed rather16:26
EickmeyerHmm... we don't have a 121.service file installed by default, so not sure where you got it.16:28
oerhekssounds like 'user manager for uid 121'16:29
elSmith-If I type systemctl status after boot up it tells me system degraded and when I run that service it shows up green16:30
EickmeyerIs it affecting the functionality of something?16:32
elSmith-No I can still log in I just would like everything that's supposed to be running starting up when it needs to16:32
elSmith-It runs but in a 'degraded' fashion16:33
EickmeyerThen I wouldn't worry about it. It's nothing that we, on the Ubuntu or on the Ubuntu Studio side, configure by default. Not sure what it means by 'degraded' but that is probably nothing to worry about.16:33
pragmaticenigmaelSmith-: it might be a good idea to paste (dpaste.com) the status of the service in it's failed state, or any of the full text of the messages you're seeing16:34
leftyfbelSmith-: did you look at the journal log for the service?16:34
elSmith-If you open up a console what do you get when you type in: systemctl status16:34
elSmith-No leftyfb how do I do that?16:34
leftyfbelSmith-: is this a service running as root or is it a --user service?16:35
elSmith-leftyfb: Not sure the service exact name is: user@121.service16:36
leftyfbelSmith-: sudo journalctl -u 121.service16:36
leftyfbor whatever the name of the service is16:36
elSmith-I just got a lot of information on it don't know what I'm looking for in here but can scroll up and down16:38
leftyfbelSmith-: who made this service?16:38
elSmith-I see some bluez errors I think that's bluetooth16:38
leftyfbelSmith-: what is the name of the service?16:38
elSmith-Starting User Manager for UID 12116:39
elSmith-Very first line ^16:39
leftyfbelSmith-: what is the name of the service?16:39
elSmith-leftyfb: The service exact name is: user@121.service16:39
leftyfbwho made it?16:40
oerheks"Stopping User Manager for UID 121" error after installing Nvidia drivers on Ubuntu?16:40
elSmith-Not sure16:40
leftyfboh16:41
leftyfbhm, TIL about this service16:41
leftyfbelSmith-: what release of ubuntu is this?16:42
elSmith-I see pipewire entries and things related to sound16:42
elSmith-Ubuntu Studio16:42
leftyfbelSmith-: journalctl -u user@121.service -S today | nc termbin.com 999916:42
elSmith-https://termbin.com/vzsd16:44
leftyfbEickmeyer: is fluidsynth installed by default on Ubuntu Studio16:46
Eickmeyerleftyfb: Yes16:46
EickmeyerReally due to being a dependency of a synthesizer plugin.16:47
leftyfbthanks for looking. I only saw lots of complaining from fluidsynth16:47
leftyfbEickmeyer: mind taking over or do we send them to #ubuntu-studio? Seems very Ubuntu-studio-specific-app-plugin-specific16:48
Eickmeyerleftyfb: That's not the issue.16:48
leftyfboh?16:49
EickmeyerFluidsynth runs on startup, that's known.16:49
EickmeyerAlso potentially a known bug that I'm not sure there's a fix to yet.16:49
elSmith-Well I'm glad I came here actually16:50
elSmith-I've been looking for solutions for a couple of days now16:51
EickmeyerThough it does seem to be fix in Noble Numbat (future 24.04)16:51
elSmith-When the next lts release came out I was going to just do a reinstall16:52
leftyfbApril16:52
oerheksi find only posts related to nvidia https://answers.launchpad.net/ubuntu/+question/68991116:52
leftyfbthough personally I tend to wait till August when 24.04.1 is released16:52
elSmith-I didn't do anything with nvidia or video drivers16:52
oerheksoke, then that is ruled out16:53
leftyfboerheks: it's the user manager service that's failing and there's zero mention of nvidia in the log for today16:53
Eickmeyerhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=105324516:54
-ubottu:#ubuntu- Debian bug 1053245 in fluidsynth "fluidsynth: Fluidsynth starts at boot and blocks the sound device, no obvious way to disable it" [Critical, Open]16:54
EickmeyerIt can be disabled, so it's probably running at start intentionally.16:55
elSmith-I think I removed the bluetooth and I see that in the logs, I just reinstalled it again so I'm going to see if it starts up after reboot I'll be back17:11
elSmith-Installing bluetooth manager did not effect it17:15
elSmith-user@121.service loaded failed failed User Manager for UID 12117:15
the9ineHi17:42
=== travisghansen6 is now known as travisghansen
telgareithI'm trying to install netdump-server (kernel panic memory dump over the network), but I can't find the package to install. What am I missing?18:17
oerheksnetdump ?  https://manpages.ubuntu.com/manpages/jammy/man4/netdump.4freebsd.html18:20
=== tomaw- is now known as tomaw
telgareiththat's the sender19:03
bleii am looking for a lightweight linux distribution where i can use google chrome and xdotool and it runs in virtualbox and thats it19:20
rboxany dist can do that19:20
lotuspsychje!flavours | blei19:20
rboxyou're in #ubuntu... so you should use ubuntu19:20
bleislash ignore lotuspsychje19:21
bpromptblei: lightest I take it puppy linux19:22
=== user03 is now known as gchound
KNERDusing Rufus, I put a Live image on aUSB flash stick with persistent storage space, However when booting up, it is like booting fresh again.  Anyone got some tips on20:13
tupnilive images often write to ram and not disk, KNERD20:20
tupnieven if Rufus makes a persistent storage, it doesn't mean the livecd will store its settings there.20:20
KNERDtupni: thanks. any means to try to force it?20:21
tupniyou'd be better off with images that have persistent storage by default.20:22
tupniTAILS has something like that I believe, and you'll just have to figure out who else does. Or you could install to usb, which would make your USB device a whole system, it's possible to do.20:24
tupnibut live images in general are not set up for persistent storage. They just write to ram and once you reboot it's gone.20:25
tupniInstall to USB could be a solution for you. KNERD. Then your whole system will reside on the USB device.20:25
KNERDwell, i am studying LIve Systems so I need to read what is going on the system, When using grep for example, I run out of RAM20:26
arkanoidI'm failing to build a program downloaded from the official website, so I fallback to apt sources. Once I've downloaded the source code of a package via apt-get source X, where I can read how ubuntu builds it for its repository?21:43
ravagehttps://wiki.debian.org/BuildingTutorial should cover it21:44
arkanoidravage: thanks21:51
dellno agenda21:53
=== NickH_ is now known as NickH

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