Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Gentoo installed in virtualbox problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
deepfritz
n00b
n00b


Joined: 20 Nov 2005
Posts: 20

PostPosted: Mon Nov 04, 2013 7:52 pm    Post subject: [SOLVED] Gentoo installed in virtualbox problem Reply with quote

I installed gentoo in a virtualbox virtual machine.
I used genkernel installed virtualbox-guest-additions and everything was fine until I launched X server.
When I push a button on keyboard Xorg goes in crash and fall back in command line.
Any ideas?
I don't know how to post the Xorg log file...
I will appreciate any help.


Last edited by deepfritz on Wed Nov 06, 2013 6:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Mon Nov 04, 2013 8:02 pm    Post subject: Reply with quote

How did you install the addons :?: What is your Host OS :?:
Code:
cat /var/log/Xorg.0.log

_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
deepfritz
n00b
n00b


Joined: 20 Nov 2005
Posts: 20

PostPosted: Mon Nov 04, 2013 9:01 pm    Post subject: Reply with quote

My host OS is backtrack5R3 64-bit and I did emerge virtualbox-guest-additions.Gentoo is also 64-bit.
Yes I know the /var/log/Xorg.0.log file but It is in the virtual machine and I don't know how to copy paste it here.
Virtualbox is 4.2.18 version
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Mon Nov 04, 2013 9:56 pm    Post subject: Reply with quote

Code:
emerge wgetpaste


its been awhiile but i think
wgetpaste | /var/log/XOrg.0.log will do it
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
deepfritz
n00b
n00b


Joined: 20 Nov 2005
Posts: 20

PostPosted: Mon Nov 04, 2013 11:00 pm    Post subject: Reply with quote

Thanx. You were right.
Xorg log is here:
http://bpaste.net/show/146790/
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Mon Nov 04, 2013 11:11 pm    Post subject: Reply with quote

Code:
(II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[    33.463] (II) No input driver specified, ignoring this device.
[    33.463] (II) This device may have been added with another device file.
[    33.463] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    33.463] (II) No input driver specified, ignoring this device.
[    33.463] (II) This device may have been added with another device file.
[    37.727] (EE)
[    37.727] (EE) Backtrace:
[    37.738] (EE) 0: /usr/bin/X (xorg_backtrace+0x37) [0x58d3f7]
[    37.738] (EE) 1: /usr/bin/X (0x400000+0x19124b) [0x59124b]
[    37.738] (EE) 2: /lib64/libpthread.so.0 (0x7f03a03a9000+0x10af0) [0x7f03a03b9af0]
[    37.738] (EE) 3: /usr/bin/X (XkbSendNewKeyboardNotify+0x74) [0x53d8d4]
[    37.738] (EE) 4: /usr/bin/X (XkbCopyDeviceKeymap+0xd9) [0x53d249]
[    37.738] (EE) 5: /usr/bin/X (0x400000+0x11a637) [0x51a637]
[    37.738] (EE) 6: /usr/bin/X (0x400000+0x11acea) [0x51acea]
[    37.738] (EE) 7: /usr/bin/X (0x400000+0x11da7d) [0x51da7d]
[    37.738] (EE) 8: /usr/bin/X (0x400000+0x11dc40) [0x51dc40]
[    37.738] (EE) 9: /usr/bin/X (0x400000+0x11e1ae) [0x51e1ae]
[    37.738] (EE) 10: /usr/bin/X (0x400000+0x14750f) [0x54750f]
[    37.738] (EE) 11: /usr/bin/X (mieqProcessDeviceEvent+0x188) [0x56e8b8]
[    37.738] (EE) 12: /usr/bin/X (mieqProcessInputEvents+0xf9) [0x56e9c9]
[    37.738] (EE) 13: /usr/bin/X (ProcessInputEvents+0xa) [0x4797aa]
[    37.738] (EE) 14: /usr/bin/X (0x400000+0x3b573) [0x43b573]
[    37.738] (EE) 15: /usr/bin/X (0x400000+0x2a025) [0x42a025]
[    37.738] (EE) 16: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x7f039f0356c5]
[    37.738] (EE) 17: /usr/bin/X (0x400000+0x2a371) [0x42a371]
[    37.738] (EE)
[    37.739] (EE) Illegal instruction at address 0x53d8d4
[    37.739] (EE)
Fatal server error:
[    37.739] (EE) Caught signal 4 (Illegal instruction). Server aborting
[    37.739] (EE)
[    37.739] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.



Code:
emerge -av xorg-drivers
Answer N
rm -v /etc/X11/xorg.conf
XOrg -configure >> ~/output.txt
wgetpaste | ~/output.txt

_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
deepfritz
n00b
n00b


Joined: 20 Nov 2005
Posts: 20

PostPosted: Mon Nov 04, 2013 11:33 pm    Post subject: Reply with quote

Unfortunately redirection doesn't work.
I run X server with the config file generated
http://bpaste.net/show/146798/
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Mon Nov 04, 2013 11:45 pm    Post subject: Reply with quote

Did you run:
Code:
X -config /root/xorg.conf.new
:?:

What happens when you do :?:
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
deepfritz
n00b
n00b


Joined: 20 Nov 2005
Posts: 20

PostPosted: Tue Nov 05, 2013 7:32 am    Post subject: Reply with quote

I get a black screen
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Tue Nov 05, 2013 2:10 pm    Post subject: Reply with quote

Try:
Code:
X -config /root/xorg.conf.new -retro

_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
deepfritz
n00b
n00b


Joined: 20 Nov 2005
Posts: 20

PostPosted: Wed Nov 06, 2013 4:22 pm    Post subject: Reply with quote

:evil: Ok I forgot to emerge xorg-server... :roll:
I thought it was inside the xorg-x11 meta package.
And I installed the same 64bit system in my laptop a few days ago.I think I become too old for gentoo :lol:

How can I mark this topic as solved?

Thank you for your help
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Wed Nov 06, 2013 4:44 pm    Post subject: Reply with quote

xorg server is in xorg-x11 meta-package hmmm

Anyhow, Edit your first post in the thread, and update the title.
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
deepfritz
n00b
n00b


Joined: 20 Nov 2005
Posts: 20

PostPosted: Wed Nov 06, 2013 6:43 pm    Post subject: Reply with quote

Don't know what happened but when I emerged xorg-server It downloaded the package.Perhaps a use flag...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum