-
Axman6
Hey all! Is there a way to make FreeBSD sleep an attached (HDMI) screen after inactivity, when just using the ttys, and no desktop environment? I just want it to stop outputting a signal without me having to unplug the cable or turn off the screen
-
mason
Axman6: Despite the channel name, I'd ask the folks in #freebsd-xorg on EFnet.
-
scoobybejesus
giusb: I have `rdr pass inet proto {tcp, udp} from !<this_host> to any port {80, 443} -> $jail_caddy_ip` where <this_host> is a table containing the host IP's (host plus vnet jails). otherwise all http/s traffic pipes into caddy instead of heading out of the box. caddy is a loopback jail though. is yours vnet? anyway, going to bed. hope this helps
-
Axman6
mason: Thanks, I'll connect sometime soon in that case
-
tercaL
good morning
-
lisbeths
Do you guys know of a good BSD licensed version of twitter bootstrap?
-
xmj
lisbeths: you mean like this thing here
getbootstrap.com/docs/4.0/about/license ?
-
VimDiesel`
Title: License FAQs ยท Bootstrap
-
lisbeths
MIT License != BSD License
-
lisbeths
Mit License < BSD License -> 10
-
lisbeths
MIT license > BSD License => 10
-
lisbeths
s/->/=>
-
xmj
u what mate
-
lisbeths
MIT License != BSD License.
-
nmz
BSD licensed? copyfree she means?
-
nmz
out of curiousity what do BSDers use for services?
-
nmz
given that theres no systemd
-
xa0z
init
-
nmz
hmm
-
nmz
well I was hoping to start some rclone mounts services as a user, not as system
-
xa0z
Then you'll probably use FUSE.
-
nmz
i'll use runit
-
nmz
I was hoping there was something I could use crontab @restart from
-
xa0z
...
-
nmz
xa0z: whats wrong?
-
nmz
you still need service supervision, FUSE has nothing to do with it
-
xa0z
lol
-
nmz
whats simplest/easiest, perp,runit,s6,daemontools?
-
last1
I am using newsyslog to rotate several Apache log files
-
last1
I want to rotate all of them @ 23:00 , how can I do that and only have newsyslog generate a single sigusr to Apache
-
last1
aka, I don't want multiple graceful reloads for each log file
-
last1
or do I need to set each log file at different times, aka 23:01 , 23:02, 23:03, with the N flag to not signal Apache
-
last1
and only let the last rotate log to signal Apache ?
-
last1
asked differently: If I have 5 entries in newsyslog, all running @ 23:00 , do they run in parallel or one after another ?
-
drobban
dch: have you ever tested building tailwindcss on arm64?
-
dch
drobban: yes, it doersn't work, the nodejs stuff is a catastrophe
-
drobban
fuck me.... as i suspected. I hated node before, it gets further up on my shit list
-
drobban
dch.... seems like I perhaps should start looking on how you have used simple.css instead.
-
dch
you can npm install tailwind on arm64 just fine, then softlink the name back in
-
dch
ummmm
-
dch
drobban: I have one here, let me look what I did
-
drobban
O already found it ;)
-
dch
no, for arm64, I made no notes for that IIRC
-
dch
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest @tailwindcss/forms
-
drobban
oo okey
-
dch
ln -s ~/node_modules/.bin/tailwind _build/tailwind-freebsd-arm64
-
drobban
dch: thx!
-
dch
just those two
-
drobban
thanks!
-
dch
and should work with node20 but this box used node18
-
dch
slap me with a wet fish next week if I didn't write a blog post about all this garbage
-
drobban
dch: hahaha ! i will.
-
dch
ofc with @latest everywhere who knows what garbage gets pulled in and we are back in zero reproducibility land again
-
drobban
dch: yea. Im planning on using my ampere altra to spin up a service using elixir/phoenix... Cant understand how a freaking css framework is so complex it has trouble to build on freebsd and arm64 :D hahaha its freaking crazy
-
dch
drobban: most of my stuff is ampere + freebsd here, it might be worth cooperating on at least a couple of private packages for tailwind etc
-
dch
its not possible to do as an official port, but a private one would be quite doable I think
-
dch
bbl, family stuff
-
drobban
! sure. cya
-
Alloysious
Hi all - I'm struggling a bit with understanding freeBSD's network tunables for a mellanox card - is there a utility for finding out acceptable values or docs somewhere?
-
Alloysious
I'd like to change forward error correction, but I'm not sure what values to use for something like `dev.mce.<N>.conf.fec.mode_active: 4`
-
Alloysious
is there something better than trial and error?
-
xmj
Fhttps://network.nvidia.com/pdf/prod_software/Mellanox_FreeBSD_User_Manual_v3.4.1.pdf
-
xmj
Alloysious seems to be gone, but if they come back...
-
CrtxReavr
Also mlx5en(4)
-
debdrup
nmz: for service supervision, daemon(8) can do most things
-
markmcb
is there rationale for why some ports have a more recent version in quarterly than latest? or is it up to the maintainer to decide?
-
meena
markmcb: quarterly builds less stuff, so it builds faster
-
markmcb
this doesn't match what the handbook says
-
markmcb
"the Latest branch provides the latest versions of the packages to the users"
-
markmcb
the text in the handbook makes it sound like it's impossible for quarterly to ever be more up to date than latest
-
markmcb
unless I'm fundamentally misunderstanding
-
rwp
markmcb, I think what happens is that the Latest build queue is always full and so it takes some time (days, weeks) to get through it while Quarterly has less churn and less build work to do. This creates a situation where a version 123 is placed into both and Quarterly will have it finished while Latest is still working it through the queue.
-
rwp
Which package in particular are you waiting for to get through the build queue?
-
markmcb
rwp: thanks. makes sense. no specific concern, i just notice it frequently. it's more of a new user experience issue. it makes freebsd look like it's unstable or broken.
-
lw
random question prompted by a discussion on another channel
-
lw
does anyone else still use config(8) to build the kernel?
-
meena
lw: other than the build-system?
-
lw
meena: what
-
meena
it;s still used underneath
-
lw
oh
-
lw
yeah i mean if people actually type 'config' at the keyboard
-
jns
Does anyone know if it's possible to write a keymap entry for a key that produces more than 1 byte? -- The atkbd keyboard driver has a few hardcoded bits for specific keys with a 0xe0 prefix, but i'm having to process keys that have a 0xe0 prefix not covered by the atkbd driver -- moreover, it seems that it never hits that switch statement anyway because state->ks_mode == KS_RAW by default (which seems separate from the keyboard mode set with the normal ioctl(0,
-
jns
KDSKBMODE, K_RAW) -- which i'm assuming is because it's intercepted by the kbd driver and not passed on to the atkbd driver...