Re: [gentoo-user] looking for the file with my installed packages

2004-02-12 Thread Claudinei Matos
OK, what exactly are u looking for? if you are looking for the installed
packages you may install gentoolkit
#emerge gentoolkit
and this package will provide u qpkg
#qpkg
list all the packages installed
#qpkg package -l 
list all files owned by the specified package
#qpkg --help
for more info ;)

claudinei matos

On Mon, 2004-02-09 at 17:14, Manuel Pérez López wrote:
 Hi!
 I'm looking for the installed packages file on my system. 
 Where is it?
 
 Thanks
 mapelo
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Making cdrecord work

2004-02-12 Thread Claudinei Matos
I'm using kernel 2.6.2-rc3, cdrtools-2.01_alpha23 and
xcdroast-0.98_alpha15-r2
well, I've configured xcdroast to access my cd-rw drive at /dev/hdd
directly instead of atapi:1,1,0 'cause xcdroast tell me that using atapi
may have some errors in the write task
in this way all work's fine, the only alert is with the read drive (a lg
dvd-rom) that I've configured like atapi:1,0,0 'cause when I've tried to
use /dev/hdc all my cd's even music cd was recognized like a data cd.

claudinei matos

On Thu, 2004-02-12 at 13:08, Grendel wrote:
 On Thu, 12 Feb 2004, The awesome and feared Collins Richey commented thusly,
 
  On Thu, 12 Feb 2004 09:01:30 -0500 (EST)
  
  This works just fine on my machines with cdrtools-2.01_alpha25.  OTOH,
  I've heard rumors that cdrdao does not yet work without SCSI emulation
  support.
 
 No the cvs version of cdrdao works fine with ATAPI drives. 
 cdrdao write --device /dev/hdd vice_city.toc
 
 works fine. I burned a lot of .bin files using it and had no problem.
 
 Grendel


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] New Install

2004-02-12 Thread Claudinei Matos
kernel is automatically created like bzImage and it can be found at
arch/$architeture/boot/
like below:
/usr/src/linux/arch/i386/boot/bzImage
so just copy this file to /boot and don't forget to copy System.map too,
later just configure your boot loader and it's done :)

claudinei matos

On Thu, 2004-02-12 at 15:34, Rob Barnett wrote:
 I can not find the bzImage after I do a manual make. I mount
 /boot myself... How do I turn the kernel into a bzImage?
 
 Thanks,
 Rob
 - Original Message -
 From: Ernie Schroder [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, February 12, 2004 11:14 AM
 Subject: Re: [gentoo-user] New Install
 
 
 On Thursday 12 February 2004 11:57 am, Jose González Gómez wrote:
  Rob,
 
  Manual compilation or using genkernel? What about error
  messages? Have you double checked everything is fine in /boot?
 
  Regards
  Jose
 
  Rob Barnett escribió:
   I have a dell Inspiron 8500 notebook.
  
   I have installed using gentoo-dev-sources using stage-1.
   Everything worked great
   I booted into it and discovered that I did not configure my
   network card or a file
   system that was required by 2.6.  I tryed to do another make as
   before but
   when I try to boot into it, it would not. Is there something I
   missed with the kernel
   to compress it or something so that grub will boot using it.  I
   can only boot using
   the original kernel that I created.
  
   Thanks,
   Rob
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 The first place to look is: Did you mount /boot and copy over the new
 bzImage? A normal Gentoo system runs with /boot unmounted. I've also
 heard noise that the latest genkernel doesn't mount /boot either.
 IMHO, genkernel is not ready for prime time, or if it is, the
 documentation is sadly lacking
 --
 Regards, Ernie
 100% Microsoft and Intel free
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] VMWare and joystick

2004-02-11 Thread Claudinei Matos
how can you put your joystick to work? I'm trying this a lot of time and
I can't, even in my motherboard gameport :/

tks in advice

On Fri, 2004-01-23 at 12:33, Andrew Gaffney wrote:
 I'm running Windows 2000 under VMWare 4.x. I have the joystick working somewhat in 
 Linux 
 (/dev/input/js0 is not created, but the joystick works if I create it manually), but 
 when 
 I try to setup a joystick in Windows, it says that there is no joystick connected. 
 The 
 joystick port I am using is not on my sound card. I have a Creative Enqoniq 1371, 
 but I 
 couldn't get the game port working. Instead, I'm using the game port on the 
 motherboard's 
 built-in sound. How can I get Windows in VMWare to see my joystick?


