First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 136316
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: samLT <samuel.lethiec@intelunix.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
executable-test-fix.patch executable-test-fix.patch patch samLT 2006-06-10 13:04 0000 366 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 136316 depends on: Show dependency tree
Bug 136316 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-06-10 12:59 0000
First I have to say I modified startx in order to use /etc/X11/xinit/xinitrc
instead of just ~/.xinitrc if existing.

====code=====
$ startx
xauth:  creating new authority file /home/sam/.serverauth.11302

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.17-rc5 i686
Current Operating System: Linux bang 2.6.17-rc5 #2 PREEMPT Thu Jun 1 23:48:16
CEST 2006 i686
Build Date: 05 June 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 10 21:33:15 2006
(==) Using config file: "/etc/X11/xorg.conf"

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
/etc/X11/xinit/xinitrc: line 35: /home/truc/.xinitrc: Permission denied
/etc/X11/xinit/xinitrc: line 35: exec: /home/truc/.xinitrc: cannot execute:
Success

waiting for X server to shut down FreeFontPath: FPE
"/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.


Couldnt get a file descriptor referring to the console
====code====

in /etc/X11/xinit/xinitrc:

line 31:     if [ -e $XINITRC ]; then

should be 

line 31:     if [ -x $XINITRC ]; then

------- Comment #1 From samLT 2006-06-10 13:04:37 0000 -------
Created an attachment (id=88857) [edit]
executable-test-fix.patch

probably uneeded patch for such a small typo, but it just makes things clear

------- Comment #2 From Joshua Baergen (RETIRED) 2006-06-11 10:40:28 0000 -------
Fixed, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug