Bug 74272 - uustat -a lists maximun of 201 jobs
Summary: uustat -a lists maximun of 201 jobs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: uucp
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Vrabec
QA Contact: Bill Huang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-09-19 11:26 UTC by Tomasz Kepczynski
Modified: 2007-04-18 16:46 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-12-14 11:21:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Tomasz Kepczynski 2002-09-19 11:26:31 UTC
Description of Problem:
I've got quite a few uucp jobs on my machine
(ls -l /var/spool/uucp/shani/C./ | wc -l gives me 4318).
uustat -a or uustat -s shani lists only 201 jobs which is
incorrect. It looks like only the oldest jobs are listed.
No errors are reported, core is not dumped.

Version-Release number of selected component (if applicable):


How Reproducible:
Always

Steps to Reproduce:
1. Spool over 201 jobs to uucp
2. give it uustat -a|wc -l command

Actual Results:


Expected Results:


Additional Information:

Comment 1 Tomasz Kepczynski 2004-01-21 14:17:20 UTC
As far as I can say this is fixed in uucp-1.07 as on ftp.gnu.org site.
In 1.06 this limit is fixed by #define COMMANDS_PER_SCAN (200) in file
unix/work.c. In 1.07 it is passed to function fsysdep_get_work_init as
cmax parameter with 0 meaning 'no limit'.

/Tomek


Note You need to log in before you can comment on or make changes to this bug.