Page 1 of 3

lenny status

Posted: 08 Sep 2009, 11:38
by carl
I'm in progress of updating packages now, and first one to upload will be samba (will upload in an hour or so).
Hopefully I will be able to update both avahi and mediatomb this week, and adjust the cups issue. If you think I'm missing something, please don't hesitate to reply here :)

/Carl

Re: lenny status

Posted: 08 Sep 2009, 18:30
by ctoo
From what I can tell, one of the mediatomb updates on Sarge made mediatomb loose support for EXIF. This means that none of my pictures get sorted or indexed correctly with respect to date. Has this been fixed in the mediatomb package for Lenny?

Re: lenny status

Posted: 09 Sep 2009, 06:47
by carl
ctoo wrote:From what I can tell, one of the mediatomb updates on Sarge made mediatomb loose support for EXIF. This means that none of my pictures get sorted or indexed correctly with respect to date. Has this been fixed in the mediatomb package for Lenny?
The mediatomb I've included with BubbaOne lenny is the same as shipping with BubbaTwo

Re: lenny status

Posted: 09 Sep 2009, 15:18
by ctoo
Thanks. And does mediatomb on BubbaTwo Lenny support EXIF? As far as I remember (I was looking into the the mediatomb source package for Sarge when the BubbaOne Etch upgrade was announced, so I refrained from going any further), the default compile time options for the mediatomb package is to have EXIF support disabled.

Re: lenny status

Posted: 10 Sep 2009, 05:56
by carl
ctoo wrote:Thanks. And does mediatomb on BubbaTwo Lenny support EXIF? As far as I remember (I was looking into the the mediatomb source package for Sarge when the BubbaOne Etch upgrade was announced, so I refrained from going any further), the default compile time options for the mediatomb package is to have EXIF support disabled.
The config options is as following:

Code: Select all

MEDIATOMB_CONFIG_OPTIONS ?= $(confflags) \
                                                        --prefix=/usr \
                                                        --mandir=\$${prefix}/share/man \
                                                        --infodir=\$${prefix}/share/info \
                                                        --enable-sqlite3 \
                                                        --enable-libjs \
                                                        --enable-libmagic \
                                                        --enable-libexif \
                                                        --enable-libexpat \
                                                        --enable-taglib \
                                                        --enable-ffmpeg \
                                                        --enable-external-transcoding \
                                                        --disable-id3lib \
                                                        --disable-libextractor \
                                                        $(ENABLE_INOTIFY) \
                                                        CFLAGS="$(CFLAGS)" \
                                                        CXXFLAGS="$(CXXFLAGS)" \
                                                        LDFLAGS="$(LDFLAGS)"
Edit: just uploaded mediatomb 0.11.0-3ex22+b1lenny3 into the b1 lenny repo (stabil).

/Carl

Re: lenny status

Posted: 11 Sep 2009, 03:31
by Boy
carl wrote:
Edit: just uploaded mediatomb 0.11.0-3ex22+b1lenny3 into the b1 lenny repo (stabil).

/Carl
I updated the B1, but it stays at version 1.0.2 . Is this correct?

Boy

Re: lenny status

Posted: 11 Sep 2009, 06:13
by carl
Boy wrote:
carl wrote:
Edit: just uploaded mediatomb 0.11.0-3ex22+b1lenny3 into the b1 lenny repo (stabil).

/Carl
I updated the B1, but it stays at version 1.0.2 . Is this correct?

Boy
That's still correct, I've not yet updated that package.


/Carl

Re: lenny status

Posted: 16 Sep 2009, 07:46
by Boy
I noticed that the update page is not automatically updated, meaning it stays at

"Upgrading....."

for twenty minutes.

I closed the browser and logged in again and went to the update page, checking for new updates. Nothing was to be installed, so i guess it was finished.

Is it ok like this?

Cheers
Boy

Re: lenny status

Posted: 16 Sep 2009, 15:02
by Ubi
The new version has a bug in that in calls "NameVirtualHost *:80" twice. Once in ports.conf and once in sites-available/bubba. This duplication results in an error and a non-functional web interface

UBi

Re: lenny status

Posted: 16 Sep 2009, 16:50
by carl
Ubi wrote:The new version has a bug in that in calls "NameVirtualHost *:80" twice. Once in ports.conf and once in sites-available/bubba. This duplication results in an error and a non-functional web interface

UBi
Ah, an change in apache2.2-common, I'll try to fix that.

Re: lenny status

Posted: 16 Sep 2009, 17:18
by carl
carl wrote:
Ubi wrote:The new version has a bug in that in calls "NameVirtualHost *:80" twice. Once in ports.conf and once in sites-available/bubba. This duplication results in an error and a non-functional web interface

UBi
Ah, an change in apache2.2-common, I'll try to fix that.
I've updated the bubba package to not include NameVirtualHosts any more; at the same time, I've made the cupsys → cups fix as well.

Re: lenny status

Posted: 01 Nov 2009, 16:37
by ctoo
I've tried to set a static IP address for Bubba Server. However, the WEB-interface doesn't seem to be able to update /etc/network/interfaces. I've traced the problem to the following lines in the Apache error log:

[Sun Nov 01 22:10:09 2009] [error] [client 192.168.1.36] File does not exist: /home/web/java, referer: http://192.168.1.33/
[Sun Nov 01 22:10:09 2009] [error] [client 192.168.1.36] File does not exist: /home/web/images/spacer.gif, referer: http://192.168.1.33/
Command get_networkconfig not found at /usr/lib/web-admin/backend.pl line 1524.
Command get_networkconfig not found at /usr/lib/web-admin/backend.pl line 1525.
Command set_static_networkcfg not found at /usr/lib/web-admin/backend.pl line 1525.

Seems like backend.pl is not fully up-to-date with the rest of the webadmin code.

I'll modify /etc/network/interfaces manually for now.

Re: lenny status

Posted: 01 Nov 2009, 17:04
by ctoo
Another thing: If you do

avahi-browse -v -r -t -a

on Bubbu Server with the Lenny image, you'll see that Bubba Server announces itself as BUBBA|TWO.

Re: lenny status

Posted: 02 Nov 2009, 05:18
by carl
ctoo wrote:Another thing: If you do

avahi-browse -v -r -t -a

on Bubbu Server with the Lenny image, you'll see that Bubba Server announces itself as BUBBA|TWO.
Whoops :) Seems I forgot something there :)

Re: lenny status

Posted: 02 Nov 2009, 09:11
by Boy
Hi,

now that Lenny is out and small changes are made, what is the direction eXcito heading for the B1?

Will there be more updates, new functionalities, etc? Do you have a release plan?

BR
Boy