31st Jan, 2013, 06:16 AM
Hmm, I used the xbian-config to get the entire download package. Initially everything worked just fine. Then after a reboot Sickbeard didn't want to boot. Right now Sabnzbd+ and Tranmission both work just fine.
Sickbeard doesn't want to boot (I checked the /.config/sickbeard/config.ini/ file and it was completely empty. It doesn't boot on RPi reboot or when I use /etc/init.d/sickbeard restart
Couchpotato doesn't want to boot either. No errors or anything, but I can't connect and when I restart the service it says it wasn't running.
Edit: Might have figured the problem out.
When I changed the config of headphones using WinSCP (/home/xbian/.config/headphones/config.ini) I noticed that the HTTP port was wrong. I changed that to 9093. Further inspection of the file showed that there were actually none of my settings in this config file. I don't know if I'm even supposed to change stuff here, but none of my settings that I filled in before could be seen here.
Anyway, I did /etc/init.d/headphones restart and I got the following
Tada. Apparently my SD card is full for whatever reason. It's a bit strange seeing the only things on it are a 4GB movie, a 100mb album, the Xbian install and the download package.
I checked with df -h command over SSH and Rootfs and /dev/root both have 28gb used. Very strange.
Sickbeard doesn't want to boot (I checked the /.config/sickbeard/config.ini/ file and it was completely empty. It doesn't boot on RPi reboot or when I use /etc/init.d/sickbeard restart
Couchpotato doesn't want to boot either. No errors or anything, but I can't connect and when I restart the service it says it wasn't running.
Edit: Might have figured the problem out.
When I changed the config of headphones using WinSCP (/home/xbian/.config/headphones/config.ini) I noticed that the HTTP port was wrong. I changed that to 9093. Further inspection of the file showed that there were actually none of my settings in this config file. I don't know if I'm even supposed to change stuff here, but none of my settings that I filled in before could be seen here.
Anyway, I did /etc/init.d/headphones restart and I got the following
Code:
Traceback (most recent call last):
File "/home/xbian/headphones/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/home/xbian/headphones/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/home/xbian/headphones/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/home/xbian/headphones/headphones/webserve.py", line 58, in home
artists = myDB.select('SELECT * from artists order by ArtistSortName COLLATE NOCASE')
File "/home/xbian/headphones/headphones/db.py", line 94, in select
sqlResults = self.action(query, args).fetchall()
File "/home/xbian/headphones/headphones/db.py", line 72, in action
sqlResult = self.connection.execute(query)
OperationalError: database or disk is full
Tada. Apparently my SD card is full for whatever reason. It's a bit strange seeing the only things on it are a 4GB movie, a 100mb album, the Xbian install and the download package.
I checked with df -h command over SSH and Rootfs and /dev/root both have 28gb used. Very strange.