[Bug 205608] Re: libapache2-mod-php5 can't be configured

2008-03-23 Thread Mirdamadi
hi, thanks for your attention.

I use kubuntu 7.10

and the last 2 questions:

 1- I commented the CDs repositories from my source.list updated. my
main repository was active. my system is up to date. I've also installed
the latests upgrades of kde4. I upgraded my system right know but no
upgrades were found.

 2- this is the log:
$ sudo apt-get install lamp-server^
Reading package lists... Done
Building dependency tree
Reading state information... Done
apache2-utils is already the newest version.
libnet-daemon-perl is already the newest version.
libdbi-perl is already the newest version.
libdbd-mysql-perl is already the newest version.
mysql-server-5.0 is already the newest version.
libapr1 is already the newest version.
libpcre3 is already the newest version.
mysql-client-5.0 is already the newest version.
mysql-common is already the newest version.
apache2-mpm-prefork is already the newest version.
libplrpc-perl is already the newest version.
libmysqlclient15off is already the newest version.
apache2 is already the newest version.
apache2.2-common is already the newest version.
mysql-server is already the newest version.
libxml2 is already the newest version.
libpq5 is already the newest version.
php5-mysql is already the newest version.
libapache2-mod-php5 is already the newest version.
libaprutil1 is already the newest version.
php5-common is already the newest version.
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]?
Setting up libapache2-mod-php5 (5.2.3-1ubuntu6.3) ...
Can't call method "description" on an undefined value at 
/usr/share/perl5/Debconf/Question.pm line 93,  line 1.
dpkg: error processing libapache2-mod-php5 (--configure):
 subprocess post-installation script returned error exit status 9
dpkg: dependency problems prevent configuration of php5:
 php5 depends on libapache2-mod-php5 (>= 5.2.3-1ubuntu6.3) | php5-cgi (>= 
5.2.3-1ubuntu6.3); however:
  Package libapache2-mod-php5 is not configured yet.
  Package php5-cgi is not installed.
dpkg: error processing php5 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of php5-mysql:
 php5-mysql depends on phpapi-20060613+lfs; however:
  Package phpapi-20060613+lfs is not installed.
  Package libapache2-mod-php5 which provides phpapi-20060613+lfs is not 
configured yet.
  Package php5-cli which provides phpapi-20060613+lfs is not installed.
  Package php5-cgi which provides phpapi-20060613+lfs is not installed.
dpkg: error processing php5-mysql (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libapache2-mod-php5
 php5
 php5-mysql
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
libapache2-mod-php5 can't be configured
https://bugs.launchpad.net/bugs/205608
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 205608] [NEW] libapache2-mod-php5 can't be configured

2008-03-23 Thread Nick Barcet
status: incomplete

2 questions:
 * Why are you requested to insert CD of Gutsy as you seem to have
access to internet?  Could you please verify that the lines for starting
with "deb" and containing "main" are uncommented in the file
/etc/apt/sources.list ?  (If unsure, please mail me the file)
Then do a use whatever tool you prefer to verify that Ubuntu is up to date.

 * (once the above is checked) Could you try installing the lamp server
by issuing the following:
   sudo apt-get install lamp-server^
without forgeting the "^" at the end?

-- 
libapache2-mod-php5 can't be configured
https://bugs.launchpad.net/bugs/205608
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 118392] Re: ssh client segfaulting on fresh ubuntu installation

2008-03-23 Thread Bruno Lustosa
Neal, I had my HD fried, and the only media I had to try to recover things on 
it was this old amd64 Ubuntu livecd (7.04). The same problem happened again. 
Below is the output on various commands that maybe help debugging the problem.
Anyway, when this happened the first time, I went to ubuntu x86 and it worked 
happily. I will now download Hardy x86 and probably be happy again (as soon as 
I get a new hard drive, of course).


[EMAIL PROTECTED]:~$ which ssh
/usr/bin/ssh

