something error?

This forum is for topics specific to the Raspberry Pi and Arch Linux ARM

something error?

Postby imfatiao » Tue Jun 04, 2013 11:01 am

Is there something error?

$this->bbcode_second_pass_code('', '
[root@pi ~]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date 0.0 B 0.00B/s 00:00 [----------------------] 0%
aur is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Packages (34): apache-2.2.24-3 bash-4.2.045-4 bridge-utils-1.5-2
coreutils-8.21-2 cryptsetup-1.6.1-2 dash-0.5.7-4
device-mapper-2.02.98-4 dhcpcd-5.6.8-3 e2fsprogs-1.42.7-2
filesystem-2013.05-2 fuse-2.9.2-3 giflib-4.2.1-2
glibc-2.17-5.1 inetutils-1.9.1-6 iproute2-3.9.0-2
iptables-1.4.19.1-1 kmod-13-2 libsasl-2.1.26-4
libxext-1.3.2-1 libxxf86vm-1.1.3-1 lvm2-2.02.98-4
net-tools-1.60.20130531git-1 pacman-mirrorlist-20130603-1
ppp-2.4.5-6 sed-4.2.2-3 shadow-4.1.5.1-6 systemd-204-3
systemd-sysvcompat-204-3 sysvinit-tools-2.88-11 tar-1.26-4
util-linux-2.23.1-2 wpa_actiond-1.4-2 wpa_supplicant-2.0-4
xsp-2.10.2-5

Total Installed Size: 93.81 MiB
Net Upgrade Size: -7.59 MiB

:: Proceed with installation? [Y/n]
(34/34) checking keys in keyring [######################] 100%
(34/34) checking package integrity [######################] 100%
(34/34) loading package files [######################] 100%
(34/34) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.
[root@pi ~]#

')
imfatiao
 
Posts: 9
Joined: Tue Jun 04, 2013 10:57 am

Re: something error?

Postby imfatiao » Tue Jun 04, 2013 11:13 am

the error message is come from filesystem-2013.05-2 which is updated today.
imfatiao
 
Posts: 9
Joined: Tue Jun 04, 2013 10:57 am

Re: something error?

Postby pepedog » Tue Jun 04, 2013 11:27 am

https://www.archlinux.org/
Basically, for me, I had to-
$this->bbcode_second_pass_code('', 'pacman -R localepurge
pacman -Syu --ignore filesystem,bash
pacman -S bash
pacman -Su')
There is another problem, do this before reboot
$this->bbcode_second_pass_code('', 'pacman -U http://us.mirror.archlinuxarm.org/armv7h/core/netctl-1.1-1-any.pkg.tar.xz')
It's an "any" package
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: something error?

Postby imfatiao » Tue Jun 04, 2013 12:04 pm

there is error message with last step "pacman -Su"

$this->bbcode_second_pass_code('', '
[root@cubie lib]# pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Packages (1): filesystem-2013.05-2

Total Installed Size: 0.24 MiB
Net Upgrade Size: -0.07 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [######################] 100%
(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)
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.
[root@cubie lib]#

')
imfatiao
 
Posts: 9
Joined: Tue Jun 04, 2013 10:57 am

Re: something error?

Postby pepedog » Tue Jun 04, 2013 12:35 pm

Are there any files in /usr/sbin ?
if not then delete folder
If there is the pacman -Qo /usr/sbin/thefile and get packagename. then pacman -R packagename
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: something error?

Postby imfatiao » Tue Jun 04, 2013 12:40 pm

en.....
i move them to /usr/bin......

will alarm build a new rootfs tar ?
imfatiao
 
Posts: 9
Joined: Tue Jun 04, 2013 10:57 am

Re: something error?

Postby imfatiao » Tue Jun 04, 2013 12:43 pm

new error is
$this->bbcode_second_pass_code('', '
[root@cubie ~]# pacman -U http://us.mirror.archlinuxarm.org/armv7h/core/netctl-1.1-1-any.pkg.tar.xz
loading packages...
resolving dependencies...
looking for inter-conflicts...

Packages (2): openresolv-3.5.4-3 netctl-1.1-1

Total Installed Size: 0.25 MiB

:: Proceed with installation? [Y/n]
(2/2) checking keys in keyring [######################] 100%
(1/2) checking package integrity [######################] 100%
(1/2) loading package files [######################] 100%
(2/2) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
netctl: /usr/bin/wifi-menu exists in filesystem
netctl: /usr/lib/network/connections/bond exists in filesystem
netctl: /usr/lib/network/connections/bridge exists in filesystem
netctl: /usr/lib/network/connections/ethernet exists in filesystem
netctl: /usr/lib/network/connections/pppoe exists in filesystem
netctl: /usr/lib/network/connections/tunnel exists in filesystem
netctl: /usr/lib/network/connections/tuntap exists in filesystem
netctl: /usr/lib/network/connections/vlan exists in filesystem
netctl: /usr/lib/network/connections/wireless exists in filesystem
netctl: /usr/lib/network/globals exists in filesystem
netctl: /usr/lib/network/network exists in filesystem
netctl: /usr/lib/network/rfkill exists in filesystem
Errors occurred, no packages were upgraded.
[root@cubie ~]#

')
imfatiao
 
Posts: 9
Joined: Tue Jun 04, 2013 10:57 am

Re: something error?

Postby pepedog » Tue Jun 04, 2013 12:51 pm

pacman -Su --ignore netctl
When netctl fixed you will have to likely force, ie
pacman -S netctl --force
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: something error?

Postby imfatiao » Tue Jun 04, 2013 3:15 pm

i found the error pkg, it's tcp_wrappers.
i install tcp_wrappers pkg after remove it, but it show "target not found".

if the pkg is not still usable?
imfatiao
 
Posts: 9
Joined: Tue Jun 04, 2013 10:57 am

Re: something error?

Postby pepedog » Tue Jun 04, 2013 3:41 pm

tcp_wrappers is obsolete
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Next

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 2 guests