On 06/10/11 16:55, Simon Loewenthal wrote: > Hi there, > > I am running RC 0.5.2 on Debian Squeeze and > Apache/2.2.16 (Debian) mod_fastcgi/2.4.6 mod_ssl/2.2.16 OpenSSL/0.9.8o > mod_defensible/1.2 configured > > > All worked well until I did an apt-get upgrade, which changed many > Apache related apps. > > Now, when a user hits the roundcube page this message is seen in the > logs, and a 500 sent back to the client: > > > SoftException in Application.cpp:350: UID of script > "/web/roundcube/index.php" is smaller than min_uid > > > > Does anyone know what this might mean? It worked until the upgrade. > > Best regards, Simon. > > > *** Appendix - > > * upgraded items: > > PART 1 > The following extra packages will be installed: > apache2-mpm-itk apache2.2-bin apache2.2-common libperl5.10 perl-base > perl-modules > Suggested packages: > apache2-doc apache2-suexec apache2-suexec-custom ssh-askpass > libpam-ssh keychain rssh molly-guard ufw perl-doc > libterm-readline-gnu-perl libterm-readline-perl-perl > Recommended packages: > xauth > The following packages will be REMOVED: > apache2-mpm-prefork libapache2-mod-php5 > The following NEW packages will be installed: > apache2-mpm-itk openssh-blacklist-extra > The following packages will be upgraded: > apache2 apache2.2-bin apache2.2-common ca-certificates libperl5.10 > openssh-client openssh-server openssl perl perl-base > perl-modules > 11 upgraded, 2 newly installed, 2 to remove and 72 not upgraded. > > PART 2 > Reading state information... Done > The following extra packages will be installed: > libbind9-60 libdns69 libisc62 libisccfg62 liblwres60 > Suggested packages: > tasksel debtags > The following packages will be upgraded: > apache2-utils aptitude aptitude-doc-en base-files bind9-host curl > dnsutils libbind9-60 libdns69 libisc62 libisccfg62 > liblwres60 > > *** End of appendix > > > > > OK. Its sort of working now.
I saw that the upgrade removed apache2-mpm-prefork libapache2-mod-php5, and installed apache2-mpm-itk! Reinstalling apache2-mpm-prefork libapache2-mod-php5 and then upgrading libssl0.9.8 got it working again. # apt-get install apache2-mpm-prefork libapache2-mod-php5 Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: squid-langpack Use 'apt-get autoremove' to remove them. The following packages will be REMOVED: apache2-mpm-itk The following NEW packages will be installed: apache2-mpm-prefork libapache2-mod-php5 0 upgraded, 2 newly installed, 1 to remove and 55 not upgraded. Need to get 2,300 B/3,275 kB of archives. After this operation, 9,065 kB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://ftp.us.debian.org/debian/ squeeze-proposed-updates/main apache2-mpm-prefork amd64 2.2.16-6+squeeze4 [2,300 B] Fetched 2,300 B in 0s (4,816 B/s) dpkg: apache2-mpm-itk: dependency problems, but removing anyway as you requested: apache2 depends on apache2-mpm-worker (= 2.2.16-6+squeeze4) | apache2-mpm-prefork (= 2.2.16-6+squeeze4) | apache2-mpm-event (= 2.2.16-6+squeeze4) | apache2-mpm-itk (= 2.2.16-6+squeeze4); however: Package apache2-mpm-worker is not installed. Package apache2-mpm-prefork is not installed. Package apache2-mpm-event is not installed. Package apache2-mpm-itk is to be removed. libapache2-mod-speedycgi depends on apache2-mpm-prefork (>= 2.0.50-10) | apache2-mpm-itk; however: Package apache2-mpm-prefork is not installed. Package apache2-mpm-itk is to be removed. (Reading database ... 50545 files and directories currently installed.) Removing apache2-mpm-itk ... Stopping web server: apache2 ... waiting . Selecting previously deselected package apache2-mpm-prefork. (Reading database ... 50543 files and directories currently installed.) Unpacking apache2-mpm-prefork (from .../apache2-mpm-prefork_2.2.16-6+squeeze4_amd64.deb) ... Setting up apache2-mpm-prefork (2.2.16-6+squeeze4) ... Starting web server: apache2. Selecting previously deselected package libapache2-mod-php5. (Reading database ... 50548 files and directories currently installed.) Unpacking libapache2-mod-php5 (from .../libapache2-mod-php5_5.3.8-1~dotdeb.2_amd64.deb) ... Setting up libapache2-mod-php5 (5.3.8-1~dotdeb.2) ... Reloading web server config: apache2. root@logout:/etc/apt# apt-get install apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done -- Email simon AT klunky DOT co DOT uk PGP is optional: 4BA78604 I won't accept your confidentiality agreement, and your Emails are kept. ~Ö¿Ö~ -- List info: http://lists.roundcube.net/users/ BT/8f4f07cd