[EMAIL PROTECTED]:~$ /usr/bin/ssh
Segmentation fault (core dumped)

[EMAIL PROTECTED]:~$ ls -l /usr/bin/ssh
-rwxr-xr-x 1 root root 303944 2007-02-19 12:46 /usr/bin/ssh

[EMAIL PROTECTED]:~$ ldd /usr/bin/ssh
statically linked

[EMAIL PROTECTED]:~$ md5sum /usr/bin/ssh
49ed01575cbccbddc9645af695e2ebba  /usr/bin/ssh

[EMAIL PROTECTED]:~$ strace -f /usr/bin/ssh
execve("/usr/bin/ssh", ["/usr/bin/ssh"], [/* 32 vars */]) = 0
brk(0)  = 0x557a3000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b64e5c7d000
uname({sys="Linux", node="ubuntu", ...}) = 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b64e5c7e000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
arch_prctl(ARCH_SET_FS, 0x2b64e5c7f530) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Process 11923 detached

-- 
ssh client segfaulting on fresh ubuntu installation
https://bugs.launchpad.net/bugs/118392
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 205608] Re: libapache2-mod-php5 can't be configured

2008-03-23 Thread Ralph Janke
Thanks for reporting this problem and helping to make Ubuntu better.

I am not sure which version you use. I tried to install the package in
question installed well on the lastest hardy release. However, the
package version is 5.2.4-2ubuntu5.

Please provide more information about the which ubuntu release you are
referring to.

Thanks.

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) => Ralph Janke (txwikinger)
   Status: New => Incomplete

-- 
libapache2-mod-php5 can't be configured
https://bugs.launchpad.net/bugs/205608
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 205023] Re: SSH X11 Forwarding over PPTP VPN breaks connection

2008-03-23 Thread nxvl
This is a bug in vpn, not in openssh.

** Changed in: openssh (Ubuntu)
   Status: New => Invalid

-- 
SSH X11 Forwarding over PPTP VPN breaks connection
https://bugs.launchpad.net/bugs/205023
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 205608] [NEW] libapache2-mod-php5 can't be configured

2008-03-23 Thread Mirdamadi
Public bug reported:

Binary package hint: php5

hi,
I tried to install LAMP but when it wants to configure the package 
"libapache2-mod-php5" it says: 
   Can't call method "description" on an undefined value at 
/usr/share/perl5/Debconf/Question.pm line 93,  line 1.
   dpkg: error processing libapache2-mod-php5 (--configure):
   subprocess post-installation script returned error exit status 9

I tried to remove/purge/reinstall/configure/reconfigure by apt-get and
aptitude in 3 systems running (k)ubuntu but the result was same.

its my full story:

$ sudo apt-get install apache2 php5 mysql-server libapache2-mod-auth-mysql 
php5-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
apache2 is already the newest version.
php5 is already the newest version.
The following extra packages will be installed:
  mysql-server-5.0
Suggested packages:
  tinyca mysql-doc-5.0
Recommended packages:
  mailx
The following NEW packages will be installed:
  libapache2-mod-auth-mysql mysql-server mysql-server-5.0 php5-mysql
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B/26.9MB of archives.
After unpacking 84.9MB of additional disk space will be used.
Do you want to continue [Y/n]?
Media change: please insert the disc labeled
 'Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071017)'
in the drive '/cdrom/' and press enter

Preconfiguring packages ...
Selecting previously deselected package mysql-server-5.0.
(Reading database ... 200731 files and directories currently installed.)
Unpacking mysql-server-5.0 (from 
.../mysql-server-5.0_5.0.45-1ubuntu3.3_i386.deb) ...
Selecting previously deselected package libapache2-mod-auth-mysql.
Unpacking libapache2-mod-auth-mysql (from 
.../libapache2-mod-auth-mysql_4.3.9-4_i386.deb) ...
Selecting previously deselected package mysql-server.
Unpacking mysql-server (from .../mysql-server_5.0.45-1ubuntu3.3_all.deb) ...
 * Stopping MySQL database server mysqld
 [ OK ]
