Sunday, December 30 2012 @ 23:20 CET
Contributed by: tingo
Views: 110
FreeBSD 9.1 has been released. This is the second release from the stable/9 branch, which improves on the stability of FreeBSD 9.0 and introduces some new features.
Wednesday, December 19 2012 @ 02:30 CET
Contributed by: tingo
Views: 162
You probably know that VLC can do streaming. I recently tried to use it as a streaming server for VLC Direct Pro Free, and noticed a few gothcas:
to get the "http" interface in VLC , you have to build it with lua=on (why? Because somewhere in the 2.x.x line, the http interface was rewritten in lua)
to enable access to the http interface from other machines than localhost, you will have to edit the file
/usr/local/share/vlc/lua/http/.hosts
and enable access for your ip ranges in there (look at the lines that are commented out)
After that, the setup documented on the VLC Direc Pro Free web site should work.
Saturday, November 17 2012 @ 19:17 CET
Contributed by: tingo
Views: 143
So you have a built in card reader (for SD cards, CF cards and others) in your FreeBSD machine. But the card reader can't be used, because it doesn't detect (or signal to the operating system) when a card is inserted?
Here is a way: insert a card, thenturn off and on again power to the card reader, the check /var/log/messages to see if the card shows up.
Find the correct device:
root@kg-v2# usbconfig -u 1 -a 2
ugen1.2: <USB 2.0 Reader Generic> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
power off, the on
root@kg-v2# usbconfig -u 1 -a 2 power_off
root@kg-v2# usbconfig -u 1 -a 2 power_on
Tuesday, April 24 2012 @ 14:12 CEST
Contributed by: tingo
Views: 162
For people interested in FreeBSD: the auditdistd project is now complete.
The auditdistd daemon nicely complements the audit framework. It allows one to distribute audit records collected locally with minimal latency to another system. This helps in postmortem analysis, as we know that at least to some point in time audit logs stored on a separate machine can be trusted. This is very important, because once the system is compromised, we cannot trust any of its local files.
Monday, April 16 2012 @ 01:16 CEST
Contributed by: tingo
Views: 340
NAS4Free is an embedded Open Source Storage NAS (Network-Attached Storage) distribution based on FreeBSD, it's supports sharing across Windows, Apple, and UNIX-like systems. It includes ZFS v28, Software RAID (0,1,5), disk encryption, S.M.A.R.T / email reports etc. with the following protocols: CIFS (samba), FTP, NFS, TFTP, AFP, RSYNC, Unison, iSCSI (initiator and target), UPnP, and Bittorent which is all highly configurable by it's WEB interface (from m0n0wall). NAS4Free can be installed on Compact Flash/USB/SSD key, Hard disk or booted of from a LiveCD.
Thursday, January 05 2012 @ 00:51 CET
Contributed by: tingo
Views: 229
The latest FreeNAS release, FreeNAS 8.0.3, was released on January 3rd, 2012. The build is named "FreeNAS-8.0.3-RELEASE-x64 (9395)", and it is based on FreeBSD 8.2-RELEASE-p5. Both x86 and x64 (amd64) releases exists.