Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31788 > unrolled thread
| Started by | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| First post | 2012-10-19 20:56 -0400 |
| Last post | 2012-10-19 20:56 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Is there a way to programmatically turn on remote registry? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-19 20:56 -0400
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2012-10-19 20:56 -0400 |
| Subject | Re: Is there a way to programmatically turn on remote registry? |
| Message-ID | <mailman.2546.1350694580.27098.python-list@python.org> |
On Fri, 19 Oct 2012 17:19:56 -0400, Kevin Holleran <kdawg44@gmail.com>
declaimed the following in gmane.comp.python.general:
> Thanks! I think this is getting me on the right track. Now when I attempt
> to start the RemoteRegistry service I am getting an exception "The RPC
> server is unavailable." However, I am done with this for today so back at
> it on Monday.
>
Apparently you are under a VERY locked down network...
RPC is another service you may have to start -- problem: you can't
start it from a remote connection as the remote connection needs to use
RPC <G>. It may be faster to just telnet to each machine, logging in as
admin, and then piping the shell commands to do the changes to the
telnet session...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to top | Article view | comp.lang.python
csiph-web