Gnus development mailing list
 help / color / mirror / Atom feed
* HELP!! Someone Must Know the Answer!!
@ 2000-11-01 16:18 Jake Colman
  2000-11-02 10:23 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Jake Colman @ 2000-11-01 16:18 UTC (permalink / raw)



I have posted the following problem several times under several subject
headings but have not gotton any replies.  Some of this may be because of
some intermitten problems I am having getting my posts to actually hit the
lists and part of it may be that my messages are simply being missed.  I
_know_ that people out here know how to do this.  SOMEONE PLEASE HELP!!!

My access to the news server will only work if done via some other machine
acting as a conduit.

        newjersey is the system where I run XEmacs
        delaware is the system to act as the conduit
        news.globix.net is the system which hosts the news server

How do I set up my primary select method to make this work?  I have tried two
different forms of select method:

      '(nntp "Globix"
             (nntp-address "delaware")
             (nntp-end-of-line "\n")
             (nntp-open-connection-function nntp-open-rlogin)
             (nntp-rlogin-parameters "telnet" "news.globix.net" "nntp")

      '(nntp "Globix"
             (nntp-address "delaware")
             (nntp-end-of-line "\n")
             (nntp-open-connection-function nntp-open-telnet)
             (nntp-telnet-parameters "telnet" "-8" "news.globix.net" "nntp")

Shouldn't this work? 

PLEASE HELP!

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HELP!! Someone Must Know the Answer!!
  2000-11-01 16:18 HELP!! Someone Must Know the Answer!! Jake Colman
@ 2000-11-02 10:23 ` Kai Großjohann
  2000-11-02 14:00   ` Jake Colman
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2000-11-02 10:23 UTC (permalink / raw)
  Cc: ding

What you are showing should work.  I have this server, and it works
nicely:

/----
| ;;; Editing the server.
| ;; Type `C-c C-c' after you've finished editing.
| 
| (nntp "quimby"
|       (nntp-address "bonny")
|       (nntp-rlogin-program "ssh")
|       (nntp-open-connection-function nntp-open-rlogin)
|       (nntp-end-of-line "\n")
|       (nntp-rlogin-parameters
|        ("telnet" "quimby.gnus.org" "nntp")))
| 
\----

Looks a lot like your first variant, no?

You might wish to try to manually establish a connection to your news
server:

rsh -l USER delaware telnet news.globix.net nntp

Do you get a connection when you do this?

kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HELP!! Someone Must Know the Answer!!
  2000-11-02 10:23 ` Kai Großjohann
@ 2000-11-02 14:00   ` Jake Colman
  0 siblings, 0 replies; 3+ messages in thread
From: Jake Colman @ 2000-11-02 14:00 UTC (permalink / raw)
  Cc: ding

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1686 bytes --]


Sun spots....  That must be why I was having problems.  The examples I posted
most certainly did NOT work.  I cut and pasted an example from the gnus texi
docs, modified it accordingly, and now its working just fine.  Go figure.
This cost me a week of aggravation....

>>>>> "KG" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

    KG> What you are showing should work.  I have this server, and it works
    KG> nicely:

    KG> /---- | ;;; Editing the server.  | ;; Type `C-c C-c' after you've
    KG> finished editing.  | | (nntp "quimby" | (nntp-address "bonny") |
    KG> (nntp-rlogin-program "ssh") | (nntp-open-connection-function
    KG> nntp-open-rlogin) | (nntp-end-of-line "\n") | (nntp-rlogin-parameters
    KG> | ("telnet" "quimby.gnus.org" "nntp"))) | \----

    KG> Looks a lot like your first variant, no?

    KG> You might wish to try to manually establish a connection to your news
    KG> server:

    KG> rsh -l USER delaware telnet news.globix.net nntp

    KG> Do you get a connection when you do this?

    KG> kai -- I like BOTH kinds of music.

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-11-02 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-01 16:18 HELP!! Someone Must Know the Answer!! Jake Colman
2000-11-02 10:23 ` Kai Großjohann
2000-11-02 14:00   ` Jake Colman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).