Re: Can't (re)install libapache2-mod-php5 on SID

2013-07-01 Thread Csanyi Pal
Kailash  writes:

> On Saturday 08 June 2013 05:08 PM, Csanyi Pal wrote:
>  Advices?
>>
>> I finally purge ldap-account-manager.
>>
>> I find help in the documentation here:
>> http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#\
>> _purging_removed_packages_for_good 
>>
>> in the Chapter:
>> 2.3.4. Tidying auto/manual install status
>>
>
> So, does that mean you were able to reinstall it as you wanted?

No, I'm not able to reinstall it as I wanted.

The ldap-account-manager has a bug that prevent it to being
installed. One can see this bug here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23711778

-- 
Regards from Pal


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k3la7850@gmail.com



Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Kailash

On Saturday 08 June 2013 05:08 PM, Csanyi Pal wrote:
 Advices?


I finally purge ldap-account-manager.

I find help in the documentation here:
http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_purging_removed_packages_for_good

in the Chapter:
2.3.4. Tidying auto/manual install status



So, does that mean you were able to reinstall it as you wanted?
K.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51b40deb.6020...@gmail.com



Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Csanyi Pal
Csanyi Pal  writes:

> Kailash  writes:
>
>> On Saturday 08 June 2013 01:49 PM, Csanyi Pal wrote:
>
>>> Kailash  writes:
>>>
 On Tue, 04 Jun 2013 16:50:40 +0200
 Csanyi Pal  wrote:

> Joe  writes:
>
>> On Sun, 02 Jun 2013 20:36:18 +0200
>> Csanyi Pal  wrote:
>
>>> on my Debian GNU/Linux unstable (sid) system I can't (re)install
>>> libapache2-mod-php5 debian package.
>>>
>>> It remain half configured after an upgrade process.
>>>
>>> In Aptitude interface when I try to reinstall it, I get error
>>> message: E: Internal Error, No file name for
>>> libapache2-mod-php5:amd64
>>>
>>> What can I do to solve this problem?
>
>> Difficult to say. The current version is 5.5.0~rc2+dfsg-2 and my
>> previous version upgraded today OK, also sid on amd64. There are new
>> versions of both apache2 and php5.
>>
>> What you have sounds like a confused aptitude rather than an apache2
>> issue. You might first try an update, then a reboot and update, and
>> if this hasn't cleared the problem, try one of the other tools,
>> either Synaptic or apt-get dist-upgrade. Synaptic does a
>> dist-upgrade by default.
>
> Well, I don't remember what I did, probably try in aptitude interface
> to remove packages, and it's dependencies, but now I have only one
> package that I can't remove: ldap-account-manager.
>
> When I try to purge it in Synaptic, I get the following message:
>
> E: ldap-account-manager: subprocess installed post-removal script
> returned error exit status 1
>
> Removing ldap-account-manager ...
> [ ok ] Reloading web server: apache2.
> invoke-rc.d: initscript apache2, action "reload" failed.
> dpkg: error processing ldap-account-manager (--remove):
>   subprocess installed post-removal script returned error exit status 1
> Errors were encountered while processing:
>   ldap-account-manager
> W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo
> (10: No child processes)
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:
>
> So on my Desktop system, I can't run apache2, and can't remove
> ldap-account-manager.
>
> What I want it the following: to get again a running apache2, php5,
> and ldap-account-manager.
>
> The ldap-account-manager is now Half installed, and can't to do with
> it anything.
>
> Advices?
>
 I looked at this thread:
 http://forums.linuxmint.com/viewtopic.php?f=47&t=110314

 And while it's not debian the suggestion was to use the following
 command:
 sudo dpkg --clear-avail&&  sudo apt-get update

 That seemed to fix it.
 from dpkg man pages:
 --clear-avail
Erase the existing information about what  packages  are
 available.
