Pull a copy of this lot http://www.decuslib.com/zips/ and host that as well.
On 30 January 2015 at 00:02, Sampsa Laine <sampsa at mac.com> wrote:
I've downloaded all of Ian McLaughlin's Vaxhaven ISOs and extracted them onto SOLAR::, so if you don't want to download the whole ISO for just one kit, they can be found at SOLAR::[VAXHAVENCDS]
They're also accessible via HTTP at http://solar.sampsa.com/files/
Also, there's a directory for uploading (SOLAR::[INCOMING]).
I'm open to suggestions as to other stuff to host - bandwidth and space are not a problem.
Sampsa
I've downloaded all of Ian McLaughlin's Vaxhaven ISOs and extracted them onto SOLAR::, so if you don't want to download the whole ISO for just one kit, they can be found at SOLAR::[VAXHAVENCDS]
They're also accessible via HTTP at http://solar.sampsa.com/files/
Also, there's a directory for uploading (SOLAR::[INCOMING]).
I'm open to suggestions as to other stuff to host - bandwidth and space are not a problem.
Sampsa
Will do, this has been noted down in my "VMS cheatsheet" text file, it's about 200 KB right now.
BTW, I've just copied the files off of all the VAXhaven CDs onto SOLAR::, it's on a fast link too (100 / 100).
Sampsa
On 30 Jan 2015, at 01:40, Brian Schenkenberger, VAXman- <system at TMESIS.COM> wrote:
Sampsa Laine <sampsa at mac.com> writes:
Thanks, that worked.
;)
In the future, be *SPECIFIC* about both the source and alias when using the
$ SET FILE/ENTER command.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Sampsa Laine <sampsa at mac.com> writes:
Thanks, that worked.
;)
In the future, be *SPECIFIC* about both the source and alias when using the
$ SET FILE/ENTER command.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Thanks, that worked.
Sampsa
On 30 Jan 2015, at 01:32, Brian Schenkenberger, VAXman- <system at TMESIS.COM> wrote:
Sampsa Laine <sampsa at mac.com> writes:
Sorry, haven't read that, my bad - I did spend a good half hour googling =
symlinks on VMS before asking here though...
Anyway,=20
The source is DKA0:[SYS0.DECNET] which I would like to appear as =
DKA0:[SYS0.SYSCOMMON.APACHE.HTDOCS.DECNET]
OK... You said "the source" is DKA0:[SYS0.DECNET]
Try:
$ SET FILE/ENTER=DKA0:[SYS0.SYSCOMMON.APACHE.HTDOCS]DECNET.DIR;1 DKA0:[SYS0]DECNET.DIR;1
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Johnny Billquist <bqt at softjar.se> writes:
On 2015-01-29 23:59, Sampsa Laine wrote:
So I'm trying this:
SOLAR$ set file/enter="decnet.dir" sys$specific:[000000]decnet.dir
%SET-F-ENTERR, error entering SYS$SPECIFIC:[000000]DECNET.DIR;2 as "decnet.dir"
-RMS-F-FNM, error in file name
How do I make a link from SYS$SPECIFIC:[DECNET} to [.DECNET}?
I don't know enough details on exactly what you are doing to give a full
answer, but I do know this much:
Directories *must* have version ;1.
It is absolutely not cool to try and have one with version ;2
I would guess from the above that there already exists a
SYS$SPECIFIC:[DECNET]
Johnny
That ;2 was because his command made file specification default assumptions.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
On 2015-01-29 23:59, Sampsa Laine wrote:
So I'm trying this:
SOLAR$ set file/enter="decnet.dir" sys$specific:[000000]decnet.dir
%SET-F-ENTERR, error entering SYS$SPECIFIC:[000000]DECNET.DIR;2 as "decnet.dir"
-RMS-F-FNM, error in file name
How do I make a link from SYS$SPECIFIC:[DECNET} to [.DECNET}?
I don't know enough details on exactly what you are doing to give a full answer, but I do know this much:
Directories *must* have version ;1.
It is absolutely not cool to try and have one with version ;2
I would guess from the above that there already exists a SYS$SPECIFIC:[DECNET]
Johnny
On 30 Jan 2015, at 00:57, Brian Schenkenberger, VAXman- <system at TMESIS.COM> wrote:
Hans Vlems <hvlems at zonnet.nl> writes:
why wouldn't =E2=80=8E it work for directories? For this action it makes no=
difference.
Clustering depends on it! ;)
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Sampsa Laine <sampsa at mac.com> writes:
Sorry, haven't read that, my bad - I did spend a good half hour googling =
symlinks on VMS before asking here though...
Anyway,=20
The source is DKA0:[SYS0.DECNET] which I would like to appear as =
DKA0:[SYS0.SYSCOMMON.APACHE.HTDOCS.DECNET]
OK... You said "the source" is DKA0:[SYS0.DECNET]
Try:
$ SET FILE/ENTER=DKA0:[SYS0.SYSCOMMON.APACHE.HTDOCS]DECNET.DIR;1 DKA0:[SYS0]DECNET.DIR;1
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Sorry, haven't read that, my bad - I did spend a good half hour googling symlinks on VMS before asking here though...
Anyway,
The source is DKA0:[SYS0.DECNET] which I would like to appear as DKA0:[SYS0.SYSCOMMON.APACHE.HTDOCS.DECNET]
sampsa
On 30 Jan 2015, at 01:12, Brian Schenkenberger, VAXman- <system at TMESIS.COM> wrote:
Sampsa Laine <sampsa at mac.com> writes:
What's the problem with that?
I'm trying to share some files over both FAL and HTTP, thought a symlink =
would be the easiest way to do it.
Do you know the answer or?
The problem is that I don't know what SYS$SPECIFIC nor what APACHE$ROOT are!
There's a little DCL command called '$ SHOW LOGICAL' which would help here.
And, FWIW, all of this has been well explained in the "OpenVMS File System
Internals" book.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Sampsa Laine <sampsa at mac.com> writes:
What's the problem with that?
I'm trying to share some files over both FAL and HTTP, thought a symlink =
would be the easiest way to do it.
Do you know the answer or?
The problem is that I don't know what SYS$SPECIFIC nor what APACHE$ROOT are!
There's a little DCL command called '$ SHOW LOGICAL' which would help here.
And, FWIW, all of this has been well explained in the "OpenVMS File System
Internals" book.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.