Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

faxquit(8c) [suse man page]

FAXQUIT(8C)															       FAXQUIT(8C)

NAME
faxquit - tell a HylaFAX server to terminate SYNOPSIS
/usr/sbin/faxquit [ -q queue-dir ] [ modem ] DESCRIPTION
faxquit sends a message to a HylaFAX server process telling it to quit operation. If modem is specified, the faxgetty(8C) process servicing the specified modem is notified. modem can either be the name (typically the last component of the terminal port the modem is attached to), or the full name of the associated FIFO named pipe file, e.g. ``FIFO.ttym2''. If no modem is specified, faxquit will send the request to the ``FIFO'' named pipe file causing the HylaFAX queue manager process to termi- nate. Note that server processes may not terminate immediately. In particular the faxq process will not exit until any active jobs are com- pleted; this is necessary for proper operation (faxq must wait for child processes to terminate so that it can collect their exit status and update the state of the jobs being operated on). OPTIONS
-q dir Use a spooling area other than /var/spool/fax. FILES
/var/spool/fax default spooling area /var/spool/fax/FIFO fifo for contacting faxq Consult hylafax-server(5F) for a complete discussion of the structure and content of the spooling area. SEE ALSO
hylafax-server(5F), faxq(8C), faxgetty(8C) October 3, 1995 FAXQUIT(8C)

Check Out this Related Man Page

FAXLOCK(8C)															       FAXLOCK(8C)

NAME
faxlock - tell a HylaFAX server to switch to LOCKWAIT state SYNOPSIS
/usr/sbin/faxlock [ -q dir ] modem DESCRIPTION
faxlock sends a message to a HylaFAX faxgetty(8C) process servicing modem telling it to change its state to LOCKWAIT The specified modem can either be the name (typically the last component of the terminal port the modem is attached to), or the full name of the associated FIFO named pipe file, e.g. ``FIFO.ttym2''. OPTIONS
-q dir Use a spooling area other than /var/spool/fax. NOTES
When faxgetty changes it's state to LOCKWAIT, it will start looking for the UUCP lockfile for the device, and when the device is no longer locked, proceed to re-initialize the modem. FILES
/var/spool/fax default spooling area /var/spool/fax/FIFO fifo for contacting faxq Consult hylafax-server(5F) for a complete discussion of the structure and content of the spooling area. SEE ALSO
hylafax-server(5F), faxq(8C), faxgetty(8C) March 3, 1995 FAXLOCK(8C)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

HP-UX lp spooling places

Does anybody know if HP-UX uses any other directories besides /var/spool/lp/request to spool print jobs? I checked the man pages, and it only mentions /var/spool/lp in general. I was just wondering if anyone knew of some other place it might possibly use. thanks in advance for any help! (2 Replies)
Discussion started by: doeboy
2 Replies

2. UNIX for Advanced & Expert Users

FIFO over NFS

Hi All L2000-44 HP-UX 11.00 I am attempting to setup a FIFO over NFS. Directing and reading from the FIFO works fine on the local machine - however when I direct to the FIFO from a server which has the directory NFS mounted it does not work. The a process to read from the FIFO on the local... (2 Replies)
Discussion started by: saabir
2 Replies

3. UNIX for Dummies Questions & Answers

historical ps

Hi there I am trying to find out what processes were running on my sun solaris 5.8 server yesterday. There are no jobs running on the server which are monitoring/logging processes on the server. Is there a way to find this out - is there an operating system log for processes? Thanks in... (4 Replies)
Discussion started by: niamh
4 Replies

4. UNIX for Advanced & Expert Users

Connect failed: No Devices Available

After installing an internal fax modem I get the message above when using the cu -l /dev/tty1A command. Any help would be most appreciated to the cu command to work again. Thanks. (3 Replies)
Discussion started by: cfaiman
3 Replies

5. UNIX for Dummies Questions & Answers

i need a hellp

hi well, i have a problem with my Linux Mandrake 10.2 it was like that i have a motorola fax modem and i get the rpm from motorola link and install it but my modem dosent work when i check hardwaredrake i find it in unknow device what i can do plzzz help :o (0 Replies)
Discussion started by: tony9002
0 Replies

6. UNIX for Dummies Questions & Answers

Hylafax

I need a fax server for a mostly windows network. Is hylafax a good choice or should I go with a windows fax server? Does Hylafax send fax from print option in windows? Do I need samba or something? :confused: (1 Reply)
Discussion started by: photon
1 Replies

7. Programming

How to pass FIFO path to client process ?

Hello everybody ! I have a first program, called "server" which build 2 FIFO's in this way: ... #define PERMS 0666 #define FIFO1 "\tmp\cerere" #define FIFO2 "\tmp\raspuns" ... mkfifo(FIFO1, PERMS) mkfifo(FIFO2, PERMS) ... I want to access these FIFO's in a second separate program,... (1 Reply)
Discussion started by: Ametis1970
1 Replies

8. UNIX for Dummies Questions & Answers

Doubts on FIFO

Hi , I m beginner for Unix and i want to use FIFO in my 2 Scripts . I want 1 script to read data from FIFO and other will write into FIFO. Despite reading so many articles/posts i am still unable sunchronize my scripts. My doubts are 1> Do We require both scripts as daemons to use... (0 Replies)
Discussion started by: Akshay
0 Replies

9. UNIX for Advanced & Expert Users

Can FIFO file overfow?

I want to output logger information into FIFO file. My application can run for months. My question is what happens to FIFO file when there is one side constantly writing to it and nobody on the other side reading from it? Will it eventually stuck, overflow, reset, will it take all OS's RAM? ... (4 Replies)
Discussion started by: jackhab
4 Replies

10. UNIX for Advanced & Expert Users

FIFO size in Solaris

Hi, How do I know the max. size for FIFO(named pipe) on my system. I'm using solaris 10 OS. Is there any comparison chart between message queues and named pipes. Thanks in advance. (4 Replies)
Discussion started by: axes
4 Replies

11. Programming

Parent,child wait,signal

Hello. I want to make a child do some stuff,wait,then the parent does some stuff and then child does some stuff and waits again.I have made the following but it does not work.Can anybody help me? pid1 = fork(); if (pid1 == -1) { perror("Can't create child\n"); ... (18 Replies)
Discussion started by: Cuervo
18 Replies

12. Programming

kill() function problem in client-server ipc message using 2 FIFOs

I want to have a message send & receive through 2 uni-direction FIFO Flow of data FIFO1 stdin--->parent(client) writefd--->FIFO1-->child(server) readfd FIFO2 child(server) writefd2---->FIFO2--->parent(client) readfd2--->stdout I need to have boundary structed message... (3 Replies)
Discussion started by: ouou
3 Replies

13. Windows & DOS: Issues & Discussions

Kill a process

Hi, How can I terminate process using vbscript. PLEASE NOTE, I need to terminate process that runs under windows 64-bit environment as native 64 (not using select * from win_32_Process) (3 Replies)
Discussion started by: cratercrabs
3 Replies

14. Hardware

Modem connection between two local PCs

Hello everybody, I didn't know were to post this, so i posted here in hardware section. I'm having some troubles while trying to interconnect two pc's via modem (soft fax modem, RJ-11 jack). One is a Handheld PC (HP Jornada 728) with a single fax modem slot, and the other computer is a PC with... (6 Replies)
Discussion started by: Zykl0n-B
6 Replies

15. UNIX for Dummies Questions & Answers

FIFO Status Checking/Running

May i please know 1) How to check if FIFO process is down? 2) How to bring FIFO up and running? we are using redhat Linux OS and bash shell Thank you. (1 Reply)
Discussion started by: Ariean
1 Replies