Task sequence fails to resume after first reboot - Post Installation Task Sequence

Hi everyone,
I am unable to deploy a Post Installation Task Sequence whenever I add an application to the "custom tasks" folder in the task sequence.  If I create a blank Post Installation Task Sequence w/o making any changes, it deploys fine and gives
me a summary page w/ no errors. Just to be clear, Litetouch runs fine when I kick off "cscript litetouch.vbs" from an elevated cmd prompt when logged in as administrator, but after reboot it boots to windows and does nothing.
I know it's not deploying because it's leaving around a mapped drive to the share, a SMSTaskSequence folder and MININT folder on the target machine.   My understanding is that those are supposed to get cleaned up by LTIcleanup.wsf at the end of the
task sequence.
The BDD.log doesn't seem to be of much use.  The last line of the log says "sms task sequencer already found on c:\minint\tools\x64" and then it does nothing.
FWIW, I'm able to deploy using the standard task sequence and also able to sysprep and capture. The application that I am trying to install is just a batch file that adds the reg key to hide the start menu, then reboot.  I am not rebooting in the script,
I'm telling the application to do the reboot in MDT.
I know to a certainty that the target machine (a VM) has been sysprepped and am able to establish a connection to the deployment share so I'm kind of at a loss.  Also looked over Keith's FAQ on the subject and couldn't find any similarities to my issue.
Any help is appreciated.  I can provide logs if necessary.  Thanks!

Well, I created a fresh deploymentshare on a fresh windows server 2012 VM and am still having the same problem.  If I create a blank Post OS Installation Task and make no changes, it deploys fine to the target vm (win8.1).  If I have an app (chrome)
that I have set to reboot after installation, it always (tested this 30+times) fails to resume the task sequence.  I get no final confirmation page and a big mess that I clean up with LTIcleanup.wsf.  
The deployment share has full (everyone) permissions to the share and I have full perms set to domain admin group for ntfs.  It seems like something goes wrong with the reboot cycle, but autologin seems to work fine with the admin pw so I'm really confused. 
Like I said, the bdd.log in c:\windows\temp\deploymentshare doesn't have any errors.  I've tested this both on joined and unjoined (workgroup) machines and it makes no difference.
I should note that I can deploy Chrome and other apps sequentially as long as reboots are not involved.  So far, I've only had this problem if the reboot occurs with the first application.  Haven't yet tested on reboots w/ other apps in the sequence.
FWIW, this is starting to look like this:
https://social.technet.microsoft.com/Forums/en-US/2db5f184-8332-4f63-b1ad-385a6d893f8c/mdt-2013-windows-81-application-install-with-reboot-problem?forum=mdt
Can someone tell me why this might be happening?  Is this a bug with this task sequence? Would someone mind testing this to see if there's just something wrong in my environment? 
I'd appreciate it.  Thanks.

