Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Broken Links in the Site Link Directory Post 302586454 by Neo on Monday 2nd of January 2012 04:52:54 AM
Old 01-02-2012
Quote:
Originally Posted by butterbaerchen

in fact - every link on that page brings up the vBulletin page. The links read correct in the status bar on hover or the address bar when pasted. Is this just happening to me?

... actually - they just omit the /links/ in the address - filling it in by hand brings up the page. no big deal - sorry. So where does links2 get the correct address from ...
... in safari the status line gives all links without the links directory /links/ in links2 the status line reads all links with /links/
Update: I hacked together a fix for this... seems there was corrupted categories in the links directory.

Thanks for informing....
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

wget - force link conversion for all links?

Hello, In using wget with the -k option to convert links to relative URLs, I am finding that not all the links get converted in a recursive download, and when downloading a single file, none of them do. I am assuming that this is because wget will only convert those URLs for files it has... (1 Reply)
Discussion started by: Allasso
1 Replies

2. UNIX for Dummies Questions & Answers

Why do I have two links in my rc.3 directory?

Hi, I am doing a services audit on one of our servers at work and I notice that I sometimes have a service with two slightly different prefixes. For example, S94httpd K15httpd Can one of them be safely deleted? (2 Replies)
Discussion started by: mojoman
2 Replies

3. UNIX for Dummies Questions & Answers

rsync with --link-dest doesn't create hard links

I have been experimenting with rsync as a scriptable backup option, reading various example and tips pages, including Time Machine for every Unix out there - IMHO That page seems to describe the exact behavior I want: The ability to make a "full backup" snapshot regularly, but with rsync... (0 Replies)
Discussion started by: fitzwilliam
0 Replies

4. Post Here to Contact Site Administrators and Moderators

Broken link FAQ date arithmetic with shell

page unix com/answers-frequently-asked-questions/13785-yesterdays-date-date-arithmetic.html Date Arithmetic with the Shell has link of www samag com/documents/s=8284/sam0307b/0307b.htm which is no longer. Is this the correct place to post this?:confused: and I got message... (1 Reply)
Discussion started by: dgerman
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Using this site with links

Hi, I would like to use links to view that site and post messages but sometimes I have problem which rely on that it is impossible to log in here from links level. That is, I give my login and password but when I request to that being proceed there appears a site on which there is written... (2 Replies)
Discussion started by: DavidMax
2 Replies

6. Web Development

Broken Link-Checking software/utility

Hi all - I work for an organization that maintains 40 web sites, which run on a UNIX box. We're looking for software that can sit on the UNIX box and check for broken links/orphans on all of our sites....we'd like to schedule it to run nightly and produce a report....anyone know of something that... (1 Reply)
Discussion started by: dcasteve
1 Replies
ADVISE(3PVM)							  PVM Version 3.4						      ADVISE(3PVM)

NAME
pvm_advise() - Controls use of direct task-to-task routing. [In Version 3.2: Replaced by pvm_setopt] SYNOPSIS
C int info = pvm_advise( int route ) Fortran call pvmfadvise( route, info ) PARAMETERS
route Integer advising PVM to set up direct task-to-task links. route options PvmDontRoute 1 Don't allow direct links to this task PvmAllowDirect 2 Allow but don't request direct links PvmRouteDirect 3 Request direct links info Integer returning error status. DESCRIPTION
The routine pvm_advise advises PVM on whether or not to set up direct task-to-task links (using TCP) for all subsequent communication. Once a link is established it remains until the application finishes. If a direct link can not be established because one of the two tasks has requested PvmDontRoute or because no resources are available, then the default route through the PVM daemons is used. pvm_advise can be called multiple times to selectively establish direct links, but is typically set only once near the beginning of each task. PvmAllowDi- rect is the default advise setting. This setting on task A allows other tasks to set up direct links to A. Once a direct link is estab- lished between tasks both tasks will use it for sending messages. pvm_advise returns the error status in info. The performance of direct task-to-task links can be up to a factor of two better than the default route. The draw back is a lack of scalability of the direct links. Some versions of UNIX limit the number of links to no more than 30. EXAMPLES
C: info = pvm_advise( PvmRouteDirect ); Fortran: CALL PVMFADVISE( PVMROUTEDIRECT, INFO ) ERRORS
This error condition can be returned by pvm_advise PvmBadParam giving an invalid route value. SEE ALSO
pvm_setopt(3PVM) 30 August, 1993 ADVISE(3PVM)
All times are GMT -4. The time now is 10:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy