Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31788
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'exception': 0.03; 'problem:': 0.07; 'admin,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'oct': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'track.': 0.16; 'shell': 0.18; 'changes': 0.20; 'kevin': 0.23; 'thanks!': 0.26; 'logging': 0.27; 'header:X-Complaints-To:1': 0.28; '"the': 0.29; 'connection': 0.30; 'fri,': 0.30; 'getting': 0.33; 'url:home': 0.33; 'to:addr :python-list': 0.33; 'another': 0.33; "can't": 0.34; 'done': 0.34; 'server': 0.35; 'faster': 0.35; 'remote': 0.35; 'subject:?': 0.35; 'received:org': 0.36; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'skip:u 10': 0.60; 'back': 0.62; 'subject:there': 0.65; 'today': 0.67; 'dennis': 0.91; 'piping': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: Is there a way to programmatically turn on remote registry? |
| Date | Fri, 19 Oct 2012 20:56:01 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <CAN4UfGy6dkdtKiQ+ghh7=CirS9Lca8DOrHvEiKRefgWUSwVFDA@mail.gmail.com> <5B80DD153D7D744689F57F4FB69AF4741671F47B@SCACMX008.exchad.jpmchase.net> <CAN4UfGx1JEzaTm_hKLH8Mf1N9qCB_d9qtNUTupFCkctUGaB2wQ@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-76-249-17-7.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 3.3/32.846 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2546.1350694580.27098.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350694580 news.xs4all.nl 6893 [2001:888:2000:d::a6]:57793 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31788 |
Show key headers only | View raw
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Is there a way to programmatically turn on remote registry? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-19 20:56 -0400
csiph-web