--
[EMAIL PROTECTED] mailing list



[gentoo-user] apache2 gentoo windows partition

2004-02-09 Thread Claudinei Matos
Hey guys,

Well, I've tried to use a windows partition in DocumentRoot of my
apache2.conf like the line below:
DocumentRoot /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www
But when I try to view the page in the browser I get this error:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the request.
So if I just create any directory at my linux partition and copy into
all apache files of windows partition this work's
I also tried to use a symlink at /var/www/localhost/ but in the same way
doesn't work.
Have apache2 any problem to use a windows partition like storage
directory? or maybe this just not allowed to perform?

Tks in any advice.

Claudinei Matos



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apache2 gentoo windows partition

2004-02-09 Thread Claudinei Matos
That's it...
I get a look at the directory and I see that the permissions is just for
owner:
[EMAIL PROTECTED] myers $ ls /mnt/dados -ld
drwxr--r--   27 root fat 16384 Dec 31  1969 /mnt/dados
so in my /etc/fstab I'm using gid in mount options. how can I mount this
directory with rwx permissions to group?


On Mon, 2004-02-09 at 15:44, Daniel Drake wrote:
 Hi,
 
 Claudinei Matos wrote:
  Hey guys,
  
  Well, I've tried to use a windows partition in DocumentRoot of my
  apache2.conf like the line below:
  DocumentRoot /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www
  But when I try to view the page in the browser I get this error:
  Forbidden
  You don't have permission to access / on this server.
  Additionally, a 403 Forbidden error was encountered while trying to use
  an ErrorDocument to handle the request.
 
 Check the permissions of your mount. Sounds like the user that apache is 
 running as (typically 'apache' or 'nobody', both of which have very restricted 
 system access) is unable to access that mountpoint.
 
 You may also want to look at error_log in apaches section of /var/log
 
 Hope this helps
 
 Daniel
 
 --
 [EMAIL PROTECTED] mailing list
 
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: what happened to supermount?

2004-02-09 Thread Claudinei Matos
Well,

I've read this mail so I can catch the way to put supermount to work on
my kernel 2.6.2 .I've did that:
#cd /usr/src/linux
#wget
http://cesnet.dl.sourceforge.net/sourceforge/supermount-ng/supermount-2.0.4-2.6.2.patch.gz
try others looking at http://supermount-ng.sourceforge.net/
#gunzip supermount-2.0.4-2.6.2.patch.gz
#patch -p1  supermount-2.0.4-2.6.2.patch
#make oldconfig
and replyng Y to the follow question:
Supermount removable media support (SUPERMOUNT) [N/m/y/?] (NEW) y
so just compile kernel and boot.
#make  make modules_install
and put these lines to fstab:
none /mnt/dvd  supermount fs=auto,dev=/dev/cdroms/cdrom0,--,users 0 0
none /mnt/cdrw supermount fs=auto,dev=/dev/cdroms/cdrom1,--,users 0 0

Claudinei Matos


On Mon, 2004-02-09 at 07:26, Thorsten Kampe wrote:
 * Moshe Kaminsky (2004-02-09 07:00 +0100)
  With kernel 2.4 I had the following line in /etc/fstab:
  
  none /mnt/cdrom supermount 
  dev=/dev/cdroms/cdrom0,fs=auto,ro,--,iocharset=utf8,umask=0 0 0
  
  which caused the cdrom (and similarly for the floppy) to be mounted 
  automatically when accessed. It seems that kernel 2.6 no longer supports this.
 
 Aah, Kernel 2.4. That kernel 2.4. In fact the unpatched vanilla never
 did support supermount.
 
  Is there a replacement?
 
 Yes:
 [EMAIL PROTECTED] grep supermount /usr/src/linux-2.6.2-gentoo/.config
 CONFIG_SUPERMOUNT=y
 # CONFIG_SUPERMOUNT_DEBUG is not set
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apache2 gentoo windows partition

2004-02-09 Thread Claudinei Matos
OK, I've tried again but I still not work
I've put umask=000 in mount parameters and now the directory is mounted
with full access to any user:

