Server won't rejoin pool in VM Manager 3.1.1 after reboot.

Hello all,
I am running Oracle VM Server and manager 3.1.1 and in the course of setting it up, I had to manually reboot the server. Now since iIhave restarted them - they are on two separate pieces of hardware- I can see in the manager, the server, but it is under "unassigned servers" and not in the "Server pool "it was in previous to the reboot. If I click "rediscover servers" it appears i nthe Pool for a second and then reverts back to "unassigned servers". There is an exclamation point on the icon and that is how I got to the message with the error
"Error OVMEVT_003500D_003 Active data was not found. Cluster service is probably not running."
I have rebooted it twice thinking it might resync or the services would restart on a reboot. It did not. Is the solution to ssh in and restart the cluster service manually on the server itself? what command would I issue to do that?
In addition, I have rebooted it before and it has successfully rejoined the server pool each time.
thank you in advance.

thanks, I tried that and it does use NFS. I was able to delete the pool and recrete a new one, but when I try and re-add the server to the new pool, It gives me this :
Failed
Description: Add Server RDSOVM01 to Server Pool RDSOVMPool
Created By: admin
Duration: 87ms
Start Time: Nov 28, 2012 1:55:44 pm
End Time: Nov 28, 2012 1:55:44 pm
Message: (11/28/2012 01:55:44:833 PM) OVMAPI_4010E Attempt to send command: create_server_pool to server: RDSOVM01 failed. OVMAPI_4004E Server Failed Command: create_server_pool RDSOVMPool 0004fb0000020000e87d5b634fb0d9ea 192.168.0.11 0 RDSOVM01 192.168.0.246 master,xen,utility, Status: org.apache.xmlrpc.XmlRpcException: exceptions.Exception:Server already a member of pool: 0004fb000002000010376918eba0afda Wed Nov 28 13:55:44 EST 2012 Wed Nov 28 13:55:44 EST 2012
am I missing another step to remove the server from the original pool. Did I mess up be deleting the pool before I removed the server?
thanks again.

Similar Messages

  • After Setting Up SSO Managed Server Won't Start

    I am using the Oracle supplied white paper to set up SSO using Active Directory. Following those instructions everything was working and testing correctly until I added the NegotiateIdentityAsserter provider to the list of WLS providers. Now the managed server won't start. The admin server starts without any errors and goes to the RUNNING state. But the Start BI Services command window gets to the wls.alive: prompt and hangs. And hangs. Eventually the window goes away and it may throw an error but I've never seen it. You can login to the WLS console and EM without a problem. Remove the new provider and everything comes up normally. I have looked at the krb5.ini and krb5login.conf files and even rewritten them from scratch without any change in behavior.
    While looking for answers I ran into the SPNEGOCheck webapp that Oracle makes available to diagnose problems. It says everything is OK until it parses the krb5login.conf and then complains that the Username associated with SPN in AD is blank and so doesn't match the SPN specified in the krblogin config. But I can't see anything wrong in the files themselves.
    from the log:
    In section 'libdefaults'
    LSA: Found Ticket
    LSA: Made NewWeakGlobalRef
    LSA: Found PrincipalName
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue
    LSA: Made NewWeakGlobalRef
    LSA: Found EncryptionKey
    LSA: Made NewWeakGlobalRef
    LSA: Found TicketFlags
    LSA: Made NewWeakGlobalRef
    LSA: Found KerberosTime
    LSA: Made NewWeakGlobalRef
    LSA: Found String
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue constructor
    LSA: Found Ticket constructor
    LSA: Found PrincipalName constructor
    LSA: Found EncryptionKey constructor
    LSA: Found TicketFlags constructor
    LSA: Found KerberosTime constructor
    LSA: Finished OnLoad processing
    Config name: C:\Windows\krb5.ini
    KdcAccessibility: reset
    KdcAccessibility: reset
    Reachable? true
    Connection seems to have succeeded.
    Parsing section contents 'com.sun.security.jgss.krb5.accept { com.sun.security.auth.module.Krb5LoginModule required principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true;};'
    Section name: 'com.sun.security.jgss.krb5.accept'
    Getting next NV pair beginning at 'principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true'
    NVPair name: 'principal' value: '[email protected]'
    NVPair name: 'keyTab' value: 'biwhse1a.keytab'
    NVPair name: 'useKeyTab' value: 'true'
    NVPair name: 'storeKey' value: 'true'
    Got back 4 name/value pairs.
    section com.sun.security.jgss.krb5.accept should probably contain a setting for debug=true
    Section com.sun.security.jgss.krb5.accept seems OK
    The krb5.ini file:
    [libdefaults]
    default_realm = SRS1.COM
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc
    ticket_lifetime = 600
    [realms]
    SRS1.COM = {
    kdc = 129.58.120.200
    admin_server = adc01.srs1.com
    default_domain = SRS1.COM
    [domain_realm]
    .srs1.com = SRS1.COM
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    The krb5login.conf file:
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    [D:\] setspn -L bi_kerb_prin
    Registered ServicePrincipalNames for CN=bi_kerb_prin,OU=Non-Person Users,OU=WRC Users,DC=srs1,DC=com:
    HTTP/biwhse1a.srs1.com
    HTTP/biwhse1a
    [D:\]
    OBIEE 11.1.1.6.2 BP2
    Windows Server 2008 SP1

    Did you try -Djava.security.krb5.conf=<path>/krb5.conf before the %EXTRA_JAVA_PROPERTIES%. in your C:\OBI\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd .?
    Also change your JAAS config file and try with
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    Now restart and see.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS
    Edited by: SSVS on Mar 17, 2013 11:47 PM

  • I just purchased an ipad and I can receive e-mail but I can't send or reply.  I get a message that the e-mail is in the outbox because the server won't allow 'relaying.'  What do I need to do?

    I just purchased an ipad2 and I can receive e-mails but I can't reply to or forward them.  I also can't send a new e-mail.  I receive a message that the e-mail has been placed in the outbox because the server won't allow 'relaying.'  On my laptop, using the same e-mail server, I am fine.  What can I do to make the ipad2 e-mail function properly?

    Contact whoever manages your email server and ask them what ports and security to use for SMTP from remote locations. ISPs and email admins often require different SMTP settings when sending email when not connected to the server's or ISP's network.

  • Messaging Server won't start up, or acts strangely

    One of the config files has disappeared, or the Messaging Server
    is acting "strangely".
    <P>
    Because of bugs in the Berkeley DB code, it is possible for a configuration
    file to become corrupted. The Messaging Server will remove a severly
    corrupted config file, but there is a threshold of corruption that may
    impact server operation and may not cause files to be deleted.
    <P>
    If you notice that one of the config files is gone (your server won't start),
    or that your server is acting strangely, DO NOT REPLACE IT WITH A BACKUP COPY.
    This will most likely re-introduce the corruption. Instead, make note of
    all the configuration changes you've made with the Messaging Server admin gui.
    The easiest way to do this is to print out each page. Then replace the
    config file with a clean one from the install directory or from the media.
    <P>
    Before re-starting the server, check each admin gui page to make sure it
    matches your printout, and make any necessary changes. Then start the server.
    <P>
    The installed configuration files are located in the message spool area,
    by default: /var/spool/postoffice/config and they are:<BR>
    <P>
    Account-Handler<BR>
    Account-Manager<BR>
    AutoReply-Handler<BR>
    Configuration-Manager<BR>
    Dispatch<BR>
    Error-Handler<BR>
    Finger-Server<BR>
    IMAP4-Server<BR>
    MTA-Accounts<BR>
    Mailbox-Deliver<BR>
    POP3-Server<BR>
    Program-Deliver<BR>
    SMTP-Accept<BR>
    SMTP-Deliver<BR>
    SMTP-Router<BR>
    UNIX-Deliver<BR>
    <P>
    Un-configured copies of all these files may be found under the directory
    you installed the server at:
    <P>
    /install/server/data<BR>
    <P>
    The fresh files will all have a .install appended to them.

    Shut the computer dow, remove the power cord and all peripherals, wait for 30 seconds, replace the power cod and press the start button at the same time.
    If you do not have the iSight, try the steps in [this|http://docs.info.apple.com/article.html?artnum=300908] Apple article.

  • EPMA Dimension server won't start using SSL enabled Database

    Has anyone had any luck configuring EPMA 11.1.2.2 or 11.1.2.1 EPMA Dimension server with a JDBC SSL connection? I am using the following url to configure my SSL-enabled database:
    jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=slc00qox)(PORT=1529))(CONNECT_DATA=(SERVICE_NAME=slc00qox.us.oracle.com)))
    and the Dimension server won't start. Other Foundation, Essbase and Reporting repository connections work with same URL. Getting an error in Event Log:
    Service cannot be started. Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> Oracle.DataAccess.Client.OracleException ORA-12537: TNS:connection closed at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()
    at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    AND
    [EPMA Server Startup] ERROR SVR_ERR_PROCESSMGR_CANT_INIT_SESSIONMGR:Cannot initialize the Session Manager.Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> Oracle.DataAccess.Client.OracleException ORA-12537: TNS:connection closed at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()

    As you have backup you can try this:
    Restore your master database backup to another instance of SQL Server and in the "To
    database:" section of the Restore Database dialog box, use an alternate database name such as "recover_master" to avoid conflict with the master database on this instance of SQL Server. This will cause the mdf/ldf to be named "recover_master.mdf"
    and "recover_master_1.ldf". Then detach the
    recover_master database, go into the file system, copy the recover_master.mdf and recover_master_1.ldf to the instance of SQL Server with the corrupt master database. Delete the corrupt master.mdf and mastlog.ldf files, rename recover_master.mdf to master.mdf,
    and rename recover_master_1.ldf to mastlog.ldf. Now you're ready to try starting the SQL Server service again!
    http://blogs.technet.com/b/fort_sql/archive/2011/02/01/the-easiest-way-to-rebuild-the-sql-server-master-database.aspx
    Once master is online you can restore other database.

  • HT200189 Why the VPN update for OS X server won't install?

    Hello
    Why the VPN update for OS X server won't install. It says "VPN update for OS X server can't be installed on the disk. This volume does not meet the requirements for this update" Any help would be appreciated. Thanks

    Is OS X Server setup on your MBP as an actual Server running the Services or are you just using it so you can remotely manage another Mac running OS X Server services?
    VPN Update for Mavericks Server
    Note: the update will only install if you have already launched Server app and used it to set up services.

  • I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes (or I already have) and my server won't start

    I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes
    (or I already have) and my server won't start.
    <P>
    The steps are the same whether you have already upgraded or are about to.
    <P>
    Calendar Server 4.0 on the Windows NT platform can only support up to nine
    nodes on one server, while 3.51 supported up to 14. If you have a Calendar
    Server 3.51 with more than 9 nodes that you want to upgrade to Calendar Server
    4.0, Netscape recommends that you migrate the extra nodes to another Calendar
    Server 3.51 on another Windows NT system. To accomplish this:
    <OL>
    <LI>Install Calendar Server on another Windows NT machine and configure it to
    use the same directory server as your current Calendar Server.
    <LI>Stop and backup your current Calendar Server.
    <LI>Individually zip up the node directories you want to move to the new
    server. (drive:\unsers\unison\db\Nx
    where "x" is the number of the node you want to use.)
    <LI>Stop the new Calendar Server.
    <LI>Unzip the files into the new Calendar Server in the same place as they
    were on the old server.
    <LI>Edit the unison.ini
    file on the new server to add the nodes you have just migrated.
    <LI>Edit the unison.ini
    file on the old server to remove the nodes you have moved to the new server.
    <LI>Edit the nodes.ini
    file on the old server to remove the nodes you just moved and then add them
    with the new hostname. Keep in mind that you will only be able to modify the
    node network from the old host.
    <LI>Run unidbfix -export
    on both servers for all nodes.
    <LI>Edit the remotenodes.ini
    file on both servers to reflect your node topology.
    <LI>Run unidbfix -import
    to import the changes into the node databases.
    <LI>Run unidbfix -c,
    then -f,
    then -c
    again on both servers for all the nodes.
    <LI>If you don't get any errors, run uninode -test all
    to test if your nodes connections are set properly. If they are not, <B>do not</B>
    start either of the servers; instead, fix the errors and try again.
    <LI>Start both servers.
    <LI>Log in and check to see if you can see people on remote nodes.
    <LI>Notify the users on the moved nodes of their new calendar host.
    <LI>If you did this in preparation of an upgrade, you can now run the upgrade to
    4.0 since both servers contain fewer than 9 nodes.
    </OL>

    Use Disk Utility whihc is in the Utilities Folder.
    Select your Boot Disk on the left.
    Select Verify Permissions
    If any errors the do Reapir permissions.
    You might have to repeat the process.
    see this:
    Steve

  • After upgrading to lion my web server won't run

    after upgrading to lion my web server won't run

    From System Prefs clicking on Web Shareing wont start.
    From the terminal attempting to run httpd gives me:
    iBookWiz:~ steve$ sudo httpd
    httpd: Syntax error on line 117 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/mod_fastcgi.so into server: dlopen(/usr/libexec/apache2/mod_fastcgi.so, 10): image not found

  • Project Server 2013 for Resource Planning & Project Portfolio Management

    We are looking to  use project server 2013 for resource and project portfolio management.  We are an IT department of approximately 600 growing to 1,000 within the next several years.
    We would like to us PS2013 to do the following :
    Manage Portfolio of Projects
    Manage Resources against this Portfolio
    Calculate Project Finances using resource roles and rates
    I would be grateful to have both comments on experience , both positive and negative.
    Thank You

    Many teams within organizations are turning to Project Server to help them control resources, deliverables and costs better.    It does resource management very well with work & cost resources, baseline costs, material costs, budget costs and
    out of the box earned value analysis (EV).  The Strategy (portfolio) component is very powerful and it will help you identify project that align to your objects then do what if analysis to find the right mix of projects.
    Here are a couple of things you should think about when moving to PS2013:
    1) Who will be using the tool?  If it is a mix of onsite staff, remote staff, vendors, contractors etc. you may want to think about a hosted solution.
    2) Training.  Don't assume everyone will just magically 'know' how to use the tool.  Train everyone (team members, PMs, Executives) then train them again.  It's the only way to truly get the value out of the tool.
    3) Who will manage the system?  This is not a typical application.  The right administrator needs SharePoint, Project Server, SQL Server,  MS Project, Analysis Services and SQL Report writing skills.  Please note that much of this can
    be learned by the right person but DEFINITELY find the right person.
    4) Don't start customizing right out of the box.  You will get frustrated.  Adjust your organization to the tool early on.  I know that is easier said than done but you need a realistic approach to get tool acceptance moving early.  
    5) Use workflows but don't use them right out of the gate.  Workflows are great but I suggest you wait until phase 2 or 3 to start aligning them to your business processes.  
    6) Lastly and most importantly, you must first establish your own business processes THEN  align them to the tool.  DO NOT assume the tool will create business process for you.  You must think about how you are going to initiate a project,
    how are you going to track deliverables, how will time sheets be managed, etc.  Get to a whiteboard, crack open Visio and start building and establishing your processes now.  PS 2013 is pretty flexible and usually will align well with existing business
    processes.
    And don't forget to hire a good consultant.  They can be brought in during key phases of your roll-out to add value, help you avoid risks, and provide you with best practice advice.
    Good luck.

  • TB won't open even though Task Manager says its running. Why?

    Windows 8.1.
    TB worked fine 'til few days ago.
    Now it won't open even though Task Manager indicates it's running.

    It is possible that your security software (firewall, anti-virus) blocks or restricts Thunderbird without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Thunderbird and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to internet for Thunderbird.
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Wrong JRE Runtime Lib Path on Win2K--Admin Server Won't Start

    Running Sun One Web Server 6.0 SP6 on a Windows 2000 server, I inadvertently entered a typo in the iPlanet Administration Server's Global Settings, "Configure JRE/JDK Paths" link.
    In the "JRE Runtime Lib Path" field I typed "jjk1.3.1_03" instead of "jdk1.3.1_03". Now the Sun One web server won't start, so I can't go into the Administrative Server to fix the Jre Runtime Lib Path. I havent' been able to find any file where I can change that erroneous setting either. Is it a Registry entry?
    I also tried adding the correct JRE Runtime Lib Path at the end of the Windows PATH environment variable on the server, but that didn't help.

    Yes we checked the Registry settings and fixed the typo in the path associated with the key NSES_JRE_RUNTIME_LIBPATH. That should have fixed the problem, but the Sun One web server still wouldn't start.
    Moved to plan B and removed then reinstalled the Sun One web server. Now it starts and all is well.
    Thanks for helping everyone. This also raised the issue for us of whether or not we are entitled to individual support from Sun since we paid for the Sun One web server. According to the web site, the answer is NO - unless we pay $3,000 for a support contract. Other vendors who recommended using Sun One with their products say YES. We're still tracking that down.

  • Report Application Server won't start. CCM always says Starting....

    I am complete newbie to doing admin for Crystal Servers, forgive the question:
    (Win Server 2003 r 2 / CR XI)
    Report Application Server won't start which is preventing other servers from starting in CCM.
    Reboot machine several times and still having the issue.
    Get an error msg in Windows before login window appears stating that the crystalras.exe application requested a runtime to terminiate in an unusual way (.Net error).
    I get the following error msg in my event viewer.
    From Event Viewer:
    Event Type: Error
    Event Source: BusinessObjects_crystalras
    Event Category: Startup
    Event ID: 33000
    Date: 7/27/2010
    Time: 4:24:34 PM
    User: N/A
    Computer: CRYSTAL
    Description:
    Failed to start the Report Application Server.
    From Logging:
    Timestamp ProcessID ThreadID Message
    Tue Jul 27 20:24:34 2010 2496 3176 assert failure: (.\sso_wrapper.cpp:94). (SFileSys::exists(ssPath) && SFileSys::isDir(ssPath) : Platform binaries directory not valid.).
    We installed some Windows Server Updates about 3 months ago (at the time, over 70 Windows updates were installed) but, this problem hasn't shown up until 2 or 3 weeks ago. I think a .Net Service Pack might have been part of the updates at that time. When we did the updates, Windows was shutdown and updates installed per the preferred option of Windows. But now when rebooting since that time, the server continually reccomends the install updates and shutdown option. Do we need to rollback the server to date prior those updates if possible?
    I have also uninstalled .Net Framework back to 2.0. Is 1.0 or 1.1 the max that will work with XI?
    Should I also try to uninstall all other Windows updates?
    Thanks in advance for any help, Ed

    Post this query to the [Business Objects Enterprise Administration|BI Platform; forum.

  • I need some advice about the macbook pro and iPhone 5. I took a video on my iPhone and tried to email it it said it was too big to send? So i downloaded it to my macbook pro and tried to mail it to no avail? The macbook tells me the server won't let it th

    I need some advice about the macbook pro and iPhone 5.
    I took a video on my iPhone and tried to email it it said it was too big to send? So i downloaded it to my macbook pro and tried to mail it to no avail? The macbook tells me the server won't let it through other mail goes through any ideas how to resize it or what it might take to send it?

    I agree with LowLister, the best option for you to share the video online is to upload it to your online storage account for example : Box, Dropbox, SkyDrive (All of them provide free storage beginning from 2GB).
    You can upload the files which you want to share in this online storage and then they have sharing options in which you'll will get the link of the file to be sent and send the email. You're good to go!
    Tip : You can store multiple files for backup purposes.

  • X server won't start after recent catalyst-test and kernel upgrade

    Hi,
    after recent upgrade of catalyst-test (13.2) and kernel (3.7.5), my x server won't start with this log (WW) and (EE) only:
    [   114.989] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [   116.077] (WW) Falling back to old probe method for fglrx
    [   116.093] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [   116.101] (EE) fglrx(0): DAL initialization failed!
    [   116.101] (EE) fglrx(0): Display Infrastructure Failed
    [   116.101] (EE) fglrx(0): PreInit failed
    [   116.212] (EE) Screen(s) found, but none have a usable configuration.
    [   116.212]
    Fatal server error:
    [   116.212] no screens found
    [   116.212] (EE)
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [   116.212] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [   116.212] (EE)
    [   116.515] Server terminated with error (1). Closing log file.
    My card is mobility radeon hd 5700, I'm running on x86_64 system. I'm using aticonfig generated xorg.conf. I will provide any other information if needed.
    I've tried:
    - to downgrade to catalyst 12.8 and xorg 1.12 (screen just freezes after trying to get to X, only poweroff button works (system catches the signal and shuts down softly - no errors in Xorg.0.log))
    - to use catalyst-total 13.1 / catalyst-generator 13.1 (Xorg.0.log says something about *not* compatible module - i can try it again and give you the whole log, it is probably another problem)
    - to use open-source drivers (poor performance, overheating)
    - to check nomodeset option (present at all kernel images in generated grub.cfg)
    Unfortunately, I could not find any similar issue solved in past few days...

    Downgrading kernel to 3.7.4 actually worked for catalyst 13.1. Anyone knows what could be wrong for linux 3.7.5?
    Edit: catalyst-test 13.2 beta works with linux 3.7.4.
    Last edited by sirkubador (2013-02-05 14:24:44)

  • X server won't work after switching to Nouveau

    Hi,
    I did try to switch my system to the Nouveau Driver and followed the process described here: https://wiki.archlinux.org/index.php/Nouveau
    But the X server won't start.
    The error message is quite clear in that it seems that the Xserver is still trying to load the 'nvidia' module. I obviously missed something in my configuration.
    Also, the output of
    /proc/fb
    only gives
    0 nouveaufb
    Any clue?
    thanks!

    Mektub wrote:
    southerncross wrote:
    Hi,
    The error message is quite clear in that it seems that the Xserver is still trying to load the 'nvidia' module. I obviously missed something in my configuration.
    Any clue?
    thanks!
    blacklist it by adding the following line to /etc/modprobe.d/modprobe.conf
    blacklist nvidia
    Mektub
    already done that...

Maybe you are looking for

  • Ipod Nano 7th generation not recognized by computer or iTunes

    Neither my computer nor ITunes recognizes my Ipod nano 7th generation. It was working fine until I ran an intensive AVG PC tuneup on the laptop. Device manager recognizes the Ipod and says it is working correctly. I have done all suggested troublesho

  • Enhancement Not Visible in Portal

    Hi,     I have enhanced a Standard view for Travel request form to create a new button and added some logic "OnAction". The added button is not visible in the portal. Please suggest me what could be the issue ??

  • Cleanup UCM folders (temp/vault/weblayout)

    Hello, On my UCM instance, There are some files in vault folder (/ucm/cs/vault/), temp folders (/ucm/cs/vault/~temp/) and weblayout folders (/ucm/cs/weblayout/) which take a lot of space and are not used anymore (they still exist in vault but the mat

  • Can the return from xsql:ref-cursor-function be saved & looped through XSQL?

    If <xsql:ref-cursor-function> returns one field for a number of rows, is there a way to save those values and loop through the data retrieved for other query process within XSQL? Any example? Thanks. null

  • How Do I Remove  Scanner from the Import Menu

    The printer has already been uninstalled from the computer and I do not see it listed in the Device Manager. Is there a configuration file somewere in the Photoshop application or program folders that I can edit to remove an old non-existent scanner