Glibc upgrade to 2.9-2 repeated at each system upgrade [solved]

I have a curious problem with upgrading glibc. It seems to be up-to-date, but keeps updating to the present version each time I issue "pacman -Su"
$ yaourt glibc
1 core/glibc 2.9-2 [installed] (base)
GNU C Library
$ sudo pacman -Syu
Password:
:: Synchronizing package databases...
kde-unstable is up to date
core is up to date
extra 414.1K 388.7K/s 00:00:01 [####################################################################################] 100%
community 348.7K 377.5K/s 00:00:01 [####################################################################################] 100%
unstable is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
warning: akonadi: local (1.0.80-2) is newer than kde-unstable (1.0.80-1)
warning: mysql: local (5.0.68-2) is newer than extra (5.0.68-1)
warning: phonon: local (4.2.80-2) is newer than kde-unstable (4.2.80-1)
resolving dependencies...
looking for inter-conflicts...
Targets (1): glibc-2.9-2
Total Download Size: 0.00 MB
Total Installed Size: 33.92 MB
Proceed with installation? [Y/n] Y
checking package integrity...
(1/1) checking for file conflicts [####################################################################################] 100%
(1/1) upgrading glibc [####################################################################################] 100%
Generating locales...
en_US.UTF-8... done
Generation complete.
[me@archlap ~]$ sudo pacman -Su
:: Starting full system upgrade...
warning: akonadi: local (1.0.80-2) is newer than kde-unstable (1.0.80-1)
warning: mysql: local (5.0.68-2) is newer than extra (5.0.68-1)
warning: phonon: local (4.2.80-2) is newer than kde-unstable (4.2.80-1)
resolving dependencies...
looking for inter-conflicts...
Targets (1): glibc-2.9-2
Total Download Size: 0.00 MB
Total Installed Size: 33.92 MB
Proceed with installation? [Y/n] n
Any ideas?
Edit: Solved. I had multiple glibc entries in /var/lib/pacman/local.
Last edited by mutlu_inek (2008-12-22 15:40:34)

If it helps, what I did to fix it after trying a thousand other things was reinstalling the original Mavericks wifi kext using Kext Utility. I tried reinstalling Mavericks, reinstalling just the current wifi kext but nothing worked. The only answer was to reinstall the original Mavericks kext over the top of the current one and it kicked it into life again. You are looking for IO80211Family.kext - I had one from a previous installation on another machine.

Similar Messages

  • Need help recovering from glibc upgrade [SOLVED]

    I recently did pacman -Syu on a system because I was having trouble with a softphone utility. I installed Arch on this laptop perhaps 6 months ago and have not done many upgrades since that time. Of course I've been waylaid by the recent glibc changes and I'm trying to recover. I think I've gotten a good deal of the way there by researching the issue and attempting a few solutions. But I'm quite confused by what I'm now seeing, so I want to ask for help here.
    First, let me point out that I posted in this forum yesterday about certain events that led to my problems--see that thread at https://bbs.archlinux.org/viewtopic.php?pid=1186089. Essentially, I followed the wrong set of instructions and did pacman -Syu --ignore glibc pacman -Su before doing pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz. That broke pacman, which, being the most current version, was expecting that glibc version to be on the system.
    To remedy the problem I followed the procedure outlined in that thread--namely booting from a USB drive on the affected system and running pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz --root /mnt/brokenRoot. Things kinda started to work then: pacman would run, but I noted that my mouse cursor was not responding. I decided to try and finish the upgrade and so ran pacman -Syu again using the --ignore glibc switch as suggested at https://wiki.archlinux.org/index.php/De … iki:usrlib.
    Things started to get really weird after that. For example, at a certain point during the boot process--I believe when the console is getting ready to switch to framebuffer (or whatever point that's called where screen resolution changes from vga)--and the screen just freezes. The laptop won't accept any keyboard or mouse input and just appears to be hung. I was able to chroot in to the system and cause the sshd daemon to start though, and have discovered that I can ssh in and do things.
    I upgraded the kernel again today in an ssh session, which gave some quite strange results: mkinitcipio is searching for modules under /lib, whereas as I understand it, /lib is now supposed to contain nothing and is to be simply a symlink to /usr/lib. But I can't build an init image on this system unless a /modules directory is present under /lib. Well, the /lib directory was there, so I symlinked /usr/lib/modules to /lib and mkinitcpio ran fine after that. So what's up here? Why is mkinitcpio expecting the /modules directory to be under /lib?
    Just as weird, there seems to be a newer glibc version. But I can't upgrade to it: I get the message "glibc: /lib exists in filesystem." Now, having read https://wiki.archlinux.org/index.php/De … iki:usrlib I know that there are suggestions for remedying this. But when I run the commands suggested there to try and find out what packages own files in /lib, it looks to me that all files there are owned by glibc 2.16.0-1:
    find /lib -exec pacman -Qo -- {} +
    error: cannot determine ownership of directory '/lib'
    /lib/libthread_db.so.1 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/libnss_nisplus.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/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl-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/libcidn-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.so.2 is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/libutil-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/libpthread.so.0 is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    /lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    error: No package owns /lib/modules
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libnss_compat-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/libmemusage.so is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    Long story short, I'm quite confused by this. And I have a barely-working system I need to fix.
    Can anyone please offer input on what might be going on with this system? And perhaps offer suggestions for straightening out the mess?
    Thanks,
    James
    Last edited by jamtat (2012-11-02 23:55:10)

    Ok. So I'm officially dumb--in case that wasn't already apparent. I thought I'd tried upgrading glibc after I'd deleted the symlink to /usr/lib/modules (I deleted it a couple of times). But I was apparently wrong: after just now deleting it upon reading your post, I see that the upgrade has worked and that  the system reboots into its former normal state. So. it looks like it's fixed and like this thread can be marked solved. Still I'm curious: will mkinitcpio continue looking for modules in /lib?
    Thanks,
    James
    Last edited by jamtat (2012-11-03 16:22:09)

  • Giving URL to a text (eg blabla.co.uk) repeating on each single page in a PDF file?

    Giving URL to a text (eg blabla.co.uk) repeating on each single page in a PDF file:
    Is there a way to do this?

    is the blablah.co.uk always in the same position on pages (like in as header or footer)?  If so the second script for creating links will work.  YES
    Where am I suppose to add the website link on the script???
    var linkWidth = 36, linkHeight = 18;
    for (var i = 0; i < this.numPages; i++)
    // Create the coordinates for the left link:
    var lRect = [0, linkHeight, linkWidth, 0];
    // Create the coordinates for the right link:
    var cropBox = this.getPageBox("Crop", i);
    var offset = cropBox[2] - cropBox[0] - linkWidth;
    var rRect = [offset, linkHeight, linkWidth + offset, 0];
    // Create the Link objects:
    var leftLink = this.addLink(i, lRect);
    var rightLink = this.addLink(i, rRect);
    // Calculate the previous and next page numbers:
    var nextPage = (i + 1) % this.numPages;
    var prevPage = i - 1;
    if (prevPage < 0) prevPage = this.numPages - 1;
    // Set the link actions to go to the pages:
    leftLink.setAction("this.pageNum = " + prevPage);
    rightLink.setAction("this.pageNum = " + nextPage);
    // Customize the link appearance:
    leftLink.borderColor = color.red;
    leftLink.borderWidth = 1;
    rightLink.borderColor = color.red;
    rightLink.borderWidth = 1;

  • Repeat for each artboard problem

    I have a script that make makes guides around the edge of the artboard. It works fine when you only have one artboard but has issues when there are more. Can anyone see what's wrong here?
    #target illustrator
    var docRef = app.activeDocument;
    var artboardRef = docRef.artboards;
    //repeat for each artboard
    for(i=0;i<artboardRef.length;i++){
      //get artboard size
      var left=artboardRef[i].artboardRect[0];
      var top=artboardRef[i].artboardRect[1] ;
      var right=artboardRef[i].artboardRect[2] ;
      var bottom=artboardRef[i].artboardRect[3] ;
      //create lines
      var lineLeft = docRef.pathItems.add();
      var lineRight = docRef.pathItems.add();
      var lineTop = docRef.pathItems.add();
      var lineBottom = docRef.pathItems.add();
      //set line points
      var leftmargin = (72);
      var rightmargin = (72);
      var topmargin = (72);
      var bottommargin = (72);
      //set line points
      lineLeft.setEntirePath([[leftmargin, 0], [leftmargin, bottom]]);
      lineRight.setEntirePath([[right - rightmargin, 0], [right - rightmargin, bottom]]);
      lineTop.setEntirePath([[0, 0 - topmargin], [right, 0 - topmargin]]);
      lineBottom.setEntirePath([[0, bottom + bottommargin], [right, bottom + bottommargin]]);
      //make lines guides
      lineLeft.guides = true;
      lineRight.guides = true;
      lineTop.guides = true;
      lineBottom.guides = true;

    you have hard coded "0", it needs to be changed to variables, otherwise it will point to the same x or y coordinates
    //set line points
      lineLeft.setEntirePath([[left+leftmargin, top], [left+leftmargin, bottom]]);
      lineRight.setEntirePath([[right - rightmargin, top], [right - rightmargin, bottom]]);
      lineTop.setEntirePath([[left, top - topmargin], [right, top - topmargin]]);
      lineBottom.setEntirePath([[left, bottom + bottommargin], [right, bottom + bottommargin]]);

  • [SOLVED] glibc upgrade problem (moved /lib myself)

    Hi,
      I went to upgrade my Archlinux system,
      and had to apply both the June and July intervention upgrades described in the announcements.
      Neither of the sets of instructions worked on their own,
      and before I thought of how to combine them properly,
      I tried moving the files from /lib to /usr/lib and making /lib a symlink (to usr/lib),
      so that maybe I could skip the July intervention instructions.
      I didn't break my system (for long), I successfully moved the stuff over,
      and then I ran 
    pacman -Syu --ignore glibc --ignore filesystem
    pacman -S filesystem --force
      and then the upgrade was mostly done.
      But then upgrading to glibc still doesn't work.
      From pacman -Su,
      I get the output
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    glibc: /usr/lib/ld-linux-x86-64.so.2 exists in filesystem
    glibc: /usr/lib/libBrokenLocale.so.1 exists in filesystem
    glibc: /usr/lib/libSegFault.so exists in filesystem
    glibc: /usr/lib/libanl.so.1 exists in filesystem
    glibc: /usr/lib/libc.so.6 exists in filesystem
    glibc: /usr/lib/libcidn.so.1 exists in filesystem
    glibc: /usr/lib/libcrypt.so.1 exists in filesystem
    glibc: /usr/lib/libdl.so.2 exists in filesystem
    glibc: /usr/lib/libm.so.6 exists in filesystem
    glibc: /usr/lib/libmemusage.so exists in filesystem
    glibc: /usr/lib/libnsl.so.1 exists in filesystem
    glibc: /usr/lib/libnss_compat.so.2 exists in filesystem
    glibc: /usr/lib/libnss_db.so.2 exists in filesystem
    glibc: /usr/lib/libnss_dns.so.2 exists in filesystem
    glibc: /usr/lib/libnss_files.so.2 exists in filesystem
    glibc: /usr/lib/libnss_hesiod.so.2 exists in filesystem
    glibc: /usr/lib/libnss_nis.so.2 exists in filesystem
    glibc: /usr/lib/libnss_nisplus.so.2 exists in filesystem
    glibc: /usr/lib/libpcprofile.so exists in filesystem
    glibc: /usr/lib/libpthread.so.0 exists in filesystem
    glibc: /usr/lib/libresolv.so.2 exists in filesystem
    glibc: /usr/lib/librt.so.1 exists in filesystem
    glibc: /usr/lib/libthread_db-1.0.so exists in filesystem
    glibc: /usr/lib/libthread_db.so.1 exists in filesystem
    glibc: /usr/lib/libutil.so.1 exists in filesystem
      Running
    grep '^lib/' /var/lib/pacman/local/*/files
      returns
    /var/lib/pacman/local/gcc-multilib-4.7.0-6/files:lib/
    /var/lib/pacman/local/gcc-multilib-4.7.0-6/files:lib/cpp
    /var/lib/pacman/local/glibc-2.15-10/files:lib/
    /var/lib/pacman/local/glibc-2.15-10/files:lib/ld-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/ld-linux-x86-64.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libBrokenLocale-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libutil.so.1
    /var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/
    /var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/ld-linux.so.2
      Running
    find /lib -exec pacman -Qo -- {} +
      returns
    error: No package owns /lib
      So it seems that there was more to be done than just moving the lib files and making the symlink...
      I'm sorry that I went against the instructions,
      but I had to deviate in some way to do this upgrade.
      I just probably deviated in the wrong direction.
      Does anyone know how I can finish upgrading my system?
      I can think of things to try, but I don't want to be wrong and make it worse.
    Deschutron
    Last edited by Deschutron (2012-07-26 12:06:04)

    If not, you should be okay forcing the glibc update at this point.
    I did.
    It worked.
    My system is saved.
    Thank you very much.
    What follows is information about what I did since your post, in case it helps anyone else.
    Are you sure that you've updated all the file locations for glibc?
    No. I don't understand the structure of pacman well enough to know that there isn't another set of files I have to edit.
    I had gcc-multilib and glibc complaining when I tried pacman -Su
    I did see a thread where someone said that uninstalling everything that complains, except for glibc, allows glibc to upgrade.
    I tried to run pacman -R gcc-multilib, but a package complained that it needed gcc, as if gcc and gcc-multilib are the same thing.
    I gave up on that lead there.
    After the advice here,
    I tried figuring out what --force does.
    man pacman said that it does "Bypass file conflict checks and overwrite conflicting files."
    Then I tried finding out what conflict checks get done.
    I looked at the pacman source code and learnt nothing useful.
    Then I looked inside the package archive for glibc. (/var/cache/pacman/pkg/glibc-2.16.0-2-x86_64.pkg.tar.xz)
    Inside, it was in the structure of a root file system, with presumably the set of files it would try to copy into my system.
    I saw that all the files getting complained about were symlinks in both the archive and my system.
    I couldn't just delete them all off my system because /lib was one of them.
    I looked at the other files in the archive, and there was only one file I was afraid of it overwriting - locale.gen,
    so I backed up locale.gen, and did
    pacman --force -S glibc
    That ran without complaints.
    Then I ran
    pacman -Su
    That ran without complaints and upgraded about 5 things.
    Then I rebooted, and I could succesfully start X and visit this webpage.
    Also, I installed my system in early June. That's why I didn't try the "for installs that have not been updated during 2012" package.
    I didn't know why that was there, so I didn't know that it would apply to me.
    Or if the way the wiki article did apply to my exact situation is something else, then I still haven't found it.

  • [SOLVED] glibc upgrade - what to do after rm -rf /lib/* without reboot

    Hello everyone,
    edit: please read this whole post... better mention it here, too -> I cannot reboot. thanks
    I messed up following this guide while doing the glibc (/lib) upgrade on my desktop. I ran into "Issue 2" and it said
    If no other files are in /lib/modules, you can safely remove that directory.
    Sadly I did
    rm -rf /lib/*
    instead of
    rm -rf /lib/modules*
    That means all the .so files in /lib (owned by glibc) are gone now. That means - besides other problems - I cannot use any binaries like "cp" anymore. I still have a root shell (bash), a nautilus, a Gedit and a Firefox open but cannot call ANY other binaries. E.g.:
    [root@firefly ~]# pacman -Su
    -bash: /usr/bin/pacman: No such file or directory
    With Firefox I managed to get all the deleted libraries into my home folder (from my Laptop running Arch64, too). So there are now under "/home/killroy/dloads/lib" rather than "/lib". I cannot reboot this computer now so I have to get those files into /lib so that I can use my binaries again. I still have "echo" because it is a bash-builtin. Is it possible to somehow emulate / workaround a
    cp /home/killroy/dloads/lib/* /lib/
    Or is it possible to tell my still-running root shell that the library path where those glibc-owned libraries reside are not in /lib but in /home/killroy/dloads/lib now?
    Any help would be appreciated, really
    Last edited by kiLLroy_ow (2012-07-17 08:45:33)

    progandy wrote:Can you still set the executable bit for files using nautilus?
    Then download busybox: http://www.busybox.net/downloads/binaries/latest/
    Set it executable and use the root shell to spawn an instance of the busybox shell /path/to/busybox sh
    in the busybox you have now all requiered commands (wget, cp, chmod, tar, xz, ...)
    OMG thank you, really!
    Okay that did the trick:
    With the busybox binary - after making it excecutable with nautilus - I could use its tar command to untar the glibc package and its cp command to copy the needed .so files to /lib using something like:
    root # /path/to/busybox tar xf /path/to/glibc.tar
    root # /path/to/busybox cp ./lib/* /lib/
    Again, thank you.
    This topic could now be closed (and maybe kept for reference for people who need to fix this without rebooting the system) I guess.

  • [SOLVED] - post glibc upgrade trauma - takes ages to log in via kdm

    Feel this shouldn't be merged with the ongoing thread cos my update was successful.
    Here my oddity: kdm which is a daemon in rc.conf comes up. I try to log in but I get a message saying that the system is still booting. This goes on for about a minute or so with the hard disk doing serious Olympics before I am finally able to log in.
    Any ideas as to why this should be?
    Last edited by toad (2012-07-16 21:17:32)

    jasonwryan, you've got this forum in your head!
    Cheers - I think that explains my issue exactly Interesting that rc.local's role has changed.
    EDIT:
    This did it for me.
    Last edited by toad (2012-07-17 20:13:07)

  • Can not upgrade. "unexpected system error" [SOLVED]

    I seem to have trouble upgrading and synchronizing the databases. I get this output when attempting 'pacman -Syu' and 'pacman -Syy':
    :: Synchronizing package databases...
    error: failed to update testing (unexpected system error)-----------------]   0%
    error: failed to update core (unexpected system error)--------------------]   0%
    error: failed to update extra (unexpected system error)-------------------]   0%
    error: failed to update community (unexpected system error)---------------]   0%
    archlinuxfr               25.0K   60.7K/s 00:00:00 [#####################] 100%
    compiz-fusion              3.6K   26.0K/s 00:00:00 [#####################] 100%
    I have tried searching for a solution here but it seems that no one else is experiencing this issue (unless I over looked a post). I see nothing about this in the news section of the home page so it might not be a common issue.
    This is what my pacman.conf file looks like:
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    [testing]
    Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [archlinuxfr]
    Server = http://repo.archlinux.fr/i686
    [compiz-fusion]
    Server = http://compiz.dreamz-box.de/i686
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Is there a log file I can check to see what happened exactly or is there something that can be done for me to sync the databases again. Any help is appreciated.
    Last edited by vytalelementz (2008-10-13 13:45:48)

    Here is my mirrorlist:
    # Arch Linux repository mirrorlist
    # North America
    # - United States
    #Server = ftp://ftp.archlinux.org/$repo/os/i686
    Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
    Server = http://archlinux.unixheads.org/$repo/os/i686
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
    Server = http://holmes.umflint.edu/archlinux/$repo/os/i686
    Server = http://mirror.neotuli.net/arch/$repo/os/i686
    Server = http://mirror.rit.edu/archlinux/$repo/os/i686
    Server = http://mirror.umoss.org/archlinux/$repo/os/i686
    Server = http://schlunix.org/archlinux/$repo/os/i686
    # - Canada
    Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/@carch
    # South America
    # - Brazil
    Server = http://archlinux.c3sl.ufpr.br/$repo/os/i686
    Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i686
    Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
    # Europe
    # - Austria
    Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i686
    # - Belgium
    Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686
    # - Czech Republic
    Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
    # - Estonia
    Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i686
    # - France
    Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/i686
    Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/i686
    Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i686
    Server = http://mir.archlinux.fr/$repo/os/i686
    Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/i686
    Server = ftp://ftp.rez-gif.supelec.fr/Linux/archlinux/$repo/os/i686
    # - Germany
    Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i686
    Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/i686
    Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i686
    Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
    # - Great Britain
    Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/i686
    Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/i686
    Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    # - Greece
    Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
    # - Hungary
    Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Ireland
    Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Italy
    Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
    # - Netherlands
    Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i686
    Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i686
    # - Norway
    Server = http://arch.likbilen.com/$repo/os/@carch
    # - Poland
    Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
    Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    Server = http://unix.net.pl/archlinux.org/$repo/os/i686
    # - Portugal
    Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
    # - Romania
    Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/i686
    # - Russia
    Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i686
    Server = http://archlinux.freeside.ru/$repo/os/i686
    # - Sweden
    Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.gigabit.nu/$repo/os/i686
    # - Switzerland
    Server = http://archlinux.puzzle.ch/$repo/os/i686
    # - Turkey
    Server = http://server.elsistech.com/archlinux/$repo/os/i686
    # - Ukraine
    Server = ftp://hell.org.ua/archlinux/$repo/os/i686
    Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i686
    # Asia
    # - Israel
    Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
    # - Vietnam
    # Domain name is ftp.indochinalinux.com but there are frequent DNS problems
    Server = ftp://202.78.230.5/archlinux/$repo/os/i686
    # Australia
    Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/i686
    Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686

  • XML INVOICE Report RAXINV, Taxline is repeating for each invoice line

    Hi Tim
    Thanks a lot for your blog
    Greeting !!
    I have successfully created XML report for AR invoice Printing learning from your blog but stuck to a problem , whenever Invoice is having multiple lines ,say 20, then for each invoice line there is tax line printing 20 times like this:
    PART NO.| CUSTOMER PART#/DESCRIPTION | UNIT PRICE | QUNTITY|
    A123 | 34 WELD-ROD | 52 | 22 |
    Tax Exempt @ 0.00
    A234 | 238-AL WIER | 63 | 55 |
    Tax Exempt @ 0.00
    ........ Assume there are 20 lines then tax line also repeating 20 times which i don't want .It should get printed only once if it is same
    pls help me to achieve this
    Thanks
    Rahul

    Thanks Tim for Your Instant reply.
    I have gone through your duplicate line elimination but my requirement is not this
    I'll explain it, I am using LINE_DESCRIPTION tag for printing item description and this tag have two value for it, when the LINE_TYPE =LINE then LINE_DESCRIPTION tag is printing the line description and if LINE_TYPE =TAX
    then LINE_DESCRIPTION tag is printing the taxline information. Now if I have 20 lines in Invoice then the tax line will also repeat for 20 times, and if i use duplicate line elimination logic and I have same item it'll not print that item, some times whole invoice become blank.
    So I want to print 20 lines and out of that 15 lines are have same tax rate then it should print once at the end of 15th line and for remaining 5 lines if tax rate is different for each line then it should print at the end of each line (5lines)
    In the linetreevariable i used <xsl:variable xdofo:ctx="incontext" name="invLines" select=".//G_LINES [LINE_TYPE!='FREIGHT']"/> i.e. I want only line type=LINE and TAX
    Thanks
    Rahul

  • How to make SubForm to repeat on each page of the PDF

    Hi all,
    I have an I-form, which "floats" on 2 or more pages. My problem is that I want to repeat a SubForms as a header(or a footer) on each page of the document. Any idea how can I do that.
    Many thanks in advance
    Z.
    Edited by: Zdravko Kalenderov on Oct 16, 2008 11:13 AM

    Hi,
       Yes ,If you want to display the same content in all body pages , you just design repeatable part in the master page.
    Thanks & Regards
    Manee

  • How to build an 8.5 report where a single source repeats with each piece of data

    I don't really know how to characterize this problem or if there is a short-hand for the type.  Here is my dilemma:
    I have a SQL table of tracking numbers which is custom to our version of Dynamics.  The table contains both orders and invoices.  Each invoice may have 1 or more tracking numbers, but each tracking number associated with an invoice or order is recorded as a different record under the invoice or order number.  E.g.:
    SOPNUMBE          SOPTYPE          Tracking Number
    INV0001234               3                    1ZA12341234
    INV0001234               3                    1ZA12341235
    INV0001234               3                    1ZA12341236
    ORD005111               2                     FedEx 123411
    ORD005111               2                     FedEx 123412
    INV0001287               3                    1ZA12349876
    ORD005134               2                    1ZA12345263
    INV0001291               3                    FedEx 165304
    INV0001291               3                    1ZA12345666
    and so on ...
    What I'm trying to do in Crystal, which is the only way I can access that table (nothing within Dynamics allows me to access that table) is create a page of labels, based on the date of the SOPNUMBE and the SOPTYPE, (IOW only invoices) that shows as the following:
    INV0001234                              INV0001287                         INV0001291
         1ZA12341234                         1ZA12349876                       FedEx 165304
         1ZA12341235                                                                      1ZA12345666
         1ZA12341236
    I would be using 2 x 1.5 labels, 3 or 4 labels across and 6 down, approximately
    Here is my problem:  I cannot use the Mail Label format as it requires each line having a different Field Physical Name.  However, if I use a standard Crystal format or an undefined format, I can get the right layout for one column only.  If I try to use 3 columns across, it simply repeats the data in the first column.  For the life of me, I cannot figure out how to create 3 or 4 columns across with separate data.
    The purpose is to be able to attach the appropriate label to the actual invoice for the information, which customers tend to call in for, anyway.  Now, we have to hand-write the Tracking Numbers on each invoice, which makes for an increase in errors.
    Any suggestions and/or solutions would be greatly appreciated.
    Thank you,
    Laura Douglas

    it could be that 8.5 doesn't have this option to do a group sort / top n.
    if you're looking for the data to spill into a new label then that won't work for you anyways.
    here are some options:
    a) the group itself needs to repeat in order to have another label available. the only way to do something like this in 8.5 is for your database administrator to create a stored procedure that groups the sopnumber data into sets of N values.
    e.g. each group would only have at the most 5 tracking numbers. if a sopnumber had 12, then 3 groups would be created by the stored procedure, e.g. INV0001234_a, INV0001234_b, & INV0001234_c   this would be required to create the correct number of labels and to ensure that all data from each sopnumber was eventually displayed.
    once a stored proc is created to break up the data into these groups, you need to create a new report off of the proc and use this new grouping field to base your group on.
    b) another option would be based on whether or not your database had a specific field that indicated a running total counter for the tracking numbers which was reset every sopnumber. e.g. if sopnumber INV0001234 had 4 tracking numbers, there would be a field that indicated 1,2,3,or 4 depending on the record.
    c) another option would be if the stored proc simply brought back the data that you have as well as a running total / counter that indicated / counted in a manner similar to the above. this may be a better option than a) or b)
    -jamie

  • Hard disk problems after full upgrade [SOLVED]

    After a full upgrage (pacman -Suy) last monday, My system denied to boot:D:D:D:D:D.
    So to fix it I have to go to /boot/grub/menu.list and change from hda3 to sda3. Everything seems to be Ok but when the system is booting and scan the the hard disk to check bad, It drops me to the shell with the error that there is something wrong with my hard disk and it suggest me to set the superblock to 8139.
    So to fix it I boot my PC from Arch live CD, use the following command:
    #fsck.ext3 -c -f /dev/sda3
    #fsck.ext3 -b 8139
    Everything seems to be Ok, there is no bad in my hard disk.
    When I boot my system again, I got the same error again, I came back to live CD, check the hard disk, set the superblock as It told me and again, I got the error when I boot from the hard disk.
    This is the second PC with the same error.
    Three months ago, I upgraded my Server and got exactly the same problem. Because this is the server, I need it run ASAP, so I modified the rc.sysinit script so that the system will not check my hard disk when It boots. :P:P. And my Server can run without any problems since then.
    I don't have time much to spend on this error and my PC is in the Lab now so I can't provide the detail of the error until next Monday. Sorry for that.
    Any idea how to fix this error?
    Cheers.
    Last edited by hungsonbk (2008-06-25 10:26:35)

    tigrmesh wrote:Did you review and merge any .pacnew files after the upgrade?
    :D:D I am a kind of lazy guy so when I did pacman -Suy, I just leave it running without reading information on the terminal.
    milan wrote:I guess you didn't change entries in /etc/fstab (hda->sda).
    Yes, you are right. I changed from hda to sda in /boot/grub/menu.lst but I forgot to do the same in /etc/fstab files. On Monday I will check again if it is set correctly or not
    :D:D. I have just taken a quick look into the fstab file in my Server, The One with the same problem three months ago, and the fstab file is set correctly with sda partitions. I don't want to touch this server again or my services will be down. So this seems not the correct solution, but anyway, I will take a look at it next week.
    Thanks for your replies.

  • Constant reboot after IOS4 upgrade Solved!

    I too was having the dreaded error 29 code and stuck in recovery mode along with the 5 minute constant reboot since upgrading to IOS4 two days ago. I had to use Blackra1n to get it out of recovery. Blackra1n will NOT jailbreak IOS4 but will fix the stuck recovery mode problem. I also had previously replaced the battery with a higher capacity mAh. the upgrade to v3.1.3 went perfect. Only when I upgraded to IOS4 did things change. It would constantly reboot and the battery was slowly draining and would not recharge. I poured through countless forum posts and tried most all of them. Then this evening I found a post somewhere in this forum about possibly the battery was causing the problem. So I got out my tools and put the original battery back in and booted up. It got to the front screen and immediately a bunch of old calendar events started popping up which was different than before. I cleared them all and I have now had my iphone on steady for over an hour and not one reboot. Battery is also now recharging off my laptop.
    So long story short, if you've replaced your battery at some point, put it back in or hopefully an OEM with same APN: 616-0434 (#for my iPhone). Everything is now working in IOS4!
    Good battery replacement guide here: http://www.rapidrepair.com/guides/iphone-3g-s-repair/iphone-3g-s-dissasembly-rep air-guide.html

    Booted into Faunos Live system.
    As root, ran Fsck on the HDD with inode problem.  Answered yes to all system repair queries.
    Rebooted into archlinux HDD with no problems.

  • Having issues with my mac will upgrade solve them?

    Hi guys with reference to my other thread me and the wife were discussing wether to upgrade our 10.3.9 to 10.4 (so she can watch videos on facebook etc) is it really worth it? if this has been covered elsewhere please forgive me .Thanks

    valeboy:
    The move to Tiger is an upgrade, which involves purchasing new software disks. You can download updates once you have the basic software installed, but the initial installation is from disks you have to purchase. See Software update, upgrade--what's the difference?. In adition, your computer will need to meet the minimum system requirements for Tiger.
    Formatting, Partitioning Erasing a Hard Disk Drive
    Warning! This procedure will destroy all data on your Hard Disk Drive. Be sure you have an up-to-date, tested backup of at least your Users folder and any third party applications you do not want to re-install before attempting this procedure.
    • With computer shut down insert install disk in optical drive.
    • Hit Power button and immediately after chime hold down the "C" key.
    • Select language
    • Go to the Utilities menu (Tiger) and launch Disk Utility.
    • Select your HDD (manufacturer ID) in left side bar.
    • Select Partition tab in main panel. (You are about to create a single partition volume.)
    • Click on Options button
    • Select *Apple Partition Map* (PPC Macs) or GUID Partition Table (Intel Macs)
    • Click OK
    • Select number of partition in pull-down menu above Volume diagram.
    (Note 1: One partition is normally preferable for an internal HDD.)
    • Type in name in Name field (usually Macintosh HD)
    • Select Volume Format as Mac OS Extended (Journaled)
    • Click Partition button at bottom of panel.
    • Select Erase tab
    • Select the sub-volume (indented) under Manufacturer ID (usually Macintosh HD).
    • Check to be sure your Volume Name and Volume Format are correct.
    • Click Erase button
    • Quit Disk Utility.
    Open installer and begin installation process.
    Installation Process
    • With computer shut down insert install disk in optical drive.
    • Hit Power button and immediately after chime hold down the "C" key.
    • Select language
    • Open Installer and begin installation.
    • Select installation option
    • Choose to Customize and deselect Foreign Language Translations and Additional Printer drivers.
    Optional: Check box to install X11 (Tiger and later).
    • Proceed with installation.
    • After installation computer will restart for setup.
    • After setup, reboot computer.
    • Go to Applications > Utilities > Disk Utility.
    • Select your HDD (manufacturer ID) in left side bar.
    • Select First Aid in main panel.
    • Click Repair Disk Permissions.
    • Connect to Internet.
    • Download and install Mac OS X 10.4.11 Combo update (PPC) (Tiger).
    Computer will restart.
    • Repair Disk Permissions as previously.
    • Go to Apple Menu > Software Update.
    • Install all updates.
    Computer may restart after updates.
    • Go to Applications > Utilities > Disk Utility.
    • Select your HDD (manufacturer ID) in left side bar.
    • Select First Aid in main panel.
    • Click Repair Disk Permissions.
    Note: if you have a backup/clone you may choose to migrate your data, settings and any apps following the setup step.
    cornelius

  • Invalid signature stopping upgrade [Solved]

    i am unable to upgrade any packages because i seem to have an invalid pgp signature. could someone point me to the place where the sigs are stored so that i can delete the offending sig.
    Note : i know that i can change siglevel in pacman.conf but i want to know if there's a workaround.
    [dilip@Zeus ~]$ sudo pacman -Su
    Password:
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (28): gnome-icon-theme-3.2.1.2-1 kdeutils-ark-4.7.2-2 kdeutils-filelight-4.7.2-2 kdeutils-kcalc-4.7.2-2
    kdeutils-kcharselect-4.7.2-2 kdeutils-kdf-4.7.2-2 kdeutils-kfloppy-4.7.2-2 kdeutils-kgpg-4.7.2-2
    kdeutils-kremotecontrol-4.7.2-2 kdeutils-ktimer-4.7.2-2 kdeutils-kwallet-4.7.2-2 kdeutils-printer-applet-4.7.2-2
    kdeutils-superkaramba-4.7.2-2 kdeutils-sweeper-4.7.2-2 lame-3.99-1 libarchive-2.8.5-2 libpulse-1.1-1 linux-3.0.7-1
    linux-headers-3.0.7-1 openjdk6-6.b22_1.10.4-1 poppler-0.18.0-2 poppler-qt-0.18.0-2 pth-2.0.7-4 qtcurve-gtk2-1.8.12-1
    udev-174-1 udev-compat-174-1 util-linux-2.20.1-1 wine-1.3.31-1
    Total Installed Size: 376.60 MiB
    Net Upgrade Size: 1.01 MiB
    Proceed with installation? [Y/n] y
    (28/28) checking package integrity [################################################] 100%
    error: openjdk6: signature from "Andreas Radke <[email protected]>" is invalid
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    Last edited by testdude281 (2011-10-22 21:13:12)

    Add
    SigLevel = Optional TrustAll
    to your /etc/pacman.conf.
    https://bugs.archlinux.org/task/26563#comment84635
    wonder wrote:for now is the best solution since the arch repos are not ready to use Required
    Last edited by karol (2011-10-22 17:20:02)

Maybe you are looking for