[gentoo-user] devfsd question

2003-06-02 Thread Rick Sivernell

Well, I think I have narrowed down my problem here, but not sure. When I boot
into gentoo  during startup, I get you have not installed devfs into the system,
it is required. Well, I have recompiled, many times trying to find the proble. I
can not find where in the start scripts that the following is useddevfsd /dev. 
Where do I put it? many thanks

-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
[EMAIL PROTECTED]
Gentoo Linux 
Registered Linux User

   .~.
  / v \
 /( _ )\
   ^ ^
In Linux we trust!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfsd question

2003-06-02 Thread Tom Wesley
On Sunday 01 June 2003 14:44, Rick Sivernell wrote:
 Well, I think I have narrowed down my problem here, but not sure. When I
 boot into gentoo  during startup, I get you have not installed devfs into
 the system, it is required. Well, I have recompiled, many times trying to
 find the proble. I can not find where in the start scripts that the
 following is useddevfsd /dev. Where do I put it? many thanks

from your email it sounds like you do not have devfs compiled into the kernel.  
The installation instructions say:


File systems ---
   ...
  [*] /proc file system support
(Required for Gentoo Linux.)
  [*] /dev file system support (EXPERIMENTAL)
  [*]   Automatically mount at boot  
(Required for Gentoo Linux.)
  [ ] /dev/pts file system for Unix98 PTYs
(Uncheck this, it is NOT needed.)
   ...
  * Second extended fs support
(Only needed if you are using ext2.)
   ...
  * XFS filesystem support
(Only needed if you are using XFS.)


Is this as yours looks?
-- 
Tom Wesley
Please encrypt personal replies if possible.


pgp0.pgp
Description: signature


Re: [gentoo-user] Getting Mozilla to appear as IE6

2003-06-02 Thread nealbirch
On Sun, 1 Jun 2003 15:55:41 +0200
Torbjoern Haarstad Orskaug [EMAIL PROTECTED] wrote:

 On Fri, May 30, 2003 at 10:42:23PM -0400, Trey Sizemore wrote:
  How do I get my Mozilla 1.4b browser to appear as IE6 on Windows XP
  when I visit sites?  Long story short is I'm trying out a language
  site and have the plug-in I need, but I think the Moz browser is
  throwing it off.
  
  Thanks,
  
  Trey
 
 You could try the prefbar plugin for mozilla. You can grab it from
 http://www.xulplanet.com/downloads/prefbar/

Also there is a plugin at

http://chrispederick.myacen.com/work/firebird/useragentswitcher/

that is supposed to add a menu item to do the user agent spoofing thing,
but on my version of phoenix it does not. I need it to get to my
companies web site, and it worked on an earlier version fine. 

-- 
The universe is ruled by letting things take their course.  It cannot be
ruled by interfering.
-- Chinese proverb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Strange lockup on HP laptop

2003-06-02 Thread nmeyers
Hello,

I've noticed an odd keyboard/mouse lockup on my HP Pavilion N5430
laptop since moving to Gentoo. The keyboard and mouse sometime go
non-responsive... but a quick flick of the momentary-contact power switch
unlocks it. (It's a soft switch, of course - just generating an interrupt,
not yanking the current.) I've seen it both in X and on the console,
and I do not run gpm - so the kernel seems to be implicated. I'm running
the current 2.4.20-r5 gentoo-sources kernel.

I haven't ruled out the possibility that the entire system is locked
up - I'll try a remote connection to it the next time it happens.
Whatever... it appears to recover cleanly with the hit on the power
switch.

Does this behavior ring a bell with anyone?

Nathan Meyers
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Strange lockup on HP laptop

2003-06-02 Thread Collins Richey
On Sun, 1 Jun 2003 10:27:42 -0400
[EMAIL PROTECTED] wrote:

 Hello,
 
 I've noticed an odd keyboard/mouse lockup on my HP Pavilion N5430
 laptop since moving to Gentoo. The keyboard and mouse sometime go
 non-responsive... 

I have Pavillion 8255C desktop computer, and I've observed that behavior
frequently since the box was new.  It's mostly used for WinCruft now,
but I did see occasional lockups on linux as well.

My basic opinion is that HP boxes are a big smelly pile of crap!  Have
you ever tried to open an HP box to do maintenance?

Maybe the laptops are better, but I wouldn't touch one with a fork.

Sorry, this doesn't help your problem - just a rant.

-- 
Collins Richey - Denver Area
gentoo stable - ext3

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge gcc-3.2.3 broke everything !

2003-06-02 Thread Shawn
You said you tried bootstrap, but does that mean boot from your CD and
do what /install.txt says?

If so, and if that fails, you need to emerge unmerge glibc.

If not, I suggest you save off your package mask file, your world file
and make.conf, and any other config file you need, and re-do everything
from the CD with the 3.2.3 compiler.

On Sat, 2003-05-31 at 12:59, Jonathan Chocron wrote:
 Hi, I am in very big trouble here.
 
 I used to use gcc-3.2.2 with -march=pentium4 and -msse2, and everything was
 fine. However, some people on the list pointed out that gcc-3.2.2
 generated erroneous code with -march=pentium4 and that I should be
 using gcc-3.2.3 at least. I emerged gcc-3.2.3 with -march=pentium3,
 then re-emerged it with -march=pentium4 in order to purge any
 erroneous sse code. That done, I decided it was time to emerge -e
 world, so I did. Everyhting was fine until it emerged glibc, at which
 point I started havong some error messages like : cannot find
 libgcc_s.so.1 : no such file or directory. This is anoying as no
 python app can run now, so, no emerge, no ebuild, no nothnig to
 rebuild my system. I even tried to bootstrap, but same error.
 
 I did a locate libgcc_s.so.1, and found it in
 /usr/lib/gcc-lib/i686-pc-gnu-linux/3.2.3. I checked, it's there. I
 checked my ld.so.conf, the correct path is there. I checked
 /etc/env.d/05gcc, the path was there, and I tried an env-update, but
 the script needs the library. In the
 /usr/lib/gcc-lib/i686-pc-gnu-linux/ directory, I added the following
 symlinks :
 3.2.1 - 3.2.3
 3.2.2 - 3.2.3
 
 It did not solve the problem, and I am out of ideas as this kind of
 trouble is way out of my league. I'm starting to despair.
 
 Any advice, please ??
 
 Jonathan

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Generating international characters from us_intl keymap

2003-06-02 Thread Collins Richey
I've had a lengthy interchange on another group about this topic, but
thus far no success for me although it seens to work for most people.

I would like to be able to generate the standard international
characters (umlaut vowels, Spanish reversed qustion marks, acute acented
vowels, etc.) via some combintion of keystrokes.  My fonts have good
support, and such character are displayed ok in mozilla and sylpheed,
but I have not been able to find a way to generate the characters in any
X application.  Lots of googling, but no joy.

I have the following keyboard definitions in my XF86Config:

Section InputDevice

Identifier  Keyboard1
Driver  Keyboard
Option XkbRules   xfree86
Option XkbModel   pc104
Option XkbLayout  us_intl
Option XkbOptions
grp:lwin_switch,lv3:rwin_switch,grp_led:scroll,compose:menu


Using xev, I see that these keys (Win left and right and Win Menu
keys) have the desired options:


KeyPress event, serial 28, synthetic NO, window 0x121,
root 0x38, subw 0x0, time 6432368, (81,494), root:(1015,518),
state 0x0, keycode 115 (keysym 0xff7e, Mode_switch), same_screen
YES,XLookupString gives 0 bytes:  

KeyPress event, serial 28, synthetic NO, window 0x121,
root 0x38, subw 0x0, time 6435868, (81,494), root:(1015,518),
state 0x0, keycode 116 (keysym 0xfe03, ISO_Level3_Shift),
same_screen YES,XLookupString gives 0 bytes:  

KeyPress event, serial 28, synthetic NO, window 0x121,
root 0x38, subw 0x0, time 6440948, (81,494), root:(1015,518),
state 0x0, keycode 117 (keysym 0xff20, Multi_key), same_screen YES,
XLookupString gives 0 bytes:  

However, these keys are not recognized in conjunction with any other key
- I just get the underlying key.  The us_intl keymap has several
characters that have a specified third option, but I can get only
unshifted and shifted to work.

What am I missing?  How can I generate the desired characters using
some combination of keystrokes?

