On Sat, 26 Oct 2013, Brian Schenkenberger, VAXman- wrote:
Cory Smelosky <b4 at gewt.net> writes:
Evening,
After a little more fiddling I have determined for sure that something
isn't in a table it should be in.
MOIRA::CSMELOSKY$ run dka0:[vms$common.sysexe]decc$compiler
%CLI-F-SYNTAX, error parsing 'VCG$VERSION'
-CLI-E-ENTNF, specified entity not found in command tables
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name routine name line rel PC abs
PC
7FF64BB9
7FF64BB9
7FF649BF
7FF649BF
7FF644E0
7FF644E0
001CB692
001CB692
0019B0ED
0019B0ED
00199CEA
00199CEA
00194F5A
00194F5A
COMPILE cc_driver 52136 00000247
0018F69F
(I just did that for a test...doing a full reinstall won't help. How
would I manually toss it in to DCLTABLES?)
The installation should add "CC" (the C Compiler) command to DCLTABLES.EXE.
Make sure that you have only one DCLTABLES.EXE in SYS$COMMON:[SYSLIB].
Reinstalling the compiler THIS time worked. No idea why it didn't the other 2 times...
You can not simply RUN the C compiler executable because it will look for
command information via CLI$routines/SYS$CLI callbacks. You *might* get
away with $ MCR DKA0:[VMS$COMMON.SYSEXE]DECC$COMPILER not giving you the
stack dump traceback but gawd only knows what qualifier defaults you will
be given.
When you have the C Compiler installed, try:
$ CREATE HELLO.C
#include <stdio.h>
main() { printf("Hello World\n");}
^Z <== Ctrl/Z to exit
$ CC HELLO
$ LINK HELLO
$ RUN HELLO
FYI, You also require a PAK for the DEC C compiler.
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
Cory Smelosky <b4 at gewt.net> writes:
Evening,
After a little more fiddling I have determined for sure that something
isn't in a table it should be in.
MOIRA::CSMELOSKY$ run dka0:[vms$common.sysexe]decc$compiler
%CLI-F-SYNTAX, error parsing 'VCG$VERSION'
-CLI-E-ENTNF, specified entity not found in command tables
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name routine name line rel PC abs
PC
7FF64BB9
7FF64BB9
7FF649BF
7FF649BF
7FF644E0
7FF644E0
001CB692
001CB692
0019B0ED
0019B0ED
00199CEA
00199CEA
00194F5A
00194F5A
COMPILE cc_driver 52136 00000247
0018F69F
(I just did that for a test...doing a full reinstall won't help. How
would I manually toss it in to DCLTABLES?)
The installation should add "CC" (the C Compiler) command to DCLTABLES.EXE.
Make sure that you have only one DCLTABLES.EXE in SYS$COMMON:[SYSLIB].
You can not simply RUN the C compiler executable because it will look for
command information via CLI$routines/SYS$CLI callbacks. You *might* get
away with $ MCR DKA0:[VMS$COMMON.SYSEXE]DECC$COMPILER not giving you the
stack dump traceback but gawd only knows what qualifier defaults you will
be given.
When you have the C Compiler installed, try:
$ CREATE HELLO.C
#include <stdio.h>
main() { printf("Hello World\n");}
^Z <== Ctrl/Z to exit
$ CC HELLO
$ LINK HELLO
$ RUN HELLO
FYI, You also require a PAK for the DEC C compiler.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
Well I speak to machines with the voice of humanity.
Evening,
After a little more fiddling I have determined for sure that something isn't in a table it should be in.
MOIRA::CSMELOSKY$ run dka0:[vms$common.sysexe]decc$compiler
%CLI-F-SYNTAX, error parsing 'VCG$VERSION'
-CLI-E-ENTNF, specified entity not found in command tables
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name routine name line rel PC abs PC
7FF64BB9 7FF64BB9
7FF649BF 7FF649BF
7FF644E0 7FF644E0
001CB692 001CB692
0019B0ED 0019B0ED
00199CEA 00199CEA
00194F5A 00194F5A
COMPILE cc_driver 52136 00000247 0018F69F
(I just did that for a test...doing a full reinstall won't help. How would I manually toss it in to DCLTABLES?)
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
Hello!
I can believe it. And before you ask, I had nothing to do with it. I
only arrange for other stuff.
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
On Thu, Oct 24, 2013 at 3:25 AM, Sampsa Laine <sampsa at mac.com> wrote:
Yup. I'll set you guys up around lunchtime GMT - provided I survive the trip in and out of town, the Bedus are driving even crazier than usual, it's like the chariot race scene in Ben Hur to go to the shops.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 22:58, Michael Holmes <mholmes10 at hotmail.com> wrote:
Sampsa,
Can you support another non-static IP user?
Mike Holmes
From: md.benson at gmail.com
Date: Wed, 23 Oct 2013 15:53:54 +0100
Subject: Re: [HECnet] Need a non-static-IP link to HECNet. Anyone got one available.
To: hecnet at update.uu.se
Thanks, chief.
--
Mark Benson
On Wed, Oct 23, 2013 at 3:41 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yup, I'll send it all to you in a tar ball when I get a chance to roll the account.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:39, Mark Benson <md.benson at gmail.com> wrote:
Could you let me have the bash script you use? It'll be useful for a few things :)
--
Mark
On Wed, Oct 23, 2013 at 3:38 PM, Mark Benson <md.benson at gmail.com> wrote:
Ah right okay, I am not that familiar with VPN on Linux. I guess PTPP is a law unto itself :)
On Wed, Oct 23, 2013 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
No idea, does it do PPTP?
I just use pptpd in a bash loop, check if it's alive and restart it if not.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:11, Mark Benson <md.benson at gmail.com> wrote:
I guess I'll be okay connecting from OpenVPN on my RasPi?
On Wed, Oct 23, 2013 at 2:57 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yup, you get a static IP on my 192.168.77.0/24 subnet, and the bridge is on that subnet so it'll just work.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 15:48, Mark Benson <md.benson at gmail.com> wrote:
Thanks, Sampsa :)
Once on the VPN, I guess I can just bridge to an IP inside your DECnet LAN?
--
Mark
On Wed, Oct 23, 2013 at 2:25 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yeah, I've got a PPTP setup for the bridge.
I'll set you up tomorrow and send you the details for the VPN and bridge.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 15:00, Mark Benson <md.benson at gmail.com> wrote:
Hi,
Judgement day came early and we switched back to residential internet and now have no static IP BUT I'm getting a much faster line installed next week as a result so it's all good.
Does anyone have a VPN I could connect to in order to keep my HECnet connection up (for me to not use, like I've been not using it since April ;) ). Winter is coming and I'll need something to do in the evenings and weekends when it's too rainy and cold to cycle :P
Thanks!
--
Mark Benson
Yup. I'll set you guys up around lunchtime GMT - provided I survive the trip in and out of town, the Bedus are driving even crazier than usual, it's like the chariot race scene in Ben Hur to go to the shops.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 22:58, Michael Holmes <mholmes10 at hotmail.com> wrote:
Sampsa,
Can you support another non-static IP user?
Mike Holmes
From: md.benson at gmail.com
Date: Wed, 23 Oct 2013 15:53:54 +0100
Subject: Re: [HECnet] Need a non-static-IP link to HECNet. Anyone got one available.
To: hecnet at update.uu.se
Thanks, chief.
--
Mark Benson
On Wed, Oct 23, 2013 at 3:41 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yup, I'll send it all to you in a tar ball when I get a chance to roll the account.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:39, Mark Benson <md.benson at gmail.com> wrote:
Could you let me have the bash script you use? It'll be useful for a few things :)
--
Mark
On Wed, Oct 23, 2013 at 3:38 PM, Mark Benson <md.benson at gmail.com> wrote:
Ah right okay, I am not that familiar with VPN on Linux. I guess PTPP is a law unto itself :)
On Wed, Oct 23, 2013 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
No idea, does it do PPTP?
I just use pptpd in a bash loop, check if it's alive and restart it if not.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:11, Mark Benson <md.benson at gmail.com> wrote:
I guess I'll be okay connecting from OpenVPN on my RasPi?
On Wed, Oct 23, 2013 at 2:57 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yup, you get a static IP on my 192.168.77.0/24 subnet, and the bridge is on that subnet so it'll just work.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 15:48, Mark Benson <md.benson at gmail.com> wrote:
Thanks, Sampsa :)
Once on the VPN, I guess I can just bridge to an IP inside your DECnet LAN?
--
Mark
On Wed, Oct 23, 2013 at 2:25 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yeah, I've got a PPTP setup for the bridge.
I'll set you up tomorrow and send you the details for the VPN and bridge.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 15:00, Mark Benson <md.benson at gmail.com> wrote:
Hi,
Judgement day came early and we switched back to residential internet and now have no static IP BUT I'm getting a much faster line installed next week as a result so it's all good.
Does anyone have a VPN I could connect to in order to keep my HECnet connection up (for me to not use, like I've been not using it since April ;) ). Winter is coming and I'll need something to do in the evenings and weekends when it's too rainy and cold to cycle :P
Thanks!
--
Mark Benson
Sampsa,
Can you support another non-static IP user?
Mike Holmes
From: md.benson at gmail.com
Date: Wed, 23 Oct 2013 15:53:54 +0100
Subject: Re: [HECnet] Need a non-static-IP link to HECNet. Anyone got one available.
To: hecnet at update.uu.se
Thanks, chief.
--
Mark Benson
On Wed, Oct 23, 2013 at 3:41 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yup, I'll send it all to you in a tar ball when I get a chance to roll the account.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:39, Mark Benson <md.benson at gmail.com> wrote:
> Could you let me have the bash script you use? It'll be useful for a few things :)
>
> --
>
> Mark
>
>
> On Wed, Oct 23, 2013 at 3:38 PM, Mark Benson <md.benson at gmail.com> wrote:
> Ah right okay, I am not that familiar with VPN on Linux. I guess PTPP is a law unto itself :)
>
>
> On Wed, Oct 23, 2013 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
> No idea, does it do PPTP?
>
> I just use pptpd in a bash loop, check if it's alive and restart it if not.
>
> sampsa <sampsa at mac.com>
> mobile +358 40 7208932
>
> On 23 Oct 2013, at 16:11, Mark Benson <md.benson at gmail.com> wrote:
>
> > I guess I'll be okay connecting from OpenVPN on my RasPi?
> >
> >
> > On Wed, Oct 23, 2013 at 2:57 PM, Sampsa Laine <sampsa at mac.com> wrote:
> > Yup, you get a static IP on my 192.168.77.0/24 subnet, and the bridge is on that subnet so it'll just work.
> >
> > sampsa <sampsa at mac.com>
> > mobile +358 40 7208932
> >
> > On 23 Oct 2013, at 15:48, Mark Benson <md.benson at gmail.com> wrote:
> >
> > > Thanks, Sampsa :)
> > >
> > > Once on the VPN, I guess I can just bridge to an IP inside your DECnet LAN?
> > >
> > > --
> > >
> > > Mark
> > >
> > >
> > > On Wed, Oct 23, 2013 at 2:25 PM, Sampsa Laine <sampsa at mac.com> wrote:
> > > Yeah, I've got a PPTP setup for the bridge.
> > >
> > > I'll set you up tomorrow and send you the details for the VPN and bridge.
> > >
> > > sampsa <sampsa at mac.com>
> > > mobile +358 40 7208932
> > >
> > > On 23 Oct 2013, at 15:00, Mark Benson <md.benson at gmail.com> wrote:
> > >
> > > > Hi,
> > > >
> > > > Judgement day came early and we switched back to residential internet and now have no static IP BUT I'm getting a much faster line installed next week as a result so it's all good.
> > > >
> > > > Does anyone have a VPN I could connect to in order to keep my HECnet connection up (for me to not use, like I've been not using it since April ;) ). Winter is coming and I'll need something to do in the evenings and weekends when it's too rainy and cold to cycle :P
> > > >
> > > > Thanks!
> > > >
> > > > --
> > > >
> > > > Mark Benson
> > >
> > >
> >
> >
>
>
>
Thanks, chief.
--
Mark Benson
On Wed, Oct 23, 2013 at 3:41 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yup, I'll send it all to you in a tar ball when I get a chance to roll the account.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:39, Mark Benson <md.benson at gmail.com> wrote:
> Could you let me have the bash script you use? It'll be useful for a few things :)
>
> --
>
> Mark
>
>
> On Wed, Oct 23, 2013 at 3:38 PM, Mark Benson <md.benson at gmail.com> wrote:
> Ah right okay, I am not that familiar with VPN on Linux. I guess PTPP is a law unto itself :)
>
>
> On Wed, Oct 23, 2013 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
> No idea, does it do PPTP?
>
> I just use pptpd in a bash loop, check if it's alive and restart it if not.
>
> sampsa <sampsa at mac.com>
> mobile +358 40 7208932
>
> On 23 Oct 2013, at 16:11, Mark Benson <md.benson at gmail.com> wrote:
>
> > I guess I'll be okay connecting from OpenVPN on my RasPi?
> >
> >
> > On Wed, Oct 23, 2013 at 2:57 PM, Sampsa Laine <sampsa at mac.com> wrote:
> > Yup, you get a static IP on my 192.168.77.0/24 subnet, and the bridge is on that subnet so it'll just work.
> >
> > sampsa <sampsa at mac.com>
> > mobile +358 40 7208932
> >
> > On 23 Oct 2013, at 15:48, Mark Benson <md.benson at gmail.com> wrote:
> >
> > > Thanks, Sampsa :)
> > >
> > > Once on the VPN, I guess I can just bridge to an IP inside your DECnet LAN?
> > >
> > > --
> > >
> > > Mark
> > >
> > >
> > > On Wed, Oct 23, 2013 at 2:25 PM, Sampsa Laine <sampsa at mac.com> wrote:
> > > Yeah, I've got a PPTP setup for the bridge.
> > >
> > > I'll set you up tomorrow and send you the details for the VPN and bridge.
> > >
> > > sampsa <sampsa at mac.com>
> > > mobile +358 40 7208932
> > >
> > > On 23 Oct 2013, at 15:00, Mark Benson <md.benson at gmail.com> wrote:
> > >
> > > > Hi,
> > > >
> > > > Judgement day came early and we switched back to residential internet and now have no static IP BUT I'm getting a much faster line installed next week as a result so it's all good.
> > > >
> > > > Does anyone have a VPN I could connect to in order to keep my HECnet connection up (for me to not use, like I've been not using it since April ;) ). Winter is coming and I'll need something to do in the evenings and weekends when it's too rainy and cold to cycle :P
> > > >
> > > > Thanks!
> > > >
> > > > --
> > > >
> > > > Mark Benson
> > >
> > >
> >
> >
>
>
>
Yup, I'll send it all to you in a tar ball when I get a chance to roll the account.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:39, Mark Benson <md.benson at gmail.com> wrote:
Could you let me have the bash script you use? It'll be useful for a few things :)
--
Mark
On Wed, Oct 23, 2013 at 3:38 PM, Mark Benson <md.benson at gmail.com> wrote:
Ah right okay, I am not that familiar with VPN on Linux. I guess PTPP is a law unto itself :)
On Wed, Oct 23, 2013 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
No idea, does it do PPTP?
I just use pptpd in a bash loop, check if it's alive and restart it if not.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:11, Mark Benson <md.benson at gmail.com> wrote:
I guess I'll be okay connecting from OpenVPN on my RasPi?
On Wed, Oct 23, 2013 at 2:57 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yup, you get a static IP on my 192.168.77.0/24 subnet, and the bridge is on that subnet so it'll just work.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 15:48, Mark Benson <md.benson at gmail.com> wrote:
Thanks, Sampsa :)
Once on the VPN, I guess I can just bridge to an IP inside your DECnet LAN?
--
Mark
On Wed, Oct 23, 2013 at 2:25 PM, Sampsa Laine <sampsa at mac.com> wrote:
Yeah, I've got a PPTP setup for the bridge.
I'll set you up tomorrow and send you the details for the VPN and bridge.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 15:00, Mark Benson <md.benson at gmail.com> wrote:
Hi,
Judgement day came early and we switched back to residential internet and now have no static IP BUT I'm getting a much faster line installed next week as a result so it's all good.
Does anyone have a VPN I could connect to in order to keep my HECnet connection up (for me to not use, like I've been not using it since April ;) ). Winter is coming and I'll need something to do in the evenings and weekends when it's too rainy and cold to cycle :P
Thanks!
--
Mark Benson
Could you let me have the bash script you use? It'll be useful for a few things :)
--
Mark
On Wed, Oct 23, 2013 at 3:38 PM, Mark Benson <md.benson at gmail.com> wrote:
Ah right okay, I am not that familiar with VPN on Linux. I guess PTPP is a law unto itself :)
On Wed, Oct 23, 2013 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
No idea, does it do PPTP?
I just use pptpd in a bash loop, check if it's alive and restart it if not.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:11, Mark Benson <md.benson at gmail.com> wrote:
> I guess I'll be okay connecting from OpenVPN on my RasPi?
>
>
> On Wed, Oct 23, 2013 at 2:57 PM, Sampsa Laine <sampsa at mac.com> wrote:
> Yup, you get a static IP on my 192.168.77.0/24 subnet, and the bridge is on that subnet so it'll just work.
>
> sampsa <sampsa at mac.com>
> mobile +358 40 7208932
>
> On 23 Oct 2013, at 15:48, Mark Benson <md.benson at gmail.com> wrote:
>
> > Thanks, Sampsa :)
> >
> > Once on the VPN, I guess I can just bridge to an IP inside your DECnet LAN?
> >
> > --
> >
> > Mark
> >
> >
> > On Wed, Oct 23, 2013 at 2:25 PM, Sampsa Laine <sampsa at mac.com> wrote:
> > Yeah, I've got a PPTP setup for the bridge.
> >
> > I'll set you up tomorrow and send you the details for the VPN and bridge.
> >
> > sampsa <sampsa at mac.com>
> > mobile +358 40 7208932
> >
> > On 23 Oct 2013, at 15:00, Mark Benson <md.benson at gmail.com> wrote:
> >
> > > Hi,
> > >
> > > Judgement day came early and we switched back to residential internet and now have no static IP BUT I'm getting a much faster line installed next week as a result so it's all good.
> > >
> > > Does anyone have a VPN I could connect to in order to keep my HECnet connection up (for me to not use, like I've been not using it since April ;) ). Winter is coming and I'll need something to do in the evenings and weekends when it's too rainy and cold to cycle :P
> > >
> > > Thanks!
> > >
> > > --
> > >
> > > Mark Benson
> >
> >
>
>
Ah right okay, I am not that familiar with VPN on Linux. I guess PTPP is a law unto itself :)
On Wed, Oct 23, 2013 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
No idea, does it do PPTP?
I just use pptpd in a bash loop, check if it's alive and restart it if not.
sampsa <sampsa at mac.com>
mobile +358 40 7208932
On 23 Oct 2013, at 16:11, Mark Benson <md.benson at gmail.com> wrote:
> I guess I'll be okay connecting from OpenVPN on my RasPi?
>
>
> On Wed, Oct 23, 2013 at 2:57 PM, Sampsa Laine <sampsa at mac.com> wrote:
> Yup, you get a static IP on my 192.168.77.0/24 subnet, and the bridge is on that subnet so it'll just work.
>
> sampsa <sampsa at mac.com>
> mobile +358 40 7208932
>
> On 23 Oct 2013, at 15:48, Mark Benson <md.benson at gmail.com> wrote:
>
> > Thanks, Sampsa :)
> >
> > Once on the VPN, I guess I can just bridge to an IP inside your DECnet LAN?
> >
> > --
> >
> > Mark
> >
> >
> > On Wed, Oct 23, 2013 at 2:25 PM, Sampsa Laine <sampsa at mac.com> wrote:
> > Yeah, I've got a PPTP setup for the bridge.
> >
> > I'll set you up tomorrow and send you the details for the VPN and bridge.
> >
> > sampsa <sampsa at mac.com>
> > mobile +358 40 7208932
> >
> > On 23 Oct 2013, at 15:00, Mark Benson <md.benson at gmail.com> wrote:
> >
> > > Hi,
> > >
> > > Judgement day came early and we switched back to residential internet and now have no static IP BUT I'm getting a much faster line installed next week as a result so it's all good.
> > >
> > > Does anyone have a VPN I could connect to in order to keep my HECnet connection up (for me to not use, like I've been not using it since April ;) ). Winter is coming and I'll need something to do in the evenings and weekends when it's too rainy and cold to cycle :P
> > >
> > > Thanks!
> > >
> > > --
> > >
> > > Mark Benson
> >
> >
>
>