Error while trying to install NI-VISA driver on SUSE LINUX 11.1(The version of gcc in the path does not match the version of gcc used to compile the currently running kernel.)

hi i am trying to install NI-VISA driver on SUSE LINUX 11.1.
 the error message it shows is
          ******************************** ERROR ****************************************
* The version of gcc in the path does not match the version of gcc used to    *
* compile the currently running kernel.  This can cause unpredictable         *
* behavior in kernel drivers and should be fixed.                             *
* gcc version: Linux)                                                          *
* kernel compiled with: 4.3.2                                                 *
******************************** ERROR ****************************************
my kernel source version is 
   linux-8nes:/home/admin # rpm -qi kernel-source
Name        : kernel-source                Relocations: /usr/src
Version     : 2.6.27.29                         Vendor: openSUSE
Release     : 0.1.1                         Build Date: Sun 16 Aug 2009 03:43:52 PM IST
Install Date: Sat 24 Oct 2009 02:13:12 AM IST      Build Host: rinck
Group       : Development/Sources           Source RPM: kernel-source-2.6.27.29-0.1.1.src.rpm
Size        : 309251954                        License: GPL v2 only
Signature   : RSA/8, Sun 16 Aug 2009 03:57:25 PM IST, Key ID b88b2fd43dbdc284
Packager    : http://bugs.opensuse.org
URL         : http://www.kernel.org/
Summary     : The Linux Kernel Sources
Description :
Linux kernel sources with many fixes and improvements.
Authors:
    Linus Torvalds <[email protected]>
    see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-08-15 17:53:59 +0200
GIT Revision: 8a413546901c407e96f7fba18574cceeb40452af
GIT Branch: SLE11_BRANCH
Distribution: openSUSE 11.1 
i had also installed GCC 4.3.2.
it shows the error message as i had posted.
please kindly help me on this.
Thanks and regards,
P.karthick

Check this solution