Thanks,
-- 
Collins Richey - Denver Area
gentoo stable - ext3

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Generating international characters from us_intl keymap

2003-06-02 Thread Peter Ruskin
On Sunday 01 Jun 2003 17:03, Collins Richey wrote:
 I've had a lengthy interchange on another group about this topic, but
 thus far no success for me although it seens to work for most people.

 I would like to be able to generate the standard international
 characters (umlaut vowels, Spanish reversed qustion marks, acute
 acented vowels, etc.) via some combintion of keystrokes.  My fonts
 have good support, and such character are displayed ok in mozilla and
 sylpheed, but I have not been able to find a way to generate the
 characters in any X application.  Lots of googling, but no joy.

 I have the following keyboard definitions in my XF86Config:

 Section InputDevice

 Identifier  Keyboard1
 Driver  Keyboard
 Option XkbRules   xfree86
 Option XkbModel   pc104
 Option XkbLayout  us_intl
 Option XkbOptions
 grp:lwin_switch,lv3:rwin_switch,grp_led:scroll,compose:menu


 Using xev, I see that these keys (Win left and right and Win Menu
 keys) have the desired options:


 KeyPress event, serial 28, synthetic NO, window 0x121,
 root 0x38, subw 0x0, time 6432368, (81,494), root:(1015,518),
 state 0x0, keycode 115 (keysym 0xff7e, Mode_switch), same_screen
 YES,XLookupString gives 0 bytes:  

 KeyPress event, serial 28, synthetic NO, window 0x121,
 root 0x38, subw 0x0, time 6435868, (81,494), root:(1015,518),
 state 0x0, keycode 116 (keysym 0xfe03, ISO_Level3_Shift),
 same_screen YES,XLookupString gives 0 bytes:  

 KeyPress event, serial 28, synthetic NO, window 0x121,
 root 0x38, subw 0x0, time 6440948, (81,494), root:(1015,518),
 state 0x0, keycode 117 (keysym 0xff20, Multi_key), same_screen
 YES, XLookupString gives 0 bytes:  

 However, these keys are not recognized in conjunction with any other
 key - I just get the underlying key.  The us_intl keymap has several
 characters that have a specified third option, but I can get only
 unshifted and shifted to work.

 What am I missing?  How can I generate the desired characters using
 some combination of keystrokes?

 Thanks,

Hi Collins,

I use /etc/X11/Xmodmap (attached).  Format is:
keycode nn = key shift AltGr shift+AltGr

In ~/.bashrc I have:
[ -n $DISPLAY ]  xmodmap /etc/X11/Xmodmap

HTH,
Peter
keycode 10 = 1 exclam onesuperior exclamdown
keycode 11 = 2 quotedbl twosuperior Igrave
keycode 12 = 3 sterling threesuperior currency
keycode 13 = 4 dollar onequarter dollar
keycode 14 = 5 percent onehalf 5
keycode 15 = 6 asciicircum threequarters 6
keycode 16 = 7 ampersand braceleft 7
keycode 17 = 8 asterisk bracketleft 8
keycode 18 = 9 parenleft bracketright plusminus
keycode 19 = 0 parenright braceright degree
keycode 20 = minus underscore backslash questiondown
keycode 21 = equal plus equal equal
keycode 22 = BackSpace
keycode 24 = q Q at igrave
keycode 25 = w W ediaeresis Ediaeresis
keycode 26 = e E eacute Eacute
keycode 27 = r R paragraph registered
keycode 28 = t T egrave Egrave
keycode 29 = y Y y yen
keycode 30 = u U udiaeresis Udiaeresis
keycode 31 = i I iacute Iacute
keycode 32 = o O odiaeresis Odiaeresis
keycode 33 = p P thorn THORN
keycode 34 = bracketleft braceleft bracketleft bracketleft
keycode 35 = bracketright braceright bracketright bracketright
keycode 38 = a A ae AE
keycode 39 = s S ssharp section
keycode 40 = d D eth ETH
keycode 41 = f F ordfeminine ordfeminine
keycode 42 = g G adiaeresis Adiaeresis
keycode 43 = h H agrave Agrave
keycode 44 = j J aring Aring
keycode 45 = k K ampersand ampersand
keycode 46 = l L ccedilla Ccedilla
keycode 47 = semicolon colon ecircumflex Ecircumflex
keycode 48 = apostrophe at ugrave Ugrave
keycode 49 = grave notsign bar bar
keycode 51 = numbersign asciitilde  asciitilde asciitilde
keycode 52 = z Z guillemotleft less
keycode 53 = x X guillemotright greater
keycode 54 = c C cent copyright
keycode 55 = v V v grave
keycode 56 = b B b apostrophe
keycode 57 = n N ntilde Ntilde
keycode 58 = m M mu masculine
keycode 59 = comma less Eacute multiply
keycode 60 = period greater periodcentered division
keycode  61 = slash question slash slash
keycode  94 = backslash bar bar brokenbar
keycode 115 = F13
keycode 117 = Menu

--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] kernel panic

2003-06-02 Thread Jens Mayer
* On Sat, May 31, 2003 at 22:53:33 -0700, Klaus D. Neumann wrote:

 I used stage 3 (latest version) to install from within my SuSE. While
 booting into Gentoo the very first time, the system tells me:
 Kernel panic: no init found

 What did I miss?

 Maybe you made a mistake in setting up your /etc/fstab? Your kernel
 seems to be unable to find the root-partition, /.

 Can you see any mistake here? (file attached)

