Cannot understand Swappiness

Long ago when I first began having this: https://bbs.archlinux.org/viewtopic.php?id=112846 problem (system freeze with high i/o) I researched quite a bit how virtual memory works. There's something about the swappiness that I can't understand. Everywhere I read that swappiness=100 and the system will swap a lot and swappiness=0 will swap when absolutely necessary. So I thought that swappiness=0 means that applications will use RAM and when it is exhausted completely then some pages will be swapped to disc and the newly requested memory will be available in RAM. However what happens is a bit different. When the RAM is exhausted the HDD LED lights up and intense disc activity begins. The system becomes unusable. And you will think that once the memory is swapped the system should be responsive again but that's not the case. It doesn't ever stop. I've tried waiting for an hour and the HDD LED is still constantly on and the system is almost unusable. If I manage to write "echo "100" > /proc/sys/vm/swappiness" then everything calms down in seconds.
So can some of you exactly how the swappiness controls swapping and why swappiness=0 has such effects on my comp?

I use swappiness 100 on all my PCs, as it makes more sense to me, especially on long-running PCs, even more so on the hibernated ones (less useless memory to write/read to the HDD). Unless there is memory pressure, only untouched/rarely touched parts of the processes get swapped out. On a KDE/GNOME desktop not running some bigger things, it's easy enough to have as much stuff in RAM as in swap (now, on a PC with 2 GB RAM, I have 265 MB of memory and 186 MB of swap taken on a KDE desktop with Dolphin, Konsole, mpd and two Okular instances running - if I closed Okulars, those would be level; doing things like opening "Configure profiles" in Konsole would swap in just a bit, if I didn't use it before/for a long time, but it's not really noticeable; mpd, playing music, has 5.9 MB swapped out and 4.2 MB in memory, perhaps only updating database or doing some obscure things with mpd would swap in a bit, which wouldn't be really noticeable anyway). If I had swappiness set to a lower value, I would have to provide a greater memory pressure to put those unused parts of processes in swap, and, confronted with great memory pressure, I'd have to bear the delay of swapping out. The only downside from my point of view (considering my usage pattern) is that swapping out has to occur at some point, but it's so gradual it isn't noticeable. Also, running "swapoff" on a partition filled in a greater degree takes longer - hence a longer shutdown, which I do only when updating the kernel anyway. So, I suggest you don't be afraid of high swappiness and just see how different swappiness values work for your usage patterns. You can use "smem" to see how much memory and swap each process uses, "free" for general memory/swap usage and "dstat" for monitoring swapping out/in itself.

