HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] FAXGETTY device path within a Solaris Zone




Lee Howard wrote:
>
> Try this small change out:
>
> diff -Nru hylafax.orig/faxd/faxApp.c++ hylafax/faxd/faxApp.c++
> --- hylafax.orig/faxd/faxApp.c++        2007-09-25 11:54:04.679290496
> -0700
> +++ hylafax/faxd/faxApp.c++     2007-09-25 14:52:02.943947520 -0700
> @@ -317,6 +317,7 @@
>     u_int l;
>     while ((l = dev.next(0, '_')) < dev.length())
>        dev[l] = '/';
> +    if (dev[0] == '/') return (dev);   // path + device
>     return (_PATH_DEV | dev);
> }
>
> With that it works just fine for me (and fixes the wedged message).
>
> Thanks,
>
> Lee.
>
>

Ok, I've now patched and recompiled HylaFAX+ 5.1.8 with the above
modification.

It now looks like faxgetty is unable to initialize the modem.

What I have done:

[1] Setup asterisk with a user for iaxmodem.
[2] Started iaxmodem

The configuration file for ttyIAX000 looks like this:

---------------------------------------------------------------------------------------------------------
root@host # cat /etc/iaxmodem/ttyIAX000
device          /etc/iaxmodem/devices/ttyIAX000
owner           uucp:uucp
mode            660
port            4570
refresh         300
server          127.0.0.1
peername        iaxmodem_ttyIAX000
secret          00minger00
cidname         John Doe
cidnumber       8005551212
codec           alaw
---------------------------------------------------------------------------------------------------------

The startup and output of iaxmodem is as follows:

---------------------------------------------------------------------------------------------------------
root@host # ./iaxmodem ttyIAX000
[2007-09-26 09:05:02] Modem started
[2007-09-26 09:05:02] Setting device = '/etc/iaxmodem/devices/ttyIAX000'
[2007-09-26 09:05:02] Setting owner = 'uucp:uucp'
[2007-09-26 09:05:02] Setting mode = '660'
[2007-09-26 09:05:02] Setting port = 4570
[2007-09-26 09:05:02] Setting refresh = 300
[2007-09-26 09:05:02] Setting server = '127.0.0.1'
[2007-09-26 09:05:02] Setting peername = 'iaxmodem_ttyIAX000'
[2007-09-26 09:05:02] Setting secret = '00minger00'
[2007-09-26 09:05:02] Setting cidname = 'John Doe'
[2007-09-26 09:05:02] Setting cidnumber = '8005551212'
[2007-09-26 09:05:02] Setting codec = alaw
[2007-09-26 09:05:02] Opened pty, slave device: /dev/pts/9
[2007-09-26 09:05:02] Created /etc/iaxmodem/devices/ttyIAX000 symbolic link
[2007-09-26 09:05:02] Registration completed successfully.
[2007-09-26 09:05:57] Registration completed successfully.
[2007-09-26 09:06:52] Registration completed successfully.
[2007-09-26 09:07:47] Registration completed successfully.
[2007-09-26 09:08:42] Registration completed successfully.
[2007-09-26 09:09:37] Registration completed successfully.
[2007-09-26 09:10:32] Registration completed successfully.
[2007-09-26 09:11:27] Registration completed successfully.
[2007-09-26 09:12:22] Registration completed successfully.
[2007-09-26 09:13:17] Registration completed successfully.
[2007-09-26 09:14:12] Registration completed successfully.
[2007-09-26 09:15:07] Registration completed successfully.
[2007-09-26 09:16:02] Registration completed successfully.
[2007-09-26 09:16:57] Registration completed successfully.
[2007-09-26 09:17:52] Registration completed successfully.
[2007-09-26 09:18:47] Registration completed successfully.
[2007-09-26 09:19:42] Registration completed successfully.
[2007-09-26 09:20:37] Registration completed successfully.
.
.
.
---------------------------------------------------------------------------------------------------------

I then setup the configuration file for HylaFAX+ faxgetty:

---------------------------------------------------------------------------------------------------------
cd /opt/hylafax-5.1.8/var/spool/etc
ln -s ../config/iaxmodem ./config._etc_iaxmodem_devices_ttyIAX000
---------------------------------------------------------------------------------------------------------

I modify the /opt/hylafax-5.1.8/var/spool/config/iaxmodem file to
include the following line:

---------------------------------------------------------------------------------------------------------
ServerTracing:         0xFFF
---------------------------------------------------------------------------------------------------------

I then attempt to start faxgetty

---------------------------------------------------------------------------------------------------------
faxgetty /etc/iaxmodem/devices/ttyIAX000
---------------------------------------------------------------------------------------------------------

At this point faxgetty attempts to initialize the iaxmodem, and a
"faxstat" shows the following

---------------------------------------------------------------------------------------------------------
root@host # faxstat
HylaFAX scheduler on host: Running
Modem /etc/iaxmodem/devices/ttyIAX000 (): Waiting for modem to come ready
---------------------------------------------------------------------------------------------------------

Unfortunately, after a minute or two, faxgetty then exits and I recieve
the following email

---------------------------------------------------------------------------------------------------------

The HylaFAX software thinks that there is a problem with the modem
on device /etc/iaxmodem/devices/ttyIAX000 that needs attention; repeated attempts to
initialize the modem have failed.

Consult the server trace logs for more information on what is happening.

You will be notified again after 5 minutes if the problem persists.

---------------------------------------------------------------------------------------------------------

It looks like you patch did fix the device pathing issue :)

I tried to look in /opt/hylafax-5.1.8/var/spool/log to see if there was
a modem init log file, but there was nothing.

I used some of the dtrace scripts to see if I could track any additional
information that may be useful to you, the two scripts I used were
"opensnoop" and "errinfo".

These scripts (and others) are available from here:

http://www.brendangregg.com/dtrace.php#DTraceToolkit

Opensnoop probes to see what files are opened by a process, and errinfo
reports all error's encountered by a process. The attached dtrace logs
are of the exact runs from the above commands.

If there is anything else you require me to do to try and find whats
going on here, please dont hesitate to ask :)

Thanks
Bruce
./opensnoop.d -avn iaxmodem
TIME           STRTIME                UID    PID  FD ERR PATH                 ARGS
1471842184972  2007 Sep 26 09:41:52     0  19968  -1   2 /var/ld/ld.config    ./iaxmodem ttyIAX000\0
1471842185030  2007 Sep 26 09:41:52     0  19968   3   0 /lib/libm.so.2       ./iaxmodem ttyIAX000\0
1471842185161  2007 Sep 26 09:41:52     0  19968   3   0 /lib/libsocket.so.1  ./iaxmodem ttyIAX000\0
1471842185256  2007 Sep 26 09:41:52     0  19968   3   0 /lib/libnsl.so.1     ./iaxmodem ttyIAX000\0
1471842185420  2007 Sep 26 09:41:52     0  19968   3   0 /usr/lib/libtiff.so.3 ./iaxmodem ttyIAX000\0
1471842185539  2007 Sep 26 09:41:52     0  19968   3   0 /lib/libc.so.1       ./iaxmodem ttyIAX000\0
1471842185724  2007 Sep 26 09:41:52     0  19968   3   0 /usr/lib/libz.so.1   ./iaxmodem ttyIAX000\0
1471842186666  2007 Sep 26 09:41:52     0  19968   3   0 /usr/share/lib/zoneinfo/Eire ./iaxmodem ttyIAX000\0
1471842186882  2007 Sep 26 09:41:52     0  19968   3   0 /var/run/name_service_door ./iaxmodem ttyIAX000\0
1471842186982  2007 Sep 26 09:41:52     0  19968   4   0 /etc/iaxmodem/ttyIAX000 ./iaxmodem ttyIAX000\0
1471842187762  2007 Sep 26 09:41:52     0  19968   4   0 /dev/ptmx            ./iaxmodem ttyIAX000\0
1471842190555  2007 Sep 26 09:41:52     0  19968   5   0 /dev/pts/9           ./iaxmodem ttyIAX000\0
1471842191311  2007 Sep 26 09:41:52     0  19968   7   0 /etc/netconfig       ./iaxmodem ttyIAX000\0
1471842191465  2007 Sep 26 09:41:52     0  19968   7   0 /dev/udp             ./iaxmodem ttyIAX000\0
./errinfo.d -n faxgetty
            EXEC          SYSCALL  ERR  DESC
        faxgetty             open    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty           fxstat    9  Bad file number                 
        faxgetty            fcntl   22  Invalid argument                        
        faxgetty            fcntl   22  Invalid argument                        
        faxgetty            fcntl   22  Invalid argument                        
        faxgetty            xstat    2  No such file or directory               
        faxgetty            xstat    2  No such file or directory               
        faxgetty            ioctl   25  Inappropriate ioctl for device  
        faxgetty            ioctl   25  Inappropriate ioctl for device  
        faxgetty           xmknod   17  File exists                             
        faxgetty           fxstat    9  Bad file number                 
        faxgetty          lstat64    2  No such file or directory               
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty          lstat64    2  No such file or directory               
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty          lstat64    2  No such file or directory               
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty            ioctl   22  Invalid argument                        
        faxgetty          lstat64    2  No such file or directory               