>>>
>>> OK, when I run this command
>>> sudo dpkg --clear-avail&&  sudo apt-get update
>>>
>>> and right after that I run
>>> sudo apt-get install ldap-account-manager
>>>
>>> I get the following output with error.
>>>
>>> csanyipal@debian-asztal:~$ sudo apt-get install ldap-account-manager
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> ldap-account-manager is already the newest version.
>>> 0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
>>> 1 not fully installed or removed.
>>> Need to get 0 B/11.8 MB of archives.
>>> After this operation, 0 B of additional disk space will be used.
>>> Do you want to continue [Y/n]?
>>> dpkg: error processing ldap-account-manager (--configure):
>>>   package ldap-account-manager is not ready for configuration
>>>   cannot configure (current status `half-installed')
>>> Errors were encountered while processing:
>>>   ldap-account-manager
>>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>>>
>>> What can I do to solve this problem?
>>>
>> Hi,
>>
>> Here's one solution:
>> http://www.cyberciti.biz/tips/troubleshooting-debian-ubuntu-package-upgrades-removals.html
>>
>> One option would be to try dpkg -r  before you try the
>> above workaround.
>
> Well, in those ldap-account-manager.* files I have instead
> #/bin/sh -e
>
> the lines:
>
> #!/bin/bash   
> set -e
>
> so if I replace all occurance of the 'set -e' with the '#set -e', save
> those files and run
> sudo apt-get --purge remove ldap-account-manager
>
> I can finally purge the ldap-account-manager debian package.
>
> But, now I can't to install it again!
>
> sudo apt-get install ldap-account-manager
> Reading package lists... Done
> Building dependency tree   
> Reading state information... Done
> Suggested packages:
>   ldap-account-manager-lamdaemon
> The following NEW packages will be installed:
>   ldap-account-manager
> 0 upgraded, 1 newly i

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Csanyi Pal
Kailash  writes:

> On Saturday 08 June 2013 01:49 PM, Csanyi Pal wrote:

>> Kailash  writes:
>>
>>> On Tue, 04 Jun 2013 16:50:40 +0200
>>> Csanyi Pal  wrote:
>>>
 Joe  writes:

> On Sun, 02 Jun 2013 20:36:18 +0200
> Csanyi Pal  wrote:

>> on my Debian GNU/Linux unstable (sid) system I can't (re)install
>> libapache2-mod-php5 debian package.
>>
>> It remain half configured after an upgrade process.
>>
>> In Aptitude interface when I try to reinstall it, I get error
>> message: E: Internal Error, No file name for
>> libapache2-mod-php5:amd64
>>
>> What can I do to solve this problem?

> Difficult to say. The current version is 5.5.0~rc2+dfsg-2 and my
> previous version upgraded today OK, also sid on amd64. There are new
> versions of both apache2 and php5.
>
> What you have sounds like a confused aptitude rather than an apache2
> issue. You might first try an update, then a reboot and update, and
> if this hasn't cleared the problem, try one of the other tools,
> either Synaptic or apt-get dist-upgrade. Synaptic does a
> dist-upgrade by default.

 Well, I don't remember what I did, probably try in aptitude interface
 to remove packages, and it's dependencies, but now I have only one
 package that I can't remove: ldap-account-manager.

 When I try to purge it in Synaptic, I get the following message:

 E: ldap-account-manager: subprocess installed post-removal script
 returned error exit status 1

 Removing ldap-account-manager ...
 [ ok ] Reloading web server: apache2.
 invoke-rc.d: initscript apache2, action "reload" failed.
 dpkg: error processing ldap-account-manager (--remove):
   subprocess installed post-removal script returned error exit status 1
 Errors were encountered while processing:
   ldap-account-manager
 W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo
 (10: No child processes)
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 A package failed to install.  Trying to recover:

 So on my Desktop system, I can't run apache2, and can't remove
 ldap-account-manager.

 What I want it the following: to get again a running apache2, php5,
 and ldap-account-manager.

 The ldap-account-manager is now Half installed, and can't to do with
 it anything.

 Advices?

>>> I looked at this thread:
>>> http://forums.linuxmint.com/viewtopic.php?f=47&t=110314
>>>
>>> And while it's not debian the suggestion was to use the following
>>> command:
>>> sudo dpkg --clear-avail&&  sudo apt-get update
>>>
>>> That seemed to fix it.
>>> from dpkg man pages:
>>> --clear-avail
>>>Erase the existing information about what  packages  are
>>> available.
>>
>> OK, when I run this command
>> sudo dpkg --clear-avail&&  sudo apt-get update
>>
>> and right after that I run
>> sudo apt-get install ldap-account-manager
>>
>> I get the following output with error.
>>
>> csanyipal@debian-asztal:~$ sudo apt-get install ldap-account-manager
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> ldap-account-manager is already the newest version.
>> 0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
>> 1 not fully installed or removed.
>> Need to get 0 B/11.8 MB of archives.
>> After this operation, 0 B of additional disk space will be used.
>> Do you want to continue [Y/n]?
>> dpkg: error processing ldap-account-manager (--configure):
>>   package ldap-account-manager is not ready for configuration
>>   cannot configure (current status `half-installed')
>> Errors were encountered while processing:
>>   ldap-account-manager
>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>>
>> What can I do to solve this problem?
>>
> Hi,
>
> Here's one solution:
> http://www.cyberciti.biz/tips/troubleshooting-debian-ubuntu-package-upgrades-removals.html
>
> One option would be to try dpkg -r  before you try the
> above workaround.

Well, in those ldap-account-manager.* files I have instead
#/bin/sh -e

the lines:

#!/bin/bash 
  set -e

so if I replace all occurance of the 'set -e' with the '#set -e', save
those files and run
sudo apt-get --purge remove ldap-account-manager

I can finally purge the ldap-account-manager debian package.

But, now I can't to install it again!

sudo apt-get install ldap-account-manager
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  ldap-account-manager-lamdaemon
The following NEW packages will be installed:
  ldap-account-manager
0 upgraded, 1 newly installed, 0 to remove and 57 not upgraded.
Need to get 0 B/11.8 MB of archives.
After this operation, 35.9 MB of additional disk space will be used.
Preconfiguring packages ...
Sele

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Kailash

On Saturday 08 June 2013 01:49 PM, Csanyi Pal wrote:

Hi,

Kailash  writes:


On Tue, 04 Jun 2013 16:50:40 +0200
Csanyi Pal  wrote:


Joe  writes:


On Sun, 02 Jun 2013 20:36:18 +0200
Csanyi Pal  wrote:



on my Debian GNU/Linux unstable (sid) system I can't (re)install
libapache2-mod-php5 debian package.

It remain half configured after an upgrade process.

In Aptitude interface when I try to reinstall it, I get error
message: E: Internal Error, No file name for
libapache2-mod-php5:amd64

What can I do to solve this problem?



Difficult to say. The current version is 5.5.0~rc2+dfsg-2 and my
previous version upgraded today OK, also sid on amd64. There are new
versions of both apache2 and php5.

What you have sounds like a confused aptitude rather than an apache2
issue. You might first try an update, then a reboot and update, and
if this hasn't cleared the problem, try one of the other tools,
either Synaptic or apt-get dist-upgrade. Synaptic does a
dist-upgrade by default.


Well, I don't remember what I did, probably try in aptitude interface
to remove packages, and it's dependencies, but now I have only one
package that I can't remove: ldap-account-manager.

When I try to purge it in Synaptic, I get the following message:

E: ldap-account-manager: subprocess installed post-removal script
returned error exit status 1

Removing ldap-account-manager ...
[ ok ] Reloading web server: apache2.
invoke-rc.d: initscript apache2, action "reload" failed.
dpkg: error processing ldap-account-manager (--remove):
  subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
  ldap-account-manager
W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo
(10: No child processes)
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

So on my Desktop system, I can't run apache2, and can't remove
ldap-account-manager.

What I want it the following: to get again a running apache2, php5,
and ldap-account-manager.

The ldap-account-manager is now Half installed, and can't to do with
it anything.

Advices?


I looked at this thread:
http://forums.linuxmint.com/viewtopic.php?f=47&t=110314

And while it's not debian the suggestion was to use the following
command:
sudo dpkg --clear-avail&&  sudo apt-get update

That seemed to fix it.
from dpkg man pages:
--clear-avail
   Erase the existing information about what  packages  are
available.


OK, when I run this command
sudo dpkg --clear-avail&&  sudo apt-get update

and right after that I run
sudo apt-get install ldap-account-manager

I get the following output with error.

csanyipal@debian-asztal:~$ sudo apt-get install ldap-account-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
ldap-account-manager is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
1 not fully installed or removed.
Need to get 0 B/11.8 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?
dpkg: error processing ldap-account-manager (--configure):
  package ldap-account-manager is not ready for configuration
  cannot configure (current status `half-installed')
Errors were encountered while processing:
  ldap-account-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)

What can I do to solve this problem?


Hi,

Here's one solution:
http://www.cyberciti.biz/tips/troubleshooting-debian-ubuntu-package-upgrades-removals.html

One option would be to try dpkg -r  before you try the 
above workaround.


Hope that helps,
Kailash


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51b2f784.3030...@gmail.com



Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Csanyi Pal
Hi,

Kailash  writes:

> On Tue, 04 Jun 2013 16:50:40 +0200
> Csanyi Pal  wrote:
>
>> Joe  writes:
>> 
>> > On Sun, 02 Jun 2013 20:36:18 +0200
>> > Csanyi Pal  wrote:
>> 
>> >> on my Debian GNU/Linux unstable (sid) system I can't (re)install
>> >> libapache2-mod-php5 debian package. 
>> >> 
>> >> It remain half configured after an upgrade process.
>> >> 
>> >> In Aptitude interface when I try to reinstall it, I get error
>> >> message: E: Internal Error, No file name for
>> >> libapache2-mod-php5:amd64 
>> >> 
>> >> What can I do to solve this problem?
>> 
>> > Difficult to say. The current version is 5.5.0~rc2+dfsg-2 and my
>> > previous version upgraded today OK, also sid on amd64. There are new
>> > versions of both apache2 and php5.
>> >
>> > What you have sounds like a confused aptitude rather than an apache2
>> > issue. You might first try an update, then a reboot and update, and
>> > if this hasn't cleared the problem, try one of the other tools,
>> > either Synaptic or apt-get dist-upgrade. Synaptic does a
>> > dist-upgrade by default.
>> 
>> Well, I don't remember what I did, probably try in aptitude interface
>> to remove packages, and it's dependencies, but now I have only one
>> package that I can't remove: ldap-account-manager.
>> 
>> When I try to purge it in Synaptic, I get the following message:
>> 
>> E: ldap-account-manager: subprocess installed post-removal script
>> returned error exit status 1
>> 
>> Removing ldap-account-manager ...
>> [ ok ] Reloading web server: apache2.
>> invoke-rc.d: initscript apache2, action "reload" failed.
>> dpkg: error processing ldap-account-manager (--remove):
>>  subprocess installed post-removal script returned error exit status 1
>> Errors were encountered while processing:
>>  ldap-account-manager
>> W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo
>> (10: No child processes)
>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>> A package failed to install.  Trying to recover:
>> 
>> So on my Desktop system, I can't run apache2, and can't remove
>> ldap-account-manager. 
>> 
>> What I want it the following: to get again a running apache2, php5,
>> and ldap-account-manager. 
>> 
>> The ldap-account-manager is now Half installed, and can't to do with
>> it anything.
>> 
>> Advices?
>> 
> I looked at this thread:
> http://forums.linuxmint.com/viewtopic.php?f=47&t=110314
>
> And while it's not debian the suggestion was to use the following
> command:
> sudo dpkg --clear-avail && sudo apt-get update
>
> That seemed to fix it.
> from dpkg man pages:
>--clear-avail
>   Erase the existing information about what  packages  are
> available.

OK, when I run this command
sudo dpkg --clear-avail && sudo apt-get update

and right after that I run 
sudo apt-get install ldap-account-manager

I get the following output with error.

csanyipal@debian-asztal:~$ sudo apt-get install ldap-account-manager
Reading package lists... Done
Building dependency tree   
Reading state information... Done
ldap-account-manager is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
1 not fully installed or removed.
Need to get 0 B/11.8 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? 
dpkg: error processing ldap-account-manager (--configure):
 package ldap-account-manager is not ready for configuration
 cannot configure (current status `half-installed')
Errors were encountered while processing:
 ldap-account-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)

What can I do to solve this problem?

-- 
Regards from Pal


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87sj0t9fql@gmail.com



Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-05 Thread Kailash
On Tue, 04 Jun 2013 16:50:40 +0200
Csanyi Pal  wrote:

> Joe  writes:
> 
> > On Sun, 02 Jun 2013 20:36:18 +0200
> > Csanyi Pal  wrote:
> 
> >> on my Debian GNU/Linux unstable (sid) system I can't (re)install
> >> libapache2-mod-php5 debian package. 
> >> 
> >> It remain half configured after an upgrade process.
> >> 
> >> In Aptitude interface when I try to reinstall it, I get error
> >> message: E: Internal Error, No file name for
> >> libapache2-mod-php5:amd64 
> >> 
> >> What can I do to solve this problem?
> 
> > Difficult to say. The current version is 5.5.0~rc2+dfsg-2 and my
> > previous version upgraded today OK, also sid on amd64. There are new
> > versions of both apache2 and php5.
> >
> > What you have sounds like a confused aptitude rather than an apache2
> > issue. You might first try an update, then a reboot and update, and
> > if this hasn't cleared the problem, try one of the other tools,
> > either Synaptic or apt-get dist-upgrade. Synaptic does a
> > dist-upgrade by default.
> 
> Well, I don't remember what I did, probably try in aptitude interface
> to remove packages, and it's dependencies, but now I have only one
> package that I can't remove: ldap-account-manager.
> 
> When I try to purge it in Synaptic, I get the following message:
> 
> E: ldap-account-manager: subprocess installed post-removal script
> returned error exit status 1
> 
> Removing ldap-account-manager ...
> [ ok ] Reloading web server: apache2.
> invoke-rc.d: initscript apache2, action "reload" failed.
> dpkg: error processing ldap-account-manager (--remove):
>  subprocess installed post-removal script returned error exit status 1
> Errors were encountered while processing:
>  ldap-account-manager
> W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo
> (10: No child processes)
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:
> 
> So on my Desktop system, I can't run apache2, and can't remove
> ldap-account-manager. 
> 
> What I want it the following: to get again a running apache2, php5,
> and ldap-account-manager. 
> 
> The ldap-account-manager is now Half installed, and can't to do with
> it anything.
> 
> Advices?
> 

Hi, 

I looked at this thread:
http://forums.linuxmint.com/viewtopic.php?f=47&t=110314

And while it's not debian the suggestion was to use the following
command:
sudo dpkg --clear-avail && sudo apt-get update

That seemed to fix it.
from dpkg man pages:
   --clear-avail
  Erase the existing information about what  packages  are
available.


HTH,
K. 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130606162114.773edbfd.listskail...@gmail.com



Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-04 Thread Csanyi Pal
Joe  writes:

> On Sun, 02 Jun 2013 20:36:18 +0200
> Csanyi Pal  wrote:

>> on my Debian GNU/Linux unstable (sid) system I can't (re)install
>> libapache2-mod-php5 debian package. 
>> 
>> It remain half configured after an upgrade process.
>> 
>> In Aptitude interface when I try to reinstall it, I get error
>> message: E: Internal Error, No file name for
>> libapache2-mod-php5:amd64 
>> 
>> What can I do to solve this problem?

> Difficult to say. The current version is 5.5.0~rc2+dfsg-2 and my
> previous version upgraded today OK, also sid on amd64. There are new
> versions of both apache2 and php5.
>
> What you have sounds like a confused aptitude rather than an apache2
> issue. You might first try an update, then a reboot and update, and
> if this hasn't cleared the problem, try one of the other tools, either
> Synaptic or apt-get dist-upgrade. Synaptic does a dist-upgrade by
> default.

Well, I don't remember what I did, probably try in aptitude interface to
remove packages, and it's dependencies, but now I have only one package
that I can't remove: ldap-account-manager.

When I try to purge it in Synaptic, I get the following message:

E: ldap-account-manager: subprocess installed post-removal script
returned error exit status 1

Removing ldap-account-manager ...
[ ok ] Reloading web server: apache2.
invoke-rc.d: initscript apache2, action "reload" failed.
dpkg: error processing ldap-account-manager (--remove):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 ldap-account-manager
W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo (10:
No child processes)
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

So on my Desktop system, I can't run apache2, and can't remove
ldap-account-manager. 

What I want it the following: to get again a running apache2, php5, and
ldap-account-manager. 

The ldap-account-manager is now Half installed, and can't to do with it
anything.

Advices?

-- 
Regards from Pal


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87mwr6ylof@gmail.com



Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-02 Thread Joe
On Sun, 02 Jun 2013 20:36:18 +0200
Csanyi Pal  wrote:

> Hi,
> 
> on my Debian GNU/Linux unstable (sid) system I can't (re)install
> libapache2-mod-php5 debian package. 
> 
> It remain half configured after an upgrade process.
> 
> In Aptitude interface when I try to reinstall it, I get error message:
> E: Internal Error, No file name for libapache2-mod-php5:amd64
> 
> What can I do to solve this problem?
> 

Difficult to say. The current version is 5.5.0~rc2+dfsg-2 and my
previous version upgraded today OK, also sid on amd64. There are new
versions of both apache2 and php5.

What you have sounds like a confused aptitude rather than an apache2
issue. You might first try an update, then a reboot and update, and
if this hasn't cleared the problem, try one of the other tools, either
Synaptic or apt-get dist-upgrade. Synaptic does a dist-upgrade by
default.

If they don't work, dpkg is a little more drastic. The apt tools use
dpkg, which itself is not at all house-trained and will not sort out
dependencies, so use it carefully and atomically i.e. remove and
immediately reinstall. If dpkg doesn't work, things are serious, and
you may have to chase down and delete files manually. Once all the
broken bits are removed, it should be possible to reinstall.

Note that if you have websites configured, today's upgrade will almost
certainly break them. You'll need to use new apache2 permission
directives and to move the conf files from conf.d to conf-available,
then enable them with a2enconf. The json functions have also been
removed from php5, and must be installed separately, and as of a few
hours ago were not yet available. That kills phpmyadmin, presumably
among other things.

*Never* run a production website on sid. Testing users have this to
look forward to Real Soon Now, though presumably the various bits and
pieces will all be available by then.

-- 
Joe


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130602203651.37400...@jretrading.com



Can't (re)install libapache2-mod-php5 on SID

2013-06-02 Thread Csanyi Pal
Hi,

on my Debian GNU/Linux unstable (sid) system I can't (re)install
libapache2-mod-php5 debian package. 

It remain half configured after an upgrade process.

In Aptitude interface when I try to reinstall it, I get error message:
E: Internal Error, No file name for libapache2-mod-php5:amd64

What can I do to solve this problem?

-- 
Regards from Pal


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8761xwjr6l@gmail.com