Tyler
トミ
Mortis Jon
Sup
Ronard NX
Ronard NX
Also 13T
Ronard NX
Boy... My laptop have only 512G
Tyler
Baron
Also 13T
not true, this is poudriere + zfs mess
I actually have 2tb on this machine
Baron
T430 with a ssd case instead of a cd/dvd reader it is great
Baron
with the msata slot you can get crazy amount of space for a noteboot
Baron
Baron
FreeBSD forum it is the best social media ever
ɴꙩᴍᴀᴅ
FreeBSD forum it is the best social media ever
Indeed. We are trying to implement something similar with the forum-like tg offers, but there is an issue on how it handles notifications. As for now you can either enable all or disable all iirc, which is not really convenient I think
Baron
Baron
because the internal notification its fine(IMHO), just click in watch or unwatch, no?
Baron
ɴꙩᴍᴀᴅ
No worries, we'll get there
Ronard NX
Mortis Jon
ɴꙩᴍᴀᴅ
Also, @MortisJon @LukeSmithxyz let's move the conversation here until it's freebsd related, to avoid annoying people that have notifications for fbsd related stuff https://t.me/freebsd_offtopics
Mortis Jon
ɴꙩᴍᴀᴅ
accept the application
Try again. Tg works really bad with those. Requests appear and disappear with nosense
Mortis Jon
ɴꙩᴍᴀᴅ
Im entered
Awesome, I moved the messages there. Thanks (:
Mortis Jon
Ronard NX
So the sheeps may actually give him some
Mortis Jon
extrowerk
Ronard NX
Ronard NX
Why do i love freebsd so much?
Ronard NX
I ve installed archlinux, but it s pure bloat
Ronard NX
I m back to fbsd. Every night i read the documentation
Ronard NX
It s a pure pleasure.
Ronard NX
# This is a shim devd(8) configuration file to implement calling the
# wifibox service on suspend because that is not supported by the
# base system. Review the contents and create a copy of it without
# the .sample extension to use it. Restart the devd service once
# the file has been created.
#
notify 11 {
match "system" "ACPI";
match "subsystem" "Suspend";
action "/etc/rc.suspend acpi $notify && /usr/local/sbin/wifibox stop";
};
notify 11 {
match "system" "ACPI";
match "subsystem" "Resume";
action "/etc/rc.resume acpi $notify && /usr/local/sbin/wifibox start";
};
Ronard NX
i m using this for wifibox resume suspend devd rule, but still it wouldnt load properly after suspend
Ronard NX
someone told me to edit /etc/rc.suspend. but i m pretty dumb at this moment not to break the service itself
Carl
i use a cat /var/run/devd.pipe over a fifo memory to notify diferent things in my bar ... you could write the output of that file to see what events are launched after the resume
Tyler
on where can i disable for my external ssd with zfs filesystem to go sleep? if i leave my computer for 5 mins and coming back i have this I/O failure due to my USB controller. camcontrol or usbconfig does manage it? Or something else?
Ronard NX
Carl
yeah, maybe you have in sysctl the solution ... look at this one too ——> hw.usb.power_timeout: 30
Carl
kern.cam.da.default_timeout: 60
Tyler
Carl
this two entries may have the solutions, yes
Tyler
Carl
put them both to zero and try it ... but i really do not know, sorry
Tyler
Ronard NX
Ronard NX
nvm
Ronard NX
how do i build a port xD
Tyler
how can i specify the device?
sysctl kern.cam.da.timeout=0 /dev/da1 ? i dont want to do it globally...
Tyler
in linux is /sys/block/*/device
Carl
this sysctl variables are globally ... if you want only for one disk i think you need to find the solution in the apm service ... the link i sent you have a lot of clues about apm and epc
Tyler
so here also should specify the device
Carl
https://serverfault.com/questions/1047331/how-do-i-disable-hard-disk-spin-down-or-head-parking-in-freebsd
Tyler
Tyler
so i need to disable sleep on ugen0.4 at usbus0 scbus1
Tyler
i think power management no and power-up in Standby yes values should be work...but still not sure...🙄
Tyler
Ronard NX
KLD vboxdrv.ko: depends on kernel - not available or version mismatch
linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type
KLD vboxdrv.ko: depends on kernel - not available or version mismatch
linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type
Ronard NX
umm...
Carl
if you read the camcontrol manual ... they talk about "idle" with optional parameter "-t 0" to disable timer ... so the command would be camcontrol idle da0 -t 0 .... but they talk too about how dangerous is to use camcontrol and you could lost data .... so it is a risky command, i do not know what i am doing, i am just reading the manual and i can be wrong
Tyler
Carl
yep, you must wait somebody gives you a true clue ... i walk totally blinded with you, sorry
Carl
i would bet on that command ... the worst would be make a reset and try other options .... this command will make two things ... or makes idle right now the disk and you must reset ... or it just disable the idle while the system is up
Carl
was your disk the da0 ???
Tyler
yep
Tyler
i think my command will be camcontrol idle da0 -t 0 && camcontrol standby da0 -t 0 && camcontrol sleep da0 -t 0
extrowerk