As I can see, your root partition uses ReiserFS. Do you have ReiserFS
compiled into your kernel (note: a module won't work here). 

Please also note (as it is a common mistake) that the root partition 
in Grub is equivalent to the _boot_ partition in fstab,,not to /.

Regards,
Jens

-- 
Life is the childhood of our immortality.
-- Goethe

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfsd question

2003-06-02 Thread Brett I. Holcomb
Make sure devfs is in the kernel and auto start at boot is set - it's under 
file systems in menuconfig.

 Well, I think I have narrowed down my problem here, but not sure. When I
 boot into gentoo  during startup, I get you have not installed devfs into
 the system, it is required. Well, I have recompiled, many times trying to
 find the proble. I can not find where in the start scripts that the
 following is useddevfsd /dev. Where do I put it? many thanks

-- 

Brett I. Holcomb
AKA Grunt 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Generating international characters from us_intlkeymap

2003-06-02 Thread Collins Richey
On Sun, 1 Jun 2003 17:29:56 +0100
Peter Ruskin [EMAIL PROTECTED] wrote:

 On Sunday 01 Jun 2003 17:03, Collins Richey wrote:
  I've had a lengthy interchange on another group about this topic,
  but thus far no success for me although it seens to work for most
  people.
 
  I would like to be able to generate the standard international
  characters via some combintion of keystrokes.  
  What am I missing?  How can I generate the desired characters using
  some combination of keystrokes?
 

 
 I use /etc/X11/Xmodmap (attached).  Format is:
 keycode nn = key shift AltGr shift+AltGr
 
Thanks,

I've done this, but still nothing.   I only get the unshifted and
shifted values.  BTW, which key do you have defined as AltGr?

X server was restarted.

-- 
Collins Richey - Denver Area
gentoo stable - ext3

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Performing Global Updates

2003-06-02 Thread Aaron Stout
Just curious what this message is all about. I have been receiving this
message lately in when emerge syncing.

Performing Global Updates: /usr/portage/profiles/updates/2Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
[EMAIL PROTECTED]


 ** Skipping packages. Run 'fixpackages' or set it in FEATURES to fix
the
tbz2's in the packages directory. Note: This can take a very long
time.

The Run 'fixpackeges' part. is that part of the gentoolkit or emerge?

-- 
Aaron


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Performing Global Updates

2003-06-02 Thread bryn
Aaron Stout wrote:
Just curious what this message is all about. I have been receiving this
message lately in when emerge syncing.
Performing Global Updates: /usr/portage/profiles/updates/2Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
[EMAIL PROTECTED]
 ** Skipping packages. Run 'fixpackages' or set it in FEATURES to fix
the
tbz2's in the packages directory. Note: This can take a very long
time.
The Run 'fixpackeges' part. is that part of the gentoolkit or emerge?

It updates binary packages to reflect changes in the location of 
packages in the portage tree. afaik it's not needed often and runs quick 
unless you have lots of binary packages.

You'll find it in /usr/lib/portage/bin there's also a question about it 
in the faq section of the forums

Bryn.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: Load Balancing Software?

2003-06-02 Thread Luis Mariano Luporini
You can read about it on:

http://www.linux-ip.net
http://www.lartc.org
You can do load-balancing, connection failing over, traffic shaping and 
a lot of interesting things.

Luis.

Keith Hamilton wrote:

I'm actually trying to balance the bandwidth between two cable modems.

-- Keith

-Original Message-
From: Daniel Jaeggi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 9:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Load Balancing Software?
On Wed, May 28, 2003 at 09:37:26AM -0500, Keith Hamilton wrote:

Does anyone know of any Load Balancing software for linux?

-- Keith
Depends exactly what you mean and what you are trying to do, but you may
wish to have a look at openmosix - http.//www.openmosix.com
Dan

--
[EMAIL PROTECTED] mailing list
--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Generating international characters from us_intl keymap

2003-06-02 Thread Peter Ruskin
On Sunday 01 Jun 2003 18:14, Collins Richey wrote:
 On Sun, 1 Jun 2003 17:29:56 +0100

 Peter Ruskin [EMAIL PROTECTED] wrote:
  On Sunday 01 Jun 2003 17:03, Collins Richey wrote:
   I've had a lengthy interchange on another group about this topic,
   but thus far no success for me although it seens to work for most
   people.
  
   I would like to be able to generate the standard international
   characters via some combintion of keystrokes.
   What am I missing?  How can I generate the desired characters
   using some combination of keystrokes?
 
  I use /etc/X11/Xmodmap (attached).  Format is:
  keycode nn = key shift AltGr shift+AltGr

 Thanks,

 I've done this, but still nothing.   I only get the unshifted and
 shifted values.  BTW, which key do you have defined as AltGr?

KeyPress event, serial 22, synthetic NO, window 0x321,
root 0x6e, subw 0x0, time 2227519614, (612,-203), root:(616,399),
state 0x10, keycode 113 (keysym 0xff7e, Mode_switch), same_screen 
YES, XLookupString gives 0 characters:  

...so it's 113

BTW, I'm using xfree-4.2.1-r2.  4.3.0 is broken as far as I'm concerned, 
mainly because winex won't work with it yet.

Peter



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel panic

2003-06-02 Thread Klaus D. Neumann
On Saturday 31 May 2003 22:57, Chris I wrote:



 As for your kernel panic, have you set your root= value properly in
 your bootloader, as per the gentoo installation instructions?

O-oh! That was it! Thank you so much! My Gentoo starts now, unfortunately it 
cannot find any of my two network cards. Can you give me a hint? When I 
chroot into it from SuSE, my internet connection works just fine.
-- 
Best regards,
Klaus


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel panic

2003-06-02 Thread Klaus D. Neumann
On Sunday 01 June 2003 12:30, Brett I. Holcomb wrote:
 What do you mean can't find?  Any error messages?

eth0: no such device
eth1: no such device



 Check to make sure that you have setup /etc/conf.d/net and then done the
 rc-update on it. 

Yes, I did.

 Also make sure the NIC module is loaded or it's built
 into the kernel.

How do I check if the module is loaded?
My kernel should be okay, IMHO. Any suggestions for improvement?

-- 
Best regards,
Klaus
#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_LOLAT=y
# CONFIG_LOLAT_SYSCTL is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M586MMX31 is not set
# CONFIG_M686 is not set
# CONFIG_MPPRO31 is not set
# CONFIG_M68631 is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMIII31 is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MPENTIUM431 is not set
CONFIG_MK6=y
# CONFIG_MK6231 is not set
# CONFIG_MK7 is not set
# CONFIG_MK731 is not set
# CONFIG_MXP31 is not set
# CONFIG_MMP31 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_HAS_TSC=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_3GB is not set
# CONFIG_05GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
CONFIG_SMP=y
CONFIG_PREEMPT=y
# CONFIG_MULTIQUAD is not set
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y
CONFIG_HAVE_DEC_LOCK=y

#
# General setup
#
CONFIG_HZ=200
CONFIG_NET=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set

#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=m
CONFIG_HOTPLUG_PCI_COMPAQ=m
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_SYSTRACE is not set
CONFIG_PM=y
# CONFIG_APM is not set

#
# ACPI Support
#
# CONFIG_ACPI is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
# CONFIG_PARPORT_PC is not set
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
CONFIG_BLK_CPQ_DA=m
CONFIG_BLK_CPQ_CISS_DA=m
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_CDROM_PKTCDVD=m
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_BLK_STATS is not set

#
# Enterprise Volume Management System
#
# CONFIG_EVMS is not set
# CONFIG_EVMS_LOCAL_DEV_MGR is not set
# CONFIG_EVMS_DOS_SEGMENT_MGR is not set
# CONFIG_EVMS_GPT_SEGMENT_MGR is not set
# CONFIG_EVMS_SNAPSHOT is not set
# CONFIG_EVMS_DRIVELINK is not set
# CONFIG_EVMS_BBR is not set
# CONFIG_EVMS_LVM is not set
# CONFIG_EVMS_MD is not set
# CONFIG_EVMS_MD_LINEAR is not set
# CONFIG_EVMS_MD_RAID0 is not set
# CONFIG_EVMS_MD_RAID1 is not set
# CONFIG_EVMS_MD_RAID5 is not set
# CONFIG_EVMS_AIX is not set
# CONFIG_EVMS_OS2 is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# 

Re: [gentoo-user] kernel panic

2003-06-02 Thread Brett I. Holcomb
lsmod will list modules installed.  The one for your network card should be 
there if you selected module in menuconfig.  Go to /usr/src/linux and do make 
menuconfig - then check under network for the card that matches yours.  Make 
sure it's either a module or built in.

If it's a module you need to add the module name (without the .o) to 
/etc/modules.autoload so it will be loaded at boot.  You can do this from the 
commmand line with modprobe modulename and it will install the module.

 On Sunday 01 June 2003 12:30, Brett I. Holcomb wrote:
  What do you mean can't find?  Any error messages?

 eth0: no such device
 eth1: no such device

  Check to make sure that you have setup /etc/conf.d/net and then done the
  rc-update on it.

 Yes, I did.

  Also make sure the NIC module is loaded or it's built
  into the kernel.

 How do I check if the module is loaded?
 My kernel should be okay, IMHO. Any suggestions for improvement?

-- 

Brett I. Holcomb
AKA Grunt 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rxvt oddness

2003-06-02 Thread Andy Smith
On Sun, Jun 01, 2003 at 08:17:50PM +0100, Andy Smith wrote:
 Having merged rxvt in gentoo I tried this, but rxvt seems to close
 itself immediately when the -e option is used.  rxvt by itself
 does provide me with a working terminal on the local machine, and
 rxvt -e bash does too, but pretty much anything else after the -e
 leads to the terminal just closing itself flashing away too fast to
 see any output or errors (if there were any).

More investigation with strace revealed that rxvt was trying to open
the utmp file.  By running with rxvt -ut it now works for me.  I
guess I never had the utmp option enabled before.

Whether this is the best solution I do not know.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Strange lockup on HP laptop

2003-06-02 Thread Ernie Schroder
On Sunday 01 June 2003 10:27 am, [EMAIL PROTECTED] wrote:
 Hello,

 I've noticed an odd keyboard/mouse lockup on my HP Pavilion N5430
 laptop since moving to Gentoo. The keyboard and mouse sometime go
 non-responsive... but a quick flick of the momentary-contact power
 switch unlocks it. (It's a soft switch, of course - just generating
 an interrupt, not yanking the current.) I've seen it both in X and on
 the console, and I do not run gpm - so the kernel seems to be
 implicated. I'm running the current 2.4.20-r5 gentoo-sources kernel.

 I haven't ruled out the possibility that the entire system is locked
 up - I'll try a remote connection to it the next time it happens.
 Whatever... it appears to recover cleanly with the hit on the power
 switch.

 Does this behavior ring a bell with anyone?

 Nathan Meyers
 [EMAIL PROTECTED]

 --
 [EMAIL PROTECTED] mailing list

I occasionally have a similar problem, though I'm nearly certain it is a 
problem with my KVM switch. Usually, just the mouse goes south. If this 
is the case, I can switch to a virtual console and back to X and all is 
well. I forget who pointed this out to me on the list. THANKS, who ever 
you are.
I don't know if this will help you but, when both the KB and mouse go 
off line, I can ssh in and kill and restart X.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Strange lockup on HP laptop

2003-06-02 Thread nmeyers
On Sun, Jun 01, 2003 at 04:19:07PM -0400, Ernie Schroder wrote:
 On Sunday 01 June 2003 10:27 am, [EMAIL PROTECTED] wrote:
  Hello,
 
  I've noticed an odd keyboard/mouse lockup on my HP Pavilion N5430
  laptop since moving to Gentoo. The keyboard and mouse sometime go
  non-responsive... but a quick flick of the momentary-contact power
  switch unlocks it. (It's a soft switch, of course - just generating
  an interrupt, not yanking the current.) I've seen it both in X and on
  the console, and I do not run gpm - so the kernel seems to be
  implicated. I'm running the current 2.4.20-r5 gentoo-sources kernel.
 
  I haven't ruled out the possibility that the entire system is locked
  up - I'll try a remote connection to it the next time it happens.
  Whatever... it appears to recover cleanly with the hit on the power
  switch.
 
  Does this behavior ring a bell with anyone?
 
  Nathan Meyers
  [EMAIL PROTECTED]
 
  --
  [EMAIL PROTECTED] mailing list
 
 I occasionally have a similar problem, though I'm nearly certain it is a 
 problem with my KVM switch. Usually, just the mouse goes south. If this 
 is the case, I can switch to a virtual console and back to X and all is 
 well. I forget who pointed this out to me on the list. THANKS, who ever 
 you are.
   I don't know if this will help you but, when both the KB and mouse go 
 off line, I can ssh in and kill and restart X.

Thanks... looks like our situations are different. On a bit more
investigation, I learned that the machine is completely locked up -
can't ssh, can't even ping it.  But generating that little NMI from the
power switch frees it.

I'm inclined to suspect ACPI, which (past history shows) is often a
good suspect in such problems. The machine supports ACPI, and I've got
it enabled in the kernel.

Nathan Meyers
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



[gentoo-user] kde font issue: small fonts

2003-06-02 Thread Jeff Elkins
Honey, I shrunk the fonts!

Under gentoo my kde fonts seem to be at least half the size of my fonts when 
running debian. 

I'm using the same set of truetype fonts for both, located in usr/local. My 
home directory (and .kde/.kde3.1 directories) also remains the same for both 
OS'es. 

I've checked the various gentoo X11 config files, and made sure that 100dpi 
references occur before 75dpi, and that they point to my usr/local Truetype 
storage.

Any tips appreciated, TIA.

Jeff Elkins


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] now what? - was:kernel panic

