01:14 rmv joined, rmv left, rmv joined 01:18 rmv left 01:38 kylese left 01:41 kylese joined 02:15 kylese left, kylese joined 02:17 xinming left 02:41 apogee_ntv left 02:43 apogee_ntv joined 03:05 leppard left 03:50 rmv joined 03:51 lichtkind_ joined 03:53 lichtkind left 03:54 rmv left 04:26 guifa joined 04:27 wayland left 04:47 wayland76 joined 04:55 guifa left 05:54 cm left 06:58 cm joined 08:00 rmv joined, rmv left, rmv joined 08:03 vrurg_ joined, vrurg left 08:05 rmv left 09:03 Sgeo left 11:18 rmv joined, rmv left, rmv joined, human-blip left 11:20 human-blip joined 11:23 rmv left 12:07 leppard joined 12:30 johnjay left
El_Che tbrowder: debian 13 is there: github.com/nxadm/rakudo-pkg/releas...g/v2026.06 12:42
tbrowder El_Che: thanks! 12:50
13:04 guifa joined
El_Che (and in the repos) 13:35
14:02 jdv joined 15:23 human-blip left 15:25 human-blip joined 15:28 Pixi` is now known as Pixi 15:47 human-blip left 15:49 human-blip joined 15:55 shiuanyi joined 15:56 shiuanyi left 16:18 guifa left 16:23 rmv joined, rmv left, rmv joined 16:27 rmv left 16:36 leah2 left 16:37 leah2 joined 17:33 Sgeo joined
[Coke] I appear to have a service I setup to run at startup on my ubuntu box (it's raku.land, but it's not working) - I have no memory of what I did to set this up. Any suggestions on where to look to remove it from startup? 17:58
perryprog if you're lucky you can ^R search for systemd and the service name will probably be in there 17:59
[Coke] (note: it's *my copy of raku.land*, not the real one)
perryprog you'd want something like either sudo systemd disable rakuland.service or possibly systemd --user disable rakuland.service
[Coke] in shell history? this was years ago. Don't see anything.
perryprog that's why I don't cap my shell history :P 18:00
[Coke] I have no idea what it's called. I don't see anything in systemctl list-units --all 18:01
perryprog Check both sudo systemctl list-units --all as well as systemctl --user list-units --all?
[Coke] nope. only thing in the user one is the blin run I'm currently doing. 18:03
perryprog also adding --type=service might help
uhhhh
Maybe just check places like /usr/lib/systemd/user? 18:04
[Coke] nope. 18:06
I feel slightly better now that I couldn't find it on my own. :)
perryprog Maybe check what the parent is with pstree?
[Coke] and also worse. what the hell did I do? :)
perryprog (what the parent is of the raku.land process*) 18:07
[Coke] the process that is showing up is `rakudo /usr/share/site/bin/lorea' 18:08
er,
rakudo /usr/share/perl6/site/bin/lorea --start-service ... 18:09
/usr/share/perl6 doesn't exist.
rakudo───5*[{rakudo}]
^^ pstree <pid of that process>
perryprog and what does it graphically point to as the parent of the process? 18:10
[Coke] that is the literal only line
... bah, the owner of this process is "azureuser", which is me.
perryprog ... of pstree?
aha! 18:11
[Coke] yes
perryprog okay, so it's not systemd starting it
Could it be in a crontab with a @reboot? 18:12
[Coke] I don't see anything in .bashrc, .login...
no crontab for azureuser
no crontab for root
perryprog Double check crontab -l?
[Coke] that's what I ran, got those outputs for `crontab -l` `sudo crontab -l` 18:13
perryprog uhhhhhhhhhhh. This isn't an insanely old version of Ubuntu right
it's also not in like /etc/init.d right 18:14
and/or in /etc/rc2.d 18:15
[Coke] VERSION="24.04.4 LTS (Noble Numbat)" 18:16
don't see anything perl6/raku/lorea under those two dirs. 18:17
I appreciate you sticking with me. :)
perryprog the fudge...
[Coke] I can give you ssh access if you are curious enough. :) 18:18
perryprog Could try doing some locate searches
But that'll take away the satisfaction from you once it's figured out!
[Coke] Initializing plocate database; this may take some time...
Honestly, I'm tempted to start a new blin testing/release box and use that instead. :| 18:19
perryprog (it shouldn't take thaaat long. It's just a big 'search by filename' thing)
tbrowder El_Che: i'm getting an error running yr simple script. it complains about insecurity of sha1. i think that happened somewhere between release of debian 12 or 13. i'll gist the exe and output here shortly. 18:23
make that more like an hour... 18:24
perryprog [Coke] can you send the output of: pstree `pgrep -o rakudo` 18:25
correction
pstree -s `pgrep -o rakudo` 18:26
[Coke] systemd───containerd-shim───rakudo───5*[{rakudo}] 18:33
perryprog oh!
so it 1) is systemd and 2) is getting run by containerd 18:34
I'm not familiar with containerd but you'll want to look through its files to see if it has something 18:35
Presumably somewhere in /etc/containerd/
[Coke] grep -v "^#" /etc/containerd/config.toml -> disabled_plugins = ["cri"] 18:45
ctr --namespace default tasks list -> nada 18:46
:sigh:
ok, back to blin stuff. :| 18:47
perryprog probably need sudo for the ctr command since it looks like you aren't running rootless
(But again I don't know containerd so)
[Coke] yes, there was a sudo there too 18:48
perryprog rip
[Coke] mmm 18:53
thanks, though!
perryprog 👻 18:54
19:01 rmv joined, rmv left, rmv joined