Archive for March, 2009The binary for the VLC UnRAR plugin 0.9.8a-20090307 for Linux/i486 have been re-rolled because the packaged version appeared to have been compiled with the wrong settings causing it to fail on certain platforms. The new version should hopefully work okay.
The most competent console tool for this in FreeBSD is probably Mpd5. It’s quite easy to work with but you’ll need to get all the details right otherwise it just won’t work. The following mpd.conf configuration file worked for me and allowed me to successfully connect to a Windows VPN. One of the keys were to disable EAP, this particular VPN server just plain refused to work with it enabled
Save it to a file, say mpd.conf in /usr/local/etc/mpd.conf and simply run mpd5 mpd.conf and with some luck you’ll be connected the the VPN. The order of the statements are important. As they only apply to the current selected link (create link) or bundle (create bundle). Keep this in mind when editing. Windows logon nameIf you’re connecting to a Windows network you’ll probably need to use “DOMAIN\\username” as the authname (with the quotes and double backslash). Firewall and NAT issuesThe PPTP protocol is far from ideal. If you’re behind NAT chances are you won’t be able to do multiple PPTP connections to the same VPN server from within your LAN. You’ll also need to allow the GRE protocol through, with Free/OpenBSD pf (packet filter) the following line is enough (you still won’t be able to do simultaneous connections to the same server though) pass out on $ext_if proto gre from ($ext_if) to any keep state Replace $ext_if with your external network interface. New maintenance release (bug fix only) of the VLC UnRAR plugin. A small number of bugs have been fixed, no new features. Binaries for VLC 0.9.8a available for the following platforms
You can grab it from the VLC UnRAR plugin page. All binaries have been tested and should work fine (the wide range of different Linux installations makes this platform especially hard to support with binaries). A big thanks to Pontus Fyhr who provided a shell on his Intel mac which allowed me to build an Intel version. Source code is of course available as well if you want to attempt to build it yourself. I’ll gladly host third party builds for other platforms.
Mar
03
2009
DSPAM: Converting from the hash driver to MySQL driverPosted by fli in Tech, tags: DSPAM, hash, MySQL, SQL…or annoyances with the DSPAM hash driverI’ve been running DSPAM for a long time and the spam classification is great, unfortunately the maintenance tools are not as it turns out. This is the tale of why and more especially HOW I moved from the hash driver to the mysql driver as a backend for my DSPAM installation. |
Entries (RSS)