[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread freelsjd
I never could get 6.5.1 to work, so I tried the upgrade to unstable and this works fine. It also added several packages that I did not have which I suspect may have been my problem. Trouble is I cannot downgrade back to 6.5.1 now because of an install script issue failing. Also, because of thi

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread freelsjd
as root: /etc/init.d/slimserver stop mysql -p -e "drop database slimserver" mysql -p -e "create database slimserver" /etc/init.d/slimserver start Of course, the mysql commands require the password. slimserver is using lots of cpu time now. I cannot access it on the browser. Is it recreatin

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread freelsjd
mysql -p slimserver then entered password and am running mysql \s yields: mysql Ver 14.7 Distrib 4.1.15, for pc-linux-gnu (i486) using readline 5.1 Connection id: 12 Current database: slimserver Current user: [EMAIL PROTECTED] SSL:Not in use Curren

Re: [SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread Pat Farrell
freelsjd wrote: I am using mysql, but don't remember how I set all this up. then start the mysqld server and get MySql requires the daemon. Most installs set up a auto start for it, it won't work until you get that. mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread freelsjd
OK. I enter mysql and get the following: mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) I am using mysql, but don't remember how I set all this up. then start the mysqld server and get mysql ERROR 1045 (28000): Access denied for

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread tomson
Running the following commands in the sql shell did the trick for me: dump database slimserver; create database slimserver; First I just dumped the database, and I got the same error as you. -- tomson tomson's Profile:

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread Triode
If you don't use your own mysql then just delete the "Cache" directory. -- Triode Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=31885

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread freelsjd
It has been so long since I set this up, I may have hosed my system. Now I get this error message: 2007-01-20 09:59:30.4064 Warning: Migrating from 6.3.x used with MySQL! Database error: Can't create table './slimserver/metainformation.frm' (errno: 121) at /usr/share/perl5/DBIx/Migration.pm line

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread tomson
Dumping and recreating the database seems to have fixed it. Thanks! -- tomson tomson's Profile: http://forums.slimdevices.com/member.php?userid=3387 View this thread: http://forums.slimdevices.com/showthread.php?t=31885

[SlimDevices: Unix] Re: Errors when starting 6.5.1 on debian

2007-01-20 Thread Triode
Delete the existing database. If you are not using a standalone version of mysql, just delete the contents of the Cache folder and restart -- Triode Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 Vie

[SlimDevices: Unix] Errors when starting 6.5.1 on debian

2007-01-20 Thread tomson
Hi, I just updated from 6.5.0 o 6.5.1 using apt, but now slimserver won't run properly anymore. I takes up 100% processor time and fills the logfile with the following message: Database error: Duplicate column name 'contributor' at /usr/share/perl5/DBIx/Migration.pm line 115. 2007-01-20 13:17:45

[SlimDevices: Unix] Re: 6.5.1 Upgrade

2007-01-20 Thread Ramage
Worked for me too. Thanks -- Ramage P2 266MHz,Linux ClarkConnect 3.2, SlimServer Version: 6.5.1 - 10145, Alien 1.06 P4 2.6GHz, Win XP, SlimServer Version: 6.5.1 - 11206 - Windows XP - EN - cp1252 NSLU2 Unslung 6.8b SlimServer Version: 6.3.1 - 8476 - Linux - EN - iso-8859-1 ---

[SlimDevices: Unix] Re: 6.5.1 Upgrade

2007-01-20 Thread mick_w
I had the same problem updating from the Dec 27th nightly. I then tried: rpm -Uvh --force http://www.slimdevices.com/downloads/SlimServer_v6.5.1/SlimServer_v6.5.1.noarch.rpm Which worked fine for me. Thanks for the tip (I really didn't want to have to go through the hassle of uninstalling / re