24 Oct 2024 |
| kris joined the room. | 18:27:37 |
25 Oct 2024 |
| ighea left the room. | 11:46:13 |
27 Oct 2024 |
| kris changed their display name from kpa to kris. | 22:14:06 |
24 Nov 2024 |
| Wapsi changed their display name from wapsi to Wapsi. | 09:58:59 |
3 Dec 2024 |
| Heikki Piirainen joined the room. | 18:59:55 |
2 Jan 2025 |
𝖚𝖐𝖐𝖔 | https://lwn.net/Articles/998153/ - Book review: Run Your Own Mail Server | 14:12:24 |
Dataaja95 | Tuohan vaikuttaa mielenkiintoiselta kirjalta, toivottavasti useampi nörtti pistäisi tuon innoittamana meiliserverin tulille | 14:31:43 |
1 Feb 2025 |
| Jarkko Lepistö changed their profile picture. | 11:10:09 |
| Jarkko Lepistö changed their profile picture. | 11:13:11 |
| Neva joined the room. | 21:14:44 |
Neva | FOSDEM konferenssista paljon livestreameja vielä huomenna, ja edelliset vuodet löytyvät katsottavana arkistosta: https://fosdem.org/2025/schedule/streaming/ | 21:22:19 |
7 Mar 2025 |
| samuelvasy joined the room. | 07:21:29 |
8 Mar 2025 |
| eas joined the room. | 12:00:00 |
10 Mar 2025 |
| eas left the room. | 14:24:12 |
14 Mar 2025 |
mijutu | $ LANG=C LC_ALL=C sudo chroot /media/rp3sysroot bash -c 'ulimit -n -H ; su - user -c "ulimit -n -H"'
1048576
/home/user/.bash_profile: line 1: ulimit: open files: cannot modify limit: Operation not permitted
1024
Miten saan su:n olemaan vääntämättä ulimittiä pienemmälle? Tai onko se tässä edes su, joka ulimitin muuttaa? Joka tapauksessa userin .bash_profilessa on jo liian myöhäistä.
| 10:00:22 |
mijutu | chrootissa siis raspios bookworm 64-bit | 10:00:49 |
mijutu | chrootissa on
$ grep nofiles /etc/security/limits.conf
* soft nofiles 4096
* hard nofiles 8192
| 10:06:35 |
Paul | oisko su - | 10:09:58 |
Paul | eli -l | 10:10:00 |
Paul | eli --login | 10:10:03 |
Paul | eli mitä käy jos jätät sen pois | 10:10:18 |
mijutu | $ LANG=C LC_ALL=C sudo chroot /media/rp3sysroot bash -c 'ulimit -n -H ; su user -c "ulimit -n -H"'
1048576
1024
| 10:11:05 |
Paul | ah, ulimit on bash builtin | 10:13:46 |
Paul | eli se userin bash alustaa ulimitit uusiksi | 10:14:22 |
mijutu | $ LANG=C LC_ALL=C sudo chroot /media/rp3sysroot bash -c 'ulimit -n -H ; sudo -u user "ulimit -n -H"'
1048576
sudo: ulimit -n -H: command not found
$ LANG=C LC_ALL=C sudo chroot /media/rp3sysroot bash -c 'ulimit -n -H ; sudo -u user ulimit -n -H'
1048576
sudo: ulimit: command not found
$ LANG=C LC_ALL=C sudo chroot /media/rp3sysroot bash -c 'ulimit -n -H ; sudo -u user sh -c "ulimit -n -H"'
1048576
1024
$ LANG=C LC_ALL=C sudo chroot /media/rp3sysroot bash -c 'ulimit -n -H ; sudo -u user bash -c "ulimit -n -H"'
1048576
1024
Ei auta vaikka vaihtaa sudoon tai sh:hon.
| 10:14:45 |
mijutu | Löytyihän se. /proc mountaamatta | 10:18:17 |
mijutu | * Löytyihän se. /proc mounttaamatta | 10:18:26 |
mijutu | Hoksasin sen, kun yritin ilman shelliä kokonaan, eli cat /proc/self/limits ja sitä ei löytynyt. | 10:18:49 |
27 Mar 2025 |
| millerii set a profile picture. | 07:53:59 |
| millerii changed their profile picture. | 07:56:58 |