Managing pacsave and pacnew files

Sometimes it is a while before I do another 'pacman -Syu' ... so when I do I might find myself with a few .pacsave and .pacnew files to manage. To help myself deal with them I have written two simple little scripts to check and compare them quickly from the command line. I named the scripts diff_pacnew.sh and diff_pacsave.sh - and offer them here thinking it might be of interest to and maybe useful for forum members.
They use 'diff' to compare the existing file with the new one and prompt to enter a comment (such as "delete pacsave" or "add xyz to the file"). The comments are saved in /tmp/diff_pacsave.txt and /tmp/diff_pacnew.txt so I don't need to remember everything. I just read the txt files and alter/replace/remove the pacsave/pacnew files according to my notes there.
They use the 'locate' tool so I run 'updatedb' before using them.
#!/bin/bash
# diff_pacsave.sh
# script used in Archlinux
# to compare configuration files with their updated versions
for i in `locate *.pacsave`
do
j=`echo $i | sed 's/.pacsave//'`
if [ -f $j ]
then
echo "...................."
echo "comparing $i with $j"
diff $i $j
echo "Enter notes"
read notes
echo "$j" >> /tmp/diff_pacsave.txt
echo "$notes" >> /tmp/diff_pacsave.txt
echo >> /tmp/diff_pacsave.txt
echo
fi
done
#!/bin/bash
# diff_pacnew.sh
# script used in Archlinux
# to compare configuration files with their updated versions
for i in `locate *.pacnew`
do
j=`echo $i | sed 's/.pacnew//'`
if [ -f $j ]
then
echo "...................."
echo "comparing $i with $j"
diff $i $j
echo "Enter notes"
read notes
echo "$j" >> /tmp/diff_pacnew.txt
echo "$notes" >> /tmp/diff_pacnew.txt
echo >> /tmp/diff_pacnew.txt
echo
fi
done