[EMAIL PROTECTED] localhost # ls -ld /mnt/dados
drwxrwxrwx   27 myersroot16384 Dec 31  1969 /mnt/dados

so I've tried even putting the entire path in DocumentRoot since that
when I'm using symlink I get some error:
[Mon Feb 09 20:52:22 2004] [error] [client 127.0.0.1] Symbolic link not
allowed: /var/www/localhost/htdocs
and now my apache2.conf is like that:
[EMAIL PROTECTED] localhost # cat /etc/apache2/conf/apache2.conf |grep -i
documentroot
#DocumentRoot /var/www/localhost/htdocs/
DocumentRoot /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www
So, I also can't view the page and I get another error on to apache log:
[Mon Feb 09 20:54:12 2004] [error] [client 127.0.0.1] client denied by
server configuration: /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www/

Which configuration is this that apache tell me about???

tks in advice

claudinei matos

On Mon, 2004-02-09 at 17:20, Daniel Drake wrote:
 Claudinei Matos wrote:
  That's it...
  I get a look at the directory and I see that the permissions is just for
  owner:
  [EMAIL PROTECTED] myers $ ls /mnt/dados -ld
  drwxr--r--   27 root fat 16384 Dec 31  1969 /mnt/dados
  so in my /etc/fstab I'm using gid in mount options. how can I mount this
  directory with rwx permissions to group?
 
 Hi,
 
 I have a partition which I mount for access by everyone on the system.
 To achieve this, I have appended umask=000 onto the options in my fstab.
 
 You should try that first (remember to re-mount). If apache then will serve 
 documents, then perhaps you should tweak the 000 value to something a little 
 more restrictive.
 
 Daniel.
 
 --
 [EMAIL PROTECTED] mailing list
 
 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] alsasound hotplug 2.6.2 load a lot modules

2004-02-09 Thread Claudinei Matos
Hi everybody

I have a gentoo instalation with kernel 2.6.2 and ens1370 soundboard.
My kernel have alsa compiled like modules so I've installed hotplug to
detect necessary modules at boot.
Well all works fine and the sound works fine too, but when I've
installed aumix and put that to load at boot with rc-update add aumix
default always when a boot I get a message that /dev/mixer doesn't
exist and aumix don't load my default volume levels.
OK, I put alsasound to load at boot too with rc-update add alsasound
boot and that work's, but now I have a lot of modules loaded by alsa
like you can see below. 
I just want that my soundcard module be loaded automatically in boot by
alsa or hotplug without have to edit /etc/modules.d/alsa and I don't
want to get a lot of modules unecessary loaded.
#lsmod
snd_seq_midi6688  0
snd_ali545120868  0
snd_als400010500  0
snd_sb_common  13824  1 snd_als4000
snd_azt332817544  0
snd_cmipci 32280  0
snd_cs4281 18624  0
snd_cs46xx 80900  0
snd_emu10k190500  0
snd_ens137016516  1
snd_ak4531_codec7040  1 snd_ens1370
snd_ens137121764  0
snd_ice171254564  0
snd_cs8427  8320  1 snd_ice1712
snd_i2c 4992  2 snd_ice1712,snd_cs8427
snd_ice172428964  0
snd_ice17xx_ak4xxx  3200  2 snd_ice1712,snd_ice1724
snd_ak4xxx_adda 5504  3
snd_ice1712,snd_ice1724,snd_ice17xx_ak4xxx
snd_intel8x0   28740  0
snd_nm256  66820  0
snd_rme96  24708  0
snd_trident41476  0
snd_util_mem3456  2 snd_emu10k1,snd_trident
snd_via82xx21952  0
snd_ymfpci 56128  0
snd_ac97_codec 52868  12
snd_ali5451,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1371,snd_ice1712,snd_ice1724,snd_intel8x0,snd_nm256,snd_trident,snd_via82xx,snd_ymfpci
snd_opl3_lib9472  5
snd_als4000,snd_azt3328,snd_cmipci,snd_cs4281,snd_ymfpci
snd_hwdep   7680  2 snd_emu10k1,snd_opl3_lib
gameport3840  6
snd_cs4281,snd_cs46xx,snd_ens1370,snd_ens1371,snd_trident,snd_ymfpci
snd_mpu401_uart 6400  9
snd_als4000,snd_azt3328,snd_cmipci,snd_ice1712,snd_ice1724,snd_intel8x0,snd_trident,snd_via82xx,snd_ymfpci
snd_rawmidi20992  7
snd_seq_midi,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1370,snd_ens1371,snd_mpu401_uart
snd_pcm_oss49284  0
snd_pcm88064  18
snd_ali5451,snd_als4000,snd_azt3328,snd_cmipci,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1370,snd_ens1371,snd_ice1712,snd_ice1724,snd_intel8x0,snd_nm256,snd_rme96,snd_trident,snd_via82xx,snd_ymfpci,snd_pcm_oss
snd_page_alloc  9348  8
snd_cs46xx,snd_emu10k1,snd_ens1370,snd_intel8x0,snd_trident,snd_via82xx,snd_ymfpci,snd_pcm
snd_mixer_oss  17280  2 snd_pcm_oss
snd_seq_oss32640  0
snd_seq_midi_event  6528  2 snd_seq_midi,snd_seq_oss
snd_seq52592  5
snd_seq_midi,snd_seq_oss,snd_seq_midi_event
snd_timer  21888  3 snd_opl3_lib,snd_pcm,snd_seq
snd_seq_device  6660  7
snd_seq_midi,snd_emu10k1,snd_trident,snd_opl3_lib,snd_rawmidi,snd_seq_oss,snd_seq
snd44932  37
snd_seq_midi,snd_ali5451,snd_als4000,snd_sb_common,snd_azt3328,snd_cmipci,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1370,snd_ak4531_codec,snd_ens1371,snd_ice1712,snd_cs8427,snd_i2c,snd_ice1724,snd_ak4xxx_adda,snd_intel8x0,snd_nm256,snd_rme96,snd_trident,snd_util_mem,snd_via82xx,snd_ymfpci,snd_ac97_codec,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_timer,snd_seq_device


Claudinei Matos


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsasound hotplug 2.6.2 load a lot modules

2004-02-09 Thread Claudinei Matos
well, I've a look again and I found that I've got a mistake, since
I put hotplug and aumix like init default, aumix got to start before
hotplug so the modules aren't yet loaded.
now I used to put hotplug in init boot and aumix in init default and
that work's fine.

claudinei matos

On Mon, 2004-02-09 at 22:28, Jakub Krajcovic wrote: 
 Oh my god, you compiled ALL of the alsa sound modules??? Because from
 your lsmod output it looks like it...
 
 a _normal_ lsmod should look like this:
 $ lsmod
 snd_emu10k196260  1 
 snd_rawmidi25504  1 snd_emu10k1
 snd_seq_device  8520  2 snd_emu10k1,snd_rawmidi
 snd_ac97_codec 53956  1 snd_emu10k1
 snd_util_mem4672  1 snd_emu10k1
 snd_hwdep   9796  1 snd_emu10k1
 snd_pcm_oss53540  0 
 snd_pcm99656  2 snd_emu10k1,snd_pcm_oss
 snd_page_alloc 11844  2 snd_emu10k1,snd_pcm
 snd_timer  26116  1 snd_pcm
 snd_mixer_oss  19456  2 snd_pcm_oss
 snd52708  10
 snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_
 hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
 
 I think that this is pretty basic alsa stuff, somebody warn me if i have
 something excessive in here...
 
 A have a soundblaster live card (hence the module snd-emu10k1), and
 have oss-emulation enabled (modules snd_mixer_oss, snd_pcm_oss)
 
 Concerning the aumix question: aumix is a _oss only_ mixer - meaning
 that you either need to use oss drivers if you want aumix, or load the
 snd-pcm-oss and and-mixer-oss modules (that is alsa oss emulation). But
 a better solution is to compile alsa-utils and use alsamixer :-)
 
 And I _do_ recommend you recompile alsa (kernel), and disable all of the
 modules that are not your soundcard...
 
 
 On Mon, 09 Feb 2004 21:15:07 -0200
 Claudinei Matos [EMAIL PROTECTED] wrote:
 
  Hi everybody
  
  I have a gentoo instalation with kernel 2.6.2 and ens1370 soundboard.
  My kernel have alsa compiled like modules so I've installed hotplug to
  detect necessary modules at boot.
  Well all works fine and the sound works fine too, but when I've
  installed aumix and put that to load at boot with rc-update add aumix
  default always when a boot I get a message that /dev/mixer doesn't
  exist and aumix don't load my default volume levels.
  OK, I put alsasound to load at boot too with rc-update add alsasound
  boot and that work's, but now I have a lot of modules loaded by alsa
  like you can see below. 
  I just want that my soundcard module be loaded automatically in boot
  by alsa or hotplug without have to edit /etc/modules.d/alsa and I
  don't want to get a lot of modules unecessary loaded.
  #lsmod
  snd_seq_midi6688  0
  snd_ali545120868  0
  snd_als400010500  0
  snd_sb_common  13824  1 snd_als4000
  snd_azt332817544  0
  snd_cmipci 32280  0
  snd_cs4281 18624  0
  snd_cs46xx 80900  0
  snd_emu10k190500  0
  snd_ens137016516  1
  snd_ak4531_codec7040  1 snd_ens1370
  snd_ens137121764  0
  snd_ice171254564  0
  snd_cs8427  8320  1 snd_ice1712
  snd_i2c 4992  2 snd_ice1712,snd_cs8427
  snd_ice172428964  0
  snd_ice17xx_ak4xxx  3200  2 snd_ice1712,snd_ice1724
  snd_ak4xxx_adda 5504  3
  snd_ice1712,snd_ice1724,snd_ice17xx_ak4xxx
  snd_intel8x0   28740  0
  snd_nm256  66820  0
  snd_rme96  24708  0
  snd_trident41476  0
  snd_util_mem3456  2 snd_emu10k1,snd_trident
  snd_via82xx21952  0
  snd_ymfpci 56128  0
  snd_ac97_codec 52868  12
  snd_ali5451,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1371,snd_ice1712
  ,snd_ice1724,snd_intel8x0,snd_nm256,snd_trident,snd_via82xx,snd_ymfpci
  snd_opl3_lib9472  5
  snd_als4000,snd_azt3328,snd_cmipci,snd_cs4281,snd_ymfpci snd_hwdep
7680  2 snd_emu10k1,snd_opl3_lib
  gameport3840  6
  snd_cs4281,snd_cs46xx,snd_ens1370,snd_ens1371,snd_trident,snd_ymfpci
  snd_mpu401_uart 6400  9
  snd_als4000,snd_azt3328,snd_cmipci,snd_ice1712,snd_ice1724,snd_intel8
  x0,snd_trident,snd_via82xx,snd_ymfpci snd_rawmidi20992  7
  snd_seq_midi,snd_cs4281,snd_cs46xx,snd_emu10k1,snd_ens1370,snd_ens137
  1,snd_mpu401_uart snd_pcm_oss49284  0
  snd_pcm88064  18
  snd_ali5451,snd_als4000,snd_azt3328,snd_cmipci,snd_cs4281,snd_cs46xx,
  snd_emu10k1,snd_ens1370,snd_ens1371,snd_ice1712,snd_ice1724,snd_intel
  8x0,snd_nm256,snd_rme96,snd_trident,snd_via82xx,snd_ymfpci,snd_pcm_oss
  snd_page_alloc  9348  8
  snd_cs46xx,snd_emu10k1,snd_ens1370,snd_intel8x0,snd_trident,snd_via82
  xx,snd_ymfpci,snd_pcm snd_mixer_oss  17280  2 snd_pcm_oss
  snd_seq_oss32640  0
  snd_seq_midi_event  6528  2 snd_seq_midi,snd_seq_oss
  snd_seq

Re: [gentoo-user] apache2 gentoo windows partition

2004-02-09 Thread Claudinei Matos
OK, I've tried again but I still not work
I've put umask=000 in mount parameters and now the directory is mounted
with full access to any user:

[EMAIL PROTECTED] localhost # ls -ld /mnt/dados
drwxrwxrwx   27 myersroot16384 Dec 31  1969 /mnt/dados

