Hard disk details

Hi friends,
How to find out the hard disk number the real one through java.
tell me .........
thanks in advance
selvin

Hi,
Hard disk serial number the Unique one. Is there way in java or C++ even.I want to find out that.
thanks in advance
selvin

Similar Messages

  • Unable to erase internal hard disk

    Dear Mac Book Users
    To begin with I got a problem of spinning wheel and grey screen, upon extensive research online i could,nt find any solution and everytime i tried to repair it with disk utility's first aid otion i got the following error:
    Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    There were a lot of errors wth permissions (upon clicking verify permissions) but the repair permissions button was greyed out.
    Now all that is history and finally the only solution to get rid of the above problem was to back up my data to an external hd (WD-My passport) using the Restore option in disk utility. That worked well and all my data, the whole volume named MACINTOSH HD was copied to external hd and alsi now I am able to boot with this external hd.
    Now the problem is that when i go to disk utility and try to erase the original internal hard disk details of which are as follows:
    Disk Description :
    ST9160314ASG Media
    Total Capacity :
    160.04 GB (1,60,04,18,85,696 Bytes)
    Connection Bus :
    SATA
    Write Status :
    Read/Write
    Connection Type :
    Internal
    S.M.A.R.T. Status :
    Not Supported
    Partition Map Scheme :
    GUID Partition Table
    I get the error:
    Volume Erase failed with the error:
    File system formatter failed.
    I want to know that has my hard disk crashed and if yes how to confirm it?
    Also if it has crashed, now can i get a new hard disk with a greater capacity (let me know the maximum capacity) than my original 160gb. Are there any things i should keep in mind while buying a new one?

    Please check the results:
    Last login: Thu Aug 30 11:34:15 on console
    Manan-Dewans-MacBook-Pro:~ manandewan$
    Manan-Dewans-MacBook-Pro:~ manandewan$ bash
    bash-3.2$ diskutil erasedisk HFS+newdisk Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.diskutil erasedisk HFS+newdisk /volumes/disk0
    Unknown partition scheme: Utility
    bash-3.2$ diskutil erasedisk HFS+newdisk /volumes/disk0
    Usage:  diskutil eraseDisk format name [[APM]Format|[MBR]Format|[GPT]Format]
            MountPoint|DiskIdentifier|DeviceNode
    Completely erase an existing whole disk.  All volumes on this disk will be
    destroyed.  Ownership of the affected disk is required.
    Format is the specific file system name you want to erase it as (HFS+, etc.).
    Name is the (new) volume name (subject to file system naming restrictions),
    or can be specified as %noformat% to skip initialization (newfs).
    You cannot erase the boot disk.
    Example: diskutil eraseDisk JHFS+ UntitledUFS disk3
    bash-3.2$ diskutil erasedisk HFS+ newdisk "/volumes/disk0"
    Could not find disk for /volumes/disk0
    bash-3.2$

  • Is it possible to run two different versions of Apple operating system (for ex. 10.6.8 and 10.9) on a MacBook Pro, either on the same disk or from an external hard disk? If so, where would I find the details?

    Is it possible to run two different versions of Apple operating system (for ex. 10.6.8 and 10.9) on a MacBook Pro, either on the same disk or from an external hard disk? If so, where would I find the details? (In order to be able to use the older applications no longer supported in 10.9)

    If you want to add a second partition to the internal drive (in Disk Utility, select the drive, then open the partition tab and just click the + button), you should first be sure that you will have enough room to accommodate whatever the second volume will be. I am currently doing this for Snow and Mountain Lion.
    To get to whatever volume is not the startup disk, restart and hold down option/alt at the chime, which will bring up a selection of the two volumes. Use the left or right arrow keys to select it and then hit enter/return.

  • Playing an img from hard disk

    I was able to save my project onto hard disk. I did this in order to proved another level of simulation ie:Apple support said the simulator does not support dvd@ccess. I can see the folder, files and a disk name. I tried droping the disk and img file to the dvd player but nothing executes. Any ideas on what I am doing wrong?

    Joe, thanks for the feedback, it's always nice to know that something you suggested helped with a problem.
    <begin rant>Honestly, I'm getting a little "burned out" by all of the people who post questions, sometimes pleading desperately for help, and then when you and others give detailed replies you never hear another word (up or down) from the person who posed the original question. In my opinion, such behavior is quite rude and it happens so often that you've got to start wondering what's up with the average individual. It's not so much the need for a thank-you, but rather knowing whether your suggestions helped or were even read. In any case, a reply would assist others as to whether (or how) the initial problem was resolved.<end rant>
    But, thanks for the thanks and sorry for going off topic.

  • Stop the beeps with the 7200 rpm hard disks of the MacBook Pro

    http://www.hardmac.com/news/2009/07/13/stop-the-beeps-with-the-7200-rpm-hard-dis ks-of-the-macbook-pro
    Stop the beeps with the 7200 rpm hard disks of the MacBook Pro
    from HardMac.com by [email protected] (Lionel)
    At the beginning of week, we have spoken about the unpleasant beeps made by the 7200 rpm hard drive proposed as an option in the MacBook Pro 2009.
    A solution has been found, the details are given by Rémy.
    These tedious beeps occur when the disc is inactive and are caused by a system
    to reposition the play-back head carried out in a repetitive way.
    In addition to the beeps of the hard drive, Mac OS X displays the pretty multicoloured wheel during some seconds while waiting for hard drive to finish these loadings and unloadings of the play-back head.
    The solution comes with a utility of the name hdapm (for Hard Disk Advanced Power Management) which makes it possible to change the level of energy management (APM) of the hard drive.
    Hdapm can be downloaded from : http://mckinlay.net.nz/hdapm; hdapm being a command line utility, it is thus necessary to use the Terminal (which is in /Applications/Utilitaires).
    After copying hdapm into your user file, the command to enter is:
    sudo ~/hdapm disk0 max
    disk0 corresponds to the disc to regulate knowing that hdapm should function with any ATA disk supporting APM
    max is the level of APM which is a number ranging between 1 and 254 included
    the word following are preset and can used in the place a number for the level of APM
    max (maximum performance) is the parameter to use to eliminate the “beeps”.
    min (maximum economy of energy)
    default (returns to the default setting)
    The level of APM is a temporary adjustment in the firmware of the hard drive, this adjustment is lost when the disk is powered down and it is thus necessary to redo this at each for each start up.
    To install hdapm so it is launched at each start-up, it is necessary to copy hdapm to the hard drive (/usr/local/bin is advised) and to copy the file hdapm.plist in /Library/LaunchDaemons.
    It will be can be necessary to you to edit hdapm.plist with the desired parameters; the default settings are: the repertory where hdapm is /usr/local/bin, the hard drive is regulated on the first (disk0) and the level of APM is the maximum.
    You can simply copy the file hdapm into /usr/local/bin file if you want to avoid modifying Plist.
    Simplest way to reach these files is to use the Go/go to the file and to copy/paste this address before validating.

    Yeah, I don't buy that. I spoke with Seagate a couple of months ago when I was looking for the impossible to find 500 GB 7200 RPM HD and asked them that very thing. They told me it would work fine, but I should disable SMS. Apple told me the same thing. I ultimately waited and got a non G-Force model, but Seagate told me it would work.
    I also don't believe that they'd OEM the drive to Apple knowing it wouldn't work. That makes absolutely no sense. If Seagate knew the G-Force drive would not function properly in an Apple MacBook/MacBook Pro, and they OEM'd it to Apple for that purpose anyway, what does that say about Seagate?
    I admit it's odd that the used the G-Force model given the presence of SMS, but apparently Seagate has prioritized the manufacturing of the G-Force drives and probably offered it to Apple.

  • New MBP i5 does not boot after hard disk swap

    Hi there,
    I received my new i5 MBP today. After booting it once with the installed HDD to check if it's ok, I exchanged the hard disk for the one in my Late 2008 Macbook Pro. After doing this, my Late 2008 Macbook Pro boots fine with the (new) hard disk from the new i5 MBP, but the i5 MBP does not boot with my old hard disk.
    To give you some details:
    - I have installed 10.6.3 on the (old) hard disk that's not booting.
    - The i5 MBP boots fine from the installation DVD
    - Disk utility finds and can read my hard disk, no errors
    - PRAM NVRAM reset did not help
    - when booting in safe mode, I can see the system stop booting after or while loading Extensions.mkext
    My guess is, it tries to boot and load the wrong Extensions for the new system (CPU? GPU?). I have no idea how to fix this.
    Any help would be greatly appreciated!

    Focx,
    Welcome to Apple Discussions.
    Inserting the drive from an earlier model MBP will probably not work. The version of the system you have on that HD is designed for earlier hardware so when you put in in your new machine it's going to be recognized. What I'd recommend is re-installing the disk that came with the new machine and of course putting the 2008's disk back in the old machine. Then use Migration Assistant on the new machine and migrate your data from the old machine into the new machine.
    This will provide a much more stable system and should work just fine.
    Regards,
    Roger

  • Creating a Master virtual hard disk and using the same for all other VM's

    Hi,
    We would like to create a master virtual hard disk and use the same for all other VM's. Can we do that ?
    my requirements :
    1) create 10 VM's
    2) first create a master virtual hard disk with win OS and use the same to create the 10 VM's.
    3) After creating the VM's change the HDD size.
                  -- if i have created master virtual disk with 500GB , and use the same for creating a virtual machine. can we change the HDD size to 1TB ?
    After creating the VM's ,i will change the system names and activate the windows accordingly.
    Will there be any implications ,if we can/will do like this.
    Thanks.

    Hi Suren424,
    I think Using Differencing Disks may cover your needs .
    Please refer to following setps:
       "Create the Parent Virtual Machine Configuration and Virtual Hard Disk
        Install the Operating System, updates, and common software
        Generalize the installation
        Prepare the parent virtual hard disk
        Create the differencing disks
        Create virtual machines that use the differencing disks
    For details please refer to follwing link:
    http://social.technet.microsoft.com/wiki/contents/articles/1393.hyper-v-virtual-machine-vm-parent-child-configuration-using-differencing-disks.aspx
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How can i transfer all my data 250 GB from external hard disk to MAC pro

    How can i transfer all my data 250 GB from external hard disk to MAC pro

    The simple answer is just connect the external hard drive and drag the files from there to wherever you want them to go. If you need to do something more specific, you'll have to provide more details.

  • Retrieve data from a Hard Disk That was connected to the optical Drive of Mac Book pro

    Hi Experts
    I have been using a Mac Book pro from 2011 (Early 2011 Model), In the mid of 2012 I have planned to upgrade, and bought a 240 GB SSD and 16 GB ram from OWC, Installed successfully and bought another 750 GB WD Sata Disk and connected it to the Optical Drive Bay of the Laptop, using the optical drive as an external device now
    I was using the SSD as the main disk for all the applications and OS itself, and tranferred all the user library (iTunes Library, iPhoto Library, Documents etc..) to the additinal 750 SATA Disk,
    Last week the Mag Safe cable has been worn out and seperated completely from the adapter, I tried soldering the cable again and it was working for two days, third day The machine stopped charging and it was working until the battery run out of charge,
    Now I have bought a new Mag Safe Charger for 108 Singapore Dollars and it wont charge, read in iFixit Forums to change the Mag Safe DC in Board, so found a new part in singapore and replaced DC in Board myself, after doing this when I connected the new mag safe adapter, it fired the cpu fan for two second, I was able to see the green light the adapter and it stopped again and the green light wont lit up now
    Removed the logic board from Laptop completely and tried connecting the Mag Safe Adapter I can see the green light,
    So with all the above details, Iam confused whether its the Logic Board or the Battery that is giving me issue, I can find out the problem by contacting a Authorised service centre, but Iam thinking whether its is worth to repair it or buy a New Mac Book Pro ?, Because if I need to change the logic Board need to spend 900 Dollars + 100 dollar service charge
    So I was trying to remove the 750 GB WD Sata Disk to see if I can get the data back so I can buy a new Laptop without worrying,
    The real issue now is when I connect the 750 WD Disk using a sata to usb converter cable to my official macbook, it says the connected USB device is drawing more power than expected and it wont even detect the hard disk, Iam wondering why it cannot detect the hard disk even in the disk utility, is there any way to get the data back from the 750 GB WD Sata disk (which was connected to the Optical Drive Bay)
    Your expert advice is much appreciated
    Regards
    Vinodh

    Welcome to the discussions!
    It sounds as if your disk was not correctly formatted to work with the Mac operating system. I suspect it was formatted in FAT32, which is primarily a Windows format. This type of format will not allow the disk to accept any files larger than 4GB. That's probably why you are seeing the crashes.
    Connect the drive to your Mac and open Applications > Utilities > Airport Utility.
    Click your disk on the left and click the erase tab on the right. You need to format the drive in +Mac OS Extended (Journaled)+. Formatting will erase everything on the disk.
    Then you could try the drive again attached to your AirPort Extreme to see if that will do what you want.

  • Error message: iTunes can't save to hard disk because disk not attached. (but it is)  Does this indicate a real problem?

    iTunes regularly post an error message saying it can't save to the internal hard disk because the disk is not attached, even though the disk seems to be functioning normally.  Do these error messages indicate that there is a real problem with either iTunes or the disk?
    <Subject Edited by Host>

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|(Bo|PO).+ sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test osascript\ -e );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'|tr , \\\n" 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:| VALI|xpma' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 37 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • How do I restore my 27" mid-2011 iMac EXACTLY the way it was after hard disk replacement?

    Hi all.
    Recently received an email from Apple saying that the 1TB Seagate hard drive in my 27" mid-2011 iMac is apt to fail anytime. Apparently they used some bad hard drives in the mid-2011 27" iMacs which are problematic so they're offering me a free replacement to a brand new hard drive. I'll be sending in my iMac for the replacement sometime in the next few days.
    In preparation for it, I've backed up my entire system using Time Machine into an external harddrive. The backup is up to date & includes all system files. I've also made a Lion install disk on an 8GB USB flash/pen drive using Carbon Copy Cloner.
    My question is: When I get my iMac back after the hard disk replacement, will I be able to restore my iMac to EXACTLY the way it was before the replacement using the Time Machine backup & the Lion install disk that I've prepared? When I mean EXACTLY, I do mean EXACTLY, e.g I don't have to re-install all the programs I have, my settings for the programs I have will stay intact, everything is where it should be etc...i.e EXACTLY the way my iMac is right now. 
    If yes, how do I do it? I've read Pondini's guide: http://pondini.org/TM/14.html
    However it is less than clear on certain points, e.g in my case, which one do I have to use to restore my system to the way it was...the Time Machine backups I have on the external HDD or the Lion install disk that I made using Carbon Copy Cloner? And how do I go about doing the restore?
    I'd appreciate any & all help given. Thanks in advance!

    daniirwan wrote:
    baltwo: Thanks for your input! I didn't think of wiping the old HDD before sending it in for the replacement..all those sensitive user data! One question: What's a FWHD?
    Already answered. Just note that FW is much faster than USB. See http://help.bombich.com/kb/troubleshooting/how-long-should-the-clone-or-backup-t ake for details.
    I already have CCC installed so I'll probably try it out. Are the steps outline here the one that I should do to restore the CCC clone when I get my Mac with the new HDD back? See: http://help.bombich.com/kb/overview/restoring-data-from-your-backup#full_volume_ restore
    Yes.
    Another question: while I'm booted on the backup/clone, and just after I've wiped the old HDD, how do I reinstall the OS to create a generic user account? Will I have to use a Lion install USB disk?
    No. IIRC (if I remember correctly), you can either use a saved Lion installer (hopefully it exists on your backup/clone) or use the Recovery HD. If you have the USB stick w/Lion installer on it, use that.

  • Hard Disk Not Exist help please

    Hi, not sure if this should be in Recovery or Hardware or Operating Systems as it involves all three!
    I have an HP G61-110SA running Win 7 64 bit; product no. VR523EA.  Also have serial no if needed.  One problem is, as the laptop is 6 years old, it's hard to remember what came with it.
    Whilst using on Thursday it suddenly froze and ctrl/alt/del didn't respond so i held down the power key to turn off.  When I rebooted, I got "PXE-E61 Media Test failure; check cable.  PXE-M0F: Exiting PXE ROM.  No bootable device -- insert boot disc and press any key".
    I don't have a boot disc as the OS came preinstalled.  So here's what I've tried so far by reading other similar problems in here.
    - Ive taken out the HDD and reseated it.  Reboot then said Hard Disk Not Exist.  Tried reseating again.  Same message.
    - Created a bootable Ubuntu CD and ran that - no response.
    - Created a Ubuntu bootable USB and that has worked except Ubuntu isn't showing the HDD so I can't retrieve anything.
       I can however connect my wireless network and at least use Ubuntu in the meantime.
    I've ordered a new (same) replacement HDD (a Hitachi 320GB 2.5").  So next problem is how to reinstall Windows 7 without a recovery CD?  Did the old HDD contain the recovery partition drive or would that be located elsewhere thefore still be accessible when the new HDD is installed?
    If not, I'm assuming I can still purchase recovery discs from HP?  I know I should be able to create my own recovery discs however, the MS sticker on the bottom of my laptop beside the laptop details, has become too faded to read the important bits!  All I can see is "Proof of License, Certificate of Authenticity, Microsoft Corporation 2005" and "Label not to be sold seperately".  Any letters/numbers are long gone.  So would I be able to find these any other way?  My friend (an IT Manager) said something about DBAN being able to read all that from the HDD but not if it's fried?!
    Next problem - I was also using Office 2007 (think it was Home Premium).  Either this came preinstalled (unlikely?) OR it came with a 30 day trial which I could purchase the full version & download the full version from online using a link within the trial?  I think this is what I did because I have no other way of obtaining Office for Windows 7 and yet whatever version I had, had about 3 user licenses because I also installed it on my son's netbook.  I do have Office XP discs for my previous desktop PC (but couldn't have used those surely on Win7)?
    And just to add a gripe .... although I certainly got my money's worth out of my old laptop, I'll now have to buy a new one - which I consider a treat - BUT I'm choking at the expense of replacing all the software I need!  Anything I buy new will be Windows 8 which none of my old software was compatable with - same as when I have to previously rebuy it because none of my XP software was compatable with Win7!  But on the plus side, I'm assuming if I install my new HDD on my old lappy, I can also install Ubuntu to the new HDD so at least my 11yr old son can browse and surf on it via Ubuntu.
    Can anyone answer/help with any of the above problems?  Many thanks in advance.
    This question was solved.
    View Solution.

    You do not need the license key when using HP Recovery Discs.If you didn't create a Recovery Disk set using the software installed on the laptop refer to the article here>> Looking for Recovery Discs?
    If you have difficulty,  contact HP in your country / region through the HP Worldwide Support Portal to check on the availability of Recovery Discs for your computer.> Worldwide Support Portal
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Hard disk problems after full upgrade [SOLVED]

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

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

  • Satellite L850 hard disk failure - warranty claim in Sri Lanka

    My brother bought me a Satellite L850 from UAE a month ago.
    But i am in sri lanka.
    The problem now is the hard disk is failed to boot and it says to replace the hard disk.
    I have the warrenty card with me.
    My question is can i claim the warrenty in Sri Lanka?
    Please help me soon ASAP.
    Thank you.

    Hi
    If you did not purchase additional international warranty, the notebooks hardware problems can be fixed only in the country where the notebook has been purchased.
    But as far as I know the parts like HDD or memory are user upgradable.
    Maybe you dont need to send the notebook to UAE for a fix but maybe the guys would be able to send you an HDD under warranty conditions.
    Here you can get all details about the ASPs available world wide.
    http://www.toshiba.eu/innovation/generic/ASP_SUPPORT/
    I recommend you to contact the ASP and to ask for further assistance

  • Lenovo Hard Disk Issue - Felt bad about the service

    This email is regards to the complaint on Lenovo All in desktop i purchased which is still there in warranty. 
    I purchased All in one desktop on 25/02/2014 in one of the outlet of Reliance Digital, Bangalore,India.
    Below is the detail of the product - 
    SN : CSxxxxxxxx
    Product Family : C240
    Machine type : 10113.
    I was getting "Error 1962 : Operating system not found" . and raised a request to rectify the problem. The service engineer came with new hard drive for replacing it. I asked for my data and they told it's customer responsibility to make the data back up. He himself gave the hard disk which was there with hard disk and asked me to back up with some third party vendor.
    I visited Cadons, Bangalore for data back up and after checking Cadons engineer told hard drive is completely dead better contactLenovo again so that they will repair it and give one it is repaired i he told he will be able to make data back up.
    I again called customer care executive and told that third party vendor was not able to make the data back because of hard drive failure but they are refusing to repair hard drive and each time i am receiving a call from service engineer and are just trying to close the ticket at the earliest by replacing the hard drive. No one is bothering about repairing the hard drive and helping me to take my data back up.
    For your reference :Ticket number : TVSE/IDEA/7006373733/
    I also sent email to [email protected] from whom i am receiving the emails stating that they will resolve the issue but no action was taken from last 20 days.  
    I just wanted to check whether Lenovo execut\ives are really meant to serve customer issues? If somebody is there please let me know. Otherwise i will just throw this harddisk and say good bye to Lenovo and it's products in future.
    Regards,
    Bhuvanesh K,
    +91-xxxxxxxxxxxxx.
    Admin Edit; s/n & private information edited to prevent them being abused

    bhuvanesh_k wrote:
    This email is regards to the complaint on Lenovo All in desktop i purchased which is still there in warranty. 
    I purchased All in one desktop on 25/02/2014 in one of the outlet of Reliance Digital, Bangalore,India.
    Below is the detail of the product - 
    SN : CSxxxxxxxx
    Product Family : C240
    Machine type : 10113.
    I was getting "Error 1962 : Operating system not found" . and raised a request to rectify the problem. The service engineer came with new hard drive for replacing it. I asked for my data and they told it's customer responsibility to make the data back up. He himself gave the hard disk which was there with hard disk and asked me to back up with some third party vendor.
    I visited Cadons, Bangalore for data back up and after checking Cadons engineer told hard drive is completely dead better contactLenovo again so that they will repair it and give one it is repaired i he told he will be able to make data back up.
    I again called customer care executive and told that third party vendor was not able to make the data back because of hard drive failure but they are refusing to repair hard drive and each time i am receiving a call from service engineer and are just trying to close the ticket at the earliest by replacing the hard drive. No one is bothering about repairing the hard drive and helping me to take my data back up.
    For your reference :Ticket number : TVSE/IDEA/7006373733/
    I also sent email to [email protected] from whom i am receiving the emails stating that they will resolve the issue but no action was taken from last 20 days.  
    I just wanted to check whether Lenovo execut\ives are really meant to serve customer issues? If somebody is there please let me know. Otherwise i will just throw this harddisk and say good bye to Lenovo and it's products in future.
    Regards,
    Bhuvanesh K,
    +91-xxxxxxxxxxxxx.
    Dear Bhuvanesh K,
    Sincerely apologize for the inconvenience caused. Our team has been trying to get in touch with you at the provided number, however, there was no response. Request you to let us know a convenient time to call.
    Warm Regards,
    Reliance Digital

Maybe you are looking for

  • OS X 10.5 + Boot Camp 2.0 + Vista Ultimate + NTFS????

    I'm puzzled.Had XP working fine with Bootcamp beta under OS X 10.4. Now under OS X 10.5 Leopard, I want to install Vista Ultimate but the partition is formatted as FAT32, and the Vista installer tells me it needs a NTFS file format. So back under OS

  • How to hide url of third party external/partner application

    I have a third party external oracle application arcims by the esri corporation that I have on a test portal. It has it's own password authentication. In order to have sso work i have to turn off its password request. The problem is that the URL addr

  • My Ipod is frozen with the appel symbol on ?, My Ipod is frozen with the appel symbol on ?

    My Ipod is frozen with the appel symbol on ? I have tried the hard reset with no luck. The problem apperd after that i started a sync from Ipod to PC

  • Results Analysis Message KJ436

    While setting up Results Analysis for the POC method (03) and executing transaction KKA2, we got the following message. Both the CO version and the RA version are set to the same valuation (Group valuation). Any help would be appriciated. Basic RA ve

  • HD Playback in Premiere CS4

    OK, I don't want to sound like a broken record here.  I know there's plenty of problems with HD playback on CS4 regardless of the system you're on, but I can't see a reason why I'm still having stutter / slow playback on this system: HP xw4300 Workst