91vfr, you were spot on.

I did some debugging and it turns out there is a bug (somewhere) in the
DBIx included with Squeezeserver.  For some reason it is not propagating
auto_increment primary_key values back up the food chain.  I didn't have
any more time to debug it so I just ended up doing the following to get
me up and running until a real fix can be brought in by the devs.

I already the latest libdbix-class-perl installed, so:

cd /usr/share/squeezecenter/CPAN
mv DBIx DBIx-BROKEN
cp -R /usr/share/perl5/DBIx .
vim DBIx/Class/Storage/DBI.pm

comment out line 874:


Code:
--------------------
    #$self->dbh->begin_work
--------------------


This seemed to get me back up and running.  It's a major hack, but it
seems to let me update now.


-- 
ClemsonJeeper
------------------------------------------------------------------------
ClemsonJeeper's Profile: http://forums.slimdevices.com/member.php?userid=386
View this thread: http://forums.slimdevices.com/showthread.php?t=51957

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to