00:24:57 rtprio: ok 00:26:06 btw, if i install a fresh freebsd on a running system, the zpools must be re-created on the new OS install right ? 00:32:56 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! 00:53:49 rwp: ok 00:53:50 thakns 00:57:34 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. 01:04:42 rwp: right, thanks man 08:47:10 hi all :) 08:47:39 hi 08:49:25 hi st_iron 08:49:27 how are you 08:49:29 :) 08:49:48 so you are big fan of freebsd ? 08:49:53 :) 08:50:08 what your question about that freebsd os 08:50:12 i am the coder 08:51:44 * iRobbery checks if anybody touched his supply 08:52:31 thank you r00t-h4x0r i use freebsd, and i don't have questions atm 08:53:44 i see 08:53:53 which version 08:54:05 freebsd is so cool 08:54:13 the kernel is different and fast 08:54:36 so you should use it even in production if the driver or kernel support it 08:54:54 don't believe linux or linux or windows or other OS 08:55:08 that freebsd Our code is x0r t0r Kid 08:55:24 yeah it x0r t0r 08:55:41 drugs are bad mmmkay 08:55:57 mean the stablest among other OS 08:56:15 not much linux even performance compare to freebsd 08:56:30 that's why We make opensense firewall using freebsd kernel 08:56:45 openbsd too 08:56:52 don't believe it is moron Kid 08:57:05 is Us that promote Linux to make it big 08:57:19 doesn't mean other OS From Us is stupid 08:57:34 We don't include latest driver or release to latest one because 08:57:46 We want it to be stable with limited hardware 08:57:58 doesn't mean it is stupid 08:58:19 do you know in year 2000 freebsd not even once reboot for one year 08:58:22 not even get hack 08:59:46 r00t-h4x0r: freebsd-version 08:59:48 15.0-RELEASE-p9 09:00:08 i assume everyone in this channel use this version 09:00:18 more or less 09:03:05 hmm i see 09:03:13 home server "? 09:03:21 uname -a for me 09:03:30 let me see what your hardware 09:10:47 https://static01.nyt.com/images/2007/06/27/technology/28computer.600.jpg 11:18:38 I also have this keyboard iRobbery 12:02:46 :) 22:28:46 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? 22:29:46 By default, blacklistd listens to /var/run/blacklistd.sock, but surely thttpd is ignorant of it? 22:29:55 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. 22:31:25 Hello, MelanieUrsidino. IRC is a small place :-) So, you say that blocklistd expects programs to have special support for it? 22:32:19 If thttpd does provide for blocklistd notification, perhaps I should consider fail2ban, which monitors logfiles. 22:33:22 Well, or I could use the `t' in thttpd, of which one meaning is `throttling'. 22:34:32 my understanding is that blocklistd requires clients to pass it the file descriptor that was the blocked connection. 22:34:45 or, not blocked, but studied. 22:35:54 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. 22:37:15 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. 22:46:07 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 23:02:01 Then I missed where blocklistd documents this. fail2ban is certainly more loosely coupled. 23:02:57 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. 23:19:36 Ah, OK. Is that data based to the socket to which blocklistd is listening? 23:20:52 what do you mean? 23:42:55 ivy, I mean, I don't understand how the client (is an httpd a client?) passes the connection file descriptro to blocklistd. 23:50:41 hey 23:50:49 is there a way to install a port from /usr/ports into a jail :p 23:51:09 yes yes use poudriere is the solution to every problem these days, but I am purely curious 23:51:57 you can make package and move the .pkg to the jail and then pkg-add(8) it 23:52:21 I dont see anything else in the ports man page though