Write-caching policy not restored after reboot.

The problem I've been experiencing is very similar to this old one from server 2000:
http://support.microsoft.com/kb/290757
After a system restart, the write-caching policy is not being saved on the server and the settings are not persistent.
The system hardware is an Intel RST express chipset, and the Intel Raid 5 Volume (Microsoft version) driver is 6.2.9200.16384 (win3_rtm.120725-1247)
are there any hotfixes available for this driver to correct the problem on server 2012?

ya, I can give that a try.. why not.
Do you have any hints on the registry paths for those values, or is there a quick cmdlet for the cache policy?
Of course you can. See:
Enable or Disable Disk Cache
http://blogs.msdn.com/b/winsdk/archive/2009/10/09/enable-or-disable-enable-write-caching-on-disk-behavior-on-disk.aspx
You can write a tiny app in C or C# enabling / disabling disk cache settings and use PowerShell to spawn it, handle scripting and scheduling.
StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

Similar Messages

  • My tabs are NOT restored after I reopen close and open firefox. I have tried all the suggested decisions- didn't work.

    My tabs are NOT restored after I reopen close and open firefox. I have tried the default page - on it I don't have "Restore Previous Session" button. I tried with the history menu - the "Restore Previous Session" option is not even available, like I never had previous session. I have tried to put my settings to always restore the tabs from the previous time- in fact, this option is on "Show my windows and tabs from last time" for a very long time now. Still don't work. Please, give me ideas, or even set up some time to chat live. Thank you all in advance.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Could Calendar services not available after reboot be LDAP problem?

    I followed this installation guide:
    https://wikis.oracle.com/display/CommSuite7U2/Communications+Suite+on+a+Single+Host+%28Linux%29#CommunicationsSuiteonaSingleHost%28Linux%29-InstallingCommunicationsSuite7Update2Software
    I have successfully installed and set up the Oracle UCS Sun7 update 2 server. Calendar works ( if I don't reboot the server ).
    However, when I reboot the server, Calendar service is unavailable.
    Important information for when I installed Oracle UCS sun 7 update 2 by following the installation guide:
    I have noticed when browsing through the folders, that there was already a 'dsee6' folder for the Oracle Linux I started from. Following the example installation for the Oracle Linux 5 with GlassFish install, I was instructed to download a new Directory Server. Following the instructions on page 7 of the install guide listed above, I made another folder 'dsee7'. I am wondering if I should never have downloaded this new Directory Server as instructed on page 6 "Get the Software". The install guide actually does not mention where to get the Directory Server from, so I just went to the edelivery site and figured it out myself. Anyways, under the "Installing and Configuring Directory Server" section, #3, I was instructed to "mv dsee7 /opt/sun/directory". In this folder, /opt/sun/directory/bin, there will be "./dsadmin" utility that can be ran. This is used to do many things with the Directory Server including starting it. Here is how I started it:
    cd /opt/sun/directory/bin
    ./dsadm create /var/opt/sun/directory/dsins1
    ./dsconf create-suffix "0=isp"
    Also, I downloaded the Directory Server from edelivery - Oracle Directory Server Enterprise Edition 11gR1 Patch Set 1 for Linux x86-64
    Then, I ended up running to get it set up:
    ./dsccsetup ads-create
    ./dsccsetup war-file-create
    $ ./dsccsetup cacao-reg
    ./dsccsetup status
    Then, it looked like the dcss agent is registered in cacao.
    So, if we forward ahead to page 9 of the install guide, "Preparing the Directory", I ran this and prepared the directory. After I finished installation, I could restart the Directory Server with no problems, as long as I did not reboot the machine. I would restart the Directory Server like so:
    cd /opt/sun/directory/bin
    ./dsadmin stop-domain domain1
    ./dsadmin start-domain domain1
    However, if I rebooted the machine, I could still start and stop the Directory Server as noted. But, the Calendar Services were not available.
    The only reason I wonder about this LDAP Server possibly being the cause of this is because I had at one point configured the services to start on boot. I followed these instructions:
    https://wikis.oracle.com/display/CommSuite7U2/Start+and+Stop+Scripts+for+Communications+Suite+%28Linux%29
    I am using a VMSphere client to host this set up. So, since that point of configuring the services to start up, I have rolled the snap shot back so that the services are no longer set up to start on boot. But, when they were, and I rebooted the machine, I could see ldap 389 errors all over the place. So, that lead me to roll my snap shot back in effort to try and fix the ldap errors. I no longer get LDAP errors since I rolled my snap shot back. But, like I said, I no longer have any of the services, including the LDAP, to start on boot as noted in the above link that instructs us how to do this.
    After reboot, I run these commands to get the server up and running:
    Start GlassFish server:
    cd /opt/sun/SUNWappserver/bin
    ./startserv
    Start web ( Messaging Server I think ):
    cd /opt/sun/comms/messaging64/bin
    ./start-msg
    Start LDAP ( Directory Server )
    cd /opt/sun/directory/bin
    ./dsadm start /var/opt/sun/directory/dsins1
    Start Mysql
    cd/etc/init.d
    ./mysqld start
    All of those commands complete without problem. I can log into the convergence web, I can hit the delegated administrator, I can log into the GlassFish admin console, and I can see my calendar folder when I hit it in the web ( http://myServer.com/davserver/dav/home/userName/calendar/ ).
    So, in summary, I am wondering if anyone knows if this supposed second Directory Server is causing my problems since I started with Oracle Linux 5 and Oracle Linux 5 appeared to have the folder dsee6 already installed with it. Could this be why my calendar services are not starting after reboot but are working before reboot?
    ( Also, all of my posts keep getting deleted. Can someone please email me if someone from Oracle is deleting my posts and tell me why they are getting deleted? )
    Edited by: ntfytim16 on Mar 5, 2012 7:41 AM
    Some of my steps were out of order. Cleaned them up so it is easier to understand.

    Here is my error0.log which is in the /var/opt/sun/comms/davserver/logs folder:
    =========================
    Last packet sent to the server was 0 ms ago.
    SEVERE [2012-03-01T05:10:26.033-0500] <...DavServer.loadBackend> failed to instantiate or create backend com.sun.comms.davserver.backends.BackendException: Cannot get Initial Database Information: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Communications link failure
    Last packet sent to the server was 0 ms ago.(OPERATION_NOT_SUPPORTED)
    INFO [2012-03-01T05:10:26.033-0500] <...DavServer.loadBackend> Loading backend ischedulebackend with backendid ischedulebackend
    INFO [2012-03-01T05:10:26.034-0500] <...DavServer.loadBackend>      JDBC JNDI Name = jdbc/ischedulebackend
    SEVERE [2012-03-01T05:10:26.177-0500] <...JdbcBackend.queryDatabaseType> Cannot get Initial Database Information: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Communications link failure
    Last packet sent to the server was 0 ms ago.
    SEVERE [2012-03-01T05:10:26.177-0500] <...DavServer.loadBackend> failed to instantiate or create backend com.sun.comms.davserver.backends.BackendException: Cannot get Initial Database Information: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Communications link failure
    Last packet sent to the server was 0 ms ago.(OPERATION_NOT_SUPPORTED)
    INFO [2012-03-01T05:10:26.209-0500] <...DavServer.loadBackends> iSchedule enabled
    WARNING [2012-03-01T05:10:26.209-0500] <...DavServer.loadBackends> iSchedule URI is configured but can't find ischedule backend.
    SEVERE [2012-03-01T05:10:29.567-0500] <...LDAPSingleHostPool.buildConnection> buildConnection: got LDAPException while connecting to Pool number:0. Host=myServer.com :netscape.ldap.LDAPException: failed to connect to server ldap://myServer.com:389 (91)
    SEVERE [2012-03-01T05:10:29.568-0500] <...LDAPSingleHostPool.buildConnection> buildConnection: got LDAPException while connecting to Pool number:0. Host=myServer.com :netscape.ldap.LDAPException: failed to connect to server ldap://myServer.com:389 (91)
    WARNING [2012-03-01T05:10:29.568-0500] <...LDAPFailoverPool.getConnection> Fatal Error: All LDAP servers are down.
    ======================
    Does that look like an LDAP issue to you?
    "Fatal Error: All LDAP servers are down."
    Edited by: ntfytim16 on Mar 5, 2012 10:13 AM
    Changed one server address

  • Acfs not mounted after rebooting..

    Hi,
    I have create acfs filesystem . but that filesystem is not mounted after rebooting server? how to enable auto mount?
    OS version : RHEL 5
    Grid Version : 11.2.0.2
    ASMCMD> volinfo -G ACFS_U06 ORAHOMEVG
    Diskgroup Name: ACFS_U06
    Volume Name: ORAHOMEVG
    Volume Device: /dev/asm/orahomevg-92
    State: ENABLED
    Size (MB): 7168
    Resize Unit (MB): 256
    Redundancy: UNPROT
    Stripe Columns: 4
    Stripe Width (K): 128
    Usage: ACFS
    Mountpath: /u06/app/oracle/product/11.2.0.2
    Thanks

    Register the mount point with acfsutil utility.
    oracle@rmdydbitdb1 $ acfsutil registry -h
    Usage: acfsutil [-h] registry [-l]                     - Display registry contents
                    -l <mountpoint>          - Display a specific mount point
                    -l <device>              - Display a specific device
                    -m <device>              - Display a specific mount point associated with a device
                    -a [-f] [-o <opts>] [-n <nodes>] <device> <mountpoint> - Add a mount point
                    -d [<mountpoint> | <device>] - Delete a mount point or a devicehttp://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfs_util010.htm#CACGHBHI
    Thanks
    Kuljeet Pal Singh

  • ASM not mounting after reboot of external storage

    I have a setup with 4 internal drives and 12 external drives(external storage, multipath). The diskgroup was orignally created on the 4 internal drives and then the disk group altered to add the external storage. Everything was fine until the external storage array got powered down. Then we rebooted both boxes and ASM did not come up. I also see the HEADER_STATUS as UNKNOWN for all the external storage drives.
    Tue Oct 14 11:49:34 2008
    SQL> ALTER DISKGROUP ALL MOUNT
    Tue Oct 14 11:49:34 2008
    NOTE: cache registered group DATA number=1 incarn=0xf4a85ef9
    Tue Oct 14 11:49:34 2008
    Loaded ASM Library - Generic Linux, version 2.0.3 (KABI_V2) library for asmlib interface
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    ORA-15186: ASMLIB error function = [asm_open],  error = [1],  mesg = [Operation not permitted]
    Tue Oct 14 11:49:34 2008
    NOTE: Hbeat: instance first (grp 1)
    Tue Oct 14 11:49:39 2008
    NOTE: start heartbeating (grp 1)
    Tue Oct 14 11:49:39 2008
    NOTE: PST update: grp = 1, dsk = 4, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 5, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 6, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 7, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 8, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 9, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 10, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 11, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 12, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 13, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 14, mode = 0x4
    NOTE: PST update: grp = 1, dsk = 15, mode = 0x4
    Tue Oct 14 11:49:39 2008
    ERROR: too many offline disks in PST (grp 1)
    Tue Oct 14 11:49:39 2008
    NOTE: cache dismounting group 1/0xF4A85EF9 (DATA)
    NOTE: dbwr not being msg'd to dismount
    ERROR: diskgroup DATA was not mounted
    Tue Oct 14 11:49:39 2008
    WARNING: PST-initiated MANDATORY DISMOUNT of group DATA not performed - group not mounted
    Tue Oct 14 11:49:39 2008
    Errors in file /home/oracle/admin/+ASM/bdump/+asm_b000_6358.trc:
    ORA-15001: diskgroup "DATA" does not exist or is not mounted
    Tue Oct 14 12:31:17 2008
    Shutting down instance: further logons disabledPATH NAME HEADER_STATUS MOUNT_STATUS MODE_STATUS STATE GROUP_NUMBER DISK_NUMBER FREE_MB READ_ERRS WRITE_ERRS
    ORCL:DISK1 MEMBER CLOSED ONLINE NORMAL 0 0 0
    ORCL:DISK9 UNKNOWN CLOSED ONLINE NORMAL 0 15 0
    ORCL:DISK11 UNKNOWN CLOSED ONLINE NORMAL 0 2 0
    ORCL:DISK12 UNKNOWN CLOSED ONLINE NORMAL 0 3 0
    ORCL:DISK13 UNKNOWN CLOSED ONLINE NORMAL 0 4 0
    ORCL:DISK14 UNKNOWN CLOSED ONLINE NORMAL 0 5 0
    ORCL:DISK15 UNKNOWN CLOSED ONLINE NORMAL 0 6 0
    ORCL:DISK16 UNKNOWN CLOSED ONLINE NORMAL 0 7 0
    ORCL:DISK2 MEMBER CLOSED ONLINE NORMAL 0 8 0
    ORCL:DISK3 MEMBER CLOSED ONLINE NORMAL 0 9 0
    ORCL:DISK4 MEMBER CLOSED ONLINE NORMAL 0 10 0
    ORCL:DISK5 UNKNOWN CLOSED ONLINE NORMAL 0 11 0
    ORCL:DISK6 UNKNOWN CLOSED ONLINE NORMAL 0 12 0
    ORCL:DISK7 UNKNOWN CLOSED ONLINE NORMAL 0 13 0
    ORCL:DISK8 UNKNOWN CLOSED ONLINE NORMAL 0 14 0
    ORCL:DISK10 UNKNOWN CLOSED ONLINE NORMAL 0 1 0
    16 rows selected.

    Hi,
    Verify if oracle software has read write privileges on raw devices, cause some Operating Systems changes owner to root after reboot the servers.
    regards,
    Rodrigo Mufalani

  • 2nd drive unformatted and not restored after attempting restore from a system image

    I created a system image, which included drive C (where Windows is installed) and drive G (where some installed Windows programs are located).  I then ran into a situation where I wanted to restore from the system image.  With my first attempt,
    this process took several days.  When I returned home from work, my computer had booted up into Windows -- drive C had successfully been restored.  I soon found out though that drive G was in an unformatted state.
    Now, given the time it took for each drive to restore and the sizes of data for each drive (160gb for C and 1000gb for G), it seemed odd to me that the entire process had completed already, given the time that had passed and the progress indicated for drive
    G in the status bar, in the morning before I went to work.  It is entirely possible that one of my cats may have jumped on my desk and somehow cancelled the operation.
    My questions are:
    1. if the restore is cancelled while the 2nd disk is being restored, will the 1st disk (C) still be successfully restored?
    2. why does this process take so long?
    3. if there is some other error, is it displayed?  Does system restore automatically reboot after completion/cancellation?  Is there an error file created somewhere if there was an error, or perhaps something mentioned in a log file?  If so,
    where?
    4. has anyone encountered a similar issue before and can provide any insight?
    5. anything else I'm missing?
    I'm attempting to restore a second time, and it is not even halfway through drive C, so it might not be until the end of the week before the entire process completes.  To be safe, especially from nosey cats, I disabled the mouse and keyboard so no input
    can interrupt and accidentally cancel the process.
    thanks,
    Chris

    Hi Chris,
    For the first problem, if the restore is cancelled while the 2nd disk is being restored, the 1st disk (C) can be successfully restored.
    For the second problem, I think it is normal to take a long time to finish the process, it is depend on the size of the date.
    For the third problem, you may check the setup log files to find the clue of the cause.
    For you convenience: Windows Setup Log Files and Event Logs
    http://technet.microsoft.com/en-us/library/hh824819.aspx
    You may try the methods listed in the following article step by step.
    How to Do a System Image Recovery in Windows 7
    http://www.sevenforums.com/tutorials/675-system-image-recovery.html
    Please note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Wifi (WPA-PSK) not restored after sleep?  (10.4.10)

    Hi,
    Has anyone else noticed that their Wifi connection is not being restored after the MacBook comes back from a sleep?
    I'm using a 2006 white MacBook (Core Duo) with 10.4.10, connecting to a Cisco 877W ADSL router using WPA-PSK. Cisco firmware version is (C870-ADVSECURITYK9-M), Version 12.4(4)T7, RELEASE SOFTWARE (fc1), "flash:c870-advsecurityk9-mz.124-4.T7.bin" which seems to be current.
    From a cold boot, there is no problem connecting to the wireless router, but after a sleep, the connection is not restored, and the router syslog shows repeated unsuccessful authentication attempts from the Macbook's MAC address.
    Connecting manually to the correct network SSID doesn't resolve the problem: it just prompts for the WPA PSK keyphrase, which doesn't work if entered. Of course the correct keyphrase is already in the keychain.
    As a workaround, switching the Macbook's Airport off and on again a few times eventually seems to get it working again, but it's slow and very clunky.
    Can anyone else confirm this problem? It seems to have been introduced with 10.4.10, but I would like independent confirmation before reporting this to Apple, as I changed the wireless router around the same time as the 10.4.10 update appeared.
    Thanks,
    - Martin.
    PS: I guess there are two morals to this story...
    1) Always clone your hard drive to a Lacie drive with SuperDuper before installing any Apple updates - so that you can back out any buggy updates without a full reinstall.
    2) Don't install any Apple updates within 2 weeks of installing other network changes - so that you can tell what's caused any issues.

    The WPA auth problem still exists on a clean install of Leopard (and a full reboot is needed to clear it every time the laptop comes out of sleep) so I'll ring Apple Support and see if they can at least add it to their known issues list, in the hope of resolution later. It's quite likely that downgrading to WEP would be a workaround, but WEP is just not acceptable from a security perspective.

  • "All Desktops" not staying after reboot

    I have a few applications which I've set to show on all my desktops (iCal, 1Password, Communicator).
    What I have noticed is that after reboot (with restore windows checked) that sometimes those applications do not show up anymore on all my desktops. If I check the setting I can see the option is still checked however. To "resolve" it I need to switch it to say "This Desktop" and then back to "All Desktops".
    I'm working with 3 displays: external display (VGA through Thunderbolt) which is the primary, my laptop screen is a secondary monitor and I also have a USB display through DisplayLink as a third monitor. I always put these applications on my secondary monitor (laptop screen).
    Anyone else seen this issue? It might be an issue with this in combination with multiple displays.
    Thanks.

    I can confirm that this behavior is not caused by multiple displays; as I have the same problem using only one monitor.
    I consistenly set my Terminal.app settings to show on all desktops, but once the system is rebooted it reverts to displaying on Desktop 1. One has to change it from ‘‘This Desktop’’ to ‘‘All Desktops’’ to get the functionality back.
    This is a bug that should be easy for Apple to fix. It would also be nice to have all open applications in a session remember which desktop it was associated with previously, as I have a number of things open which I arrange into different desktops (‘‘spaces’’)--as I'm sure many other users of OS X do as well.
    --Martin

  • X-Fi Audio Settings Not Remembered After Reboot - Solution

    I have an X-Fi Titanium Fatal1ty PCI-E on WIN7 64bit and I decided to try some different drivers, just out of curiosity. My drivers were working fine for the most part (except OpenAL BSOD) prior to this.
    After changing drivers, Windows would no longer remember my audio settings, such as volume level and all the changes I made in the Creative Console Launcher (EQ, disable CMSS-3D, THX settings). After rebooting, the settings would revert to the default setting.
    Solution:
    I went into the Creative Audio Control Panel, to the "Restore Defaults" tab and, with all boxes checked, hit the "Restore Defaults" button. Whatever was causing it to not remember settings was cleared out and it now remembers all of my audio settings after restarting Windows.

    Hy,
    have you already tried to start the soundcard ?at other PCs?
    Do you have this problem with other usb-devices at your PC, too?
    What happens after standby or hibernate?
    Does for example a li've linux or windows in secure mode detect the x-fi after startup?
    Maybe this details can be helpful to find the reason. I could imagine, the died internal sound card is inhibiting windows in detecting any other audio device...
    I've had a died touch pad (the left mouse button didn't work after ~5 minutes) and until disable it, the same problem happened with the other trackpoint mouse, too.

  • [SOLVED] Cpufreq not loading after reboot

    I followed wiki on this ,but after reboot cpufreq is not loading from /etc/rc.conf as module
    This is message on boot
    :: Setting cpufreq governing rules , cpu 0 1wrong, unknown or unhandled CPU?
    Error setting new values. Common errors:eq/scaling_available_governors: No such - Do you have proper administration rights? (super-user?)
    - Is the governor you requested available and modprobed?
    - Trying to set an invalid policy?
    - Trying to set a specific frequency, but userspace governor is not available,
    for example because of hardware which cannot be set to a specific frequency
    or because the userspace governor isn't loaded?
    But if I do a modprobe acpi-cpufreq got this
    [root@laptop ~]# modprobe acpi-cpufreq
    [root@laptop ~]# /etc/rc.d/cpufreq start
    :: Setting cpufreq governing rules , cpu 0 1 [DONE]
    This is a /etc/rc.conf/cpufreq
    #configuration for cpufreq control
    # valid governors:
    # ondemand, performance, powersave,
    # conservative, userspace
    governor="ondemand"
    # limit frequency range (optional)
    # valid suffixes: Hz, kHz (default), MHz, GHz, THz
    min_freq="800MHz"
    max_freq="2.01GHz"
    # use freq to set up the exact cpu frequency using it with userspace governor
    #freq=
    Similar happens when I want to load governors as modules.
    Laptop is acer with C2D T5800 and min and max values are  from cpufreq-info.
    Can this be solved?
    Thanks in advance!
    Last edited by dare023 (2010-06-15 05:44:18)

    Here it is without modprobe acpi-cpufreq
    [root@laptop ~]# cpufreq-info
    cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    no or unknown cpufreq driver is active on this CPU
    maximum transition latency: 0.00 ms.
    analyzing CPU 1:
    no or unknown cpufreq driver is active on this CPU
    maximum transition latency: 0.00 ms.
    And with modprobe acpi-cpufreq
    [root@laptop ~]# modprobe acpi-cpufreq
    [root@laptop ~]# cpufreq-info
    cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0 1
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.0 us.
    hardware limits: 800 MHz - 2.00 GHz
    available frequency steps: 2.00 GHz, 1.60 GHz, 1.20 GHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 2.00 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 2.00 GHz (asserted by call to hardware).
    analyzing CPU 1:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0 1
    CPUs which need to have their frequency coordinated by software: 1
    maximum transition latency: 10.0 us.
    hardware limits: 800 MHz - 2.00 GHz
    available frequency steps: 2.00 GHz, 1.60 GHz, 1.20 GHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 2.00 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 2.00 GHz (asserted by call to hardware).

  • HT2292 Phone indicates connection to itunes on screen, will not function, after rebooting the itunes connection screen is still there.

    While downloading update, itune connection screen will not go away, phone will not work even after rebooting with itunes connection screen reappearing

    Your iPhone is in recoverty mode at the moment so to possibly get it back up and running you would need to do a restore as you have been trying. Follow the steps in the article below for the specific error messages you have been receiving. If after following all steps the issue remains book an appointment at a local Apple Retail Store to have the iPhone evaluated.
    Resolve specific iTunes update and restore errors

  • Firefox will not start, after reboot.

    For a few months now Firefox will not start after I reboot my computer. In order to get it to start I click the exe then must go into task manager kill it, click the exe again, kill it again then, from there it will typically start, but sometimes it may take one or two more trys. When clicking the exe firefox will appear in the task manager under processes but will will start with ~7% CPU usage, then quickly drop to zero every time until it does actually open and start. I have ran a full system recovery and started anew after reinstalling mozilla several times failed to fix the problem. I run virus and spyware checks often and come up clean, and also run Chrome as a default browser.
    == This happened ==
    A few times a week
    == Around the time 3.5 was released

    Hello Tom.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • IPod touch 2G not restoring after paid 3.1 update

    Hi I'm new here, this is my problem.
    I have an iPod touch 8GB 2G, purchased in August last year, anyway, I decided to treat myself last Saturday and update it, thing is, when it updated it froze then put itself in restore mode, thinking this was just part of the process of updating I clicked restore, it then decided not to update and iTunes gave me a bout of errors such as the most common (13,14,1604) and the uncommon (20) after feeling extremely guilty for even bothering with the update in the first place, I did everything possible to make it work such as;
    removing iTunes
    Re-installing all apple software incl iTunes.
    After managing to calm myself down my friend offered me his 2G 16GB as he was given two iPod's in September by his divorced parent's.
    So I plugged this one into iTunes ready to sync it, when suddenly; it decided (against my will) as I'd already purchased the update, to update this one to a 3.0, the exact same process occurred and I now have a brand new iPod that will not restore itself.
    May I say I have tried EVERYTHING, un-installing, re-installing, deleting the software updates, re-booting, different computers, I have even tried a jailbreak with no success.
    As I live in Scotland and both iPod's were purchased in Argos, I cannot get support from anywhere, any suggestions or help, PLEASE, I am at the end of my tether and I don't want a brand new iPod touch to go to waste.
    Can I also mention, I have tried restoring it from various iTunes series, (7.0,8.0 and 9.0) and it is not restoring in any of them.
    I have tried jailbreakers; Ra1n and QuickFreedom.
    I think this may be to do with the 3.1 software from Apple, therefore, after reading various similar posts, I am not alone.
    This has had me in tears as my original 8GB iPod touch was a gift from my recently deceased grandfather and the fact it has broken has had me in tears.
    Anyway, help is well appreciated
    Message was edited by: AshleyColeman
    Message was edited by: AshleyColeman

    I had the same problem once and right now I'm typing this reply on the iPod that had the error, so it's a semi-easy fix. This isn't the way I did it but as soon as I remeber I'll post that as well.
    Ok, first check to see if your iPod is connected to your computer via a USB hub. If so then unplug it and plug directly into a USB port on your computer.
    If that doesn't work try updating the USB driver like this:
    1. Plug your iPod into the computer (no USB hub).
    2. Quit iTunes if it is open.
    3. Click on the start menu.
    4. Click control panel.
    5. In the control pane,l click on administrative tools. If you don't see this option look at the left column and click switch to classic view. You should then be able to click administrative tools.
    6. Double click the computer management option.
    7. In the left column you see the device manager option under the system tools folder.
    8. In the right column, click the plus sign next to universal bus controllers to expand this option.
    9. In the dropdown list look for anything related to iPod or Apple. You might see something like "iPod" or "Apple Mobile Device." You may also see a yellow colored exclamation point symbol, which means you need to update the driver.
    10. RIGHT CLICK the "iPod" or "Apple Mobile Device" and choose update driver from the menu.
    11. A hardware update wizard will pop up. Choose "Yes, this time only," then click next.
    12. Select insall the software automatically and click next.
    If that doesn't work let me know. This is a fix I found on the Internet. Some people still had trouble afterwards and others didn't.

  • PC Suite 6.86.9.3 does not start after reboot

    Hi!
    I have some strange problems with the PC Suite. After the first install everything is working well but after a reboot the PC suite is not starting after double click on the desktop icon.
    But i can install tools on the phone or start some of the suite tools. Only the PC Suit does not run.
    The repair function of the installer does not bring any results. The only way ist to deinstall the suit and all drivers and to clear all remainig nokia registry entries. After that I can install the suite again and it will run again... until I reboot the system. And so on, and so on...
    Does any one have an idea how to solve my problem?
    Thanks
    Michael

    Actually it does not work on one Windows XP SP3 computer, but it does work on another Windows XP SP3 computer.
    Probably this is a .NET application, as I have encountered several .NET applications that do NOT work on some specific computers.

  • Express does not reconnect after reboot of Extreme

    My extreme is conencted (via ethernet) to my router (bridge mode)
    My Express is connected to Extreme to expand wireless network (bridge mode)
    However when i reboot the extreme, the Express is no longer visible
    I have to reboot as well. is this normal?
    Also, logically (as per above config) the extreme & express are part of ONE wireless network
    So a device conected will "roam" between the 2 as if it's only 1 wifi point (?)
    However when i connect a wireless security camera, it shows me express & extreme seperately (eventhough same name & login)
    and I have to choose to which one to connect.
    IThis means if it's connected to Express & Express stops working, then
    it will NOT got directly to the extreme (eventhough it's well in range)
    Plsd to hear
    Egon

    Hi,
    Firstly, please make sure your Microsoft iSCSI Initiator Service is set to Automatic start.
    Seccondly, I found another thread that had similar problem with yours, you can take its sloution as reference.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/ff26e741-0e2d-47f9-9132-859750ef1514/windows-2008-iscsi-does-not-automatically-connect-to-targets-after-reboot?forum=winserverClustering
    In addition, please refer to the blog below for more reference to set ISCSI connect automatically after system reboot.
    Managing iSCSI Initiator connections with Windows PowerShell on Windows Server 2012:
    http://blogs.msdn.com/b/san/archive/2012/07/31/managing-iscsi-initiator-connections-with-windows-powershell-on-windows-server-2012.aspx 
    Roger Lu
    TechNet Community Support

Maybe you are looking for