./opensnoop.d -n faxgetty -a -v
TIME           STRTIME                UID    PID  FD ERR PATH                 ARGS
1471407399228  2007 Sep 26 09:34:37     0  19521  -1   2 /var/ld/ld.config    faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407399305  2007 Sep 26 09:34:37     0  19521   3   0 /opt/hylafax-5.1.8/lib/libfaxserver.so faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407399476  2007 Sep 26 09:34:37     0  19521   3   0 /opt/hylafax-5.1.8/lib/libfaxutil.so faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407399633  2007 Sep 26 09:34:37     0  19521   3   0 /usr/sfw/lib/libstdc++.so.6 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407399856  2007 Sep 26 09:34:37     0  19521   3   0 /lib/libpam.so.1     faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407399960  2007 Sep 26 09:34:37     0  19521   3   0 /usr/lib/libtiff.so.3 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407400091  2007 Sep 26 09:34:37     0  19521   3   0 /usr/lib/libz.so.1   faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407400177  2007 Sep 26 09:34:37     0  19521   3   0 /lib/libsocket.so.1  faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407400259  2007 Sep 26 09:34:37     0  19521   3   0 /lib/libnsl.so.1     faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407400392  2007 Sep 26 09:34:37     0  19521   3   0 /usr/lib/libmalloc.so.1 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407400470  2007 Sep 26 09:34:37     0  19521   3   0 /lib/libm.so.2       faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407400595  2007 Sep 26 09:34:37     0  19521   3   0 /usr/sfw/lib/libgcc_s.so.1 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407400687  2007 Sep 26 09:34:37     0  19521   3   0 /lib/libc.so.1       faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407401034  2007 Sep 26 09:34:37     0  19521   3   0 /lib/libcmd.so.1     faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407405977  2007 Sep 26 09:34:37     0  19521   3   0 /var/run/name_service_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407406114  2007 Sep 26 09:34:37     0  19521   4   0 /etc/default/nss     faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407406182  2007 Sep 26 09:34:37     0  19521   4   0 /etc/nsswitch.conf   faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407406449  2007 Sep 26 09:34:37     0  19521   4   0 /lib/nss_files.so.1  faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407406609  2007 Sep 26 09:34:37     0  19521   4   0 /etc/group           faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407406937  2007 Sep 26 09:34:37     0  19521   4   0 /usr/lib/locale/en_IE.UTF-8/en_IE.UTF-8.so.3 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407407059  2007 Sep 26 09:34:37     0  19521   4   0 /usr/lib/locale/common/methods_unicode.so.3 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407407543  2007 Sep 26 09:34:37     0  19521   4   0 status/_etc_iaxmodem_devices_ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407407737  2007 Sep 26 09:34:37     0  19521   5   0 etc/config._etc_iaxmodem_devices_ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407408306  2007 Sep 26 09:34:37     0  19521   5   0 FIFO._etc_iaxmodem_devices_ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407408481  2007 Sep 26 09:34:37     0  19521   6   0 FIFO                 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407408561  2007 Sep 26 09:34:37     0  19521   7   0 /dev/conslog         faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407408629  2007 Sep 26 09:34:37     0  19521   8   0 /usr/share/lib/zoneinfo/Eire faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407408713  2007 Sep 26 09:34:37     0  19521   8   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407408844  2007 Sep 26 09:34:37     0  19521   8   0 /opt/hylafax-5.1.8/var/spool/locks//TM.fax4baiiM faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471407409263  2007 Sep 26 09:34:37     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471408410335  2007 Sep 26 09:34:38     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471408410462  2007 Sep 26 09:34:38     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471408410532  2007 Sep 26 09:34:38     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471408410575  2007 Sep 26 09:34:38     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471408490059  2007 Sep 26 09:34:38     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471408490189  2007 Sep 26 09:34:38     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471411100091  2007 Sep 26 09:34:41     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412110146  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412110248  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412110291  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412110353  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412110411  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412110451  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412190115  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471412190217  2007 Sep 26 09:34:42     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471414800088  2007 Sep 26 09:34:45     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471415810130  2007 Sep 26 09:34:46     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471415810235  2007 Sep 26 09:34:46     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471415810350  2007 Sep 26 09:34:46     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471415810416  2007 Sep 26 09:34:46     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471415810483  2007 Sep 26 09:34:46     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471415810528  2007 Sep 26 09:34:46     0  19521   8   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471415810651  2007 Sep 26 09:34:46     0  19521   8   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471445820177  2007 Sep 26 09:35:16     0  19521   8   0 /opt/hylafax-5.1.8/var/spool/locks//TM.fax5baiiM faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471445820553  2007 Sep 26 09:35:16     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471446910126  2007 Sep 26 09:35:17     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471446910231  2007 Sep 26 09:35:17     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471446830172  2007 Sep 26 09:35:17     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471446830270  2007 Sep 26 09:35:17     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471446830330  2007 Sep 26 09:35:17     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471446830370  2007 Sep 26 09:35:17     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471449520082  2007 Sep 26 09:35:19     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450530114  2007 Sep 26 09:35:20     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450530212  2007 Sep 26 09:35:20     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450530255  2007 Sep 26 09:35:20     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450530315  2007 Sep 26 09:35:20     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450530372  2007 Sep 26 09:35:20     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450530410  2007 Sep 26 09:35:20     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450610104  2007 Sep 26 09:35:21     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471450610208  2007 Sep 26 09:35:21     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471453220080  2007 Sep 26 09:35:23     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471454230136  2007 Sep 26 09:35:24     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471454230240  2007 Sep 26 09:35:24     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471454230290  2007 Sep 26 09:35:24     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471454230350  2007 Sep 26 09:35:24     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471454230407  2007 Sep 26 09:35:24     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471484230162  2007 Sep 26 09:35:54     0  19521   8   0 /opt/hylafax-5.1.8/var/spool/locks//TM.fax6baiiM faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471484230535  2007 Sep 26 09:35:54     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471485240125  2007 Sep 26 09:35:55     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471485240219  2007 Sep 26 09:35:55     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471485240280  2007 Sep 26 09:35:55     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471485240319  2007 Sep 26 09:35:55     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471485320117  2007 Sep 26 09:35:55     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471485320226  2007 Sep 26 09:35:55     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471487930085  2007 Sep 26 09:35:58     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471488940122  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471488940217  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471488940259  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471488940318  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471488940374  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471488940413  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471489020044  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471489020116  2007 Sep 26 09:35:59     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471491630078  2007 Sep 26 09:36:02     0  19521   8   0 /etc/iaxmodem/devices/ttyIAX000 faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640126  2007 Sep 26 09:36:03     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640230  2007 Sep 26 09:36:03     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640281  2007 Sep 26 09:36:03     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640342  2007 Sep 26 09:36:03     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640399  2007 Sep 26 09:36:03     0  19521   9   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640524  2007 Sep 26 09:36:03     0  19521   8   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640583  2007 Sep 26 09:36:03     0  19521   8   0 /var/run/syslog_door faxgetty /etc/iaxmodem/devices/ttyIAX000\0
1471492640687  2007 Sep 26 09:36:03     0  19521   6   0 /opt/hylafax-5.1.8/var/spool/locks//TM.fax7baiiM faxgetty /etc/iaxmodem/devices/ttyIAX000\0
./errinfo.d -n iaxmodem
            EXEC          SYSCALL  ERR  DESC
        iaxmodem             open    2  No such file or directory               
        iaxmodem            xstat    2  No such file or directory               
        iaxmodem            xstat    2  No such file or directory               
        iaxmodem            xstat    2  No such file or directory               
        iaxmodem            xstat    2  No such file or directory               
        iaxmodem            xstat    2  No such file or directory               
        iaxmodem            xstat    2  No such file or directory               
        iaxmodem            xstat    2  No such file or directory               
        iaxmodem           unlink    2  No such file or directory               
        iaxmodem          setegid    1  Not super-user                  
        iaxmodem            fcntl   22  Invalid argument                        
        iaxmodem         recvfrom   11  Resource temporarily unavailable        
        iaxmodem         recvfrom   11  Resource temporarily unavailable        
        iaxmodem         recvfrom   11  Resource temporarily unavailable        
        iaxmodem         recvfrom   11  Resource temporarily unavailable        
        iaxmodem         recvfrom   11  Resource temporarily unavailable
begin:vcard
fn:Bruce McAlister
n:McAlister;Bruce
org:Blueface Ltd
adr:;;8 Clanwilliam Terrace;Dublin;Dublin;Dublin 2;Ireland
email;internet:bruce.mcalister@xxxxxxxxxxx
tel;work:+353 1 524 2009
x-mozilla-html:FALSE
url:http://www.blueface.ie
version:2.1
end:vcard




Project hosted by iFAX Solutions