FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Ubuntu > Ubuntu User

 
 
LinkBack Thread Tools
 
Old 11-24-2010, 02:59 PM
Tom H
 
Default remove packages

On Wed, Nov 24, 2010 at 8:58 AM, Richard Gliebe <richard.gliebe@fhv.at> wrote:
> On 11/24/10 2:29 PM Tom H wrote:
>>
>> You should be able to upgrade to the latest version of libc6 with
>> "apt-get install libc6"/"aptitude install libc6"/"apt-get install
>> --reinstall libc6"/"aptitude reinstall libc6".
>
> no change.
> ....
> # apt-get update && apt-get install --reinstall libc6
> .....
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Suggested packages:
> * glibc-doc libc6-i686
> The following packages will be upgraded:
> * libc6
> 1 upgraded, 0 newly installed, 0 to remove and 56 not upgraded.
> 1 not fully installed or removed.
> Need to get 0B/4566kB of archives.
> After this operation, 270kB of additional disk space will be used.
> Preconfiguring packages ...
> (Reading database ... 25833 files and directories currently installed.)
> Preparing to replace libc6 2.7-18 (using
> .../libc6_2.7-18lenny6_i386.deb) ...
>
> A non-dpkg owned copy of the libc6-i686 package was found.
> It is not safe to upgrade the C library in this situation;
> please remove that copy of the C library and try again.
> dpkg: error processing
> /var/cache/apt/archives/libc6_2.7-18lenny6_i386.deb (--unpack):
> *subprocess pre-installation script returned error exit status 1
> Errors were encountered while processing:
> */var/cache/apt/archives/libc6_2.7-18lenny6_i386.deb

Looking at "/var/lib/dpkg/info/libc6.preinst" points to a problem with
the existence of a "libc.so.6" in "/lib/tls/i686/cmov" or
"/lib/i686/cmov". Possibly renaming "libc.so.6" in these directories
and running "apt-get install --reinstall libc6" should install the
latest libc6 successfully - unless apt-get needs one of those
"libc.so.6" files.


>>>> Are you running Hardy?
>>> # cat /etc/issue
>>> Debian GNU/Linux 5.0
>>>
>>> # cat /etc/motd
>>> Linux sessions2 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686
>>
>> OK. Didn't think that you'd be able to run Hardy with a Lenny libc.
>
> What do you exactly meen?
>
> here is my sources.list
>
> deb http://ftp.at.debian.org/debian/ lenny main
> deb-src http://ftp.at.debian.org/debian/ lenny main
>
> deb http://security.debian.org/ lenny/updates main
> deb-src http://security.debian.org/ lenny/updates main
>
> deb http://volatile.debian.org/debian-volatile lenny/volatile main
> deb-src http://volatile.debian.org/debian-volatile lenny/volatile main

This is a Ubuntu list so given that libc6 was v 2.7.x, I/we had to
assume that you're running Hardy (Ubuntu 8.04) and that you're running
a foreign libc6.

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 11-24-2010, 03:13 PM
NoOp
 
Default remove packages

On 11/24/2010 03:48 AM, Richard Gliebe wrote:
...
> we are running:
> # cat /etc/issue
> Debian GNU/Linux 5.0
l

You realise that this is an Ubuntu list... right?
Perhaps you'd be better served asking on the Debian list:
http://lists.debian.org/debian-user/


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 11-25-2010, 03:15 AM
Richard Gliebe
 
Default remove packages

On 11/24/10 4:59 PM Tom H wrote:
>
> Looking at "/var/lib/dpkg/info/libc6.preinst" points to a problem with
> the existence of a "libc.so.6" in "/lib/tls/i686/cmov" or
> "/lib/i686/cmov". Possibly renaming "libc.so.6" in these directories
> and running "apt-get install --reinstall libc6" should install the
> latest libc6 successfully - unless apt-get needs one of those
> "libc.so.6" files.

