-
hernan604
rtprio: ok
-
hernan604
btw, if i install a fresh freebsd on a running system, the zpools must be re-created on the new OS install right ?
-
rwp
hernan604, It is not necessary to recreate zfs pools for a new install. zfs pools are very portable. Can mount them on different systems. Can even mount them on linux systems!
-
hernan604
rwp: ok
-
hernan604
thakns
-
rwp
The one thing to know about zfs pools is their feature level. New features are added over time. Once upgraded then the system mounting it must know how to handle the new features. An older system won't be able to mount a newer zfs upgraded to a new feature that it does not know about.
-
hernan604
rwp: right, thanks man
-
r00t-h4x0r
hi all :)
-
st_iron
hi
-
r00t-h4x0r
hi st_iron
-
r00t-h4x0r
how are you
-
r00t-h4x0r
:)
-
r00t-h4x0r
so you are big fan of freebsd ?
-
r00t-h4x0r
:)
-
r00t-h4x0r
what your question about that freebsd os
-
r00t-h4x0r
i am the coder
-
» iRobbery checks if anybody touched his supply
-
st_iron
thank you r00t-h4x0r i use freebsd, and i don't have questions atm
-
r00t-h4x0r
i see
-
r00t-h4x0r
which version
-
r00t-h4x0r
freebsd is so cool
-
r00t-h4x0r
the kernel is different and fast
-
r00t-h4x0r
so you should use it even in production if the driver or kernel support it
-
r00t-h4x0r
don't believe linux or linux or windows or other OS
-
r00t-h4x0r
that freebsd Our code is x0r t0r Kid
-
r00t-h4x0r
yeah it x0r t0r
-
iRobbery
drugs are bad mmmkay
-
r00t-h4x0r
mean the stablest among other OS
-
r00t-h4x0r
not much linux even performance compare to freebsd
-
r00t-h4x0r
that's why We make opensense firewall using freebsd kernel
-
r00t-h4x0r
openbsd too
-
r00t-h4x0r
don't believe it is moron Kid
-
r00t-h4x0r
is Us that promote Linux to make it big
-
r00t-h4x0r
doesn't mean other OS From Us is stupid
-
r00t-h4x0r
We don't include latest driver or release to latest one because
-
r00t-h4x0r
We want it to be stable with limited hardware
-
r00t-h4x0r
doesn't mean it is stupid
-
r00t-h4x0r
do you know in year 2000 freebsd not even once reboot for one year
-
r00t-h4x0r
not even get hack
-
st_iron
r00t-h4x0r: freebsd-version
-
st_iron
15.0-RELEASE-p9
-
st_iron
i assume everyone in this channel use this version
-
st_iron
more or less
-
r00t-h4x0r
hmm i see
-
r00t-h4x0r
home server "?
-
r00t-h4x0r
uname -a for me
-
r00t-h4x0r
let me see what your hardware
-
iRobbery
-
o0x1eef
I also have this keyboard iRobbery
-
iRobbery
:)
-
ant-x
Hello, all. I want to install blacklistd to control connections to my server over HTTP and SOCKS. For http, I use thttpd(8). How am I to cause thttpd to notify blacklistd of all connections in the format rquired by the latter?
-
ant-x
By default, blacklistd listens to /var/run/blacklistd.sock, but surely thttpd is ignorant of it?
-
MelanieUrsidino
thttpd as far as I know needs special support to be able to contact blocklistd (as it's now called), and I don't know if it has it.
-
ant-x
Hello, MelanieUrsidino. IRC is a small place :-) So, you say that blocklistd expects programs to have special support for it?
-
ant-x
If thttpd does provide for blocklistd notification, perhaps I should consider fail2ban, which monitors logfiles.
-
ant-x
Well, or I could use the `t' in thttpd, of which one meaning is `throttling'.
-
MelanieUrsidino
my understanding is that blocklistd requires clients to pass it the file descriptor that was the blocked connection.
-
MelanieUrsidino
or, not blocked, but studied.
-
ant-x
As I understand from a glimps and the man page, blocklistd monitors a socket or a list of sockets, so that other programs are expected to write to those sockets their connection events.
-
ant-x
I should not like to scan the logs myself for relevant entries, convert them into the required format, and write to the bloclistd's socket.
-
ivy
no, blocklistd requires the application to pass the client socket, as MelanieUrsidino said. you can't just write data to the socket to make it block something
-
ant-x
Then I missed where blocklistd documents this. fail2ban is certainly more loosely coupled.
-
ivy
the third paragraph of blocklistd(8): The way blocklistd does configuration entry matching is by having the client side pass the file descriptor associated with the connection the client wants to blocklist as well as passing socket credentials.
-
ant-x
Ah, OK. Is that data based to the socket to which blocklistd is listening?
-
ivy
what do you mean?
-
ant-x
ivy, I mean, I don't understand how the client (is an httpd a client?) passes the connection file descriptro to blocklistd.
-
polarian
hey
-
polarian
is there a way to install a port from /usr/ports into a jail :p
-
polarian
yes yes use poudriere is the solution to every problem these days, but I am purely curious
-
polarian
you can make package and move the .pkg to the jail and then pkg-add(8) it
-
polarian
I dont see anything else in the ports man page though