[SOLVED] Upgrade - filesystem and glibc again

I did not update for almost 3 month now, and tried to follow the advice on the archlinux homepage, but it doesn't work.     
First trial:
pacman -Syu --ignore filesystem && pacman -S filesystem --force
error:
glibc: /lib exist in filesystem
ghc: /usr/bin/haddock exist in filesystem
Second trial:
pacman -Syu --ignore glibc
[Never use --force during this update].
error:
:: libcanberra-pulse: needs libcanberra=0.28-4
:: pyqt: needs python-sip
There are hundreds of posts to similar problems, but I really don't know where I fit in with my problem. Did I mess up my system using force in the first trial? I had /var/lock and /var/run as symlinks already before trying the update.
How can I update now? Will my system be gone when I try to reboot?
Thanks for any tips
Last edited by 4on6 (2012-07-17 02:00:02)

Inxsible wrote:Try this ::  http://allanmcrae.com/
I followed the recipe till this point:
pacman -Sy
rm -rf /var/run /var/lock && pacman -Sf filesystem
pacman -S tzdata
pacman -U http://pkgbuild.com/~allan/glibc-2.16.0-1-x86_64.pkg.tar.xz
rm /etc/profile.d/locale.sh
pacman -Su --ignore glibc
and everything went fine, luckily,
then I had this error:
ghc: /usr/bin/haddock existist in filesystem
shall I simply delete this (symlink)?
EDIT:
well, I deleted it, and went for the next (last) step of the recipe
pacman -Su
but got:
glibc: /lib exist in filesystem
EDIT 2:
After deleting /lib/modules/ following the wiki recipe cited on this page it finally worked.
Quite complicated, the whole thing, but thanks to everybody for the help.
Last edited by 4on6 (2012-07-17 01:59:34)

