1faxq(1) mgetty+sendfax manual faxq(1)
2
3
4
6 faxq - display fax jobs queued by faxspool(1)
7
9 faxq [<command>] [-osa] [-v] [-r<job>] [-rall] [-P<job><prio>]
10
12 Display the fax queue set up by faxspool(1).
13
14 faxq looks for all the jobs queued by faxspool(1) to
15 /var/spool/fax/outgoing/*. For each job in the queue, faxq displays
16 some status informations about it. If no options are specified, one
17 line per queued fax job is printed, displaying the job number, sender,
18 number of pages and target fax number.
19
20
22 faxq stop stops the fax queue processing by creating the file
23 /var/spool/fax/outgoing/stop. This command works only if you have
24 write access to the spool directory. Depending on local setup, this
25 means ``root only'' or ``fax administrator group''. If you don't have
26 write access, an error message is printed.
27
28 faxq start re-starts a previously stopped fax queue, by removing the
29 ``stop'' file. As for faxq stop this only works if you have write
30 access.
31
32
34 -v Tells faxq to print a more verbose report for each job (multiple
35 lines).
36
37 -o Show old jobs, already sent but still in the queue directory,
38 too.
39
40 -s Show suspended jobs (stopped because of too many fatal errors
41 during sending). You can restart those jobs with faxq -r <job>
42
43 -a Show all jobs (active, old, suspended).
44
45 -r <job>
46 Restart job with the given ID(s) ("-r F012345" or "-r F01234*").
47
48 -r all Restart ALL suspended jobs. Every suspended job in the queue
49 (that you have write permissions for) will be requeued. Use
50 faxrm to delete jobs that you do not want to be sent!
51
52 -P <job> <prio>
53 Change the priority of fax job <job> to <prio>. Example: "faxq
54 -P F000247 3".
55
56
58 faxq doesn't handle time scheduling yet.
59
60 faxq -P is currently broken (needs re-implementing with faxq-helper).
61
62
64 faxrunq(1), faxspool(1), faxrm(1), faxqueue(5)
65
67 faxq is Copyright (C) 1993 by Gert Doering, <gert@greenie.muc.de>.
68
69
70
71greenie 27 Oct 93 faxq(1)