Similar Messages

  • Error while trying to install EBS 12.1.1

    We are getting an error while trying to install EBS R12.1.1 on Linux x86_64 os(RHEL 5.2).We are getting the error at step 2 of 5 during database configuration stage 33% (65%) stage.The error is as given below,
    RW-50004:Error code received when running external process.Check log files for details.Running Database Install Driver for TEST instance.
    We checked the log files and in ApplyDB_****.log the error is
    RW-50010 :script has returned an error: 1
    How to fix these issues??
    Regards,
    Rupdipt

    Hi Taj,
    I am getting these error messages consistently throughout the log file,
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testerp
    sDbDomain : eigl.com
    sDbPort : 1521
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testerp.eigl.com:1521:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Wed Jul 22 17:47:10 IST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oracle/TEST/db/tech_st/11.1.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /d01/oracle/TEST/db/tech_st/11.1.0/perl/bin:/d01/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d04/StageR12/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
    LD_LIBRARY_PATH : /d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/oracle/TEST/db/tech_st/11.1.0/ctx/lib
    Executable : /d01/oracle/TEST/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
         /d01/oracle/TEST/db/tech_st/11.1.0/appsutil/log/TEST_testerp/adcrdb_TEST.txt
    Creating the control file for TEST_testerp database ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:11 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified control file
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4652
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:20 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    Whats the solution??
    Regards,
    Rupdipt

  • Error while trying to install SAP CE 7.1 EHP 1 on Windows 7

    I am trying to install SAP CE 7.1 EHP 1 on Windows 7.  I am getting below error while trying to install. can you please help to fix this problem?
    Running msiexec failed with return code 1603: undefined
    Commandline was msiexec.exe /norestart /L sapmmcX86u.log /i sapmmcX86u.msi /qn
    If you want the installer to retry, choose Yes. If you want the installer to abort the installation, choose No.
    Thanks,
    Sridhar.

    I donu2019t think so it is windows 7 or 64/32 bit hardware/software issue. I have faced u201Cmsiexec failed with return code 1603u201D error many times during SAP installation and solved this issue with below mentioned procedure.
    Solution:
    Just change the location of temp directory to empty folder in user environment variable without cancel installation in current user session. After that, click on yes button to continue the installation. If installation will ended after click on yes button, restart the installation with continue old installation option.
    Regards.
    Yasir

  • Receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    There isn't much here which is actionable.  Please review your installation logs by following the steps listed at Troubleshoot installation with install logs | CS3, CS4 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html.

  • Server failed to start: The domain path does not match the running server

    Hi,
    I've configured Eclipse to run my local weblogic - which actually is working fine.
    The server starts as intended and reaches state RUNNING.
    As soon as this happens, OEPE tries to validate the server and compares the identified server's configuration to the expected configuration.
    This finally results into the error message shown in the subject -- though server is still running.
    !MESSAGE Server watcher[Oracle WebLogic Server 11gR1 PatchSet 1 at localhost]:The domain path does not match the running server.
    Domain RootDirectory retrieved from the MBean of running server is: N:\Oracle\MIDDLE~1\USER_P~1\domains\MYWEBL~1\
    Domain RootDirectory of this server: N:\Oracle\Middleware\user_projects\domains\myWeblogicServer
    Obviously this seems to be an issue with the length of the directory and file names. The domain's configuration and all its start scripts do not have any 8+3 pathes, like USER_P~1 for user_projects. Nevertheless the MBean of the server returns such a "truncated" path which in turn is invalid for OEPE.
    Fix: When setting up the domain in Eclipse, try using that 8+3 representation of the domain's location. Then the comparison will succeed...
    My Question: Where do we need to ask for a fix in OEPE? The 8+3 path is still a valid one ...
    Best Regards
    Philipp

    I haven't been able to reproduce this and 8+3 representation of the domain's location shouldn't be required.
    Can you provide more information:
    - is this a network drive?
    - what is your OS: XP, Vista, Win7?
    - what is the Windows file system type, is it FAT or NTFS
    - Can you try install WLS on C:, e.g. C:\Oracle\Middleware\user_projects and see if it still happens?

  • Getting descriptor version does not match runtime version error

    Thanks,
    I am Using Adope Air SDK2.0 and Runtime Air 1.0.7,
    i have created one HelloWorld application using Adope sample
    code.
    When i am trying to run this using commands :
    i have used : adl HelloWorld.html
    i am getting this error:
    invalid application descriptor: descriptor version does not
    match runtime version
    Plz help me out.. :-)

    The issue I had in Flashbuilder4 has been solved.
    The easiest but possibly not the neatest was too copy the AIR 2 Beta SBK folders and files, then paste the over the flex4.0 sdk file structure. Achieves the same thing and I assume that you have copies of the SDK else where, if you need to roll back.
    The other thing is to make sure the -app.xml that flex creates has the correct 2.0beta description.
    Cheers
    Elliot

  • V5R4M5 does not match InfoAPAR version V5R4M0, import error

    Hi All,
    We found following warning when PTF check in ECC6sr3 sapinst on v5r4
    WARNING: The OS/400 version V5R4M5 does not match InfoAPAR version V5R4M0.
    ok Product ID: 5722SS1 - PTF ID: SI22389 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: TL07282 - Status: NOT UP TO DATE    
    CUMPKG                                                                      
    ok Product ID: 5722999 - PTF ID: MF42358 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF42518 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF42529 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF42394 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF42393 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF42258 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF42043 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF42042 - Status: NOT UP TO DATE    
    ok Product ID: 5722999 - PTF ID: MF41883 - Status: NOT UP TO DATE    
       23 PTFs checked.        11 missing PTFs detected.
    The microcode is M5 however OS is M0. We also got similar warning in other host with 2 missing PTFs and SAP installation can successfully completed. But with this M5 host always warns with TL07282 missing (however TL57282 existed)
    we checked APAR recomendation for v5r4m5 from IBM, products, and sysval, tmksvrpatch, all are sufficient only this PTF check from SAPinst. When we continue, the import processes are failed
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "DDNTF_CONV_UC" ( "TABNAME" GRAPHIC(30) CCSID 13488 DEFAULT ' ' NOT NULL , "BLOCKNR" SMALLINT DEFAULT 0 NOT NULL , "FIELDSLG" DECIMAL(5,0) DEFAULT 0 NOT NULL , "FIELDS" BLOB(32600)  ) )
    DbSlExecute: rc = 99
      (SQL error -901)
      error message returned by DbSl:
    SQL system error. MSGID= Job=009618/SAPINST/QJVAEXEC
    (IMP) ERROR: DbSlPrepare/BegModify failed
      rc = 103, table "DDNTF_CONV_UC"
      (SQL error 204)
      error message returned by DbSl:
    DDNTF_CONV_UC in R3ECDDATA type *FILE not found. MSGID= Job=009618/SAPINST/QJVAEXEC
    TRACE: 2008-09-10 11:14:29 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    /usr/sap/ECD/SYS/exe/run/R3load -i SAPNTAB.cmd -dbcodepage 4102 -l SAPNTAB.log -nojournal
    ERROR: 2008-09-10 11:14:32 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is interrupted with R3load error.
    Process '/usr/sap/ECD/SYS/exe/run/R3load -i SAPNTAB.cmd -dbcodepage 4102 -l SAPNTAB.log -nojournal' exited with return code 2.
    For mode details see 'SAPNTAB.log' file.
    Standard error output:
    ¢u2014u2014u2122
    What seems missing to check? We are on applying the mssing PTF but still stuck with PTF not fuond from media msg . Thanks for reading the details.
    Regards,
    -asp-

    Hi -asp-,
    From your description it is not clear to me whether you checked against infoapar.455 or not. If you missed this, follow the descriptions of note 144149.
    Regarding the SQL -901 you need to look up the joblog of the failing process and check the messages right before the SQL -901 for the real reason.
    HTH,
    Thomas

  • Error while trying to install Oracle 8.15 on Redhat 6.1

    I have been trying to install Oracle 8i (8.15) on my machine but I got an error while trying to run runInstaller:
    Initializing java virtual machine from /usr/local/jre/bin/jre. Please wait
    Error in CreateOUIProcess(): -1
    : Bad Address
    FYI:
    - I downloaded the Oracle 8i from the technet download site (I am not using a CD)
    - I am using Redhat 6.1
    - I downloaded and installed JRE as advised in the documentation.
    - My machine is a AMD K6, so is non-intel but I have not noticed any other problems using Redhat.
    - I currently only have 96MB RAM as opposed to the recommended 128MB.
    Please Help!!!
    null

    (All comments are based on redhat 6.0, not sure about other distros)
    If u are only using one linux machine, then I don't think you need to have 'DISPLAY' defined. Unset it then. This variable tells X clients where to display its X output. If unsetting does not make it work, then try 'export DISPLAY=ip_address:0.0' and then 'xhost +ip_address', where ip_address is the IP of your machine, or try 127.0.0.1.
    If u have two linux machines, like what I did:
    * Ran X on client machine (192.168.0.2).
    * Telnet to server machine (192.168.0.1 - where 8i will be installed), login as 'oracle'
    * On the telnet session, I 'su' as root then mounted the CD, then 'exit' to return to the 'oracle' login on the telnet session.
    * On the telnet session, I did 'export DISPLAY=192.168.0.2:0.0' - telling it that all X clients on this telnet session will send its X output to the host on 192.168.0.1.
    * On the client machine (where X is running), opened another shell, did a 'xhost +192.168.0.1' - telling the X server on the client machine to accept X connections from the server machine (192.168.0.1).
    * Went back to the telnet session to the server machine, then ran the installer.
    In short, everything you do can be done remotely, apart from putting the CD on the server machine.
    The installer runs on the server but send its output to the client.
    null

  • Error while trying to install SAP 8.8 Pl 10 Server on Windows 7

    Hellow All,
                       I am facing the problem while trying to instal the Server and Server Tool os SAP 8.8 Patch Level 10 on the windows server.It is displaying the error failed to installed:1628 error evertime I try to run the Server Installer.
    regards,
    pankajk

    Dear,
    Check the below link:
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1434624&nlang=E&smpsrv=https%3a%2f%2fwebsmp110%2esap-ag%2ede
    Thanks,
    Neetu

  • 1603 error while trying to install skype

    I'm having an issue while trying to install Skype on this computer, when I try to install it, it pops up and says "Object Already Exists" and then I get a second window saying "Error 1603 has occured: Fatal Error During Installation." I had Skype and it told me I needed to update so I clicked it and I've been getting this message ever sense. I tried to find Skype to uninstall it but after clicking that update the program was gone. So I went into Program files and deleted all skype related things and tried to download and install again. Got the same message. Please help!

    You have to reboot for that fix to work.  If you already did this then for whatever reason the solution didn't work on your machine (possibly due to some other corruption).  The issue you are having is not Skype based but Windows/OS installer based.  Try to install the latest Windows updates to see if that will fix the issue as newer Windows updates were designed to address that problem.  If you have already tried that then remove the problematic Windows updates that causes this issue on some computers.
    http://community.skype.com/t5/Windows-desktop-client/Skype-Installation-fatal-error-1603/td-p/366472...

  • Error 109, network connection error while trying to install cs6 trial

    I am getting a error as described above while trying to install the CS6 trial. First time install on a new computer with Vista.
    any advice/ help..? Thanks

    hI Atul_Soni
    Error 109 indicates there were problems with your network connection.  Please try initiating a direct download by following the steps listed athttp://forums.adobe.com/thread/981369.  If you continue to experience difficulties then you may want to try an alternate Internet connection...
    For other error codes, please see the below link : http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assista nt.html
    Reasons and Solutions are provided in the above link.

  • Error while trying to install WS2012 R2 Essentials evaluation copy

    While trying to install (Setup.exe) the evaluation copy of Windows Server 2012 R2 Essentials which I downloaded from the Microsoft site, after clicking on install and the temporary files start to unpack, I received the following error:
    Windows cannot open required file C:\Users\Donald\Desktop\Windows Server 2012 Essentials\9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US-DV5\Sources\install.wim.  Make sure all files required for installation are
    available, and restart the installation.  Error code: 0x8007000B
    I checked in the sources folder and install.wim is present.  Should I suspect the file is corrupt?  This was extracted from the downloaded 9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US_DV5.ISO file.
    Thanks

    Hi,
    As Dave mentioned, maybe the ISO is corrupted. Please try to download it again to see if the issue persists.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Access denied error while trying to install graphics drivers

    Hello,
    I have a new toshiba laptop P70-A. I have installed windows 7 and the pc was working excellent up until now. Noticed yesterday that the nvidia automated system failed to install the new update. When I tried to install the new driver manually, even from the
    device manager, I got the access denied message. 
    A day now wasted reading all the possible causes and solutions but with no luck. Read all the forums and all the posts, tried almost everything. Below youll find everything I tried as a solution and failed.
    1.Disabled UAC
    2.Enabled the administrator account and trying to take control from there
    3.Run the subinacl and the reset.cmd
    4.Tried manually to take control the folder windows (and access denied while changing the rights)
    5. Scanned the system with everything there is available ( Kaspersky, MalwareBytes, RegCurePro, Tuneup Utilities, CCleaner) The system came out clean.
    6. Tried restoring the system to an earlier time (got again access denied error code 0x80070005)
    7. Checked all the group policies (all seem to be fine)
    8. Run a script to take immediate ownership over all of C:
    TAKEOWN /A /F C:
    then the next one
    TAKEOWN /F C: 
    9. With subinacl I run all the above scripts... (still nothing changed)
    @echo off
    title Resetting ACLs...
    echo.
    echo Determine whether we are on an 32 or 64 bit machine
    echo.
    if "%PROCESSOR_ARCHITECTURE%"=="x86" if "%PROCESSOR_ARCHITEW6432%"=="" goto x86
    set ProgramFilesPath=%ProgramFiles(x86)%
    goto startResetting
    :x86
    set ProgramFilesPath=%ProgramFiles%
    :startResetting
    echo.
    cd /d "%ProgramFilesPath%\Windows Resource Kits\Tools"
    echo. 
    echo Resetting ACLs...
    echo (this may take several minutes to complete)
    echo. 
    echo IMPORTANT NOTE: For this script to run correctly, you must change
    echo the values named Athena to be the Windows user account that
    echo you are logged in with.
    echo.
    echo ==========================================================================
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=Athena=f /setowner=administrators > %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=Athena=f /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo System Drive...
    subinacl /subdirectories %ProgramFilesPath%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo Windows Directory...
    subinacl /subdirectories %windir%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo ==========================================================================
    echo. 
    echo FINISHED.
    echo. 
    echo Press any key to exit . . .
    pause >NUL
    Im frustrated really... ANY help at all would be really appreciated.
    Thanks in Advance and sorry for the long post
    Athena 

    Hello,
    Thanks for the replies, i much appreciate it. I tried all of the above with no luck again. Safe mode allows me though to install drivers but thats reverting the moment im entering windows. Im always running commands and programs as a administrator or in
    the Admin enabled account.
    It seems the problem is solved today. Via tune up utilities I disabled most of the startup programs and services and it seems that 1 service is causing this issue. Although I havent played much with the disabled services but 3 remain to be checked. One of
    the three is causing this.
    Thanks again guys and Ill keep you posted about the soft. conflict.
    Athena

  • Error while trying to install printer on Airport Express

    Hi,
    I'm trying to install a HP Deskjet 3930 on my Macbook through the Airport Express. I'm getting an error:
    An error occured while trying to add the selected printer Error:-9672
    Anyone have any ideas?

    BINGO!!
    After trying every driver possible (and there were many...), I finally got my HP Deskjet 3930 to print through Bonjour. Here's how:
    1. Reset the printing system with Printer Setup Repair from fixamacsoftware.com
    2. Add a new printer with Printer Setup Utility
    3. Select the HP 3930 connected through Bonjour
    4. Instead of using the default HP driver, select the HP PSC 1110 Foomatic/hpijs driver (available at http://www.linuxprinting.org/macosx/hpijs/)
    I've tested the printer on a variety of print jobs and so far everything seems to be working smoothly. I should probably note that this driver does not grant access to the printer utilities, but at least it works.
    Hopefully someone finds this useful.
    Macbook Pro   Mac OS X (10.4.7)  

  • USB Errors while trying to install 64 bit Arch

    I'm trying to install Arch onto some brand new hardware. I am installing using the Arch Netboot environment.
    When I try to install 64 bit Arch, I get the following errors straight after archiso.img is downloaded and the kernel is booted:
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device descriptor read/64, error -32
    usb 2-5: device not accepting address 4, error -32
    usb 2-5: device not accepting address 5, error -32
    hub 2-0:1.0: unable to enumerate USB device on port 5
    The same lines appear for usb 4-1, 6-5 and 7-1. The only USB device that is plugged in is the USB key that I booted ipxe.lkrn from.
    Googling seems to point to a kernel module that needs to be loaded earlier or a faulty USB controller. I do not know how to change what kernel modules are used during installation, and I'm fairly certain the USB controllers are fine. Its a brand new motherboard and I can access my USB key fine (I can boot from it) in any of the available USB ports.
    I was close to giving up until for some reason I decided to try and install the 32 bit version of Arch instead. This worked as expected and I am sent to the archiso installation prompt without seeing any of the same USB errors.
    Can someone please assist me with this? I would really prefer to have the 64 bit version installed.

    https://bbs.archlinux.org/viewtopic.php?id=158206
    This seems to be related, although my errors are giving error -32 instead of -110.
    Is there a way I can force the installation environment to use kernel 3.7.6? Does the 32 bit installer use a different kernel to the 64 bit installer?
    Is there a way I can use the 32 bit installation environment to install 64 bit as well as the 3.7.6 kernel?

Maybe you are looking for