tweenux
RSS Feed Email Feed

Archive for 'Software'

OKI MFP 5460 Network Scanning

The OKI MFP 5460 ES (Executive Series) was a bit difficult to set up with scanner support when used as a network printer. I have seen better documentation.
It says it support sending scanned files to E-mail, FTP, CIFS and Twain, but not how.
What i didn’t know in the beginning was that CIFS = SMB (Common [...]

OWFS on Debian squeeze

NB! This is the new post on how to install OWFS on Debian 6.0 squeeze. For the current Debian 5.0 lenny version see here: OWFS on Debian 5.0 (lenny). Also, it may give useful tips if problems occur.
If you are using a kernel newer than 2.6.18, which Debian 6.0 is, libusb-0.1.12 must be used because [...]

OWFS on Debian lenny

NB! New and updated tutorial: OWFS on Debian 6.0 (Squeeze)
1-Wire is a device communications bus system designed by Dallas Semiconductor. It provides low-speed data, signaling and power over a single signal, albeit using two wires, one for ground, one for power and data. 1-Wire is similar in concept to I²C, but with lower data rates [...]

exim4: domain with both local and remote users

I suddenly found a problem with my current exim4 configuration.
A specific domain is said to be local, but only some of the e-mail users are moved to this current server. Mail is actually received from an external mailserver, so the users on this local systems receive their mail from a fetchmail command.
If they are to [...]

rm -r the wrong place

If you read this, it is probably already too late, but remember this command.
It is very important not to write anything to the disk. Do not even close a program before you have re-mounted the system.
This re-mounts /home as read-only:

:~$ sudo mount -o remount,ro /home

If you have X running, now is the time to kill [...]

Zoneminder logging to /var/log/syslog

Zoneminder produces a lot of logging which finds its way in to /var/log/messages and /var/log/syslog.
To move this logging to a single zoneminder logfile, one must edit the rsyslog config file.

This works as a simple hack for Zoneminder 1.24.2 until they have fixed this problem.

Open rsyslog and place codeline 1 and 2 at the very top [...]

Automated filters in Zoneminder not running.

Zoneminder depend on perl modules. If an automated filter routine does not work, it may be because of missing modules.
To figure out what is missing run zmfilter in console.

1
:/usr/local/bin$ sudo ./zmfilter.pl

If the problem lies with perl, you will find it complaining for a missing module.
Install a missing module with the command shown below. In my case I [...]

  Recent Entries »