Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

running recip link from ssh

Quote Reply
running recip link from ssh
Andy,
Is it possible to run recip link from ssh command line? I'm getting time outs with all the browser methods.

BTW when I try to access the Ultranerds forums I can't login even though I've been logged into the site.

CCUnet
my Christian web
Quote Reply
Re: [ccunet] running recip link from ssh In reply to
Sure thing.

Code:
cd /path/to/your/admin/folder
nohup perl check.cgi > log.txt &
tail -n20 -f log.txt

...or simpler (will get cut off if your internet dies);

Code:
cd /path/to/your/admin/folder
perl check.cgi &

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] running recip link from ssh In reply to
Andy,
A couple other things.
All new links are showing up with has_priority set to yes even though in the database it has 0/No as the default.

Also should thre be a space after the comma in the list of urls to check for?
Any thoughts
my Christian web
Quote Reply
Re: [ccunet] running recip link from ssh In reply to
Mmm.. can you send over LSQL admin panel details, and I'll take a look? Maybe a setting that I missed :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!