-
Onepamopa
So... here was I preparing to end it for tonight. Locked the screen and all of a sudden - black screen with a message "The screen locker is broken and unlocking is not possible anymore. In order to unlock it, switch to a virtual terminal (e.g. Ctrl+Alt+F2), log in as root and execute the command: # ck-unlock-session <session-name>".. Is that a
-
Onepamopa
remnant of an old KDE bug someplace? Had to ssh-in and restart sddm to fix it..
-
AmyMalik
How are we lagging so bad at such low load averages‽
-
crest
AmyMalik: ?
-
crest
freebsd is fairly responsive even under heavy load
-
crest
what is lagging?
-
AmyMalik
disregard, crest
-
AmyMalik
i am maybe a little strange
-
hernan604
Hi guys, so, i have /dev/nda0p3 with a (new) BSD install... and /dev/nda1p4 also with a (older) BSD install. I mounted the older one in /mnt/4tb however im not able to see /etc dir... i can see /home /tmp /usr/ /var but not /etc
-
hernan604
I think they are under those zroot4tb/ROOT/* snapshots --
termbin.com/otdz
-
hernan604
how can i access those /etc/ files ?
-
mmlj4
good suggestions on a VPS provider for FreeBSD? my old one still runs on Linode, but I'm worried that akamai or whoever will break it at some point
-
mvanbaak
aws
-
mvanbaak
hetzner
-
amadaluzia
hetzner supports freebsd? dang
-
amadaluzia
thats news to me
-
jbo
mmlj4, tilaa works gret
-
jbo
great
-
jbo
but honestly any decent VPS provider will do. just ask them to mount a custom ISO - never had a problem.
-
Evilham
+1 for Tilaa
-
vkarlsen
DigitalOcean works well too, although they don't officially support it
-
ivy
kevans: dacav: sorry, my bad, i thought the original question was "why isn't dma setgid mail?" so i assumed it wasn't without checking, but in hindsight i think it must be setgid mail to allow it to deliver local mail
-
ivy
so i think we should just make dma.conf root:mail 0640
-
kevans
ivy: +1
-
ivy
once i have finished moving 10,000 manpages to another package i'll have a look at that
-
adonis
What should I check if I am getting ~75MiB/s read, ~50MiB/s writes to a target LUN via ctld that is setup as a ramdisk? My network is gigabit, and I have confirmed full bandwidth utilization ~950MB/s down/uploads between the initiator and target machines.
-
adonis
Sorry the network bandwidth is Mb/s not MB.
-
adonis
As far as what I'm using on the iscsi initiator side, its fio, bs=64k, io depth=32, sequential read.
-
TommyC
vmstat?
-
adonis
TommyC: you are asking what vmstat gives while the speedtest is running?
-
TommyC
Well you asked what you shoudl check so vmstat was my initial recommendation.
-
adonis
ah ok got it
-
adonis
any specific args I should run it with?
-
ivy
if ramdisk means tmpfs, the first thing i'd check is putting the backing store on a real disk to rule out weird vm issues
-
TommyC
I've almost always just ran vmstat as is with perfectly fine results.
-
adonis
ivy: my first test was with a zfs zvol (backed by spinning disks), then with a file, then ramdisk, all give the same result essentially. My zvol has very high reads near ~1.2GiB/s, writes ~500Mib/s.
-
adonis
but I'm just testing with ramdisk now for a bit simpler setup
-
hernan604
Hi! guys, im trying to move from disk0(old freebsd install) to disk1(new freebsd install)... both disks are geli...
-
hernan604
however, when i boot, geli asks for the password for the disk1(new install).. but it also asks for the password for the old disk0 install
-
hernan604
if i dont enter the password for the second disk, it says it will reboot
-
hernan604
how can i fix this ?
-
hernan604
both disks are ZFS with geli
-
hernan604
zfs is confusing lol
-
hernan604
im not a zfs expert.. but its always confusing because its completely different from traditional FS
-
nimaje
pretty sure that has to do with loader or geli and would happen similarly if there was ufs inside geli, but no idea how to get loader to only decrypt the disk you want to boot from
-
hernan604
nimaje: yeah.. that sucks
-
hernan604
i think i will have to create a new fs
-
hernan604
didnt want to do that
-
hernan604
but... i dont understand