Thanks jason.
Hey Xyne, so i renamed my crond.pacnew to crond (there was no crond before).  I don't really know if i need it. I've never messed with it before.
Mine looks like this:
/var/log/crond.log {
   sharedscripts
   copytruncate
   missingok
   postrotate
       kill -HUP `cat /var/run/cron.pid`
   endscript
and it's in the /etc/logrotate.d/ directory.  Think I may need it? I have no idea what that stuff means. hehe I just started using Linux just over a month ago with Arch! wooo!!

Similar Messages

  • Desktop manager download and rearranging files for Pearl 8100

    I have a Pearl 8100 and lost my desktop manager CD and need to load it on to my new laptop.  Where can I download this?  I have tried a search here at this website, but I can't seem to narrow down what I need specifically.
    Also, I was wondering if it were possible to move files around, specifically, from within a folder to the desktop.  For example,  Brickbreaker and Messenger.
    Thank you - beth 
    Solved!
    Go to Solution.

    OverviewGet the most out of your BlackBerry® smartphone with BlackBerry® Desktop Software—an integrated suite of applications that manages the link between your BlackBerry smartphone and your email account, organizer and more.
    BlackBerry Desktop Software FeaturesBlackBerry Desktop Software runs on your desktop PC, allowing you to:
    Keep Your Desktop and Smartphone Data Organized
    Synchronize your email and organizer information (calendar, contacts, memos and tasks) between your BlackBerry smartphone and your PC
    Back up information from your smartphone to your PC or restore previously saved files
    Easily Transfer Files, Music and Data
    Transfer files between your computer and your BlackBerry smartphone’s internal memory or optional media card¹ 
    Use Roxio® Media Manager² for easy management of your video and music files
    Migrate data from a BlackBerry smartphone, Palm® Treo or Windows Mobile® based device to a new BlackBerry smartphone²
    Add New Software and UpgradesLoad new applications and upgrades from your PC to your BlackBerry smartphone
    Manage Your Enterprise Email
    Create an auto signature to be included in the body of your outgoing email messages³
    Filter the email messages you receive on your BlackBerry smartphone by key words and message fields³
    Press here to download
    If your issue is resolved, put a checkmark in the green box that contains the resolution.
    OR
    If it was just/or also really helpful - Give it a Kudos.. Go on Mate.. Help the rest of the clueless blackberry user world find their answer too..
    ~Gday from Down Under~

  • Managing ALAC and MP3 files in differnet libraries - how to do?

    Hi All
    I have started upgrading my itunes music to ALAC for home listening. iTunes content is stored on an external hard drive.
    As I have a big library, my ipod classic is not going to be able to cope with the data volume. So I had the idea of creating a second itunes library with the songs in MP3, and using that one to synch my ipod/iphone
    However I have no idea how to go about this efficiently, and have searched online and got confused
    Can anyone tell me how to go about creating and then managing this?
    Cheers
    Andrew

    avl06 wrote:
    Correct - though I have today realised that apparently you can just "flick a switch" and have itunes do this for you. I can't understand how a compressed file can be made into ALAC (rather than the other way around)
    You don't really want to flick that switch, because while it will convert the compressed file to an ALAC file the results are always quality equal to or less than the source.
    The switch you refer to is designed for a different application. When you set your cd import preferences, this switch duplicates that format so you can target other sources with the same format goal. You need to decide when it is or is not appropriate to use this tool. My rule is to never recompress or change the container of a compressed file. There is (almost) nothing to gain. I say almost because if your goal is to create a cd compatible with any cd player and you only have compressed files to work with, you may want to convert to aiff, but you'll still have compressed quality, only in a larger container.
    I hope that makes sense.

  • Folder mgt and uploading files

    HI
    Regarding Folder management, i can create folders in content management server and upload them required file .
    is that only possible through contentmgt server ? in liferay . when i login into my app . i can goto fileupload page and create folder and upload file i have the file upload role and can check them in the content pages through browsing .... how can i add this feature in my webcenter application. it seems to me that people who want to manage folder and upload file files into them , they had to login into content management ser instead of our application not sure how can i merge both features in my application? i;m not please suggest

    below error is coming
    <NewFolderUIAction> <createNewFolder> Cannot create folder "ddd" in "/Contribution Folders".
    oracle.webcenter.doclib.internal.view.DoclibIdcException: Oracle Content Server error: Unable to create virtual folder.
         at oracle.webcenter.doclib.internal.view.CISRepositoryLogic.createFolder(CISRepositoryLogic.java:629)
         at oracle.webcenter.doclib.internal.view.CISRepositoryLogic.createFolder(CISRepositoryLogic.java:648)
         at oracle.webcenter.doclib.internal.view.action.NewFolderUIAction.createNewFolder(NewFolderUIAction.java:112)
         at oracle.webcenter.doclib.internal.view.action.NewFolderUIAction.dialogListener(NewFolderUIAction.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1300)
         at oracle.adf.view.rich.component.UIXDialog.broadcast(UIXDialog.java:97)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.stellent.ridc.protocol.ServiceException: Unable to create virtual folder.
         at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:135)
         at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:107)
         at oracle.webcenter.doclib.internal.view.CISRepositoryLogic.createFolder(CISRepositoryLogic.java:613)
         ... 73 more
    <Logger> <error> ServletContainerAdapter manager not initialized correctly.
    I was reading the document. for the first question , idid not configure ADF security .. do i need to configure t for creating folders file and uploading files?

  • Pacnew_scripts: scripts to merge some .pacnew files after an upgrade

    info page: http://xyne.archlinux.ca/info/pacnew_scripts
    I was updating my old system which doesn't get turned on that often and had to deal with about 15 pacnew files. Most only required a simple "mv /path/to/file{.pacnew,}" but some required merging. I found a script that I had written a while ago to merge /etc/group.pacnew, made some changes, made a copy which can handle gshadow, then wrote scripts to handle the pacman mirrorlist and locale.gen.
    Thus the pacnew_scripts package was born.
    infopage wrote:
    This package contains scripts which can help merge .pacnew files after a pacman upgrade. These scripts print their results to STDOUT and thus do NOT make any changes to the files. It is up to the user to inspect the output and, if satisfied, redirect it to the original file and then delete the .pacnew file.
    The scripts accept "-c" and "--compare" as options and will display relevant information about differences between the files. For group and gshadow, this will display 3 columns to compare the original, .pacnew and merged files and will use colors to highlight changes. For the mirrorlist and locale.gen, it will check that all settings in the original file are available in the new file and print out a list of any that aren't (e.g. if one of your current mirrors has been dropped from the mirrorlist, it will be listed in the output).
    I'll probably add scripts as I go. I might also merge the scripts to avoid some redundancy but I decided to keep them simple for now. merge_pacnew_locale_gen is actually very generic and works on the mirrorlist and probably other files as well. If you find any, let me know.
    Last edited by Xyne (2010-03-21 13:03:34)

    beroal wrote:
    I'm really astonished that you interpreted my post as an advertisement of "diffpac".
    Xyne wrote:Have you even tried these scripts and compared them to the alternatives that you've proposed? … you can at least post comments based on an informed comparison.
    I expected such a comparison from you. If "pacnew_scripts" merges files automatically, what algorithm does it use?
    I didn't interpret it as advertisement. It seemed that you read the basic description of what this does and concluded that something else already does the same thing. Following on the tail of the previous posts I felt that your post was somewhat rude because it implies that this is useless. Obviously that is relative, but even so I see no point of posting in this thread to express it, even indirectly.
    I admit that I may have interpreted your post the wrong way and if I did then I apologize, but even then I don't understand why you felt the need to post what you did in a contribution thread.
    As for algorithms, there are different scripts and they use different algorithms. The group and gshadow scripts create hash representations of the groups in the original and .pacnew files. Groups which only exist in one of the files pass through untouched. Groups which exist in both have their members combined, which usually means that the original simply passes through. Using the "--compare" option, three aligned columns are displayed which clearly shows existing groups, new groups and the results of merging, with colors used to highlight all changes.
    The mirrorlist script creates a list of selected servers in the current mirrorlist and generates a new mirrorlist from the .pacnew mirrorlist with all servers in the generated list uncommented, if they exist. Passing the "--compare" option will simply check if all the currently selected mirrors still exist in the new mirrorlist (they might not if they're dropped) and prints out a list of any that aren't.
    The locale_gen script does the same thing for currently enabled locales.
    Also note that all of the results are printed to STDOUT so no files are actually changes. It isn't fully "automatic" and the user is expected to sanity-check the results before overwriting the target files.

  • Data definition, templates and ldt files

    Can anyone,please, advise me where should i look up for templates,data definitions and ldt files for certain concurrent requests? I am relatively new to EBS, not quite sure where I should start looking..
    Edited by: maylo on Feb 23, 2013 4:28 AM

    maylo wrote:
    Thank you All for your reply.
    What entities (rdf, xml, concurrent programs, data definitions.....) are required to consider when migrating customization reports? Is it enough to move rdf, ldt (for concurrent program) and xml template? Do I need to get ldt for Data Definition and Templates using something like this:
    FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct XX_CUSTOM_DD.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME='XXCUST' DATA_SOURCE_CODE='XX_SOURCE_CODE' TMPL_APP_SHORT_NAME='XXCUST' TEMPLATE_CODE='XX_SOURCE_CODE'
    If anyone could give just a big picture of what is required to migrate when migrating customization reports.
    Thank you
    Maylo
    Edited by: maylo on Mar 13, 2013 1:53 AMPlease see these docs.
    How To Use XDOLoader to Manage, Download and Upload Files? [ID 469585.1]
    Running XDOLoader to Download Data for XML Publiser Data Definitions Fails with ORA-6401 [ID 374195.1]
    Unable to Download Data Templates With XDOLoader: java.lang.NullPointerException [ID 428956.1]
    How To Upload Xliff Files for XML Publisher Using XDOLoader [ID 810163.1]
    Thanks,
    Hussein

  • How do I... (1) "play" a ppt; (2) "see" my sub-folder​s and their files in "Docs To Go" or "File Manager"?

    This is written for the Playbook blog writer in the hope that he will see it here and post a blog answer. However, a reply from anyone would be appreciated. Thanks.
    [2 questions about PPBB OS 2.0+]
    Hi. Thanks for your very informative blog. I would appreciate it if you would consider writing blog tips to answer the following:
    1) Why can't I organize my files in "Documents" or "File Manager" to "see" them in their sub-folders?
    BBPB allows me to create SUB folders in the Documents folder, through my pc's access to the "Documents" folder in the Playbook. However, then I cannot "see" these created sub-folders on my BBPB after I disconnect my BBPB from my PC.
    All the files I downloaded into these "sub" folders end up all together in the file list in "DOCS TO GO", either in "Documents" or "Music" or "Video" or "Pictures" ---- but these files are NOT separated into the sub-folders I created. The same thing happens in "FILE MANAGER" i.e. all files on the Playbook are in ONE place only.
    Is the Playbook OS ever going to allow one to view sub-folders and what is in them, other than using the pc to do it? For example, it would be desirable to put all my ppt files into one folder.
    2) How do I "play" a PPT file in the BBPB?
    The BBPB "User Guide" says that I can "view, edit, or play" Powerpoint Presentations. However, although it describes how to "view" or "edit" individual slides, it does not say how to "play" ("run") a slideshow. How do you "play" a self-running slideshow?
    For example, in Windows, you can click "play.bat" (in a saved "presentation cd" folder on a cd or USB stick) to run the ppt with sound and pictures saved in that folder (you don't need the Powerpoint program itself for this, since you are using the "pptview.exe" file in the same folder to "play" it). However, after downloading all the files in this "presentation cd" folder to the Playbook, I could only see one of them, the ppt file itself ---- and there is no icon in the Playbook to "play" the slideshow, it seems. Help?!
     Thank you.
    Solved!
    Go to Solution.

    First, I use an app called "File Browser" to view those subfolders.
    As for running a powerpoint, I can open a ppt file and it runs in Documents to go. Next to the "Close" button there are three icons. The third one runs the ppt file as a slideshow.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • How can I change "manually manage music and videos" option whitout loose my files?

    When I change "manually manage music and videos" option iTunes delete all my files first. This a stupid thing from Apple.
    Anybody knows if exists a way to change this option without loose the contents in iPhone?

    Denis DCS wrote:
    ...New iTunes installation...
    There's the magic words right there.
    The iPhone will only sync with 1 iTunes library at a time. If you want to sync to a new iTunes installation, you have to re-establish the sync relationship, which means wiping the phone and replacing the content with what's in the current iTunes library on the computer.
    There is NO WAY around this.

  • Security Manager and Policy Files

    Hi all,
    I am writing a simple java rmi application, but understand it wont run without a Security Manager installed and a policy file.
    I think I have installed the security manger using the following in the main() method of my client application:
    System.setSecurityManager(new RMISecurityManager());However I am unsure how to use a policy file with this. I have looked on the internet, but it does not seem to be very well documented
    Please could you advise me how to create a policy file that will work for my application and where to place it in my application so that my application can use it.
    Any help would be greatfuly appreciated
    Thanx
    Aaron

    An RMI application doesn't need a security manager unless you are using the codebase feature.

  • Open SVG File, manage it and save it

    Hi!
    i'm new using java and batik
    i've a svgFile.svg and i want to manage it, and later to save the changes in a newsvgFile.svg
    i open the svgFile.svg and i put it in a 'org.w3c.dom.Document docSVG'
    now i want to manage it, but i suppose it wont be a problem with batik toolkit...
    but the problem is this:
    now i want to save my 'org.w3c.dom.Document docSVG' into a newsvgFile.svg... then i do this:
    import java.io.IOException;
    import org.apache.batik.svggen.SVGGraphics2D;
    import org.apache.batik.dom.GenericDOMImplementation;
    import org.w3c.dom.DOMImplementation;
    public class Manager {
    public static void main(String [] args) throws IOException {
    //SVGDatei is a function to put the svgFile.svg in org.w3c.dom.Document docSVG
    SVGDatei svgDatei = new SVGDatei();
    DOMImplementation domImpl = GenericDOMImplementation.getDOMImplementation();
    SVGGraphics2D svgGenerator = new SVGGraphics2D(svgDatei.docSVG);
    svgGenerator.stream("svgFile.svg", true);
    But this code only generate a empty svg file in 'svgFile.svg '
    Why don't load my document??
    Somebody can help me?
    Thank you!
    Xavi.

    Hi martin!
    Sorry, I don't understand the question: Do you hace a CVS (Current Version System) client setup?
    client setup? for??
    [ maybe you can send me some of this 'chunks of code' to take a look.. my e-mail: xavier(dot)murillo(at)student(dot)uni-ulm(dot)de ]
    thank's a lot.
    xavi

  • I can no longer download files. The download manager comes up and indicates file is downloading, but it isn't.

    I can't download any files. The download window appears and indicates file is downloading, but it doesn't. I had to open IE to download latest version of Firefox. I have reset all download values to default. I have changed the location of file downloads and I've cleared the download manager.

    You can find the original download location if you paste the code posted in this link in the Code field in the Error Console and click the Evaluate button.
    *Firefox/Tools > Web Development > Error Console
    *http://kb.mozillazine.org/User:Dickvl/JavaScript_Error_Console#Download_Manager
    That will give a pop-up with data about the currently selected file in the Download Manager window.<br />
    That same data appears as a tooltip if you hover the icon at the left side of an entry in the Download Manager.
    If the files are missing in that location then there must be some software running that deleted the files.
    Did you disable the virus check initiated by Firefox as well?
    See "Disable virus scanning in Firefox preferences - Windows":
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

  • Fetching all mails in Inbox from Exchange Web Services Managed API and storing them as a .eml files

    I want to fetch all mails in the Inbox folder using EWS Managed API and store them as .eml.
    I can store file once I get the file content as a byte[] will
    not be difficult, as I can do:
    File.WriteAllBytes("c:\\mails\\"+mail.Subject+".eml",content);
    The problem will be to fetch (1) all mails with (2)
    all headers (like from, to, subject) (I am keeping information of those values of from, to and
    other properties somewhere else, so I need them too) and (3)byte[]
    EmailMessage.MimeContent.Content. Actually I am lacking understanding of
    Microsoft.Exchange.WebServices.Data.ItemView,
    Microsoft.Exchange.WebServices.Data.BasePropertySet and
    Microsoft.Exchange.WebServices.Data.ItemSchema
    thats why I am finding it difficult.
    My primary code is:
    When I create PropertySet as
    follows:
    PropertySet properties = new PropertySet(BasePropertySet.FirstClassProperties, ItemSchema.MimeContent);
    I get following exception:
    The property MimeContent can't be used in FindItem requests.
    I dont understand
    (Q1) What these ItemSchema and BasePropertySet are
    (Q2) And how we are supposed to use them
    So I removed ItemSchema.MimeContent:
    PropertySet properties = new PropertySet(BasePropertySet.FirstClassProperties);
    I wrote simple following code to get all mails in inbox:
    ItemView view = new ItemView(50);
    view.PropertySet = properties;
    FindItemsResults<Item> findResults;
    List<EmailMessage> emails = new List<EmailMessage>();
    do
    findResults = service.FindItems(WellKnownFolderName.Inbox, view);
    foreach (var item in findResults.Items)
    emails.Add((EmailMessage)item);
    Console.WriteLine("Loop");
    view.Offset = 50;
    while (findResults.MoreAvailable);
    Above I kept page size of ItemView to
    50, to retrieve no more than 50 mails at a time, and then offsetting it by 50 to get next 50 mails if there are any. However it goes in infinite loop and continuously prints Loop on
    console. So I must be understanding pagesize and offset wrong.
    I want to understand
    (Q3) what pagesize, offset and offsetbasepoint in ItemView constructor
    means
    (Q4) how they behave and
    (Q5) how to use them to retrieve all mails in the inbox
    I didnt found any article online nicely explaining these but just giving code samples. Will appreciate question-wise explanation despite it may turn long.

    1) With FindItems it will only return a subset of Item properties see
    http://msdn.microsoft.com/en-us/library/bb508824(v=exchg.80).aspx for a list and explanation. To get the mime content you need to use a GetItem (or Load) I would suggest you read
    http://blogs.msdn.com/b/exchangedev/archive/2010/03/16/loading-properties-for-multiple-items-with-one-call-to-exchange-web-services.aspx which also covers of paging as well.
    3) offset is from the base your setting the offset to 50 each time which means your only going to get the 50 items from the offset of 50 which just creates an infinite loop. You should use
    view.Offset
    = +50;
    to increment the Offset although it safer to use
    view.Offset  += findResults.Items.Count;
    which increments the offset based on the result of the last FindItems operation.
    5) try something like
    ItemView iv = new ItemView(100, 0);
    FindItemsResults<Item> firesults = null;
    PropertySet psPropSet = new PropertySet(BasePropertySet.IdOnly);
    iv.PropertySet = psPropSet;
    PropertySet itItemPropSet = new PropertySet(BasePropertySet.IdOnly) { ItemSchema.MimeContent, ItemSchema.Subject, EmailMessageSchema.From };
    do
    firesults = service.FindItems(WellKnownFolderName.Inbox, iv);
    service.LoadPropertiesForItems(firesults.Items, itItemPropSet);
    foreach(Item itItem in firesults){
    Object MimeContent = null;
    if(itItem.TryGetProperty(ItemSchema.MimeContent,out MimeContent)){
    Console.WriteLine("Processing : " + itItem.Subject);
    iv.Offset += firesults.Items.Count;
    } while (firesults.MoreAvailable);
    Cheers
    Glen
    .Offset += fiFitems.Items.Count;

  • Managing and editing image and video files on the go

    I am looking for the best solution to store, manage and edit pictures and videos taken with external devices (DSLR camera and GoPro primarily) using my iPad as an interface and not requiring a computer.  I was initially thinking that some sort of portable hard drive was the ticket, however, the Apple Lightning to SD reader might be an option as well.  In any case, I don't want to use my iPad for storage, but only to access files from the storage medium.  Here are the requirements I am looking for:
    Ability to view and manage (including delete) the files from the storage device using my iPad
    No requirement to load or sync the files onto the iPad to be able to view and delete the files
    Easily be able to select and transfer specific files to my iPad to work with and publish
    Ability to export edited files from my iPad back to the storage medium once I am done working with it (I could work around this one if necessary)
    Whatever I end up with should be small enough to easily pack and transport when I am travelling
    What would the best device be for me?
    I have looked at the new Hyperdrive iUSBport HD as one possibliity, but I am not very familiar with their devices.  I guess my other option is to buy several SD cards and use the Apple Lightning to SD reader, but I'm not certain it will accomplish everything I am after.  Especially in the later case I would really need to be able to view and delete files (video in particular) that I do not want.  Any advice on the above devices or other devices that I should look at?
    Thanks,
    Matt

    Have a look at this.
    http://www.sandisk.com/products/wireless/flash-drive/

  • I try to unstall my creative cloud and adobe manager by delete their file, and now try to restall it, but it show the code.84

    i try to unstall my creative cloud and adobe manager by delete their file, and now try to restall it, but it show the code.84

    Hi Acacia_km,
    I believe you are only trying to install the fresh version of Creative Cloud Desktop application ? If yes, please navigate to the following location and perform the steps as mentioned .
    For Windows
    1) Navigate to : C:\Program Files (x86)\Common Files\Adobe\OOBE
    2) Rename this folder to OOBE_old and try the installation of the Creative Cloud Desktop Application.
    For Mac
    1) Navigate to : /library/application support/Adobe/OOBE
    2)Rename this folder to OOBE_old and try the installation of the Creative Cloud Desktop Application.
    Do let us know if this works fine for you or if you require any further help regarding this.
    Cheers,
    Kartikay Sharma

  • Managing all the source and output files

    We have built 100s of Captivate modules. Does anyone have a
    recommendation on a good (reasonable $) digital asset management
    system to manage all of this?

    Hi again Scott
    Ummm, okay. I'm still a bit at a loss as to what you are
    looking for. I'm guessing you mean that you want some sort of a
    system that would deal only with your source files. Only seen by
    you or the development team?
    On your initial post, I could see where you may have been
    wanting something on either side. Either a way to manage many
    different output files and present them as a cohesive whole to the
    user. Or a way to manage the source content as you work with it.
    So you aren't looking for source control per se, but
    something more. Exactly what, we aren't sure. Perhaps try to
    explain what you would like to see in such a system. Maybe if you
    do that, someone here might see your list of desirable features and
    recommend a system they have used before or are aware of that does
    it.
    Cheers... Rick