2003-06-02 Thread Klaus D. Neumann
On Sunday 01 June 2003 12:54, Brett I. Holcomb wrote:
 lsmod will list modules installed.  The one for your network card should be
 there if you selected module in menuconfig.  Go to /usr/src/linux and do
 make menuconfig - then check under network for the card that matches yours.
  Make sure it's either a module or built in.

Okay, this problem is solved. Thanks a lot! My system is up and running, - in 
text mode. Now what? Is there any documentation as to what to do next? How do 
I get kde and gnome running? As I understand I don't even have an X server 
jet. I tried emerge xfree, but got the error: file incomplete or corrupt

Is there maybe a book about how to build a complete Gentoo system?


-- 
Best regards,
Klaus


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] now what? - was:kernel panic

2003-06-02 Thread Brett I. Holcomb
You're welcome.  What did you do?

Read the install notes - which I assume you've done.  No books - check out 
the docs on setting up the desktop and other docs.  Essentially you merge 
xfree, set up /etc/X11/XF86Config, test it, then add the drivers for you 
video card and test some more.  After X is running then you can add KDE, 
Gnome, xfce, or whatever you want.  You can also install any apps that you 
desire.


 On Sunday 01 June 2003 12:54, Brett I. Holcomb wrote:
  lsmod will list modules installed.  The one for your network card should
  be there if you selected module in menuconfig.  Go to /usr/src/linux and
  do make menuconfig - then check under network for the card that matches
  yours. Make sure it's either a module or built in.

 Okay, this problem is solved. Thanks a lot! My system is up and running, -
 in text mode. Now what? Is there any documentation as to what to do next?
 How do I get kde and gnome running? As I understand I don't even have an X
 server jet. I tried emerge xfree, but got the error: file incomplete or
 corrupt

 Is there maybe a book about how to build a complete Gentoo system?

-- 

Brett I. Holcomb
AKA Grunt 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] now what? - was:kernel panic

2003-06-02 Thread Klaus D. Neumann
On Sunday 01 June 2003 14:44, Brett I. Holcomb wrote:
 You're welcome.  What did you do?

I reconfigured my kernel, and included the drivers for the NICs direct instead 
of compiling them as modules. Maybe a dirty way but right now easier for me 
to understand.


 Read the install notes - which I assume you've done.  No books - check out
 the docs on setting up the desktop and other docs.  Essentially you merge
 xfree, set up /etc/X11/XF86Config, test it, then add the drivers for you

Well, here the problem starts:
bash-2.05b# emerge xfree
Calculating dependencies ...done!
 emerge (1 of 1) x11-base/xfree-4.3.0-r2 to /
 md5 src_uri ;-) X430src-1.tgz
 md5 src_uri ;-) X430src-2.tgz
 md5 src_uri ;-) X430src-3.tgz
 md5 src_uri ;-) X430src-4.tgz
 md5 src_uri ;-) X430src-5.tgz
 md5 src_uri ;-) XFree86-4.3.0-patches-1.1.5.tar.bz2
 md5 src_uri ;-) xfree86-dri-resume-v8.patch
 md5 src_uri ;-) xf86Wacom.c.gz
 md5 src_uri ;-) savage-1.1.27t.zip
 md5 src_uri ;-) sis_drv_src_180403-1.tar.gz
 md5 src_uri ;-) gemini-koi8-u.tar.bz2
 md5 src_uri ;-) eurofonts-X11.tar.bz2
 md5 src_uri ;-) xfsft-encodings.tar.bz2

!!! File is corrupt or incomplete. (Digests do not match)
 our recorded digest: 794107aa54dda238ab1ab4776b36274d
  your file's digest: 9adc1e58e43211137ed8cc27702deed4
!!! File does not exist: /usr/portage/distfiles//XFree86-compose.dir.bz2
---

Now, how do I get xfree?

-- 
Best regards,
Klaus


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Critical app up and running

2003-06-02 Thread Brett I. Holcomb
I got a critical app up and running - Quake2 G.  I merged it, copied all 
the stuff from my windows machine and tried it.  Nvidia's readme gave me some 
helpful hints on what command to give it to get it to run full screen.  Boy 
is it fast with dual 1.9 AMD processors and 2 gig of memory.  The last time I 
played it was on a 933 single processor!

Now to merge sound.

-- 

Brett I. Holcomb
AKA Grunt 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde font issue: small fonts

2003-06-02 Thread Peter Ruskin
On Sunday 01 Jun 2003 18:06, Jeff Elkins wrote:
 Honey, I shrunk the fonts!

 Under gentoo my kde fonts seem to be at least half the size of my
 fonts when running debian.

 I'm using the same set of truetype fonts for both, located in
 usr/local. My home directory (and .kde/.kde3.1 directories) also
 remains the same for both OS'es.

 I've checked the various gentoo X11 config files, and made sure that
 100dpi references occur before 75dpi, and that they point to my
 usr/local Truetype storage.

Try this Jeff:

$ xdpyinfo | grep dimensions

on my box this says:
  dimensions:1152x864 pixels (281x211 millimeters)

...so edit /etc/X11/XF86Config and add the following under Section 
Monitor:
DisplaySize 281 211

Peter


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] virtual/mta blockage trying to use sqwebmail withqmail

2003-06-02 Thread Rev. Jeffrey Paul

I thought that was evident from the output I pasted.  We're using qmail.

-j

