Re: Bubba|Two Software update 1.2.0
Posted: 06 Jul 2009, 15:48
A note: It's not the filenames that matter, but the directory itself, All files in that directory is evaluated, regardless off name.
/Carl
/Carl
I got two :carl wrote:Might be that one of the files have gotten an extra declaration where it shouldn't; Can you check that following command only returns one entry: "grep FastCgiExternalServer -R /etc/apache2/"; should result in:nitram wrote:I've now renamed all different bubba files to other names with different suffix. There is now only original bubba file in sites-available (which is a link) and the link in sites-enabled.carl wrote: I think the problem might lie in the existence of /etc/apache2/sites-available/bubba443, as bubba contains (at least should) https information.
/Carl
/etc/apache2/sites-available:
lrwxrwxrwx 1 root root 37 Jul 6 11:57 bubba -> /usr/share/bubba-frontend/apache.site
/etc/apache2/sites-enabled:
lrwxrwxrwx 1 root root 34 Jul 6 17:09 bubba -> /etc/apache2/sites-available/bubba
Still no luck
Webserver won't start because of that error in line 666:
bubba:/etc/apache2/sites-enabled# /etc/init.d/apache2 start
Starting web server (apache2)...Syntax error on line 666 of /etc/apache2/apache2.conf:
FastCgiExternalServer: redefinition of previously defined class "/usr/share/web-admin/admin/index.php"
failed!
/Carltest@bubba:/etc/apache2$ grep FastCgiExternalServer -R /etc/apache2/
/etc/apache2/conf.d/admin.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
Hmm, /etc/apache2/apache2.conf shouldn't have that clause in there, could it be you have added it there by your self? Anyway, remove that line and try again.nitram wrote:I got two :carl wrote:Might be that one of the files have gotten an extra declaration where it shouldn't; Can you check that following command only returns one entry: "grep FastCgiExternalServer -R /etc/apache2/"; should result in:nitram wrote:
I've now renamed all different bubba files to other names with different suffix. There is now only original bubba file in sites-available (which is a link) and the link in sites-enabled.
/etc/apache2/sites-available:
lrwxrwxrwx 1 root root 37 Jul 6 11:57 bubba -> /usr/share/bubba-frontend/apache.site
/etc/apache2/sites-enabled:
lrwxrwxrwx 1 root root 34 Jul 6 17:09 bubba -> /etc/apache2/sites-available/bubba
Still no luck
Webserver won't start because of that error in line 666:
bubba:/etc/apache2/sites-enabled# /etc/init.d/apache2 start
Starting web server (apache2)...Syntax error on line 666 of /etc/apache2/apache2.conf:
FastCgiExternalServer: redefinition of previously defined class "/usr/share/web-admin/admin/index.php"
failed!
/Carltest@bubba:/etc/apache2$ grep FastCgiExternalServer -R /etc/apache2/
/etc/apache2/conf.d/admin.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
bubba:/var/log# grep FastCgiExternalServer -R /etc/apache2/
/etc/apache2/apache2.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
/etc/apache2/conf.d/admin.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
Martin
Nope, did not add it myself. I will remove it as soon as i'm at home this afternoon and try again. Will let you know the outcome.carl wrote:Hmm, /etc/apache2/apache2.conf shouldn't have that clause in there, could it be you have added it there by your self? Anyway, remove that line and try again.nitram wrote:I got two :carl wrote:
Might be that one of the files have gotten an extra declaration where it shouldn't; Can you check that following command only returns one entry: "grep FastCgiExternalServer -R /etc/apache2/"; should result in:
/Carl
bubba:/var/log# grep FastCgiExternalServer -R /etc/apache2/
/etc/apache2/apache2.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
/etc/apache2/conf.d/admin.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
Martin
/Carl
Hi Rene,pcrene wrote:Hello all,
Since the update i seem not to be able to send emails from the web interface (Horde).
The next message i get in return:
This is the mail system at host bubba.localdomain.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<swogberg@gmail.com>: host smtp.upcmail.nl[213.46.255.2] said: 552 5.2.0
CwHh1c0442ME5kW01wHiSd automated process detected unsolicited content (in
reply to end of DATA command)
Has anyone an idea?
Rene
Hi Carl,carl wrote:Hmm, /etc/apache2/apache2.conf shouldn't have that clause in there, could it be you have added it there by your self? Anyway, remove that line and try again.nitram wrote:I got two :carl wrote:
Might be that one of the files have gotten an extra declaration where it shouldn't; Can you check that following command only returns one entry: "grep FastCgiExternalServer -R /etc/apache2/"; should result in:
/Carl
bubba:/var/log# grep FastCgiExternalServer -R /etc/apache2/
/etc/apache2/apache2.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
/etc/apache2/conf.d/admin.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
Martin
/Carl
I did a re-install of bubba (the rescue way) and all seem to work now.nitram wrote:Hi Carl,carl wrote:Hmm, /etc/apache2/apache2.conf shouldn't have that clause in there, could it be you have added it there by your self? Anyway, remove that line and try again.nitram wrote:
I got two :
bubba:/var/log# grep FastCgiExternalServer -R /etc/apache2/
/etc/apache2/apache2.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
/etc/apache2/conf.d/admin.conf:FastCgiExternalServer /usr/share/web-admin/admin/index.php -socket fcgi -idle-timeout 120 -flush
Martin
/Carl
I removed the line in /etc/apache2/apache2.conf but got almost same output except for :
Syntax error on line 13 of /usr/share/bubba-frontend/apache.conf:
FastCgiExternalServer cannot occur within <VirtualHost> section
failed!
Martin
Code: Select all
DEBIAN_FRONTEND=noninteractive apt-get -y update
Code: Select all
W: GPG error: http://ftp.se.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
Code: Select all
Setting up dhcp3-client (3.0.4-13ex4) ...
Configuration file `/etc/dhcp3/dhclient.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : background this process to examine the situation
The default action is to keep your current version.
*** dhclient.conf (Y/I/N/O/D/Z) [default=N] ? y
Installing new version of config file /etc/dhcp3/dhclient.conf ...
Setting up bubba-backend (1.1.6) ...
Removing any system startup links for /etc/init.d/firewall ...
/etc/rcS.d/S41firewall
Removing any system startup links for /etc/init.d/disable-offload ...
/etc/rc2.d/S99disable-offload
Creating directory /etc/skel/private
Creating directory /home/storage/extern
Setting up firewall...done.
Disable offload on wan/lan interfaces...done.
Setting up bubba-manual (1.1.2) ...
Setting up libphp-codeigniter (1.7.0-1) ...
Setting up bubba-frontend (1.1.2) ...
Removing any system startup links for /etc/init.d/adminphp ...
/etc/rc0.d/K20adminphp
/etc/rc1.d/K20adminphp
/etc/rc2.d/S20adminphp
/etc/rc3.d/S20adminphp
/etc/rc4.d/S20adminphp
/etc/rc5.d/S20adminphp
/etc/rc6.d/K20adminphp
Forcing reload of web server (apache2)... waiting .
spawn-fcgi.c.197: child spawned successfully: PID: 6090
Code: Select all
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
Thanks for these words. I appreciate that you are a small company and everyone is working very hard.We are very sorry that the upgrade has failed and will do our best to resolve it as soon as possible, it is is of course our ambition that the upgrades shall go smoothly, and have done so in our test-setups.
If you place bubba as router again, although you do not have internet access Bubba should have access to the internet.
Regards
PA Nilsson, Excito.
Not sure if this helps but problems with file sharing can sometimes be down to firewall settings on the client. I have a firewall rule on the client that allows all traffic between client and bubba's ip address.loosing SMB shares, changed to AFP when this became possible but still problems
Code: Select all
ps faux
Code: Select all
112 4992 100 7.5 29364 19268 ? R 14:48 0:10 \_ /usr/bin/perl -w /usr/sbin/squeezecenter-server --prefsdir /var/lib/squeezece....
Code: Select all
112 4999 95.5 9.4 34536 24248 ? R 14:48 0:13 \_ /usr/bin/perl -w /usr/sbin/squeezecenter-server --prefsdir /var/lib/squeezece....
Code: Select all
112 5004 86.3 4.4 20268 11392 ? R 14:49 0:05 \_ /usr/bin/perl -w /usr/sbin/squeezecenter-server --prefsdir /var/lib/squeezece....
Code: Select all
112 6213 96.6 6.6 26192 17104 ? R 16:34 0:08 \_ /usr/bin/perl -w /usr/sbin/squeezecenter-server --prefsdir /var/lib/squeezece....