CartMetrix - Do you know yours?

« Southwestern Bell Customer Service - Again | Home | Mail.app IMAP Broken in 10.4.4 Update »

1/19/2006

SIM / SPRI Bad Syntax Perhaps Bogus Bug

Newer versions of the system ps command can give the following error while running SIM or SPRI.

Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ

To fix make the following changes.

SIM:
Change /usr/local/sim/sim:

ps -auxww | grep -v $IGNORE >> $PS_CACHE

To:

ps auxww | grep -v $IGNORE >> $PS_CACHE

Removed the '-' in front of auxww. This occurs on or about line #143 in SIM 2.5-3.

SPRI:
Change /usr/local/spri/spri:

ps -auxww > $TF

To:

ps auxww > $TF

Removed the '-' in front of auxww. This occurs on or about line #56 in SPRI 0.5.

Popularity: 10%

Trackback:

Post History

2006-12-03 04:12
Fixed incorrect file path to spri

Related Posts

Post your opinion

Verification Image

Please type the letters you see in the picture.

Subscribe without commenting


damonparker.org is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

copyright © 2002-2009 damonparker.org. all rights reserved.

Close
E-mail It