2025-02-08 10:23:43 how alpine/musl act when shared library is upgraded? is the running processes (daemons usually) reload new library or they must be restarted to load new one 2025-02-08 10:59:06 mps: apk does not restart any services, so if a process is running, it would keep using the old versiohn 2025-02-08 11:00:47 ikke: I know that apk don't restart daemons (except now sshd) 2025-02-08 11:01:11 sshd only for a specific upgrade 2025-02-08 11:02:18 i had vague idea that musl ld loader reload new libs in running processes 2025-02-08 11:05:30 Never heard of that 2025-02-08 11:07:55 maybe i misunderstand some old posts on irc 2025-02-08 14:13:30 no musl ld loader does not reload new libs 2025-02-08 14:14:07 i dont think you can even reload dlopen'ed libs 2025-02-08 15:09:45 yeah that sounds not easy 2025-02-08 15:46:43 thank you all for clearing my doubt 2025-02-08 16:06:47 fwiw my personal favorite for automatic restarting outdated services is https://github.com/jirutka/apk-autoupdate 2025-02-08 17:10:33 i just read that we will lost arm machines. is it true? 2025-02-08 17:17:24 no 2025-02-08 17:17:44 x86_64 CI hosts, mirror infra, x86_64 dev box 2025-02-08 17:18:27 ikke: we will lost these? 2025-02-08 17:18:45 They're provided by equinix, and equinix is stopping provoding hosted servers 2025-02-08 17:18:49 providing* 2025-02-08 17:26:22 btw, linux 6.14 have some initial spacemit SoC support 2025-02-08 17:26:40 yep saw that. quite exciting 2025-02-08 20:19:55 nice 2025-02-13 19:11:39 Looking in arch/riscv/boot/dts/spacemit it seems to just be CPUs and UART, so very initial 2025-02-18 12:18:04 algitbot: retry master 2025-02-19 10:05:31 what package would be good to have git repo access from net and that package is in alpine? 2025-02-19 10:06:33 not featurefull, basic and simple prefered 2025-02-19 10:09:34 gitea? gitolite? 2025-02-19 10:20:35 cgit 2025-02-19 10:21:29 forgejo is also popular 2025-02-19 10:28:27 cgit is read-only afaik 2025-02-19 10:30:21 didn't know for forgejo, will look. thanks 2025-02-19 10:37:03 cgit is based on a git repo, you push via ssh 2025-02-19 10:40:21 aha, ok. 2025-02-19 10:42:52 setting up cgit is actually more challenging 2025-02-19 10:50:17 i used gitea some time, but long ago 2025-02-19 10:53:11 can recommend forgejo 2025-02-19 10:53:20 imo its gitea but foss again 2025-02-19 10:56:43 ok, i will test forgejo 2025-02-19 10:57:12 its includes the whole kitchen 2025-02-19 10:57:51 clandmeter: is gitea simpler? 2025-02-19 10:58:02 they are the same 2025-02-19 10:58:09 kind off 2025-02-19 10:58:21 ah, then forgejo 2025-02-19 10:58:26 cgit is the most lightweight git browser 2025-02-19 10:58:28 currently gitea and forgejo are very similar, but forgejo has many new functionalities and actually security fixes 2025-02-19 10:58:36 but it need some additional setup with nginx or similar 2025-02-19 10:59:10 i assume (i never used it) you just install forgejo and run some init.d script 2025-02-19 10:59:19 cgit will not serve in my case 2025-02-19 10:59:26 and some minor ssh setup 2025-02-19 11:02:23 oh i guess it allows pushing over https 2025-02-19 11:10:55 Definitely a +1 for Forgejo 2025-02-19 11:13:50 good, so forgejo is winner 2025-02-19 11:20:16 installed, configuring it 2025-02-26 16:21:54 algitbot: retry master