Issue related finding a file in a directory

Hi
I am trying to find a file from a directory and print it on screen using only first half of the file name.
like I have files you_are_best.pdf,you_are_geneious.pdf, we_are_best.pdf. Now I need to find the pdf from the directory having name you_are.
can any one help me in solving this issue.

Sukant_at wrote:
Hi
I am trying to find a file from a directory and print it on screen using only first half of the file name.
like I have files you_are_best.pdf,you_are_geneious.pdf, we_are_best.pdf. Now I need to find the pdf from the directory having name you_are.
can any one help me in solving this issue.Read this.

Similar Messages

  • Webgate installation - not able to find .cgi file in bin directory

    Hi friends,
    I am trying to install webgate on ohs server (after webpass installation). But as told in installation document for webgate, we need to configure the webgate by giving relative path to dll or cgi file in bin directory.
    But when I tried to search .cgi file in bin directory, there is no cgi file there, there is only webgate.dll file.
    Please tell me what exactly is the issue I am facing here?
    Thanks in Advance,
    Amit

    Hi,
    Let me know which document you are following. While installing webgate, we need to provide the path configuration file of webserver. In your case, it is httd.conf.
    Regards
    GK Goalla

  • LV2010 SP1 Installer Build Issue- Cannot find the file it need on requesyed disk

    I am migrating a project from LV8.6.1 to 2010SP1 and had issues building the installer that I was finally able to overcome, but something is amiss with the process.
    Brand new development PC, running XP SP3, fresh install of LV2010SP Dev Suite and also installed VDM2010 SP1 (even though the project does not use any vision modules).
    -          Copied 8.6.1 project to the PC, did a mass compile of it and built the exe from scratch without issues.
    -          Now it’s time to build the installer from scratch. Additional Installers were:
     LV2010 RTE, MAX 4.7, NI-DAQmx Full App Devel Support 9.2.3, and NI-VISA 5.03.
    -          Get the message that it will need some disks to build it which I have on hand:
    Dev Suite DVD#2, Drivers DVD, and VDM DVD (huh, why VDM?)
    -          The installer build progresses through the first two disks fine but will not find the files it needs on the VDM DVD (it is looking for “NI System Components”).
    -          Installer build bails out with a message box and no installer is created (1st attachment). The installer logs are also attached.
    -          Try the build process gain, same result.
    -          Copied the VDM DVD to my hard drive and point it to that folder to get the files, same result.
    -          Try again saying I don’t have the disks on hand. It lists some alternate disks to use but to get all the files it still wants the VDM DVD to complete it. Not much use, the build still fails.
    -          Try one last time again selecting that I don’t have the disks on hand. I now notice that the folder the VDM was copied to on the hard drive is an option to select. Select that one and lo and behold the installer is built successfully.
    So I guess it boils down to:
                - Why does it need the VDM DVD when there are no components of vision used?
                - Why can’t the installer find the files it needs on the VDM DVD or a copy of the DVD on the hard drive?
                - Why will it only work if I choose that I do not have the disks and point it to a copy of the DVD that resides on the hard drive?
    -AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    Attachments:
    MessageDuringVDMCopyForInstaller2010.JPG ‏127 KB
    TowersSPCv225Installer_build.log ‏3126 KB
    TowersSPCv225Installer_edit.log ‏915 KB

    Che:
    It gave no specific indication of what it was looking for, the only message that came up was in the screenshot jpg I originally posted.
    The only other vague clue I had was it needed NI System Component from the VDM DVD.
    Does not make sense that it required the VDM DVD since there were no vision components in the project. I presume it would have taken VISA off of the Dev Suite DVD's.
    I can't replicate the problem since I had the build cache the system components required for the project. I'd rather not start deleting folders at this point since I have a viable installer at this time (after many hours of troublshooting expended).
    Thanks
    -AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Find the File name from directory

    Hi Experts,
    My Scenario is:
    Pick the file from the Directory, Based on the file name, get the Q information from R/3 system and place the file into MQ.
    My Question is : How can I get the file name?, any one please guide me..
    Thanks for your help,
    Thanks,
    SR

    HI SR
    You need to enable the Adapter-Specific Message Attributes
    enable the FileName under this. Enabling this will allow to have this parameter as XI header
    You can check this value is generated or not using SXMB_MONI -> Inbound message -> SOAP header  -> Dynamic Configuration.
    This will be captured under http://sap.com/xi/XI/System/File name =  FIleNameu201D
    Now code given by Anand above will allow you to use this FileName in mapping. Based on this you can check R/3 system for relevant file.
    Hope this make you confortable with filename concept
    Thanks
    Gaurav

  • Captivate 5.5 issue with finding external files

    I have a project where I am trying to have a swf open another document (pdf, ppt, etc.).  What I am having an issue with is Captivate does not see the files if they are not in the same directory as the swf.  I have tried multiple options.  I can not have a drive letter involved as this is a mobile file which will be run off of a USB drive.
    Any ideas would be appreciated.
    Thanks.

    Hi there
    I'm not sure what you are experiencing here. How exactly have you tried to path your links? If you know the "HTML Shorthand" of accessing files it should not be a problem. Captivate won't need to "see" the files. Certainly plopping all the files together is the simplest (and most often recommended) way of working, but as long as you know how to use what we call "Relative Addressing", things should work fine.
    So if you want a structure like this:
    Captivate SWF Folder
    ** SomeSWF.SWF
    ** SomeSWF.HTM
    ** Standard.JS
    And maybe you want a folder named PDFS that would make the structure look like this:
    Captivate SWF Folder
    ** SomeSWF.SWF
    ** SomeSWF.HTM
    ** Standard.JS
    ** PDFs
    **** SomePDF.PDF
    The link inside Captivate would simply look like this:
    PDFS/SomePDF.PDF
    Or maybe you have a folder named PDFS that you want at the same level as the Captivate SWF Folder so the structure looks like this:
    Captivate SWF Folder
    ** SomeSWF.SWF
    ** SomeSWF.HTM
    ** Standard.JS
    PDFs
    ** SomePDF.PDF
    In that case the link inside Captivate would look like this:
    ../PDFS/SomePDF.PDF
    Also, if you are testing on your local C drive, the links may not work because you need to asjust your Flash Player Global Security Settings and add the output folder as a trusted location.
    Steps for doing that are at the link below:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • HSB Issue, related to prefs file?

    Hi,
    I've been migrating from cs5 to 6 and have everything setup as I like it, mostly.
    My issue is with gradients and their color mode. Previously, in cs5, the color mode stayed on HSB, now I have to select HSB because for some reason cs6 defaults to RGB every single time and it's driving me insane.
    Now I've done some experiments and if I delete my prefs file from CS5 I can replicate this annoying behaviour, once the prefs file is reinstated the color mode stays on HSB.
    I tried copying the prefs file over to the cs6 folder but that doesn't solve the issue.
    I'm trying to pin down whether it's because the gradients were created in cs5 that they work in cs5 but I'm starting to pull my hair out here.
    I've read everything on this forum related to the issue and googled till my eyes didn't work. I've spent a lot of time on this now and need some help.
    I've seen plenty of people say it isn't possible to keep the mode on HSB but that isn't my experience, I somehow managed to achieve it before and need to replicate it because I simply can't be doing with have to change the color mode every time I need to change a color.
    I'm sure if you multiplied all those additonal seconds across all the users it would equal thousands of hours, it's just wasting everyone's time.
    I'm really hoping you can help.
    Thanks.

    OK I see what you're experiencing now. Double-clicking on the HSB gradient node does indeed bring up a color picker that is set to RGB.  DOH!
    This doesn't happen for me, since I use two monitors, and keep a majority of the tools open on the second monitor at all times. Instead of double-clicking on a gradient node, I simply select the node and use the (already open) color panel to make my adjustments/additions, which remain in HSB once they are initially changed from default (on a new boot of AI) from grayscale. With your workflow, I agree Adobe needs to address keeping color models (in art and swatches) as originally specified, especially for people (almost everyone it seems) who work with only one monitor.
    Just speculating here: HSB is "just" another way to present RGB. In my experience, it isn't as accurate as RGB, but gets one "very close" to what can be achieved when working in RGB instead of HSB. In this sense (still speculating) HSB is being seen by the software as a "derivative" or "expression" of RGB. So when a new color panel is opened, it would "naturally" defer to the base color-mode, RGB. I imagine addressing this problem, to allow the 1-monitor user to work in a derivative of RGB might be a huge challenge, affecting all areas of the software that deal with color.
    Ever since I began working with two monitors, many of these issues simply don't affect me. BTW, I have the same success using HSB in CS5 as I do in CS6, so my earlier guess that it was the Creative Cloud version that was allowing me to remain in HSB was thankfully wrong. It's the second monitor, allowing me to keep the tools open at all times.
    Now if Adobe would just add HSB to InDesign! ... it's always something. 

  • Pacman dependency issue: cannot find dependency files

    Hello!
    Some weeks ago I upgraded my system using pacman -Suy running in terminal inside screen. For some reason the terminal and screen died and pacman got interrupted in the middle of a big upgrade. After that my box behaves very strangely. For instance I cannot longer start screen:
    $ screen
    reopen fifo /tmp/screens/S-dan/5120.pts-1.laptop: No such file or directory
    I no longer have perl installed, and I seem to miss all the standard c-libraries
    $ gcc test.c
    test.c:1:19: error: stdio.h No such file or directory
    I do not know if this above is of relevance, but when I try using pacman now I get  a error on not being able to find the »depends» files of glibc and perl. The directory they are being looked for at has a double slash // very odd. This is an output:
    # pacman -Suy
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    looking for inter-conflicts...
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/depends: No such file or directory
    error: could not open file /var/lib/pacman/local//perl-5.10.0-3/depends: No such file or directory
    Targets: m4-1.4.11-1 autoconf-2.62-1 cairo-perl-1.060-1 pam-1.0.1-1
    coreutils-6.11-1 curl-7.18.1-2 dialog-1.1_20080316-3
    hunspell-1.2.2-2 enchant-1.4.1-2 file-4.24-1 libpng-1.2.28-1
    fltk-1.1.9-1 gail-1.22.1-1 glib-perl-1.182-1 gtk2-perl-1.182-1
    gnome-vfs-perl-1.081-1 gpm-1.20.3-1 gstreamer0.10-bad-0.10.7-1
    gstreamer0.10-good-0.10.8-1 gtk-engines-2.14.1-1 gtkhtml-3.18.1-1
    imagemagick-6.4.1.0-1 libxml2-2.6.32-1 libxslt-1.1.23-1
    kdelibs-3.5.9-3.1 laptop-mode-tools-1.41-1 libdvdnav-0.1.10-3
    libnotify-0.4.4-2 libsamplerate-0.1.3-1 neon-0.28.2-1
    pstoedit-3.45-2 openoffice-base-2.4.0-2 patch-2.5.9-1
    pkgconfig-0.23-1 pycairo-1.4.12-1 python-pytz-2008b-1
    scons-0.98.3-1 python-mpd-0.2.0-1 sonata-1.5-2 tagpy-0.94.5-1
    tar-1.20-2 texinfo-4.12-2 wget-1.11.2-1 wine-0.9.61-1
    xine-lib-1.1.12-1
    Total Download Size: 173.95 MB
    Total Installed Size: 176.15 MB
    Proceed with installation? [Y/n] n
    Any ideas if this is fixable? I havent found anything here on the forums or on the interwebs. I could do a fresh reinstall, but maybe I could save some time by just fixing this.
    Thanks in advance for any help,
    Dan

    Got some complaints on a lot of files already existing in the filesystem:
    $pacman -S perl glibc
    error: could not open file /var/lib/pacman/local//glibc-2.7-9/files: No such file or directory
    error: could not prepare transaction
    glibc: /etc/locale.gen exists in filesystem
    glibc: /etc/nscd.conf exists in filesystem
    glibc: /etc/rc.d/nscd exists in filesystem
    glibc: /etc/rpc exists in filesystem
    glibc: /lib/ld-2.7.so exists in filesystem
    glibc: /lib/ld-linux.so.2 exists in filesystem
    glibc: /lib/libBrokenLocale-2.7.so exists in filesystem
    glibc: /lib/libBrokenLocale.so.1 exists in filesystem
    glibc: /lib/libSegFault.so exists in filesystem
    glibc: /lib/libanl-2.7.so exists in filesystem
    glibc: /lib/libanl.so.1 exists in filesystem
    glibc: /lib/libc-2.7.so exists in filesystem
    glibc: /lib/libc.so.6 exists in filesystem
    glibc: /lib/libcidn-2.7.so exists in filesystem
    glibc: /lib/libcidn.so.1 exists in filesystem
    glibc: /lib/libcrypt-2.7.so exists in filesystem
    glibc: /lib/libcrypt.so.1 exists in filesystem
    glibc: /lib/libdl-2.7.so exists in filesystem
    glibc: /lib/libdl.so.2 exists in filesystem
    glibc: /lib/libm-2.7.so exists in filesystem
    glibc: /lib/libm.so.6 exists in filesystem
    glibc: /lib/libmemusage.so exists in filesystem
    glibc: /lib/libnsl-2.7.so exists in filesystem
    glibc: /lib/libnsl.so.1 exists in filesystem
    glibc: /lib/libnss_compat-2.7.so exists in filesystem
    glibc: /lib/libnss_compat.so.2 exists in filesystem
    glibc: /lib/libnss_dns-2.7.so exists in filesystem
    glibc: /lib/libnss_dns.so.2 exists in filesystem
    glibc: /lib/libnss_files-2.7.so exists in filesystem
    glibc: /lib/libnss_files.so.2 exists in filesystem
    glibc: /lib/libnss_hesiod-2.7.so exists in filesystem
    glibc: /lib/libnss_hesiod.so.2 exists in filesystem
    glibc: /lib/libnss_nis-2.7.so exists in filesystem
    glibc: /lib/libnss_nis.so.2 exists in filesystem
    glibc: /lib/libnss_nisplus-2.7.so exists in filesystem
    glibc: /lib/libnss_nisplus.so.2 exists in filesystem
    glibc: /lib/libpcprofile.so exists in filesystem
    glibc: /lib/libpthread-2.7.so exists in filesystem
    glibc: /lib/libpthread.so.0 exists in filesystem
    glibc: /lib/libresolv-2.7.so exists in filesystem
    glibc: /lib/libresolv.so.2 exists in filesystem
    glibc: /lib/librt-2.7.so exists in filesystem
    glibc: /lib/librt.so.1 exists in filesystem
    glibc: /lib/libthread_db-1.0.so exists in filesystem
    glibc: /lib/libthread_db.so.1 exists in filesystem
    glibc: /lib/libutil-2.7.so exists in filesystem
    glibc: /lib/libutil.so.1 exists in filesystem
    glibc: /sbin/ldconfig exists in filesystem
    glibc: /sbin/sln exists in filesystem
    glibc: /usr/include/scsi/scsi.h exists in filesystem
    glibc: /usr/include/scsi/scsi_ioctl.h exists in filesystem
    glibc: /usr/include/scsi/sg.h exists in filesystem
    glibc: /usr/share/i18n/charmaps/ANSI_X3.110-1983.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ANSI_X3.4-1968.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ARMSCII-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ASMO_449.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BIG5-HKSCS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BIG5.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BRF.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BS_4730.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/BS_VIEWDATA.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP10007.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1125.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1250.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1251.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1252.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1253.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1254.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1255.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1256.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1257.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP1258.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP737.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP775.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CP949.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CSN_369103.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/CWI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/DEC-MCS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/DIN_66003.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/DS_2089.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-AT-DE.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-CA-FR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-DK-NO.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-ES-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-ES-S.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-ES.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-FI-SE.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-FR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-IT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-PT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-UK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EBCDIC-US.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ECMA-CYRILLIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ES.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ES2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-JISX0213.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-JP-MS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-JP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-KR.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/EUC-TW.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GB18030.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GB2312.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GBK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GB_1988-80.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GEORGIAN-PS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GOST_19768-74.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GREEK-CCITT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GREEK7-OLD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/GREEK7.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/HP-ROMAN8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM037.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM038.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1004.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1026.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1047.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1124.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1129.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1132.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1133.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1160.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1161.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1162.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1163.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM1164.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM256.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM273.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM274.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM275.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM277.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM278.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM280.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM281.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM284.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM285.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM290.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM297.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM420.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM423.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM424.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM437.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM500.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM850.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM851.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM852.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM855.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM856.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM857.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM860.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM861.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM862.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM863.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM864.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM865.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM866.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM866NAV.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM868.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM869.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM870.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM871.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM874.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM875.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM880.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM891.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM903.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM904.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM905.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM918.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IBM922.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IEC_P27-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INIS-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INIS-CYRILLIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INIS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/INVARIANT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISIRI-3342.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-10.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-11.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-13.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-14.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-15.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-16.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-3.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-4.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-5.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-6.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-7.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-9.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-8859-9E.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-IR-197.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-IR-209.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO-IR-90.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_10367-BOX.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_10646.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_11548-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_2033-1983.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_5427-EXT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_5427.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_5428.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_646.BASIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_646.IRV.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_6937-2-25.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_6937-2-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_6937.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_8859-1,GL.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/ISO_8859-SUPP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/IT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-A.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-B.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JIS_X0201.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JOHAB.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JUS_I.B1.002.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-R.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-RU.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-T.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KOI8-U.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/KSC5636.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/LATIN-GREEK-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/LATIN-GREEK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-CYRILLIC.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-IS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-SAMI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MAC-UK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MACINTOSH.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MIK.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/MSZ_7795.3.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-DANO-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-DANO.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-SEFI-ADD.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NATS-SEFI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NC_NC00-10.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NEXTSTEP.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NF_Z_62-010.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NF_Z_62-010_1973.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NS_4551-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/NS_4551-2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/PT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/PT154.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/PT2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/RK1048.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SAMI-WS2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SAMI.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SEN_850200_B.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SEN_850200_C.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SHIFT_JIS.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/SHIFT_JISX0213.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/T.101-G2.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/T.61-7BIT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/T.61-8BIT.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/TCVN5712-1.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/TIS-620.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/TSCII.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/UTF-8.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/VISCII.gz exists in filesystem
    glibc: /usr/share/i18n/charmaps/WINDOWS-31J.gz exists in filesystem
    glibc: /usr/share/i18n/locales/POSIX exists in filesystem
    glibc: /usr/share/i18n/locales/aa_DJ exists in filesystem
    glibc: /usr/share/i18n/locales/aa_ER exists in filesystem
    glibc: /usr/share/i18n/locales/aa_ER@saaho exists in filesystem
    glibc: /usr/share/i18n/locales/aa_ET exists in filesystem
    glibc: /usr/share/i18n/locales/af_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/am_ET exists in filesystem
    glibc: /usr/share/i18n/locales/an_ES exists in filesystem
    glibc: /usr/share/i18n/locales/ar_AE exists in filesystem
    glibc: /usr/share/i18n/locales/ar_BH exists in filesystem
    glibc: /usr/share/i18n/locales/ar_DZ exists in filesystem
    glibc: /usr/share/i18n/locales/ar_EG exists in filesystem
    glibc: /usr/share/i18n/locales/ar_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ar_IQ exists in filesystem
    glibc: /usr/share/i18n/locales/ar_JO exists in filesystem
    glibc: /usr/share/i18n/locales/ar_KW exists in filesystem
    glibc: /usr/share/i18n/locales/ar_LB exists in filesystem
    glibc: /usr/share/i18n/locales/ar_LY exists in filesystem
    glibc: /usr/share/i18n/locales/ar_MA exists in filesystem
    glibc: /usr/share/i18n/locales/ar_OM exists in filesystem
    glibc: /usr/share/i18n/locales/ar_QA exists in filesystem
    glibc: /usr/share/i18n/locales/ar_SA exists in filesystem
    glibc: /usr/share/i18n/locales/ar_SD exists in filesystem
    glibc: /usr/share/i18n/locales/ar_SY exists in filesystem
    glibc: /usr/share/i18n/locales/ar_TN exists in filesystem
    glibc: /usr/share/i18n/locales/ar_YE exists in filesystem
    glibc: /usr/share/i18n/locales/as_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ast_ES exists in filesystem
    glibc: /usr/share/i18n/locales/az_AZ exists in filesystem
    glibc: /usr/share/i18n/locales/be_BY exists in filesystem
    glibc: /usr/share/i18n/locales/be_BY@latin exists in filesystem
    glibc: /usr/share/i18n/locales/ber_DZ exists in filesystem
    glibc: /usr/share/i18n/locales/ber_MA exists in filesystem
    glibc: /usr/share/i18n/locales/bg_BG exists in filesystem
    glibc: /usr/share/i18n/locales/bn_BD exists in filesystem
    glibc: /usr/share/i18n/locales/bn_IN exists in filesystem
    glibc: /usr/share/i18n/locales/br_FR exists in filesystem
    glibc: /usr/share/i18n/locales/br_FR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/bs_BA exists in filesystem
    glibc: /usr/share/i18n/locales/byn_ER exists in filesystem
    glibc: /usr/share/i18n/locales/ca_AD exists in filesystem
    glibc: /usr/share/i18n/locales/ca_ES exists in filesystem
    glibc: /usr/share/i18n/locales/ca_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/ca_ES@valencia exists in filesystem
    glibc: /usr/share/i18n/locales/ca_FR exists in filesystem
    glibc: /usr/share/i18n/locales/ca_IT exists in filesystem
    glibc: /usr/share/i18n/locales/crh_UA exists in filesystem
    glibc: /usr/share/i18n/locales/cs_CZ exists in filesystem
    glibc: /usr/share/i18n/locales/csb_PL exists in filesystem
    glibc: /usr/share/i18n/locales/cy_GB exists in filesystem
    glibc: /usr/share/i18n/locales/da_DK exists in filesystem
    glibc: /usr/share/i18n/locales/de_AT exists in filesystem
    glibc: /usr/share/i18n/locales/de_AT@euro exists in filesystem
    glibc: /usr/share/i18n/locales/de_BE exists in filesystem
    glibc: /usr/share/i18n/locales/de_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/de_CH exists in filesystem
    glibc: /usr/share/i18n/locales/de_DE exists in filesystem
    glibc: /usr/share/i18n/locales/de_DE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/de_LU exists in filesystem
    glibc: /usr/share/i18n/locales/de_LU@euro exists in filesystem
    glibc: /usr/share/i18n/locales/dz_BT exists in filesystem
    glibc: /usr/share/i18n/locales/el_CY exists in filesystem
    glibc: /usr/share/i18n/locales/el_GR exists in filesystem
    glibc: /usr/share/i18n/locales/el_GR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/en_AU exists in filesystem
    glibc: /usr/share/i18n/locales/en_BW exists in filesystem
    glibc: /usr/share/i18n/locales/en_CA exists in filesystem
    glibc: /usr/share/i18n/locales/en_DK exists in filesystem
    glibc: /usr/share/i18n/locales/en_GB exists in filesystem
    glibc: /usr/share/i18n/locales/en_HK exists in filesystem
    glibc: /usr/share/i18n/locales/en_IE exists in filesystem
    glibc: /usr/share/i18n/locales/en_IE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/en_IN exists in filesystem
    glibc: /usr/share/i18n/locales/en_NG exists in filesystem
    glibc: /usr/share/i18n/locales/en_NZ exists in filesystem
    glibc: /usr/share/i18n/locales/en_PH exists in filesystem
    glibc: /usr/share/i18n/locales/en_SG exists in filesystem
    glibc: /usr/share/i18n/locales/en_US exists in filesystem
    glibc: /usr/share/i18n/locales/en_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/en_ZW exists in filesystem
    glibc: /usr/share/i18n/locales/eo exists in filesystem
    glibc: /usr/share/i18n/locales/es_AR exists in filesystem
    glibc: /usr/share/i18n/locales/es_BO exists in filesystem
    glibc: /usr/share/i18n/locales/es_CL exists in filesystem
    glibc: /usr/share/i18n/locales/es_CO exists in filesystem
    glibc: /usr/share/i18n/locales/es_CR exists in filesystem
    glibc: /usr/share/i18n/locales/es_DO exists in filesystem
    glibc: /usr/share/i18n/locales/es_EC exists in filesystem
    glibc: /usr/share/i18n/locales/es_ES exists in filesystem
    glibc: /usr/share/i18n/locales/es_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/es_GT exists in filesystem
    glibc: /usr/share/i18n/locales/es_HN exists in filesystem
    glibc: /usr/share/i18n/locales/es_MX exists in filesystem
    glibc: /usr/share/i18n/locales/es_NI exists in filesystem
    glibc: /usr/share/i18n/locales/es_PA exists in filesystem
    glibc: /usr/share/i18n/locales/es_PE exists in filesystem
    glibc: /usr/share/i18n/locales/es_PR exists in filesystem
    glibc: /usr/share/i18n/locales/es_PY exists in filesystem
    glibc: /usr/share/i18n/locales/es_SV exists in filesystem
    glibc: /usr/share/i18n/locales/es_US exists in filesystem
    glibc: /usr/share/i18n/locales/es_UY exists in filesystem
    glibc: /usr/share/i18n/locales/es_VE exists in filesystem
    glibc: /usr/share/i18n/locales/et_EE exists in filesystem
    glibc: /usr/share/i18n/locales/eu_ES exists in filesystem
    glibc: /usr/share/i18n/locales/eu_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/eu_FR exists in filesystem
    glibc: /usr/share/i18n/locales/eu_FR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fa_IR exists in filesystem
    glibc: /usr/share/i18n/locales/fi_FI exists in filesystem
    glibc: /usr/share/i18n/locales/fi_FI@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fil_PH exists in filesystem
    glibc: /usr/share/i18n/locales/fo_FO exists in filesystem
    glibc: /usr/share/i18n/locales/fr_BE exists in filesystem
    glibc: /usr/share/i18n/locales/fr_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fr_CA exists in filesystem
    glibc: /usr/share/i18n/locales/fr_CH exists in filesystem
    glibc: /usr/share/i18n/locales/fr_FR exists in filesystem
    glibc: /usr/share/i18n/locales/fr_FR@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fr_LU exists in filesystem
    glibc: /usr/share/i18n/locales/fr_LU@euro exists in filesystem
    glibc: /usr/share/i18n/locales/fur_IT exists in filesystem
    glibc: /usr/share/i18n/locales/fy_DE exists in filesystem
    glibc: /usr/share/i18n/locales/fy_NL exists in filesystem
    glibc: /usr/share/i18n/locales/ga_IE exists in filesystem
    glibc: /usr/share/i18n/locales/ga_IE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/gd_GB exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ER exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ER@abegede exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ET exists in filesystem
    glibc: /usr/share/i18n/locales/gez_ET@abegede exists in filesystem
    glibc: /usr/share/i18n/locales/gl_ES exists in filesystem
    glibc: /usr/share/i18n/locales/gl_ES@euro exists in filesystem
    glibc: /usr/share/i18n/locales/gu_IN exists in filesystem
    glibc: /usr/share/i18n/locales/gv_GB exists in filesystem
    glibc: /usr/share/i18n/locales/ha_NG exists in filesystem
    glibc: /usr/share/i18n/locales/he_IL exists in filesystem
    glibc: /usr/share/i18n/locales/hi_IN exists in filesystem
    glibc: /usr/share/i18n/locales/hr_HR exists in filesystem
    glibc: /usr/share/i18n/locales/hsb_DE exists in filesystem
    glibc: /usr/share/i18n/locales/hu_HU exists in filesystem
    glibc: /usr/share/i18n/locales/hy_AM exists in filesystem
    glibc: /usr/share/i18n/locales/i18n exists in filesystem
    glibc: /usr/share/i18n/locales/ia exists in filesystem
    glibc: /usr/share/i18n/locales/id_ID exists in filesystem
    glibc: /usr/share/i18n/locales/ig_NG exists in filesystem
    glibc: /usr/share/i18n/locales/ik_CA exists in filesystem
    glibc: /usr/share/i18n/locales/is_IS exists in filesystem
    glibc: /usr/share/i18n/locales/iso14651_t1 exists in filesystem
    glibc: /usr/share/i18n/locales/iso14651_t1_common exists in filesystem
    glibc: /usr/share/i18n/locales/iso14651_t1_pinyin exists in filesystem
    glibc: /usr/share/i18n/locales/it_CH exists in filesystem
    glibc: /usr/share/i18n/locales/it_IT exists in filesystem
    glibc: /usr/share/i18n/locales/it_IT@euro exists in filesystem
    glibc: /usr/share/i18n/locales/iu_CA exists in filesystem
    glibc: /usr/share/i18n/locales/iw_IL exists in filesystem
    glibc: /usr/share/i18n/locales/ja_JP exists in filesystem
    glibc: /usr/share/i18n/locales/ka_GE exists in filesystem
    glibc: /usr/share/i18n/locales/kk_KZ exists in filesystem
    glibc: /usr/share/i18n/locales/kl_GL exists in filesystem
    glibc: /usr/share/i18n/locales/km_KH exists in filesystem
    glibc: /usr/share/i18n/locales/kn_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ko_KR exists in filesystem
    glibc: /usr/share/i18n/locales/ku_TR exists in filesystem
    glibc: /usr/share/i18n/locales/kw_GB exists in filesystem
    glibc: /usr/share/i18n/locales/ky_KG exists in filesystem
    glibc: /usr/share/i18n/locales/lg_UG exists in filesystem
    glibc: /usr/share/i18n/locales/li_BE exists in filesystem
    glibc: /usr/share/i18n/locales/li_NL exists in filesystem
    glibc: /usr/share/i18n/locales/lo_LA exists in filesystem
    glibc: /usr/share/i18n/locales/lt_LT exists in filesystem
    glibc: /usr/share/i18n/locales/lv_LV exists in filesystem
    glibc: /usr/share/i18n/locales/mai_IN exists in filesystem
    glibc: /usr/share/i18n/locales/mg_MG exists in filesystem
    glibc: /usr/share/i18n/locales/mi_NZ exists in filesystem
    glibc: /usr/share/i18n/locales/mk_MK exists in filesystem
    glibc: /usr/share/i18n/locales/ml_IN exists in filesystem
    glibc: /usr/share/i18n/locales/mn_MN exists in filesystem
    glibc: /usr/share/i18n/locales/mr_IN exists in filesystem
    glibc: /usr/share/i18n/locales/ms_MY exists in filesystem
    glibc: /usr/share/i18n/locales/mt_MT exists in filesystem
    glibc: /usr/share/i18n/locales/nb_NO exists in filesystem
    glibc: /usr/share/i18n/locales/nds_DE exists in filesystem
    glibc: /usr/share/i18n/locales/nds_NL exists in filesystem
    glibc: /usr/share/i18n/locales/ne_NP exists in filesystem
    glibc: /usr/share/i18n/locales/nl_BE exists in filesystem
    glibc: /usr/share/i18n/locales/nl_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/nl_NL exists in filesystem
    glibc: /usr/share/i18n/locales/nl_NL@euro exists in filesystem
    glibc: /usr/share/i18n/locales/nn_NO exists in filesystem
    glibc: /usr/share/i18n/locales/nr_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/nso_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/oc_FR exists in filesystem
    glibc: /usr/share/i18n/locales/om_ET exists in filesystem
    glibc: /usr/share/i18n/locales/om_KE exists in filesystem
    glibc: /usr/share/i18n/locales/or_IN exists in filesystem
    glibc: /usr/share/i18n/locales/pa_IN exists in filesystem
    glibc: /usr/share/i18n/locales/pa_PK exists in filesystem
    glibc: /usr/share/i18n/locales/pap_AN exists in filesystem
    glibc: /usr/share/i18n/locales/pl_PL exists in filesystem
    glibc: /usr/share/i18n/locales/pt_BR exists in filesystem
    glibc: /usr/share/i18n/locales/pt_PT exists in filesystem
    glibc: /usr/share/i18n/locales/pt_PT@euro exists in filesystem
    glibc: /usr/share/i18n/locales/ro_RO exists in filesystem
    glibc: /usr/share/i18n/locales/ru_RU exists in filesystem
    glibc: /usr/share/i18n/locales/ru_UA exists in filesystem
    glibc: /usr/share/i18n/locales/rw_RW exists in filesystem
    glibc: /usr/share/i18n/locales/sa_IN exists in filesystem
    glibc: /usr/share/i18n/locales/sc_IT exists in filesystem
    glibc: /usr/share/i18n/locales/se_NO exists in filesystem
    glibc: /usr/share/i18n/locales/si_LK exists in filesystem
    glibc: /usr/share/i18n/locales/sid_ET exists in filesystem
    glibc: /usr/share/i18n/locales/sk_SK exists in filesystem
    glibc: /usr/share/i18n/locales/sl_SI exists in filesystem
    glibc: /usr/share/i18n/locales/so_DJ exists in filesystem
    glibc: /usr/share/i18n/locales/so_ET exists in filesystem
    glibc: /usr/share/i18n/locales/so_KE exists in filesystem
    glibc: /usr/share/i18n/locales/so_SO exists in filesystem
    glibc: /usr/share/i18n/locales/sq_AL exists in filesystem
    glibc: /usr/share/i18n/locales/sr_ME exists in filesystem
    glibc: /usr/share/i18n/locales/sr_RS exists in filesystem
    glibc: /usr/share/i18n/locales/sr_RS@latin exists in filesystem
    glibc: /usr/share/i18n/locales/ss_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/st_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/sv_FI exists in filesystem
    glibc: /usr/share/i18n/locales/sv_FI@euro exists in filesystem
    glibc: /usr/share/i18n/locales/sv_SE exists in filesystem
    glibc: /usr/share/i18n/locales/ta_IN exists in filesystem
    glibc: /usr/share/i18n/locales/te_IN exists in filesystem
    glibc: /usr/share/i18n/locales/tg_TJ exists in filesystem
    glibc: /usr/share/i18n/locales/th_TH exists in filesystem
    glibc: /usr/share/i18n/locales/ti_ER exists in filesystem
    glibc: /usr/share/i18n/locales/ti_ET exists in filesystem
    glibc: /usr/share/i18n/locales/tig_ER exists in filesystem
    glibc: /usr/share/i18n/locales/tk_TM exists in filesystem
    glibc: /usr/share/i18n/locales/tl_PH exists in filesystem
    glibc: /usr/share/i18n/locales/tn_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/tr_CY exists in filesystem
    glibc: /usr/share/i18n/locales/tr_TR exists in filesystem
    glibc: /usr/share/i18n/locales/translit_circle exists in filesystem
    glibc: /usr/share/i18n/locales/translit_cjk_compat exists in filesystem
    glibc: /usr/share/i18n/locales/translit_cjk_variants exists in filesystem
    glibc: /usr/share/i18n/locales/translit_combining exists in filesystem
    glibc: /usr/share/i18n/locales/translit_compat exists in filesystem
    glibc: /usr/share/i18n/locales/translit_font exists in filesystem
    glibc: /usr/share/i18n/locales/translit_fraction exists in filesystem
    glibc: /usr/share/i18n/locales/translit_hangul exists in filesystem
    glibc: /usr/share/i18n/locales/translit_narrow exists in filesystem
    glibc: /usr/share/i18n/locales/translit_neutral exists in filesystem
    glibc: /usr/share/i18n/locales/translit_small exists in filesystem
    glibc: /usr/share/i18n/locales/translit_wide exists in filesystem
    glibc: /usr/share/i18n/locales/ts_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/tt_RU exists in filesystem
    glibc: /usr/share/i18n/locales/tt_RU@iqtelif exists in filesystem
    glibc: /usr/share/i18n/locales/ug_CN exists in filesystem
    glibc: /usr/share/i18n/locales/uk_UA exists in filesystem
    glibc: /usr/share/i18n/locales/ur_PK exists in filesystem
    glibc: /usr/share/i18n/locales/uz_UZ exists in filesystem
    glibc: /usr/share/i18n/locales/uz_UZ@cyrillic exists in filesystem
    glibc: /usr/share/i18n/locales/ve_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/vi_VN exists in filesystem
    glibc: /usr/share/i18n/locales/wa_BE exists in filesystem
    glibc: /usr/share/i18n/locales/wa_BE@euro exists in filesystem
    glibc: /usr/share/i18n/locales/wal_ET exists in filesystem
    glibc: /usr/share/i18n/locales/wo_SN exists in filesystem
    glibc: /usr/share/i18n/locales/xh_ZA exists in filesystem
    glibc: /usr/share/i18n/locales/yi_US exists in filesystem
    glibc: /usr/share/i18n/locales/yo_NG exists in filesystem
    glibc: /usr/share/i18n/locales/zh_CN exists in filesystem
    glibc: /usr/share/i18n/locales/zh_HK exists in filesystem
    glibc: /usr/share/i18n/locales/zh_SG exists in filesystem
    glibc: /usr/share/i18n/locales/zh_TW exists in filesystem
    glibc: /usr/share/i18n/locales/zu_ZA exists in filesystem
    glibc: /usr/share/locale/locale.alias exists in filesystem
    glibc: /usr/share/locale/zh_CN/LC_MESSAGES/libc.mo exists in filesystem
    perl: /etc/profile.d/perlbin.sh exists in filesystem
    perl: /usr/lib/perl5/core_perl/.packlist exists in filesystem
    perl: /usr/lib/perl5/core_perl/B.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/EXTERN.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/INTERN.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/XSUB.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/av.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/cc_runtime.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/config.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/cop.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/cv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/dosish.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/embed.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/embedvar.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/fakesdio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/fakethr.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/form.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/gv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/handy.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/hv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/intrpvar.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/iperlsys.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/keywords.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/libperl.a exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/malloc_ctl.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/mg.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/nostdio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/op.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/opcode.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/opnames.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/overload.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/pad.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/parser.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/patchlevel.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perl.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlapi.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perliol.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlsdio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlsfio.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perlvars.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/perly.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/pp.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/pp_proto.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/proto.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/reentr.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regcharclass.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regcomp.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regexp.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/regnodes.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/scope.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/sv.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/thread.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/uconfig.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/unixish.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/utf8.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/utfebcdic.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/util.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/uudmap.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/CORE/warnings.h exists in filesystem
    perl: /usr/lib/perl5/core_perl/Config.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Config.pod exists in filesystem
    perl: /usr/lib/perl5/core_perl/Config_heavy.pl exists in filesystem
    perl: /usr/lib/perl5/core_perl/Cwd.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/DB_File.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/DynaLoader.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Encode.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Errno.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Fcntl.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/GDBM_File.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/IO.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/O.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Opcode.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/POSIX.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/POSIX.pod exists in filesystem
    perl: /usr/lib/perl5/core_perl/SDBM_File.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Safe.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Socket.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/Storable.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/XSLoader.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/attrs.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/encoding.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/lib.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/ops.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/re.pm exists in filesystem
    perl: /usr/lib/perl5/core_perl/threads.pm exists in filesystem
    Errors occurred, no packages were upgraded.
    And the problem transists. I tried pacman -R glibc perl but it didn't go too well, got complaints on practically everything depending on glibc. Is it a good or bad idea to manually delete all the files listed above? There surely has to be a better way...
    thanks, Dan

  • Issue related to planning file entries.

    Daily around 50,000 materials are getting flagged with the planning file entries ( NETCH , NETPL & BOM Expl ) in around 10 - 20 sec .
    As this is imapcting the MRP run , we need to now the reason why these planning file entries are created .
    Note :-
    *)   All these materials has been linked to the configurable material in MRP view
    *)   There are no changes in these materials
    *)   There are no changes in the config mat , BOM , routing .
    *)   There are no batch jobs or Idocs processed at the specific time when planning file entries are created
         Assuming that the Time stamp of last update for planning file entry in DBVM is in UTC (Universal time)
    *)   We have also execute the program for consistency check of planning file entries , however even this did not help

    Hi Anupam
    We just upgraded from 4.6 to ECC.
    In 4.6 , the number of entries flagged with NETCH per day was around 3000 & the MRP run was taking around 30 min to finish .
    After upgrade the MRP run is taking around 8 hrs to finish
    As per our analysis , the main reason for the MRP performance is the number of planning file entries flagged with NETCH , NETPL & BOM re-explode indicator .
    When we checked the update time stamp in table DBVM for all the 50,000 entries , we observed that all these entries were updated within a time duration of 15 - 20 sec.
    In this paticular time duration , we checked whether there were any batch job or idocs getting procesed , but there were none .
    As these entries are updated almost daily & there is no centain time when this happens , we need to know whether there is a mechanish with which we can find the specific program which created the planning file entries .
    If we find the program , we can debug it .
    As planning file entries are created in a number of cases ( may be creation /changing of master data or transaction data ) , we are totally clueless which standard program or Z program is causing the issue

  • Finding newest file in given directory

    I have a program that needs to automatically take data from a text
    file made earlier. There are several text files in a certain
    directory, and i need the program to take the newest file. The text
    files are labeled as so:
    mm-dd-yyyy-time.txt
    ex: 12-21-2001-0813.txt
    now, is there a way to read file names in a directory? or, does
    labview have a function that can return a file name given "modified"
    date?
    any suggested plan of attack is greatly appreciated.
    [email protected]

    In LV6 (i'm not sure for earlier versions) in File I/O - > Advanced File Functions palette, you have "List Directory" and "File/Directory Info" ... so, exactly what you are looking for.
    Hope this helps
    p.s.: a suggestion would be the yyyy-mm-dd-time.txt format ... especially if you are using the explorer to access them too

  • File in target directory?

    Hi Friends,
    The audit log says that the message is delivered but i cannot find the file in target directory.Does this indicate that the file is picked by the receiver system,if yes then once the file is picked the file is deleted from the target directory?
    Note-The "file construction mode" is set as create.
    Regards,
    Suresh.

    Hi Suresh
    Check for the SXMB_MONI as suggested above if you have success message.
    Moreover
    ,if yes then once the file is picked the file is deleted from the target directory?
    When the audit log says message delivered it will be delivered to target directory.
    Now if your scenario is file to file message can be deleted from source directory and not from target directory.
    Thanks
    Gaurav

  • I am having issues related to storage and I believe this is causing my computer to slow down. "Other" files part is the major occupier(180 GB). I have done Omni disk and multiple other cleaning(iTunes-device, restart, etc), yet have not been able to empty

    I am having issues related to storage and I believe this is causing my computer to slow down. "Other" files part is the major occupier(180 GB). I have done Omni disk and multiple other cleaning(iTunes-device, restart, etc), yet have not been able to empty any more space, nor to speed up my computer? Any suggestions? All your contributions are welcomed. Thanks. Mehmet Mazhar Celikoyar

    Below is the result:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,3
              1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
              NVIDIA GeForce 9600M GT - VRAM: 512 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    Startup Items:
              HP IO - Path: /Library/StartupItems/HP IO
    System Software:
              OS X 10.9 (13A603) - Uptime: 3 days 22:8:6
    Disk Information:
              ST9500420ASG disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (220.49 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.rim.driver.BlackBerryUSBDriverInt          (0.0.64)
              com.livedrive.filesystems.livedrivefs          (2.1.14)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.adobe.versioncueCS4.plist
              [loaded] com.creativebe.MainMenuHelper.plist
              [loaded] com.macpaw.CleanMyMac2.Agent.plist
              [loaded] com.magican.castle.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.rim.BBDaemon.plist
              [failed] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist
    Launch Agents:
              [loaded] com.adobe.CS4ServiceManager.plist
              [loaded] com.hp.messagecenter.launcher.plist
              [loaded] com.hp.productresearch.plist
              [loaded] com.rim.BBLaunchAgent.plist
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist
              [failed] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
              [failed] com.macpaw.CleanMyMac2Helper.scheduledScan.plist
              [failed] com.macpaw.CleanMyMac2Helper.trashWatcher.plist
              [failed] com.UninstallerTool.plist
              [failed] com.VolumeWatcherTool.plist
              [failed] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              BlackBerry Device Manager
              HP Scheduler
    3rd Party Preference Panes:
              Adobe Version Cue CS4
              DC30 Xact Driver Panel
              Flash Player
              Flip4Mac WMV
              Perian
    Internet Plug-ins:
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Default Browser.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              OfficeLiveBrowserPlugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              OctoshapeWeb.plugin
    Bad Fonts:
              None
    Time Machine:
              Mobile backups: OFF
              Auto backup: NO
              Volumes being backed up:
                        Macintosh HD: Disk size: 499.25 GB Disk used: 278.75 GB
              Destinations:
                        TOSHIBA EXT [Local] (Last used)
                        Total size: 2 TB
                        Total number of backups: 5
                        Oldest backup: 2013-10-24 23:21:31 +0000
                        Last backup: 2013-10-25 02:59:08 +0000
                        Size of backup disk: Excellent
                                  Backup size 2 TB > (Disk size 499.25 GB X 3)
    Top Processes by CPU:
                   3%          WindowServer
                   1%          EtreCheck
                   1%          Microsoft PowerPoint
                   0%          BBLaunchAgent
                   0%          fontd
                   0%          aosnotifyd
    Top Processes by Memory:
              168 MB             Microsoft PowerPoint
              123 MB             Safari
              86 MB              Mail
              74 MB              WindowServer
              45 MB              com.apple.WebKit.Networking
              45 MB              com.apple.WebKit.WebContent
              41 MB              Finder
              41 MB              PluginProcess
              41 MB              mds_stores
              33 MB              Notes
    Virtual Memory Statistics:
              72 MB              Free RAM
              1.27 GB            Active RAM
              1.24 GB            Inactive RAM
              667 MB             Wired RAM
              2.58 GB            Page-ins
              111 MB             Page-outs

  • Finder not displaying all files in remote directory

    Sorry, this is a repost as I have gotten no response from my original request here: Finder not displaying all files in remote directory
    I've exported pictures from iPhoto on my iMac to a shared directory on my mac mini. When I access that directory from my iMac, I can see some but not all of the pictures. I know the pictures exported properly because I can see them all from the mac mini. I can open up a terminal window on my iMac and see all of the files; I can also open those files from the terminal.
    I'm running OSX 10.9.4 on both computers, with the mac mini also running OSX Server. I've placed a screen grab below from my iMac of what Finder sees vs what I can see from the terminal.
    Why isn't Finder displaying all of my files?

    thanks for responding
    Adding a new file to the shared folder results in me being able to see the new file from my clients regardless of where it was added from, however the "hidden" files do not suddenly pop up.
    I tried a few more experiments that had interesting results, but still didn't lead me to an answer.
    First I tried copying the files from the remote directory to a local directory; I did this in 2 different ways and had different results. Method A) I copied files from the mounted share to a local dir: "cp /Volumes/MyShare/dir/*.JPG .". Method B) I copied the files using secure copy: "scp user@server:/path/to/dir/*.JPG .".
    Method A resulted in Finder not being able to see the files in the local directory, while Method B did. This was interesting and lead me to suspect an issue with the way I am sharing the directory on the server. From Server settings I have both afp and smb checked. I tried enabling only one or the other and reconnecting; but this did not fix the problem.
    Next I tried exporting the photos from iPhoto again. Exporting them locally results in files that Finder can see. Exporting them to my server results the same bad behavior
    Getting desperate, I also tried renaming all of the files from "*.JPG" to "*.jpg" but this didn't help.
    One last experiment, I see the same behavior from both another Mac and a PC on my local network... FTP works fine.
    Any more ideas?

  • Where do I find repository file in informatica install directory?

    Hi,
    I installed informatica 9.0.1 on linux. and created repository from admin console. now I want to change the rep service name and there is no option to do that and created new rep service with name Oracle_BI_DW_Base. service is up but got an issue with code page. I was disables previously created rep service now when I try to enable it it is trying to connect Oracle_BI_DW_Base repository. dont know this repository over written old one.
    where do I find repository file in informatica install directory?

    No response to other threads ?!
    How can I start informatica services using linux commands?

  • How can i find total no of files in a directory ..using fileconnection

    how can i find total no of files in a directory.
    currently iam using
    Enumeration enum = fileconn.list(); and by iterating iam getting count.
    but the application is getting stuckup when the number of files in the directory is large.
    Is there any alternative. please help.
    thanks in advance.

    HI,
    this is a simple example with a cursor over user_tables view:
    set serveroutput on
    DECLARE
       CURSOR c_test IS
          SELECT table_name FROM user_tables;
       type t_reg is table of varchar2(30);
       l_reg t_reg;
    BEGIN
       OPEN c_test;
       fetch c_test bulk collect into l_reg;
       dbms_output.put_line(c_test%ROWCOUNT);
    END;
    /Output:
    SQL>
    SQL> set serveroutput on
    SQL> DECLARE
      2     CURSOR c_test IS
      3        SELECT table_name FROM user_tables;
      4     type t_reg is table of varchar2(30);
      5     l_reg t_reg;
      6  BEGIN
      7     OPEN c_test;
      8 
      9     fetch c_test bulk collect into l_reg;
    10 
    11     dbms_output.put_line(c_test%ROWCOUNT);
    12  END;
    13  /
    42
    PL/SQL procedure successfully completed
    SQL> Regards,
    Edited by: Walter Fernández on Nov 29, 2008 8:59 AM - Adding output...

  • Does anyone know what the file "memeodhelper is? It's preventing me from backing up my home directory. I can't even find the file with search. Hidden somehow?

    I would like to backup my Mac by copying my home directory to an external disk. When I try this, it always gets hung up on a file called "memeodhelper" saying I don't have permission to access the file and the paste stops. Can't find the file with a search. Any ideas?

    Hi Ray,
    Spotlight is no good for finding anything Apple thinks you don't need to find.
    You can "fix" that error...
    http://www.somewhereville.com/?tag=memeodhelper
    Or likely trash it...
    https://discussions.apple.com/message/11237019?messageID=11237019&tstart=0#11237 019?messageID=11237019&tstart=0
    Find Any File...
    http://apps.tempel.org/FindAnyFile/
    Hold Option or alt key when selecting Find to Find All.
    EasyFind...
    http://www.devon-technologies.com/download/
    Near the bottom of the page.

Maybe you are looking for

  • Delivery Output type newly created not triggering

    Hi, I have created 2 new output types i;e 1 for returns Order and one when we save the Delivery order. This i have copied the standard output type (BA00 & LD00). so now in returns order the output type i want to trigger automatically and print. But i

  • Re. moving iTunes 11 library with Match to external drive

    Hi Firstly: iMac 27" 3.06 GHz with 12GB RAM OSX10.8.2 and iTunes 11.01 (12) I've read many of the threads regarding moving the iTunes library to an external drive. I want to do this as I have only got a 1TB drive in my iMac and therefore want to free

  • Need help installing system7.5.3 on OSX

    I downloaded system7.5.3 and comes in 19 files. I am having trouble installing them. I click on the first file and i get a Installer, Install System Software, and a folder with some files i don't know what it does. The two installer don't work. When

  • SSID only from few Access points

    Hi all I am going to create a new WLAN id/SSID in wireless controller which is Cisco 4402 and once i create it the ssid is going to be pushed to all the access points but i want to broadcast the SSID only to few access points, is there anyway can we

  • My radio on my Vision:M doesn't w

    I installed the current firmware already. How will I go about to getting this fixed?