Problem starting Cinnamon Session

I have just installed Arch Linux first time on Virtual Box. The minimal installation was successful. After that I installed Xorg, again which was successful as I was able to create an X-session with 3 terminals and a clock. Then I installed 'cinnamon' as GDE.
Now I am unable to start a graphical session for normal user using 'xinit /usr/bin/cinnamon'. Always screen goes blank, I am able to move mouse pointer for a second and then it switch back to command line with the following messages -
Window manager warning: Log level 8: unable to create directory '/run/user/0/dconf': Permission denied. dconf will not work properly.
Window manager warning: Log level 8: unable to create directory '/root/.local/share' for storing the recently used files list: Permission denied
dump of Xorg log is
[ 9674.467] Current Operating System: Linux noahs_arch 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 9674.482] Initializing built-in extension MIT-SCREEN-SAVER
[ 9674.487] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 9674.510] (EE) AIGLX error: vboxvideo does not export required DRI extension
[ 9674.510] (EE) AIGLX: reverting to software rendering
[ 9674.584] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 8)
[ 9674.586] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: TOUCHSCREEN, id 9)
Since I am running as normal user, why X is trying to create files in /run and /root? Why don't in my home folder?
PS: I am able to run session in root mode( I know it is unsafe. Just for testing). However some buttons as logout and poweoff are not working.

I somehow managed to run the session. I was actually running the xinit command after doing 'su user' from root. So, I logged in as user, then I gave permissions to my home folder as 764 instead of 644.
That means Window Manager needs write access to  home folder. How to achieve it, without compromising with security