Similar Messages

  • [SOLVED]-Upgraded motherboard and CPU-UUID error?

    I upgraded (replaced) my motherboard and CPU-from a dual core to a 3 core AMD.  Still on AM2 socket with DDR2 memory.
    Arch-Fallback boots fine.  But my normal Arch will not get to drive checks and boot.  The errors allude to Arch wanting to change drive UUIDs but failing.  It ends with a command ramfs$ prompt-but keyboard input does not work at it...even though keyboard in BIOS works fine
    Any theories how to get the regular Arch to boot?  This bug is the only real problem with the process-I haven't done anything else to prepare or finish the upgrade.  And as I said Arch-Fallback boots and works beautifully.
    Errors say:
    Loading filesystem module
    Attempting to create device '/dev/disk/by-uuid/blah blah blah'
    ERROR; Failed to parse block device name for '/dev/disk/by-uuid/blah blah blah'
    ERROR: root fs cannot be detected
    happens 3 times for each of patitions mounted on system at boot.  The root UUID I know exists, as it is in GRUB to load Arch to begin with.
    Last edited by Skripka (2009-03-27 12:39:45)

    Odysseus wrote:Try rebuilding your initcpio,  An easy way to do it is to re-install the kernel via pacman,
    Excellent-thank you!

  • Upgrade quality and Hal - again

    Upgrading Arch is a hit or miss operation. Usually the kernel is not panicking, usually the settings in Firefox and other apps are carried over, quite frequently even Hal is working after an upgrade. Too often, though, this is not true.
    On my system, Hal has intermittently been working fine, partly or not at all after upgrades over the last year. Today it stopped working again, so I searched this site and found this suggestion for the .xinitrc file:
    exec dbus-launch --exit-with-session ck-launch-session startkde
    This helped me to at least get access to a dvd, but not to unmount/eject it. Dolphin displays a msg about the device being busy, and here are some tidbits from the command line:
    [pelagos@blabla ~]$ umount /media/Trav_20091128
    umount: /media/Trav_20091128 is not mounted (according to mtab)
    [pelagos@blabla ~]$ ls /media
    Trav_20091128 cd dvd fl
    [pelagos@blabla ~]$ eject
    /sbin/umount.hal: Unmounting /media/Trav_20091128 failed: org.freedesktop.Hal.Device.Volume.Busy: umount: /media/Trav_20091128 : device is busy.
    eject: unmount of `/media/Trav_20091128 ' failed
    [pelagos@blabla ~]$
    Something in the system is obviously aware of the mounted dvd and, funnily, after several unsuccessful tries, the dvd is magically released and ejected. As if a time-lock had been set...
    The latest upgrade also changed all the fonts on my system, including Firefox, and Firefox has even lost my passwords. Not exactly what you want if you happen to have work to do...

    Inxsible wrote:Try this ::  http://allanmcrae.com/
    I followed the recipe till this point:
    pacman -Sy
    rm -rf /var/run /var/lock && pacman -Sf filesystem
    pacman -S tzdata
    pacman -U http://pkgbuild.com/~allan/glibc-2.16.0-1-x86_64.pkg.tar.xz
    rm /etc/profile.d/locale.sh
    pacman -Su --ignore glibc
    and everything went fine, luckily,
    then I had this error:
    ghc: /usr/bin/haddock existist in filesystem
    shall I simply delete this (symlink)?
    EDIT:
    well, I deleted it, and went for the next (last) step of the recipe
    pacman -Su
    but got:
    glibc: /lib exist in filesystem
    EDIT 2:
    After deleting /lib/modules/ following the wiki recipe cited on this page it finally worked.
    Quite complicated, the whole thing, but thanks to everybody for the help.
    Last edited by 4on6 (2012-07-17 01:59:34)

  • [SOLVED] broken system and glibc update

    So i tried to update today like any other day and got this error :
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    After reading the news i proceed to do : "sudo pacman -Syu --ignore glibc", which worked perfectly but "sudo pacman -Su" kept sending me the previous error.
    The command "find /lib -exec pacman -Qo -- {} +" found that no package except glibc owned files in /lib.
    Then i red "you can safely remove that directory". So i did "sudo srm -r /lib". Screen went black. I realised my error, panicked and shutdown manually.
    When i boot i've got now this :
    error loading shared libraries libdl.so.2
    (none) login :
    (and a /bin/bash error i forgot to wrote down)
    I'm on an ubuntu partition right now. The symlink /lib/libdl.so.2 is broken. And i'm desperate, any help will be much appreciated. Thanks in advance
    (Sorry for my bad english)
    Last edited by popso (2012-07-15 13:41:06)

    The command ls -l in /lib give me that :
    total 3128
    -rwxr-xr-x 1 root root 150998 2012-07-02 17:27 ld-2.16.so
    lrwxrwxrwx 1 root root 10 2012-07-02 17:27 ld-linux.so.2 -> ld-2.16.so
    lrwxrwxrwx 1 root root 14 2012-07-02 17:27 libanl.so.1 -> libanl-2.16.so
    -rwxr-xr-x 1 root root 5544 2012-07-02 17:27 libBrokenLocale-2.16.so
    -rwxr-xr-x 1 root root 1967415 2012-07-02 17:27 libc-2.16.so
    -rwxr-xr-x 1 root root 185924 2012-07-02 17:27 libcidn-2.16.so
    lrwxrwxrwx 1 root root 15 2012-07-02 17:27 libcidn.so.1 -> libcidn-2.16.so
    -rwxr-xr-x 1 root root 34324 2012-07-02 17:27 libcrypt-2.16.so
    lrwxrwxrwx 1 root root 12 2012-07-02 17:27 libc.so.6 -> libc-2.16.so
    lrwxrwxrwx 1 root root 13 2012-07-02 17:27 libdl.so.2 -> libdl-2.16.so
    -rwxr-xr-x 1 root root 255492 2012-07-02 17:27 libm-2.16.so
    -rwxr-xr-x 1 root root 17948 2012-07-02 17:27 libmemusage.so
    lrwxrwxrwx 1 root root 12 2012-07-02 17:27 libm.so.6 -> libm-2.16.so
    -rwxr-xr-x 1 root root 87920 2012-07-02 17:27 libnsl-2.16.so
    -rwxr-xr-x 1 root root 30544 2012-07-02 17:27 libnss_compat-2.16.so
    lrwxrwxrwx 1 root root 21 2012-07-02 17:27 libnss_compat.so.2 -> libnss_compat-2.16.so
    -rwxr-xr-x 1 root root 26180 2012-07-02 17:27 libnss_db-2.16.so
    lrwxrwxrwx 1 root root 17 2012-07-02 17:27 libnss_db.so.2 -> libnss_db-2.16.so
    -rwxr-xr-x 1 root root 17996 2012-07-02 17:27 libnss_hesiod-2.16.so
    -rwxr-xr-x 1 root root 42652 2012-07-02 17:27 libnss_nis-2.16.so
    -rwxr-xr-x 1 root root 50804 2012-07-02 17:27 libnss_nisplus-2.16.so
    -rwxr-xr-x 1 root root 5548 2012-07-02 17:27 libpcprofile.so
    -rwxr-xr-x 1 root root 130395 2012-07-15 14:59 libpthread-2.16.so
    lrwxrwxrwx 1 root root 18 2012-07-02 17:27 libpthread.so.0 -> libpthread-2.16.so
    -rwxr-xr-x 1 root root 83772 2012-07-02 17:27 libresolv-2.16.so
    lrwxrwxrwx 1 root root 17 2012-07-02 17:27 libresolv.so.2 -> libresolv-2.16.so
    -rwxr-xr-x 1 root root 30684 2012-07-02 17:27 librt-2.16.so
    lrwxrwxrwx 1 root root 13 2012-07-02 17:27 librt.so.1 -> librt-2.16.so
    -rwxr-xr-x 1 root root 36005 2012-07-02 17:27 libthread_db-1.0.so
    lrwxrwxrwx 1 root root 19 2012-07-02 17:27 libthread_db.so.1 -> libthread_db-1.0.so
    drwxr-xr-x 3 root root 4096 2012-07-15 14:54 modules
    Maybe it will help
    edit : The lines lrwxrwxrwx 1 root root      14 2012-07-02 17:27 libanl.so.1 -> libanl-2.16.so and lrwxrwxrwx 1 root root      13 2012-07-02 17:27 libdl.so.2 -> libdl-2.16.so are in red.
    Last edited by popso (2012-07-15 13:05:21)

  • [Solved] latest filesystem upgrade failed

    During last system upgrade ( pacman -Syu ),when upgrading filesystem-2011.08-1,
    the system hang for a while,  then pacman exit with some segfault error
    I tried to fix it by typing ` pacman -Syu ` again, then got another error when upgrading linux-3.0.2-1
    ERROR: file not found: `/etc/modprobe.d/usb-load-ehci-first.conf'
    and filesystem is not in the upgrade package list, so I tried
    sudo pacman -S filesystem
    but I got some file confilct error
    warning: filesystem-2011.08-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/desc: No such file or directory
    Targets (1): filesystem-2011.08-1
    Total Download Size: 0.00 MB
    Total Installed Size: 0.06 MB
    checking package integrity...
    checking for file conflicts...
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/files: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/files: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/files: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/files: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/files: No such file or directory
    error: could not open file /var/lib/pacman/local/filesystem-2011.08-1/files: No such file or directory
    filesystem: /etc/crypttab exists in filesystem
    filesystem: /etc/fstab exists in filesystem
    filesystem: /etc/group exists in filesystem
    filesystem: /etc/gshadow exists in filesystem
    filesystem: /etc/host.conf exists in filesystem
    filesystem: /etc/hosts exists in filesystem
    filesystem: /etc/issue exists in filesystem
    filesystem: /etc/ld.so.conf exists in filesystem
    filesystem: /etc/motd exists in filesystem
    filesystem: /etc/nsswitch.conf exists in filesystem
    filesystem: /etc/passwd exists in filesystem
    filesystem: /etc/profile exists in filesystem
    filesystem: /etc/resolv.conf exists in filesystem
    filesystem: /etc/securetty exists in filesystem
    filesystem: /etc/shadow exists in filesystem
    filesystem: /etc/shells exists in filesystem
    Errors occurred, no packages were upgraded.
    after search the forum, I found a post last year
    https://bbs.archlinux.org/viewtopic.php?pid=833711
    I only have the file " install " in /var/lib/pacman/local/filesystem-2011.08-1/
    ls -l /var/lib/pacman/local/filesystem-2011.08-1/
    total 4.0K
    -rw-r--r-- 1 root root 1.6K Aug 10 07:41 install
    I checked another machine which also installed Arch Linux,
    it's package number is filesystem-2011.04-1
    ls -l /var/lib/pacman/local/filesystem-2011.04-1/
    total 12
    -rw-r--r-- 1 root root 287 Jul 23 12:49 desc
    -rw-r--r-- 1 root root 1804 Jul 23 12:23 files
    -rw-r--r-- 1 root root 1623 Apr 8 18:08 install
    Should I just copy the " desc " and " files " to my computer, then run `pacman -Syu` again
    or
    Upgrade that machine's filesystem to 2011.08-1, then copy the files to my computer to fix it ?
    ( I am afraid of upgrade error again)
    Thank you
    Last edited by lefthaha (2011-08-20 16:38:24)

    I just upgraded filesystem to 2011.08-1 on my VM
    then copyed the " desc, files " under /var/lib/pacman/local/filesystem-2011.08-1/
    to my computer, and reinstall filesystem and kernel
    $ sudo pacman -S filesystem --dbonly
    $ sudo pacman -S filesystem
    Running 'pacman -S filesystem'
    warning: /etc/fstab installed as /etc/fstab.pacnew
    warning: /etc/group installed as /etc/group.pacnew
    warning: /etc/hosts installed as /etc/hosts.pacnew
    warning: /etc/passwd installed as /etc/passwd.pacnew
    warning: /etc/resolv.conf installed as /etc/resolv.conf.pacnew
    warning: /etc/shells installed as /etc/shells.pacnew
    warning: /etc/gshadow installed as /etc/gshadow.pacnew
    warning: /etc/shadow installed as /etc/shadow.pacnew
    upgraded filesystem (2011.08-1 -> 2011.08-1)
    $ sudo pacman -S linux
    after edited /etc/fstab,  reboot the computer
    During booting I got some filesystem error warning
    system automaticlly checked and fixed those errors on root partition and reboot again
    Then I can boot into X now
    in  /var/log/error.log  I found something similar to previous booting error
    Aug 19 20:39:42 MyHost kernel: [473315.923933] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Aug 19 20:39:42 MyHost kernel: [473315.923939] ata1.00: BMDMA stat 0x65
    Aug 19 20:39:42 MyHost kernel: [473315.923944] ata1.00: failed command: READ DMA EXT
    Aug 19 20:39:42 MyHost kernel: [473315.923954] ata1.00: cmd 25/00:00:6f:20:bd/00:04:00:00:00/e0 tag 0 dma 524288 in
    Aug 19 20:39:42 MyHost kernel: [473315.923955] res 51/40:00:d2:23:bd/40:00:00:00:00/e0 Emask 0x9 (media error)
    Aug 19 20:39:42 MyHost kernel: [473315.923960] ata1.00: status: { DRDY ERR }
    Aug 19 20:39:42 MyHost kernel: [473315.923963] ata1.00: error: { UNC }
    Aug 19 20:40:13 MyHost kernel: [473321.025032] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Aug 19 20:40:13 MyHost kernel: [473321.025038] ata1.00: BMDMA stat 0x65
    Aug 19 20:40:13 MyHost kernel: [473321.025044] ata1.00: failed command: READ DMA EXT
    Aug 19 20:40:13 MyHost kernel: [473321.025053] ata1.00: cmd 25/00:00:6f:20:bd/00:04:00:00:00/e0 tag 0 dma 524288 in
    Aug 19 20:40:13 MyHost kernel: [473321.025055] res 51/40:00:d2:23:bd/40:00:00:00:00/e0 Emask 0x9 (media error)
    Aug 19 20:40:13 MyHost kernel: [473321.025059] ata1.00: status: { DRDY ERR }
    Aug 19 20:40:13 MyHost kernel: [473321.025062] ata1.00: error: { UNC }
    Aug 19 20:40:13 MyHost kernel: [473328.558325] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Aug 19 20:40:13 MyHost kernel: [473328.558331] ata1.00: BMDMA stat 0x65
    Aug 19 20:40:13 MyHost kernel: [473328.558337] ata1.00: failed command: READ DMA EXT
    Aug 19 20:40:13 MyHost kernel: [473328.558346] ata1.00: cmd 25/00:00:6f:20:bd/00:04:00:00:00/e0 tag 0 dma 524288 in
    Aug 19 20:40:13 MyHost kernel: [473328.558348] res 51/40:00:d2:23:bd/40:00:00:00:00/e0 Emask 0x9 (media error)
    Aug 19 20:40:13 MyHost kernel: [473328.558352] ata1.00: status: { DRDY ERR }
    Aug 19 20:40:13 MyHost kernel: [473328.558355] ata1.00: error: { UNC }
    Aug 19 20:40:13 MyHost kernel: [473333.355772] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Aug 19 20:40:13 MyHost kernel: [473333.355779] ata1.00: BMDMA stat 0x65
    Aug 19 20:40:13 MyHost kernel: [473333.355784] ata1.00: failed command: READ DMA EXT
    Aug 19 20:40:13 MyHost kernel: [473333.355794] ata1.00: cmd 25/00:00:6f:20:bd/00:04:00:00:00/e0 tag 0 dma 524288 in
    Aug 19 20:40:13 MyHost kernel: [473333.355796] res 51/40:00:d2:23:bd/40:00:00:00:00/e0 Emask 0x9 (media error)
    Aug 19 20:40:13 MyHost kernel: [473333.355800] ata1.00: status: { DRDY ERR }
    Aug 19 20:40:13 MyHost kernel: [473333.355802] ata1.00: error: { UNC }
    Aug 19 20:40:13 MyHost kernel: [473338.984884] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Aug 19 20:40:13 MyHost kernel: [473338.984891] ata1.00: BMDMA stat 0x65
    Aug 19 20:40:13 MyHost kernel: [473338.984896] ata1.00: failed command: READ DMA EXT
    Aug 19 20:40:13 MyHost kernel: [473338.984905] ata1.00: cmd 25/00:00:6f:20:bd/00:04:00:00:00/e0 tag 0 dma 524288 in
    Aug 19 20:40:13 MyHost kernel: [473338.984907] res 51/40:00:d2:23:bd/40:00:00:00:00/e0 Emask 0x9 (media error)
    Aug 19 20:40:13 MyHost kernel: [473338.984911] ata1.00: status: { DRDY ERR }
    Aug 19 20:40:13 MyHost kernel: [473338.984914] ata1.00: error: { UNC }
    Aug 19 20:40:13 MyHost kernel: [473345.947035] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Aug 19 20:40:13 MyHost kernel: [473345.947042] ata1.00: BMDMA stat 0x65
    Aug 19 20:40:13 MyHost kernel: [473345.947047] ata1.00: failed command: READ DMA EXT
    Aug 19 20:40:13 MyHost kernel: [473345.947056] ata1.00: cmd 25/00:00:6f:20:bd/00:04:00:00:00/e0 tag 0 dma 524288 in
    Aug 19 20:40:13 MyHost kernel: [473345.947058] res 51/40:00:d2:23:bd/40:00:00:00:00/e0 Emask 0x9 (media error)
    Aug 19 20:40:13 MyHost kernel: [473345.947062] ata1.00: status: { DRDY ERR }
    Aug 19 20:40:13 MyHost kernel: [473345.947065] ata1.00: error: { UNC }
    Aug 19 20:40:13 MyHost kernel: [473345.980986] end_request: I/O error, dev sda, sector 12395474
    after searching on the web, I found that maybe an old harmless problem related to kernel ?
    https://bbs.archlinux.org/viewtopic.php?pid=293179
    also found an error in  /var/log/daemon.log
    Failed to activate service 'org.freedesktop.Avahi': timed out
    there is already a post about it, but not having a conclusion yet
    https://bbs.archlinux.org/viewtopic.php?id=124485
    Every things seen to work fine now
    After few more test and reboot, I would mark this post [solved]
    Thanks to everyone for replying m(_ _)m
    P.S.
    There is still a problem when using virtualbox 4.1.2-1 after reboot, but I think that may not related to this post
    If I try to upgrade kernel of the VM to 3.0.2-1  ( currently 3.0.1-1 ), will cause VirtualBox and my computer crash
    generating some assert error, produce segfault when I tried to type any command in shell
    unable to launch any program in X, but if I switch to tty*, I only got
    INIT:Id "x" respawning too fast: disabled for 5 minutes
    So I have to push the reset button to force reboot
    after restore VM to previous snapshot, not having any problem so far

  • [Solved]Updated system, and dealing with glibc issue.

    I neglected to update/use Arch for quite some time, and decided to last night. I quickly encountered problems and I've read https://www.archlinux.org/news/filesyst … equired-1/, https://www.archlinux.org/news/the-lib- … a-symlink/, https://www.archlinux.org/news/fontconf … -required/, http://allanmcrae.com/2012/07/updating- … e-install/, and many threads about issues with filesystem and/or glibc.
    First, I followed the instructions to resolve the issue with fontconfig.
    <read various threads>
    Then, I landed here: https://wiki.archlinux.org/index.php/De … iki:usrlib. I installed glibc-2.16.0-1-x86_64 using the instructions provided. IIRC, I was still experiencing conflicts with filesystem. I came across a thread where a user stated that instructions from Allan McRae's blog (from the link at the top) allowed him to upgrade his system. I tried it out, and I got around the filesystem issue as well as the issue with dependencies linked to tzdata, etc. My issue now lies with the pacman -Su step:
    [asdf@asdf ~]$ sudo pacman -Su
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): glibc-2.16.0-5
    Total Installed Size: 37.63 MiB
    Net Upgrade Size: 0.05 MiB
    Proceed with installation? [Y/n] y
    (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.
    Following Issue 2 under https://wiki.archlinux.org/index.php/De … iki:usrlib, I entered
    $ grep '^lib/' /var/lib/pacman/local/*/files
    . The output was:
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/security/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/security/pam_ck_connector.so
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/basic.target.wants/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/basic.target.wants/console-kit-log-system-start.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-daemon.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-log-system-restart.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-log-system-start.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-log-system-stop.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/halt.target.wants/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/halt.target.wants/console-kit-log-system-stop.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/kexec.target.wants/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/kexec.target.wants/console-kit-log-system-restart.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/poweroff.target.wants/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/poweroff.target.wants/console-kit-log-system-stop.service
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/reboot.target.wants/
    /var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/reboot.target.wants/console-kit-log-system-restart.service
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux-x86-64.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/hal-0.5.14-6/files:lib/
    /var/lib/pacman/local/hal-0.5.14-6/files:lib/udev/
    /var/lib/pacman/local/hal-0.5.14-6/files:lib/udev/rules.d/
    /var/lib/pacman/local/hal-0.5.14-6/files:lib/udev/rules.d/90-hal.rules
    /var/lib/pacman/local/lib32-glibc-2.14-5/files:lib/
    /var/lib/pacman/local/lib32-glibc-2.14-5/files:lib/ld-linux.so.2
    /var/lib/pacman/local/ntfs-3g-2012.1.15-4/files:lib/
    Being a newb, I didn't want to do something stupid, so I didn't take any action here..
    I proceeded on with trying
    find /lib -exec pacman -Qo -- {} +
    The output was:
    error: cannot determine ownership of directory '/lib'
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/ld-linux.so.2 is owned by lib32-glibc 2.14-5
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread.so.0 is owned by glibc 2.16.0-1
    /lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/ufw'
    error: No package owns /lib/ufw/user6.rules.pacsave
    error: No package owns /lib/ufw/user.rules.pacsave
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    /lib/udev/rules.d/90-hal.rules is owned by hal 0.5.14-6
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
    /lib/libc-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/libutil-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/librt.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libmemusage.so is owned by glibc 2.16.0-1
    /lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/security'
    /lib/security/pam_ck_connector.so is owned by consolekit 0.4.5-2
    /lib/libanl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
    /lib/libcidn-2.16.so is owned by glibc 2.16.0-1
    /lib/libm-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/systemd'
    error: cannot determine ownership of directory '/lib/systemd/system'
    /lib/systemd/system/console-kit-daemon.service is owned by consolekit 0.4.5-2
    /lib/systemd/system/console-kit-log-system-restart.service is owned by consolekit 0.4.5-2
    error: cannot determine ownership of directory '/lib/systemd/system/kexec.target.wants'
    /lib/systemd/system/kexec.target.wants/console-kit-log-system-restart.service is owned by consolekit 0.4.5-2
    error: cannot determine ownership of directory '/lib/systemd/system/basic.target.wants'
    /lib/systemd/system/basic.target.wants/console-kit-log-system-start.service is owned by consolekit 0.4.5-2
    error: cannot determine ownership of directory '/lib/systemd/system/poweroff.target.wants'
    /lib/systemd/system/poweroff.target.wants/console-kit-log-system-stop.service is owned by consolekit 0.4.5-2
    error: cannot determine ownership of directory '/lib/systemd/system/halt.target.wants'
    /lib/systemd/system/halt.target.wants/console-kit-log-system-stop.service is owned by consolekit 0.4.5-2
    error: cannot determine ownership of directory '/lib/systemd/system/reboot.target.wants'
    /lib/systemd/system/reboot.target.wants/console-kit-log-system-restart.service is owned by consolekit 0.4.5-2
    /lib/systemd/system/console-kit-log-system-stop.service is owned by consolekit 0.4.5-2
    /lib/systemd/system/console-kit-log-system-start.service is owned by consolekit 0.4.5-2
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnsl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libthread_db.so.1 is owned by glibc 2.16.0-1
    Again, I'm not sure what to do here.
    On an irrelevant note, a red flag went up earlier. By some means, it appears I messed up Arch. Is there a chance I can fix the issue with the kernel or is the best option a reinstall?
    (482/563) upgrading linux [################] 100%
    >>> Updating module dependencies. Please wait ...
    depmod: ERROR: could not open directory /lib/modules/3.6.10-1-ARCH: No such file or directory
    depmod: FATAL: could not search modules: No such file or directory
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
    error: command failed to execute correctly
    (498/563) upgrading nvidia [################] 100%
    depmod: ERROR: could not open directory /lib/modules/3.6.10-1-ARCH: No such file or directory
    depmod: FATAL: could not search modules: No such file or directory
    If your card is from the 7xxx series or earlier, install nvidia-304xx
    [asdf@asdf ~]$ ls -ld /lib
    drwxr-xr-x 6 root root 4096 Dec 22 15:11 /lib
    [asdf@asdf ~]$ mkinitcpio -p linux
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
    Thanks in advance.
    Last edited by illusory (2012-12-24 00:24:47)

    I checked out https://wiki.archlinux.org/index.php/Initramfs, and I'm not sure what to do. I rebooted a few times in attempt to get things going. I'm assuming I need to start by logging in to the live CD as root and mounting the sda in which Arch is installed? I don't know how to mount root nor know the complete title for the Arch partition (sda x,x). Sorry for the hassle.
    Edit: Found https://wiki.archlinux.org/index.php/Ch … partitions. Be back in a bit.
    I currently have the temporary filesystems mounted, chrooted, and am in bash.
    # mkinitcpio -p linux
    doesn't work. I tried
    mkinitcpio -g ..... 3.6.10-1-ARCH
    and I received something about 3.6.10 and a module directory.
    Last edited by illusory (2012-12-23 23:26:00)

  • HT201401 I had restored my iPhone 4 but after restore my camera can't function well after take picture from the camera it's didn't display in the Photo Gallery even can't take a video record,how to solve this?and i had tried to restore again,still the sam

    I had restored my iPhone 4 but after restore my camera can't function well after take picture from the camera it's didn't display in the Photo Gallery even can't take a video record,how to solve this?and i had tried to restore again,still the same
    kindly reply and fix this for me
    reply to my email,tq

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • [SOLVED] Need help with glibc and symlinking /lib

    So, I consider myself a fairly experienced linux user, and have been an Arch user for the last 3 years, but this glibc-stuff is just too complicated for me.
    I tried the following:
    > pacman -Syu --ignore glibc
    > pacmen -Su
    (1/1) checking for file conflicts
    error: failed to commit transaction (conflictin
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    Alright, lets try the next trick on the wiki-page
    > find /lib -exec pacman -Qo -- {} + | grep -v glibc
    error: cannot determine ownership of directory '/lib'
    error: No package owns /lib/libnss_db-2.15.so
    error: No package owns /lib/libcidn-2.15.so
    error: No package owns /lib/librt-2.15.so
    error: No package owns /lib/libBrokenLocale-2.15.so
    error: No package owns /lib/libnss_compat-2.15.so
    error: No package owns /lib/libc-2.15.so
    error: No package owns /lib/libanl-2.15.so
    error: No package owns /lib/libnss_dns-2.15.so
    error: No package owns /lib/libdl-2.15.so
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    error: No package owns /lib/libnsl-2.15.so
    error: No package owns /lib/libm-2.15.so
    error: No package owns /lib/libnss_nis-2.15.so
    error: No package owns /lib/libresolv-2.15.so
    error: No package owns /lib/libnss_hesiod-2.15.so
    error: No package owns /lib/ld-2.15.so
    error: No package owns /lib/libnss_nisplus-2.15.so
    error: No package owns /lib/libcrypt-2.15.so
    error: No package owns /lib/libutil-2.15.so
    error: No package owns /lib/cpp
    error: No package owns /lib/libpthread-2.15.so
    error: No package owns /lib/libnss_files-2.15.so
    /lib/udev/rules.d/45-libnjb.rules is owned by libnjb 2.2.7-1
    So, I made a backup, and started deleting the files one by one. All is fine, until I delete "/lib/librt-2.15.so" - date and cat refuses to work.
    What am I supposed to do here? The wiki suggests to move or delete all the files to /usr/lib - How do I know what to delete and what to move?
    Last edited by graph (2012-07-14 21:17:15)

    Yep, and this shows something interesting: Apperently both libnjb and glibc wants ownership over /lib.
    What to do?
    Output of the grep-command:
    > grep '^lib/' /var/lib/pacman/local/*/files
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/rules.d/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/rules.d/45-libnjb.rules
    EDIT; I uninstalled libnjb. pacman still complains.
    Last edited by graph (2012-07-14 18:53:16)

  • I am on windows 7 and I upgraded to 10.0.2 and now it will not open. I have removed firefox completely and uploaded it again and that did not work. So my latest attempt I removed firefox 10 again and uploaded the beta version and once again nothing.

    I am on windows 7 and I upgraded to the newest verison of firefox and now it will not open. I have removed firefox completely and uploaded it again and that did not work. I then made sure it could get through my firewall and that did not work. So my latest attempt I removed firefox 10 again and uploaded the beta version hoping that would do it and once again nothing. It will not open at all. Please help - is there a live chat or a number to talk to someone at Firefox?

    I think when uninstalling you may also have to choose (tick) to delete the preferences and other personal data like the bookmarks, stored passwords etc. to erase completely. If you are installing afresh, please try right-clicking on the file and '''Run as administrator''' to install. And when uninstalling, please also make sure choose to delete all data and also manually delete any '''Mozilla''', '''Mozilla Firefox''' or '''Firefox''' from %appdata%, %localappdata% and %programfiles%. You can open a location by typing for eg. %appdata% in the '''Run''' box (Windows key + R). You may also have to check the '''VirtualStore''' folder in %localappdata%. Files in the VirtualStore can be problematic. I think a clean installation may help.
    [https://www.mozilla.org/en-US/firefox/new/ Firefox]
    [http://kb.mozillazine.org/Installation_directory Installation Folder]
    [http://kb.mozillazine.org/Profile_folder Profile Folder]
    Please note that using system restore would usually damage the Firefox installation.

  • *** ACTUAL FIX! *** How to solve the Windows 8 "Sorry, something happened and we couldn't finish creating the ISO. Restart setup and try again" problem

    Author's note: because I'm not yet allowed to post links in the forums, please note that all links have
    dot for the actual . in links, and any "http://" is spaced out so things don't appear as links.  Common sense, folks.
    I found the answer here: http:// wwwdoteightforumsdotcom/tutorials/13200-windows-8-upgrade-iso-redownload.html,
    but here's the brief summary:
    -I'm guessing that at some point, you probably downloaded the Windows 8 preview, yes?  For whatever reason, when you go to do it "for real," the Windows 8 setup doesn't overwrite the old file, called the "WebSetup"
    folder.  If that folder is still there, you'll get the "Sorry, something happened and we couldn't finish creating the ISO.  Restart setup and try again" message.
    The location of the folder is at: C:\%UserProfile%\AppData\Local\Microsoft\WebSetup
    where %UserProfile% is the user account you downloaded it under (probably your default account) - this is the folder you need to delete.
    Once that folder is deleted, run the Windows 8 setup file (found here: http:// windowsdotmicrosoftdotcom/en-US/windows-8/upgrade-product-key-only if
    you haven't, like me, already downloaded it 8 different times thinking it was a corrupted file), and it should prompt you at that point for your product key - which is something it wasn't doing for me.  After that, you can choose to make it an ISO, run
    it normally, run it from USB, etc.
    It'd be helpful if Microsoft knew about this... hope it helps...
    (h/t to EightForums, where I originally found and condensed this guide.)

    Author's note: because I'm not yet allowed to post links in the forums, please note that all links have
    dot for the actual . in links, and any "http://" is spaced out so things don't appear as links.  Common sense, folks.
    I found the answer here: http:// wwwdoteightforumsdotcom/tutorials/13200-windows-8-upgrade-iso-redownload.html,
    but here's the brief summary:
    -I'm guessing that at some point, you probably downloaded the Windows 8 preview, yes?  For whatever reason, when you go to do it "for real," the Windows 8 setup doesn't overwrite the old file, called the "WebSetup"
    folder.  If that folder is still there, you'll get the "Sorry, something happened and we couldn't finish creating the ISO.  Restart setup and try again" message.
    The location of the folder is at: C:\%UserProfile%\AppData\Local\Microsoft\WebSetup
    where %UserProfile% is the user account you downloaded it under (probably your default account) - this is the folder you need to delete.
    Once that folder is deleted, run the Windows 8 setup file (found here: http:// windowsdotmicrosoftdotcom/en-US/windows-8/upgrade-product-key-only if
    you haven't, like me, already downloaded it 8 different times thinking it was a corrupted file), and it should prompt you at that point for your product key - which is something it wasn't doing for me.  After that, you can choose to make it an ISO, run
    it normally, run it from USB, etc.
    It'd be helpful if Microsoft knew about this... hope it helps...
    (h/t to EightForums, where I originally found and condensed this guide.)
    Worked like a charm. Thank you!

  • HT3910 I face problems with the Nvidia 8800 GS on my iMac 24'' 3.06Ghz intel core duo. OS 10.06.08. What can I do to solve the problem and if you recommend upgrade to mountain Lion

    I  face problems with the Nvidia 8800 GS on my iMac 24'' 3.06Ghz intel core duo. OS 10.06.08. What can I do to solve the problem and if you recommend upgrade to mountain Lion

    If you want to sync it to the iPad from that Mac, you need to upgrade it to at least 10.5.8.
    If you want to copy the music to another Mac, you don't. Move the iTunes folder of the item in the Finder's sidebar over as you would any other folder. If you put it somewhere other than the Music folder, launch iTunes with the Option key held down and point it to that location.
    (61713)

  • I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the worl

    I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the world of iMac but I find it a bit frustrating trying to solve basic issues/problems:(

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • HT3529 My imessage signed out and I'm trying to log back in when it is verifyingit says try again so I do and it says it over and over again how do I solve it?

    My imessage signed out and I'm trying to log back in when it is verifyingit says try again so I do and it says it over and over again how do I solve it?

    Did you already check the suggestions mentioned here?
    iOS: Troubleshooting FaceTime and iMessage activation

  • Pacman insists on upgrading file over and over again

    root@dexedrine [~] (38) % pacman -Syu
    :: Synchronizing package databases...
    current.db.tar.gz [####################################] 100% | 45K
    extra.db.tar.gz [####################################] 100% | 96K
    unstable.db.tar.gz [####################################] 100% | 1K
    :: kernel-2.4.23-3: ignoring package upgrade (2.4.24-1)
    :: kernel26-2.6.0-1: ignoring package upgrade (2.6.0-2)
    :: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>'
    Targets: file-4.07-1 gdb-6.0-1
    Proceed with upgrade? [Y/n] y
    :: Retrieving packages from current...
    gdb-6.0-1.pkg.tar.gz [####################################] 100% | 992K
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading file... done.
    upgrading gdb... done.
    root@dexedrine [~] (39) % pacman -Syu
    :: Synchronizing package databases...
    current.db.tar.gz [####################################] 100% | 45K
    extra.db.tar.gz [####################################] 100% | 96K
    unstable.db.tar.gz [####################################] 100% | 1K
    :: kernel-2.4.23-3: ignoring package upgrade (2.4.24-1)
    :: kernel26-2.6.0-1: ignoring package upgrade (2.6.0-2)
    :: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>'
    Targets: file-4.07-1
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading file... done.
    this happens over and over and over again.  it wants to upgrade 'file'  i tried deleting the cache, that didn't seem to help.  i didn't see anything bad in the log file either.  any clues?

    with the help of judd i was able to fix this issue, it was an old file directory in the pacman directories.

  • Why is my iPhone after upgrading to 7.1.1 constantly every 5-10 minutes. excluded and start again?

    Why is my iPhone after upgrading to 7.1.1 constantly every 5-10 minutes. excluded and start again? does not matter what I do or make a call or play games when enabled Wi-Fi restart my iPhone??

    I have the same problem on my Iphone 4 and Ipad 3. Since I have made the update the battery drains faster than ever!

Maybe you are looking for

  • Federation Service with External Organization is not working

    Hi, Exchange 2010 is running in present environment and recently I have introduced Exchange 2013. There is federation Enabled at Exchange 2010 end with External Exchange organization. When we migrated users from E2k10 to E2k13 Free /Busy sync has sto

  • How to block a number

    How can i block a number from calling, texting, emailing and facetiming me including whatsapp?

  • Missing Display Tab

    I've just got a new Samsung Smart PC with Windows 8.  My Flash videos in full screen are choppy, but when I right click and get the settings, there is no Display tab.  Does this mean that there is no hardware acceleration for the CloverTrail chip?

  • How can I check existing Macbook come with G5 or Intel cpu

    Hi, I got the Macbook from my friend, they forgot the cpu model and the hd is out of order, how can I check the MacBook cpu type as I am afraid the HD compatibility problem if I buy the hd for replacement, thanks. patrick

  • Is there a way to acquire a set number of points from multiple channels?

    I had set up a VI to use AI ONE POINT.VI for multiple channels. Getting one data point for me is useless. I need, say, 100 data points from multiple channels at once. Is there a way to do that? Is there an example program I'm not seeing that already