On Fri, 30 May 2003, Jesse Jacobs wrote:

 Hello Rev,

 What other mta do you have installed?

 j

 Rev. Jeffrey Paul said:
 
  sqwebmail is part of courier, but when i try to emerge courier with
  qmail already installed, it says:
 
  mail1 root # emerge -p courier
 
  These are the packages that I would merge, in order:
 
  Calculating dependencies ...done!
  [ebuild  N   ] app-crypt/gnupg-1.2.2
  [ebuild  N   ] app-text/aspell-0.50.3
  [ebuild  N   ] app-dicts/aspell-en-0.50.2
  [ebuild  N   ] media-libs/jpeg-6b-r3
  [ebuild  N   ] media-libs/libpng-1.2.5-r4
  [ebuild  N   ] media-libs/tiff-3.5.7-r1
  [ebuild  N   ] media-libs/netpbm-9.12-r4
  [ebuild  N   ] dev-lang/tcl-8.3.4
  [ebuild  N   ] dev-tcltk/expect-5.37.1-r1
  [blocks B] net-mail/qmail (virtual/mta from pkg
  net-mail/courier-0.40.2)
  [ebuild  N   ] net-mail/courier-0.40.2
 
  mail1 root # emerge courier
  Calculating dependencies ...done!
 
  !!! Error: the virtual/mta package conflicts with this package and both
  can't be installed on the same system together.
 
 
  i just want to use sqwebmail.  what do i do?
 
  -j
 
  --
  
   Rev. Jeffrey Paul-datavibe- [EMAIL PROTECTED]
 aim:x736e65616b   pgp:0x15FA257E   phone:8777483467
  70E0 B896 D5F3 8BF4 4BEE 2CCF EF2F BA28 15FA 257E
  
 
  --
  [EMAIL PROTECTED] mailing list




 --
 [EMAIL PROTECTED] mailing list



-j

--

 Rev. Jeffrey Paul-datavibe- [EMAIL PROTECTED]
   aim:x736e65616b   pgp:0x15FA257E   phone:8777483467
70E0 B896 D5F3 8BF4 4BEE 2CCF EF2F BA28 15FA 257E


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] virtual/mta blockage trying to use sqwebmail withqmail

2003-06-02 Thread Rev. Jeffrey Paul
On Sat, 31 May 2003, Dhruba Bandopadhyay wrote:

 On Sat, 2003-05-31 at 02:58, Rev. Jeffrey Paul wrote:
  !!! Error: the virtual/mta package conflicts with this package and both
  can't be installed on the same system together.

 emerge -C virtual/mta
 emerge courier [-p]

 Maybe.


erasure root # emerge -Cp virtual/mta

 These are the packages that I would unmerge:

 net-mail/qmail
selected: 1.03-r8
   protected: none
 omitted: none

 Packages in red are slated for removal.
 Packages in green will not be removed.



that would be bad.  we need qmail.

-j

--

 Rev. Jeffrey Paul-datavibe- [EMAIL PROTECTED]
   aim:x736e65616b   pgp:0x15FA257E   phone:8777483467
70E0 B896 D5F3 8BF4 4BEE 2CCF EF2F BA28 15FA 257E


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gcc-3.2.2 -march=pentium4, questions, still...

2003-06-02 Thread Jonathan Chocron
I just wanted to keep the list posted on a strange event : the subject says it all : I 
am using CFLAGS='-march=pentium4 -msse2 -O3 -fomit-frame-pointer', and gcc-3.2.2 and 
those are the only settings that work. -march=pentium3 causes packages to fail 
miserably at compile time. If anyone has a logical explanation for this, I sure would 
like to hear it !

Jonathan
-- 
The questions remain the same.  The answers are eternally variable.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde font issue: small fonts

2003-06-02 Thread Jeff Elkins
On Sunday 01 June 2003 10:01 pm, Peter Ruskin wrote:
 On Sunday 01 Jun 2003 18:06, Jeff Elkins wrote:
  Honey, I shrunk the fonts!
 
  Under gentoo my kde fonts seem to be at least half the size of my
  fonts when running debian.
 
  I'm using the same set of truetype fonts for both, located in
  usr/local. My home directory (and .kde/.kde3.1 directories) also
  remains the same for both OS'es.
 
  I've checked the various gentoo X11 config files, and made sure that
  100dpi references occur before 75dpi, and that they point to my
  usr/local Truetype storage.

 Try this Jeff:

 $ xdpyinfo | grep dimensions

 on my box this says:
   dimensions:1152x864 pixels (281x211 millimeters)

 ...so edit /etc/X11/XF86Config and add the following under Section
 Monitor:
 DisplaySize 281 211

 Peter

Thanks, Peter. 

Unfortunately, that had no effect :(

Jeff



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: emerge gcc-3.2.3 broke everything !

2003-06-02 Thread Jonathan Chocron
On dim, 01 jun 2003, Shawn wrote:

 You said you tried bootstrap, but does that mean boot from your CD and
 do what /install.txt says?

I tried to bootstrap from the CD and form my HD, but none worked. I
have the same problem over and over again. The thing is :
1) I unpack the stage1 tarball from the CD,
2) I bootstrap, the first merge works,
3) The bloody script decides it's time for autocleaning packages, as
the packages on the CD (those that actually work) are older than the
packages available on my system, the script cleans everything up, and
I am back to zero, with working gcc, but no libs of any kind, no
'emerge', no 'ebuild'...

 If so, and if that fails, you need to emerge unmerge glibc.
 
 If not, I suggest you save off your package mask file, your world file
 and make.conf, and any other config file you need, and re-do everything
 from the CD with the 3.2.3 compiler.

That's what I did, I saved the maximum of my configuration, formatted
everything and had the joy to recompile the whole thing. Fortunately I
just bought the latest zelda ;-)

Thanks for your suggestions,

Regards,

Jonathan
 On Sat, 2003-05-31 at 12:59, Jonathan Chocron wrote:
  Hi, I am in very big trouble here.
  
  I used to use gcc-3.2.2 with -march=pentium4 and -msse2, and everything was
  fine. However, some people on the list pointed out that gcc-3.2.2
  generated erroneous code with -march=pentium4 and that I should be
  using gcc-3.2.3 at least. I emerged gcc-3.2.3 with -march=pentium3,
  then re-emerged it with -march=pentium4 in order to purge any
  erroneous sse code. That done, I decided it was time to emerge -e
  world, so I did. Everyhting was fine until it emerged glibc, at which
  point I started havong some error messages like : cannot find
  libgcc_s.so.1 : no such file or directory. This is anoying as no
  python app can run now, so, no emerge, no ebuild, no nothnig to
  rebuild my system. I even tried to bootstrap, but same error.
  
  I did a locate libgcc_s.so.1, and found it in
  /usr/lib/gcc-lib/i686-pc-gnu-linux/3.2.3. I checked, it's there. I
  checked my ld.so.conf, the correct path is there. I checked
  /etc/env.d/05gcc, the path was there, and I tried an env-update, but
  the script needs the library. In the
  /usr/lib/gcc-lib/i686-pc-gnu-linux/ directory, I added the following
  symlinks :
  3.2.1 - 3.2.3
  3.2.2 - 3.2.3
  
  It did not solve the problem, and I am out of ideas as this kind of
  trouble is way out of my league. I'm starting to despair.
  
  Any advice, please ??
  
  Jonathan
 
 --
 [EMAIL PROTECTED] mailing list
 
 

-- 
Riches cover a multitude of woes.
-- Menander

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] now what? - was:kernel panic

2003-06-02 Thread Ernie Schroder
On Sunday 01 June 2003 06:03 pm, Brett I. Holcomb wrote:
 Either way works - compiling them in just gives a bigger kernel.
 Neither is better.

 I had that problem, too.  I waited a day and it merged fine.  Try
 again later and keep trying.  Something is wrong with the mirrors.

  On Sunday 01 June 2003 14:44, Brett I. Holcomb wrote:
   You're welcome.  What did you do?
 
  I reconfigured my kernel, and included the drivers for the NICs
  direct instead of compiling them as modules. Maybe a dirty way but
  right now easier for me to understand.
 
   Read the install notes - which I assume you've done.  No books -
   check out the docs on setting up the desktop and other docs. 
   Essentially you merge xfree, set up /etc/X11/XF86Config, test it,
   then add the drivers for you
 
  Well, here the problem starts:
  bash-2.05b# emerge xfree
  Calculating dependencies ...done!
 
   emerge (1 of 1) x11-base/xfree-4.3.0-r2 to /
   md5 src_uri ;-) X430src-1.tgz
   md5 src_uri ;-) X430src-2.tgz
   md5 src_uri ;-) X430src-3.tgz
   md5 src_uri ;-) X430src-4.tgz
   md5 src_uri ;-) X430src-5.tgz
   md5 src_uri ;-) XFree86-4.3.0-patches-1.1.5.tar.bz2
   md5 src_uri ;-) xfree86-dri-resume-v8.patch
   md5 src_uri ;-) xf86Wacom.c.gz
   md5 src_uri ;-) savage-1.1.27t.zip
   md5 src_uri ;-) sis_drv_src_180403-1.tar.gz
   md5 src_uri ;-) gemini-koi8-u.tar.bz2
   md5 src_uri ;-) eurofonts-X11.tar.bz2
   md5 src_uri ;-) xfsft-encodings.tar.bz2
 
  !!! File is corrupt or incomplete. (Digests do not match)
 
   our recorded digest: 794107aa54dda238ab1ab4776b36274d
