sampsa at mac.com writes:
Have you looked at final status in process accounting??? > > There's
an old adage: Shit happens! > Here is my corollary: Shit happens
for/with a reason!
No - how do I do that?
$ HELP ACCOUNTING ;)
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
Well I speak to machines with the voice of humanity.
sampsa at mac.com writes:
sampsa at mac.com writes:
On 17 Jan 2013, at 16:02, Cory Smelosky <b4 at gewt.net> wrote:
On 17 Jan 2013, at 08:50, sampsa at mac.com wrote: > >> Strangely enough,
the procedures were working fine for almost the whole day but now I am
getting nothing - no errors, just no connections. >> >> What could cause
this? > > Did the target node crash? ;) > -
Not per se but the DECNET stack got into a pretty bad state - had to
reboot.
I've never had to reboot a VMS box for anything DECnet related.
Yeah, this is some weird interaction between Python and DECNET TASKs.
It refuses to start python, basically.
Can Python be run non-interactively??? Are there any command line flags
or qualifiers for use in non-interactive mode??? Are you trying to pass
commands/data into Python via the DECnet channel??? It appears you are
WRT your SYS$COMMAND definition. Error messages should contain insight!
DECNET boxes seem pretty easy to DOS...
Poor application programming is not the fault of the system it runs on! ;)
A poor application program shouldn't take out the network stack :)
And I doubt that it did...
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
Well I speak to machines with the voice of humanity.
On 17 Jan 2013, at 09:18, sampsa at mac.com wrote:
sampsa at mac.com writes:
On 17 Jan 2013, at 16:02, Cory Smelosky <b4 at gewt.net> wrote:
On 17 Jan 2013, at 08:50, sampsa at mac.com wrote: > >> Strangely enough,
the procedures were working fine for almost the whole day but now I am
getting nothing - no errors, just no connections. >> >> What could cause
this? > > Did the target node crash? ;) > -
Not per se but the DECNET stack got into a pretty bad state - had to
reboot.
I've never had to reboot a VMS box for anything DECnet related.
Yeah, this is some weird interaction between Python and DECNET TASKs.
It refuses to start python, basically.
Did you define the logicals and whatnot properly?
DECNET boxes seem pretty easy to DOS...
Poor application programming is not the fault of the system it runs on! ;)
A poor application program shouldn't take out the network stack :)
Isn't that proper behaviour on Windows? ;)
Have you looked at final status in process accounting???
There's an old adage: Shit happens!
Here is my corollary: Shit happens for/with a reason!
No - how do I do that?
sampsa
sampsa at mac.com writes:
$ HELP/MESSAGE LINKABORT > > Perhaps, your python was attacked by a
mongoose (unexpected exception)? >
Tried that, have rebooted, still not working again?
This is so weird, it ran problem free for like 20 hours, then suddenly,
boom, gone.
Have you looked at final status in process accounting???
There's an old adage: Shit happens!
Here is my corollary: Shit happens for/with a reason!
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
Well I speak to machines with the voice of humanity.
sampsa at mac.com writes:
On 17 Jan 2013, at 16:02, Cory Smelosky <b4 at gewt.net> wrote:
On 17 Jan 2013, at 08:50, sampsa at mac.com wrote: > >> Strangely enough,
the procedures were working fine for almost the whole day but now I am
getting nothing - no errors, just no connections. >> >> What could cause
this? > > Did the target node crash? ;) > -
Not per se but the DECNET stack got into a pretty bad state - had to
reboot.
I've never had to reboot a VMS box for anything DECnet related.
Yeah, this is some weird interaction between Python and DECNET TASKs.
It refuses to start python, basically.
DECNET boxes seem pretty easy to DOS...
Poor application programming is not the fault of the system it runs on! ;)
A poor application program shouldn't take out the network stack :)
sampsa at mac.com writes:
On 17 Jan 2013, at 16:02, Cory Smelosky <b4 at gewt.net> wrote:
On 17 Jan 2013, at 08:50, sampsa at mac.com wrote: > >> Strangely enough,
the procedures were working fine for almost the whole day but now I am
getting nothing - no errors, just no connections. >> >> What could cause
this? > > Did the target node crash? ;) > -
Not per se but the DECNET stack got into a pretty bad state - had to
reboot.
I've never had to reboot a VMS box for anything DECnet related.
DECNET boxes seem pretty easy to DOS...
Poor application programming is not the fault of the system it runs on! ;)
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
Well I speak to machines with the voice of humanity.
$ HELP/MESSAGE LINKABORT
Perhaps, your python was attacked by a mongoose (unexpected exception)?
Tried that, have rebooted, still not working again?
This is so weird, it ran problem free for like 20 hours, then suddenly, boom, gone.
sampsa at mac.com writes:
Basically I just want some code that I can use to wrap some python code around, I was using this:
$@python_vms:setup
$Open/Read/Write net Sys$Net
$DEFINE/NOLOG SYS$OUTPUT net
$DEFINE/NOLOG SYS$COMMAND net
$DEFINE/NOLOG SYS$INPUT net
$python himproto.py
$close net
And it was working all day - suddenly I got Link aborted errors and now nothing. Any ideas?
$ HELP/MESSAGE LINKABORT
Perhaps, your python was attacked by a mongoose (unexpected exception)?
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
Well I speak to machines with the voice of humanity.
On 17 Jan 2013, at 16:02, Cory Smelosky <b4 at gewt.net> wrote:
On 17 Jan 2013, at 08:50, sampsa at mac.com wrote:
Strangely enough, the procedures were working fine for almost the whole day but now I am getting nothing - no errors, just no connections.
What could cause this?
Did the target node crash? ;)
-
Not per se but the DECNET stack got into a pretty bad state - had to reboot.
DECNET boxes seem pretty easy to DOS...