05:06:10 the_oz - you can mount a file as a file system - same trick you use to mout DVD ROM image etc. - man mdconfig if that helps 05:06:23 there's a similar trick in Linux 05:10:01 heh - everyone's away from terminal. worthy of mention. 05:14:01 Oh I see uskerine wanted to know... a hard link to a file within the jail's file system would probably work. Then you mount it from a memory device. Have not tried in jail context. Also would not share it with other jails directly (for that NFS mounts would be better) 05:14:58 in fact that might be your best bet, an NFS mount on the host. Yhen just put it in fstab 05:29:24 make that 'NFS export' on ther host. yeah I meant THAT. 07:17:50 nimaje I am listening. Can you elaborate on nullfs? 07:20:04 as I understand, you want to mount the partition on the host and give some jails access, you can mount the directory into the jail via nullfs to archive that 07:30:00 I will google about nullfs 07:30:05 thanks nimaje 07:31:03 what about data integrity, while the scenario I am considering is controlled writes and the rest reads when the first is not writing, I suppouse locks do not work between jails, right? 07:31:33 what I mean is that my case is simple, as a few jails might be reading and that it is 07:31:43 but what would happen if I would like to handle data integrity via locks 07:31:54 what kind of locks? why would they not work? 07:34:25 flock 07:34:56 I do not know if they would work or not, I am asking because it is my understanding that jails have certain level of isolation 07:40:04 with nullfs you explicitly share a part of the filesystem, so I would expect flock to work, but never tried it 12:36:06 sigh.. I can't use umlauts today, any other keys like euro symbol aren't working 12:37:13 aargh `setxkbmap us -variant altgr-intl -option compose:menu` seems to have come unset 12:37:19 I wonder what did that 12:37:33 ü€ aaah we're back 14:07:12 im running freebsd 14 on an asus chromebox cn60 and the io speed is insanely slow, it takes a very long time to extract packages with pkg install 14:07:59 i checked top while it was stuck extracting the rust package and the cpu usage was minimal, so im pretty sure its an io issue 14:09:27 the drive is an m.2 sata ssd and the filesystem is ufs 14:10:06 and i havent had this issue with other oses, eg linux and netbsd, only freebsd 14:10:50 i havent yet tried it with zfs because this device only has 2gb of ram 15:46:11 you can run zfs on 2g ram, could be difficult if you want to run a browser simultaneously tho 15:46:50 bz what do you see if you run `doas gstat -soBpd -I 1s` 15:46:55 while its lagging io 15:49:02 its quite conceivable that the chromebook has shitty h/w with crappy i/o path 15:51:31 so looking at `L(q)` should show total pending io, `% busy` is basically if its going flat out or not, and `ms/w` is how long it takes on average to do a write 15:53:17 theres probably similar data available in `iostat(8)` try `iostat -dxw 1` 17:21:58 dvl, i've been running vaultwarden in a jail for a bit over 4 years. never had a problem. works with the bitwarden mobile apps and browser extensions. love it 17:23:05 scoobybejesus: Seems fine so far. Now I have to decide: do I want to do this, or just let Bitwarden take care of it for me. 17:25:23 i decided to have mine in a jail at home. when i'm out, i would need to vpn home in order to update passwords or add new logins. that has never hindered me. i like having my data at home. and backups have been easy. but, yeah, good service for a good price for a good company... 17:28:51 scoobybejesus: With an "offline" solution like that.... hmm, I use VaultWarden only for TOTP, which rarely changes.... 17:30:16 I could move all my OTOP into Keeper (which is what I've been using for years). 17:30:47 since i didn't say it outright, I only have my mobile vault or laptop vault "locked" which is to say that the db is cached on the device. so i can use the apps while i'm on the go for passwords and TOTP. i just can't make updates while out and about 17:32:08 my employer uses Keeper. i like it. i like bitwarden/vaultwarden more. but both are good in my book. 17:32:10 For those to work "offline", was there a specfic setting you needed to do? 17:35:24 It must be that the Session timeout action be set to Lock, not Log out 17:35:33 which i thought was the default 17:46:03 When you do need to create/modify something, and you're not connected to home, what is your procedure? 18:48:20 of course the day i comment on it, the web app stops behaving. updating fixed 18:49:23 when i need to modify, i generally don't. when i need to add, i will create the account with the relevant service, not using the app, and use a strong-enough password that i can remember, and then just change the password later when i add the record to vaultwarden 18:50:26 interesting 18:53:16 i use syncthing and keep my keepassxc file where i need it 22:05:00 If I need to replace a disk that was originally setup by the install root on zfs is there a simple process to that disk via some built in script or do you have to do it by hand? 22:13:16 skered: is it one in a pair of mirrors? 22:15:18 you would need to partition it to match the other one, but zpool replace would do the synchronizing 22:16:00 raidz. Yeah I did a gpart backup other | gpart restore -F new 22:16:09 But I think I know the steps to get it back. 22:16:29 I'm just wondering if there is something builtin that would just do it all for you. 22:17:08 it should be something like 'zpool replace zroot ada1s3' 22:17:14 repart, replace, bootcode, copy ESP, replace swap, etc... 22:17:33 there's no script for it as far as i'm aware 22:17:41 replace swap what? 22:18:11 zfs on root cretes a 2G swap on each disk 22:18:54 that's part of the gpart 22:27:15 * ober has noticed after three installs the user I create has a home directory owened by root. 23:02:29 ober: how do you create it ? 23:02:47 skered: i didn't know you could boot from a raidz