so I've tried even putting the entire path in DocumentRoot since that
when I'm using symlink I get some error:
[Mon Feb 09 20:52:22 2004] [error] [client 127.0.0.1] Symbolic link not
allowed: /var/www/localhost/htdocs
and now my apache2.conf is like that:
[EMAIL PROTECTED] localhost # cat /etc/apache2/conf/apache2.conf |grep -i
documentroot
#DocumentRoot /var/www/localhost/htdocs/
DocumentRoot /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www
So, I also can't view the page and I get another error on to apache log:
[Mon Feb 09 20:54:12 2004] [error] [client 127.0.0.1] client denied by
server configuration: /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www/

Which configuration is this that apache tell me about???

tks in advice

claudinei matos

On Mon, 2004-02-09 at 17:20, Daniel Drake wrote:
 Claudinei Matos wrote:
  That's it...
  I get a look at the directory and I see that the permissions is just for
  owner:
  [EMAIL PROTECTED] myers $ ls /mnt/dados -ld
  drwxr--r--   27 root fat 16384 Dec 31  1969 /mnt/dados
  so in my /etc/fstab I'm using gid in mount options. how can I mount this
  directory with rwx permissions to group?
 
 Hi,
 
 I have a partition which I mount for access by everyone on the system.
 To achieve this, I have appended umask=000 onto the options in my fstab.
 
 You should try that first (remember to re-mount). If apache then will serve 
 documents, then perhaps you should tweak the 000 value to something a little 
 more restrictive.
 
 Daniel.
 
 --
 [EMAIL PROTECTED] mailing list
 
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] can't boot new system

2004-02-07 Thread Claudinei Matos
Well, I've built my kernel using genkernel too but I don't need any
initrd except for use bootsplash and that's work very well 'cause I'm
using the initrd that bootsplash package provides.
When the kernel compile process finish, genkernel tell me to use at
kernel parameter: root=/dev/ram0 init=/linuxrc real_root=/dev/hdXX
So I've tried to use these parameters with lilo but it don't install
with this options so I've tried to use with grub that install weel but
when boot the kernel get panic.
So I'm currently using lilo again and using the same parameters that I
always use:
image = /boot/kernel-2.6.1-splash
root = /dev/hdb6
label = Gentoo-splash
read-only
initrd=/boot/initrd-1024x768
append=splash=verbose
and that work's perfectly :)

On Sat, 2004-02-07 at 19:23, LoneStar wrote:
 Every kernel I've built using genkernel beta version has had problems 
 with the initrd.
 I work around this by commenting out the initrd line in my boot loader 
 (grub) and the kernel loads without problems.
 
 Moshe Kaminsky wrote:
 
 Hi,
 
 I'm trying to setup gentoo at home. I'm stuck with the kernel: when the 
 boot process starts, everything seems to be ok for a while. Then, I get 
 the following line twice:
 /linuxrc: 285: test: not found
 and then the machine reboot. This happens with both the 2.4.22-gentoo-r5 
 and 2.6.1-gentoo-r1 kernels. I'm using genkernel 3.0.1_beta8 to compile 
 the kernel, and I pass the parameters mentioned in the genkernel README 
 file.
 
 Any help is appreciated
 Moshe
   
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Need some advice on to switch from mandrake to gentoo.

2004-02-06 Thread Claudinei Matos
On Sat, 2004-02-07 at 00:56, Grendel wrote:
 Hi all,
 
 I need some advice about switchin from mandrake 9.1 to gentoo.
 My setup is this, Athlon 3000xp with Asus a7n8x motherboard
Good idea, to move in Gentoo. Welcome.
  
 My 80gb disk is partioned in to / and /home, I would like to keep /home.

 I have downloaded the athlon-xp optiomised 2live cd's.
 
 My nvnet nforce2 ethernet is automatically detected by the live cd1, so I 
 have everything working.
 
 Now since this is for my workstation, I would like to get it up and 
 running fast, so I have some questions.
 
 1. Can I install using the 2 live'cds and then upgrade later to the recent 
 sources?
yeap, actually, if you wanna you can start directly with stage3 that
provide you all content of bootsplash and emerge system and also
emerge sync. this will save you 5 hours.
so verify if you CD provide the latest version of the stage file.
One time that you de-compress stage3 to your root partition, you have to
continue with Gentoo handbook in kernel configuration
remember that to upgrade you portage tree you have to do as root
#emerge sync
so when the tree are updated you may try 
#emerge -u system - update base system
#emerge -u world  - update the installed packages
 2. How long will it take to get a running KDE setup with the two live 
 cd's.
 
