Sampsa, I saw that you already got an answer which solved the problem, but I still through I'd add a comment.
On CHIMPY, who were you running as?
Johnny
Sampsa Laine wrote:
Guys,
I'm trying to define some proxies on RHESUS for both CHIMPY and CHIMP, but can't seem to get it to work.
Basically, I've run the following command in AUTHORIZE:
UAF> ADD/PROXY CHIMPY::SYSTEM SYSTEM
%UAF-I-NAFADDMSG, proxy from CHIMPY::SYSTEM to SYSTEM added
But then when trying to access a directory on RHESUS from CHIMPY I get the following error:
CHIMPYSYS$ dir rhesus::dka0:[temp]
Directory RHESUS::DKA0:[TEMP]
*.*;* insufficient privilege or object protection violation
The proxy database on RHESUS looks like this:
UAF> show/proxy *
Default proxies are flagged with (D)
CHIMPY::SAMPSA
SAMPSA
CHIMPY::SYSTEM
SYSTEM
CHIMP::SYSTEM
SYSTEM
What am I doing wrong? Confused.
Sampsa
Sampsa Laine wrote:
Booted my router, it suddenly works again. How odd.
Sampsa
PS: Good thing you added the bypass, you probably don't want to be spamblocking Apple's official SMTP servers, quite a few legitimate users I should think :)
Btw, this IP was 24H-blocked by ualberta.ca some days ago - I've forgot to enable database updates after upgrading of my router :))
--
I've found my old account on encompass and succesfully received OpenVMS licenses, so it's time to connect another emulator to hecnet :))
--
When I'm trying to login to chimp, sylogin tries to execute inaccessible indirect file :))
%DCL-E-OPENIN, error opening SYS$SYSDEVICE:[IMAGES]SENSIBLE.COM; as input
-RMS-E-PRV, insufficient privilege or file protection violation
Booted my router, it suddenly works again. How odd.
Sampsa
PS: Good thing you added the bypass, you probably don't want to be spamblocking Apple's official SMTP servers, quite a few legitimate users I should think :)
On 19 Sep 2009, at 19:15, Oleg Safiullin wrote:
Oleg Safiullin wrote:
Sampsa Laine wrote:
Is anyone else's connection to update down? I can't seem to bridge packets.
Sampsa
Oops.
Your smtp server is catched by ualberta.ca spamtrap :)
/var/log/daemon.0.gz:Sep 20 00:50:25 pdp-11 spamd[8462]: 17.148.16.94: connected (2/1), lists: uatraps
/var/log/daemon.0.gz:Sep 20 00:53:46 pdp-11 spamd[8462]: (BLACK) 17.148.16.94: <sampsa at mac.com> -> <form at pdp-11.org.ru>
/var/log/daemon.0.gz:Sep 20 00:55:30 pdp-11 spamd[8462]: 17.148.16.94: From: Sampsa Laine <sampsa at mac.com>
/var/log/daemon.0.gz:Sep 20 00:55:30 pdp-11 spamd[8462]: 17.148.16.94: To: Oleg Safiullin <form at pdp-11.org.ru>
/var/log/daemon.0.gz:Sep 20 00:55:30 pdp-11 spamd[8462]: 17.148.16.94: Subject: Re: [HECnet] Connection to update
/var/log/daemon.0.gz:Sep 20 00:56:45 pdp-11 spamd[8462]: 17.148.16.94: disconnected after 380 seconds. lists: uatraps
I've added this address to bypass list. Please re-send your letter :)
Update (tee-hee): The problem was on my side, booted my router and all is well again.
Sampsa
On 19 Sep 2009, at 18:29, Sampsa Laine wrote:
Is anyone else's connection to update down? I can't seem to bridge packets.
Sampsa
Booted my router, it suddenly works again. How odd.
Sampsa
On 19 Sep 2009, at 18:36, Oleg Safiullin wrote:
Sampsa Laine wrote:
Is anyone else's connection to update down? I can't seem to bridge packets.
Sampsa
I Can see MIM thro bridge, but CHIMP & RHESUS are unreachable...
Btw, there's a bug in bridge program on HECnet site, which may cause bridge to coredump.
You can look at my patch http://pdp-11.org.ru/~form/files/bridge-tap.diff which fixes the problem (and adds OpenBSD L2 tun/FreeBSD tap support).
--
Buggy code fix:
@@ -497,8 +644,8 @@
if (is_decnet(d)) d->type = DECnet;
if (is_lat(d)) d->type = LAT;
- if (bridge[d->source].types[d->type] == 0) return;
if (d->type == -1) return;
+ if (bridge[d->source].types[d->type] == 0) return;
bridge[d->source].xcount++;
--
>ncp tel mim sho act nod
Active nodes summary as of 20-SEP-09 00:32:49
Executor node = 1.13 (MIM)
State = On, Identification = "RSX system at Update, Sweden"
Remote Active Next
Node State Links Delay Circuit Node
1.15 (PONDUS) Reachable UNA-0 1.15 (PONDUS)
1.250 (ORAC) Unreachable 0 4
1.251 (ZX6000) Unreachable 0 4
1.300 (CTAKAH) Reachable 1 4 UNA-0 1.300 (CTAKAH)
1.401 (CHIMPY) Unreachable 0 4
1.402 (CHIMP) Unreachable 0 4
1.403 (RHESUS) Unreachable 0 4
11.1 (VAXSYS) 0 10 11.2 (MAISA)
11.2 (MAISA) Reachable UNA-0 11.2 (MAISA)
11.3 (OLLIE) 0 4 11.2 (MAISA)
60.652 (MONK) 0 4 60.664 (PDXVAX)
60.664 (PDXVAX) Reachable UNA-0 60.664 (PDXVAX)
>
Sampsa Laine wrote:
Is anyone else's connection to update down? I can't seem to bridge packets.
Sampsa
I Can see MIM thro bridge, but CHIMP & RHESUS are unreachable...
Btw, there's a bug in bridge program on HECnet site, which may cause bridge to coredump.
You can look at my patch http://pdp-11.org.ru/~form/files/bridge-tap.diff which fixes the problem (and adds OpenBSD L2 tun/FreeBSD tap support).
--
Buggy code fix:
@@ -497,8 +644,8 @@
if (is_decnet(d)) d->type = DECnet;
if (is_lat(d)) d->type = LAT;
- if (bridge[d->source].types[d->type] == 0) return;
if (d->type == -1) return;
+ if (bridge[d->source].types[d->type] == 0) return;
bridge[d->source].xcount++;
--
>ncp tel mim sho act nod
Active nodes summary as of 20-SEP-09 00:32:49
Executor node = 1.13 (MIM)
State = On, Identification = "RSX system at Update, Sweden"
Remote Active Next
Node State Links Delay Circuit Node
1.15 (PONDUS) Reachable UNA-0 1.15 (PONDUS)
1.250 (ORAC) Unreachable 0 4
1.251 (ZX6000) Unreachable 0 4
1.300 (CTAKAH) Reachable 1 4 UNA-0 1.300 (CTAKAH)
1.401 (CHIMPY) Unreachable 0 4
1.402 (CHIMP) Unreachable 0 4
1.403 (RHESUS) Unreachable 0 4
11.1 (VAXSYS) 0 10 11.2 (MAISA)
11.2 (MAISA) Reachable UNA-0 11.2 (MAISA)
11.3 (OLLIE) 0 4 11.2 (MAISA)
60.652 (MONK) 0 4 60.664 (PDXVAX)
60.664 (PDXVAX) Reachable UNA-0 60.664 (PDXVAX)
>
Nice!
paul
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Marc Chametzky
Sent: Friday, September 18, 2009 11:04 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] My first RSTS/E system up and running :-)
I decided that I wanted to see if I could set up a RSTS system
considering I've never actually used one and managed to get it up and
running. I even got DECnet up and running (finally resolving the
DECnet
connectivity problem I had reported back in April).
I reallocated LULU (2.212) for this. If anyone wants to log in, I've
set
up account 100,1 as a guest account.
I'm still trying to get some layered products installed like
Fortran-77,
but I did get DECmail installed and have confirmed that DECnet e-mail
is
working. For someone without previous RSTS experience, this is pretty
exciting for me. :-)
--Marc
I decided that I wanted to see if I could set up a RSTS system considering I've never actually used one and managed to get it up and running. I even got DECnet up and running (finally resolving the DECnet connectivity problem I had reported back in April).
I reallocated LULU (2.212) for this. If anyone wants to log in, I've set up account 100,1 as a guest account.
I'm still trying to get some layered products installed like Fortran-77, but I did get DECmail installed and have confirmed that DECnet e-mail is working. For someone without previous RSTS experience, this is pretty exciting for me. :-)
--Marc