You are not logged in.

#1 2007-01-09 23:45:20

Koven
Member
Registered: 2006-06-13
Posts: 154

bmpx2 problem

I have this error with bmpx2 in arch linux, I've installed with pacman, with abs and with aur so I don't know how I can solve this error...

[koven@koven ~]$ /usr/libexec/beep-media-player-2-bin --no-log
BMP-Message: sm.cc:270: Connection opened, client id is 117f000001000116838588300000033130008
BMP-Message: sm.cc:53: XSMP Version: 1  Revision: 0
BMP-Message: sm.cc:56: Session manager: GnomeSM
BMP-Message: sm.cc:60: Release: 2.16.2
BMP-Message: Running: CServiceCore (DBus:org.beepmediaplayer.bmp)
BMP-Message: Transport plugin 'file' loaded.
BMP-Message: Transport plugin 'http' loaded.
BMP-Message: Container plugin 'Folder Container Plugin' loaded
BMP-Message: Container plugin 'M3U Playlist' loaded
BMP-Message: Container plugin 'MLQ Playlist' loaded
BMP-Message: Container plugin 'PLS Playlist' loaded
BMP-Message: Container plugin 'Query Parser' loaded
BMP-Message: Container plugin 'XSPF Playlist' loaded
BMP-Message: Running: Monitor (FAM daemon not running: Not accepting watches!)
terminate called after throwing an instance of 'Bmp::DB::SqlError'
  what():  SQLite Error: attempt to write a readonly database, SQLite Error Code: 8, SQL String: 'ANALYZE;'

Regards

Offline

#2 2007-01-10 00:19:53

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: bmpx2 problem

there might be somethign in the last erro, but let's go it step bu step.. firstly
MP-Message: Running: Monitor (FAM daemon not running: Not accepting watches!)

suggests there is no FAM daemon running...

pacman -S fam

you can start the daemon

/etc/rc.d/fam start

you might also wanan add 'fam' to your daemons array in rc.conf.


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#3 2007-01-10 01:18:45

Koven
Member
Registered: 2006-06-13
Posts: 154

Re: bmpx2 problem

It isn't the main problem I get same error ...look at this

[koven@koven ~]$ /usr/libexec/beep-media-player-2-bin --no-log
BMP-Message: sm.cc:270: Connection opened, client id is 117f000001000116839181800000033130012
BMP-Message: sm.cc:53: XSMP Version: 1  Revision: 0
BMP-Message: sm.cc:56: Session manager: GnomeSM
BMP-Message: sm.cc:60: Release: 2.16.2
BMP-Message: Running: CServiceCore (DBus:org.beepmediaplayer.bmp)
BMP-Message: Transport plugin 'file' loaded.
BMP-Message: Transport plugin 'http' loaded.
BMP-Message: Container plugin 'Folder Container Plugin' loaded
BMP-Message: Container plugin 'M3U Playlist' loaded
BMP-Message: Container plugin 'MLQ Playlist' loaded
BMP-Message: Container plugin 'PLS Playlist' loaded
BMP-Message: Container plugin 'Query Parser' loaded
BMP-Message: Container plugin 'XSPF Playlist' loaded
BMP-Message: Running: Monitor
terminate called after throwing an instance of 'Bmp::DB::SqlError'
  what():  SQLite Error: attempt to write a readonly database, SQLite Error Code: 8, SQL String: 'ANALYZE;'

regards

Offline

#4 2007-01-10 14:00:51

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: bmpx2 problem

well we've got one error out of the way ..

now we're down to terminate called after throwing an instance of 'Bmp:Very HappyB::SqlError'
what(): SQLite Error: attempt to write a readonly database, SQLite Error Code: 8, SQL String: 'ANALYZE;'

tis suggests that bmpx is trying to write to a database or directory it has no permission to write on...

have u tried runing this as root?


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#5 2007-01-10 22:26:57

tranquility
Member
From: Portugal
Registered: 2004-08-06
Posts: 136

Re: bmpx2 problem

you'll have to remove some file in ~/.cache/something that bmpx2 saves as it's DB. had the same problem and it went away like that

Offline

Board footer

Powered by FluxBB