Release notes for Excito B3 software version 2.3.1

Announcements of all software releases for Excito products

Moderator: Moderators

Re: Release notes for Excito B3 software version 2.3.1

Postby ryz » 30 Oct 2011, 13:04

I think people that have problems with Squeezecenter should make sure that they are running the new daemon and not the old one by doing a reboot since the Debian scripts for Squeezecenter is broken as I have reported both in this forum and in a bug report for the server itself.
ryz
 
Posts: 163
Joined: 12 Feb 2009, 13:03

Re: Release notes for Excito B3 software version 2.3.1

Postby A_Swissionary » 30 Oct 2011, 19:01

ryz wrote:I think people that have problems with Squeezecenter should make sure that they are running the new daemon and not the old one by doing a reboot


No, that doesn't help.
I rebooted multiple times; I even tried reinstalling everything and made sure that the new Squeezecenter is the only one to run. No luck at all. :-(
A_Swissionary
 
Posts: 6
Joined: 06 Sep 2010, 00:07

Re: Release notes for Excito B3 software version 2.3.1

Postby cwhommes » 30 Oct 2011, 19:09

Squeezecenter cannot be accessed by Duet remote nor ipod apps such as iPeng or Squeemote. The software detects Bubba3 but cannot connect. Only the webinterface seems to work after the upgrade to 2.3.1.
cwhommes
 
Posts: 4
Joined: 19 Sep 2007, 19:25

Re: Release notes for Excito B3 software version 2.3.1

Postby Binkem » 30 Oct 2011, 21:10

I did a lot or reinstalling and rebooting. I've now got squeezecenter working again as version 7.5.4, using the update as outlined by kapet, but had to purge the database and reboot before squeezecenter started working. Without reboot and purge squeezecenter started but kept using 90-95 % processor capacity and it didn't respond.
Binkem
 
Posts: 327
Joined: 10 Jul 2008, 08:26

Re: Release notes for Excito B3 software version 2.3.1

Postby Anonymous777 » 31 Oct 2011, 00:32

Do "bug fixes" include Time Machine Target mode (netatalk/avahi updates) for native Mac OS X 10.7 Lion backups?
Anonymous777
 
Posts: 6
Joined: 31 Oct 2011, 00:29

Re: Release notes for Excito B3 software version 2.3.1

Postby johannes » 31 Oct 2011, 12:14

Not yet but we are working on it for 2.4.
johannes
Site Admin
 
Posts: 1138
Joined: 31 Dec 2006, 14:12
Location: Sweden

Re: Release notes for Excito B3 software version 2.3.1

Postby edwardb » 31 Oct 2011, 22:02

Hi!

I have a B3 as I upgraded to 2.3.1 with squeeze 7.6.1

I lost the connection to Radio, touch and receiver and they are not getting back. I followed Alberts instructions to reinitialize db and reinstalle squeezecenter. No success.

I cant connect my devices to B3 again. What can I do?

The bubba:9000 interface is working and I can see my settings and also my installed application WiMP, Spotify for instance.

The loggfile looks like:

[11-10-31 21:01:21.9824] Slim::Control::Request::execute (1883) Error: While trying to run function coderef [Slim::Control::Queries::serverstatusQuery]: [Can't locate object method "_subq_count_select" via package "Slim::Schema::Storage" at /usr/share/squeezecenter/lib/DBIx/Class/ResultSet.pm line 1280.
]
[11-10-31 21:01:21.9858] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch!
[11-10-31 21:01:22.0275] Slim::Control::Request::execute (1883) Error: While trying to run function coderef [Slim::Control::Queries::serverstatusQuery]: [Can't locate object method "_subq_count_select" via package "Slim::Schema::Storage" at /usr/share/squeezecenter/lib/DBIx/Class/ResultSet.pm line 1280.
]
[11-10-31 21:01:22.0310] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch!
[11-10-31 21:01:48.6066] Slim::Control::Request::execute (1883) Error: While trying to run function coderef [Slim::Control::Queries::serverstatusQuery]: [Can't locate object method "_subq_count_select" via package "Slim::Schema::Storage" at /usr/share/squeezecenter/lib/DBIx/Class/ResultSet.pm line 1280.
]

/Edward
edwardb
 
Posts: 1
Joined: 14 Mar 2011, 20:11

Re: Release notes for Excito B3 software version 2.3.1

Postby johannes » 31 Oct 2011, 22:19

We are looking into this, will get back with a solution asap.
johannes
Site Admin
 
Posts: 1138
Joined: 31 Dec 2006, 14:12
Location: Sweden

Re: Release notes for Excito B3 software version 2.3.1

Postby Binkem » 31 Oct 2011, 22:29

The only option for now seems to be to revert to version 7.5.4.
See above for instruction. Keep in mind that a reboot and rescan may be neccesary.
Binkem
 
Posts: 327
Joined: 10 Jul 2008, 08:26

Re: Release notes for Excito B3 software version 2.3.1

Postby theWebalyst » 01 Nov 2011, 12:47

I upgraded successfully without the need to reboot and reported this outcome here 29th October. Since then two whole days have passed with nothing abnormal.

Today though, one of the daily cron jobs failed as follows:
Code: Select all
/etc/cron.daily/logrotate:
error: error running non-shared postrotate script for /var/log/mediatomb.log of '"/var/log/mediatomb.log" '
run-parts: /etc/cron.daily/logrotate exited with return code 1


I've never touched mediatomb as far as I know, but something has changed in the update. I guess the delay is because the logrotate only has to do something occasionally.

Anyone else seen this? What's the fix?

Thanks,

Mark
theWebalyst
 
Posts: 80
Joined: 27 May 2010, 20:53

Re: Release notes for Excito B3 software version 2.3.1

Postby RandomUsername » 01 Nov 2011, 13:32

I've been getting that for as long as I can remember. I think the reason is that there is no mediatomb log to rotate.
RandomUsername
 
Posts: 827
Joined: 10 Oct 2009, 00:49

Re: Release notes for Excito B3 software version 2.3.1

Postby Ubi » 01 Nov 2011, 21:03

what if you add
notifempty

to /etc/logrotate.d/mediatomb

Code: Select all
"/var/log/mediatomb.log" {
        monthly
        rotate 5
        missingok
        [b]notifempty[/b]
        postrotate
                pkill -HUP mediatomb
        endscript
}
Ubi
 
Posts: 1025
Joined: 17 Jul 2007, 15:01

Re: Release notes for Excito B3 software version 2.3.1

Postby mprs » 03 Nov 2011, 10:55

After upgrade I cant upload via webinterface to my B3 anymore? FTP works.
Best Regards
Martin Spliid
B3 (Linux Newbie)
mprs
 
Posts: 51
Joined: 07 Dec 2010, 23:07

Re: Release notes for Excito B3 software version 2.3.1

Postby Ubi » 03 Nov 2011, 13:11

Martin, your comment seems to be unrelated to previous posts. It may be easier if you make a new thread with your question. Also please be more specific what action does no longer work. Just saying "upload" can mean many things.
Ubi
 
Posts: 1025
Joined: 17 Jul 2007, 15:01

Re: Release notes for Excito B3 software version 2.3.1

Postby alon » 06 Nov 2011, 10:36

Thank you karl075 your solution fixed my problems with the Squeezebox Server.
Back to music again! :D
alon
 
Posts: 2
Joined: 06 Nov 2011, 10:31

PreviousNext

Return to Software releases

Who is online

Users browsing this forum: No registered users and 0 guests

cron