What does this command do?

[root@fackamato-laptop ~]# dd if=/dev/zero of=/dev/null bs=1M count=100000
100000+0 records in
100000+0 records out
104857600000 bytes (105 GB) copied, 10.5889 s, 9.9 GB/s
[root@fackamato-laptop ~]# dd if=/dev/zero of=/dev/null bs=1M count=100000
100000+0 records in
100000+0 records out
104857600000 bytes (105 GB) copied, 25.8666 s, 4.1 GB/s
[root@fackamato-laptop ~]# dd if=/dev/zero of=/dev/null bs=1M count=100000
100000+0 records in
100000+0 records out
104857600000 bytes (105 GB) copied, 16.213 s, 6.5 GB/s
[root@fackamato-laptop ~]#
I know, I mean it reads zeroes into /dev/null in 1MB chunks, but how does it work? What generates the zeroes? Fluctuation is probably because of cpufreq. Is it only cpu-bound or is it memory speed bound too? Just curious...

Cool, this gave me my first occasion to try and understand something in the kernel sources.
From what I've seen, the driver that manages /dev/zero simply puts all zeroes in the char* output buffer it's passed (actually using an asm routine for it, so it's probably as efficient as can be). Piping to /dev/null pretty much does nothing at all.
I can't really follow the call stack to those functions but it's pretty certain it totally bypasses the I/O subsystem.
As for experimental data, dding from zero to null on my machine maxes out my cpu usage and the throughput only depends on cpu availability.
Last edited by Arkane (2009-02-18 21:14:27)

Similar Messages

  • What does this command do? "$HOME/path/to/the/Folder/"

    Hi,
    What does the following command do?
    $HOME/path/to/the/Folder/TEMP
    If the TEMP file does not exist, will it create a new TEMP folder?
    How can I check whether a "new TEMP folder" is created?
    Thanks in advance.
    Ed

    So "$HOME/path/to/the/Folder/.DS_Store" will fill in the "path" that the .DS_Store is stored?
    You fill in the path.  That is to say, we do not know the folder you are interested in.  And since there are thousands of folders (hundreds of thousand) on the Mac, the computer will not fill it in either.  ONLY "You" know where the folder you are interested in lives.  So you replace "path/to/the/Folder" with the correct information.  Until then "path/to/the/Folder" is a place holder, and a way for me to give you the general idea of how to specify the path, without my actually knowing where the desired folder lives.
    You build a path by stringing folder names together, separated by a forward slash / and if there are any spaces or punctuation characters in the folder names, you protect the full path name by enclosing it in quotes, 'stuff to protect goes in here'.
    The option is to get out of the Terminal and forget it ever existed.  99.9999999% of Mac usage does not need the Terminal, and generally it is ancient programmers that grew up when 80 column punched cards were how you communicated with computers.  That generation thinks a Terminal is advanced technology, and having noticed that the computer industry has moved on (and yes, I am one of them, and I actually make my living still using terminal emulators, but the rest of the world has moved on).
    BTW, is it right that the "." will make the file "hidden"?
    A file with a leading period in its name is a long standing convention from back in the '70's on Unix platforms that by default the 'ls' (list) command would not display files that started with a leading period unless' ls -a' was used.  This was a way to put config files in a users home directory, but not clutter up the 'ls' output with things most users did not care about on a day-to-day basis.  Over time, it was adapted as a way to hid files.  The Mac "Finder" took up treating files with leading periods as hidden files.
    The Mac "Finder" has other ways to indicating a file should be hidden via a "hidden" file attribute, which is used to hide standard system folders that users should not be playing with, such as the operating system files.  Most Mac users never see them and do not care.
    Can I check whether the directory or file exist from the Finder -> Mac HD or Finder -> Home?
    If the file or folder does not have a leading period or the above mentioned hidden file attribute, the Finder can display, if you can navigate to the file or folder.  Finder -> Go -> "Go to Folder..." can get you anywhere, assuming you can enter the /path/to/where/you/want/to/go/notation, or at least the beginning to get you started.  Just entering / all by itself will put you at the top of the file system (called the root directory).
    However, if a file or folder is hidden, the Finder will not display it, unless you play games with Finder hidden features that takes you back to Terminal commands and/or 3rd party utilities that can enable the Finder show all files mode.
    NOTE:  If you go exploring outside your home folder, please do not modify or delete things, or you could turn your Mac into a "Door Stop".  A "Pretty", but very expensive "Door Stop".

  • Pls. what does this command mean?

    sudo rm -rf /System/Library/Extensions/IOPlatformPluginFamily.kext
    Someone left a post on another site and claims this will stop the whine on the MacBook Pros.
    Okay, I got desperate, I pasted it on my terminal and rebooted as indicated and the whine is gone. I had the high pitch whine when running on battery only.
    If this is bad, how do I reverse it? Did it correct the problem or did this command mask the problem? If so, can someone let me know how to reverse it? Thx
    MBP 15" 2.0   Mac OS X (10.4.7)  

    Thanks for the responses.
    Yes, it was dumb to do that. Luckily, there are people out there that are not maliclious but he/she should of indicated that I should save the file first.
    Go figure, I find this same revelation else where including the 'save' requirement, after the fact.
    I did however recover the file that I deleted and the whine is back, thanks to Niel's suggestion. Nice program.
    Temperature Monitor was showing Core's at 72 C and now both at 54 after reinstalling the deleted file. The MBP was running very hot which bothered me although the whine did disappear but I was afraid of what this heat would do to its innerds if it continued.
    I've only had the MBP for 3 days and am torn if I should return for a refund and wait or live with the whine and use QuietMBP or Photobooth.
    Well, I'll play some more and decide by Friday.
    Cheers all.
    MBP 15" 2.0   Mac OS X (10.4.7)  

  • What does this error message mean and how do I solve it? "Sorry, one or more of the following command-line tools was not found:  /usr/bin/lsbom, /bin/pax, /bin/mkdir, /bin/chmod, or /usr/bin/update_prebinding."

    When I try to open up this program, Pacifist, I receive this error message. Here's a screenshot. http://i.imgur.com/v717w.jpg What does this error message mean and how do I solve it?

    It sounds like some of the Unix Executable commands were removed (or the permissions to those were modified) out of the /usr/bin/ folder.  You can try opening disk utility and repairing permissions on Macintosh HD or you can reboot your computer and holding down option-r when it comes back up to reinstall Lion again.  This will not delete your personal information or applications you have installed but it would be best to back it up to Time Machine before you do.  The article on how to do this is here. (http://www.apple.com/macosx/recovery/)  I have had to do this before and it works like a charm.  It should fix your issue but grab a cup of coffee because its going to take about 35 - 40 minutes depending on how fast your computer is.

  • Images have ? symbol on the top right corner of the thumbnail  what does this mean and how do I remove it?

    Q - My images have a
    ? symbol on the top right corner of the thumbnail what does this mean and how do I remove it?
    A - The
    ? symbol is used to identify a file that Lightroom can no longer access; probably because it has been moved using OS drag/drop or Move command rather than Lightroom.
    Click the
    ? symbol will cause a small dialog will appear. This dialog will provide information as to where the file was originally located along with an option to find (Locate) it again.
    As you'll quickly realise, clicking the
    ? symbol is fine for finding individual files that may have been relocated, but not for large numbers. There must be a better way
    Look at the Folder panel (left side of Library module) and you should find that the folder/subfolder containing the files that Lightroom can no longer find are shown in Red text. It is the red text that Lightroom uses to help you identify a folder/subfolder that contains files that it has lost track off.
    On the Mac you should
    Ctrl-click (right-click when using two button mouse) the folder/subfolder, a pop-up menu will appear. From the pop-up menu choose the command
    Locate Missing Folder, a dialog should appear. The dialog gives you access to every hard disk connected to your computer or CD/DVDs if they're in the tray. Use this dialog to navigate to the location where the folder is now located, then select this folder (not the files). Finally, press the
    Choose button and allow Lightroom to do its stuff.
    The method described above also applies to the PC version although the dialog is called
    Browse for Folder and the
    Choose button is replaced by
    OK.
    You can avoid getting into a situation were Lightroom looses track of your folders/subfolders by using a variation of above.
    A tutorial demonstrating above can be found
    Here

    Q - My images have a
    ? symbol on the top right corner of the thumbnail what does this mean and how do I remove it?
    A - The
    ? symbol is used to identify a file that Lightroom can no longer access; probably because it has been moved using OS drag/drop or Move command rather than Lightroom.
    Click the
    ? symbol will cause a small dialog will appear. This dialog will provide information as to where the file was originally located along with an option to find (Locate) it again.
    As you'll quickly realise, clicking the
    ? symbol is fine for finding individual files that may have been relocated, but not for large numbers. There must be a better way
    Look at the Folder panel (left side of Library module) and you should find that the folder/subfolder containing the files that Lightroom can no longer find are shown in Red text. It is the red text that Lightroom uses to help you identify a folder/subfolder that contains files that it has lost track off.
    On the Mac you should
    Ctrl-click (right-click when using two button mouse) the folder/subfolder, a pop-up menu will appear. From the pop-up menu choose the command
    Locate Missing Folder, a dialog should appear. The dialog gives you access to every hard disk connected to your computer or CD/DVDs if they're in the tray. Use this dialog to navigate to the location where the folder is now located, then select this folder (not the files). Finally, press the
    Choose button and allow Lightroom to do its stuff.
    The method described above also applies to the PC version although the dialog is called
    Browse for Folder and the
    Choose button is replaced by
    OK.
    You can avoid getting into a situation were Lightroom looses track of your folders/subfolders by using a variation of above.
    A tutorial demonstrating above can be found
    Here

  • HT3205 In place of the percentage number next to my battery icon, it now says "single percent format." What does this mean and what do i do about it?

    In place of the percentage number next to my battery icon, it now says "single percent format." What does this mean and what do i do about it?

    You can use a keyboard command to prevent your iPod auto-syncing with iTunes. While connecting the iPod to the computer on a Mac hold down the Option and Command (⌥ and ⌘ Apple) keys together. This will stop the iPod from auto-syncing with iTunes and it will appear in the source list. Wait until you are sure the iPod has mounted, and that it will not auto sync and then you can let the keys go. This may take between 20 to 30 seconds depending on your computer. Once you are safely connected go to the iPod Summary tab and make sure "manually manage music and videos" is checked:
    iTunes for Mac - Keyboard Shortcuts
    Managing content manually on iPod and iPhone

  • My MacBook has a grey screen with a folder and a question mark in the middle what does this mean?

    My MacBook has a grey screen with a folder and a question mark in the middle what does this mean?

    It means a valid system cannot be found. You need to reinstall OS X.
    If you have Snow Leopard:
    Reinstall OS X without erasing the drive
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    If you have Lion or later:
    Reinstall Lion, Mountain Lion, or Mavericks without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Mountain Lion or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • HT5622 What does this mean?  "can't get email being used by another device."

    What does this mean?  "can't get email being used by another device."

    Goto Finder > Help > type in Trash...
    From Finder Help Trash...
    " Empty the Trash
    Command (⌘)-Shift-Delete
    Empty the Trash without any warning or when it contains locked files
    Command (⌘)-Shift-Option-Delete
    Hold down the Option key, and then choose Finder > Empty Trash "
    See here
    http://support.apple.com/kb/HT1526
    http://www.thexlab.com/faqs/trash.html

  • I have a cirlce with a line through it at startup.  What does this mean?

    I have a circle with a line through it at boot up.  What does this mean?

    It means that there is no bootable disk found.  This
    could be either a totally corrupted disk or a hardware
    failure.
    If you were running OSX 10.7 or 10.8, you could try booting
    into the Recovery HD by holding down Command+R at boot
    or holding down the Option key and select the Recovery HD
    to boot from.
    If doing this also fails, then you likely have a hard disk failure
    or perhaps some other hardware issue.

  • What does this" touch /var/lock/subsys/oracle9i " used for?

    touch /var/lock/subsys/oracle9i
    this is in oracle auto start scripts.
    What does this" touch /var/lock/subsys/oracle9i " used for?
    Thanks.

    ok,
    this touch in dbora is solely used for dbora. The dbora script will later on remove the file after stop database.
    sample of dbora
    #!/bin/bash
      # chkconfig: 35 99 10   
      # description: Starts and stops Oracle processes
      # Set ORA_HOME to be equivalent to the $ORACLE_HOME
      # from which you wish to execute dbstart and dbshut;
      # Set ORA_OWNER to the user id of the owner of the
      # Oracle database in ORA_HOME.
      ORA_HOME=<Type your ORACLE_HOME in full path here>
      ORA_OWNER=<Type your Oracle account name here>
      case "$1" in
        'start')
           # Start the Oracle databases:
           # The following command assumes that the oracle login
           # will not prompt the user for any values
           su - $ORA_OWNER -c $ORA_HOME/bin/dbstart
           # Start the TNS Listener
           su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start"
           # Start the Intelligent Agent
           if [ -f $ORA_HOME/bin/agentctl ]; then
              su - $ORA_OWNER -c "$ORA_HOME/bin/agentctl start"
           else
              su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl dbsnmp_start"
           fi
           # Start Management Server
           if [ -f $ORA_HOME/bin/oemctl ]; then
              su - $ORA_OWNER -c "$ORA_HOME/bin/oemctl start oms"
           fi
           # Start HTTP Server
           if [ -f $ORA_HOME/Apache/Apache/bin/apachectl ]; then
              su - $ORA_OWNER -c "$ORA_HOME/Apache/Apache/bin/apachectl start"
           fi
           touch /var/lock/subsys/dbora
        'stop')
           # Stop HTTP Server
           if [ -f $ORA_HOME/Apache/Apache/bin/apachectl ]; then
              su - $ORA_OWNER -c "$ORA_HOME/Apache/Apache/bin/apachectl stop"
           fi
           # Stop Management Server
           if [ -f $ORA_HOME/bin/oemctl ]; then
              su - $ORA_OWNER -c "$ORA_HOME/bin/oemctl stop oms sysman/<password>"
           fi
           # Stop the Intelligent Agent
           if [ -f $ORA_HOME/bin/agentctl ]; then
              su - $ORA_OWNER -c "$ORA_HOME/bin/agentctl stop"
           else
              su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl dbsnmp_stop"
           fi
           # Stop the TNS Listener
           su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl stop"
           # Stop the Oracle databases:
           # The following command assumes that the oracle login
           # will not prompt the user for any values
           su - $ORA_OWNER -c $ORA_HOME/bin/dbshut
           rm -f /var/lock/subsys/dbora
      esac
      # End of script dbora

  • I have downloaded a movie to rent from iTunes but it is giving me an error message 5103. What does this mean?

    I have downloaded a movie to rent from iTunes but it is giving me an error message 5103. What does this mean?

    The fix for this is supposed to be resetting the system clock to automatic time, but this, as we've seen, more often than not fails to work. After a bit of an email exchange between Apple support and myself I discovered the true fix for this issue, or at least, the one that they said to use and that worked for me.
    After resetting your clock go to the folder /Users/Shared in Finder and delete the folder "SC Info". This is a hidden folder, so the way you will need to get it to appear is to use the go to folder command (Shift + Command + G) and type in /Users/Shared/SC Info and hit enter. Change to the column view and you'll be able to see the folder there. Move it to the trash and it will go away, and take your problems with it. Restart the computer for the deletion to take effect and then reauthorize your itunes. Should play your rentals after that.
    Props to Zarchanalin for the answer!

  • What does this error message mean: "Filename: Mips32.ari TFTP Error: 'File not found' in AP-105"?

    Question: What does this error message mean: "Filename: Mips32.ari TFTP Error: ‘File not found’ in AP-105"?
    Product and Software: This article applies to AP-105.
    The root cause of this error is that the AP cannot perform a code upgrade.
    Scenario 1
    Check the ArubaOS code.
    The minimum requirement to bring up an AP-105 is ArubaOS 3.3.3+ or ArubaOS 3.4.1+.
    If the controller is running pre 3.3.3 code, upgrade the code to fix the issue.
    Scenario 2
    If the AP is not connected to the controller directly, bring up the AP in the controller and then connect it to the desired location. This process loads mips32.ari to the AP so that the AP can upgrade the code.
    Scenario 3
    The AP has no power adapter and you want to use the PoE feature. A few controller series like the 200 and 3000 Series do not support PoE. In this case, the AP cannot be terminated physically in the controller. Instead, connect the AP to the PoE switch, which is connected to the controller. Then assign a static IP configuration for the AP using the following commands:
    apboot> setenv ipaddr <ip address>
    apboot> setenv netmask <netmask>
    apboot> setenv gatewayip <ip address of the gateway>
    apboot> setenv master <ip address of the master>
    apboot> setenv serverip <ip address of the TFTP server>
    apboot> setenv bootcmd tftp
    apboot> save
    apboot> boot
    Locally configure the TFTP server for the AP and load the mips32.ari file from the controller with the help of the TFTP application.

    I want to download this file Mips32.ari for AP-105 device. Please give me this file download link. APBoot 1.2.4.4 (build 26618)
    Built: 2011-01-07 at 13:42:04Model: AP-10x
    CPU: AR7161 revision: A2
    Clock: 680 MHz, DDR clock: 340 MHz, Bus clock: 170 MHz
    DRAM: 128 MB
    POST1: passed
    Copy: done
    Flash: 16 MB
    PCI: scanning bus 0 ...
    dev fn venID devID class rev MBAR0 MBAR1 MBAR2 MBAR3
    00 00 168c 0029 00002 01 10000000 00000000 00000000 00000000
    01 00 168c 0029 00002 01 10010000 00000000 00000000 00000000
    Net: eth0
    Radio: ar922x#0, ar922x#1Hit <Enter> to stop autoboot: 0
    Checking image @ 0xbf100000
    Invalid image format version: 0xffffffff
    Checking image @ 0xbf800000
    Invalid image format version: 0xffffffff
    eth0 up: 1 Gb/s full duplex
    DHCP broadcast 1
    DHCP IP address: 192.168.x.xx
    DHCP subnet mask: 255.255.255.0
    DHCP def gateway: 192.168.x.xx
    DHCP DNS server: 192.168.x.xx
    DHCP DNS domain: xx
    ADP multicast 1
    ADP broadcast 1
    ADP multicast 2
    checksum bad
    ADP broadcast 2
    checksum bad
    ADP multicast 3
    checksum bad
    checksum bad
    checksum badRetry count exceeded
    DNS request 1 for aruba-master to 192.168.x.xx
    checksum bad
    checksum bad
    checksum bad
    T Using eth0 device
    TFTP from server 192.168.x.xx; our IP address is 192.168.x.xx
    Filename 'mips32.ari'.
    Load address: 0x2000000
    Loading: checksum bad
    T T checksum bad
    T checksum bad
    checksum bad
    checksum bad
    T checksum bad
    checksum bad
    T T checksum bad
    T checksum bad
    checksum bad
    T T T
    Retry count exceeded; starting again
    eth0 up: 1 Gb/s full duplex
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum badARP Retry count exceeded; starting again
    eth0 up: 1 Gb/s full duplexchecksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad
    checksum bad  ThanKs :)
     

  • What does this mean:Photoshop 13.1.2 for Creative Cloud Installation failed. Error Code: U44M1P7

    What does this mean:Photoshop 13.1.2 for Creative Cloud Installation failed. Error Code: U44M1P7
    I found the manual update, which worked!
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5595&fileID= 5604

    Hi Barbara,
    For failed 13.1.2 update error U44M1P7, Please refer to the solution mentioned in the following threads :
    http://forums.adobe.com/message/5396792#5396792
    http://forums.adobe.com/message/5409050#5409050

  • Why has my monitor suddenly begun to have a moiré pattern all over – it is even showing up on my icons on the dock? It appears to be very thin bright green vertical lines. I have a 2008 iMac which is running 10.6.8. What does this mean?

    Why has my monitor suddenly begun to have a moiré pattern all over – it is even showing up on my icons on the dock? It appears to be very thin bright green vertical lines. I have a 2007 iMac which is running 10.6.8. What does this mean? I've attached some screen shots below.
    Also experiencing some funky issues with my wireless keyboard. With new batteries, it will just stop functioning. Certain keys intermittently won't work. Also the fans go on as soon as I turn the computer on - some times they stay on and sometimes they don't. Ever since upgrading the operating system - I've been having many issues with this iMac. Not happy. Any answers out there?

    Thanks for your reply LexSchellings, There is no disc in the drive and I went through the suggestions you put forward on the phone with Apple support without any luck. I can put a disc in but it pops straight back out again without registering on finder.
    The idea of using an external drive was to enable me to avoid the cost and loss of productivity whilst machine in repair... if I have to take it in to get the old drive removed than I might as well have a new internal drive put in, although I do worry about the reliability of these apple drives given my experience with this one coupled with my limited online research ... on line forums seem to be full of people with the same problem (although perhaps searching such forums is bound to make it seem a common problem as users with perfectly working machines are less likely to post (?)) Your reply suggests that no external drive will work whilst the existing drive is in place.
    As a postscript: I do realise that this is a user forum ...my secondary question was asking if anyone knows how to put forward a case/complaint to Apple... I can't find a link on the support page that would enable me to do so and I was wondering if anyone on this user forum had any ideas/experience..

  • When trying to update my IPad apps I am getting the message "Your Apple ID has been disabled". Still have more than 50$ in my account, so what does this mean ?  What can I do to get my ID enabled again ?

    when I am trying to download IPad updates I get the message "Your Apple ID has been disabled". What does this mean? How do I get my ID enabled again? Still got more than 50$ in my account !

    Reset your Apple ID password here >  Apple - My Apple ID
    More information here >  Apple ID: "This Apple ID has been disabled for security reasons"  appears

Maybe you are looking for

  • Convert flash drive for Windows 8.1 bootcamp installation from mbr to gpt

    Trying to run Windows 8.1 pro x64 on my mid 2010 15" macbook pro. Get stuck during bootcamp installation in Windows because my partition table isn't compatible (MBR but needs to be GPT). My hard drive seems to be Logical partitions/volume etc, while

  • Very Bad Experience in Virginia Beach

    Has anyone else had this problem: I bought my iphone from an AT&T store. My First Mistake in some time! I will NEVER buy at an AT&T store again. Poor customer service, lies, failed to acknowledge lack of coverage in my area. What is APPLE thinking ma

  • Manage Weblogic users through Flat file in obiee11g

    Dear Experts Need information about the following : I have a requirement to manage users and groups (roles - like BI Author, Consumer etc) through FLAT FILE . The users in Weblogic will be populated through LDAP. To elaborate more say there is some c

  • Cannot view all my pictures

    I DOWNLOADED 252 PHOTOS FROM MY COMPACT FLASH DISK INTO THE COMPUTER AND GAVE IT A TITLE. I CAN ACCESS THE FILE WITH THE PHOTOS HOWEVER ONLY 14 PICTURES SHOW UP. THE OTHERS SAY THEY CANNOT BE OPENNED AND MAY BE CORUPTED??? ALSO THE PICTURE SIZE OF TH

  • Clear Customer with cheque reference at BRS

    Hi, At the time of BRS FF67, can we clear Customer account with Cheque as reference? If so how the system will findout the particular Open Item? i mean, how the system will know that this cheque is to this particular Open Item, and clear it. I know w