[EMAIL PROTECTED] wrote:

> On 20 Aug, Daryl Pawluk wrote:
> > this is the complete message from each of the 4 panels on the main page:
> > /obs/index.html
> >
> > Sorry, the database is currently not available. (Error: Can't connect to
> > local MySQL server through socket '/var/lib/mysql/mysql.sock' (13))
> >
> > mysql is running and the database and the files in /obs and /cgi-bin/obs
> > seem to be in place. mysqladmin -u<> -p<> status works fine.
>
> can you do this without any problems:
>
> # mysql obs
> > select count(*) from Artist;
>
> If you can't do this, you definitly have a MySQL server problem. If you
> can do this, but obs can't connect, I would check to make sure the
> mysqlclient libraries are the same version as the mysql server...
>
> >
> > when i start obsd -d -n just the first line is printed and then obsd
> > hangs -- taking all the cpu time available.
> >
> > this is probably the same problem?
>
> yes, the first thing obs does when it starts, is to do a database sanity
> check and it seems to hang doing that.
>
> > Warning:
> >   Name: vscroll
> >   Class: XmScrollBar
> >   The scrollbar minimum value is greater than or equal to the scrollbar
> > maximum value.
> >
> > Warning:
> >    Name: vscroll
> >    Class: XmScrollBar
> >    Specified slider size is greater then the scrollbar maximum value
> > minus the scrollbar minimum value.
>
> I don't know what causes this. I've seen it before, but when I upgraded
> my netscape the problem went away.
>
> --ruaok         Freezerburn! All else is only icing. -- Soul Coughing
>
> Robert Kaye -- [EMAIL PROTECTED]  http://moon.eorbit.net/~robert
>
> _______________________________________________
> Obs-dev mailing list
> [EMAIL PROTECTED]
> http://www.freeamp.org/mailman/listinfo/obs-dev

[root@daryl /root]# mysqladmin -p version
mysqladmin  Ver 8.8 Distrib 3.23.22-beta, for redhat-linux-gnu on i386
TCX Datakonsult AB, by Monty

Server version  3.23.22-beta-log
Protocol version 10
Connection  Localhost via UNIX socket
UNIX socket  /var/lib/mysql/mysql.sock
Uptime:   16 hours 51 min 26 sec

Threads: 1  Questions: 201  Slow queries: 0  Opens: 19  Flush tables: 1  Open
tables: 15 Queries per second avg: 0.003

[root@daryl /root]# ldconfig -v|grep mysql
ldconfig: Path `/usr/lib' given more than once
/usr/lib/mysql:
 libmysqlclient.so.9 -> libmysqlclient.so.9.0.0

[root@daryl /root]# rpm -qa|grep mysql
mysql-3.23.22-2
mysql-server-3.23.22-2
mysql-devel-3.23.22-2

[root@daryl /root]# mysql -uobs -p obs
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 43 to server version: 3.23.22-beta-log

Type 'help' for help.

mysql> select count(*) Artist;
+--------+
| Artist |
+--------+
|      0 |
+--------+
1 row in set (0.00 sec)

mysql> quit
Bye

[root@daryl /root]# rpm -qa|grep netscape
netscape-communicator-4.75-1
netscape-common-4.75-1

[root@daryl /root]# netscape-communicator -v
Netscape 4.75/U.S., 15-Aug-00; (c) 1995-2000 Netscape Communications Corp.

[root@daryl /root]# SubmitTrack.pl -t
"/mnt/music/America/Holiday/01_Miniature.mp3"
  Title: Miniature
 Artist: America
  Album: Holiday
  Track: 1

Cannot connect to obseqieum at /usr/lib/perl5/site_perl/5.6.0/Obs/NetIO.pm
line 104.

this is everything i can think of...

_______________________________________________
Obs-dev mailing list
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/obs-dev

Reply via email to