Search found 553 matches

by Trogdor
Mon Dec 20, 2004 6:50 pm
Forum: Newbie
Topic: How Long Does Magic Take?
Replies: 3
Views: 2500

If text is still printing to the screen, keep on trucking.
by Trogdor
Mon Dec 20, 2004 6:02 am
Forum: Newbie
Topic: Another little problem
Replies: 8
Views: 3669

Any chance you can post more output, before the stuff that you've already shown?
by Trogdor
Mon Dec 20, 2004 3:39 am
Forum: Newbie
Topic: Another little problem
Replies: 8
Views: 3669

Is that the first error that showed?
by Trogdor
Sun Dec 19, 2004 8:22 am
Forum: Q & A
Topic: SOLVED Problem with Emerge: ``ValueError: bad marshal data''
Replies: 1
Views: 1492

Strangely enough, it's OK when I run `python /usr/bin/emerge sync'.
by Trogdor
Sun Dec 19, 2004 8:10 am
Forum: Newbie
Topic: The Newbiest questions
Replies: 4
Views: 2819

Yes.
by Trogdor
Sun Dec 19, 2004 8:09 am
Forum: Newbie
Topic: Xbox got turned off now wont boot.
Replies: 1
Views: 1630

Has your xbox seen any other difficulties (like in games, etc.)?

If yes, there could be a hardware problem. If no, try deleteing all gentoox files and reinstalling (if you didn't delete them all before).
by Trogdor
Sun Dec 19, 2004 8:05 am
Forum: Newbie
Topic: Running Fine But Want To Move to F:\
Replies: 2
Views: 2114

If my memory doesn't fail me, just use `magic f:' as root. That will move rootfs to the F:, but all other files must stay in the root of E:!
by Trogdor
Sun Dec 19, 2004 5:37 am
Forum: Q & A
Topic: SOLVED Problem with Emerge: ``ValueError: bad marshal data''
Replies: 1
Views: 1492

SOLVED Problem with Emerge: ``ValueError: bad marshal data''

When I run emerge, root@Bossk Trogdor # emerge sync Traceback (most recent call last): File "/usr/bin/emerge", line 12, in ? import emergehelp,xpak,string,re,commands,time,shutil,traceback,atexit,signal,socket,types ValueError: bad marshal data I haven't changed anything recently, but I ha...
by Trogdor
Wed Dec 15, 2004 4:47 am
Forum: Newbie
Topic: benefits of different window managers
Replies: 5
Views: 2903

Nobspangle is right. And, about your menu: once you get used to running applications in the terminal, you'll never go back to the menu.
by Trogdor
Wed Dec 15, 2004 4:44 am
Forum: Newbie
Topic: help with limewire install please
Replies: 1
Views: 1602

Emerge is for installing programs, not running them. Just delete the files you copied, and type (as root) "emerge limewire". Then, to run limewire, just type (as user) "limewire".
by Trogdor
Wed Dec 15, 2004 4:39 am
Forum: Newbie
Topic: Don't know my password!
Replies: 1
Views: 1461

Boot from an installation CD/DVD where you know the root password. Then chroot to your gentoox filesystem. Then run passwd.

The default, as it says in the manual is "xbox" (sans quotes).
by Trogdor
Wed Dec 15, 2004 4:37 am
Forum: Q & A
Topic: Xebian or GentooX?
Replies: 6
Views: 3842

Whose forums are you on?

:wink:

Gentoox should be faster to run, easier, and has a larger community. Plus, ShALLaX can kick Ed's ass at Quake.
by Trogdor
Tue Dec 14, 2004 3:16 am
Forum: Q & A
Topic: Strange Error on every First Boot
Replies: 1
Views: 1552

Strange Error on every First Boot

This has happened for a while, but I'm just sick of it. Whenever I boot the xbox for the first time in a few hours, I get a huge long error. It goes like this: Unable to handle kernel NULL pointer dereference at virtaul address 00000010 *pde = 00000000 Oops = 0000 CPU: 0 (A whole ton of register ent...
by Trogdor
Sat Oct 30, 2004 7:56 pm
Forum: Newbie
Topic: Auto. boot gentoox
Replies: 3
Views: 2673

Since there is not a configuration file for BIOS, recompiling Cromwell would be the only way (unless there are other BIOSes out there . . . I wonder?). I digress, but you would not be the first guy to be killed while watching a movie when driving. So don't have it near the driver's seat.
by Trogdor
Sat Oct 30, 2004 7:50 pm
Forum: Q & A
Topic: Permissions Problem
Replies: 4
Views: 2981

Apache's installed in /var/www/localhost/htdocs?

. . . cheap joke. Anyway, have you tried chmod? Just use man or google to get a tutorial.

PS: Generally speaking, it's a bad idea to do anything as root, unless you have system administration to do.