Similar Messages

  • WSUS reinstall on 2012 SCCM server post-installation task fails to run/finish

    I had to re-install WSUS on a 2012 R2 SCCM server (Windows 2012), and am running into several issues re-installing. It may help to point out that the SCCM SQL server is remote, so this isn't a WSUS / SQL 2012 issue.
    The sticky post at the top of the WSUS forum has helpful troubleshooting information, and I have tried going through this as well as many other threads on this very topic of re-installing WSUS.
    1. Roles for WSUS and WID were removed successfully. The WSUS Website was manually deleted from IIS. As this is a SCCM server, removing the IIS role is not an option.
    2. I removed the existing WID database files for SUSDB
    3. After rebooting, I verified registry keys were gone, system files were cleaned up, and deleted the program files\update services directory
    4. This isn't a permission issue, as I have clearly installed this before on this server.
    5. Registry keys, system files, and susdb files no longer exist, and the server has rebooted cleanly.
    6. I am able to add the WSUS role selecting WID, and this installs WID without any errors. At this point, simply clicking the post installation task fails, generates an empty .tmp file in my %appdata%\temp folder, and exits the MMC. 
    7. This file is blank. Absolutely empty, so I couldn't really troubleshoot any post installation tasks.
    8. Further investigation shows that the 'C:\Program Files\Update Services\Tools\' directory is gone, and isn't being
    generated.
    9. Ok... DISM /online /Cleanup-Image /Scanhealth didn't return any issues, so I copied the wsusutil out of the windows\WinSxS directory.
    10. Yey! wsusutil postinstall runs, but bombs out on the IIS portion. It generated the DB without an issue, but results
    in an IIS generation error. So, I installed WSUS on a clean 2012 install, then copied over the program files\updateServices directory to reclaim the missing files. 
    The log files show --
    2013-12-06 10:30:34  Configuring IIS...
    2013-12-06 10:30:35  Start: ConfigureWebsite
    2013-12-06 10:30:36  Configuring website on port 8530
    2013-12-06 10:30:39  System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.ExecuteIisCustomAction(String arguments)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.Install(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.InstallAndConfigure(IisConfiguration& iisConfiguration, Int32 newPortNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.ConfigureWebsite(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    ... ok - tripple checked that network service has permissions to .net and windows\temp folders.
    netstat -a doesn't show anything running on port 8530 ( in case this was some weird port check in use)
    Which goes back to the missing directory problem -- further net searches show that this is a reoccurring issue for some OOBE... sfc /verifyonly shows ... nothing.
    What is left to be done at this point? The missing folders from the program directory seems to be a problem for some with some users right out of the box. I have read many other threads where users just formatted and started over. Not exactly a solution
    - any help out there on this issue? Any suggestions to determine what file is missing, or generating the IIS issues?

    Part of the post install tasks wanted to download some items including the tools folder.
    Can you expand on this please. The WSUS post-install tasks do not download anything, except what is acquired during the initial synchronization with Microsoft.
    Because of my group policy the WSUS server was trying to download the updates from itself even though it was not setup yet.
    What update(s) was the WSUS server trying to "download"?
    In fact, if the WSUS Server was not setup yet (but you already had a GPO in place), then the first issue here was performing deployment steps out of order.
    But still.... except for the actual installation binaries for the WSUS Server Role on a WS2008SP2/WS2008R2 system, there's nothing the WSUS server needs to get from either Windows Update or a WSUS server. This scenario is actually discussed hundreds of times
    in this forum, but complicating matters, this thread isn't about installing WSUS V3.2 on a WS2008SP2/WS2008R2 system, it's about installing WSUS v65 on a WS2012 system, so I'm a bit confused as to what the actual installation environment is that we're discussing.
    I changed the WSUS server to get it's windows updates from Microsoft and then the post install task succeeded.
    I'd really like to get some more details about what exactly in the "post-install task" was dependent upon content from WU/WSUS.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Wsus server 2012 r2 fails to launch post-installation task

    wsus server 2012 r2 faild to launch post-installation task 
    please help i attach a photo with log , this is a brend new domain contoroller of a brand new domain.
    i installed th wsus from server manager .
    this is the log :
    2014-05-01 13:17:51  Postinstall started
    2014-05-01 13:17:51  Detected role services: UI, WidDatabase, Services
    2014-05-01 13:17:51  Start: LoadSettingsFromXml
    2014-05-01 13:17:51  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-05-01 13:17:51  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
       at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
       at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
       --- End of inner exception stack trace ---
       at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
       at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
       at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

    the installion location is the default installion path - C:\Program Files\Update Services
    the content folder was directed to a diffrent volume - e:\wsus\
    i tried to delete everything that connected to iis and wsus and re install and now i am getting:
    2014-05-05 12:05:33  Postinstall started
    2014-05-05 12:05:33  Detected role services: UI, WidDatabase, Services
    2014-05-05 12:05:33  Start: LoadSettingsFromXml
    2014-05-05 12:05:33  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-05-05 12:05:33  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
       at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
       at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
       --- End of inner exception stack trace ---
       at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
       at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
       at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

  • Post-Installation task client

    Hi
    I´ve a doubt with the post-installation tasks of the installation of the sap system. The default clients are 000,001 and 666.
    In with client I´ve to realize this tasks?In the client 001 and after that I realize the client copy of the client 000. The changes are cross-client?
    More thanks

    Hi Ruben,
    Please let us know which SAP Product and version you have installed. Because there are seperate set of post installation activities for each Product such as ECC, PI, EP, CRM,SRM etc.
    For Ex: If you have installed a ECC system, most of the initial post installation activities such as STMS configuration, SGEN etc need to be done on client 000. This information is very well available in Post installation guides.
    If you have installed a PI system, you need to carry most of the PI specific post installation activities in the java UME client i.e by default it is 001. But you can also perform the activities in any custom client by having a client copy and come configuration changes.
    Cheers....,
    Raghu

  • Installing Update Rollup 4 for R2. Question of post installation task

    I will be installing Update Rollup 4 for Service Manager 2012 R2 on our Orchestrator, Data Warehouse, Service Manager and Portal Server as well as updating the client Consoles.
    Following MS article
    http://support2.microsoft.com/kb/2989601/en-us?sd=rss#install.
    A bit confused about the Post installation tasks. Particularly the following:
    Resynchronize System Center Operations Manager mount point data
    To resynchronize Operations Manager mount point data after you apply this update, follow these steps:
    Disable all the Operations Manager configuration item (CI) connectors in the Service Manager console.
    In Windows PowerShell, check the current execution policy by running the following cmdlet:
    Get-ExecutionPolicy
    If the current execution policy is Restricted, set it to
    Remotesigned by running the following command:
    Set-ExecutionPolicy –force RemoteSigned
    Find the following PowerShell script in your System Center 2012 R2 installation directory:
    OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    By default, you should find this file in the following location:
    C:\Program Files\Microsoft System Center 2012 R2\Service Manager\PowerShell
    Run the following command from the Primary Management server:
    PowerShell .\OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    Revert the execution policy to the original value that it had in step 2.
    Enable and synchronize the relevant Operations Manager CI connectors.
    Make sure that all the mount point data is populated in Service Manager.
    I am guessing they are talking about the System Center Configuration Manager Connector but not sure. We don't have a Connector for SCOM. If by OMCIConnector they mean SCOM, then I don't need to worry about this.  If would be nice if they would tell
    you why you are doing this. I don't even know what "Mount Point Data" is.
    Does anyone know if it would cause any problems if I skipped this step? I hate doing stuff when I don't know why I am doing it. For example, step 8 "Make sure that all the mount point data is populated in Service Manager."
    What does that even mean?
    Also, I cannot even find the PowerShell script they are talking about in the C:\Program Files\Microsoft System Center 2012\Service Manager\Powershell folder so are they talking about SCOM or SCCM?

    All of the steps listed refer to the Operations Manager connections. none of these steps relate to the Config Manager connector.  If you are not using SCOM, or don't have a SCOM connector, then you can safely ignore these steps. 

  • Post Installation task of Enterprise Portal

    Subject : During the Post Installation task of Enterprise Portal such as Run Configuration Wizard u201CNWA_01u2026..u201D to u201CNWA_07u2026..u201D for portal system. Run u201CInitial setup of functional unit Development Infrastructure (DI all-in-one)u201D in development portal.
    Problem : Can anyone guide me how we are doing ( executing ) task i.e.Run u201CInitial setup of functional unit Development Infrastructure (DI all-in-one)u201D in development portal.What this is step is doing as well as what all the prerequisites for this step.
    Work Area : Dev portal with Java stack only.( SP Level is 17)
    Please guide me on this step as well as all Configuration Wizard steps( NWA_01 to NWA_07) so that I can finish with the post installation of portal.
    Regards
    Nilesh

    Hi my question has been resolved.

  • SQL 2005 Upgrade complete! - Post installation tasks questions!

    Hi All
    I have managed to upgrade our DEV and TST ECC6 systems to SQL2005 (from SQL2000) and so far all seems ok however I have a a few questions and checks I would like some help with. I have included my post installation tasks at the bottom of this post, so you know what I have done.
    I have noticed that when I  run SGEN I get a short dump  LOAD_VERSION_LOST which I am not sure what this means.
    If there is anything else I need to do or should do please let me know.
    Thanks
    Phil
    <b>Post Installation Tasks</b>
    <u>SQL Queries</u>
    exec sp_configure 'show advanced options', 1
    reconfigure with override
    exec sp_configure 'max degree of parallelism', 1
    reconfigure with override
    exec sp_configure 'xp_cmdshell', 1
    reconfigure with override
    alter database <SID> set page_verify checksum
    go
    alter database <SID> set auto_create_statistics on
    go
    alter database <SID> set auto_update_statistics on
    go
    alter database <SID> set auto_update_statistics_async on
    go
    dbcc updateusage ('<SID>')
    go
    exec sp_updatestats
    go
    <u>SAP Tasks</u>
    Check SM21/SM50/DB02/ST04/ST22/SICK for any unusual error messages.

    Hello,
    I want run the below script on SQL 2005, can anyone tell me how I run it in SQL 2005?
    exec sp_configure 'xp_cmdshell', 1
    reconfigure with override
    I need to enable xp_cmdshell in sql 2005
    Reg,
    SAT

  • OBIEE 11g post installation tasks in Linux?

    Hi,
    Do I need to write any script for high availability of OBIEE and web logic servers in Linux? what are the processes to start/stop manually using command? Please give me post installation tasks I need to taken care of.
    Thanks
    Jay.

    Becky,
    You need not do any thing additional to have EM running in the OBI 11g instance. Although it is a deployed JEE application, if your Weblogic Server (WLS) is started and up and running then your EM Console should also be up and running.
    You say that you are doing everything from the command line. So, start the Weblogic Server then navigate to http://< your server name> : 7001/console
    If that comes up then go to
    http://<your server name>:7001/em
    That is your EM Fusion Console and it should come up as well.
    Don't mess with the XML file directly.

  • APEX POST INSTALLATION TASKS

    i have upgraded from 1.6 To 2.2 .... the installation was successfully now ...
    now i am doing the post installation tasks .. i ahve arrived here and i got this problem
    E:\oracle\HTML_DB\dcm\bin>dcmctl updateConfig -ct ohs
    ADMN-202045
    An exception occurred while constructing the OracleAS Repository API, a DCM depe
    ndent component.
    Resolution:
    This exception may be occurring because the ias.properties file is misconfigured
    Check the exception thrown by the OracleAS Repository API for any additional res
    olution information.
    Base Exception:
    oracle.ias.repository.schema.SchemaException
    iAS Property could not be found Property Name OIDhost in E:\oracle\HTML_DB\confi
    g\ias.properties
    oracle.ias.repository.schema.SchemaException: iAS Property could not be found Pr
    operty Name OIDhost in E:\oracle\HTML_DB\config\ias.properties
    at oracle.ias.repository.local.IASPropertyCache.readValue(IASPropertyCac
    he.java:62)
    at oracle.ias.repository.IASSchema.init(IASSchema.java:234)
    at oracle.ias.repository.IASSchema.<init>(IASSchema.java:200)
    at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:145)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.<init>(Unknown Source)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDbAccess(Unknown Sourc
    e)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDbAccess(Unknown Sourc
    e)
    at oracle.ias.sysmgmt.clustermanagement.ComponentTypeFactory.init(Unknow
    n Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)
    E:\oracle\HTML_DB\dcm\bin>

    Bounced,
    I am having the same issue.
    Ant.

  • Fire fox fails to open after first time unless I reboot

    fire fox fails to open after 1 time unless I reboot

    Have you confirmed with 4D that their software is Leopard compatible? I recall reading a report back in late October that 4D hadn't certified their products as Leopard compatible.

  • OC4J_BI_Forms Fails To Start After Windows Reboot

    Hi,
    After upgrading the metadata repository database to 9.2.0.6 and updating the compatible parameter and creating a new pfile, my OC4J_BI_Forms server fails to start automatically after a reboot.
    I can start the OC4J_BI_Forms server manually and it works fine, but would like it to start automatically after a reboot like it used to.
    I checked the server.xml file and verified autostart is set to true.
    I also checked the server's log files and opmn log files, but couldn't find any error messages saying OC4J tried to start and failed.
    I noticed that OID is taking a little longer to start than it used to. Is it possible this lag is causing the OC4J_BI_Forms to fail starting automatically?
    All other servers start fine after a reboot - only OC4J_BI_Forms is not working correctly.
    Thanks,
    Jim
    Message was edited by: Jim
    434963

    <p>As a workaround for this problem, I created a simple batch file containing the command:</p>
    <p><tt>d:\orahome2\opmn\bin\opmnctl startproc ias-component=OC4J</tt></p>
    <p>I then created a scheduled task in Windows Task Scheduler to run the batch file on server startup. So far it seems to work fine.</p>
    <p>Would still like to know why the OC4J_BI_Forms instance is failing to autostart, if anyone has any ideas.</p>

  • Task Squence Does Not Progress After Initial Reboot

    My SCCM 2007 task sequence advertised to wireless computers will not go to next step.
    It performs the initial reboot to clear WMI, then is supposed to start a program install. This works on all non-wireless devices.
     10/17/2014 10:32:55 AM 
     Accepted 
     Program received 
     10002 
     24500369 
     10/17/2014 10:32:55 AM 
     Running 
     Program started 
     10005 
     24500370 
     10/17/2014 10:32:56 AM 
     Running 
     The task sequence execution engine started execution of a task sequence 
     11140 
     24500371 
     10/17/2014 10:32:57 AM 
     Running 
     The task sequence execution engine successfully completed an action 
     11134 
     24500372 
     10/17/2014 10:33:05 AM 
     Running 
     The task sequence execution engine performed a system reboot initiated by an action 
     11142 
     24500374 
    I see this in the log during boot up
    Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because
    of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
     I attempted Microsoft's script to fix this, and re-tried the advertisement to no avail.
    Looking for ideas, thanks.

    Wireless?
    WinPE doesn't support wireless networks. How do you expect it to choose the correct wireless network and connect to it?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Updating servers with all approved updates (also dependencies after first reboot)

    Hello all,
    We have two WSUS servers for updating our WS environments (one master, and one replica / two sites).
    However, when we approve a list of updates - not all updates will be installed.
    After the reboot the remaining updates (dependency updates) weren't installed :( .
    Is it possible to define two schedule times? (or is there a other solution?)
    We want all updates that are approved to be installed in the maintenance window of our customers.
    Hope to hear from you and thank you in advance,
    Joey.

    [W]hen we approve a list of updates - not all updates will be installed.
    After the reboot the remaining updates (dependency updates) weren't installed :( .
    Correct. Update are only installed at the daily scheduled installation event. The good news is that this 'dependency' scenario rarely occurs, and almost never occurs in a single month's of updates; most likely this is a manifestation of a machine behind
    in patches being caught up through several months of updates.
    Is it possible to define two schedule times? (or is there a other solution?)
    If you know this scenario exists, my suggestion is that you create a special WSUS Target Group designed to manage machines in this condition, and you address the issue by assigning an approval deadline to the "dependent" updates, which will force their installation
    to occur at the first available opportunity after the deadline expires (e.g. immediately after the machine reboots from having installed hte prereq updates).
    If such scenarios are legitimate, they will identify themselves in pre-deployment lab testing scenarios.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Turn off monitor on lid close doesn't work after first reboot

    On a fresh installation ( running daemons hal fam alsa gdm bluetooth cups and others present after fresh install ) it worked perfectly. I was so happy, cause this is the last issue Im having. I've tried other distros and winXP but always got back to arch Hardware HP6720s - 1GB RAM, X3100 ( looking forward to 2.6.28 and new intel drivers ). Installed software kernel 2.6.27, gnome, gnome-power-manager. The only thing that confuses me that it worked great till first reboot. Any sugesstions?

    /etc/acpi/handler.sh
    #!/bin/sh
    # Default acpi script that takes an entry for all actions
    # NOTE: This is a 2.6-centric script. If you use 2.4.x, you'll have to
    # modify it to not use /sys
    minspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq`
    maxspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    setspeed="/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
    set $*
    case "$1" in
    button/power)
    #echo "PowerButton pressed!">/dev/tty5
    case "$2" in
    PWRF) logger "PowerButton pressed: $2" ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/sleep)
    case "$2" in
    SLPB) echo -n mem >/sys/power/state ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    ac_adapter)
    case "$2" in
    AC)
    case "$4" in
    00000000)
    echo -n $minspeed >$setspeed
    #/etc/laptop-mode/laptop-mode start
    00000001)
    echo -n $maxspeed >$setspeed
    #/etc/laptop-mode/laptop-mode stop
    esac
    *) logger "ACPI action undefined: $2" ;;
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000) #echo "offline" >/dev/tty5
    00000001) #echo "online" >/dev/tty5
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    #echo "LID switched!">/dev/tty5
    sh /etc/acpi/actions/lm_lid.sh
    logger "ACPI group/action undefined: $1 / $2"
    esac
    /etc/acpi/actions/lm_lid.sh
    /usr/bin/xset -display :0.0 dpms force off

  • Post installation tasks after rapidwiz

    what are the post instllation taskes needs to perform after installation.
    On Windows XP machine all services related to E Business Suite not started automatically.
    We are getting error http 404 not found every time.
    After instllation we were able to login in apps only one time, after that we are unable to login page.

    I checked the log Only two lines are written in the log.
    Following text written in both lines
    process manager initialized.
    OracleVIS_localhost_ToolsTNSListenerAPPS_IVS not started, when I tried to start it manually by the help of services it gives errors Service on localcomputer started then stopped.
    And when I tried to start listener from command prompt it says __"*procedure entry point snlinAddrLocalhost could not be located in dynamic link libaray oranl10.dll."_*_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • EReader message:  This computer is not authorized to preview this book (but it is and I've bought the book)

    Message on computer for eReader says "This computer is not authorized to preview this book" but it is authorized and I've bought the book.  Am trying to access information that will tell me how to retrieve books that I've tried to delete from the rea

  • Fill in page items after a selection made from a pop up list

    Hi, I am using apex 3.1 with Oracle 10g database. I have an application where I need to fill in page items on a form after a user select something from a popup list. I have an email field which is a popup list on a foem page after a user select an em

  • Locking Screen Resolution with KVM

    I have a MacBook Pro 15" running 10.4.8. I have a Iogear DVI KVM attached to the DVI port. The monitor attached to the KVM is a Gateway FPD2485W 24" LCD with optimal resolution of 1920x1200. The Mac performs wonderfully at this resolution. The proble

  • Signing PDF files with a stylus, on an i-Pad

    I'm trying to find a way (one that's easy enough for my end users) to get a PDF file into an i-Pad, (a form or application for example) take it to a client, have them sign it on the i-Pad with a stylus, and then be able to print it out back at the of

  • Problems with branching to the page using URL.

    I have button item P3_DELETE_BUG_B. Then I have a process that called after pressing this button. And branch, which call an URL: javascript:confirmFileDelete(htmldb_delete_message,'f?p=&APP_ID.:3:&SESSION.:REMOVE_ID:&DEBUG.::P3_DELETE_BUG:1'); When I