your file's digest: 9adc1e58e43211137ed8cc27702deed4
 
  !!! File does not exist:
  /usr/portage/distfiles//XFree86-compose.dir.bz2 ---
 
  Now, how do I get xfree?

Klaus,
You should try deleting all of the XFree86*.tar.bz files from 
/usr/portage/distfiles. Then do emerge sync Then try emerge xfree 
again.
This happens from time to time when the mirrors are syncing I think. It 
usually clears up pretty fast. I keep 2 lines for Gentoo mirrors in 
make.conf. One is always commented and when I have problems like you're 
having, I just switch mirrors by commenting out the current line and 
uncommenting the other. This hasn't failed me yet (YMMV) 

Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfsd question

2003-06-02 Thread David
Are you using lilo or grub. I use lilo and besides having it in the kernel, 
you need to put in in the append line of lilo.conf

as: devfs=mount

my example

# Linux bootable partition config begins
image = /boot/bzImage-2.4.20-gentoo-r5
root = /dev/hdb2
label = Gentoo
append= devfs=mount hdc=ide-scsi ide0=ata66 ide1=ata66
read-only # read-only for checking


On Sunday 01 June 2003 11:53 am, Brett I. Holcomb wrote:
 Make sure devfs is in the kernel and auto start at boot is set - it's under
 file systems in menuconfig.

  Well, I think I have narrowed down my problem here, but not sure. When I
  boot into gentoo  during startup, I get you have not installed devfs into
  the system, it is required. Well, I have recompiled, many times trying to
  find the proble. I can not find where in the start scripts that the
  following is useddevfsd /dev. Where do I put it? many thanks


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfsd question

2003-06-02 Thread Brett I. Holcomb
If you select the menuconfig option to start devfs at boot you don't need 
this option.  I run lilo and don't have it.


 Are you using lilo or grub. I use lilo and besides having it in the kernel,
 you need to put in in the append line of lilo.conf

 as: devfs=mount

 my example

 # Linux bootable partition config begins
 image = /boot/bzImage-2.4.20-gentoo-r5
 root = /dev/hdb2
 label = Gentoo
 append= devfs=mount hdc=ide-scsi ide0=ata66 ide1=ata66
 read-only # read-only for checking

 On Sunday 01 June 2003 11:53 am, Brett I. Holcomb wrote:
  Make sure devfs is in the kernel and auto start at boot is set - it's
  under file systems in menuconfig.
 
   Well, I think I have narrowed down my problem here, but not sure. When
   I boot into gentoo  during startup, I get you have not installed devfs
   into the system, it is required. Well, I have recompiled, many times
   trying to find the proble. I can not find where in the start scripts
   that the following is useddevfsd /dev. Where do I put it? many thanks

-- 

Brett I. Holcomb
AKA Grunt 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfsd question

2003-06-02 Thread David
Learn something new everyday. Guess I had it in there so long I didn't think 
about that. I will have to remove it and try it. Thanks.


On Sunday 01 June 2003 07:03 pm, Brett I. Holcomb wrote:
 If you select the menuconfig option to start devfs at boot you don't need
 this option.  I run lilo and don't have it.

  Are you using lilo or grub. I use lilo and besides having it in the
  kernel, you need to put in in the append line of lilo.conf
 
  as: devfs=mount
 
  my example
 
  # Linux bootable partition config begins
  image = /boot/bzImage-2.4.20-gentoo-r5
  root = /dev/hdb2
  label = Gentoo
  append= devfs=mount hdc=ide-scsi ide0=ata66 ide1=ata66
  read-only # read-only for checking
 
  On Sunday 01 June 2003 11:53 am, Brett I. Holcomb wrote:
   Make sure devfs is in the kernel and auto start at boot is set - it's
   under file systems in menuconfig.
  
Well, I think I have narrowed down my problem here, but not sure.
When I boot into gentoo  during startup, I get you have not installed
devfs into the system, it is required. Well, I have recompiled, many
times trying to find the proble. I can not find where in the start
scripts that the following is useddevfsd /dev. Where do I put it?
many thanks


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfsd question

2003-06-02 Thread Brett I. Holcomb
We all do G.  You're welcome.  

 Learn something new everyday. Guess I had it in there so long I didn't
 think about that. I will have to remove it and try it. Thanks.


-- 

Brett I. Holcomb
AKA Grunt 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] CanonScan Lide30

2003-06-02 Thread Michael Rasile
Just wondering if anyone has had success setting up a CanonScan Lide30 scanner under 
gentoo. I have tried everything. The modules are being inserted correctly and 
sane-find-scanner finds my usb scanner, but xsane will simply not work. I suspect that 
the drivers are old. Previously, I was using Mandrake 9.1 and xsane worked without a 
problem. Any suggestions will be appreciated.

Thanks.
-- 
Regards,
Mike
[EMAIL PROTECTED]
Don't Fear The Penguin.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Console/terminal (not)keeping output

2003-06-02 Thread Meka[ni]
I've used FreeBSD before I've switched to Gentoo. The thing that I've used to 
is that
changing the VT (Alt+Fn) has nothing to do with scroling output of the console. In 
other
words, if I do ls -l in /usr/portage, I'm able to scroll up and se all of the output, 
but
if I switch to other terminal and switch back, I'm not able to do that any more. Is 
there
a way to enable this? Thanx guys!!!


Meka[ni]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CanonScan Lide30

2003-06-02 Thread Ernie Schroder
On Sunday 01 June 2003 04:25 pm, Michael Rasile wrote:
 Just wondering if anyone has had success setting up a CanonScan
 Lide30 scanner under gentoo. I have tried everything. The modules are
 being inserted correctly and sane-find-scanner finds my usb scanner,
 but xsane will simply not work. I suspect that the drivers are old.
 Previously, I was using Mandrake 9.1 and xsane worked without a
 problem. Any suggestions will be appreciated.

 Thanks.

The best advice I can give you is to join the sane developers mailing 
list http://www.mostang.com/mailman/listinfo/sane-devel and ask there. 
This is a helpful list with more scanner knowledge than you're apt to 
find here. HTH
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CanonScan Lide30

2003-06-02 Thread Michael Rasile
On Sun Jun 01, 2003 at 08:37:49PM -0400 or thereabouts, Ernie Schroder wrote:
 On Sunday 01 June 2003 04:25 pm, Michael Rasile wrote:
  Just wondering if anyone has had success setting up a CanonScan
  Lide30 scanner under gentoo. I have tried everything. The modules are
  being inserted correctly and sane-find-scanner finds my usb scanner,
  but xsane will simply not work. I suspect that the drivers are old.
  Previously, I was using Mandrake 9.1 and xsane worked without a
  problem. Any suggestions will be appreciated.
 
  Thanks.
 
 The best advice I can give you is to join the sane developers mailing 
 list http://www.mostang.com/mailman/listinfo/sane-devel and ask there. 
 This is a helpful list with more scanner knowledge than you're apt to 
 find here. HTH
 -- 
 Regards, Ernie
 100% Microsoft and Intel free
 
 
 --
 [EMAIL PROTECTED] mailing list
 
Thanks for the site, I'll check it out.

Mike
-- 
Regards,
Mike
[EMAIL PROTECTED]
Don't Fear The Penguin.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge jedit fails.

2003-06-02 Thread Carlos
Hey people,
 Well, trying to emerge jedit fails. Could this have something to do with my JAVA 
setup or could it be that the ebuild is broken?

The output of emerge jedit is here:

Calculating dependencies ...done!
 emerge (1 of 1) app-editors/jedit-4.1 to /
 md5 src_uri ;-) jedit41source.tar.gz
 Unpacking source...
 Unpacking jedit41source.tar.gz to /var/tmp/portage/jedit-4.1/work
 Source unpacked.