Similar Messages

  • Cannot understand Security element wsu:Timestamp error

    I got the below error while trying to call the GetEvents method. I generated a Web Service proxy in Jdeveloper 11g and I'm using Weblogic 10.X. Below are my code. Do you have any idea?
    IntegrationEventWS integEventService = new IntegrationEventWS_Impl("IntegrationEventWS_saved_wsdl.wsdl");
    InputStream inbound = new Object().getClass().getResourceAsStream("/weblogic/wsee/policy/runtime/Wssp1.2-2007-Https-UsernameToken-Plain.xml");
    Default_Binding_IntegrationEventWS port = integEventService.getDefault(inbound, true, false);
    Stub portStub = (Stub)port;
    ArrayList credentialproviders = new ArrayList();
    CredentialProvider cp = new ClientUNTCredentialProvider(username.getBytes(),password.getBytes());
    credentialproviders.add(cp);
    portStub._setProperty(WSSecurityContext.CREDENTIAL_PROVIDER_LIST,credentialproviders);
    IntegrationEventWS_GetEvents_Input getEventsInput = new IntegrationEventWS_GetEvents_Input();
    getEventsInput.setEventCount(null);
    getEventsInput.setQueueName("Opportunity");
    IntegrationEventWS_GetEvents_Output getEventsOutput = port.getEvents(getEventsInput);
    Error
    java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand] FaultString [Cannot understand Security element wsu:Timestamp] FaultActor [null]No Detail; nested exception is:
         weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Cannot understand Security element wsu:Timestamp
    java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand] FaultString [Cannot understand Security element wsu:Timestamp] FaultActor [null]No Detail; nested exception is:
         weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Cannot understand Security element wsu:Timestamp
         at oracle.e1.bssv.JC57M007.proxy.Default_Binding_IntegrationEventWS_Stub.getEvents(Default_Binding_IntegrationEventWS_Stub.java:87)
         at oracle.e1.bssv.JC57M007.IBS_CRMODProcessor.manageOpportunity(IBS_CRMODProcessor.java:63)
         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 oracle.e1.bssvfoundation.impl.jdenet.CallSBFHandler.callSBF(Unknown Source)
         at oracle.e1.bssvfoundation.impl.jdenet.CallSBFMsgHandler.process(Unknown Source)
         at oracle.e1.bssvfoundation.impl.jdenet.SBFServerJavaKernel.process(Unknown Source)
         at com.jdedwards.system.net.ProcessKernel.run(Unknown Source)
    Caused by: weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Cannot understand Security element wsu:Timestamp
         at weblogic.wsee.codec.soap11.SoapCodec.decodeFault(SoapCodec.java:357)
         at weblogic.wsee.ws.dispatch.client.CodecHandler.decodeFault(CodecHandler.java:118)
         at weblogic.wsee.ws.dispatch.client.CodecHandler.decode(CodecHandler.java:103)
         at weblogic.wsee.ws.dispatch.client.CodecHandler.handleFault(CodecHandler.java:91)
         at weblogic.wsee.handler.HandlerIterator.handleFault(HandlerIterator.java:309)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:269)
         at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(ClientDispatcher.java:213)
         at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:150)
         at weblogic.wsee.ws.WsStub.invoke(WsStub.java:87)
         at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:337)
         at oracle.e1.bssv.JC57M007.proxy.Default_Binding_IntegrationEventWS_Stub.getEvents(Default_Binding_IntegrationEventWS_Stub.java:82)
         ... 9 more

    Thank you for the replys. However, when running the command:
    *$ java -classpath /export/home/jtownsen/java/ojdbc14_g.jar Connect*
    I got the following error message:
    Exception in thread "main" java.lang.NoClassDefFoundError: Connect
    In case anyone is interested, I did figure out a solution. First, I set the environment variable like so: (using Korn shell)
    *$ CLASSPATH=/export/home/jtownsen/java/ojdbc14_g.jar:/export/home/jtownsen/java/Connect.class:*
    *$ export CLASSPATH*
    Then I compiled the program with:
    *$ javac Connect.java*
    ...which created the Connect.class file.
    And ran the program with:
    *$ java Connect*
    ...and the program ran with no errors returned.
    Now I can begin on the next step. Thanks again to those who have replied.

  • Other Party Cannot Understand Me When I Switch too Speaker Mode

    I have an iPhone 4. Prior to the upgrade to 4.2.1, I was able to use the Speaker Mode and the other party could hear/understand me. Now, whenever I try to use Speaker Mode, the other party immediately complains that they cannot understand me. I can hear the other party fine on the speaker. If I switch back to normal mode, everything is OK.
    Obviously, this is not a speaker problem. I assume the mic is the same for both Speaker Mode and normal mode, so I am wondering if something changed in the software.
    Any thoughts or suggestions would be appreciated. I don't have an Apple Store nearby.

    I have this exact same problem on my iPhone 4, but since the very beginning I am using it.
    Which of the microphones is used for speaker mode?
    Is there any way I can know if the mike is damaged?
    Thanks!

  • Cannot understand small method

    I have being looking at this method and while I undertand what the overall job of the method is I cannot understand what some of the lines do.
    Here it is:
    private static void helloifyClassName(JavaClass java_class )
            class_name = java_class.getClassName() + "_hello";          //Adds _hello to the class name
            int index = java_class.getClassNameIndex();
            index = ((ConstantClass)cp.getConstant(index)).getNameIndex();
            cp.setConstant(index, new ConstantUtf8(class_name.replace('.', '/')));
        }I have not been able to find a description of getClassNameIndex() in documentation, what is a class name index?
    He then changes the value of index on the next line so is there any point in having the getClassNameIndex() line?

    I have not been able to find a description of
    getClassNameIndex() in documentation, what is a class
    name index?You'll need to check with the author of the JavaClass class, or consult the documentation.
    He then changes the value of index on the next line
    so is there any point in having the
    getClassNameIndex() line?Perhaps he's saving up that valuable variable allocation space... :o)

  • I have an iPad Retina, if I download email I then cannot download the same email onto my iMac. and vice-versa. I have all settings to leave copy on server so cannot understand why email will not download to both devices.

    I have an iPad Retina; if I download email onto it I then cannot download the same email onto my iMac. and vice-versa. I have all settings set to leave a copy on the server so cannot understand why email will not download to both devices. Can anyone help please?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • H.264 in mp4 container - cannot understand media info

    Hi guys.
    Here is the question:
    I export the movie "Using QT conversion -> file format MP4, video format - H.264"
    If I check this file in the Media Player Classic on Windows, the MediaInfo pane in the Properties option shows the following:
    Format: MPEG-4
    Format profile: Base Media / Version 2
    Codec ID: mp42
    Video ID: 1
    Format: AVC
    Format/Info: Advanced Video Codec
    Format profile: [email protected]
    Can somebody explain me:
    1. What is the "Format profile: Base Media / Version 2"?
    2. Why I have "Codec ID: mp42"? If I understand correctly, "mp42" means MPEG-4 Part-2. But my video is AVC/H.264 - MPEG-4 Part 10;
    3. Do I understand correctly, that when encoding to H.264 the encoder automatically selects a profile depending on source media?
    The fact is that the encoded file plays on my Mac, but cannot be opened in MPlayer on Windows machine.
    Thank you.

    I don't think Apple is "pushing" the .mov extension over the .mp4 extension. The issue about MPEG-4 (and .mp4 files) is one of Microsoft's refusal to follow the standards and the attempt to create their own.
    Many .mp4 files created using Windows software use "proprietary" Microsoft codecs that do not comply. People will soon be very confused (like the way it is today with .avi files).
    Another issue is the browser plug-in. Users must "set" the plug-in (MIME Settings) to handle .mp4 extension. It is turned off during a default install of QT.
    A Web visitor (first time visit to a page holding an .mp4) may have the file "download", open in a new browser window or even in a different application other than QT.
    Whenever I use MPEG-4 settings in my projects destined for Web use I always use the .mov container.
    Next year will bring the first MPEG-4 DVD's and some broadcasters are already using H.264 for set top boxes (convertors for HD signals).
    One day the .mov format will seem about as relevant as DOS. We aren't there yet.

  • Firefox apparently sends requests that some servers cannot understand. For example, if I try to log out of Facebook, I get an error that says it is a bad request. Same thing doesn't happen with Safari.

    I get this message:
    Bad Request
    Your browser sent a request that this server could not understand.

    Not sure from your example but it appears that the address doesn't have a full domain, i.e., the part between http:// and the next / is not a valid internet domain name, e.g.,
    http://sometext-webproxy/
    In that case, it's probably something running on your computer, either as part of your security software, or as a Firefox add-on, or malware.
    A standard diagnostic to bypass interference by extensions (and some custom settings) is to try Firefox's Safe Mode.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [[Backing up your information]]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in Firefox's Safe Mode ([[Safe Mode]]) using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode."
    If you can access sites normally, this points to one of your extensions or custom settings as the problem.
    To also disable plugins, you can try here:
    orange Firefox button ''or'' classic Tools menu > Add-ons > Plugins category
    Any change?

  • Cannot understand what creative are doi

    Go to station-drivers and there are 2 sets of Audigy drivers that are newer and better than anything on this site.
    This is what I am using ATM and as you can see they are WHQL.
    Digital signer Microsoft Windows Hardware Compatibility Publisher
    Sound Devices------------- Description: SB Audigy 2 ZS Audio [DF00] Default Sound Playback: Yes Default Voice Playback: Yes Hardware ID: PCI\VEN_02&DEV_0004&SUBSYS_200202&REV_04 Manufacturer ID: Product ID: 00 Type: WDM Driver Name: ctaud2k.sys Driver Version: 5.2.000.62 (English) Driver Attributes: Final Retail WHQL Logo'd: Yes Date and Size: 8/29/2005 8:46:4, 438784 bytes Other Files: Driver Provider: Creative HW Accel Level: Full Cap Flags: 0xF5F Min/Max Sample Rate: 4000, 92000Static/Strm HW Mix Bufs: 64, 62 Static/Strm HW 3D Bufs: 64, 62 HW Memory: 0 Voice Management: Yes EAX(tm) 2.0 Listen/Src: Yes, Yes I3DL2(tm) Listen/Src: No, NoSensaura(tm) ZoomFX(tm): No Registry: OK
    Now its clear that the guys from creative programmed these drivers and they did a FANTASTIC JOB!!!!
    What is it going to take to get these drivers released on this site? To be honest I could care less where I get drivers from but for the love of god I dont understand Creatives methods of releaseing drivers.
    They create drivers ( Perfect drivers, i say perfect simply because they are, I have had ZERO issues with them ) but they dont\wont release them.
    If anyone could help me understand the insane way creative do things that would be great.
    PS: to the creative team who made these drivers, simply awesome job.

    Hi xmn
    Creative have officially released those drivers for ALL Audigy based cards
    http://files.europe.creative.com/man..._2_08_0002.exe
    You can find these in your download area, note that these are described as BETA and unsupported drivers.

  • Called party cannot understand me

    I currently have Skype version 5.3.0.65524 installed on my
    Samsung Galaxy S4
    Android version 4.4.2
    Model number SCH-I545
    up until a few months ago, it worked fine, but now when I try to call my friend's land line or mobile in Australia using my subscription or my Skype credit, he cannot hear me at all. He reports that all he can hear is a lot of static and my voice is completely garbled. 
    This occurs whether I am using Wi-Fi or mobile data, whether I am speaking directly in to the handset or using head phones or blue tooth.
    It does not, however, occur when I am speaking on my iPhone 4, or using Skype on the PC. 
    Does anyone have a clue what has changed?

    I have this exact same problem on my iPhone 4, but since the very beginning I am using it.
    Which of the microphones is used for speaker mode?
    Is there any way I can know if the mike is damaged?
    Thanks!

  • Cannot understand the problem

    Hi frnds my name is raj , i am very new to OBIEE , i have been pracitcing it on my own and now i had few problems in understanding the errors .
    I built a physical layer with CHANNELS ,COSTS , COUNTRIES , PRODUCTS , SALES ,TIMES tables and SALES being the fact table ,,, I have physical joined every column except COST to sales .
    And in Bussiness layer i have created a new bussiness model and dragged all the tables from physical layer except COST table..
    In BMM layer , in Sales Table i have dragged a column named UNIT_COST from cost table in physcial layer and renamed it to unitcost , so the sales table in BMM layer has two sources i.e., SALES and COSTS .
    Now i applied aggergation sum rule on UNIT COST and dragged it to presentation layer ...
    When i opened the presentation server , and selected Product name from product table and Amount sold and Unitcost from sales table and when i click the results to view i have encountered with an error
    ODBC DRIVER RETURNED AN ERROR(SQLEXECDirectVV)
    the message says : UNIT_COST : invalid Identifier at OCI call .
    Please help me in understanding this error and kindly give me the solution for it
    thanks ...

    Hi,
    Firstly did you make a "view data" in the physical layer for the COSTS table. I am doubting that this table wasnot created in the db itself. Kindly check it and let us know if you have any issues
    Regards,
    BI Learner

  • Itunes have deleted songs in library; cannot download; cannot understand previous comments.

    Sob Story: My mother just died. I want to listen to my songs on my iPhone to destress myself. However, itunes has deleted half my playlist on my Mac. I went to my library. I did lots of searching for hours; I read all the comments here - half of them I don't understand.Too much talk; too little help. I tried dragging albums to itunes - NO!. Half of the songs in my so called library have weird names  - not the previous song titles. I dont know what has happened. I have not changed software, updated anything, changed anything etc. There are more songs on my iphone that are not now in itunes so I can't even sync because then I will lose the precious songs I DO want to listen to. I really can't cope with this. I read someone saying they will buy a huge MP3 player and download songs the old fashioned way and others laugh - but you know what? When your mother dies, he will be laughing and itunes users... I hate Apple SO much right now.
    If anyone has a really simple solution for an IT dummy (funnily enough I was quite clever on the old IT front until this happened) please spell out. Do not say: go to library, do this with file blah blah -- I have tried it all and plus, there are dozens of itune library files...

    It's very simple. I turned on my MacBook Pro, went to itunes and noticed half of my songs were missing, albums etc. I looked online and people said go to X folder i.e. itunes library etc etc... But when I go there, there are dozens of folders all with the same name. I tried all the techniques, dragging, dropping, from A to B, but no good. Then I found a Music Folder - great I thought, as all my albums seemed to be there. But when I looked at them all the tracks have weird names (i.e. they have lost their titles) and they could not be dropped into iTunes. I never buy anything from ITunes so all my albums are ones I bought on CD and downloaded. By MP3 Player I mean, one of those old fashioned devices where you can just manually drop albums into, that don't bother synching, unlike the ipod on my iphone which now contains completely different albums and tracks than in the itunes on my Macbook Pro meaning I can no longer sync. To be honest I've now given up but thanks for your response.

  • Cannot understand program error

    I would be grateful for some guidance. I have written a Java program on a Sun workstation running Solaris 10 and JDK 1.5.0_06. I just wanted to connect to an Oracle database and just make sure that I can get a connection before going any further, yet I get an error that I don't understand. The program compiles okay, but when ran, the error occurs. My program is:
    import java.sql.*;
    public class Connect
       public static void main( String args[] )
          Connection connection = null;
          try
             String driverName = "oracle.jdbc.driver.OracleDriver";
             Class.forName( driverName );
             connection = DriverManager.getConnection( "jdbc:oracle:thin:@waikiki:1531:oadev1", "jtownsen", "java_dev1" );
          catch ( ClassNotFoundException e )
             System.out.println("\n*****A Class Not Found exception has occurred*****\n");
             e.printStackTrace();
             System.exit( 1 );
          catch ( SQLException e )
             System.out.println("\n*****An SQL exception has occurred*****\n");
             e.printStackTrace();
             System.exit( 1 );
       } //end main
    } //end classThe error returned is the following:
    *****A Class Not Found exception has occurred*****
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
       at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Class.java:164)
       at Connect.main(Connect.java:11)Thank you in advance for any guidance.

    Thank you for the replys. However, when running the command:
    *$ java -classpath /export/home/jtownsen/java/ojdbc14_g.jar Connect*
    I got the following error message:
    Exception in thread "main" java.lang.NoClassDefFoundError: Connect
    In case anyone is interested, I did figure out a solution. First, I set the environment variable like so: (using Korn shell)
    *$ CLASSPATH=/export/home/jtownsen/java/ojdbc14_g.jar:/export/home/jtownsen/java/Connect.class:*
    *$ export CLASSPATH*
    Then I compiled the program with:
    *$ javac Connect.java*
    ...which created the Connect.class file.
    And ran the program with:
    *$ java Connect*
    ...and the program ran with no errors returned.
    Now I can begin on the next step. Thanks again to those who have replied.

  • Cannot Understand Event Earsffdr Cocoa-Applescript

    Hello Guys,
    I'm trying to just write a little X-code 4 app to display it's own directory, using Cocoa-Applescript. I've created a window under MainMenu.xib, and linked it to my code in AppDelegate.applescript. My code looks something like this:
    on myButtonHandler_(sender)
            set theFolder to POSIX path of (the path to current application)
            set theFile to theFolder & "/Contents/Resources/Dir.app"
            display dialog (the path to me)
            return void
        end myButtonHandler
    The app builds perfectly, but when I click the button, it says:
    [AppDelegate myButtonHandler:]: «script» doesn’t understand the «event earsffdr» message. (error -1708)
    I have no idea what is happening there, so any help is appreciated!
    P.S This code also works perfectly in Applescript Editor, but I want it to look better with a window, so this is really weird.

    I've tried the applecation bundle thing, and my code looks like this:
        on myButtonHandler_(sender)
            set theFolder to POSIX path of (the path to current application's NSBundle's mainBundle()'s bundlePath())
            set theFile to theFolder & "/Contents/Resources/Dir.app"
            display dialog theFile
        end myButtonHandler
    But now the error is:
    «class ocid» id «data optr00000000E0B3660401000000» doesn’t understand the «event earsffdr» message. (error -1708)
    In Applescript Editor, the code makes the error : NSBundle doesn’t understand the mainBundle message.
    In addition, 'path to current application' doesen't work either, and it displays the original error.

  • I cannot understand how to install the message blocker

    I have "tried" to understand and install the message-blocking filter system, but, it never works...I can't 'fathom' where I am going wrong!
    It looks so simple, but, feels ambiguous...
    I am very frustrated and have nobody to show me...
    Ralph Fraser age 78

    Are you talking about junk mail controls, or in other words filtering spam?
    Or do you want to block messages from a particular sender?

  • Load More Messages - cannot understand

    Hi all,
    I have just set up a mail account on my iphone. It is the same POP account as I use on my iMac using Mail.
    I am sending test mails from my work email to my home email - in theory the same mail should arrive on my iMac and my iPhone.
    It is mostly successful other than my iphone mail inbox has the message "Load More Messages...1 message total, 1 unread"
    I cannot do anything with this message, if I tap it it just comes back.
    Any ideas what this could be.
    Thanks

    I think that "Load More Messages" is just a lousy way of saying "check for new messages" or "get mail" I think that was taken care of by the 2.1 firmware so you may want to make sure you have iTunes 8 and have run your iPhone update.

Maybe you are looking for

  • PDF loaded into iBooks will not sync back to iTunes

    I accessed a PDF on the web from Safari on my iPhone 4s, then opened it in iBooks.  Then I connected the iPhone to my iMac and synced with iTunes.  I was expecting the new PDF to sync back to my iTunes, but that did not happen. Am I to assume that PD

  • So What Is the Story In General About Windows 7 and the HP C7280?

    It doesn't seem like HP wants to support the C7280 well.  There are v12 drivers/software still missing for this printer.  I have unresolved issues concerning wireless and ink cartridge levels.  And now there is the prospect of migrating to Windows 7

  • Crashes after 10.4.11 update - Installer, Safari, Dashboard

    Hi there, I installed the 10.4.11 update end of last year and when I installed it the whole computer crashed and had to be reset - ever since that I have had problems with programs crashing (unexpectedly). I've seen some posts with similar problems s

  • I cannot seem to update Garageband 11 on my new MacBook Pro retina (Mountain Lion)

    Hi, I've just bought a new 15" MBP retina (Mountain Lion). I have Garageband '11 pre-installed. When i try to add additonal instruments Garageband opens a prompt box and asks if I want to update now or  later. I have tried both options and neither wo

  • Airport networking and KVM switchs...what to do?

    I am in the process of setting up my G5 Quad as my main video and graphics machine. I also have a G4(Quicksilver) that I will use for basic stuff. They are both Airport equipped and I currently have an Airport Extreme Base Station (not set up yet) an