Selecting previously deselected package php5-mysql.
Unpacking php5-mysql (from .../php5-mysql_5.2.3-1ubuntu6.3_i386.deb) ...
Setting up libapache2-mod-php5 (5.2.3-1ubuntu6.3) ...
Can't call method "description" on an undefined value at 
/usr/share/perl5/Debconf/Question.pm line 93,  line 1.
dpkg: error processing libapache2-mod-php5 (--configure):
 subprocess post-installation script returned error exit status 9
dpkg: dependency problems prevent configuration of php5:
 php5 depends on libapache2-mod-php5 (>= 5.2.3-1ubuntu6.3) | php5-cgi (>= 
5.2.3-1ubuntu6.3); however:
  Package libapache2-mod-php5 is not configured yet.
  Package php5-cgi is not installed.
dpkg: error processing php5 (--configure):
 dependency problems - leaving unconfigured
Setting up mysql-server-5.0 (5.0.45-1ubuntu3.3) ...
 * Stopping MySQL database server mysqld
 [ OK ]
 * Starting MySQL database server mysqld
 [ OK ]
 * Checking for corrupt, not cleanly closed and upgrade needing tables.

Setting up libapache2-mod-auth-mysql (4.3.9-4) ...
Setting up mysql-server (5.0.45-1ubuntu3.3) ...
dpkg: dependency problems prevent configuration of php5-mysql:
 php5-mysql depends on phpapi-20060613+lfs; however:
  Package phpapi-20060613+lfs is not installed.
  Package libapache2-mod-php5 which provides phpapi-20060613+lfs is not 
configured yet.
  Package php5-cli which provides phpapi-20060613+lfs is not installed.
  Package php5-cgi which provides phpapi-20060613+lfs is not installed.
dpkg: error processing php5-mysql (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libapache2-mod-php5
 php5
 php5-mysql
E: Sub-process /usr/bin/dpkg returned an error code (1)


** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libapache2-mod-php5 can't be configured
https://bugs.launchpad.net/bugs/205608
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 198087] Re: openssh connections not responsive

2008-03-23 Thread Reiner
hi everyone,

i'd like to chime in as another victim of this problem. file transfers with scp 
on the command line and ssh connections to remote servers via Gnome give me top 
transfer rates of 16kB/s. this is specific to my installation of Ubuntu (Feisty 
Fawn) and has nothing to do w/ hardware (on the windoze side on the same 
machine, transfer rates via ssh are in the 500kB/s range; it's irrelevant 
whether i use a wired connection or wireless; the particular network also does 
not matter: home and work are the same). file transfers via http w/ eg wget are 
unaffected, ie, fast. so, the problem seems to be openssh. however, it's not a 
specific version since i have both downgraded (to Gutsy) and upgraded (to Hardy 
from source as described in 
http://bethesignal.org/blog/2008/01/10/faster-openssh-47p1-in-ubuntu-804-hardy-heron/)
 the normal Feisty version w/o achieving any improvements.
it seems to be a rare problem. most users suffer from the slow login problem, 
which i do not have.
i plan to completely switch to Hardy soon to see if that solves the problem.

-- 
openssh connections not responsive
https://bugs.launchpad.net/bugs/198087
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 197476] Re: akonadi does not work with the apparmor rules introduced for /usr/sbin/mysqld on hardy.

2008-03-23 Thread Frode M . Døving
Sounds like a good idea. In the developer use-case one can just hardlink
manually.

-- 
akonadi  does not work with the apparmor rules introduced for /usr/sbin/mysqld 
on hardy.
https://bugs.launchpad.net/bugs/197476
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 84142] Re: apache2-common: a2ensite rewritten to allow globbing/multiple site enabling

2008-03-23 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: New => Fix Committed

-- 
apache2-common: a2ensite rewritten to allow globbing/multiple site enabling
https://bugs.launchpad.net/bugs/84142
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs