Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Panther and BSD

 
   Macintosh computer (Home) -> General Discussion RSS
Next:  VariableRecordable Timer?  
Author Message
Robert Peirce1

External


Since: Dec 10, 2003
Posts: 974



(Msg. 1) Posted: Sat Jan 31, 2004 11:44 pm
Post subject: Panther and BSD
Archived from groups: comp>sys>mac>apps (more info?)

I discovered I can ftp to a site off my computer but I can't ftp
localhost. There is definitely something set up wrong on my BSD system.
Does anybody know what?

BTW, a couple of months ago, in preparation for this upgrade, I asked if
anybody was having any problems with Panther. Everybody said it was
fine. Apparently, I am the only old Unix guy trying to get BSD to work
right.

--
Robert B. Peirce, Venetia, PA 724-941-6883
bob AT peirce-family.com [Mac]
rbp AT cooksonpeirce.com [Office]

 >> Stay informed about: Panther and BSD 
Back to top
Login to vote
Paul Mitchum

External


Since: Nov 22, 2003
Posts: 147



(Msg. 2) Posted: Sat Jan 31, 2004 11:53 pm
Post subject: Re: Panther and BSD [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Robert Peirce <bob RemoveThis @peirce-family.com.invalid> wrote:

 > I discovered I can ftp to a site off my computer but I can't ftp
 > localhost. There is definitely something set up wrong on my BSD system.
 > Does anybody know what?

Works for me under Panther. Enable FTP in the sharing preferences, open
a Terminal window, type 'ftp localhost'.

 > BTW, a couple of months ago, in preparation for this upgrade, I asked if
 > anybody was having any problems with Panther. Everybody said it was fine.
 > Apparently, I am the only old Unix guy trying to get BSD to work right.

What else are you trying to do that isn't working?<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Panther and BSD 
Back to top
Login to vote
Adam Bailey

External


Since: Feb 29, 2004
Posts: 701



(Msg. 3) Posted: Sat Jan 31, 2004 11:59 pm
Post subject: Re: Panther and BSD [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Robert Peirce <bob RemoveThis @peirce-family.com.invalid> wrote:

 > I discovered I can ftp to a site off my computer but I can't ftp
 > localhost. There is definitely something set up wrong on my BSD system.
 > Does anybody know what?

Do you have FTP Access turned on via the Sharing Preference Pane?

Are there any firewalls that could be intervening?

--
Adam Bailey | Chicago, Illinois
adamb RemoveThis @lull.org | Finger/Web for PGP & S/MIME
adamkb RemoveThis @aol.com | <a style='text-decoration: underline;' href="http://www.lull.org/adam/" target="_blank">http://www.lull.org/adam/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Panther and BSD 
Back to top
Login to vote
Robert Peirce1

External


Since: Dec 10, 2003
Posts: 974



(Msg. 4) Posted: Sun Feb 01, 2004 2:12 am
Post subject: Re: Panther and BSD [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1g8g1kp.1nocqyas6crwgN%usenet@mile23.com.r3m0v3>,
usenet RemoveThis @mile23.com.r3m0v3 (Paul Mitchum) wrote:

 > Robert Peirce <bob RemoveThis @peirce-family.com.invalid> wrote:
 >
  > > I discovered I can ftp to a site off my computer but I can't ftp
  > > localhost. There is definitely something set up wrong on my BSD system.
  > > Does anybody know what?
 >
 > Works for me under Panther. Enable FTP in the sharing preferences, open
 > a Terminal window, type 'ftp localhost'.
 >
  > > BTW, a couple of months ago, in preparation for this upgrade, I asked if
  > > anybody was having any problems with Panther. Everybody said it was fine.
  > > Apparently, I am the only old Unix guy trying to get BSD to work right.
 >
 > What else are you trying to do that isn't working?

Okay. That turned on <a style='text-decoration: underline;' href="http://ftp." target="_blank">ftp.</a> However, I can't telnet localhost and

Mail rbp

doesn't work. Mail rbp did work under Jaguar. I can't remember if
telnet did because I haven't had need of it in a long while, but Mail
did work. Mail.app shows a little triangle for localhost. When I click
it says:

There may be a problem with the mail server or network. Check the
settings for account ³Local Mail² or try again.

The server error encountered was: The attempt to read data from the
server ³localhost² failed.

When I try Mail rbp from a terminal window I get an error that
/var/spool/postfix/public/pickup doesn't exist. Through trial-and-error
I found this needs to be a fifo, so I created it. Now I don't get the
error message, but I don't get the mail either. Something has changed
between Jaguar and Panther.

--
Robert B. Peirce, Venetia, PA 724-941-6883
bob AT peirce-family.com [Mac]
rbp AT cooksonpeirce.com [Office]<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Panther and BSD 
Back to top
Login to vote
Paul Mitchum

External


Since: Nov 22, 2003
Posts: 147



(Msg. 5) Posted: Sun Feb 01, 2004 4:18 am
Post subject: Re: Panther and BSD [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Robert Peirce <bob RemoveThis @peirce-family.com.invalid> wrote:

[..]
 > Okay. That turned on <a style='text-decoration: underline;' href="http://ftp." target="_blank">ftp.</a> However, I can't telnet localhost and

If you turn on remote login in System Preferences, you have to ssh to
localhost.

 > Mail rbp
 >
 > doesn't work. Mail rbp did work under Jaguar. I can't remember if telnet
 > did because I haven't had need of it in a long while, but Mail did work.
 > Mail.app shows a little triangle for localhost. When I click it says:
 >
 > There may be a problem with the mail server or network. Check the settings
 > for account "Local Mail" or try again.
 >
 > The server error encountered was: The attempt to read data from the server
 > "localhost" failed.
 >
 > When I try Mail rbp from a terminal window I get an error that
 > /var/spool/postfix/public/pickup doesn't exist. Through trial-and-error
 > I found this needs to be a fifo, so I created it. Now I don't get the
 > error message, but I don't get the mail either. Something has changed
 > between Jaguar and Panther.

postfix isn't running by default under Panther. You have to set it up
and run it in order for mail (the command line command) to send
anything. So you *could* read this HOWTO about editing main.cf and a
bunch of other /etc/ files:

<http://www.reitter-it-media.de/software/osxpostfix.html>

*Or,* you could just use this click-and-go handy-dandy GUI app that does
everything for you (and has the added benefit of allowing you to use
your laptop to send mail at any ISP):

<http://www.roadstead.com/weblog/Tutorials/PostfixEnabler.html>

HTH.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Panther and BSD 
Back to top
Login to vote
Robert Peirce1

External


Since: Dec 10, 2003
Posts: 974



(Msg. 6) Posted: Sun Feb 01, 2004 11:17 am
Post subject: Re: Panther and BSD [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1g8ga4q.es6kss1fcxpakN%usenet@mile23.com.r3m0v3>,
usenet.RemoveThis@mile23.com.r3m0v3 (Paul Mitchum) wrote:

 > postfix isn't running by default under Panther. You have to set it up
 > and run it in order for mail (the command line command) to send
 > anything. So you *could* read this HOWTO about editing main.cf and a
 > bunch of other /etc/ files:
 >
 > <http://www.reitter-it-media.de/software/osxpostfix.html>
 >
 > *Or,* you could just use this click-and-go handy-dandy GUI app that does
 > everything for you (and has the added benefit of allowing you to use
 > your laptop to send mail at any ISP):
 >
 > <http://www.roadstead.com/weblog/Tutorials/PostfixEnabler.html>

Cool! Thanks for the lead. I was under the impression postfix WAS
running but I had something set up wrong. I'll follow up on this stuff
to see if it helps.

--
Robert B. Peirce, Venetia, PA 724-941-6883
bob AT peirce-family.com [Mac]
rbp AT cooksonpeirce.com [Office]<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Panther and BSD 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> General Discussion All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]