I guess that you will spend +/- 6 hours to put KDE to work, but I'm not
sure 'cause I use gnome.
I think that have some compiled packages to download at portage tree but
I'm not sure of how to do that, so maybe somebody can explain that.
 3. I have a broadband connection so large downloads are not a problem.
 
 
 
 
 Thanks,
 Grendel. 
 
I hope I help you.

Claudinei Matos


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel 2.6.1 development-sources iptables

2004-02-04 Thread Claudinei Matos
Ok,

that's my mistake about put IP tables built-in kernel instead of module.
So I try again putting IP tables suppport like module like you can see
below, but I still can't load iptables but now I can load ip_tables. Is
this the same one??
[*] Network packet filtering (replaces ipchains)  --  IP: Netfilter
Configuration  -- 
* IP tables support (required for filtering/masq/NAT)
M   limit match support
M   IP range match support
I also tryed to use these optbions below like modules but I'm not
allowed to change this to module, so I also tryed to deactivate these
options but in the same way I can't load iptables module.
Is this options below part of iptables too? or it's just for router? I'm
really confused about iptables support in this kernel 'cause it's so
differente of the 2.6.0 version.
Device Drivers -
  Networking support -
Networking Options -
[*] IP: advanced router
[*]   IP: policy routing
[*] IP: use netfilter MARK value as routing key
[*] IP: fast network address translation
[*]   IP: equal cost multipath
[*]   IP: use TOS value as routing key
[*]   IP: verbose route monitoring


Tks in advice,

claudinei matos

On Tue, 2004-02-03 at 16:46, Marshal Newrock wrote: 
 On Tue, 3 Feb 2004, Claudinei Matos wrote:
 
  So genkernel had marked that's options and I tried to compile the kernel
  without any other changes, but the module iptables had not compiled
  Device Drivers -
Networking support -
  Networking Options -
  [*] Network packet filtering (replaces ipchains)  --
IP: Netfilter Configuration  --
  * IP tables support (required for filtering/masq/NAT)
  M   limit match support
  M   IP range match support
 
 [snip]
 
  So, is the module name of iptable changed? When I see this message of
  lsmod, I tryed to use the last version of firehol to create my firewall
  rules, but when I start firehol the program exit with error on trying to
  load iptable module.
 
  What can I doing wrong? Have anybody any advice to take me?
 
 The * indicates that IP tables is compiled in, rather than compiled as a
 module.  Since there's no module, 'modprobe iptables' will fail, but if
 you do 'iptables -L' you'll see iptables present and working.
 
 You would either need to change IP Tables support to be a module, or
 change the firehol script to recognize that iptables might be compiled in,
 instead of a module.  IMHO, failing if something is compiled in rather
 than a module is poor planning or poor programming (if there's a
 difference).


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Running gentoo inside VMWare

