JETtransp uses the GNU utility wget to interogate the transp database. wget requires a proxy definition to use the webcache, which is defined in the file ~/.wgetrc :-
http_proxy=http://webcache.jet.uk:8080/
proxy_user=<username>
proxy_passwd=<password>This file must be created in each users home directory, with <username> and <password> replaced by JETnet account values. The script $TRANSPROOT/transprc checks if ~/.wgetrc exists, and will create the file if necessary -
Note that access to ~/.wgetrc is restricted to owner read write only ( Octal 0600 )
scripts/dev/modules/Proc.pm 1.00 24Nov2000
/common/transp_shared/Code/transp/La_95_28/FC6/runsys/ModTest -I- Testing with Perl
/common/transp_shared/Code/transp/La_95_28/FC6/runsys/ModTest -I- Testing TrUtil :-
TrUtil version 1.60 14Feb2007
TrUtil::Test -I- directory ./test exists
TrUtil::Test -I- $Transp::TWD = /common/transp_shared/Code/transp/La_95_28/FC6/runsys/test
TrUtil::wgetrc -U-
-=- Creating .wgetrc, to enable proxy access by wget
TrUtil::wgetrc -Q- Please enter your JETNET Username default pshare jconboy
TrUtil::wgetrc -Q- Please enter your JETNET Password
TrUtil::wgetrc -Q- Please reenter to confirm
TrUtil::Test Done
The utility $SR/modtest can be used to check that wget can access the transp database :-
>$SR/ModTest DB List 50621 C01
scripts/dev/modules/Proc.pm 1.00 24Nov2000
/common/transp_shared/Code/transp/La_95_28/FC6/runsys/ModTest -I- Testing with Perl
/common/transp_shared/Code/transp/La_95_28/FC6/runsys/ModTest -I- Testing TrDbase :-
TrDbase version 1.1 20Mar2007
TrDbase::Test -U-
-=- -> 50621 C01 Robert.BudnyThis should report that Robert Budny is the owner of 50621C01. If there is a problem, check -
- Does ~/.wgetrc exist, with the correct contents & access permissions ?
- Can the database be accessed directly using the web browser interface ?
If problems persist, contact the transp RO .