Buildfile: build.xml

BUILD FAILED
Unable to load default ProjectHelper due to java.lang.NoClassDefFoundError: 
org/xml/sax/SAXException

Total time: 3 seconds

!!! ERROR: app-editors/jedit-4.1 failed.
!!! Function src_compile, Line 32, Exitcode 1
!!! compile problem

Regards,
Carlos.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge jedit fails.

2003-06-02 Thread David
Just tried to see and got error also:

 md5 src_uri ;-) jedit41source.tar.gz
 Unpacking source...
 Unpacking jedit41source.tar.gz to /var/tmp/portage/jedit-4.1/work
 Source unpacked.
!!! java not found
Error: JAVA_HOME is not defined correctly.
  We cannot execute

!!! ERROR: app-editors/jedit-4.1 failed.
!!! Function src_compile, Line 32, Exitcode 1
!!! compile problem

Have these in /opt
blackdown-jdk-1.4.1  blackdown-jre-1.4.1  blackdown-jdk-1.3.1  
blackdown-jre-1.3.1  

Must be really picky dependancies. Sorry no help.

On Sunday 01 June 2003 10:56 pm, Carlos wrote:
 Hey people,
  Well, trying to emerge jedit fails. Could this have something to do with
 my JAVA setup or could it be that the ebuild is broken?

 The output of emerge jedit is here:

 Calculating dependencies ...done!

  emerge (1 of 1) app-editors/jedit-4.1 to /
  md5 src_uri ;-) jedit41source.tar.gz
  Unpacking source...
  Unpacking jedit41source.tar.gz to /var/tmp/portage/jedit-4.1/work
  Source unpacked.

 Buildfile: build.xml

 BUILD FAILED
 Unable to load default ProjectHelper due to java.lang.NoClassDefFoundError:
 org/xml/sax/SAXException

 Total time: 3 seconds

 !!! ERROR: app-editors/jedit-4.1 failed.
 !!! Function src_compile, Line 32, Exitcode 1
 !!! compile problem

 Regards,
 Carlos.

 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Portage and User again.

2003-06-02 Thread David
I think this has been brought up, but the User is in Portage group. Still 
works, but messages is annoying.

Everytime user tries to search or see if package installed with -s get:

*** You are not in the portage group. You may experience cache problems
*** due to permissions preventing the creation of the on-disk cache.
*** Please add this user to the portage group if you wish to use portage.

Did the group number change for portage in /etc/group and I didn't update it?

/etc/group 
portage::250:portage,david




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage and User again.

2003-06-02 Thread Joshua Moore-Oliva
Same happenned to me until I rebooted.

Josh

On June 2, 2003 12:14 am, David wrote:
 I think this has been brought up, but the User is in Portage group. Still
 works, but messages is annoying.

 Everytime user tries to search or see if package installed with -s get:

 *** You are not in the portage group. You may experience cache problems
 *** due to permissions preventing the creation of the on-disk cache.
 *** Please add this user to the portage group if you wish to use portage.

 Did the group number change for portage in /etc/group and I didn't update
 it?

 /etc/group
 portage::250:portage,david




 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage and User again.

2003-06-02 Thread David
Hmmm, reboot numerous times since it started happening. This has been going on 
since The Change.

On Sunday 01 June 2003 11:29 pm, Joshua Moore-Oliva wrote:
 Same happenned to me until I rebooted.

 Josh

 On June 2, 2003 12:14 am, David wrote:
  I think this has been brought up, but the User is in Portage group. Still
  works, but messages is annoying.
 
  Everytime user tries to search or see if package installed with -s get:
 
  *** You are not in the portage group. You may experience cache problems
  *** due to permissions preventing the creation of the on-disk cache.
  *** Please add this user to the portage group if you wish to use portage.
 
  Did the group number change for portage in /etc/group and I didn't update
  it?
 
  /etc/group
  portage::250:portage,david
 
 
 
 
  --
  [EMAIL PROTECTED] mailing list

 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] glibc fails to compile and xterms don't work FIxed

2003-06-02 Thread George Dowding
Thanks,

I looked in /etc/make.conf and the default setting was
incorrect for my system.  Once gave it the correct
value for an AMD k6-3, it compiled without a problem. 

Original
#CHOST=i686-pc-linux-gnu

Correct
CHOST=i586-pc-linux-gnu

This was all clearly commented in the file, of course.

I did not have to lower the optimzation level.

--- Xavier Álvarez [EMAIL PROTECTED] wrote:
   Hello
 
   I have a 400 MHz K6-2 and i have the same problem
 last week. The glib
 compitalion crashes, then  try to use stage3 and it
 works. After i
 install the system base, when i try to install a
 desktop enviroment
 (Gnome) the qt library compilation crashes.
   I was using the make.conf settings listed above:
 
   CHOST=i586-pc-linux-gnu
   CFLAGS=-march=k6-2 -O3 -pipe -fomit-frame-pointer
   CXXFLAGS=-march=k6-2 -O3 -pipe
 -fomit-frame-pointer
 
   I read somewhere that libraries have problems with
 high levels of
 optimization so i try to build the qt library whit
 this settings
 
   CHOST=i586-pc-linux-gnu
   CFLAGS=-march=k6-2 -O2 -pipe -fomit-frame-pointer
   CXXFLAGS=-march=k6-2 -O2 -pipe
 -fomit-frame-pointer
 
   I think this must be usefull, but i can be in a
 trouble.
 
   Greetings 
 
   Xavier
 
 
 O Ven, 2003-05-30 ás 21:06, George Dowding
 escribiu:
  I have a new installation.  I was unable to do a
 level
  one installation because glibc failed to compile. 
 Now
  I have X running and the 2.59 linux kernel.  When
 I
  try to open a terminal I get a message that there
 may
  be a problem with Unix98 ptys.  I have tried all
  permutation relating to Unix98 pty options in the
  kernel with no results.  I am trying to recompile
  glibc to see if that fixes the problem.
  
 
 -- 
 Xavier Álvarez [EMAIL PROTECTED]
 
 
 --
 [EMAIL PROTECTED] mailing list
 


=
Thanks,
George

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage and User again.

2003-06-02 Thread Zack Gilburd
On Sunday 01 June 2003 21:14, David wrote:
 I think this has been brought up, but the User is in Portage group. Still
 works, but messages is annoying.

 Everytime user tries to search or see if package installed with -s get:

 *** You are not in the portage group. You may experience cache problems
 *** due to permissions preventing the creation of the on-disk cache.
 *** Please add this user to the portage group if you wish to use portage.

 Did the group number change for portage in /etc/group and I didn't update
 it?

 /etc/group
 portage::250:portage,david




 --
 [EMAIL PROTECTED] mailing list
No, that is still the number.  Once you add a user to the group, the user has 
to fully log out, then log back in.  Otherwise changes will not take effect.
-- 
Zack Gilburd
http://tehunlose.com


pgp0.pgp
Description: signature


Re: [gentoo-user] Portage and User again.

2003-06-02 Thread Norberto BENSA
[EMAIL PROTECTED] ~ $ date ; echo ${David}
Monday 02 June 2003 01:36 am

 Hmmm, reboot numerous times since it started happening. This has been going
 on since The Change.


I've seen it here after upgrading to 48. User WAS in portage group, I added 
root to portage group and that seem to have fixed to problem. Weird.

Norberto


pgp0.pgp
Description: signature


[gentoo-user] abiword 1.0.6

2003-06-02 Thread bryce verdier
did anyone have font problems with abiword 1.0.6 as well?? But not with 1.0.5!

And i couldn't find 1.0.6 on the website, did the dev's upload that one a 
little prematurely?

thanks in advance,
bryce


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Console/terminal (not)keeping output

2003-06-02 Thread Owen Gunden
On Mon, Jun 02, 2003 at 02:34:02AM +0200, Meka[ni] wrote:
   I've used FreeBSD before I've switched to Gentoo. The thing that I've
   used to is that changing the VT (Alt+Fn) has nothing to do with
   scroling output of the console. In other words, if I do ls -l in
   /usr/portage, I'm able to scroll up and se all of the output, but if I
   switch to other terminal and switch back, I'm not able to do that any
   more. Is there a way to enable this? Thanx guys!!!