Maybe you are looking for

  • Using itunes with mac book pro and mac mini

    Hello I have had a Mac book pro with all my music on external hard drive, and running to my through my network of 1 apple TV, 2 airport expresses. Working great. Now I have got an old Mac Mini and hooked up the external hard drive that has all my mus

  • Issue in using an AT NEW command in SMARTFORM.

    Hi. I am printing a total summary of flight data and then calculating the total price in Smart forms. I would like to group the fetched data according to it's Carrid and Connid. I would like to ask for some guidance at this point, Sr.No     Carrid   

  • Can't find the folder ATV is using for screensaver pics?

    This is kind of weird...I am seeing all my pictures perfectly and it always works...BUT ever since I got my new Macbook & our Timecapsule crapped out, I haven't been able to find the folder that ATV says it's reading my pics from.  I want to add some

  • Enhanced Interface Determination for IDOCs

    Hi All,     I've a query on the usage of Enhanced Interface Determination for IDocs. I've to create IDocs based on the condition in the Message Mapping i.e. say if recordtype in the source is A then IDoc1 should be created and if recordtype is B then

  • What must I do to play a software instrument from UltimateSoundBank with MIDI in Logic Pro?

    What must I do to play a software instrument from UltimateSoundBank with MIDI in Logic Pro? I can´t find it in the Logic library. I want to use the USB Instrument I have as a software instrument in Logic Pro 9.