2009-12-12

broken java networking

If your Java networking is broken and any traffic always
results in a "java.net.SocketException: Network is unreachable" error, then here comes a quick fix:

  1. edit /etc/sysctl.d/bindv6only.conf
  2. change value net.ipv6.bindv6only=1 into 0
  3. invoke-rc.d procps restart

Volume too low with VIA

When your Linux box has a VIA motherboard and the sound is too low you might want to configure Via DXS sliders in alsamixer. Debian people read bug #532613.

2009-12-01

FileNet GUID Regular Expression

That's the regexp to match a GUID:
"^(\{{0,1}([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}\}{0,1})$"

2009-11-23

WSVR0028I: The product has expired

This explains how to get rid of the WSVR0028I error.
Solution is about the /properties/was.license file, which can be copied among different systems and always return the following MD5 checksum: c60f4e18d530bf4e7c8315e23fd1dbf9.

Restoring a Snapshot Fails with Insufficient Permissions Error

You can find some very useful hints here.

2009-11-07

Quick encoding mov to avi using mencoder

mencoder -ovc lavc -lavcopts vcodec=mpeg4 -oac mp3lame -lameopts vbr=3 file.mov

How to setup BOINC on your Debian box

I've found this troubleshooting page very useful.

If unable to connect via Boinc Manager, remember to add your ip and pwd (the one written into /var/lib/boinc-client/gui_rpc_auth.cfg) in Advanced > Select computer.