| Summary: | mysql 4.0.16 server package fails to create /var/db/mysql thus failing install | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Edwrd Rudd <eddie> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Edwrd Rudd
2004-03-08 03:20:18 UTC
Responsible Changed From-To: freebsd-bugs->ale Assign to maintainer When you run pkg_add (and finally mysql_install_db), did you see any error messages regarding your hostname and suggestions like trying to use the --force options? -- Alex Dupre Yeah.. but why would that cause the /var/db/mysql directory to not be created?? And the entries are in my /etc/hosts file.. but for some reason they are being ignored. On Tue, 2004-03-09 at 01:45, Alex Dupre wrote: > When you run pkg_add (and finally mysql_install_db), did you see any > error messages regarding your hostname and suggestions like trying to > use the --force options? > > -- > Alex Dupre -- Edward Rudd <eddie@omegaware.com> Website http://outoforder.cc/ Edward Rudd wrote:
> And the entries are in my /etc/hosts file.. but for some reason they are
> being ignored.
Can you paste the content of your /etc/hosts file and tell me the output
of "hostname" and "hostname -s", please?
--
Alex Dupre
active uncommented entries in /etc/hosts are ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain hostname freebsd.vernon.hills hostname -s freebsd Which freebsd is in my local dns, so they resolve. but the script complained about not being able to resolve localhost. And there is no /etc/nsswitch.conf On Wed, 2004-03-10 at 03:21, Alex Dupre wrote: > Edward Rudd wrote: > > > And the entries are in my /etc/hosts file.. but for some reason they are > > being ignored. > > Can you paste the content of your /etc/hosts file and tell me the output > of "hostname" and "hostname -s", please? > > -- > Alex Dupre -- Edward Rudd <eddie@omegaware.com> Website http://outoforder.cc/ Edward Rudd wrote:
> Which freebsd is in my local dns, so they resolve.
> but the script complained about not being able to resolve localhost.
I'm quite sure to have found a bug in the mysql_install_db code. I have
a patch, please wait.
--
Alex Dupre
State Changed From-To: open->feedback Probably fixed, sent a patched package to originator for testing. State Changed From-To: feedback->closed Fixed with latest commits. |