On Mon, 25 Apr 2005 15:03:35 -0700
Mark Knecht wrote:

> On 4/25/05, Nick Rout <[EMAIL PROTECTED]> wrote:
> > If you have changed your kernel its highly likely your ivtv module will
> > need rebuilding, and if thats not working mythbackend is probably not
> > going to start.
> > 
> 
> Yes, I rebuilt ivtv and tested that I couldrecord from the command
> line basically using something like:
> 
> cat /dev/v4l/video0 >test.mpg
> 
> The mpeg file played fine in mplayer.

OK that rules that one out.

>The problem seems to be that
> mythfrontend cannot connect to mythbackend anymore and the mythbackend
> scripts are having trouble starting and stopping mythbackend. However
> even the mythbackend app comes up in a default mode askingme for my
> preferred language and terminal messages say it cannot connect to
> mysql.
> 
> Does mysql require some sort of network protocol that mightnot be
> running? Samba, NFS, etc.?

Thats what the startup scripts are for. They should automatically start
required scripts. If in doubt take a look at the init script. In my
/etc/init.d/mysql it says:

depend() {
        use dns net

That means mysql will use the network and dns resolution operating, but
doesn't need them.

see http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4


As someone else said, look in your logs.

To check that mysql is actually running try the ps command.

ps ax|grep mysql


-- 
gentoo-user@gentoo.org mailing list

Reply via email to