Search found 75 matches

by rocketeer
Tue Nov 18, 2003 11:07 am
Forum: Q & A
Topic: Realtime Apache Monitor
Replies: 3
Views: 2329

Answer to your 2nd question:

Code: Select all

tail -f /var/log/apache2/access_log
Use CTRL+C to quit the tail (substitute log path if yours is different).
by rocketeer
Fri Nov 07, 2003 2:48 pm
Forum: Q & A
Topic: Problem updating Alsa
Replies: 10
Views: 6029

Maybe something wrong with alsa ftp server? I see your post is a few days old. Did you try retrieving the file with for ex wget? [ronnie@digimon ronnie]$ wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.9.1.tar.bz2 --15:45:05-- ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.9.1.tar.bz2 ...
by rocketeer
Fri Oct 31, 2003 5:36 pm
Forum: Q & A
Topic: Error on emerge sys-libs/db-4.0.14-r2 (Where's the $PATH)
Replies: 8
Views: 4359

Try:

Code: Select all

java-config --set-system-vm=/opt/blackdown-jdk-1.4.1
if Blackdown JDK is installed

Code: Select all

java-config --set-system-vm=/opt/sun-jdk-1.4.2.01
if Sun JDK is installed.

NB: JRE is runtime environment, and JDK is the development kit.
by rocketeer
Fri Oct 31, 2003 5:03 pm
Forum: Q & A
Topic: Error on emerge sys-libs/db-4.0.14-r2 (Where's the $PATH)
Replies: 8
Views: 4359

nobspangle wrote:"checking if javac works... configure: error: The Java compiler javac failed (see config.log, check the CLASSPATH?)"
What does the log say? What package are you installing?
by rocketeer
Fri Oct 31, 2003 4:48 pm
Forum: Q & A
Topic: Autostart application at boot time
Replies: 7
Views: 4158

"rc-update add camsource default"
If I'm not mistaken, I believe this looks for a file named "camsource" in /etc/init.d/ upon startup.
THat's where all the start/stop scripts are stored.
by rocketeer
Fri Oct 31, 2003 1:11 pm
Forum: Off Topic
Topic: I has teh internet again!
Replies: 1
Views: 2628

I has teh internet again!

omg! :D :lol: :P :) :D
by rocketeer
Mon Sep 29, 2003 11:47 am
Forum: Q & A
Topic: two q: no automatic login;cant install qmail
Replies: 2
Views: 2455

I don't have an answer for you, but to help you and all others having gentoo problems (not Xbox specific), try searching the forums at www.gentoo.org. That is a great resource for finding help/solutions for Gentoo and portage.
by rocketeer
Sat Sep 27, 2003 6:04 pm
Forum: Q & A
Topic: HELP! modules.autload overwritten!
Replies: 2
Views: 2374

I believe this file could differ between Gentoox versions. This is from my old pro: localhost root # cat /etc/gentoo-release Gentoo Base System version 1.4.2.8 localhost root # cat /etc/gentoox_version pro1 localhost root # uname -a Linux localhost 2.4.20-xbox #1 Sat Mar 29 00:43:33 GMT 2003 i686 Ce...
by rocketeer
Thu Sep 18, 2003 4:59 pm
Forum: Q & A
Topic: Unable to su to root or login console at all
Replies: 1
Views: 2067

Re: Unable to su to root or login console at all

anewsome wrote: What does not work:

2.) su to root from a regular user. If I login via ssh as user gentoox, I can not su to root. This is mind boggling.

Blah blah. Good job ShALLaX.
Make sure the user is in the "wheel" group.
by rocketeer
Fri Sep 12, 2003 6:37 am
Forum: Q & A
Topic: How to get a telnet client on to the xbox ?
Replies: 4
Views: 3350

Try:

Code: Select all

emerge net-misc/netkit-telnetd
by rocketeer
Thu Sep 11, 2003 3:20 pm
Forum: Q & A
Topic: trouble installing
Replies: 3
Views: 3066

Eh before you delete a gazillion bytes, check the md5sum!
by rocketeer
Thu Sep 11, 2003 8:29 am
Forum: General Discussion
Topic: Installing GentooX on an unmodded Xbox
Replies: 6
Views: 5366

Do some research at http://forums.xbox-scene.com
Check the "DashBoard Exploit" section.

I use the font exploit.
by rocketeer
Wed Sep 10, 2003 12:14 pm
Forum: Q & A
Topic: monitors
Replies: 4
Views: 3326

Did you get a "Permission denied on /dev/i2c/0" message?

If so, it's because it has to be run by root by default. Solutions: be root user, use 'sudo' (prefered) or chmod a+rw /dev/i2c/0 (note: makes the device writable by anyone - not prefered).
by rocketeer
Tue Sep 09, 2003 11:38 am
Forum: Q & A
Topic: FatX Browsing!?!
Replies: 3
Views: 3066

Is it mounted?

Code: Select all

mount /mnt/fatx/f
Look in /etc/fstab for mounts on boot.
by rocketeer
Tue Sep 09, 2003 10:03 am
Forum: Q & A
Topic: emerge (or magic) with no network?
Replies: 4
Views: 3519

Gentoo packages index: http://www.gentoo.org/dyn/pkgs/index.xml

Gentoo download mirrors: http://www.gentoo.org/main/en/mirrors.xml

To find out what to download for pkgname:

Code: Select all

emerge -vp pkgname