I've wished many a time for this same functionality.  Would love to hear
if anyone's figured this out.

Owen

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Changing exchange

2003-06-02 Thread DE SMET Bram (BDSR)
Hi,

I'm looking for a way to replace m$ exchange.
I did find http://www.samsungcontact.com, but I was hoping to find a GPL way
of doing it.
On Fosdem I was told by a KDE dev that they are working on a replacement,
but I was wondering if any of you had a different kind of way.

Keep in mind that I need all the stuff exchange has (calendar, 'out of
office' stuff etc).

Greetz

Bram

 -- 
   .:|:.   Linux! May the Open Source be with you! 
   |o o| 
  /. V .\  Encrypt: http://www.menteb.org/bram.gpg 
  |/| |\|   http://www.menteb.org
   \W W/   DON'T PANIC! 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing exchange

2003-06-02 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 02 Jun 2003 8:47 am, DE SMET Bram (BDSR) wrote:
 Hi,

 I'm looking for a way to replace m$ exchange.
 I did find http://www.samsungcontact.com, but I was hoping to find a GPL
 way of doing it.
 On Fosdem I was told by a KDE dev that they are working on a replacement,
 but I was wondering if any of you had a different kind of way.

The best one that im aware of is SCO's Volution, or should I say 'closest'.  
The company I work for were looking to do the very same thing, move away from 
M$ entirely, but as exchange breaks almost every rfc it impliments, there 
will never be a GNU equivalent.

Volution does trick outlook into thinking that its exchange tho, I saw it at 
last years linux expo and I was quite impressed.

 Keep in mind that I need all the stuff exchange has (calendar, 'out of
 office' stuff etc).

Im not sure of the full feature list ... public folder flagging isnt one of 
them tho.

 Greetz

 Bram


- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+2xlyzrmqzOOQUj8RAsCvAJwIV3QEXL6MDg9RR0VNAGeKurqg1ACgg1pu
gaDfM+4L6Qcw5uTy2CXxkwU=
=Edy0
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: kde font issue: small fonts

2003-06-02 Thread Einar S. Idsø
On Sun, 1 Jun 2003 18:55:47 +
Jeff Elkins [EMAIL PROTECTED] wrote:

 On Sunday 01 June 2003 10:01 pm, Peter Ruskin wrote:
  On Sunday 01 Jun 2003 18:06, Jeff Elkins wrote:
   Honey, I shrunk the fonts!
  
   Under gentoo my kde fonts seem to be at least half the size of my
   fonts when running debian.
  
   I'm using the same set of truetype fonts for both, located in
   usr/local. My home directory (and .kde/.kde3.1 directories) also
   remains the same for both OS'es.
  
   I've checked the various gentoo X11 config files, and made sure
   that 100dpi references occur before 75dpi, and that they point to
   my usr/local Truetype storage.
 
  Try this Jeff:
 
  $ xdpyinfo | grep dimensions
 
  on my box this says:
dimensions:1152x864 pixels (281x211 millimeters)
 
  ...so edit /etc/X11/XF86Config and add the following under Section
  Monitor:
  DisplaySize 281 211
 
  Peter
 
 Thanks, Peter. 
 
 Unfortunately, that had no effect :(
 
 Jeff

What does 

xdpyinfo | grep resolution

give you? Is it different when using Debian?

Einar

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] python2.2 GLIBC_3.2.3 error after emerge --update world

2003-06-02 Thread Jim Bailey
On Wed, May 28, 2003 at 03:34:39PM -0500, Bill Carlson wrote:
 On Sun, 25 May 2003, Sami N??t?nen wrote:
 
  On Saturday 24 May 2003 12:29, Bud Roth wrote:
   python2.2.: /lib/libpthread.so.0: version 'GLIBC_2.3.2' not found
   (required by Python2.2)
  
  Have you run
  
  env-update
  source /etc/profile
 
 Note: env-update is a python script, hence of no help when python is 
 broken.

Your system is fundamentally toasted when this happens as a Gentoo
newbie I am now now cleaning up my mess a second time with this problem.

Firstly I screwed up trying SE Linux patches, this time trying to
eliminate a download problem I had been having by downgrading the system
to stable.

Most of the hacks I have found in the forums are real ugly involving
downloading binary gcc and recompiling.

I am backing up anything valuable including my disfiles to /data
umounting it, and then boot strapping again since for me 50-75% of my
build time is downloading and I am looking to change various USE flags
in make.conf it seems to make sense to me.  Once I have the initial
layout done again I intend to rebuild the system again. copy back the
relevant files and remount non system partitions.

I feel however that this is something that should go into the FAQ when
the cleanest solution to this problem is found.

Finally although this is a user error thing it is a very easy error to
make do people out there believe that this should be raised as a bug at
least so future gentoo development can take the muppetry of people such
as myself into consideration.

Peace Jim

When your done, remember, libertarians are people who think they
sprung from their own asshole, the free market is a plot to
exploit your sorry ass, and all the real elite programmers are
wobblies.  -- Craig Brozefsky

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] local IMAP server on gentoo

2003-06-02 Thread Jim Bailey
On Wed, May 28, 2003 at 11:19:26AM -0700, Michael Perry wrote:
 
 I had kind of settled on cyrus imap because it seems like its the best
 these days as far as configuration options go.  If there is another
 which would be easier, I'm all for it :)

Courier serves me well with postfix and has much of the features of
cyrus in a more modular format, (I am a bit of a modular software
philosophy freak ;)).

Peace Jim

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] virtual/mta blockage trying to use sqwebmail withqmail

2003-06-02 Thread Norbert Kamenicky
Rev. Jeffrey Paul wrote:

On Sat, 31 May 2003, Dhruba Bandopadhyay wrote:
 

On Sat, 2003-05-31 at 02:58, Rev. Jeffrey Paul wrote:
   

!!! Error: the virtual/mta package conflicts with this package and both
can't be installed on the same system together.
 

emerge -C virtual/mta
emerge courier [-p]
Maybe.

   

erasure root # emerge -Cp virtual/mta

 

These are the packages that I would unmerge:
   

net-mail/qmail
   selected: 1.03-r8
  protected: none
omitted: none
 

Packages in red are slated for removal.
Packages in green will not be removed.
   



that would be bad.  we need qmail.

-j

 

Hi Jeffrey,

I would say you have two possibilities ...

1. (the best) to prepare sqwebmail  ebuild  yourself
  (sources are on sourceforge.net)
2. edit /var/cache /edb/virtuals   and  remove the line virtual/mta 
net-mail/qmail ...
   thus you can install courier ... put the line back
   now you have to tune qmail an sqwebmail manually, but this can be 
not so easy ...
   ( I did'nt test it)

noro

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Portage and User again.

2003-06-02 Thread David
Hmmm, tried various post here and still nogo.
1) Checked /etc/make.conf and I even had the FEATURES=userpriv enabled.
Disabled for time being.
2) Tried adding root to portage group, nogo
3) Report from groups:

a) groups  (noticed that portage isn't listed, weird)
users root bin daemon sys adm tty disk lp mem kmem wheel floppy mail news uucp 
man cron console audio cdrom dialout ftp sshd at tape video gdm xfs games 
named mysql

b) groups david  (edited, but portage is here)
bin wheel floppy mail news man  portage users 

c) groups portage
root portage

d) This is the section from /etc/group
portage::250:david

I even tried adding user to root and didn't work
root::0:root,portage,david
but took it back out before forgot.





On Monday 02 June 2003 12:11 am, Norberto BENSA wrote:
 [EMAIL PROTECTED] ~ $ date ; echo ${David}
 Monday 02 June 2003 01:36 am

  Hmmm, reboot numerous times since it started happening. This has been
  going on since The Change.

 I've seen it here after upgrading to 48. User WAS in portage group, I added
 root to portage group and that seem to have fixed to problem. Weird.

 Norberto


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Configuration options

2003-06-02 Thread Yusuf Nagree




I've searched an been unable to come up with an answer - can anyone help?

How can you set configure options on a per package basis

ie. in the xsane package, I want to run:

configure --disable-gimp --enable-gtk2

I can alter the ebuild file but I would really like to be able to put these configuration options somewhere like make.conf etc.. so that they are always set when updating the xsane package.


Anyone know if this is possible?






Regards, Yusuf
-
From Yusuf Nagree
[EMAIL PROTECTED]