New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 308 matches

by pa
05 May 2010, 02:20
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Jonte,

The problem with your setup was that the "/home/storage" folder did not have the "x" bit set for all uses anymore so the mt-daapd process (now owed by www-data) could not open the directory even though the music folder had enough privileges.

/PA
by pa
03 May 2010, 08:34
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

1. Check that the "runas" paramter in the config file (/etc/mt-daapd.conf) says www-data (not mtdaapd) 2. Check the permissions of the database ls -l /var/cache/mt-daapd should read something like: -rw-r--r-- 1 www-data www-data 2259968 Apr 21 11:37 songs3.db If any of the above is incorre...
by pa
29 Apr 2010, 07:28
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Have you rebooted after the upgrade?
If not, there is a possibility that you are running an old kernel.

/PA
by pa
29 Apr 2010, 06:44
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

This seems odd, there should not be anything in this release (from 1.3.1 -> 2.0) that would affect the transferspeeds.

What protocol are you using?

/PA
by pa
21 Apr 2010, 04:25
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Just a comment on the "double click" in the filemanager. Since we added the possibility to use "ctrl-click" and "shift-click" to select multiple files, traversing the filemanager on single-click is no longer possible on single click. Also the files and folders need to b...
by pa
20 Apr 2010, 02:08
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Blinkem,

What permission do you have on the database folder?

Code: Select all

ls -la /var/cache/mt-daapd/
/PA
by pa
19 Apr 2010, 08:58
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

For the mt-daap issues all these seems to be related to the following criteria: * The update was run "by hand" and the new mt-daapd config file was not installed. Since the ownership of the database was changed running the service as mt-daap does not work. The fix to this is to change the ...
by pa
19 Apr 2010, 07:43
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Try to remove the database file and run as www-data.
The installation scripts should have altered the owner of the config, but we have now maybe in the process created it again when running as root...

/PA
by pa
19 Apr 2010, 07:17
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Can you verify that you have the new configuration file so that the mt-daapd is running as the correct user?

Check in /etc/mt-daapd.conf (line 108) that the "runas" paramter looks like below:

Code: Select all

runas = www-data
/PA
by pa
19 Apr 2010, 06:54
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Blinkem,

Can you try starting mt-daapd with a higher debug-level?
A higher number will produce more entries in the log

As root:

Code: Select all

mt-daapd -d 4
/PA
by pa
17 Apr 2010, 17:19
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Blinkem, can you post your mt-daapd.conf file?

/PA
by pa
17 Apr 2010, 07:45
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Regarding the mt-daap problem, I was a bit confused earlier when I said that we had not done anything to it. We have... Can someone with the problem try to enable logging? Edit the mt-daapd configuration file (/etc/mt-daapd.conf) and remove the "#" before the line "logfile = /var/log/...
by pa
16 Apr 2010, 07:04
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

In this upgrade we have not touched the mt-daapd service so this seems odd that this should be related to the update. But most likely the database is currupt.
Try removing it and restart mt-daap, it should then rebuild the database on startup.

As root:

Code: Select all

rm /var/cache/mt-daapd/songs3.db
/PA
by pa
16 Apr 2010, 04:20
Forum: Software releases
Topic: Release notes for BUBBA|2 version 2.0
Replies: 92
Views: 363359

Re: Release notes for BUBBA|2 version 2.0

Martijn,

Check the firefly server by

Code: Select all

ps -A | grep mt-daapd
should output something like below if the service is running

Code: Select all

15063 ?        00:00:43 mt-daapd
/PA
by pa
14 Apr 2010, 14:13
Forum: Software releases
Topic: Bootloader update - fixes hangs during file transfers
Replies: 6
Views: 28634

Re: Bootloader update - fixes hangs during file transfers

A mistake from us, these were not copied when 1.2.0.1 was release, done now.

/PA