Advertisement
Guest User

Mr. Olli

a guest
Oct 26th, 2010
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. =====================
  2. =
  3. = ELSA configuration
  4. =
  5. =====================
  6. group "Elsa_Config" struct {
  7. value "session_path" string: "./:/bin:/usr/bin:/usr/local/bin";
  8.  
  9. /* X server path */
  10. value "xinit_path" string: "/usr/bin/X";
  11. /* X server args */
  12. value "xinit_args" string: "-nolisten tcp -br vt7";
  13.  
  14. /* xauth path binary */
  15. value "xauth_path" string: "/usr/bin/xauth";
  16. /* xauth file for server */
  17. value "xauth_file" string: "/var/run/elsa.auth";
  18.  
  19.  
  20. /* Commands executed when starting a session */
  21. value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
  22. /* Command executed when login. Warning xsession must be set to 0 */
  23. value "session_login" string: "exec /bin/bash -login /etc/X11/xinit/xinitrc";
  24. /* Commands executed when exiting a session */
  25. value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";
  26.  
  27.  
  28. /* Commands executed to shutdown */
  29. value "shutdown" string: "/usr/bin/shutdown -h now";
  30. /* Command executed to reboot */
  31. value "reboot" string: "/usr/bin/shutdown -h now";
  32. /* Command executed to suspend */
  33. value "suspend" string: "/usr/bin/shutdown -h now";
  34.  
  35.  
  36. /** Start in daemon mode. This can be overriden by the command line
  37. * 1 = True, 0 = False */
  38. value "daemonize" uchar: 1;
  39.  
  40. /** Bool to determine if elsa must login user with the session_login command
  41. * or use xdg desktop and determine the command to use
  42. * 1 = desktop_file_cmd, 0 = session_login */
  43. value "xsessions" uchar: 1;
  44.  
  45. /* Enable numlock */
  46. value "numlock" uchar: 1;
  47.  
  48.  
  49. /* Lock file */
  50. value "lockfile" string: "/var/run/elsa.pid";
  51.  
  52. /* Log file */
  53. value "logfile" string: "/var/log/elsa.log";
  54. }
  55.  
  56.  
  57. =====================
  58. =
  59. = ELSA logfile
  60. =
  61. =====================
  62. elsa: Pam init with name elsa
  63. Elsa: cookie 67087086f0cc21317d7789f9227e2112
  64. elsa: write auth /usr/bin/xauth -f /var/run/elsa.auth -q
  65. /usr/bin/xauth: creating new authority file /var/run/elsa.auth
  66.  
  67. X.Org X Server 1.8.2
  68. Release Date: 2010-07-01
  69. X Protocol Version 11, Revision 0
  70. Build Operating System: Linux 2.6.35-rc4 x86_64 Gentoo
  71. Current Operating System: Linux phoenix 2.6.35-rc4 #17 SMP PREEMPT Mon Oct 25 19:57:36 CEST 2010 x86_64
  72. Kernel command line: root=/dev/sda2 usbcore.autosuspend=1 quiet
  73. Build Date: 03 August 2010 02:00:35AM
  74.  
  75. Current version of pixman: 0.18.2
  76. Before reporting problems, check http://wiki.x.org
  77. to make sure that you have the latest version.
  78. Markers: (--) probed, (**) from config file, (==) default setting,
  79. (++) from command line, (!!) notice, (II) informational,
  80. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  81. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 25 20:46:24 2010
  82. (==) Using config directory: "/etc/X11/xorg.conf.d"
  83. (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  84. (EE) Failed to load module "vesa" (module does not exist, 0)
  85. (EE) Failed to load module "fbdev" (module does not exist, 0)
  86. FATAL: Module fbcon not found.
  87. SynPS/2 Synaptics TouchPad no synaptics event device found
  88. Query no Synaptics: 6003C8
  89. (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
  90. (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
  91. elsa: Init
  92. elsa: Gui init
  93. Adding drop target calls
  94. elsa: scanning directory /root/.local/share/xsessions
  95. elsa: scanning directory /usr/share/xsessions
  96. elsa: find sessions Enlightenment
  97. elsa: scanning directory /usr/local/share/xsessions
  98. CRI<4338>:eina_share eina_amalgamation.c:18780 _eina_stringshare_small_del() EEEK trying to del non-shared stringshare ""
  99. CRI<4338>: eina_amalgamation.c:7648 eina_list_remove_list() *** Eina Magic Check Failed !!!
  100. Input handle has already been freed!
  101. *** NAUGHTY PROGRAMMER!!!
  102. *** SPANK SPANK SPANK!!!
  103. *** Now go fix your code. Tut tut tut!
  104.  
  105.  
  106. ERR<4338>:elementary elm_widget.c:1872 elm_widget_type_check() Passing Object: 0xf09750, of type: 'scrolled_entry' when expecting type: 'entry'
  107. ERR<4338>:elementary elm_widget.c:1872 elm_widget_type_check() Passing Object: 0xf46580, of type: 'scrolled_entry' when expecting type: 'entry'
  108. elsa: Run
  109. elsa: echo on
  110. elsa: echo off
  111. elsa: session pid 4349
  112. elsa: wait pid 4349
  113. elsa: Session Run
  114. elsa: Session Init
  115. elsa: env TERM=linux
  116. elsa: env HOME=/home/dante
  117. elsa: env SHELL=/bin/bash
  118. elsa: env USER=dante
  119. elsa: env LOGNAME=dante
  120. elsa: env PATH=./:/bin:/usr/bin:/usr/local/bin
  121. elsa: env DISPLAY=:0.0
  122. elsa: env MAIL=
  123. elsa: env XAUTHORITY=/home/dante/.Xauthority
  124. elsa: name -> dante, gid -> 100, uid -> 1000
  125. elsa: write auth /usr/bin/xauth -f /home/dante/.Xauthority -q
  126. elsa: Open dante`s session
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement