You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(43) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(34) |
Feb
(58) |
Mar
(8) |
Apr
(23) |
May
(9) |
Jun
(23) |
Jul
|
Aug
(15) |
Sep
(7) |
Oct
(10) |
Nov
(2) |
Dec
(3) |
| 2008 |
Jan
(14) |
Feb
(12) |
Mar
(9) |
Apr
(6) |
May
(13) |
Jun
(2) |
Jul
(18) |
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
(9) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(6) |
Sep
(1) |
Oct
(1) |
Nov
(2) |
Dec
(1) |
| 2010 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
(4) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(4) |
Dec
(1) |
| 2011 |
Jan
|
Feb
(14) |
Mar
(5) |
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(7) |
Nov
(2) |
Dec
|
| 2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(6) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2013 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(8) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(6) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
|
15
|
16
|
17
|
18
|
19
|
20
(2) |
21
|
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
|
29
|
30
|
31
|
|
|
|
|
|
From: Bernhard R. L. <br...@de...> - 2012-01-20 13:18:28
|
* walter harms <wh...@bf...> [120120 11:16]: > hi list, > i am using lprng in several boxes and now i have a problem that stunned me. > I was chasing missing files and found the following hint: in ./log > > Wait_for_pid: LP filter died with signal 'Interrupt' The string 'Interrupt' is from sys_siglist, which here (EGLIBC 2.11.2-10 on i386) has that value only for a value of '1' which is here SIGHUP. SIGHUP is quite a strange signal to have caught by a filter, but it looks like lprng is using it. If you can reproduce it, you might want to enable debugging (especially DCTRL1 to be set with the 'lpc' debug keyword) in lprng to see if it says anything about it. Unless some signal is reaching the wrong recipient (lprng is often sending itself (or forks of itself) a HUP), that should happen, if: - the job is removed while the filter is still running (lpd_remove.c:299ff) - the filter is run by one of the client programs (most likely lpr) and that received a HUP (perhaps because it is not finished before its controling terminal vanishes) and sent it to all of its children (via cleanup_HUP). Bernhard R. Link |
|
From: walter h. <wh...@bf...> - 2012-01-20 10:16:39
|
hi list,
i am using lprng in several boxes and now i have a problem that stunned me.
I was chasing missing files and found the following hint: in ./log
Wait_for_pid: LP filter died with signal 'Interrupt'
it seems to happen only when a suddenly 20 or more files enter the queue.
my entry looks like that here:
insert:\
:lp=|-$/usr/bin/insert -d0 :\
:sd=/var/spool/lpd/insert:\
:lf=/var/spool/lpd/insert/log:\
:af=/var/spool/lpd/insert/acct:\
:la@:\
:tr=:cl:lk:sh:
To make things worse i tested /usr/bin/insert that has no problems handling the data files (even much more
does not make any difference).
any hints here ?
re,
wh
|