Page 2 of 2
Posted: 22 Dec 2008, 16:13
by paolol61
Hi Carl,
now is working all except
1) I can't get email
Dec 22 22:55:26 bubba2 fetchmail[2575]: Query status=10 (SMTP)
Dec 22 22:55:27 bubba2 fetchmail[2575]: 40 messages for paolol61 at pop.xyz.it.
Dec 22 22:55:27 bubba2 fetchmail[2575]: reading message
paolol61@pop.xx.it:1 of 40 (953 header octets) (log message incomplete)
Dec 22 22:55:27 bubba2 fetchmail[2575]: connection to localhost:smtp [127.0.0.1/25] failed: Connection refused.
Dec 22 22:55:27 bubba2 fetchmail[2575]: SMTP connect to localhost failed
Dec 22 22:55:27 bubba2 fetchmail[2575]: SMTP transaction error while fetching from
paolol61@pop.xyz.it and delivering to SMTP host localhost
2) mldonkey is no longher working

for now I removed it.
Just need to fix the smtp local error,
Thanks.
Posted: 27 Dec 2008, 07:23
by Tompa
Hi,
I seem to have the same problem as Ton configuring bubba-horde only that my password is set to empty. This is a printout of the install-log:
Code: Select all
++ echo /tmp/dbconfig-common_my.cnf.u21985
+ mycnf=/tmp/dbconfig-common_my.cnf.u21985
++ mysql --defaults-extra-file=/tmp/dbconfig-common_my.cnf.u21985
+ dbc_error='ERROR 1045 (28000): Access denied for user '\''root'\''@'\''localhost'\'' (using password: NO)'
+ rm -f /tmp/dbconfig-common_my.cnf.u21985
+ '[' bad = bad ']'
+ dbc_logline='unable to connect to mysql server'
+ return 1
+ return 1
dpkg: error processing bubba-horde (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
bubba-horde
It seems as if root is not allowed with the blank password, if so how can I change it?
Posted: 05 Jan 2009, 14:50
by squadra
Carl, i also mentioned in the announcement i got an error updating it. My horde pim was giving an error and googl gave this page
My error after dist-upgrade:
Code: Select all
bubba:/home/squadra# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Setting up mt-daapd (0.9~r1696-1.3ex5) ...
Starting mt-daapd: invoke-rc.d: initscript mt-daapd, action "start" failed.
dpkg: error processing mt-daapd (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of bubba-backend:
bubba-backend depends on mt-daapd; however:
Package mt-daapd is not configured yet.
dpkg: error processing bubba-backend (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of bubba-frontend:
bubba-frontend depends on bubba-backend; however:
Package bubba-backend is not configured yet.
dpkg: error processing bubba-frontend (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mt-daapd
bubba-backend
bubba-frontend
E: Sub-process /usr/bin/dpkg returned an error code (1)
I haven't installed anything myself on a fresh bubba with only the three updates given at this forum... Strange thing is that firefly (mt-daapd) is still causing problems maybe this has something to do with it

Posted: 11 Jan 2009, 17:59
by Tompa
Hi,
I'm still struggling with the horde and bubba-backend packages. I have now reset the root-mysql password to blank and also emptied the passwords.dat cache. The log gives me:
Code: Select all
applying upgrade script for 0.0.50 -> 0.0.53.
+ '[' 'creating database backup in /var/cache/dbconfig-common/backups/bubba-horde_0.0.50.mysql.' ']'
+ dbc_log='creating database backup in /var/cache/dbconfig-common/backups/bubba-horde_0.0.50.mysql. applying upgrade script for 0.0.50 -> 0.0.53.'
+ sh -c '/usr/share/dbconfig-common/scripts/bubba-horde/upgrade/mysql/0.0.53 0.0.53'
====================
Fatal Error:
MDB2 Error: connect failed
====================
+ dbc_error='/usr/share/dbconfig-common/scripts/bubba-horde/upgrade/mysql/0.0.53 exited with non-zero status'
+ dbc_upgrade_error 'processing /usr/share/dbconfig-common/scripts/bubba-horde/upgrade/mysql/0.0.53'
+ echo 'error encountered processing /usr/share/dbconfig-common/scripts/bubba-horde/upgrade/mysql/0.0.53:'
error encountered processing /usr/share/dbconfig-common/scripts/bubba-horde/upgrade/mysql/0.0.53:
+ echo /usr/share/dbconfig-common/scripts/bubba-horde/upgrade/mysql/0.0.53 exited with non-zero status
/usr/share/dbconfig-common/scripts/bubba-horde/upgrade/mysql/0.0.53 exited with non-zero status
+ db_fset bubba-horde/upgrade-error seen false
+ _db_cmd 'FSET bubba-horde/upgrade-error' seen false
+ IFS=' '
+ printf '%s\n' 'FSET bubba-horde/upgrade-error seen false'
What's going on? I have no troubles connecting to mysql from the prompt.
Posted: 12 Jan 2009, 02:40
by Binkem
Maybe you've changed the password for MySQL?
In that case you could try this:
Hello again,
Have you changed the root mysql password in the past? If so, please open
/var/cache/debconf/passwords.dat and for Name:
bubba-horde/mysql/admin-pass change the Value to your password. If not,
then make sure that the entry there is empty.
/Carl
It dit the job for me

Posted: 12 Jan 2009, 03:29
by Tompa
Binkem wrote:Maybe you've changed the password for MySQL?
Yes actually I had, but even if I enterered the correct pass it gave me this error. That's why I changed the root pass back to blank in a desperate attempt but it didn't help.
It seems more of a connection issue rather than a faulty password according to what google told me, but I haven't yet found any good advice for workarounds
/Tompa