Hi,
First I tried ISO images from SYS$SPECIFIC:[FAL$SERVER.MEDIALIB]
but since it didn't work I tried smaller files from [FAL$SERVER] but it still didn't work out. Directory comes out fine.
Regards,
--Saku
On Tue, Nov 8, 2011 at 3:06 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2011-11-08 05.38, Saku Set l wrote:
Sampsa&Co,
I tried to pull some files from RHESUS media library, but don't get
anything, just
-SYSTEM-F-LINKABORT, network partner aborted logical link
I have no problem on copying files from MIM.
MTU issues on the internet uplink?
Nope. Whatever it is, I seriously doubt that is it.
Unless some firewall blocks fragmenting, the MTU is not really ever an issue.
The error might be because of excessive lost packets. Maybe some throttling could help. What files are you trying to pull? I can try and experiment some.
Johnny
On 2011-11-08 05.38, Saku Set l wrote:
Sampsa&Co,
I tried to pull some files from RHESUS media library, but don't get
anything, just
-SYSTEM-F-LINKABORT, network partner aborted logical link
I have no problem on copying files from MIM.
MTU issues on the internet uplink?
Nope. Whatever it is, I seriously doubt that is it.
Unless some firewall blocks fragmenting, the MTU is not really ever an issue.
The error might be because of excessive lost packets. Maybe some throttling could help. What files are you trying to pull? I can try and experiment some.
Johnny
$ telnet chimpy 143
Trying 192.168.77.246...
Connected to chimpy.inside.sampsa.com.
Escape character is '^]'.
$ Set NoOn$ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))
What is going on? Why is the IMAP service outputting DCL code?
This is because either your system-wide login (SYS$STARTUP:SYLOGIN.COM) or your SYSTEM login (SYS$MANAGER:LOGIN.COM) is printing that out. (The IMAP server process runs using DCL, so whatever is in the (SY)LOGIN.COM files gets executed.)
Now, that said, VERIFY should be off by default, so I don't know why you're seeing it here. You don't have SYLOGIN_VERIFY defined to be 1, do you? (I don't think that would be the issue since the "$ Set NoOn" line was logged as well before the check in F$VERIFY().)
--Marc
I'm trying to configure IMAP access to CHIMPY, and have turned it on in the MULTINET server.
I restarted the server, but when I connect to port 143 (IMAP), I get this:
$ telnet chimpy 143
Trying 192.168.77.246...
Connected to chimpy.inside.sampsa.com.
Escape character is '^]'.
$ Set NoOn$ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))
What is going on? Why is the IMAP service outputting DCL code?
On 2011-10-31 21:43, Mark Wickens wrote:
Just in case anyone is interested, I've just listed a load of PDP-11
handbooks on eBay. They're all on starting at 4.99. You can find them here:
http://www.ebay.co.uk/sch/murkles/m.html?_nkw=&_armrs=1&_from=&_ipg=&_trksi…
There's also a Cambridge Z88, SPARCbook 3 and Epson HX-20.
Regards, Mark.
Please don't use the HECnet list for announcing auctions or other commercial activities. That is not appropriate content for the mailing list.
Johnny
--
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
0000011E NAMED_SERVER LEF 5 6510 0 00:00:00.84 2792 1700
What intrigues me is the NAMED process? Is this the DNS interface for other apps on CHIMPY, or is it an actual DNS server?
If the latter, how do I turn it off? MULTINET CONFIG/SERVER doesn't have an entry for it?
I believe that it is a caching DNS server used for client DNS queries.
I think that you can find it in MULTINET CONFIG/SERVER under "DOMAINNAME".
--Marc
You've specified smtp% as a prefix for the internet email address. Mail llooks for sys$share:smtp_mailshr.exe and doesn't find it there.
- do a dir sys$share:*mailshr.exe and see what files are there. Perhaps you'll find another one (e.g. IP_mailshr.exe)
- if the file is there, then it might not be installed (mc install and use help to run a list of all installed programs)
- the only logical name involved is. sys$share and if that wouldn't exist then mail problems would be low on your problems list ....
-----Original Message-----
From: Sampsa Laine <sampsa at mac.com>
Sender: owner-hecnet at Update.UU.SE
Date: Sun, 30 Oct 2011 21:01:50
To: <hecnet at Update.UU.SE>
Reply-To: hecnet at Update.UU.SESubject: [HECnet] MULTINET and SMTP mail
I've tried to configure SMTP on MULTINET and am stuck.
Here's the error:
--- SNIP ---
MAIL> send
To: smtp%"sampsa at mac.com"
%MAIL-E-ERRACTRNS, error activating transport SMTP
%LIB-E-ACTIMAGE, error activating image CHIMPY$DQA1:[SYS0.SYSCOMMON.][SYSLIB]SMTP_MAILSHR.EXE;
-RMS-E-FNF, file not found
--- SNIP ---
Here's the settings:
--- SNIP ---
{CHIMPY$} multinet config/mail
Process Software Mail Configuration Utility V5.3(28)
[Reading in configuration from MULTINET_ROOT:[MULTINET]START_SMTP_LOCAL.COM]
[Reading in configuration from MULTINET_COMMON_ROOT:[MULTINET]START_SMTP.COM]
MAIL-CONFIG>show
SMTP host name: none (will use IP host name)
Host name alias file: none
Postmaster userid: SAMPSA
Forwarder: 192.168.77.202
Send all REMOTE mail to forwarder: TRUE
Send all LOCAL mail to forwarder: FALSE
DECnet mail domain: none
Failed local mail will be returned to sender.
Retry Interval: 30 minutes
Return Interval: 96 hours
VMS Mail REPLY control: REPLY-TO
VMS Mail header control: MAJOR
Use RFC822 To: header as VMS Mail To: TRUE
Lowercase username on outgoing VMS Mail: TRUE
Disallow user Reply-To's: FALSE
Delivery Receipts enabled: FALSE
PSImail delivery disabled: FALSE
Include Resent Headers on VMS MAIL forwards: TRUE
Alias file name: MULTINET:SMTP_ALIASES.
SEND broadcast class: 16
Start queue manager: TRUE
Number of SMTP server queues:
Node name Count
--------- -----
(default) 1
No queue groupings.
Start RFC 2789 MIB agent: FALSE
--- SNIP ---