Bug 142542 - Taskomatic log issues
Summary: Taskomatic log issues
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Network
Classification: Retired
Component: RHN/Web Site
Version: rhn360
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Robin Norwood
QA Contact: Max Spevack
URL:
Whiteboard:
Depends On:
Blocks: 142012
TreeView+ depends on / blocked
 
Reported: 2004-12-10 15:24 UTC by Christopher M. Smith
Modified: 2007-04-18 17:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-01-28 18:45:41 UTC
Embargoed:


Attachments (Terms of Use)

Description Christopher M. Smith 2004-12-10 15:24:39 UTC
Dec 10 10:21:55 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932601 (address 'amcle.nsw.gov.au', state
'needs_verifying')
Dec 10 10:21:55 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93f0bb8)';
skipping for now...
Dec 10 10:21:55 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932570 (address 'matrixchief', state 'needs_verifying')
Dec 10 10:21:55 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93c8a7c)';
skipping for now...
Dec 10 10:21:56 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932580 (address 'joyce_tu.tw', state 'needs_verifying')
Dec 10 10:21:56 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93f08c4)';
skipping for now...
Dec 10 10:21:56 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932601 (address 'amcle.nsw.gov.au', state
'needs_verifying')
Dec 10 10:21:56 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93f0e04)';
skipping for now...
Dec 10 10:21:56 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932570 (address 'matrixchief', state 'needs_verifying')
Dec 10 10:21:56 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93a1da4)';
skipping for now...
Dec 10 10:21:57 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932580 (address 'joyce_tu.tw', state 'needs_verifying')
Dec 10 10:21:57 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93f09b4)';
skipping for now...
Dec 10 10:21:57 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932601 (address 'amcle.nsw.gov.au', state
'needs_verifying')
Dec 10 10:21:57 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93f1554)';
skipping for now...
Dec 10 10:21:57 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932570 (address 'matrixchief', state 'needs_verifying')
Dec 10 10:21:57 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93f0bac)';
skipping for now...

Writes these 1/second.  Needs to stop.  Filing in this fashion per
Chip Turner.

Comment 1 Robin Norwood 2005-01-04 21:56:32 UTC
There are two messages here:

Dec 10 10:21:55 scripts1 /usr/sbin/taskomatic[29469]: processing
user_id 3932601 (address 'amcle.nsw.gov.au', state
'needs_verifying')

And:

Dec 10 10:21:55 scripts1 /usr/sbin/taskomatic[29469]: Unable to
perform lookup on address 'RHN::EmailAddress=HASH(0x93f0bb8)';
skipping for now...

For the first, I've changed the code so that this message is displayed
if the debug level is set to 'debug' or higher (it was set to output
that message during normal operations). 

This issue is fixed in CVS.

The second message is a symptom of a different problem - described in
bug #144178

Comment 2 Todd Warner 2005-01-10 21:55:41 UTC
I'm an idiot... these are not ON_QA... they are QA_READY.

Comment 3 Max Spevack 2005-01-10 22:07:49 UTC
Robin, please comment on the best way for QA to verify that these
issues are fixed.  Thanks.

Comment 4 Robin Norwood 2005-01-11 17:51:03 UTC
Test plan:

Have your friendly neighborhood sysadmin run the following commands on
the scripts box of the environment you are testing (ie, the box that
is running taskomatic):

# service taskomatic status
(expect: taskomatic (pid 18008) is running...)

# grep 'processing user_id' /var/log/messages
(expect:
...
Jan 11 12:45:17 scripts /usr/sbin/taskomatic[18008]: processing
user_id 3932570 (address 'matrixchief', state 'needs_verifying')
Jan 11 12:45:18 scripts /usr/sbin/taskomatic[18008]: processing
user_id 3932580 (address 'joyce_tu.tw', state 'needs_verifying')
Jan 11 12:45:18 scripts /usr/sbin/taskomatic[18008]: processing
user_id 3932601 (address 'amcle.nsw.gov.au', state
'needs_verifying')
Jan 11 12:45:18 scripts /usr/sbin/taskomatic[18008]: processing
user_id 3932570 (address 'matrixchief', state 'needs_verifying')
)
Should be lots and lots of output, about one a second, up until the
time that taskomatic was restarted after the code was pushed to this
box.  If the messages are still occuring, you should just to make sure
that taskomatic was restarted after packges were updated.

Comment 5 Todd Warner 2005-01-21 15:02:41 UTC
Mass move to ON_QA for the QA push two days ago.

Comment 6 Max Spevack 2005-01-24 19:07:48 UTC
Verified with Chris -- none of these error messages since the push to QA.

PROD_READY


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