2004-02-04 Thread Claudinei Matos
I'm working at my Gentoo box and the beginning of the job was already
done at VMWare.
I used Gentoo boot cd 1.4 and it detected the network drive as pcnet32
like Alan tells u already. Also detected my soundcard, the only thing is
that my soundcard is a es1370 but has auto detected like es1371. I
did'nt tested if sound works, but if had loaded I guess so.
You don't need to download vmnware driver for X since this is disponible
at Kernel 2.6.1 (the one I'm using)...
So I only can work in vmware just before bootstrap stage, ... I get
anything like 3 to 5 crashes when trying to compile gcc and other stuffs
of bootstrap. 
I was using the true partitions of my disk instead of use a virtual
disk, so I really don't know if the crashes are because of Windows 2000
are installed in the same disk (another partitions curse), or by any
other problem, so I finished this process with Gentoo CD and Knoppix
with chroot.
In other hand, I used to install Win98 and Windows 2000 into VMWare on
Linux but in this one I used virtual disk, and this work very fine,
including graphics and sound

Well, that's it.

Claudinei Matos

On Wed, 2004-02-04 at 16:41, Alan wrote:
 On Wed, Feb 04, 2004 at 07:39:57PM +0100, Gerhard W.Gruber wrote:
  Did anybody successfully run a gentoo installation within a VMWare session? If
  so I would really appreciate it if I could get the kernel configuration for
  it.
 



--
[EMAIL PROTECTED] mailing list



[gentoo-user] kernel 2.6.1 development-sources iptables

2004-02-03 Thread Claudinei Matos
Hi guys,

I installed gentoo at my machine and I choose to use kernel 2.6.1
I emerged the kernel with emerge development-souces and I compile that
with genkernel --menuconfig all
So genkernel had marked that's options and I tried to compile the kernel
without any other changes, but the module iptables had not compiled
Device Drivers -
  Networking support -
Networking Options -
[*] Network packet filtering (replaces ipchains)  ---
  IP: Netfilter Configuration  ---
* IP tables support (required for filtering/masq/NAT)
M   limit match support
M   IP range match support
M   MAC address match support
M   Packet type match support
M   netfilter MARK match support
M   Multiple port match support
M   TOS match support
M   recent match support
M   ECN match support
M   DSCP match support
M   AH/ESP match support
M   LENGTH match support
M   TTL match support
M   tcpmss match support
M   Owner match support
M   Packet filtering
M Packet mangling
M   TOS target support
M   ECN target support
M   DSCP target support
M   MARK target support
M   CLASSIFY target support
M LOG target support
M ULOG target support
M TCPMSS target support 

So I tried to use this options:
Device Drivers -
  Networking support -
Networking Options -
[*] IP: advanced router
[*]   IP: policy routing
[*] IP: use netfilter MARK value as routing key
[*] IP: fast network address translation
[*]   IP: equal cost multipath
[*]   IP: use TOS value as routing key
[*]   IP: verbose route monitoring

And in the same way I can't find module iptables
[EMAIL PROTECTED] linux # modprobe itpables
FATAL: Module itpables not found.
But if I try to exec /etc/init.d/iptables start and try to list the
modules i get that:
#lsmod
ipt_LOG 5120  14
ipt_limit   2048  16
iptable_filter  2432  1

So, is the module name of iptable changed? When I see this message of
lsmod, I tryed to use the last version of firehol to create my firewall
rules, but when I start firehol the program exit with error on trying to
load iptable module.

What can I doing wrong? Have anybody any advice to take me?

Tks a lot,

Claudinei Matos


--
[EMAIL PROTECTED] mailing list



[gentoo-user] joystick sidewinder ens1370 alsa kernel-2.6.0

2004-01-21 Thread Claudinei Matos
hi,

in first place, sorry about my english.

i'm using kernel 2.6.0 on my gentoo and using alsa sound drivers instead
of OSS (which is recommended into the kernel configuration)
well, the sound work's fine except that the second soundcard is detected
but can't be configured by the mixer, but that isn't my problem now. 
My really problem is that I can't put my joystick to work... I already
read joystick.txt (kernel docs), had a look at gentoo.org and google but
I can't do it..
my joystick is a Sidewinder Gamepad (the first one) and my soundcard is
a Creative ENS1370
I already try to compile the support into the kernel and as a module but
in the both way I can't put the joystick to work.

below have the lines that I put into /etc/modules.conf

alias char-major-13 input
above input joydev gameport sidewinder
options analog js=gamepad8

this modules are loaded at the boot
sao esses:

snd_seq_midi6496  0
snd_cmipci 31096  0
snd_opl3_lib8960  1 snd_cmipci
snd_hwdep   7200  1 snd_opl3_lib
snd_mpu401_uart 5696  1 snd_cmipci
snd_ens137015336  1
snd_rawmidi19680  3 snd_seq_midi,snd_mpu401_uart,snd_ens1370
gameport3520  1 snd_ens1370
snd_ak4531_codec6592  1 snd_ens1370
snd_pcm_oss47844  0
snd_pcm83684  3 snd_cmipci,snd_ens1370,snd_pcm_oss
snd_page_alloc  9028  2 snd_ens1370,snd_pcm
snd_mixer_oss  16640  2 snd_pcm_oss

if I try to load sidewinder with modprobe sidewinder the module is
loaded sucessfully but if I try to do a jstest /dev/js0 (or js1, js2,
js3) I get the message jstest: No such device

I really don't know what else to do and I just want that to play my
xmame games and doesn't have to use rWindow$ just 'cause the games.

tks for advice,

claudinei matos


--
[EMAIL PROTECTED] mailing list