glibc /lib errors

Ask questions about Arch Linux ARM. Please search before making a new topic.

Re: glibc /lib errors

Postby doogy » Mon Sep 17, 2012 8:30 pm

result of uname. not match with 2.6.39
$this->bbcode_second_pass_code('', '
[root@BORAE /]# uname -a
Linux BORAE 2.6.31.6_SMP_820 #5 SMP Thu Jun 7 00:37:33 CDT 2012 armv6l GNU/Linux
')

inside of /usr/lib/modules
$this->bbcode_second_pass_code('', '
[root@BORAE /]# ll /usr/lib/modules
total 76
drwxr-xr-x 5 root root 4096 Jan 2 1970 .
drwxr-xr-x 63 root root 36864 Sep 17 15:24 ..
drwxr-xr-x 3 root root 4096 Jun 13 21:57 2.6.31.6_SMP_820
drwxr-xr-x 4 root root 4096 Jan 2 1970 3.1.10-13-ARCH
drwxr-xr-x 2 root root 4096 Aug 20 11:58 extramodules-3.1-ARCH
-rw-r--r-- 1 root root 21490 May 29 2011 gmac_copro_firmware
[root@BORAE /]#
')
Pink Pogo, Raspberry pi
doogy
 
Posts: 10
Joined: Tue Mar 06, 2012 4:00 pm

Re: glibc /lib errors

Postby WarheadsSE » Mon Sep 17, 2012 8:34 pm

That looks like an oxnas to me.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: glibc /lib errors

Postby ruidc » Mon Sep 17, 2012 8:36 pm

I removed my /lib/modules and now glibc upgraded fine.

Thanks for the help.
ruidc
 
Posts: 31
Joined: Wed Mar 07, 2012 10:32 pm
Location: Switzerland

Re: glibc /lib errors

Postby doogy » Mon Sep 17, 2012 8:50 pm

I tried.
viewtopic.php?f=18&t=3768&start=10
it fixed on my raspberry pi. However my pogo didn't get fix.

$this->bbcode_second_pass_code('', '
/usr/lib/ld-2.16.so /bin/rm -r /lib
/usr/lib/ld-2.16.so /bin/ln -s /usr/lib /lib
/usr/lib/ld-2.16.so /usr/bin/pacman -S glibc
')

Anyone knows for pogo command?

I tried on /usr/lib. but I couldn't find ld-2.16.so
Pink Pogo, Raspberry pi
doogy
 
Posts: 10
Joined: Tue Mar 06, 2012 4:00 pm

Re: glibc /lib errors

Postby karog » Mon Sep 17, 2012 9:27 pm

@doogy, that should have been
$this->bbcode_second_pass_code('', '
pacman -R pcmciautils')
not pcmciatools.
karog
 
Posts: 305
Joined: Thu Jan 05, 2012 7:55 pm

Re: glibc /lib errors

Postby pepedog » Mon Sep 17, 2012 9:55 pm

doogy, which pogo device? If an oxnas based then there is work to do, best to post in a topic for that.
E02 should have been same as rpi
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: glibc /lib errors

Postby doogy » Wed Sep 19, 2012 7:45 pm

$this->bbcode_second_pass_quote('pepedog', 'd')oogy, which pogo device? If an oxnas based then there is work to do, best to post in a topic for that.
E02 should have been same as rpi


Pogo pink E02 model that I have.

I won't repair on pogo. so I reinstall. however after I pacman -Syu then it won't boot up.
Yellow/Green light flash. and SSH port won't open.

I'm trying to update all updates from pacman.
Pink Pogo, Raspberry pi
doogy
 
Posts: 10
Joined: Tue Mar 06, 2012 4:00 pm

Re: glibc /lib errors

Postby ormiller » Fri Oct 19, 2012 7:01 pm

I am unable to update my system. Pogoplug Series 4. glibc will not let pacman be upgraded.

[root@alarm ~]# uname -a
Linux alarm 3.1.10-11-ARCH #1 PREEMPT Mon May 21 05:59:32 UTC 2012 armv5tel GNU/Linux
[root@alarm ~]# pacman -Syu
:: Synchronizing package databases...
core 38.1 KiB 16.4K/s 00:02 [######################] 100%
extra 426.8 KiB 31.9K/s 00:13 [######################] 100%
community 423.3 KiB 57.5K/s 00:07 [######################] 100%
alarm 5.0 KiB 213K/s 00:00 [######################] 100%
aur 11.0 KiB 182K/s 00:00 [######################] 100%
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]

resolving dependencies...
looking for inter-conflicts...

Targets (3): glibc-2.16.0-4 linux-api-headers-3.5.5-1 pacman-4.0.3-3

Total Installed Size: 41.48 MiB
Net Upgrade Size: 0.81 MiB

Proceed with installation? [Y/n]
(3/3) checking package integrity [######################] 100%
(3/3) loading package files [######################] 100%
(3/3) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
glibc: /lib exists in filesystem
Errors occurred, no packages were upgraded.
[root@alarm ~]#
ormiller
 
Posts: 16
Joined: Fri Oct 12, 2012 2:48 pm

Re: glibc /lib errors

Postby WarheadsSE » Fri Oct 19, 2012 8:42 pm

Have you already tried removing pcmciautils?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: glibc /lib errors

Postby ormiller » Wed Dec 19, 2012 8:56 pm

I am unable to update my glibc . I have removed pcmciatools and still get the error message

[root@alarm ~]# uname -a
Linux alarm 3.1.10-13-ARCH #1 PREEMPT Mon Aug 20 15:46:18 UTC 2012 armv5tel GNU/Linux

[root@alarm ~]# pacman -Q glibc
glibc 2.16.0-1

[root@alarm ~]# pacman -R pcmciatools
error: target not found: pcmciatools

[root@alarm ~]# pacman -S glibc
resolving dependencies...
looking for inter-conflicts...

Targets (1): glibc-2.16.0-5

Total Installed Size: 33.22 MiB
Net Upgrade Size: -0.43 MiB

Proceed with installation? [Y/n]
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
glibc: /lib exists in filesystem
Errors occurred, no packages were upgraded.
ormiller
 
Posts: 16
Joined: Fri Oct 12, 2012 2:48 pm

PreviousNext

Return to User Questions

Who is online

Users browsing this forum: No registered users and 7 guests