Thats it,
many many thanks.

# apt-get update && apt-get dist-upgrade
Hit http://security.debian.org lenny/updates/main Packages
Hit http://security.debian.org lenny/updates/main Sources
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

you are my hero ;-)

many thanks for your help.
Richard

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 11-25-2010, 10:17 AM
Tom H
 
Default remove packages

On Wed, Nov 24, 2010 at 11:15 PM, Richard Gliebe <richard.gliebe@fhv.at> wrote:
> On 11/24/10 4:59 PM Tom H wrote:
>>
>> Looking at "/var/lib/dpkg/info/libc6.preinst" points to a problem with
>> the existence of a "libc.so.6" in "/lib/tls/i686/cmov" or
>> "/lib/i686/cmov". Possibly renaming "libc.so.6" in these directories
>> and running "apt-get install --reinstall libc6" should install the
>> latest libc6 successfully - unless apt-get needs one of those
>> "libc.so.6" files.
>
> Thats it,
> many many thanks.
>
> # apt-get update && apt-get dist-upgrade
> Hit http://security.debian.org lenny/updates/main Packages
> Hit http://security.debian.org lenny/updates/main Sources
> Reading package lists... Done
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Calculating upgrade... Done
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
> many thanks for your help.

You're welcome. Glad it's finally resolved...

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 11-27-2010, 02:12 AM
NoOp
 
Default remove packages

On 11/24/2010 08:15 PM, Richard Gliebe wrote:
> On 11/24/10 4:59 PM Tom H wrote:
>>
>> Looking at "/var/lib/dpkg/info/libc6.preinst" points to a problem with
>> the existence of a "libc.so.6" in "/lib/tls/i686/cmov" or
>> "/lib/i686/cmov". Possibly renaming "libc.so.6" in these directories
>> and running "apt-get install --reinstall libc6" should install the
>> latest libc6 successfully - unless apt-get needs one of those
>> "libc.so.6" files.
>
> Thats it,
> many many thanks.
>
> # apt-get update && apt-get dist-upgrade
> Hit http://security.debian.org lenny/updates/main Packages
> Hit http://security.debian.org lenny/updates/main Sources
> Reading package lists... Done
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Calculating upgrade... Done
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
> you are my hero ;-)

The question still remains: why are you asking debian questions on an
Ubuntu user list? Why are you not asking on the debian user list?



--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 11-29-2010, 01:04 PM
Richard Gliebe
 
Default remove packages

On 11/27/10 4:12 AM NoOp wrote:
>
> The question still remains: why are you asking debian questions on an
> Ubuntu user list? Why are you not asking on the debian user list?

Hi,

my first apology: I was under pressure
my 2nd apology: I already have a user account for this list
my 3rd apology: I thought ubuntu and debian have the same package
management.

thanks
Richard




--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 05-21-2012, 02:32 AM
Kevin Vesga
 
Default remove packages

Delete lxappearance-gtk2 [1]. Lxappearance in community is gtk2 so this is
unnecessary.
Delete lxappearance-gtk23 [2]. Lxappearance in community applies gtk3 theme
settings correctly.

[1] https://aur.archlinux.org/packages.php?ID=51146
[2] https://aur.archlinux.org/packages.php?ID=54465
 
Old 05-21-2012, 06:40 PM
Ike Devolder
 
Default remove packages

Op zondag 20 mei 2012 19:32:24 schreef Kevin Vesga:
> Delete lxappearance-gtk2 [1]. Lxappearance in community is gtk2 so this is
> unnecessary.
> Delete lxappearance-gtk23 [2]. Lxappearance in community applies gtk3 theme
> settings correctly.
>
> [1] https://aur.archlinux.org/packages.php?ID=51146
> [2] https://aur.archlinux.org/packages.php?ID=54465

removed thx

--Ike
 

Thread Tools




All times are GMT. The time now is 06:37 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org