-
I found a fix. You just have to start tail with -F instead of -f :
tail -n0 -F /var/log/auth.log | /usr/sbin/sshguard -b /var/db/sshguard/blacklist.db &> /dev/null &.
2009-11-02 12:20:21 UTC in sshguard
-
Sshguard stops analyzing auth.log after logrotate. I use syslog-ng on Linux.
How to reproduce:
start sshd
start sshguard
#force a log rotate:
logrotate -f /var/log/auth.log /etc/logrotate.conf
ssh my.ssh.server
Result:
Sshguard won't react to failed sshd auth attempts
Expected results:
Sshguard should analyze the log even after the logrotate.
Possible solution:
I found...
2009-11-02 00:01:57 UTC in sshguard
-
I think this got fixed in obexfs 0.12.
2009-06-05 11:10:21 UTC in Open OBEX
-
obexfs needs to be linked against libbluetooth 3.x (bluez4).
2009-02-13 14:20:40 UTC in Open OBEX
-
From the manual:
Compilation on Unix
To compile libircclient, unpack the distribution, and do the standard mantra:
# ./configure
# make
# make install
make install does not work:
make: *** No rule to make target `install'. Stop.
2009-02-11 21:52:58 UTC in libircclient
-
I gave it another try:
chmod 755 geany_run_script.sh
urxvt -e ./geany_run_script.sh
xterm -e ./geany_run_script.sh
gnome-terminal -e ./geany_run_script.sh
They all work correctly now.
2009-01-25 11:44:22 UTC in Geany
-
Description:
urxvt -e geany_run_script.sh does not execute properly. urxvt opens and closes immediately. You can't use urxvt with Geany.
Reproduction:
1. install urxvt (rxvt-unicode on some distros)
2. open geany > Edit > Preferences > Tools > Terminal: > /usr/bin/urxvt
3. open a C program, build (F9), execute (F12)
Expected result:
urxvt should stay open and execute the application...
2009-01-24 13:04:02 UTC in Geany
-
I have the same problem. This project seems to be dead :(.
2008-01-27 12:16:47 UTC in CeeMedia Movie Catalog