Networking Forums

Networking Forums > Computer Networking > Linux Networking > Help needed with "Can't start server : UNIX Socket : Address family not supported by protocol"

Reply
Thread Tools Display Modes

Help needed with "Can't start server : UNIX Socket : Address family not supported by protocol"

 
 
Oliver
Guest
Posts: n/a

 
      02-13-2004, 12:07 PM
When trying to start mysqld, it ends immediatelly after starting and leaves
the following error message in the linux.err (errorlog):
Can't start server : UNIX Socket : Address family not supported by protocol
Since the latter part of this error is not mysqld specific and mysqld guys
weren't able to help me, I'm posting this here.
My first thought, which was fortified by a comment on this error in connection
with another server, was that the lackj of IPv6 support on the linux system is
the reason for the problem.
But even with IPv6 support compiled into the kernel I still get the error
message shown above when starting mysqld.
Can anybody help me?
Thanks in advance.
Oliver
 
Reply With Quote
 
 
 
 
Owen Jacobson
Guest
Posts: n/a

 
      02-13-2004, 01:21 PM
On Fri, 13 Feb 2004 13:07:59 +0000, Oliver wrote:

> When trying to start mysqld, it ends immediatelly after starting and
> leaves the following error message in the linux.err (errorlog):
> Can't start server : UNIX Socket : Address family not supported by protocol

^^^^^^^^^^^

Not a networking problem. UNIX domain sockets are implemented within the
filesystem. Check that:
- the user that mysqld is running as can write to mysql's temp dir
(probaly in /var)
- ensure that mysql is correctly configured (perhaps tell it not to use
a UNIX domain socket, if possible)
- if possible use your distribution's package, to ensure all the
prerequisites are installed

--
Some say the Wired doesn't have political borders like the real world,
but there are far too many nonsense-spouting anarchists or idiots who
think that pranks are a revolution.

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Home Server - Remote Access to computers not supported on this operating system (Vista "Premium") ST3V3 Windows Networking 4 12-24-2007 01:33 PM
unable to start nfsd; nfssvc "Address already in use" whatdoineed2do@yahoo.co.uk Linux Networking 8 11-19-2006 08:46 PM
Address family not supported by protocol Christian Christmann Linux Networking 4 10-06-2006 09:54 AM
Simple mail "server" program needed - advice needed please Andrew Sayers Home Networking 12 08-24-2006 04:03 PM
Is there a way to find out, from the unix command line, what my "world/outside" IP address is? rogacasa@gmail.com Linux Networking 9 07-02-2006 11:32 PM



1 2 3 4 5 6 7 8 9 10 11