Swap question

I have the following scenario in vfstab and wanna make sure it's correct:
/dev/vx/dsk/swapvol - - swap - no -
and there is no definition in the vfstab for swap such as:
swap - /tmp tmpfs - yes -
Would it be correct to only use the first line in vfstab??
thx.

Its technically correct to only have the first line in your /etc/vfstab file BUT ... I doubt that's what you really want.
The first line tells the system where swap is reside. The "swap - /tmp tmpfs - yes -" line says to mount the /tmp directory as a tmpfs file system on the swap partition - its a bit more complicated then that but that's it at a basic level. That means the /tmp directory uses memory for it storage requirements.
If you don't have /tmp mounted as tmpfs, then /tmp will reside in the root file system which is just fine and dandy. But you could have problems where /tmp could use up all the storage space available in root (/).
In short, you want the second line.
You may want to restrict how much memory /tmp can use by applying a size flag to the second line. This is a very good idea. Read up on the mount_tmpfs man page. It will tell you how to do this.

Similar Messages

  • Another hard drive swap question - re: 8GB partition for OSX in iMac 266

    I have a Tangerine iMac 266 that I am setting up for a neighbor's son. The original 6GB hard drive was toast, so I swapped in an old 10GB drive that had previously been removed from an iMacDV 400. The 10GB "new" drive had OSX 10.3.1 and OS 9.1 on a single partition. I am aware that these early iMacs need OSX in a first partition of less than 8GB, so I expected that I would need to partition the "new" drive. However, while I was loading an install CD after powering up, the iMac booted fine into OSX, despite it NOT being located in a first partition of less than 8GB (and has continued operating well - booting multiple times in OS X and 9, surfing the net, etc...the only weirdness is a refusal of Word X to run).
    I thought this was impossible, and in researching this I found that the Apple support site says that, for this computer, "Mac OS X must be installed on a volume that is contained entirely within the first 8 GB of its ATA hard disk." see http://docs.info.apple.com/article.html?artnum=106235
    My Questions:
    Is the 8GB limit only related to iINSTALLING OSX on these machines (and not RUNNING OSX)?
    Will the machine run into problems later if a portion of the OS (i.e., during an update) gets installed outside of the first 8GB of the disk?
    One of the log files says that the driver is out of date for the RageproC, and Classic applications that require more than 4MB of VRAM say that I don't have enough VRAM to run, yet the iMac has 6MB of VRAM (2 on MB and 4 in slot as listing by the system profiler) - do I need to (or should I) reinstall the system software (I already tried loading the latest ATI drivers, but it did't help)?
    P.S. - to add more data points on the subject of RAM upgrades in these iMacs, my iMac 266 would not accept a 256MB PC-100 SO-DIMM that worked fine in an iBook and in the upper slot of a Rev. A iMac 233. Well, it accepted it, but only recognized the first 128MB.

    I believe Duane is correct. Even with Mac OS 9, you can run fine as long as all OS components used during startup are within the first 8GB of space. However, (even with Mac OS 9) as soon as something used during startup ends up beyond that limit, you will get open firmware or a gray screen at startup. The Mac OS X does not allow the installation target to exceed the limit as a preventative measure, not because it won't work at all.
    The best "non-technical" explanation I have heard as to why, is this... The IDE hardware (and its driver) can only "see" the first 8GB of space during the initial start up process before the OS is loaded. Once start up completes, control is handed to the OS, which can see the entire drive. Therefore, apps have no problem running from beyond the limit. Only components needed before the hand-off is constrained to the 8GB limit.
    FYI - On my iMac and 120GB drive, 7.78 GB (as shown in a Finder window) is the precise point where the Mac OS X Installer allows the volume to be the install target. "Precise" to with a few hundred MB's.

  • [Solved] Swap Question

    I'm not really a n00bie, but no expert, either, and these are probably 'n00bie' Q's.
    Hardware: Asus A8V-MX mobo, Athlon64 XP 3500+, .5GB DDR 333, 250 GB WD Cavier (IDE), homebuilt.
    I realise I really need  1GB (at least) of real memory for the environment I run, but money is tight, and my mobo only has 2 DDR slots, so I'd have to buy a full 1 (or 2) GB and put my current memory in the closet.
    Arch (Don't Panic) is fully current (x86_64).
    I have 2 (relevant) partitions: /boot (40MB), and LVM  (16GB). both at the front of the drive.
    LVM: / (3.5GB, 78% in use); /home (.75GB; 36%), and swap.
    This build is about 2 months old. I boot to run level 3, and manually initiate X/KDE as needed, but I'm normally on the net; typically I'll have Thunderbird, a console session, and Firefox running most of the time. I'm bad about having a dozen (or more) Firefox tabs open (10 at the moment).
    I frequent DailyKos.com. DKos runs AJAX-enhanced Scoop, which either trashes Konqueror, or Konqueror trashes it - it doesn't crash, but rendering in that environment simply does not work - open a page at that site with 200+ comments attached. If Konqueror rendered large DKos pages properly, I'd be using it.
    DKos tends to have LARGE pages. I also have a large Yahoo 'home page' with 54 categories; I try not to leave Yahoo windows open, although the home page itself is almost always open. The nature of DailyKos is such that a lot of consecutive pages will be open, and left open, often for hours, constantly being updated by AJAX.
    I initially allocated .5GB to swap. System ran OK, but bogged down especially bad when I opened a lot of browser tabs. In that environment (according to free, watching the 'buffers/cache used' item, and the 'swap used' item), both real memory and swap would 'typically' be roughly 50% in use,
    I decided a few days ago to increase swap by 50% (to .75GB) to see the results. The system is running considerably smoother; it still gets bogged sometimes, but I realise with the hardware I'm running I can't expect miracles. Even with 3 or 4 DKos windows open, it's still quite quick.
    Increasing swap had what hit me as an odd effect. Again, I have 10 windows open (no DKos ATM, but the effect is normally the same with them, also). free shows about 60% of real memory in use, but only 5MB of swap is in use. Given equivalent environments, I would have expected swap usage to go UP if there was more available. It appears that real memory has gone up, slightly (~50% to ~60%), while swap usage has gone WAY done (~50% to < 5%; < 1% this moment).
    I'm an OLD ex-COBOL    programmer; I've done a few moderate-size (but not commercial, production-scale) projects in VB (pre-Linux) and understand the basics of OOPS, but I'm not a C/C++ programmer at all, and reading the source isn't terribly helpful. Why did swap usage decline so drastically? I'm certainly not complaining      - I'm simply confused,
    Does the kernel decide on a memory management scheme at boot, based on available real memory and swapspace? Why did increasing swap DECREASE swap usage, INCREASE (more subtly) real memory usage, resulting in better performance? Given the environment I'm running, is .75GB a rational/adequate swapspace size? Any suggestions on an optimal swap size? I realise I can experiment myself; I already have a bit, obviously, and and willing to do more experimenting (and will), but some direction as to what's happening behind the scenes would be helpful.
    Lastly, is 'free' (properly read) the most appropriate tool for monitoring this, or should I be looking at iostat, vmstat, something in /proc?
    TIA!
    Keith
    Last edited by grndrush (2008-02-22 19:07:38)

    I don't know the answer to all of your questions but I beleive this is how swap works, In order for the kernel to free up space on your Memory(ram), the kernel transfers data that is not currently being used to the Swap partition and when the data is needed again the kernel copies it back to your actual Memory. So Swap is only used when an application is in idle and no longer needs it's data to be directly in memory, then when that application is in use again the data is copied back to the Memory. The reason I beleive your swap usage is going down is because you're increasing the size, therefor the ratio's are not what they once were, you're still probably using the same amount of swap but since the size of the swap has been increased it doesn't seem like it. In a general rule a swap partition or swap file should be twice the size of the amount of actual memory you have, increasing your swap more than that really isn't going to make a change to how fast your system is since swap is only used when an application no longer needs it's data to be in ram because it's idle, so it's copied to swap until it's needed again. Hopefully this answers some of your questions, and for your last question I beleive it's a matter of opinion, each of those tools work equally well, I use 'top' myself.
    Last edited by twiistedkaos (2008-02-12 19:49:36)

  • MultiThreaded compare and swap question.

    I'v got this assignment and I'm not sure which approach to take. I think I've got it right with my second try, but I was wondering if I could get some sort of verification or something.
    "Use Java monitors to implement the atomic Compare-And-Swap instruction, which has the following effect: CSW(a,b,c): < if (a==c) { c = b; return(0);} else {a = c; return 1;} > (In most concurrency books and papers instructions within angle brackets < > means that everything within the brackets is done in one uninterruptible, atomic action.) "
    Is this right?
    public synchronized int compareAndSwap(Object a, Object b, Object c)
            if ( a.equals( c ) )
                c = b;
                return 0;
            a = c;
            return 1;
        }Or is this?
    public int compareAndSwap(Object a, Object b, Object c)
            synchronized ( a )
                synchronized ( b )
                    synchronized ( c )
                        if ( a.equals( c ) )
                            c = b;
                            return 0;
                        a = c;
                        return 1;
        }Or am I totally off base? I think the latter is right as it prevents the objects themselves from being messed with.

    As far as making it an atomic action, you do that
    with synchronized, BUT more detail might be needed
    about the context in which it's supposed to be atomic
    to know what to sync on.OK, thanks. I was thinking I was crazy or something, but his question is just unclear. I have no idea what he wants and I'm not sure he does either.
    Thanks.

  • Device Swap Question

    Semi-newb with super basic question just don't want to purchase wrong device...
    TL;DR Is there any real limitation to using the LG Revolution over the S3 for someone who just wants to surf, share pics, eBay, etc.?
    Hi, want to bring my dad into the current decade and upgrade his phone for him to a smartphone (not eligible for upgrade, just want to buy one and device swap). Android only.
    Anyway, the mandatory things are 4G capable, and a way to have text reflow when browsing the web as he can't read small font (for android you can get text reflow with Opera browser).
    Please suggest a phone! I have the S3, but it's still expensive ($180+ used). What about the LG Revolution VS910 ? It's like $50.
    The main question I have is- does it make a difference that the Revolution runs an old Android OS version (2.2 I think)? As I understand it, it takes a lot of effort (and $) to update devices to run the current version of Android, and that's why not all phones run the current version. So would there be any real limitations for him running an older version of the OS?
    What would he be missing having the Revolution instead of the S3? He wants to be able to surf the web, take and share pics, eBay and whatnot. If they are both essentially the same for him, then might as well save a few$.. Any other phones you could think of?

    I just bought my elderly parents smart phones and taught them how to use them.  My 71 year old dad got the HTC ONE and he loves it. I got my 70 year old mom a Droid Ultra. And When I say they love their phones I mean love them. My mom puts all her dr appts on her calendar,  she uses Color Notes and keeps track of her grocery lists and all her medications.  And she uses Alarm + to remind her when to take her medicine.  She loves the assistant app Robin and it's hysterical to watch them fight.  She was losing her sight so the Droid had so many great features so loves that helps her.
    I guess what I'm trying to say is its very important to match up people with the right smart phone or it can be very frustrating or it can help them a great deal.  It will take alot of patience to teach a new smart phone  user.
    If I had to make a recommendation for  a affordable used phone I would say try the Droid Bionic on eBay. Another good tough phone is the HTC Rezound.  Both are tough, not too old and fairly easy to use.  You probably can find in excellent condition for about  $60. 4G wi-fi, Jellybean. Good luck.

  • Dual booting Arch and Vista w/ recovery partition and a swap question.

    I have a bit of a problem. The problem is, on a machine, you can only have 4 primary partitions. sda1 and sda2 are my Vista and Recovery partitions respectively, which eliminates two of my primary partitions already. I myself have never used logical partitions, and was wondering if any of the partitions the Beginner's Guide recommends (/, swap, /var, and /home) could be made logical, and if I even need a swap partition. Thanks in advance for your replies and suggestions.

    The /boot/ directory needs to reside in a primary partition. Everything else can be in a logical partition.
    Then again all you really need is / and swap.

  • Collections.swap question.

    Hello all.
    Please have a look at my code.
    import java.util.Vector;
    import java.util.Collections;
    public class Permutation {
        private Vector input = new Vector();
        private Vector output = new Vector();
        Permutation() {
            input.add("Tennis");
            input.add("Bowling");
            System.out.println(input);
            output.add(input);
            permute();
            System.out.println(input);
            output.add(input);
            System.out.println(output);
        public Vector getOutput() {
            return this.output;
        private void permute() {
            Collections.swap(input, 1, 0);
    }My output is:
    [Tennis, Bowling]
    [Bowling, Tennis]
    [[Bowling, Tennis], [Bowling, Tennis]]
    Shouldn't the output be:
    [Tennis, Bowling]
    [Bowling, Tennis]
    [[Tennis, Bowling], [Bowling, Tennis]]
    Why are the vector elements reorganized?
    Thanks

    You need to add a copy of the Vector. e.g.
    output.add(new Vector(input));
    BTW, Don't use Vector unless you have to. Vector was your only option more than ten years ago but it was replaced with ArrayList and List.
    Also try using generics instead, Java 5.0 was released more than 5 years ago and a new feature it added was generics.
    Here is how I might write your example.
    import java.util.ArrayList;
    import java.util.Collections;
    import java.util.List;
    public class Permutation {
        private final List<String>output = new ArrayList<String>();
        Permutation() {
            List<String> input = new ArrayList<String>();
            input.add("Tennis");
            input.add("Bowling");
            System.out.println(input);
            output.add(new ArrayList<String>(input));
            permute(input);
            System.out.println(input);
            output.add(new ArrayList<String>(input));
            System.out.println(output);
        public List<String> getOutput() {
            return this.output;
        private static void permute(List<String> input) {
            Collections.swap(input, 1, 0);
    }

  • 3G and 3GS phone swap question

    Hi,
    I just bought my wife a 16gb iphone 3GS and I am planning on buying a 8 gb 3G iphone for my own use soon. Other than swapping phones what can I do if my wife decides she doesn't need all of the options of the 3GS phone and wants to switch phones with me but keep the same number? Is it just an easy sims card switch or is it more involved.
    Thanks!

    Swapping the Sim Card will carry the Phone number over to the other phone. I would first back up each phone and then use the back up for the 3g phone to use on the 3gs if you plan on switching. That way your contacts and information will carry over to the other phone.

  • Upgrade Swap Question

    Hi,
    My brother and I both have iPhone 4s.  My brother is eligible for an upgrade right now and I won't be eligible for an upgrade for another month or so.  He said he is willing to let me use his upgrade now as long as he can use my upgrade next month.
    I know that you can transfer an upgrade, but I want to make sure that it would be a swap and he would get to use my current upgrade date and it would not be lost.
    Thanks for any input.

    i know that if you are on the same account, you can take his current upgrade date to update your phone and he can take your upgrade date when available to upgrade his phone.

  • CompactPCI Hot Swap Question

    I'm using NI-VISA for register-based communication with a CompactPCI card on Windows 2000 using LabVIEW. I understand that Win2k is not natively aware of the cPCI architecture. Can NI-VISA handle cPCI board insertions and extractions?
    I found an old NI knowledgebase article that says hot swapping is not part of the cPCI or PXI standards which I feel is mistaken as my cPCI board has a hot swap controller.
    I'd appreciate any info on anyone's experiences with hotswap.
    Chris Norris
    Carrier Access Corp
    (303) 218-5826

    Win2k does not support the cPCI bus natively. The cPCI bus is basically the PCI bus in a different form factor. There is native support in Win2k and any other OS that supports a PCI bus. Please point me to this misinformation so it can be corected.
    Since cPCI is a PCI bus, devices on it cannot be removed while the power is on (i.e. hot-swapped). This is equivalent to removing a PCI board while your computer is on. Since the power rails at the back of the chassis remain powered, you could fry your card if you attempt to remove it from a powered chassis. If you were lucky and did not fry the board, it is unlikely that any computer monitoring that cPCI bus would take kindly to this behavior on the bus. What kind of controller do you have. Does it say in the specs that it is "hot swappable"?
    Intrigued,
    -Adam

  • Randomizing Questions

    I need to randomize the questions for this quiz so they come up different everytime it is run. This is what I have so far....
    import java.util.Random;
    import java.lang.Math;
    import javax.swing.JOptionPane;
    class Final
    public static String [] question;
    public static String [][] answer;
    public static int qCount = 0;
    public static String [] loadQuestions( )
    // instantiate the question array
    String [] q = new String [20];
    // store the questions
    q[0] = "The young of which of these animals is not called a Joey?";
    q[1] = "In these fractions, used by ancient Egyptians, the numerator is one and the denominator is a positive integer?";
    q[2] = "What is the name of the informal association of people who can trace their ancestry to the original Virginian colonists from England?";
    q[3] = "Which collective noun denotes a group of owls?";
         q[4] = "Which battleship of the Emperial Japanese navy was sent on a suicide mission in 1945, during the invasion of Okinawa?";
         q[5] = "This word deriving from latin refers to the act of throwing someone or something out of a window?";
         q[6] = "Which word was coined by philosopher and theologian, William Whewell in 1833?";
         q[7] = "What was the first word addressed to Mission Control by Neil Armstrong, as he stepped on the moon on July 20th, 1969?";
         q[8] = "The Cretaceous-Tertiary event, also known as KT Boundary, refers to what?";
         q[9] = "What is a 9-letter nickname given to Thomas Jonathon Jackson, a famous cofederate liutenant-general during the American Civil War?";
         q[10] = "What did electrical engineering professor, Dr. Brent Townshend, invent in 1996?";
         q[11] = "What did George Crum invent at the Moon Lake Lodge resort in Saratoga Springs, New York?";
         q[12] = "In 1971, this programmer implemented the first email system capable of sending mail between users on different hosts connected to the ARPANET.";
         q[13] = "This device, named Missing Link, was invented by twin sisters Kelli and Vanessa Dunn.";
         q[14] = "This chemical element, with atomic number 3, is the lightest solid element and is primarily used in heat transfer alloys, in batteries and in some drugs, known as mood stabilizers.";
         q[15] = "In 1986, this musician, famous for performing the song Johnny B. Goode, became the first person inducted into the Rock and Roll Hall of Fame.";
         q[16] = "This actor, who plays Dr. Norman in What Lies Beneath, is also a licensed pilot of both planes and helicopters.";
         q[17] = "How old was Cio-Cio-San, a character in Giacomo Puccini's opera, Madame Butterfly?";
         q[18] = "Which actor played the villain, Mr. Big, in the James Bond movie Live and Let Die?";
         q[19] = "Which word refers to the measurement of water depth at various places, in a body of water?";
    return q;
    public static String [][] loadAnswers( )
    // instantiate the row vector
    String [][] a = new String[20][];
    // store the answers
    a[0] = new String [] { "Dog", "Opossum", "Kangaroo", "Wombat" };
    a[1] = new String [] { "Continued Fractions", "Decimals", "Unit Fractions", "Algebraic Fractions" };
    a[2] = new String [] { "First Families of Virginia", "Founders of Virginia", "First Settlers of Virginia", "First Children of Virginia" };
    a[3] = new String [] { "Descent", "Dule", "Covey", "Parliament" };
    a[4] = new String [] { "Kamikaze", "Noh", "Tojo", "Yamato" };
    a[5] = new String [] { "Sylvan", "Peloton", "Homunculus", "Defenestration" };
    a[6] = new String [] { "Scientist", "Trastevere", "Holography", "Magenta" };
    a[7] = new String [] { "Buzz", "One", "Houston", "Roger" };
    a[8] = new String [] { "A period of massive extinction of species", "The destruction of the largest pyramid in the western hemisphere",
                                  "The first recorded devastating tsunami", "None of these" };
    a[9] = new String [] { "Bloodbath", "Stonewall", "ToughJack", "KillerTom" };
    a[10] = new String [] { "The 56k modem", "Bookshelf speakers", "The remote control locator", "Potato Chips" };
    a[11] = new String [] { "Bookshelf speakers", "The potato chip", "The 56k modem", "The remote control locator" };
    a[12] = new String [] { "Ray Tomlinson", "David Thomson", "Mark Thomson", "John Tomlinson" };
    a[13] = new String [] { "The remote control locator", "The 56k modem", "The microphone", "Bookshelf speakers" };
    a[14] = new String [] { "Calcium", "Beryllium", "Sodium", "Lithium" };
    a[15] = new String [] { "Elvis Presley", "Chuck Berry", "Bill Haley", "Jerry Lee Lewis" };
    a[16] = new String [] { "Harrison Ford", "Ralph Finnes", "John Travolta", "Anthony LaPaglia" };
    a[17] = new String [] { "15", "19", "20", "21" };
    a[18] = new String [] { "Yaphet Kotto", "Chuck Norris", "Lee Harvey Oswald", "" };
    a[19] = new String [] { "Eolianometry", "Bathymetry", "Techtonical Topography", "Detrital Topology" };
    return a;
    public static String askOne( int item )
    Object userAnswer;
    userAnswer = JOptionPane.showInputDialog( null,
    question[item],
    "Question " + ++qCount,
    JOptionPane.QUESTION_MESSAGE,
    null,
    answer[item],
    answer[item][0] );
    if ( userAnswer == null ) System.exit( 0 );
    return userAnswer.toString( );
    public static String finalScore( int score )
         Object showScore
         showScore = JOptionPane.showMessageDialog( null, "Number attempted: " + score, "Grade", JOptionPane.PLAIN_MESSAGE );
    public static void main ( String [] args )
         lastPlace = question.length-1;
         While (lastplace > 0);
              r = Math.random();
              swap question[r] with question[lastPlace]
              swap answer[r] with answer[lastPlace]
              lastPlace--;
         String[] temp;
         temp=a[r];
         a[r] = a[lastPlace];
         a[lastPlace] = temp;
         question = loadQuestions( );
    answer = loadAnswers( );
    for ( int k = 0; k<question.length; k++ )
    System.out.println( askOne( k ));
         System.out.println(finalScore());
    Can someone help me out a bit please??

    public static void main ( String [] args )
    lastPlace = question.length-1;  // the data hasn't been loaded yet
    While (lastplace > 0);
    r = Math.random();  // this returns a double between 0 and 1.0
                                       // you want to use Random.nextInt()
                                       // make sure that r is not greater than the
                                       // size of the array
    swap question[r] with question[lastPlace]  // this isn't code
    swap answer[r] with answer[lastPlace] // this isn't code
    lastPlace--;
    // This block of code probably belongs in the while above or in
    //  a method
    String[] temp;
    temp=a[r];
    a[r] = a[lastPlace];
    a[lastPlace] = temp;
    // Belongs at the top of main since you have already started using
    // the data
    question = loadQuestions( );
    answer = loadAnswers( );
    for ( int k = 0; k<question.length; k++ )
       System.out.println( askOne( k ));
    System.out.println(finalScore());
    }

  • Can you change a story or text frame's index? (re autonumbering)

    Does anyone know if there is a way to change the index of a text frame or story without changing the actual visual layout of an InDesign document? So far all I can come up with is to cut the frame and repaste it into the document. You can move a story within the index list of a document, but that visually cuts and pastes the story text.
    actDoc.stories.item(1).move(LocationOptions.BEFORE, actDoc.stories.item(0));
    I can't see any method to change the index of a text frame (other than cutting and repasting).
    I want to put together some tests. I have a bunch of questions. Each question is a single story in a single text frame in an InDesign document. The text frame is linked to an InCopy document. The first paragraph of the question has a "QuestionNumber" style but the para style has no numbering. I want to have only one version of each question (the InCopy story) but to put the questions into different tests in different orders with different numbering. What I do is to create an InDesign template for the tests that has a QuestionNumber para style that includes autonumbering with the "Continue Numbers across Stories" option checked. This works beautifully and the questions are numbered in the order in which the text frames (and stories) are (via a script) copied from the question document and pasted into the test paper document. When the same question/story/textframe is used in two tests it is numbered in the order in which it is pasted into each test paper (but the original stays the same because it has no numbering).
    The next step would be to be able to reorder the question numbers within the test paper (if you wanted to, say, swap questions 18 and 20). To do that you have to change the index of the story because the autonumbering across stories seems to depend on the index of the story.
    What seems to happen is that stories are indexed in the order in which they are pasted into a document, but text frames are indexed in the opposite order. If you paste a text frame with one story into a new document, it is textframe.item(0) and story.item(0). If you then paste a second one into the document it is story.item(1) but textframe.item(0). The first text frame becomes textframe.item(1). When you cut a text frame and repaste it, it is reindexed as if you were pasting it for the first time.
    The autonumbering also seems to be segregated by page. If you have questions 1 and 2 on page 1 and questions 3 and 4 on page 2, you can move around the text frames for 1 and 2 on the page but the numbering stays the same. Likewise for 3 and 4. If you drag 3 across to page 1 it stays as 3 but if you drag question 4 across to page 1 it becomes 3, and the original question 3 on page 2 becomes question 4. It is confusing but makes sense in a weird way once you get the hang of it.
    Anyway, I have probably answered my own question and the best way to renumber the questions in a test is to run the script again and create a new document using a new question order.
    But any other ideas are welcome.
    Thanks.

    hi Brian
    which version of InDesign you have ?
    I have checked these steps on CS3 and CS4:
    first I've set ON to option in preferences to preserve links when placing
    then I've placed DOC file as AnchoredTF in new Story
    then I've copied this AnchoredTF and pasted it on page, and then I've pasted it as another AnchoredTF - each time there was new lick created to the same DOC file
    then I've set OFF to option in preferences to preserve links when placing
    and even when I again copied and pasted this AnchoredTF with placed DOC file - it still add new link on Links palette
    so maybe with InCopy stories there is next bug or next "feature" ...
    [edit]
    ok - I've checked InCopy file - after exporting TextFrame as InCopy Story
    and it's like you've said - pasting on page - new link is created - pasting as Anchored - link isn't created ... no matter if option in preferences is set or not ...
    verdict - we've found new bug
    BUT ... if you link it again - by CTRL+D method - link is preserved even if option in preferences is set to off so you can have more than one InCopy Story placed as AnchoredTF in same parent Story ...
    robin
    www.adobescripts.co.uk

  • Boot times/issu​es for Motorola vs. Cisco DVRs

    We have a solar powered home, and I'd like to keep our DVR off during the night when we're not recording anything to save power.    Is there any difference in the boot time or issues around repeated booting between the Cisco Chs435hdc, and Motorola 7232 DVRs?
     I noticed that the Motorola consumes less power (22W vs. 27W) so would like to switch from the Cisco to the Motorola all else being equal.   How can I switch my DVR to the Motorola 7232?      (we just started our service)
    Thanks for any help!

    Unfortunately we don't have any stats on the boot times between the respective units. While I understand your want/need to power the boxes down at night they are actually designed to stay on ( in a lower power state when off) so they can accept guide data and software updates. Since they are designed to stay on we can't really speak to the effect repeated booting would have on the units over time. To address your swap question we will need some further information.  Please look for a private message in your forum inbox.
    Lee_VZ

  • Urgent question:can you replace source video and automatically have AE swap clips in timeline?

    Hi there
    Have an urgent question. I have finished editing a project that has been edited from pre-exported videos, but the problem is that i have been notified last minute if it is possible to change parts of it!
    Is is possible to change and re-render the pre-exported clips at same length that are affected and then replace the 'source footage' in after effects to have it automatically swap the clips that I've edited and cut up already? As it would take a very messy and extremely long time to manually change all the trimmed parts!
    It is only a small section of the source clip I need to change, but the overall composition edits are fine so I don't really need to touch that, it's just really to replace the footage but have everything to stay the exact same.
    Please advise!
    Appreciate this if anyone can! fairly urgent
    Thanks

    Yes, just right-click on a source in the Project bin and choose Replace Footage.

  • Question about swapping SIM cards on a Z10

    Hi, everyone, I am a non-Blackberry user who works in IT support.  One of my clients uses a Blackberry and has often asked me very complicated questions about how to do various unusual things with his device.  At the present time, he is considering switching to a Z10, which would be set up using ActiveSync.  He wants to know if he could swap the SIM card without having to go through the setup process again.   My client travels a lot, and wants to use a local SIM card on an upcoming trip to a very remote area.  
    I've not been able to find an answer to this anywhere. 
    This is his exact question: "I just got it from a friend (ATT version) and I am trying to see if I like it enough to switch to it as my primary phone.  Blackberry z10 asks you to sign in with your blackberry world ID when you first set up the phone.  Question: Would you have to do it again if you put a different simm into it?  With iPhone, it makes no difference so long as the device is unlocked—you can then exchange simm cards as often as you want.  Would it be the same with an unlocked blackberry z10 (I know it's not possible with the bold 9900 as System 7 ties your ID to the simm card).  In short, in blackberry z10, could you exchange the US simm for another country's simm without having to wipe the phone,  etc.  "
    If anyone can shed some light on this for me, I'd be very grateful.,  Thanks!

    Hi and Welcome to the Community!
    The key issues are thus:
    Ensuring that the device is truly carrier unlocked
    Ensuring that the specific device model is compatible with the radio frequencies/technologies that the desired carrier uses. There are 4 different Z10 models:
    http://www.bbin.in/en/2013/03/03/4-types-blackberry-z10-models-fits-better/?utm_campaign=4-types-of-...
    If both of those are OK (separate research of the desired carriers would of course be necessary), then it is indeed a simple matter to change carriers. For example, I changed from ATT to TMO by simply changing the SIM...no need to WIPE or anything, and my same BBID came along just fine. You should, however, always obtain a properly-sized SIM card from the carrier -- there are plenty of reports of folks trying to use "cut" SIM cards and experiencing errors.
    With BB10, it's actually simpler than with legacy BBs. Legacy BBs used the BIS service, which required receipt onto the device (from the carrier data network) of Service Books so as to activate the various services that the user subscribed to. When changing carriers, it often could be that a latent Service Book from the prior carrier causes issues when shifting to a different carrier...and that's where WIPING and such came into play, so as to cleanse the device so that the new carrier could deliver all of the proper Service Books to the device. With BB10, there is no BIS, and there are no Service Books...so all of that complication is eliminated.
    But, as always, YMMV.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for