not woking

2003-03-05 Thread Kenneth Tucker
Thanks Adam and Daxbert for your help

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


man -M

2003-01-22 Thread Kenneth Tucker
I have just installed mySQL on Darwin and I can't display the mySQl man pages. I have 
tried
setting MANPATH, changing man.config and using man -M /usr/local/mysql/man mysql 
nothing seems to
work. 

Any suggestions?

Thanks Ken

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: man -M

2003-01-22 Thread Kenneth Tucker
I neglected to mention that I installed  mysql in /usr/local/mysql 

--- John Vender [EMAIL PROTECTED] wrote:
 On Thursday, January 23, 2003, at 06:03 AM, Kenneth Tucker wrote:
 
  I have just installed mySQL on Darwin and I can't display the mySQl man 
  pages. I have tried
  setting MANPATH, changing man.config and using man -M 
  /usr/local/mysql/man mysql nothing seems to
  work.
 
  Any suggestions?
 
  Thanks Ken
 
 man -m /Library/MySQL/man mysql works here with my 10.1.5
 
 Cheers...John
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: man -M

2003-01-22 Thread Kenneth Tucker
problem solved guy.

as root:

cp /usr/local/mysql/man/*.1  /usr/share/man1/.

Thanks Ken

On Wednesday, January 22, 2003, at 08:40 PM, John Vender wrote:


On Thursday, January 23, 2003, at 07:10 AM, Kenneth Tucker wrote:


I neglected to mention that I installed  mysql in /usr/local/mysql


hmm, do you have the man directory in /usr/local/mysql? I installed 
mine not long after I got this box last year having got it from a link 
at Apple's Mac OS X resources pages and installing it the way it 
wanted to install itself. I find the environment is sufficiently 
different from something like FreeBSD for me to go with what the Apple 
folks think is the sensible place but I've had no problem installing 
things like stunnel in /usr/local/sbin and netpbm in /usr/local.

I would try doing a find for one of the man files, e.g. mysqladmin.1 
or mysqldump.1, if you find it you should have the path, if not, the 
man stuff is not installed.

Cheers...John

--- John Vender [EMAIL PROTECTED] wrote:

On Thursday, January 23, 2003, at 06:03 AM, Kenneth Tucker wrote:


I have just installed mySQL on Darwin and I can't display the mySQl 
man
pages. I have tried
setting MANPATH, changing man.config and using man -M
/usr/local/mysql/man mysql nothing seems to
work.

Any suggestions?

Thanks Ken

man -m /Library/MySQL/man mysql works here with my 10.1.5

Cheers...John


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



mail

2003-01-14 Thread Kenneth Tucker
On linux  I can use the mail program.  On darwin freeBSD the mail 
program does not seem to work. Anyone have any clues?

Thanks Ken.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: mail

2003-01-14 Thread Kenneth Tucker
i am doing:

Last login: Tue Jan 14 19:13:53 on ttyp2
Welcome to Darwin!
% mail [EMAIL PROTECTED]
Missing name for redirect.
% mail [EMAIL PROTECTED]
Subject: not woking
Thanks Adam and Daxbert for your help
.
EOT
%


On Tuesday, January 14, 2003, at 08:08 PM, Daxbert wrote:


On linux  I can use the mail program.  On darwin freeBSD the mail
program does not seem to work. Anyone have any clues?

Thanks Ken.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


1)  a little more information than does not seem to work might be 
helpful in diagnosing your problem.

2) are you sending, or reading your local mail?

do the following:

# script

... do your mail stuff ...

# exit

post the created typescript file here.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail

2003-01-14 Thread Kenneth Tucker
just a cut and paste error what I meant was:

% mail [EMAIL PROTECTED]
Subject: not woking
Thanks Adam and Daxbert for your help
.
EOT
%

On Tuesday, January 14, 2003, at 08:35 PM, Daxbert wrote:


i am doing:

Last login: Tue Jan 14 19:13:53 on ttyp2
Welcome to Darwin!
% mail [EMAIL PROTECTED]
Missing name for redirect.
% mail [EMAIL PROTECTED]
Subject: not woking
Thanks Adam and Daxbert for your help
.
EOT
%



avoid  and  on the command line.  They are used for redirecting 
input/output.  If you need to use them, quote them.

Daxbert





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail

2003-01-14 Thread Kenneth Tucker
interesting but...

% mail -v [EMAIL PROTECTED]
Subject: sweet
Yes!
.
EOT
[EMAIL PROTECTED] Connecting to localhost via relay...
[EMAIL PROTECTED] Deferred: Connection refused by localhost
%

On Tuesday, January 14, 2003, at 08:49 PM, Brian wrote:


if you want to use command line mail as opposed to a program, try mail 
-v
[EMAIL PROTECTED]

Bri

- Original Message -
From: Kenneth Tucker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 14, 2003 5:38 PM
Subject: Re: mail


just a cut and paste error what I meant was:

% mail [EMAIL PROTECTED]
Subject: not woking
Thanks Adam and Daxbert for your help
.
EOT
%

On Tuesday, January 14, 2003, at 08:35 PM, Daxbert wrote:


i am doing:

Last login: Tue Jan 14 19:13:53 on ttyp2
Welcome to Darwin!
% mail [EMAIL PROTECTED]
Missing name for redirect.
% mail [EMAIL PROTECTED]
Subject: not woking
Thanks Adam and Daxbert for your help
.
EOT
%



avoid  and  on the command line.  They are used for redirecting
input/output.  If you need to use them, quote them.

Daxbert





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message






To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail

2003-01-14 Thread Kenneth Tucker
Changed to  MAILSERVER=-YES-

% /System/Library/StartupItems/Sendmail/Sendmail start
Starting mail services
451 4.0.0 /etc/mail/sendmail.cf: line 93: fileclass: cannot open 
'/etc/mail/local-host-names': Group writable directory

Above is  the message before and after reboot
line 96 is as follows (ignore --) :

Cwlocalhost
# file containing names of hosts for which we receive email
Fw/etc/mail/local-host-names-- 96


On Tuesday, January 14, 2003, at 09:40 PM, Chuck Swiger wrote:

Kenneth Tucker wrote:

interesting but...
% mail -v [EMAIL PROTECTED]
Subject: sweet
Yes!
.
EOT
[EMAIL PROTECTED] Connecting to localhost via relay...
[EMAIL PROTECTED] Deferred: Connection refused by localhost
%


Do you have MAILSERVER=-YES- set in /etc/hostconfig?

Check and do a /System/Library/StartupItems/Sendmail/Sendmail start 
to run the daemon, and/or reboot to confirm that the system comes up 
properly.

-Chuck



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail

2003-01-14 Thread Kenneth Tucker
-r--r--r--  1 root  wheel  0 Jul 14  2002 /etc/mail/local-host-names

On Tuesday, January 14, 2003, at 10:36 PM, Jim Trigg wrote:


On Tue, Jan 14, 2003 at 10:27:22PM -0500, Kenneth Tucker wrote:

mail :
drwxr-xr-x   8 rootwheel 272 Jul 27 22:54 mail

sendmail.cf :
-rw-r--r--   1 root  wheel  57504 Jul 14  2002 sendmail.cf


I don't know what the Fw prefix does but I looked into
/etc/mail/local-host-names and it is empty.


What are the permissions on /etc/mail/local-host-names ?

Jim
--
Jim Trigg, Lord High Everything Else  O-  /\
  \ /  ASCII RIBBON 
CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML 
MAIL
Verger, All Saints Church - Sharon Chapel / \



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message