You are not logged in.

#526 2013-06-13 12:23:19

hcjl
Member
From: berlin
Registered: 2007-06-29
Posts: 330

Re: filesystem Update Error /bin exists in filesystem

@xref
uninstall mdk3, do the update and reinstall mdk3 if needed.

Offline

#527 2013-06-13 13:36:06

stevebach
Member
Registered: 2013-06-13
Posts: 7

Re: filesystem Update Error /bin exists in filesystem

As advised I have run the commands:
$ pacman -Syu --ignore filesystem
$ pacman -Su

Now my system is broken and I am left with an emergency root shell after a reboot. the root partition cannot be mounted.

Is there a fix for this or do I need to reinstall?

Last edited by stevebach (2013-06-13 13:36:28)

Offline

#528 2013-06-13 13:37:04

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

Re: filesystem Update Error /bin exists in filesystem

Have you searched the forums?

Offline

#529 2013-06-13 13:56:17

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,565
Website

Re: filesystem Update Error /bin exists in filesystem

Where were those commands advised?  Not on the front page news item or the *huge* stickied thread in this subforum .... both of which you should read.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#530 2013-06-13 13:59:58

stevebach
Member
Registered: 2013-06-13
Posts: 7

Re: filesystem Update Error /bin exists in filesystem

the command are listed as a link from the 3rd post of "Index» Pacman & Package Upgrade Issues» filesystem Update Error /bin exists in filesystem".
I later found the command that also included to ignore bash.
yes I searched. but if I have to to search a few hours I rather reinstall.

Offline

#531 2013-06-13 14:18:45

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: filesystem Update Error /bin exists in filesystem

stevebach wrote:

the command are listed as a link from the 3rd post of "Index» Pacman & Package Upgrade Issues» filesystem Update Error /bin exists in filesystem".
I later found the command that also included to ignore bash.
yes I searched. but if I have to to search a few hours I rather reinstall.

You must have been searching before 7th June as the next line after that link says :

"Very late edit: Do not follow these instructions....Last edited by Scimmia (6th Jun 2013 5:34 pm)

I doubt a fresh search will take a couple of hours

Offline

#532 2013-06-13 14:23:23

Awebb
Member
Registered: 2010-05-06
Posts: 6,311

Re: filesystem Update Error /bin exists in filesystem

He obviously did search but followed old advice. Don't be too hard on him.

Well, run your installer, chroot into the system, make sure you have no AUR stuff in /bin or /sbin and repair it from there.

Offline

#533 2013-06-13 15:07:52

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,606

Re: filesystem Update Error /bin exists in filesystem

Boot from an install disk, chroot in, rebuild your initramfs.

Online

#534 2013-06-13 15:09:54

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: filesystem Update Error /bin exists in filesystem

Merged with the stickied thread that has grown so large with scores of merged threads that it should have been impossible to miss and could have prevented the problem had it been studied in the first place.  Oh well.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#535 2013-06-13 15:49:07

fland
Member
Registered: 2013-06-13
Posts: 6

Re: filesystem Update Error /bin exists in filesystem

Hi,
I'm pretty new to Arch and somehow i have managed to screw up my bash (I think). When i start the computer i reach the login in TTY1, i write my username and password, and after that the screen goes black a few seconds and i'm back to the login. I have tried to reinstall bash when running Arch on an USB, still can't login. I can't chroot into my old system either, it tries to reach /bin/zsh. Am i able to somehow fix this, any suggestions?

Last edited by fland (2013-06-13 15:50:05)

Offline

#536 2013-06-13 15:50:06

stevebach
Member
Registered: 2013-06-13
Posts: 7

Re: filesystem Update Error /bin exists in filesystem

I guess I need to reinstall as it seems it's the most time efficient solution regarding the worst case scenario. I don't have time to read 22 page thread and look at every file a AUR package placed some where.
This info should be summarized in a well written wiki-page instead of a messy thread.

I hope that those kind of updates don't happen on a regular basis. It's a waste of time.

The only real solution will be something similar to NIXOS, but this will take some time:
http://nixos.org/nixos/

Last edited by stevebach (2013-06-13 16:06:15)

Offline

#537 2013-06-13 15:52:46

SolarBoyMatt
Member
Registered: 2012-01-07
Posts: 263

Re: filesystem Update Error /bin exists in filesystem

You need to be a bit more specific. What exactly were you doing, that you think lead to this?

Offline

#538 2013-06-13 15:56:51

fland
Member
Registered: 2013-06-13
Posts: 6

Re: filesystem Update Error /bin exists in filesystem

I couldnt run pacman -Syu, got alot of errors (not important to my current problem), so came up with the smart idea of "updating" one packet at time, pacman -S bash.

Offline

#539 2013-06-13 16:10:37

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: filesystem Update Error /bin exists in filesystem

fland wrote:

I couldnt run pacman -Syu, got alot of errors (not important to my current problem), so came up with the smart idea of "updating" one packet at time, pacman -S bash.

Out of curiosity, did all of those errors look something like this? According to the news, Bash was pretty much the last thing I updated... hmm

How old is your Arch Installation?

Offline

#540 2013-06-13 16:11:22

SolarBoyMatt
Member
Registered: 2012-01-07
Posts: 263

Re: filesystem Update Error /bin exists in filesystem

Even if it's not related to this issue, it'll be important to figure out why it was failing. If a pacman -Syu fails never do something like that.

https://wiki.archlinux.org/index.php/Pa … nsupported

Try to get your pacman logs and post them here.

edit: drcouzelis is probably right though. If that's the case, there's TONS of threads about how to fix it already.

Last edited by SolarBoyMatt (2013-06-13 16:14:05)

Offline

#541 2013-06-13 16:24:33

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,606

Re: filesystem Update Error /bin exists in filesystem

reinstall? Regenerating your initramfs shouldn't take you more than 5 minutes total, why would you reinstall?

Online

#542 2013-06-13 16:34:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: filesystem Update Error /bin exists in filesystem

fland wrote:

I can't chroot into my old system either, it tries to reach /bin/zsh.

Is it https://bugs.archlinux.org/task/35724 ?

Last edited by karol (2013-06-13 17:04:35)

Offline

#543 2013-06-13 17:01:34

fland
Member
Registered: 2013-06-13
Posts: 6

Re: filesystem Update Error /bin exists in filesystem

drcouzelis wrote:

Out of curiosity, did all of those errors look something like this? According to the news, Bash was pretty much the last thing I updated... hmm

How old is your Arch Installation?

Yes it was those errors, I realised now it was a really bad idea to update that bash. I think i installed Arch in February this year.


SolarBoyMatt wrote:

Try to get your pacman logs and post them here.

Where can i find pacman logs? thougth it would be in /var/log/pacman.log but nothing there.

Offline

#544 2013-06-13 17:07:57

stevebach
Member
Registered: 2013-06-13
Posts: 7

Re: filesystem Update Error /bin exists in filesystem

thanks you Scimmia for the tip! I will try that first. Also have found some info from "electric_indigo" and some guy that posted an adaption of the steps.

If I reinstall I know that I have a running system within 1-2 hours and I know the steps I have to take.

Offline

#545 2013-06-13 17:27:02

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: filesystem Update Error /bin exists in filesystem

fland wrote:

Where can i find pacman logs? thougth it would be in /var/log/pacman.log but nothing there.

Are you looking on your Arch Linux installation or on the live CD? If you can't login to your installation, then I assume your using a live CD as a rescue disc...

Offline

#546 2013-06-13 17:35:00

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: filesystem Update Error /bin exists in filesystem

Merging with the Stickied filesystem upgrade thread (sigh)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#547 2013-06-13 18:03:17

fland
Member
Registered: 2013-06-13
Posts: 6

Re: filesystem Update Error /bin exists in filesystem

drcouzelis wrote:
fland wrote:

Where can i find pacman logs? thougth it would be in /var/log/pacman.log but nothing there.

Are you looking on your Arch Linux installation or on the live CD? If you can't login to your installation, then I assume your using a live CD as a rescue disc...

I'm running on the live CD, yes. But i can still mount my old filesystem and it isnt in the var-directory (full path at live CD: /mnt/var/log).

Offline

#548 2013-06-13 18:05:55

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,095
Website

Re: filesystem Update Error /bin exists in filesystem

ewaller wrote:

(sigh)

Don't worry! It has to end soon… right?

All the best,

-HG

Offline

#549 2013-06-13 18:32:32

zero-giulio
Member
Registered: 2010-01-23
Posts: 70

Re: filesystem Update Error /bin exists in filesystem

As expected, full system upgrade fails, even if I follow the instruction.

Basically, folowwing the instruction no packages need to be fix and so I continue with the three pacman commands (the one with --ignore, the other for bash and finally the -Su).
No error were reported until the last command (the -Su, with fail while upgrading filesystem).
Of course, I can no longer start the system (now I'm in office).

Any advice?

This is the full story:

┌─[giulio@arch-201212][/run/media/giulio/KINGSTON/new/archpackages]
└─╼ pacman -Qqo /usr/sbin | pacman -Qm -
┌─[giulio@arch-201212][/run/media/giulio/KINGSTON/new/archpackages]
└─╼ pacman -Qqo /usr/sbin | pacman -Qm
┌─[giulio@arch-201212][/run/media/giulio/KINGSTON/new/archpackages]
└─╼ find /bin /sbin /usr/sbin -exec pacman -Qo -- {} + >/dev/null
errore: Nessun pacchetto contiene /bin
errore: Nessun pacchetto contiene /bin/systemd
errore: Nessun pacchetto contiene /sbin
errore: Nessun pacchetto contiene /sbin/lvmsadc
errore: Nessun pacchetto contiene /sbin/vgs
errore: Nessun pacchetto contiene /sbin/vgcreate
errore: Nessun pacchetto contiene /sbin/vgremove
errore: Nessun pacchetto contiene /sbin/pvcreate
errore: Nessun pacchetto contiene /sbin/pvchange
errore: Nessun pacchetto contiene /sbin/vgsplit
errore: Nessun pacchetto contiene /sbin/dhclient-script
errore: Nessun pacchetto contiene /sbin/pvremove
errore: Nessun pacchetto contiene /sbin/umount.udisks
errore: Nessun pacchetto contiene /sbin/vgcfgbackup
errore: Nessun pacchetto contiene /sbin/vgimport
errore: Nessun pacchetto contiene /sbin/vgexport
errore: Nessun pacchetto contiene /sbin/lvm
errore: Nessun pacchetto contiene /sbin/lvresize
errore: Nessun pacchetto contiene /sbin/lvconvert
errore: Nessun pacchetto contiene /sbin/vgcfgrestore
errore: Nessun pacchetto contiene /sbin/lvmdiskscan
errore: Nessun pacchetto contiene /sbin/fsadm
errore: Nessun pacchetto contiene /sbin/vgmerge
errore: Nessun pacchetto contiene /sbin/lvmdump
errore: Nessun pacchetto contiene /sbin/pvck
errore: Nessun pacchetto contiene /sbin/dmsetup
errore: Nessun pacchetto contiene /sbin/pvresize
errore: Nessun pacchetto contiene /sbin/lvmsar
errore: Nessun pacchetto contiene /sbin/vgck
errore: Nessun pacchetto contiene /sbin/vgscan
errore: Nessun pacchetto contiene /sbin/vgdisplay
errore: Nessun pacchetto contiene /sbin/dmeventd
errore: Nessun pacchetto contiene /sbin/vgconvert
errore: Nessun pacchetto contiene /sbin/lvs
errore: Nessun pacchetto contiene /sbin/pvmove
errore: Nessun pacchetto contiene /sbin/pvs
errore: Nessun pacchetto contiene /sbin/vgreduce
errore: Nessun pacchetto contiene /sbin/lvcreate
errore: Nessun pacchetto contiene /sbin/vgchange
errore: Nessun pacchetto contiene /sbin/lvdisplay
errore: Nessun pacchetto contiene /sbin/pvscan
errore: Nessun pacchetto contiene /sbin/vgmknodes
errore: Nessun pacchetto contiene /sbin/lvchange
errore: Nessun pacchetto contiene /sbin/lvextend
errore: Nessun pacchetto contiene /sbin/lvscan
errore: Nessun pacchetto contiene /sbin/vgrename
errore: Nessun pacchetto contiene /sbin/pvdisplay
errore: Nessun pacchetto contiene /sbin/lvreduce
errore: Nessun pacchetto contiene /sbin/vgextend
errore: Nessun pacchetto contiene /sbin/lvmchange
errore: Nessun pacchetto contiene /sbin/lvmconf
errore: Nessun pacchetto contiene /sbin/lvrename
errore: Nessun pacchetto contiene /sbin/vgimportclone
errore: Nessun pacchetto contiene /sbin/blkdeactivate
errore: Nessun pacchetto contiene /sbin/lvremove
errore: Nessun pacchetto contiene /usr/sbin/parted
errore: Nessun pacchetto contiene /usr/sbin/partprobe
errore: Nessun pacchetto contiene /usr/sbin/pm-suspend
errore: Nessun pacchetto contiene /usr/sbin/xfce4-kiosk-query
errore: Nessun pacchetto contiene /usr/sbin/lxdm
errore: Nessun pacchetto contiene /usr/sbin/tunelp
errore: Nessun pacchetto contiene /usr/sbin/rtkitctl
errore: Nessun pacchetto contiene /usr/sbin/pm-suspend-hybrid
errore: Nessun pacchetto contiene /usr/sbin/NetworkManager
errore: Nessun pacchetto contiene /usr/sbin/dhclient
errore: Nessun pacchetto contiene /usr/sbin/lxdm-binary
errore: Nessun pacchetto contiene /usr/sbin/pm-hibernate
errore: Nessun pacchetto contiene /usr/sbin/pm-powersave
sudo pacman -Su --ignore filesystem,bash
:: Aggiornamento del sistema in corso...
attenzione: bash: l'aggiornamento del pacchetto è stato ignorato (4.2.045-1 => 4.2.045-4)
attenzione: filesystem: l'aggiornamento del pacchetto è stato ignorato (2013.03-2 => 2013.05-2)
risoluzione delle dipendenze in corso...
ricerca dei conflitti in corso...

Pacchetti (123): acl-2.2.52-1  alsa-utils-1.0.27.1-2  archlinux-keyring-20130525-2  attr-2.4.47-1
                 chromium-27.0.1453.110-1  coreutils-8.21-2  cracklib-2.8.22-3  cryptsetup-1.6.1-2
                 device-mapper-2.02.98-4  dhcpcd-5.6.8-3  dialog-1.2_20130523-2  e2fsprogs-1.42.7-2  flac-1.3.0-1
                 fuse-2.9.2-3  gawk-4.1.0-1  gcc-4.8.1-1  gcc-libs-4.8.1-1  gconf-3.2.6-2  gdk-pixbuf2-2.28.2-1
                 giflib-4.2.1-2  glibc-2.17-6  gmp-5.1.2-1  gnome-disk-utility-3.8.2-1  gnumeric-1.12.2-2
                 gnutls-3.2.1-1  graphite-1:1.2.2-1  grub-bios-2.00-2  grub-common-2.00-2  gtk-doc-1.19-1
                 harfbuzz-0.9.18-1  icu-51.2-1  iftop-0.17-11  inetutils-1.9.1-6  iproute2-3.9.0-2  iptables-1.4.19.1-1
                 jre7-openjdk-7.u40_2.4.0-1  jre7-openjdk-headless-7.u40_2.4.0-1  json-c-0.11-1  keyutils-1.5.5-5
                 kmod-13-2  libatasmart-0.19-2  libbluray-0.3.0-1  libcanberra-0.30-4  libdmx-1.1.3-1
                 libedit-20130601_3.1-1  libffi-3.0.13-3  libjpeg-turbo-1.3.0-2  libldap-2.4.35-4  libltdl-2.4.2-9
                 libogg-1.3.1-1  libpipeline-1.2.4-1  libproxy-0.4.11-2  libpulse-4.0-2  libsasl-2.1.26-4
                 libtiff-4.0.3-2  libtool-2.4.2-9  libx11-1.6.0-1  libxau-1.0.8-1  libxcb-1.9.1-1  libxcursor-1.1.14-1
                 libxext-1.3.2-1  libxfixes-5.0.1-1  libxinerama-1.1.3-1  libxkbcommon-0.3.1-1  libxml2-2.9.1-2
                 libxrandr-1.4.1-1  libxres-1.0.7-1  libxt-1.1.4-1  libxtst-1.2.2-1  libxv-1.0.8-1  libxxf86dga-1.1.4-1
                 libxxf86vm-1.1.3-1  lightdm-1:1.6.0-5  lightdm-gtk3-greeter-1:1.6.0-1  linux-3.9.5-1
                 linux-firmware-20130528-1  llvm-amdgpu-lib-snapshot-20130403-3  lsof-4.87-2  lvm2-2.02.98-4
                 meld-1.7.3-1  mesa-9.1.3-1  net-tools-1.60.20130531git-1  nettle-2.7.1-1  nvidia-319.23-1
                 nvidia-libgl-319.23-1  nvidia-utils-319.23-1  p11-kit-0.18.2-1  pacman-mirrorlist-20130601-1
                 pcre-8.33-1  perl-5.18.0-1  perl-xml-parser-2.41-4  popt-1.16-6  ppp-2.4.5-7  procps-ng-3.3.8-1
                 pulseaudio-4.0-2  python-3.3.2-1  python-distribute-0.6.45-1  reiserfsprogs-3.6.22-2  roxterm-2.7.2-1
                 rtmpdump-20121203-2  sed-4.2.2-3  shadow-4.1.5.1-6  source-highlight-3.1.7-5  systemd-204-3
                 systemd-sysvcompat-204-3  sysvinit-tools-2.88-11  tar-1.26-4  transmission-gtk-2.77-3  udisks2-2.1.0-3
                 usbmuxd-1.0.8-2  util-linux-2.23.1-2  v4l-utils-0.9.5-2  vlc-2.0.7-2  vte-common-0.34.6-1
                 vte3-0.34.6-1  wpa_actiond-1.4-2  wpa_supplicant-2.0-4  wvstreams-4.6.1-6  xfsprogs-3.1.11-1
                 xine-lib-1.2.3-1  xkeyboard-config-2.9-1  zsh-5.0.2-2  zvbi-0.2.33-6

Dimensione totale dei pacchetti da installare:   966,05 MiB
Dimensione netta dell'aggiornamento:             -70,71 MiB

:: Vuoi procedere con l'installazione? [S/n] s
(123/123) verifica delle chiavi presenti nel portachiavi                 [########################################] 100%
(123/123) verifica dell'integrità dei pacchetti                          [########################################] 100%
(123/123) caricamento dei file dei pacchetti                             [########################################] 100%
(123/123) controllo dei conflitti in corso                               [########################################] 100%
(123/123) controllo dello spazio disponibile sul disco                   [########################################] 100%
(  1/123) aggiornamento in corso di glibc                                [########################################] 100%
Generating locales...
  it_IT.UTF-8... done
Generation complete.
(  2/123) aggiornamento in corso di attr                                 [########################################] 100%
(  3/123) aggiornamento in corso di acl                                  [########################################] 100%
(  4/123) aggiornamento in corso di dialog                               [########################################] 100%
(  5/123) aggiornamento in corso di alsa-utils                           [########################################] 100%
(  6/123) aggiornamento in corso di archlinux-keyring                    [########################################] 100%
==> Aggiunta delle chiavi da archlinux.gpg in corso...
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   5  signed:  64  trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2  valid:  63  signed:   3  trust: 63-, 0q, 0n, 0m, 0f, 0u
gpg: il prossimo controllo del trustdb sarà fatto il 2014-01-22
==> Sto firmando localmente le chiavi verificate nel keyring...
  -> Sto firmando localmente la chiave 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
  -> Sto firmando localmente la chiave 684148BB25B49E986A4944C55184252D824B18E8...
  -> Sto firmando localmente la chiave 44D4A033AC140143927397D47EFD567D4C7EA887...
  -> Sto firmando localmente la chiave 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
  -> Sto firmando localmente la chiave AB19265E5D7D20687D303246BA1DFB64FFF979E7...
==> Sto importando i valori...
==> Disabilitazione delle chiavi revocate nel keyring in corso...
  -> Disabilitazione della chiave 1390420191 in corso...
  -> Disabilitazione della chiave E2539214C6C11350 in corso...
  -> Disabilitazione della chiave 8544EA82113502DE in corso...
==> Aggiornamento del database in corso...
gpg: il prossimo controllo del trustdb sarà fatto il 2014-01-22
(  7/123) aggiornamento in corso di kmod                                 [########################################] 100%
(  8/123) aggiornamento in corso di shadow                               [########################################] 100%
(  9/123) aggiornamento in corso di gcc-libs                             [########################################] 100%
( 10/123) aggiornamento in corso di gmp                                  [########################################] 100%
( 11/123) aggiornamento in corso di coreutils                            [########################################] 100%
( 12/123) aggiornamento in corso di util-linux                           [########################################] 100%
( 13/123) aggiornamento in corso di systemd                              [########################################] 100%
( 14/123) aggiornamento in corso di libogg                               [########################################] 100%
( 15/123) aggiornamento in corso di flac                                 [########################################] 100%
( 16/123) aggiornamento in corso di libxau                               [########################################] 100%
( 17/123) aggiornamento in corso di libxcb                               [########################################] 100%
( 18/123) aggiornamento in corso di libx11                               [########################################] 100%
( 19/123) aggiornamento in corso di libxext                              [########################################] 100%
( 20/123) aggiornamento in corso di libxfixes                            [########################################] 100%
( 21/123) aggiornamento in corso di libxtst                              [########################################] 100%
( 22/123) aggiornamento in corso di json-c                               [########################################] 100%
( 23/123) aggiornamento in corso di libpulse                             [########################################] 100%
( 24/123) aggiornamento in corso di chromium                             [########################################] 100%
( 25/123) aggiornamento in corso di cracklib                             [########################################] 100%
( 26/123) aggiornamento in corso di device-mapper                        [########################################] 100%
( 27/123) aggiornamento in corso di popt                                 [########################################] 100%
( 28/123) aggiornamento in corso di cryptsetup                           [########################################] 100%
( 29/123) aggiornamento in corso di dhcpcd                               [########################################] 100%
( 30/123) aggiornamento in corso di e2fsprogs                            [########################################] 100%
( 31/123) aggiornamento in corso di fuse                                 [########################################] 100%
( 32/123) aggiornamento in corso di gawk                                 [########################################] 100%
( 33/123) aggiornamento in corso di gcc                                  [########################################] 100%
( 34/123) aggiornamento in corso di libxml2                              [########################################] 100%
( 35/123) aggiornamento in corso di libsasl                              [########################################] 100%
( 36/123) aggiornamento in corso di libldap                              [########################################] 100%
( 37/123) aggiornamento in corso di gconf                                [########################################] 100%
( 38/123) aggiornamento in corso di libjpeg-turbo                        [########################################] 100%
( 39/123) aggiornamento in corso di libtiff                              [########################################] 100%
( 40/123) aggiornamento in corso di gdk-pixbuf2                          [########################################] 100%
( 41/123) aggiornamento in corso di giflib                               [########################################] 100%
( 42/123) aggiornamento in corso di libatasmart                          [########################################] 100%
( 43/123) aggiornamento in corso di udisks2                              [########################################] 100%
( 44/123) aggiornamento in corso di libltdl                              [########################################] 100%
( 45/123) aggiornamento in corso di libcanberra                          [########################################] 100%
( 46/123) aggiornamento in corso di gnome-disk-utility                   [########################################] 100%
( 47/123) aggiornamento in corso di gnumeric                             [########################################] 100%
( 48/123) aggiornamento in corso di nettle                               [########################################] 100%
( 49/123) aggiornamento in corso di p11-kit                              [########################################] 100%
( 50/123) aggiornamento in corso di gnutls                               [########################################] 100%
( 51/123) aggiornamento in corso di graphite                             [########################################] 100%
( 52/123) aggiornamento in corso di grub-common                          [########################################] 100%
attenzione: /boot/grub/grub.cfg è stato installato come /boot/grub/grub.cfg.pacnew
( 53/123) aggiornamento in corso di grub-bios                            [########################################] 100%
( 54/123) aggiornamento in corso di perl                                 [########################################] 100%
( 55/123) installazione in corso di source-highlight                     [########################################] 100%
( 56/123) aggiornamento in corso di gtk-doc                              [########################################] 100%
Nuove dipendenze opzionali di gtk-doc
    dblatex: PDF support
( 57/123) aggiornamento in corso di harfbuzz                             [########################################] 100%
( 58/123) aggiornamento in corso di icu                                  [########################################] 100%
( 59/123) aggiornamento in corso di iftop                                [########################################] 100%
( 60/123) aggiornamento in corso di inetutils                            [########################################] 100%
( 61/123) aggiornamento in corso di iptables                             [########################################] 100%
( 62/123) aggiornamento in corso di iproute2                             [########################################] 100%
( 63/123) aggiornamento in corso di jre7-openjdk-headless                [########################################] 100%
attenzione: /etc/java-7-openjdk/security/java.security è stato installato come /etc/java-7-openjdk/security/java.security.pacnew
( 64/123) aggiornamento in corso di jre7-openjdk                         [########################################] 100%
( 65/123) aggiornamento in corso di keyutils                             [########################################] 100%
( 66/123) aggiornamento in corso di libbluray                            [########################################] 100%
( 67/123) aggiornamento in corso di libdmx                               [########################################] 100%
( 68/123) aggiornamento in corso di libedit                              [########################################] 100%
( 69/123) aggiornamento in corso di libffi                               [########################################] 100%
( 70/123) aggiornamento in corso di libpipeline                          [########################################] 100%
( 71/123) aggiornamento in corso di libproxy                             [########################################] 100%
( 72/123) aggiornamento in corso di tar                                  [########################################] 100%
( 73/123) aggiornamento in corso di libtool                              [########################################] 100%
( 74/123) aggiornamento in corso di libxcursor                           [########################################] 100%
( 75/123) aggiornamento in corso di libxinerama                          [########################################] 100%
( 76/123) aggiornamento in corso di xkeyboard-config                     [########################################] 100%
( 77/123) aggiornamento in corso di libxkbcommon                         [########################################] 100%
( 78/123) aggiornamento in corso di libxrandr                            [########################################] 100%
( 79/123) aggiornamento in corso di libxres                              [########################################] 100%
( 80/123) aggiornamento in corso di libxt                                [########################################] 100%
( 81/123) aggiornamento in corso di libxv                                [########################################] 100%
( 82/123) aggiornamento in corso di libxxf86dga                          [########################################] 100%
( 83/123) aggiornamento in corso di libxxf86vm                           [########################################] 100%
( 84/123) aggiornamento in corso di lightdm                              [########################################] 100%
( 85/123) aggiornamento in corso di lightdm-gtk3-greeter                 [########################################] 100%
( 86/123) aggiornamento in corso di linux-firmware                       [########################################] 100%
( 87/123) aggiornamento in corso di linux                                [########################################] 100%
>>> Updating module dependencies. Please wait ...
>>> Generating initial ramdisk, using mkinitcpio.  Please wait...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.9.5-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.9.5-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: bfa
==> WARNING: Possibly missing firmware for module: aic94xx
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
( 88/123) aggiornamento in corso di lsof                                 [########################################] 100%
( 89/123) aggiornamento in corso di lvm2                                 [########################################] 100%
( 90/123) aggiornamento in corso di meld                                 [########################################] 100%
( 91/123) installazione in corso di llvm-amdgpu-lib-snapshot             [########################################] 100%
( 92/123) aggiornamento in corso di mesa                                 [########################################] 100%
( 93/123) aggiornamento in corso di net-tools                            [########################################] 100%
( 94/123) aggiornamento in corso di nvidia-utils                         [########################################] 100%
( 95/123) aggiornamento in corso di nvidia-libgl                         [########################################] 100%
( 96/123) aggiornamento in corso di nvidia                               [########################################] 100%
( 97/123) aggiornamento in corso di pacman-mirrorlist                    [########################################] 100%
attenzione: /etc/pacman.d/mirrorlist è stato installato come /etc/pacman.d/mirrorlist.pacnew
( 98/123) aggiornamento in corso di pcre                                 [########################################] 100%
( 99/123) aggiornamento in corso di perl-xml-parser                      [########################################] 100%
(100/123) aggiornamento in corso di ppp                                  [########################################] 100%
attenzione: /etc/ppp/ip-down.d/00-dns.sh è stato installato come /etc/ppp/ip-down.d/00-dns.sh.pacnew
attenzione: /etc/ppp/ip-up.d/00-dns.sh è stato installato come /etc/ppp/ip-up.d/00-dns.sh.pacnew
(101/123) aggiornamento in corso di procps-ng                            [########################################] 100%
(102/123) aggiornamento in corso di pulseaudio                           [########################################] 100%
>>> If you have per-user copies of configuration files (such as client.conf,
    daemon.conf or default.pa) in ~/.pulse/, make sure you keep them in sync
    with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
    may refuse to start due to configuration errors.
Nuove dipendenze opzionali di pulseaudio
    bluez-libs: bluetooth support
    bluez4: bluetooth support
(103/123) aggiornamento in corso di python                               [########################################] 100%
(104/123) aggiornamento in corso di python-distribute                    [########################################] 100%
(105/123) aggiornamento in corso di reiserfsprogs                        [########################################] 100%
(106/123) aggiornamento in corso di vte-common                           [########################################] 100%
(107/123) aggiornamento in corso di vte3                                 [########################################] 100%
(108/123) aggiornamento in corso di roxterm                              [########################################] 100%
(109/123) aggiornamento in corso di rtmpdump                             [########################################] 100%
(110/123) aggiornamento in corso di sed                                  [########################################] 100%
(111/123) aggiornamento in corso di sysvinit-tools                       [########################################] 100%
(112/123) aggiornamento in corso di systemd-sysvcompat                   [########################################] 100%
(113/123) aggiornamento in corso di transmission-gtk                     [########################################] 100%
(114/123) aggiornamento in corso di usbmuxd                              [########################################] 100%
(115/123) aggiornamento in corso di v4l-utils                            [########################################] 100%
(116/123) aggiornamento in corso di zvbi                                 [########################################] 100%
(117/123) aggiornamento in corso di vlc                                  [########################################] 100%
Nuove dipendenze opzionali di vlc
    ttf-freefont: for subtitle font [installato]
(118/123) aggiornamento in corso di wpa_supplicant                       [########################################] 100%
(119/123) aggiornamento in corso di wpa_actiond                          [########################################] 100%
(120/123) aggiornamento in corso di wvstreams                            [########################################] 100%
(121/123) aggiornamento in corso di xfsprogs                             [########################################] 100%
(122/123) aggiornamento in corso di xine-lib                             [########################################] 100%
(123/123) aggiornamento in corso di zsh                                  [########################################] 100%
sudo pacman -Su --ignore filesystem,bash  110,98s user 10,20s system 71% cpu 2:50,52 total
┌─[giulio@arch-201212][/run/media/giulio/KINGSTON/new/archpackages]
└─╼ sudo pacman -S bash
risoluzione delle dipendenze in corso...
ricerca dei conflitti in corso...

Pacchetti (1): bash-4.2.045-4

Dimensione totale dei pacchetti da installare:   3,49 MiB
Dimensione netta dell'aggiornamento:             -0,09 MiB

:: Vuoi procedere con l'installazione? [S/n] s
(1/1) verifica delle chiavi presenti nel portachiavi                     [########################################] 100%
(1/1) verifica dell'integrità dei pacchetti                              [########################################] 100%
(1/1) caricamento dei file dei pacchetti                                 [########################################] 100%
(1/1) controllo dei conflitti in corso                                   [########################################] 100%
(1/1) controllo dello spazio disponibile sul disco                       [########################################] 100%
(1/1) aggiornamento in corso di bash                                     [########################################] 100%
┌─[giulio@arch-201212][/run/media/giulio/KINGSTON/new/archpackages]
└─╼ sudo pacman -Su
:: Aggiornamento del sistema in corso...
risoluzione delle dipendenze in corso...
ricerca dei conflitti in corso...

Pacchetti (1): filesystem-2013.05-2

Dimensione totale dei pacchetti da installare:   0,01 MiB
Dimensione netta dell'aggiornamento:             -0,30 MiB

:: Vuoi procedere con l'installazione? [S/n] s
(1/1) verifica delle chiavi presenti nel portachiavi                     [########################################] 100%
(1/1) verifica dell'integrità dei pacchetti                              [########################################] 100%
(1/1) caricamento dei file dei pacchetti                                 [########################################] 100%
(1/1) controllo dei conflitti in corso                                   [########################################] 100%
errore: impossibile eseguire l'operazione richiesta (file in conflitto)
filesystem: /bin è già presente nel filesystem
filesystem: /sbin è già presente nel filesystem
filesystem: /usr/sbin è già presente nel filesystem
Si sono verificati degli errori, nessun pacchetto è stato aggiornato.

Moderator edit:  Added code tags

Last edited by ewaller (2013-06-13 19:33:49)

Offline

#550 2013-06-13 18:35:33

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,095
Website

Re: filesystem Update Error /bin exists in filesystem

Oh lawd. Please, please remember:

code tags are your friends

And, please post output in English when not on the "other languages" boards.

All the best,

-HG

Offline

Board footer

Powered by FluxBB