News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Installation fails when processing packages

Started by totallymaxed, April 27, 2005, 10:07:45 AM

Previous topic - Next topic

archived

Hi,

We downloaded a new boot CD ISO image yesterday and are trying to install from that CD so that we have a 'Fresh' installation on our test server. The Debian install goes fine and we enter our Pluto install codes successfully...but then we get the following error messages on the console with an option to 'try again' y/n after each. If we try again we just get the same error;


Error - Processing of package DCerouter failed

Error - Processing of package Xine failed

Error - Processing of package MythTV failed

Any ideas on this?

archived

Hi,

There was a typo in my previous post. The MythTV error should heva read as follows;

Error - Processing of package Pluto MythTV Plugin failed

Thanks.

archived

Are you comfortable with Linux?  If so, can you hit alt+f2 and login.  The cd to /var/log/pluto, and look for the log InitialInstall.newlog.  And can you send it to me at aaron.b [at] plutohome.com with the name 'totallymaxed' (so I know the connection).  Thx.

archived

DCERouter's post install script changes some permission settings in mysql, and then stops and restarts it.  I see in the log this:

Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld...failed.
Please take a look at the syslog.

Those messages come from mysql itself.  Mysql is failing to start, and therefore nothing can continue.  Please run: /etc/init.d/mysql restart

and tell me what you see.  And if it fails, check the end of /var/log/syslog to see what mysql reported was the reason it could not start.