Package: nfdump
Version: 1.5.2-6
Severity: important

Hi, i needed to make some customizations on DAEMON_ARGS so i created one
on /etc/default/nfcapd .
Everything work fine except for -x (execute command on rotating) part,
and no way getting it to work making all of sort of escaping.

example: 

DAEMON_ARGS="-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g nfcapd
-x '/home/netflow/stuff/process.sh %f'"


Mar 28 14:58:51 lattepiu /usr/bin/nfcapd[2808]: Launcher: run command:
''/home/netflow/stuff/process.sh'
Mar 28 14:58:51 lattepiu /usr/bin/nfcapd[3089]: Can't execvp:
'/home/netflow/stuff/process.sh: No such file or directory

and with:

DAEMON_ARGS="-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g nfcapd
-x /home/netflow/stuff/process.sh %f"


Mar 28 14:59:38 lattepiu /usr/bin/nfcapd[4605]: Launcher: run command:
'/home/netflow/stuff/process.sh'
Mar 28 14:59:38 lattepiu /usr/bin/nfcapd[4772]: Launcher: Startup.


that's ok, but no expansion.


tia,

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages nfdump depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  lsb-base                    3.1-23.1     Linux Standard Base 3.1 init scrip

nfdump recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to