Similar Messages

  • Can not start Cinnamon session within KDM

    Hi,
    I use kdm as display manager and KDE as desktop environment. Gnome is installed too, so I can choose between KDE Plasma and Gnome session when logging in with KDM.
    So I want to take a look at Cinnamon 2. Installed cinnamon (the meta-package containing cinnamon-session and other stuff), as well as cinnamon-screensaver and nemo. Unfortunately, there is no entry for cinnamon when I log in. I can only choose between KDE, Gnome and the fail-safe options.
    Any suggestion why I am not able to select cinnamon?
    Last edited by vibee (2013-10-12 14:17:23)

    Search...
    https://bbs.archlinux.org/viewtopic.php?id=160589

  • I wanted to know explain my problem down package cc2014 where I put the serial number of the problem that I have is that when you open the program asks me start of session in which he put it and go but back inside and it drives me to request the start of

    I wanted to know explain my problem down package cc2014 where I put the serial number of the problem that I have is that when you open the program asks me start of session in which he put it and go but back inside and it drives me to request the start of session and I take 3 weeks or more with this problem if they can support me solve it was the number of seire wearing this being installed at a private university

    Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    Some general information for a Cloud subscription
    Log out of your Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html
    Does your Cloud subscription properly show on your account page?
    If you have more than one email, are you sure you are using the correct Adobe ID?
    https://www.adobe.com/account.html for subscriptions on your Adobe page

  • Problem in bdc session method for tcode FS00

    Hi Experts,
    problem in bdc session method, when i run this program no output is shown.
    Even it is not calling the transaction.
    code as follows.
    *& Report  Z_GL_MASTER
    *& CATEGORY         =  BDC.
    *& DESCRIPTION      =  UPLOADING G/L MASTER RECORDS.
    *& TECHNICAL CONST  =  FRANCIS REDDY.
    *& FUNTIONAL CONST  =  FICO.
    REPORT  Z_GL_MASTER.
    *& Internal  Table
    DATA : BEGIN OF IT_UPLOAD OCCURS 0,
           SAKNR LIKE  GLACCOUNT_SCREEN_KEY-SAKNR,          " ACCOUNT NUMBER.
           BUKRS LIKE  GLACCOUNT_SCREEN_KEY-BUKRS,          " COMPANY CODE.
           KTOKS LIKE GLACCOUNT_SCREEN_COA-KTOKS,           " ACCOUNT GROUP.
           XPLACCT LIKE GLACCOUNT_SCREEN_COA-XPLACCT,       " P&L STATEMEMENT.
           GVTYP LIKE  GLACCOUNT_SCREEN_COA-GVTYP,          " P&L STATEMENT TYPE.
           XBILK LIKE GLACCOUNT_SCREEN_COA-XBILK,           " BALANCE SHEET STATEMENT
           SHORT LIKE GLACCOUNT_SCREEN_COA-TXT20_ML,        " SHORT TEXT.
           LONG LIKE GLACCOUNT_SCREEN_COA-TXT50_ML,         " LONG TEXT.
           WAERS LIKE GLACCOUNT_SCREEN_CCODE-WAERS,         " ACCOUNT CURRENCY.
           XSALH LIKE GLACCOUNT_SCREEN_CCODE-XSALH,         " ONLY BALANCES IN LOCAL CURRENCY.
           MITKZ LIKE GLACCOUNT_SCREEN_CCODE-MITKZ,         " RECONCILATION ACCOUNT FOR ACCOUNT TYPEGLACCOUNT_SCREEN_CCODE-MITKZ
           XOPVW LIKE GLACCOUNT_SCREEN_CCODE-XOPVW,         " OPEN ITEM MANAGEMENT.
           XKRES LIKE GLACCOUNT_SCREEN_CCODE-XKRES,         " LINE ITEM DISPLAY.
           ZUAWA LIKE GLACCOUNT_SCREEN_CCODE-ZUAWA,         " SORT KEY.
           FSTAG LIKE GLACCOUNT_SCREEN_CCODE-FSTAG,         " FIELD STATUS GROUP.
           XGKON LIKE GLACCOUNT_SCREEN_CCODE-XGKON,         " RELAVENT CASH FLOW.
           END OF IT_UPLOAD.
    *& Internal  Table FOR BDC DATA.
    DATA : IT_BDCDATA TYPE  BDCDATA OCCURS 0  WITH HEADER LINE.
    *& DATA DECLARATIONS.
    DATA : V_FILE LIKE RLGRAP-FILENAME.
    *&  SELECTION SCREEN.
    PARAMETER : P_FILE LIKE V_FILE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
         PERFORM GET_FILENAME.
    START-OF-SELECTION.
          PERFORM UPLOAD_DATA.
          PERFORM BDCDATA_OPEN.
          PERFORM BDC_POPULATE.
          PERFORM BDC_CLOSE.
    *&      Form  GET_FILENAME
    form GET_FILENAME .
      CALL FUNCTION 'F4_FILENAME'
       EXPORTING
         PROGRAM_NAME        = SYST-CPROG
         DYNPRO_NUMBER       = SYST-DYNNR
         FIELD_NAME          = 'P_FILE'
       IMPORTING
         FILE_NAME           = P_FILE.
    endform.                    " GET_FILENAME
    *&      Form  UPLOAD_DATA
    form UPLOAD_DATA .
    CALL FUNCTION 'WS_UPLOAD'
    EXPORTING
       FILENAME                      =  P_FILE
       FILETYPE                      = 'DAT'
      TABLES
        data_tab                     = IT_UPLOAD.
    endform.                    " UPLOAD_DATA
    *&      Form  BDCDATA_OPEN
       FORM FOR BDC_OPEN_GROUP.
    form BDCDATA_OPEN .
    CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
       CLIENT                    = SY-MANDT
       GROUP                     = 'GLMASTER'
       HOLDDATE                  = SY-DATUM
       KEEP                      = 'X'
       USER                      = SY-UNAME.
    endform.                    " BDCDATA_OPEN
    *&      Form  BDC_POPULATE
      POPULATING BDC DATA .
    form BDC_POPULATE .
    loop at it_upload.
    PERFORM BDC_SUB1 USING 'X' 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_SUB2 USING 'BDC_OKCODE' '=ACC_CRE'.
    PERFORM BDC_SUB2 USING 'BDC_CURSOR' 'GLACCOUNT_SCREEN_KEY-SAKNR'.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_KEY-SAKNR'    IT_UPLOAD-SAKNR.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_KEY-BUKRS'    IT_UPLOAD-BUKRS.
    PERFORM BDC_SUB1 USING 'X' 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_SUB2 USING 'BDC_OKCODE' '=2102_GROUP'.
    PERFORM BDC_SUB2 USING 'BDC_CURSOR' 'GLACCOUNT_SCREEN_COA-KTOKS'.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_COA-KTOKS'    IT_UPLOAD-KTOKS.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_COA-XPLACCT'  IT_UPLOAD-XPLACCT.
    PERFORM BDC_SUB1 USING 'X' 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_SUB2 USING 'BDC_OKCODE' '=2102_BS_PL'.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_COA-GVTYP'    IT_UPLOAD-GVTYP.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_COA-XBILK'    IT_UPLOAD-XBILK.
    PERFORM BDC_SUB1 USING 'X' 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_SUB2 USING 'BDC_CURSOR' 'GLACCOUNT_SCREEN_COA-TXT20_ML'.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_COA-TXT20_ML' IT_UPLOAD-SHORT.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_COA-TXT50_ML' IT_UPLOAD-LONG.
    PERFORM BDC_SUB1 USING 'X' 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_SUB2 USING  'BDC_OKCODE' '=TAB02'.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-WAERS'  IT_UPLOAD-WAERS.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-XSALH'  IT_UPLOAD-XSALH.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-MITKZ'  IT_UPLOAD-MITKZ.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-XOPVW'  IT_UPLOAD-XOPVW.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-XKRES'  IT_UPLOAD-XKRES.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-ZUAWA'  IT_UPLOAD-ZUAWA.
    PERFORM BDC_SUB1 USING 'X' 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_SUB2 USING 'BDC_OKCODE' '=TAB03'.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-FSTAG' IT_UPLOAD-FSTAG.
    PERFORM BDC_SUB2 USING 'GLACCOUNT_SCREEN_CCODE-XGKON' IT_UPLOAD-XGKON.
    CALL FUNCTION 'BDC_INSERT'
      EXPORTING
        TCODE                  = 'FS00'
       TABLES
         dynprotab              = IT_BDCDATA.
    endloop.
    endform.                    " BDC_POPULATE
    *&      Form  BDC_CLOSE
    FORM FOR CLOSING BDC_GROUP
    form BDC_CLOSE .
    CALL FUNCTION 'BDC_CLOSE_GROUP'.
    endform.                    " BDC_CLOSE
    *&      Form  BDC_SUB1
       FORM FOR BDCDATA.
    form BDC_SUB1   USING  A  B  C.
    CLEAR  IT_BDCDATA.
    IT_BDCDATA-DYNBEGIN = A.
    IT_BDCDATA-PROGRAM =  B.
    IT_BDCDATA-DYNPRO =   C.
    APPEND IT_BDCDATA.
    endform.                    " BDC_SUB1
    *&      Form  BDC_SUB2
          text
    form BDC_SUB2   USING  A  B.
    CLEAR  IT_BDCDATA.
      IT_BDCDATA-FNAM = A.
      IT_BDCDATA-FVAL = B.
      APPEND IT_BDCDATA.
    endform.                    " BDC_SUB2
    Points will be  rewarded.
    Thanks in advance.
    Francis.

    Hi,
    Once the program is executed..It will a BDC session..
    THen you have to use the transaction SM35..To process the BDC session..
    Thanks,
    Naren

  • A simple problem with sateful Session beans

    Hi,
    I have a really novice problem with stateful session bean in Java EE 5.
    I have written a simple session bean which has a counter inside it and every time a client call this bean it must increment the count value and return it back.
    I have also created a simple servlet to call this session bean.
    Everything seemed fine I opened a firefox window and tried to load the page, the counter incremented from 1 to 3 for the 3 times that I reloaded the page then I opened an IE window (which I think is actually a new client) but the page counter started from 4 not 1 for the new client and it means that the new client has access to the old client session bean.
    Am I missing anything here???
    Isn�t it the way that a stateful session bean must react?
    This is my stateful session bean source.
    package test;
    import javax.ejb.Stateful;
    @Stateful
    public class SecondSessionBean implements SecondSessionRemote
    private int cnt;
    /** Creates a new instance of SecondSessionBean */
    public SecondSessionBean ()
    cnt=1;
    public int getCnt()
    return cnt++;
    And this is my simple client site servlet
    package rezaServlets;
    import java.io.*;
    import java.net.*;
    import javax.ejb.EJB;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import test.SecondSessionRemote;
    public class main extends HttpServlet
    @EJB
    private SecondSessionRemote secondSessionBean;
    protected void processRequest (HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    response.setContentType ("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter ();
    out.println("<html>");
    out.println("<head>");
    out.println("<title>Servlet main</title>");
    out.println("</head>");
    out.println("<body>");
    out.println("<h1>Our count is " + Integer.toString (secondSessionBean.getCnt ()) + "</h1>");
    out.println("</body>");
    out.println("</html>");
    out.close ();
    protected void doGet (HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    processRequest (request, response);
    protected void doPost (HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    processRequest (request, response);
    }

    You are injecting a reference to a stateful session bean to an instance variable in the servlet. This bean instance is shared by all servlet request, and that's why you are seeing this odd behavior.
    You can use type-leve injection for the stateful bean, and then lookup the bean inside your request-processing method. You may also save this bean ref in HttpSession.
    @EJB(name="ejb/foo", beanName="SecondBean", beanInterface="com.foo.foo.SecondBeanRemote")
    public MyServlet extends HttpServlet {
    ic.lookup("java:comp/env/ejb/foo");
    }

  • A problem with a session Access

     

    Hi Olivier,
    To connect with Forte while running distributed you must use System DNS
    instead of User DNS on the server. The ftexec.exe on your server partition
    will be launched by the NodeMgr running as UID SYSTEM. User DNS are not
    available to processes running as UID SYSTEM.
    Zenon Adamek
    Purolator
    -----Original Message-----
    From: Olivier Andrieux [SMTP:oandrieuxaxialog.fr]
    Sent: Tuesday, July 04, 2000 4:59 AM
    To: forte-userslists.xpedior.com
    Subject: (forte-users) A problem with a session Access
    Hi,
    We have defined a service object which calls a database Access, when we
    use the driver odbc of another station the service object is created and
    the application runs. But when we use the driver of the server we have an
    exception and this message :
    SYSTEM ERROR: Unable to start the partition AxiGecom_CL0_Part1 on any of
    the
    nodes to which it has been assigned. See the remainder of the error
    stack for
    more information.
    Class: qqsp_ResourceException
    Error #: [1602, 593]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 5
    Last TOOL statement: method InterfaceManager.PrepareLOM
    Error Time: Tue Jul 04 10:50:19
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = EB3ED870-274C-11D4-8051-304F7116AA77:0x3f9:0x2, taskId =
    [EB3ED870-274C-11D4-8051-304F7116AA77:0x3f9:0x2.15]) in application
    "FTLaunch_cl0", pid 149 on node STAT10 in environment axialog.
    SYSTEM ERROR: Unable to start partition AxiGecom_CL0_Part1 on node
    SERVEUR59B.
    Class: qqsp_ErrorDescriptor
    Error #: [1602, 592]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 3
    Error Time: Tue Jul 04 10:50:19
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = EB3ED870-274C-11D4-8051-304F7116AA77:0x3f9:0x2, taskId =
    [EB3ED870-274C-11D4-8051-304F7116AA77:0x3f9:0x2.15]) in application
    "FTLaunch_cl0", pid 149 on node STAT10 in environment axialog.
    SYSTEM ERROR: Attempt to load partition named AxiGecom_CL0_Part1 failed.
    Class: qqsp_ResourceException
    Error #: [1001, 4]
    Detected at: qqrt_ForteExecAgent::LoadPartition at 1
    Error Time: Tue Jul 04 10:49:15
    Distributed method called: qqrt_ForteExecAgentProxy.LoadPartition!6
    (object name Unnamed) from partition "Forte_cl0_Client",
    (partitionId =
    EB3ED870-274C-11D4-8051-304F7116AA77:0x3f9:0x2, taskId =
    [EB3ED870-274C-11D4-8051-304F7116AA77:0x3f9.4]) in application
    "FTLaunch_cl0", pid 149 on node STAT10 in environment axialog
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = EB3ED870-274C-11D4-8051-304F7116AA77:0x3de, taskId =
    [EB3ED870-274C-11D4-8051-304F7116AA77:0x3de.61]) in application
    "AxiGecom_cl0", pid 386 on node SERVEUR59B in environment axialog.
    SYSTEM ERROR: Failed to create service object
    Axigecom_Serveur.Connection_BD.
    Class: qqsp_ResourceException
    Last TOOL statement: method qqsp_NameList.
    Error Time: Tue Jul 04 10:49:15
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = EB3ED870-274C-11D4-8051-304F7116AA77:0x3de, taskId =
    [EB3ED870-274C-11D4-8051-304F7116AA77:0x3de.61]) in application
    "AxiGecom_cl0", pid 386 on node SERVEUR59B in environment axialog.
    USER ERROR: (This error was converted)
    Failed to connect to database: Axigecom, username: Administrateur.
    [Microsoft][Gestionnaire de pilotes ODBC] Source de donn&eacute;es non
    trouv&eacute;e et
    nom
    de pilote non sp&eacute;cifi&eacute;
    Class: qqdb_RemoteAccessException with ReasonCode:
    DB_ER_DBMSCONNECTION
    DBMS SQLSTATE: IM002
    Class: qqsp_ErrorDescriptor
    Detected at: qqdb_OdbcVendorInfo::DoSQLConnect at 10
    Last TOOL statement: method qqsp_NameList.
    Error Time: Tue Jul 04 10:49:15
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = EB3ED870-274C-11D4-8051-304F7116AA77:0x3de, taskId =
    [EB3ED870-274C-11D4-8051-304F7116AA77:0x3de.61]) in application
    "AxiGecom_cl0", pid 386 on node SERVEUR59B in environment axialog.
    for information, we use a server NT and the stations use Nt, the drivers
    DNS users are declared.
    We use Access2000, and the version M for Fort&eacute;
    Thanks in advance,
    Olivier Andrieux
    AXIALOG
    France

  • Problem establishing SNA session over DLSw link

    We are experiencing sporadic problems establishing an SNA session over a DLSw tunnel. The session is between a Tandem host and a CICS region on OS/390. A Cisco 7500 router performs one end of the DLSw link; that same router is channel-attached to the OS/390 mainframe using CIP and uses CSNA for SNA traffic.
    The connection is initiated by the SNA software on the Tandem box, but it rarely works on the first attempt. The session goes into a pending state and has to be cancelled and re-tried. This has to be repeated until such time it is successful. Once the session is started it works without problem.
    At the point of attempting to start the session all the components are in the 'correct' state, i.e.
    -DLSw tunnel is connected
    -Host PU is in 'connectable' (CONCT) state
    -Host XCA defining CIP SNA and virtual lines are active
    No action needs to be taken on the OS/390 end of the link (or anywhere else for that matter) between start attempts on Tandem.
    From device traces on OS/390 my suspicion is that the session requests are not actually getting to VTAM on OS/390 for some reason. DLSw traces on 7500 appear the same in both case of success or fail of session start.
    Has anyone experienced this, or know of problems in this area that may explain what we are seeing?
    Thanks.
    Keith

    Mary,
    thanks for the extra information.
    I would advice at this point the following:
    Open a case with the Tac. Provide the information you have at that point and agree on a action plan, i.e. what to look at what trace to take, when you are able to recreate the problem.
    What i can see from the documents you attaches is the following:
    I only see sna circuits in the dlsw circuit history.
    In you show dlsw reach there are quite some netbios names aswell and a large number of mac addresses learned from the remote peer.
    You may want to discuss some filter options with the tac to make sure we cut down on the size of the reach cache and to make sure we advertise only those mac addresses which are really needed.
    From the show version, 12.1(17) should be fine for dlsw in the way you described it.
    From the show dlsw circuit history detail we have a couple of times that circuits are disconnecting.
    Most of the time these circuits are up for a long time and they get the following sequence before terminating:
    Index local addr(lsap) remote addr(dsap) remote peer
    1157627904 4000.0410.0001(08) 0800.8e00.9708(08) 10.19.2.124
    Created at : 12:02:55.115 GMT Mon Nov 29 2004
    Connected at : 12:02:55.447 GMT Mon Nov 29 2004
    Destroyed at : 22:04:01.158 GMT Wed Dec 1 2004
    Local Corr : 1157627904 Remote Corr: 3321888773
    Bytes: 140092/145133 Info-frames: 1748/2327
    XID-frames: 1/2 UInfo-frames: 0/0
    Flags: Remote created, Local connected
    Last events:
    Current State Event Add. Info Next State
    CONNECTED DLC DataInd 0x0 CONNECTED
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED DLC DataInd 0x0 CONNECTED
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED DLC DataInd 0x0 CONNECTED
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED DLC DataInd 0x0 CONNECTED
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED DLC DataInd 0x0 CONNECTED
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED DLC DataInd 0x0 CONNECTED
    CONNECTED ADM WanFailure 0x0 HALT_NOACK_PEND
    HALT_NOACK_PEND DLC DiscCnf 0x0 CLOSE_PEND
    CLOSE_PEND DLC CloseStnCnf 0x0 DISCONNECTED
    this circuit was up for more than a month and the reason for disconnection was ADM WAN failure which means the dlsw peer went away at some point.
    Some other circuits get these sequence:
    CONNECTED WAN infoframe 0x0 CONNECTED
    CONNECTED WAN halt-dl 0x0 HALT_PENDING
    WAN halt-dl means the other end tells us to disconnect. No information on this end why. Most of the time it is a legitimate disconnect. but you would need to look at the dlsw peer to get information who terminated the session.
    I dont see anything specific in a sense that a circuit did not go to connect at all. In the information you supplied.
    Again my advice open a case with the tac and then you can work the issue to completion.
    thanks...
    Matthias

  • Problems starting the http server

    I have problems starting 9ias http server. I issue:
    /u09/ora9ias/infra/opmn/bin> opmnctl startall
    opmnctl: starting opmn and all managed processes...
    Request partial success -- 1 of 4 processes started.
    and the HTTP server does not start.
    If I go to the enterprise manager, the only service started is Single Sign On.
    If I try to enter to the HTTP server it gives me the following error:
    An error was encountered while loading page. Failed to initialize configuration management user session.. Repository access failed Root Cause: Password could not be retrieved. Password could not be retrieved
    The iasdb is already started and working.
    Any clues what can be going wrong??
    help is greatly appreciated.

    Jorge, I suspect you've already fixed this problem. But if not, I have a standard operating procedure for this. Here's the gist of it, let me know if you need more detail.
    1. shutdown the opmn layer (opmnctl stopall)
    2. determine if the httpd.pid file exists (it's in the Apache/logs directory on linux)
    3. delete the .pid file if it's there
    4. if not, or if there's still a problem, tail the error_log for info
    5. try to start the httpd (dcmctl start -ct ohs)
    6. still a problem? ps -auxw | grep httpd
    7. kill off the process(es)
    8. try again to start up with dcmctl command in step 5
    I can usually get it going at this point. If not, I have to do a reboot, which has always worked. Don't forget to shutdown the emctl and webcachectl if you're rebooting.
    Hopefully this helps. It took a lot of learn-as-you-go for us to get this procedure. I'm sure the pros will role their eyes! :-)

  • /etc/profile doesn't get sourced at start of session

    Hello to everyone :D. I've been using Windows my entire life until January when someone recommended me Ubuntu. I tried (and loved it) for some months but got sick of the lack of control, the pre-installed packages and the incorporation of Unity in 11.04, so went all out for Arch.
    It took me 2-whole-days to install everything correctly (because of issues related with the PC rather than Arch itself) and I've been configuring it bit by bit in the last two weeks (wasted my whole winter vacations on it, but it was worth it :P), ran through a lot of trouble which I've been (somehow) able to overcome almost completely by just using the Wikia (and Googling through old forum posts). I also learned a whole lot about Linux in that time and I'm very happy with my new system :D. So a thanks a lot to all the community for the great documentation you've developed, it really made a complete Linux-newbie (with a whole lot of patience :P) get a working system all by himself which is saying a lot.
    ------------------------------------------------------------------START READING HERE TO SKIP PERSONAL INTRO :P ---------------------------------------------------------------------
    However right now I'm having a couple of minor issues which don't prevent me from enjoying the system but I would rather fix in order to have a clean system (and avoid further trouble in the future). I have LXDE installed with Slim as a login manager which I start through inittab in run level 5 to start X (relevant files attached at the end of the post). The system was working perfectly but I noticed that my session wasn't being registered by ConsoleKit (it didn't appear in the "who" command which was a problem for some scripts I was building) so I read the wikia and added the following lines at "slim.conf":
    sessionstart_cmd    /usr/bin/sessreg -a -l $DISPLAY %user
    sessionstop_cmd     /usr/bin/sessreg -d -l $DISPLAY %user
    Which happily made the session appear at the "who" command as I needed. However some days after that, for no apparent reason (actually me touching config files probably), my PATH environment variable was wrong after booting (just had the /bin and /usr/bin on it, not /sbin or /usr/sbin). This just happens when I boot directly to X, when booting from a terminal the variable value was correct.
    After some research (and adding debugging commands in the initialization scripts) I concluded that my "/etc/profile" script wasn't getting ran when I boot directly to X. In order to bypass this problem temporally I made a (absolutely horrible and temporal) patch by adding the line "source /etc/profile" at ".xinitrc" which sourced the file and gave me the right value for the PATH variable. However by doing it seems I ruined the former problem and my session doesn't appear at the "who" command again :S (by removing it again, the session appears again but the PATH variable is wrong). So I've been searching exactly when /etc/profile is sourced and, apparently, it's when the "login" command is executed (which I guess is done by either the LXDE session or Slim itself).
    Since none of these packages got updates when the problem appeared I'm pretty sure it must have been one of my editions of the config files. So I leave the ones I think are relevant to the issue (and the ones that I tinkered it with the most).
    If anyone has the time to point me in the right direction I would greatly appreciate it:
    /etc/rc.conf: http://pastebin.com/qd5xYYsT
    /etc/inittab: http://pastebin.com/M1h60Hym
    /etc/slim.conf: http://pastebin.com/iaRqya07
    /etc/profile: http://pastebin.com/JLtNCMtn
    ~/.xinitrc: http://pastebin.com/XGrNuhpv
    My rc.local file is completely blank and rc.sysinit and rc.multi haven't been modified from their default values. If you need any more files, logs or any kind of experiment to gather more info just let me know and I'll post it as soon as I read it.
    Thanks a lot in advance :-).
    Last edited by facucosta (2011-07-27 08:29:50)

    There is quite some confusion about the different startup files For real terminal work you can check the bash manual. Graphical login managers however do not always follow these rules even though Slim should read /etc/profile as /etc/slim.conf seems to invoke bash with --login... You could try to put the settings in /etc/environment (see the arch wiki). There might also be a slim specific bug
    --edit--
    On second look line 35 seems odd in your slim.conf. You could try to change it to:
    login_cmd           exec /bin/sh --login ~/.xinitrc %session
    Last edited by FarmerF (2011-07-27 11:10:15)

  • When i close window with multiple tabs angd start new session (open new window) old tabs open again, how can i stop it?

    when i close window with multiple tabs and start new session (open new window) old tabs open again, how can i stop it?

    It is possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Accidentally hit "Start New Session"... URLs in a crash report or something?

    Ok, so I knew it would happen sooner or later, and just kept hoping it would be later...
    I hit "Start New Session" instead of restore today... Looked around for previous solutions, and found no sessionstore.bak in my folder...
    FF had crashed previously in the day, and I had hoped that would mean all the reloaded windows would be in today's history(some were a few months old), but that doesn't seem to be the case. (and I guess it doesn't help that my system is backdated(cause of 7100))
    So I am wondering if there happens to be any sort of crash report archive that may happen to have the urls that were open in some way? Long shot I know but I figured I'd at least ask.

    Hello.
    Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].
    If you haven't closed Firefox since then, you can access ''about:sessionrestore'' to restore the lost session. If you closed Firefox in the mean time, I believe there's no way to get your session back. [http://support.mozilla.com/en-US/kb/Session+Restore Session Restore] will always get your last session back, and solely the last session.
    P.S.: I'm not certain ''about:sessionrestore'' is available in old versions of Firefox. Versions of Firefox before 3.5 are no longer supported, in any case, as I said.

  • Problem starting SAP - 2EETW169 no connect possible: "DBMS = ORACLE

    Hi there,
    Recently I just restored my QAS database and now, I'm having a problem to start the SAP application.
    I'm using ECC6, HPUX B11.23 and Oracle 10.
    drqaecc:qasadm 22> R3trans -d
    This is R3trans version 6.14 (release 700 - 05.03.09 - 08:28:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'QAS'"
    R3trans finished (0012).
    What could be the problem here?
    Appreciate for any of your help and advice.
    Thank you.
    - Peter

    Hi All,
    I managed to find the trans.log file. Please refer to below output. Thanks.
    Sorry, the below output alignment will be out as I could not find any options to keep it together.
    4 ETW000 R3trans version 6.14 (release 700 - 05.03.09 - 08:28:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 30.08.2010 - 18:44:33
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Mon Aug 30 18:44:33 2010                                                 281  0.000281
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                        18  0.000299
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                 69  0.000368
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/QAS/SYS/exe/run/dboraslib.so' ...            39  0.000407
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/QAS/SYS/exe/run/dboraslib.so), hdl 0     41136  0.041543
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/QAS/SYS/exe/run/dboraslib.so' loaded                    30  0.041573
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/QAS/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                68  0.041641
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/QAS/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.205)
    4 ETW000                                                                                261  0.041902
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/QAS/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                35  0.041937
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/QAS/SYS/exe/run/dboraslib.so
    4 ETW000                                                                                46  0.041983
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  74  0.042057
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                38  0.042095
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             79  0.042174
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                17  0.042191
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                34  0.042225
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                                      590  0.042815
    4 ETW000  [dev trc     ,00000]  -->oci_initialize(con_hdl=0, char='', nchar='')                           38  0.042853
    4 ETW000  [dev trc     ,00000]  application info callback registered                                      19  0.042872
    4 ETW000  [dev trc     ,00000]  OCIEnvCreate(mode=16384=OCI_UTF16) returned 0 (for default NLS handle)
    4 ETW000                                                                                6662  0.049534
    4 ETW000  [dev trc     ,00000]  Client character set UTF16 -> UTF8                                       439  0.049973
    4 ETW000  [dev trc     ,00000]  Client NLS setting (OCINlsGetInfo): connection handle 0 -> 'AMERICAN_AMERICA.UTF8'
    4 ETW000                                                                                32  0.050005
    4 ETW000  [dev trc     ,00000]  charset='', chset='UTF8', UNI_ASC=FALSE/FALSE                             39  0.050044
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password                              140  0.050184
    4 ETW000  [dev trc     ,00000]  Connecting as /@QAS on connection 0 (nls_hdl 0) ... (dbsl 700 220409)
    4 ETW000                                                                                38  0.050222
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                95  0.050317
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      0x60000000010c5510 0x60000000010cce40 0x60000000010dd7d8
    4 ETW000                                                                                33  0.050350
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0                           67  0.050417
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                                          37  0.050454
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server QAS (con_hdl=0,svchp=0x60000000010dd708,srvhp=0x60000000010e0d38)
    4 ETW000                                                                                35  0.050489
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x60000000010e0d38 to service context 0x60000000010dd708
    4 ETW000                                                                                70342  0.120831
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                                           126  0.120957
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr='/',svchp=0x60000000010dd708, srvhp=0x60000000010e0d38, usrhp=0x60000000010cd658)
    4 ETW000                                                                                37  0.120994
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                8457  0.129451
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1033:              187  0.129638
    4 ETW000  [dev trc     ,00000]     ORA-01033: ORACLE initialization or shutdown in progress
    4 ETW000                                                                                58  0.129696
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x60000000010e0d38)                 29  0.129725
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x60000000010dd708,srvhp=0x60000000010e0d38)
    4 ETW000                                                                                40  0.129765
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x60000000010e0d38 from con_hdl=0
    4 ETW000                                                                                386  0.130151
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1033'                        141  0.130292
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1033                                     38  0.130330
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1033)                                    32  0.130362
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1033                                   110  0.130472
    4 ETW000  [dev trc     ,00000]     ORA-01033: ORACLE initialization or shutdown in progress
    4 ETW000                                                                                34  0.130506
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                                      29  0.130535
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@QAS on connection 0 (nls_hdl 0) ... (dbsl 700 220409)
    4 ETW000                                                                                32  0.130567
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                85  0.130652
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      0x60000000010c5510 0x60000000010cce40 0x60000000010dd7d8
    4 ETW000                                                                                34  0.130686
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                                          19  0.130705
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server QAS (con_hdl=0,svchp=0x60000000010dd708,srvhp=0x60000000010e0d38)
    4 ETW000                                                                                35  0.130740
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x60000000010e0d38 to service context 0x60000000010dd708
    4 ETW000                                                                                71836  0.202576
    4 ETW000  [dev trc     ,00000]  Assigning username to user session: con_hdl=0, usrhp=0x60000000010cd658
    4 ETW000                                                                                32  0.202608
    4 ETW000  [dev trc     ,00000]  Assigning password to user session: con_hdl=0, usrhp=0x60000000010cd658
    4 ETW000                                                                                88  0.202696
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPSR3/<pwd>, svchp=0x60000000010dd708, srvhp=0x60000000010e0d38, usrhp=0x60000000010cd658)
    4 ETW000                                                                                38  0.202734
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                5277  0.208011
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1033:              120  0.208131
    4 ETW000  [dev trc     ,00000]     ORA-01033: ORACLE initialization or shutdown in progress
    4 ETW000                                                                                41  0.208172
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x60000000010e0d38)                 28  0.208200
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x60000000010dd708,srvhp=0x60000000010e0d38)
    4 ETW000                                                                                30  0.208230
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x60000000010e0d38 from con_hdl=0
    4 ETW000                                                                                140  0.208370
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1033'                         31  0.208401
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1033                                     20  0.208421
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1033)                                    22  0.208443
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1033                                   110  0.208553
    4 ETW000  [dev trc     ,00000]     ORA-01033: ORACLE initialization or shutdown in progress
    4 ETW000                                                                                36  0.208589
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 1033   performing CON [dblink#7 @ 431]             192  0.208781
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-01033: ORACLE initialization or shutdown in progress [dblink#7 @ 431]
    4 ETW000                                                                                42  0.208823
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'QAS'"
    Edited by: mart1n1 on Aug 30, 2010 12:29 PM

  • Firefox freezes (along with any other program I might have running) a minute or two after I have started my session. After a minute or so, it's O.K.

    Firefox freezes (along with any other program I might have running) a minute or two after I have started my session. After a minute or so, it's O.K. I have disabled all off my extensions and the problem still persists.

    Hello Meg, the phone allowed me to stay on long enough to download a new app but then shut down the app centre and returned to the home screen.
    Was there a specific "fix App" for this?

  • I just installed lion and suddenly I have problems starting the computer

    I installed lion on my mac a week ago (mac 20.5 inch) and suddenly I have problems starting the computes, sometimes, but lately almost always, it takes a long time to start up (more than 2 min) and then the keyboard does not work and the mouse works partially i.e. the cursor moves but does not respond to clicks, also, when I move the cursor over the dock it does not appear the tag with the application name I'm over, basically I can't do anything except reboot the hard way. After a few times it usually stops happening but I don't know why exactly. Sometimes after rebooting a message appears indicating that I restarted the computer after having a problem and asks me if I want to open all the applications that I had in the previous session (in this case none) when I say yes the problem keeps happening but when I say no the problem stops. To make thins even more difficult just now it didn't let me choose "cancel" because the keyboard and the mouse have the same problems I explained before.

    Are they each separately paired with the computer via BT preferences?
    You also can check your Startup Disk preferences by selecting your startup volume then clicking on Restart. Does this cause a faster restart?
    You might also try booting into Safe Mode then booting normally. Safe mode takes considerably longer for startup and will require you enter your password.

  • After download and installation of PS PE12 I have problems starting the programm. After selecting video and new project nothing happens, only the colorbar below new project is showing

    New computer.
    After download and installation of PS PE12
    I have problems starting the programm, double clicking on the icon.
    After selecting video and new project nothing happens, only the colorbar below new project is showing, nothing happens.
    (expected was to activate the program and the sarting the PE12)
    PSE12 runs fine
    System:
    WIN8.1 / i7 /16GB RAM

    New computer.
    After download and installation of PS PE12
    I have problems starting the programm, double clicking on the icon.
    After selecting video and new project nothing happens, only the colorbar below new project is showing, nothing happens.
    (expected was to activate the program and the sarting the PE12)
    PSE12 runs fine
    System:
    WIN8.1 / i7 /16GB RAM

Maybe you are looking for

  • Importing Non BOM Structure to OCD

    Hi All, I am aware that there are import tables like CZ_IMP_DEVL_PROJECT, CZ_IMP_PS_NODES to import the flat file data and run the procedure import_generic from cz_modeloperations_pub API (or Run Populate Configuration Models concurrent program) so t

  • Pricing procedure in configuring  condition type v/06

    Hi, In the master data area of v/06,field pricing procedure...when i do a F1 - the explanation is as follows +"The system uses the pricing procedure that you enter here to control the use of condition supplements in records of this condition type. Yo

  • Using Layers in a PDF using Preview or PDF Pen

    I am seeking advice on how to handle superimposing one PDF on top of another PDF. (As we did in the old days, with tracing paper and a copying machine.) These PDFs are drawings. One PDF is coming from one person the other PDF is coming from someone e

  • [Not solved][Sudo/X] Enter key not released after typing password

    After upgrade to xserver 1.16 I noticed strange thing - any command I try to run with sudo "hangs" keyboard and mouse. It looks like after typing password and pressing <Enter>, this key is not released. System is still responsive, for example I can w

  • Fn key wont work on ubuntu linux??

    i had recently install the linux ubuntu operating system on my laptop thoshiba  SATELLITE L735  but the Fn key wont work with it anyway to make it work ???