Install qlogtools
This package is a set of tools that are useful in analyzing or producing logs from qmail and other packages. Those tools are mainly useful if you plan to make use of qmailanalog or other mail log analyzer
A the end, you 'll have following additional commands in /usr/local/bin/
- multipipe - Supervise an pipeline of commands
- multitail - Watch output sent to a file
- qfilelog - Log messages to a single file
- spipe - Supervise an pipeline of commands
- tai2tai64n - Convert TAI timestamps to TAI64N
- tai64n2tai - Convert TAI64N timestamps to TAI
- tai64nlocal - Convert TAI64N timestamps to human readable format
- tai64nfrac - Convert TAI64N timestamps to seconds since epoch
- teepipe - Copy stdin to a program and stdout
cd /downloads
tar zxvfp qlogtools-3.1.tar.gz
cd qlogtools-3.1/
patch < /downloads/patches/qlogtools_errno.patch
make
./installer
tar zxvfp qlogtools-3.1.tar.gz
cd qlogtools-3.1/
patch < /downloads/patches/qlogtools_errno.patch
make
./installer
Install tai64nfrac (needed by several tools you can find around the Internet)
cd /downloads/
tar -zxvf tai64nfrac-1.4.tar.gz
cd tai64nfrac-1.4
make
make install
tar -zxvf tai64nfrac-1.4.tar.gz
cd tai64nfrac-1.4
make
make install
Users comments