|
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 | |