Author Archives: Sasha

OpenVAS certificate problem

I had an old installation of OpenVAS. Tried to update it: loading the syncs from the servers went fine, but whenever I tried to do: openvasmd -u –progress I got: Rebuilding NVT cache… failed. In the logs i found: Failed … Continue reading

Posted in Uncategorized | Leave a comment

Irssi in jail: setupterm() failed for TERM=xterm: 0

$ irssi NO WINDOWS: -!- Irssi: Invalid charset: CP1252 setupterm() failed for TERM=xterm: 0 Can’t initialize screen handling, quitting. You can still use the dummy mode with -d parameter   I kept getting the aforementioned error while trying to start … Continue reading

Posted in in english | Tagged , , , | Leave a comment

Wake On LAN (WOL) Howto

To enable Wake-On-Lan functionality: Make sure it is enabled in BIOS settings Put the following code to /etc/rc.local (the NIC will be then properly initialized on the system startup): ethtool -s eth0 wol g

Posted in in english | Tagged , , | Leave a comment