-
V_PauAmma_V
1- What do you have in your rc.conf for WiFi configuration? 2- (about not seeing debug output) In /etc/syslog.cionf, check whether "*.=debug /var/log/debug.log" is commented out. If it is, uncomment it, save, then run: service syslogd reload
-
V_PauAmma_V
s/cionf/conf/
-
V_PauAmma_V
(For 1, use a pastebin.)
-
cracauer
wlans_iwn0="wlan0"
-
cracauer
-
cracauer
ifconfig_wlan0="WPA DHCP"
-
cracauer
The debug sysctl does nothing since debug is not compiled in, I just found that and I'm recompiling the kernel.
-
cracauer
options IWM_DEBUG # is required for the sysctl to do anything.
-
idwer
you have 'wlans_iwn0' in there
-
cracauer
syslog debug file is enables.
-
idwer
not wlans_iwm0
-
cracauer
Oh I have that, too. Sorry, mental mixup.
-
idwer
adjust it, then run service netif restart, and wireless should come up
-
idwer
keys should go in /etc/wpa_supplicant.conf which you probably have filled already
-
cracauer
No, I already also have: wlans_iwm8="wlan8" ; ifconfig_wlan8="WPA DHCP"
-
cracauer
I also have a USB wireless in there that works fine.
-
rtprio
8 ?
-
idwer
what's in dmesg?
-
idwer
for.. iwm, wlan
-
cracauer
iwm0: <Intel(R) Dual Band Wireless AC 7260> mem 0xf7c00000-0xf7c01fff irq 17 at device 0.0 on pci3
-
cracauer
-
cracauer
iwm0: hw rev 0x140, fw ver 17.352738.0, address 7c:5c:f8:dc:f9:3d
-
cracauer
-
cracauer
The only wlan entries are for the usb wifi dongle.
-
V_PauAmma_V
Hmm, that's iwm0 (zero), not 8 (eight).
-
cracauer
As I said, the same FreeBSD install works for other iwm cards, just not this one. I am compiling with IWM_DEBUG now.
-
idwer
why?
-
idwer
kldstat would show if_iwm being loaded, right, here
-
V_PauAmma_V
What does "grep iwm8 /var/run/dmesg.boot" show?
-
rtprio
font too small, i guess
-
rtprio
er, yeah, if dmesg doesn't align with rc.conf it's also not going to work
-
cracauer
wait. 8?
-
cracauer
Holy...
-
cracauer
Thanks for spotting that.
-
idwer
if your keyboard has a numpad on the right, use '0' on the numpad since it's far away from '8'
-
idwer
ya
-
cracauer
I use an old VGA font that puts a dot in the 0. Easy to mistake.
-
rtprio
they still should look nothing alike
-
cracauer
... and it works fine. Just the 8 instead of the 0 that was wrong. Thank you so much.
-
V_PauAmma_V
You're welcome.
-
rtprio
heh
-
cracauer
... and now my root filesystem is full because iwm debug goes to /var/log/messages :-D
-
mason
Logs are working!
-
mason
:)
-
rtprio
mv /boot/kernel /boot/kernel.debug; mv /boot/kernel.old /boot/kernel && reboot
-
cracauer
I would have wished that it goes to /var/log/debug, but I think the kernel can't do that.
-
mason
Is there a discussion of what "jv" is rc.d/jail?
-
mason
s/is/is in/
-
rtprio
looks like it's the name of the jail
-
rtprio
er, short identifier
-
mason
rtprio: There's functionality that seems to care about it.
-
rtprio
eval _jconf=\"\${jail_${_jv}_conf:-/etc/jail.${_j}.conf}\"
-
rtprio
yeah, i'd say so
-
mason
Yeah, but there's more than that.
-
mason
Follow it down.
-
mason
I'm going to start digging through commit logs.
-
mason
bbiab - I'll summarize what I find
-
rtprio
i should really start using jails
-
ixmpp
does anyone here use freebsd?
-
ixmpp
sorry 😂 i meant: does anyone here use xmpp?
-
ixmpp
i created a muc, for freebsd
-
ixmpp
happy to hand it over to freebsd devs, but otherwise feel free to join: xmpp:freebsd⊙xf?join
-
ixmpp
... i meant, xmpp:freebsd⊙mxf?join
-
lystra
Hi. We have an old 7.4-STABLE system (Pentium 4) with a Cyclades PCI card connected to some external devices. We are using the cy(4) driver to control the devices. I checked
cgit.freebsd.org/src/tree/sys/dev and don't see a cy driver. Anyone know the last release of FreeBSD to support this driver?
-
VimDiesel
Title: dev « sys - src - FreeBSD source tree
-
epony
-
VimDiesel
Title: cy(4)
-
epony
use the drop list to find it
-
epony
you can't move too much forward on that class of machine (about 2004-2005)
-
epony
12.4 has it
-
epony
read carefully release notes on the major versions
-
epony
lystra, you could probably upgrade 'carefully' to about ~10 and prpobably later reaseases with some caveats (attention to changes)
-
lystra
epony: 11.4 is the latest release that will install on our 32-bit Pentium 4 system. Trying to rebuild a custom kernel now with the rp(4) and cy(4) drivers.
-
lystra
If the driver is in the tree, does that mean it compiles? cy(4) isn't in the GENERIC kernel.
-
epony
can't say without trying
-
epony
if I was doing this, I would not skip major branches without their release notes an understanding what is happening in the kernel and sub-systems (and file systems)
-
epony
if you're reinstalling from scratch, you can just prepare various last minor releases from the major branches
-
epony
so 8.4 9.3 10.4 11.4 12.4
-
epony
and compare between these
-
epony
in your care about up to 11.4
-
epony
"case"
-
lystra
Ok, thanks.
-
lystra
epony: Looks like cy(4) won't build on anything past 7.4 as the tty layer was replaced in 8.0.
-
epony
interesting
-
epony
I tracked well FreeBSD up to 12 but not with that use case
-
epony
(back in those years)
-
epony
does it say it in specifics on the 8.x release notes?
-
epony
-
VimDiesel
Title: FreeBSD 8.0-RELEASE Release Notes | The FreeBSD Project
-
lystra
Yep.
-
epony
that should not breat it though
-
epony
but the multi-port devices are more picky
-
lystra
I forgot I already tried 8.0 12 years ago:
lists.freebsd.org/pipermail/freebsd-stable/2010-April/056403.html. My memory is going...
-
epony
I was about to say someone had reached that conclusion before you..
-
epony
to place the system on hold at the 7.4 release
-
epony
and I recall well the SMP unlocking improvements in the 7-8 releases
-
epony
-
VimDiesel
Title: FreeBSD 12.4-RELEASE Hardware Notes | The FreeBSD Project
-
lystra
Yeah, probably a mistake. rp(4) builds on 11.4 though.
-
epony
and a number of other multiport boards around it
-
lystra
The nice thing about the rp is that there is a PCI card that interfaces with
comtrol.com/rocketport-multi-port-s…rt-32port-rs232-rackmount-interface. Much better than all those cables.
-
VimDiesel
Title: Comtrol | RocketPort 32-Port RS-232 Rack Mount Interface
-
epony
breakout cables are not a new invention ;-)
-
epony
there are also breakout boxes in the more durable variant
-
epony
multi-point breakout cable are expensive and failure prone (cheaper version)
-
epony
network appliance vendors make as much money on such cables than their computer-appliances
-
lystra
We started with breakout cables and then upgraded to breakout boxes. The 1U rackmount RJ45 interface is much cleaner.
-
nacelle
mmm, i have some 8 port rocketport cards
-
rtprio
lystra: wow
-
ferz
rtprio: thank you.
-
ferz
rwp: thank you
-
ferz
futune: thank you.
-
ferz
-
VimDiesel
Title: magnet_web paste from Someone at 217.168.150.38...
-
rtprio
huh
-
ferz
Which is the best tutorial or man for bectl (ex beadm) to handle upgrades?
-
meena
ferz: the numbers after the man pages aren't a ranking, unfortunately, they are sections… so "the best" is "the only one we have"
-
LxGHTNxNG
xd
-
PredatorONormies
Ummm hi
-
PredatorONormies
I am wondering - how come I cannot redirect an output?
-
PredatorONormies
Software in question: Suckless' Quark:
tools.suckless.org/quark
-
VimDiesel
Title: tools | suckless.org software that sucks less
-
PredatorONormies
I get a clear output, but cannot redirect it into a file...
-
PredatorONormies
For example messages that I get when someone visits my site(s)
-
tuaris
If I am delegating a DNS zone, but it will be on the same name server, do I need the glue records?
-
PredatorONormies
I can redirect the output, but it is empty
-
PredatorONormies
the file gets created if doesn't exist, so it means that the permissions are sufficient?
-
cracauer
PredatorONormies: how do you redirect?
-
PredatorONormies
exec.start+="/bin/sh -c '/usr/local/bin/quark -p PORTLY -d /var/www >> /var/log/quark/quark.log &'";
-
PredatorONormies
Inside Jail config
-
cracauer
Is the output you want maybe on stderr? Add `2>&1` at the end.
-
otis
i'd rather go with rc.d script
-
PredatorONormies
> <cracauer> Is the output you want maybe on stderr? Add `2>&1` at the end. < I tried that
-
PredatorONormies
> <otis> i'd rather go with rc.d script < What do you mean?
-
cracauer
And it still prints to the terminal?
-
otis
PredatorONormies: i would recommend to use a script in LOCALBASE/etc/rc.d to start the applications
-
PredatorONormies
cracauer, it prints out nothing, not even in the file (wanted)
-
PredatorONormies
otis, hmmm this way isn't recommended?
-
cracauer
Why do you think it should?
-
PredatorONormies
Like I said - it's a Jail
-
PredatorONormies
inside a Jail
-
PredatorONormies
cracauer, should what?
-
cracauer
What is the expected output?
-
PredatorONormies
A line that says someone connected
-
PredatorONormies
I think the printout is found in connection.c
-
PredatorONormies
Like I said - without any redirection - it prints normally
-
PredatorONormies
but I want the output to go inside an log file as I exit the jail and well - I don't have a terminal 24/7 open with it...
-
PredatorONormies
I could in theory use TMUX and then detach the terminal with Quark open, but that wouldn't log, just output to the terminal
-
cracauer
So it refuses to print anywhere except the controlling tty? That's odd.
-
PredatorONormies
WhAt?
-
PredatorONormies
It refuses to log to the log file
-
PredatorONormies
I want it to log
-
PredatorONormies
I tried >>
-
PredatorONormies
I tried 2>&1
-
PredatorONormies
I tried >& or &>
-
PredatorONormies
I tried also >/dev/null, and I believe all combinations with each other
-
PredatorONormies
-probably al
-
PredatorONormies
all
-
cracauer
But it prints to the terminal?
-
PredatorONormies
NoO
-
PredatorONormies
are you trolling me?
-
PredatorONormies
> <PredatorONormies> cracauer, it prints out nothing, not even in the file (wanted)
-
cracauer
But you said that without indirection it prints what you want, no? Not trolling, just confused.
-
PredatorONormies
indirection?
-
PredatorONormies
Without any redirection - it prints out to the terminal, yes
-
PredatorONormies
Where does that text disappear when I do redirection to a log file? No idea xD
-
PredatorONormies
would like to know
-
PredatorONormies
I took a look at Quark a little bit, and it seems like there's a printf in connection.c that does that printing out, but probably not as it has too much values given for it to be equal to the output(unless it's like not shown)
-
rtprio
PredatorONormies: quark doesn't have built in logging?
-
PredatorONormies
Not that I know
-
rtprio
you might consider starting it with daemon(8), it will capture stderr and log it to a file for you
-
PredatorONormies
Although I also think it wouldn't be that difficult, either
-
PredatorONormies
to implement I mean
-
PredatorONormies
daemon?
-
PredatorONormies
log it to a file? o.o
-
PredatorONormies
I don't want to capture stderr, I want all Quark output to be captured (normal text, too)
-
rtprio
daemon will do that
-
PredatorONormies
Unless I don't know what I want
-
skered
zfs-send'ing between two different pools doesn't have any rsync like features? Before my home dir was on a UFS that was rsync'ed to a mirrored zpool where snapshots were created. That home dir is now on a single disk zpool. There's no zfs'ish like features to get a snapshot of it to the existing mirrored zpool that would use less CPU/bandwidth/resources?
-
PredatorONormies
OWO
-
skered
It seems rsyncing it to the mirrored zpool is still the best option?
-
skered
Otherwise zfs-send is sending all the data?
-
rtprio
daemon -S quark <arguments> and shit will go to syslog. which you can configure to spit into your own quark log
-
rtprio
or daemon -o /var/log/quark quark <arguments>
-
rtprio
skered: no, unless you do an incremental zfs-send
-
PredatorONormies
o.o
-
rtprio
is that doing what you want?
-
PredatorONormies
1min
-
PredatorONormies
is it okay to launch quark/daemon as I did until now?
-
PredatorONormies
from /etc/jails.conf ?
-
PredatorONormies
> otis> PredatorONormies: i would recommend to use a script in LOCALBASE/etc/rc.d to start the applications < This
-
rtprio
with exec.start? i don't care, i don't think it matters
-
rtprio
if quark doesn't have a rc.d file and you can't be bothered to write one just keep doing what you're doing
-
PredatorONormies
:)
-
PredatorONormies
> daemon: quark: No such file or directory
-
PredatorONormies
full path to Quark?
-
rtprio
yep
-
PredatorONormies
does not work
-
PredatorONormies
nothing
-
PredatorONormies
did /usr/local/bin/quark
-
PredatorONormies
and now nothing prited out
-
PredatorONormies
let me try removing the file completely
-
rtprio
well it should go to the log file you specified
-
rtprio
hrm, it's not seeming to work
-
PredatorONormies
xD not loading wait
-
PredatorONormies
huh you tried?
-
PredatorONormies
Yeah nothing
-
PredatorONormies
the file didn't even get created this time
-
PredatorONormies
why
-
PredatorONormies
hmmm DIR permission problems?
-
PredatorONormies
drwxr-xr-x
-
rtprio
you start it as root, yeah? so daemon should be able to write where ever
-
PredatorONormies
It's in /etc/jail.conf
-
PredatorONormies
wait
-
PredatorONormies
umm
-
PredatorONormies
XD
-
PredatorONormies
brb
-
rtprio
i might mention if you need logging, you might consider a less sucky web server
-
rtprio
which is ironic considering the domain name this one came from
-
PredatorONormies
you mean a more sucky web browser?
-
PredatorONormies
xD
-
PredatorONormies
Logging apparently works for them
-
PredatorONormies
I forgot to mention that, rtprio
-
PredatorONormies
That's why I came to #FreeBSD
-
PredatorONormies
Talked to Quark's creator, I believe.
-
PredatorONormies
By the way this is the command I did now "exec.start+="/bin/sh -c 'daemon -o /var/log/quark/quark.log /usr/local/bin/quark -p 28000 -l -d /var/www'";"
-
rtprio
no, i mean a less sucky webserver than can actually write real logs somewhere other than stdout
-
rtprio
PredatorONormies: and is it working?
-
PredatorONormies
Yeah.. it's a bit stupid to write logs to stdout and not to a log lol
-
PredatorONormies
not working lol
-
meena
I like daemon's -S option
-
PredatorONormies
let me try that
-
PredatorONormies
in conjuction with -o
-
rtprio
i thought it was one or the other
-
PredatorONormies
:/
-
PredatorONormies
we'll see
-
rtprio
even lighttpd logs to a file 🤷
-
PredatorONormies
yeah, but how big is it?
-
PredatorONormies
nope tried both options
-
PredatorONormies
nada
-
PredatorONormies
> wc -l *c *h
-
PredatorONormies
3240
-
PredatorONormies
line
-
PredatorONormies
with comments and everything
-
PredatorONormies
Quark
-
rtprio
why do you even need to log static files
-
PredatorONormies
In case of an DDoS, I guess? XD
-
PredatorONormies
And also my ego might like it
-
PredatorONormies
gotta stroke da ego
-
rtprio
3kilolines is nothing
-
PredatorONormies
exactly
-
PredatorONormies
Ultra minimalist
-
rtprio
ok. well good luck getting your logs
-
PredatorONormies
but instead of a printing-out message they could have written to a file
-
PredatorONormies
I forgot how to do it
-
PredatorONormies
I used to write C
-
PredatorONormies
fprintf?
-
PredatorONormies
I might try to modify Quark, but thanks for your help attempt :)
-
PredatorONormies
Isn't this funny, thought?
-
PredatorONormies
> connection_log(const struct connection *c)
-
PredatorONormies
it's called a log
-
PredatorONormies
but prints-out to a non-redirectable unuseful output
-
rtprio
daemon should really be able to grab it, yes
-
rtprio
i don't know if it needs a fflush or what
-
daemon
stderr is normally hot stdout is normally buffered in most applications
-
PredatorONormies
So it IS Quark's fault?
-
PredatorONormies
If that's so - I should copy-paste the last 3 lines you just said
-
PredatorONormies
messages
-
cracauer
They must go quite out of their way to make a stream output that appears on a terminal but not when redirected.
-
rtprio
yes, it is quarks fault. what did the quark author say about not being able to redirect logs
-
rtprio
since you talked to him
-
meena
rtprio: it's the new standard
-
rtprio
when python -m http.server works better than the webserver you picked out, perhaps you should reconsider some of your life choices
-
rtprio
daemon -o /tmp/access python3.9 -m http.server
-
rtprio
~$ less /tmp/access
-
rtprio
::ffff:127.0.0.1 - - [05/Jan/2023 18:19:09] "GET / HTTP/1.1" 200 -
-
daemon
PredatorONormies, instead of calling quark directly after sh -c; instead call a init.sh and put this in it: stdbuf -i0 -o0 -e0 daemon -o /var/log/quark/quark.log /usr/local/bin/quark -p 28000 -l -d /var/www
-
daemon
its just a guess but I do not have quark to test with
-
daemon
so
-
daemon
"exec.start+=/some/path/init.sh"
-
rtprio
oh that's a utility i haven't come across
-
daemon
rtprio, me neither was just idling googling; looks handy to remember though
-
daemon
might be better to even call the init.sh from daemon
-
daemon
instead of the other way around
-
daemon
that means stdbus is called in the child
-
PredatorONormies
> <rtprio> yes, it is quarks fault. what did the quark author say about not being able to redirect logs < The 1st time I e-mailed him on the mailing list he said that he can do it I believe.. the 2nd time - he didn't respond
-
PredatorONormies
possibly because he thought I was joking/trolling him
-
PredatorONormies
lol rtprio
-
PredatorONormies
a init.sh???
-
daemon
sure why not
-
daemon
start.sh or begin.sh
-
PredatorONormies
like write a script and call it with exec.start from within /etc/jail.conf ?
-
daemon
you could even chain the commands with && really
-
daemon
but a startup shell is tidier
-
daemon
yes
-
PredatorONormies
can I just have it the way I had it now?
-
rtprio
that did it, daemon
-
daemon
\o/
-
PredatorONormies
REALLY?
-
daemon
which side
-
daemon
before daemon or after
-
PredatorONormies
rtprio, you spoiled the fucking surprize nooo
-
rtprio
just have to type faster
-
rtprio
daemon -o /tmp/quark stdbuf -i0 -o0 -e0 quark -p 8000 -d /tmp -l
-
PredatorONormies
oh
-
daemon
so yes
-
PredatorONormies
faster?
-
daemon
it was quarks faul
-
PredatorONormies
oh
-
daemon
t
-
daemon
if it was before daemon it was daemon's fault
-
daemon
if it was within daemons exec child it was quarks
-
rtprio
daemon detaches so that doesn't make any sense
-
rtprio
of course it wouldn't have stderr open
-
daemon
if its on the inside of what daemon starts, the only thing buffering writes can be the child
-
daemon
because that is all you changed
-
daemon
by having stdbug inside, the child daemon created got told it has no buffers
-
PredatorONormies
IT WOOOOOOOOOOOOOOOOOORKSFUCK
-
PredatorONormies
FUCKY
-
PredatorONormies
YEAH
-
PredatorONormies
Y OU ARE A FUCKING GENIUS
-
daemon
just lucky with google ;p
-
PredatorONormies
you're joking, right?
-
PredatorONormies
What did you fucking type? lmao
-
PredatorONormies
what magic spell
-
daemon
"exec.start+="/bin/sh -c 'daemon -o /var/log/quark/quark.log /usr/local/bin/quark -p 28000 -l -d /var/www'";"
-
daemon
err
-
daemon
bourne shell no stdout buffer
-
daemon
in duckduckgo
-
PredatorONormies
0.o
-
daemon
its the second response
-
daemon
-
VimDiesel
Title: stdout - How to make output of any shell command unbuffered? - Stack Overflow
-
daemon
because it was clearly a buffer write/flush problem
-
PredatorONormies
I see.
-
daemon
but anyhow learned a cool new command
-
PredatorONormies
How can I repay you? How about a blowjob
-
PredatorONormies
(gets banned)
-
daemon
nah im good, the dog / mrs would not approve lol
-
daemon
donate to something that deserves it :)
-
PredatorONormies
:OOOO
-
PredatorONormies
I like you
-
PredatorONormies
also nice name lol the irony
-
daemon
I know that is why I seen the problem irc client highlighted me to heck lol
-
rtprio
daemon: lol, best be intimately familar with /usr/sbin/daemon
-
daemon
I use it regularly
-
PredatorONormies
hahaha
-
rtprio
PredatorONormies: $20 to the freebsd foundation
-
PredatorONormies
damn
-
PredatorONormies
rtprio, oof
-
PredatorONormies
I might one day
-
PredatorONormies
But I only use Monero
-
PredatorONormies
Does FreeBSD accept Monero(XMR)?
-
rtprio
i once made $50 with a one liner shell command to save someones ass in production, $20 is a steal
-
PredatorONormies
lol
-
rtprio
i was really proud of it too, it used xargs twice! how often do you get to do that
-
daemon
there are plenty of worthwhile projects out there; that accept monero though; not sure! but you do not need to donate money anyhow, got an old computer or or something you do not need; perhaps some blankets for a local animal shelter? do whatever you can :)
-
PredatorONormies
Damn I feel so wholesome right now
-
PredatorONormies
haha rtprio
-
PredatorONormies
xargs is weird
-
PredatorONormies
I always forget to use !! and sed with it
-
daemon
xargs is a command I have never managed to use without both a search engine (examples) and the man page
-
daemon
its worth that writing regexs with perl -e
-
daemon
s/worth/worse/
-
PredatorONormies
daemon, I hope I can help the world with software.. alike Suckless'.. and try to help people like you do (well.. not nearly good like you, but yknow)
-
PredatorONormies
local animal shelter? Not sure if there are any (nor how that would help animals 0.o)
-
PredatorONormies
lol daemon
-
rtprio
i use it all th time; ls downloads/*/*.rar |xargs -n1 unrar e
-
rtprio
for example
-
PredatorONormies
daemon, can I ask a question? Do you eat meat?
-
daemon
I always seem to lose track when you use place holders
-
daemon
PredatorONormies, I do
-
PredatorONormies
I don't even have to say anything ..
-
PredatorONormies
ANyways.. writing an e-mail right now
-
daemon
:) have a good one! time for a little gaming for me
-
rtprio
use the placeholder when the argument isn't at the end
-
rtprio
cd /usr/local/etc/rc.d; ls s* |xargs -n1 -J% service % status
-
PredatorONormies
> daemon... instead of calling quark directly after sh -c; instead call a init.sh < why?
-
PredatorONormies
soooo
-
nimaje
that was an idea to make it easier to write that stuff, but in the current form you shouldn't need a shell anymore exec.start+="daemon -o /var/log/quark/quark.log stdbuf -i0 -o0 -e0 quark -p 28000 -l -d /var/www"; probably works fine
-
PredatorONormies
anything I should tell him in e-mail other than copy-pasting most of what you two said? xD
-
PredatorONormies
1 (on FreeBSD)
-
PredatorONormies
2
-
PredatorONormies
3 ...
-
PredatorONormies
4 <rtprio> daemon should really be able to grab it, yes
-
PredatorONormies
5 <rtprio> i don't know if it needs a fflush or what
-
PredatorONormies
6 <daemon> stderr is normally hot stdout is normally buffered in most
-
PredatorONormies
7 applications
-
PredatorONormies
8 ...
-
PredatorONormies
9 <daemon> that means stdbus is called in the child
-
PredatorONormies
10 ...
-
PredatorONormies
11 (what we agreed that works)
-
PredatorONormies
12 daemon -o /tmp/quark stdbuf -i0 -o0 -e0 quark -p 8000 -d /tmp -l
-
PredatorONormies
13 ...
-
PredatorONormies
14 <daemon> it was quarks faul
-
PredatorONormies
15 <daemon> t
-
PredatorONormies
16 <daemon> if it was before daemon it was daemon's fault
-
PredatorONormies
17 <daemon> if it was within daemons exec child it was quarks
-
PredatorONormies
18 <rtprio> daemon detaches so that doesn't make any sense
-
PredatorONormies
19 <rtprio> of course it wouldn't have stderr open
-
PredatorONormies
20 <daemon> if its on the inside of what daemon starts, the only thing buffering
-
PredatorONormies
21 writes can be the child
-
PredatorONormies
22 <daemon> because that is all you changed
-
PredatorONormies
23 <daemon> by having stdbug inside, the child daemon created got told it has no
-
PredatorONormies
24 buffers
-
PredatorONormies
25 ...
-
PredatorONormies
Sorry for spam
-
PredatorONormies
> <daemon> :) have a good one! time for a little gaming for me < You too!
-
PredatorONormies
> nimaje> that was an idea... < Yeah I removed the bin sh part
-
PredatorONormies
It should probably be enough for the dev
-
PredatorONormies
thanks to you, too, rtprio
-
rtprio
👍
-
fury_
I have a serial device, /dev/ttyU0, which I need to be world-writable and readable. I can obviously change the permissions, but, it does not survive reboot. how can I ensure this is always world writable and readable?
-
fury_
devfs.conf, nevermind. that was harder than expected to find.
-
V_PauAmma_V
Depending on whether it's always present, devfs.conf(5) or devfs.r... this.
-
V_PauAmma_V
apropos(1) is a good command to remember in cases like this.
-
accelerat0r
hi guys ! is any modula-3 compiler available in freebsd ?
-
V_PauAmma_V
None available as ports, but a quiclk DDG search gave me
thefreecountry.com/compilers/modula3.shtml .
-
VimDiesel
Title: Free Modula-3 Compilers and Development Systems (thefreecountry.com)