wierd error message from mysqld

wierd error message from mysqld

am 26.02.2004 15:56:31 von Brent Bailey

------=_NextPart_000_0064_01C3FC4E.CF749AC0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Im running mysql on a Freebsd 4.9.. In going through my logs this
morning I saw this error.
I find it odd that mysqd would try to open the /etc/hosts.allow file ..
this makes me think that someone issued the command through mysql
..with that in mind.

1. Is there a way to get mysqld to log to a specific file ?

2. Does the below error mean that someone tried to access these files
via mysql commands ?




Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
cannot open /etc/hosts.allow: Permission denied
Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
cannot open /etc/hosts.deny: Permission denied




Brent Bailey CCNA
High Speed Data Services
MetroCast Cablevision
603-332-8629 ext:242
bbailey@metrocastcablevision.com


------=_NextPart_000_0064_01C3FC4E.CF749AC0--

Re: wierd error message from mysqld

am 26.02.2004 16:25:18 von Sinisa Milivojevic

Brent Bailey writes:
> Im running mysql on a Freebsd 4.9.. In going through my logs this
> morning I saw this error.
> I find it odd that mysqd would try to open the /etc/hosts.allow file ..
> this makes me think that someone issued the command through mysql
> .with that in mind.
>
> 1. Is there a way to get mysqld to log to a specific file ?
>
> 2. Does the below error mean that someone tried to access these files
> via mysql commands ?
>
>
>
>
> Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
> cannot open /etc/hosts.allow: Permission denied
> Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
> cannot open /etc/hosts.deny: Permission denied
>

That is possible.

But this list is dedicated to the repeatable test case, and yours is
not.

This is not a forum for a free support.

--

Sincerely,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Full time Developer and Support Coordinator
<___/ www.mysql.com Larnaca, Cyprus

Meet the MySQL at User Conference ! (April 14-16, 2004)
http://www.mysql.com/uc2004/


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

RE: wierd error message from mysqld

am 26.02.2004 17:30:25 von Brent Bailey

Ok....is there a questions mailing list that Mysql.com offers ??? Most
other vendors of Open source software have some sort of mailing list
that allows people to ask questions

Thank you

Brent Bailey CCNA
High Speed Data Services
MetroCast Cablevision
603-332-8629 ext:242
bbailey@metrocastcablevision.com

-----Original Message-----
From: Sinisa Milivojevic [mailto:sinisa@mysql.com]
Sent: Thursday, February 26, 2004 10:25 AM
To: bbailey@metrocastcablevision.com
Cc: bugs@lists.mysql.com
Subject: Re: wierd error message from mysqld

Brent Bailey writes:
> Im running mysql on a Freebsd 4.9.. In going through my logs this
> morning I saw this error.
> I find it odd that mysqd would try to open the /etc/hosts.allow file
...
> this makes me think that someone issued the command through mysql
> .with that in mind.
>
> 1. Is there a way to get mysqld to log to a specific file ?
>
> 2. Does the below error mean that someone tried to access these files
> via mysql commands ?
>
>
>
>
> Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
> cannot open /etc/hosts.allow: Permission denied
> Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
> cannot open /etc/hosts.deny: Permission denied
>

That is possible.

But this list is dedicated to the repeatable test case, and yours is
not.

This is not a forum for a free support.

--

Sincerely,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Full time Developer and Support
Coordinator
<___/ www.mysql.com Larnaca, Cyprus

Meet the MySQL at User Conference ! (April 14-16, 2004)
http://www.mysql.com/uc2004/



--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

RE: wierd error message from mysqld

am 26.02.2004 18:16:11 von Sinisa Milivojevic

Brent Bailey writes:
> Ok....is there a questions mailing list that Mysql.com offers ??? Most
> other vendors of Open source software have some sort of mailing list
> that allows people to ask questions
>
> Thank you
>
> Brent Bailey CCNA
> High Speed Data Services
> MetroCast Cablevision
> 603-332-8629 ext:242
> bbailey@metrocastcablevision.com

Yes.

mysql@lists.mysql.com

--

Sincerely,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Full time Developer and Support Coordinator
<___/ www.mysql.com Larnaca, Cyprus

Meet the MySQL at User Conference ! (April 14-16, 2004)
http://www.mysql.com/uc2004/


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: wierd error message from mysqld

am 27.02.2004 14:28:29 von Sergei Golubchik

Hi!

On Feb 26, Brent Bailey wrote:
> Im running mysql on a Freebsd 4.9.. In going through my logs this
> morning I saw this error.
> I find it odd that mysqd would try to open the /etc/hosts.allow file ..
> this makes me think that someone issued the command through mysql
> .with that in mind.
>
> 1. Is there a way to get mysqld to log to a specific file ?

Yes. Run 'mysqld --help' and search for option starting from --log

> 2. Does the below error mean that someone tried to access these files
> via mysql commands ?

No.
You probably are using MySQL as compiled from FreeBSD port collection -
and it also means that it is compiled with libwrap support
(try 'ldd mysqld' to know it for certain).

More information at

man 8 tcpd
man 5 hosts_access

> Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
> cannot open /etc/hosts.allow: Permission denied
> Feb 25 13:44:14 xxx mysqld[175]: warning: /etc/hosts.allow, line 59:
> cannot open /etc/hosts.deny: Permission denied

Regards,
Sergei

--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Sergei Golubchik
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Senior Software Developer
/_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany
<___/ www.mysql.com

--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org