Originally posted by: SystemAdmin
I'm trying to create a named pipe for syslog-ng to feed. No matter what I do, it seems, syslog-ng says: syslog-ng
356508: Error opening file for writing;
filename='/data/pipes/net_pipe', error='No such device or address (6)'
I created it with mkfifo -m 640 /data/pipes/net_pipe
I then chown syslog:syslog /data/pipes/net_pipe
This is the same as when you let syslog-ng create the files on its own (but as a file).
#AIX-Forum