Re: [gentoo-user] where to define shell aliases?

2004-02-12 Thread Chris van der Pennen




Um, i hope you mean /etc/profile.

Anyway, you can use ~/.bashrc if you're using bash. Other shells, you'll have to read the man page to see where they keep their per-user profile.

Chris

On Fri, 2004-02-13 at 15:02, Sven Khler wrote:

hi,

till now i still write my aliases to /etc/portage, but shouldn't there 
be a better way?

i remember a distro where /etc/portage included some file like 
/etc/aliases which containes the common aliases like
   alias ls=ls --color
or such stuff.

so what do you think?
should this be improved?


--
[EMAIL PROTECTED] mailing list




-- 
Real Programs don't use shared text. Otherwise, how can they use functions
for scratch space after they are finished calling them?








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Finding all suid binaries.

2003-11-25 Thread Chris van der Pennen




On Tue, 2003-11-25 at 21:40, Frank Schfer wrote:

Hi Tom,

 I tried `find / -perm +7000`, is that the right kind of thing?  The 7000 was a 
 guess, I've never really worked out how the bits in that 4th digit are 
 supposed to go.
 

7000 would be suid, gid, sticky (see man chmod)


Speaking of sticky...what on earth (if anything) does it do?

Chris



-- 
YOW!! The land of the rising SONY!!








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] UPS Planning

2003-10-23 Thread Chris van der Pennen




This may or may not be of use to you, as I'm in .au, but I have a Sola 325 that works fine, both for monitoring and for feeding electricity to the power supply :)

Chris

On Fri, 2003-10-24 at 01:02, Keith Hamilton wrote:

Im looking into getting our server here at work a UPS backup supply.. Is there a specific model that works best with Gentoo?



-- Keith



Keith Hamilton
Information Technology
[847] 451-0451 x121
[EMAIL PROTECTED] 






-- 
Each honest calling, each walk of life, has its own elite, its own aristocracy
based on excellence of performance. -- James Bryant Conant








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] UT2003 sluggish

2003-10-08 Thread Chris van der Pennen




On Wed, 2003-10-08 at 19:44, Jason Stubbs wrote:

On Wednesday 08 October 2003 19:18, Rick [Kitty5] wrote:
 Chris wrote:
  I just finnished installing UT2003 on gentoo and winxp but for some
  reason it is sluggish. the demo was smooth running but the full
  version is nearly impossible to play

 CPU, Ram, GFX Card ??

Seconded. If the game runs bad on both gentoo and winxp it has to be related 
to hardware. Demos often have much less detail, smaller maps, etc. And often 
they have terrible coding so that the final runs better. Either way, you're 
stuck with what you've got for the time being.

Try turning everything configuration-wise down to the lowest and then bring it 
up step by step until you're happy with the performance.


Agreed. I can squeeze 30fps in ut2k3 out of a voodoo3 2000agp. It's in a spare box i threw together for my sister. Runs XP (no flames), but the point remains.

Also, I read somewhere that the linux release version had a somewhat poorly optimised GL renderer (win uses D3D). It mightn't hurt to patch it to the latest version.

Chris




-- 
Many people write memos to tell you they have nothing to say.








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] installing fans (was: strange informations from lm-sensors)

2003-09-27 Thread Chris van der Pennen
- Original Message -
From: Carlos [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 26, 2003 10:06 PM
Subject: Re: [gentoo-user] installing fans (was: strange informations from
lm-sensors)


  shop told me that on his own box he had a fan in front pulling air
inside and one at the rear blowing air outside.

 I do that.



I have two fans on the front sucking air in.  Incidentally, they also blow
directly over the hard drives.

Chris



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EVMS2 on root partition

2003-09-24 Thread Chris van der Pennen




My initrd (bzip2 -9) is available at [sent privately] - it's only hosted on 56k, be nice :)

Also, if you can get the kernel's output from when it fails to mount your root partition and post it to the list, it'd be of great assistance. Enabling CONFIG_SERIAL_CONSOLE in your kernel and booting with console=ttyS0 will dump the startup messages on the serial port, which you can capture with another machine.

Chris

PS. For what it's worth, my fstab: (comments removed)

/dev/hda2 /boot ext2 noauto,noatime 1 1
/dev/evms/root / reiserfs noatime 0 1

/var/swapfile none swap loop 0 0

proc /proc proc defaults 0 0

tmpfs /dev/shm tmpfs defaults 0 0

/dev/ide/host0/bus1/target1/lun0/cd /mnt/cdrom auto ro,noauto,user,exec 0 0
/dev/ide/host0/bus1/target0/lun0/cd /mnt/cdrw auto ro,noauto,user,exec 0 0

/dev/hda1 /mnt/windows/c ntfs defaults,umask= 0 0
/dev/hda3 /mnt/windows/d vfat defaults,umask= 0 0
/dev/hdf1 /mnt/windows/h ntfs defaults,umask= 0 0

192.168.0.2:/usr/portage /usr/portage nfs tcp,hard,intr 0 0

On Wed, 2003-09-24 at 19:41, Gour wrote:

Chris van der Pennen ([EMAIL PROTECTED]) wrote:

Hi!

Here I'm again with my attempt to put / on evms2.

 Works fine for me, migrated from EVMS1.  I can send you my initrd, if
 you want.  Your linuxrc might be a bit wonky or something.  I created my
 initrd and linuxrc by hand, from the INSTALL.initrd instructions.

I did manually all the steps according to INSTALL.initrd and copied
linuxrc from evms-2.1.1 tarball, but still no success.

Several mount points are not mounted (eg. /usr, /usr/portage, /sbin), while
others are (eg. /opt/ /var ..).

Here is the fstab:

/dev/hda2   /boot   ext3noauto,noatime
1 1
#/dev/hdc3  /   reiserfsnoatime
0 0
/dev/evms/lv_root   /   reiserfsnoatime 0 0
/dev/evms/lv_swap  swapswapsw  0 0
/dev/evms/lv_usr/usrreiserfsnoatime 0 0
/dev/evms/lv_portage/usr/portagereiserfsnoatime 0 0
/dev/evms/lv_gentootmp  /gentoo_tmp reiserfsnoatime 0 0
/dev/evms/lv_home   /home   reiserfsnoatime 0 0
/dev/evms/lv_opt/optreiserfsnoatime 0 0
/dev/evms/lv_var/varreiserfsnoatime 0 0
#/dev/hda1  /mnt/win98  vfatnoauto,user
0 0
/dev/cdroms/cdrom0  /mnt/dvd-r  autonoauto,ro,user,exec
0 0
/dev/cdroms/cdrom1  /mnt/cd-r   autonoauto,ro,user,exec
0 0
/dev/fd0/mnt/floppy autonoauto,user,sync
0 0
# NOTE: The next line is critical for boot!
none/proc   procdefaults
0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none/dev/shmtmpfs   defaults
0 0

/dev/hdc3 is my spare ie. present / partition.

I'm also considering that data on /dev/evms/lv_root are not properly copied 
from the present / partition, so the question is howto migrate data from
present / partition to /dev/evms/lv_root, ie. howto migrate bin dev etc lib
mnt proc root sbin service share tmp directories which are under /?

And, yes, please send me your initrd to see what is happening.

Sincerely,
Gour




-- 
transfer, n.:
A promotion you receive on the condition that you leave town.








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] File is corrupt or incomplete.

2003-09-23 Thread Chris van der Pennen




First, check that the file is uncorrupted (try extracting it).
If it's corrupted, delete it and emerge --resume. If it's uncorrupted, or if the file still fails the md5 after redownloading, you can run

ebuild /usr/portage/media-video/mplayer/mplayer-[version].ebuild digest

to regenerate the md5 from the files you have downloaded, and try a third time.

Chris

On Wed, 2003-09-24 at 00:15, Chris wrote:

I have been trying to install mplayer on my home machine. It appears to be 
down to the final file. I have already dl it from 2 diff places. Any 
suggestions?

!!! File is corrupt or incomplete. (Digests do not match)
 our recorded digest: 1ecd31d17b51f16332b1fcc7da36b312
  your file's digest: 6c3f032ddf401ca522900291de03fee5
!!! File does not exist: /usr/portage/distfiles//font-arial-iso-8859-1.tar.bz2




-- 
BOFH Excuse #444:

overflow error in /dev/null








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Trouble compiling libperl-5.8.0 (~x86)

2003-09-21 Thread Chris van der Pennen




Okay, after some investigation it turns out that /usr/lib/crt1.o is owned by glibc. So, next question: what to do about it? Downgrade glibc? Is that likely to break stuff?

Chris

On Sat, 2003-09-20 at 23:25, Chris van der Pennen wrote:

Nope. Still dies without threads.

gcc -o libperl.so.1.5.8 -L/usr/local/lib perl.o malloc.o gv.o toke.o perly.o op.o regcomp.o dump.o util.o mg.o reentr.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o locale.o pp_pack.o pp_sort.o -Wl,-soname -Wl,libperl.so.`echo libperl.so.1.5.8 | cut -d. -f3`
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
pp.o(.text+0x2725): In function `Perl_pp_pow':
: undefined reference to `pow'
pp.o(.text+0x6d5f): In function `Perl_pp_sin':
: undefined reference to `sin'
pp.o(.text+0x6e9f): In function `Perl_pp_cos':
: undefined reference to `cos'
pp.o(.text+0x727f): In function `Perl_pp_exp':
: undefined reference to `exp'
pp.o(.text+0x73f4): In function `Perl_pp_log':
: undefined reference to `log'
pp.o(.text+0x8fdb): In function `Perl_pp_crypt':
: undefined reference to `crypt'
collect2: ld returned 1 exit status
distcc[5465] ERROR: compile on localhost failed
make: *** [libperl.so.1.5.8] Error 1

Chris

On Sat, 2003-09-20 at 23:20, Chris van der Pennen wrote: 

It was still giving errors without threads. Having said that, I'll turn them off and give it another go. Keep you posted.

Chris
On Sat, 2003-09-20 at 23:09, Jason Stubbs wrote: 

I noticed you have threads in your USE flags. This, of course, is meant to 
compile Perl with threads, which all the errors are related to. The threading 
model changed in Perl 8.0 according to the INSTALL doc. I couldn't find a 
definate but I'm guessing that perhaps Perl 8.0 uses POSIX threading. i.e. to 
use it you would need recompile glibc with nptl in your use flags and run a 
2.6 kernel. Or check the INSTALL doc, as you could modify the ebuild to use 
the old (buggy) threading model if you so wished. I wouldn't recommend 
confirming what my guess first, though.

On Saturday 20 September 2003 21:43, Chris van der Pennen wrote:
 Were it only that simple.  Same error.  :/

 I'm going to try rebuilding everything from glibc up without ccache, it
 might help.

 Chris


snip  














-- 



Americans' greatest fear is that America will turn out to have been a



phenomenon, not a civilization.



-- Shirley Hazzard, Transit of Venus













-- 

When I was little, I went into a pet shop and they asked how big I'd get.

-- Rodney Dangerfield








-- 
BOFH Excuse #141:

disks spinning backwards - toggle the hemisphere jumper.









signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] NFS vs. samba

2003-09-21 Thread Chris van der Pennen




I have a near-identical setup. If the laptop's not plugged in, after about 10-20 seconds rpc gives up with destination unreachable and the filesystem just doesn't mount.

I mount with -o hard,intr,tcp and the export is rw,no_root_squash,sync.

Chris

PS. Distcc rocks in this setup :)

On Sun, 2003-09-21 at 16:58, Rick Barnes wrote:

Hello,
  I am currectly working on setting up my server on my home lan to share its 
/usr/portage with 2 other computers. Currently, I am using nfs to mount it 
on my desktop machine and it works great, and was planning to setup my 
laptop to mount it as for /usr/portage too, but a friend said the nfs has 
problems if it is not able to mount a directory. This would be a problem 
since I regularly take my laptop away from the lan and it would not be able 
to mount. It is not necessary to have access to /usr/portage while I have 
my laptop away from my lan since i can wait to install anything from home. 
He mentioned using samba instead since it did not have this problem. Is 
this a legitimate concern with nfs and should I switch over to samba? Will 
portage be able to work correctly with a samba share from a permissions 
standpoint?

TIA,
rick




-- 
grep me no patterns and I'll tell you no lines.








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Trouble compiling libperl-5.8.0 (~x86)

2003-09-21 Thread Chris van der Pennen




Will do. Thanks for your help.

Chris

On Sun, 2003-09-21 at 17:12, Jason Stubbs wrote:

You're out of my league now. Though I don't believe that it should require a 
main function. I suggest posting a bug and getting some help from the devs.

On Sunday 21 September 2003 16:23, Chris van der Pennen wrote:
 Okay, after some investigation it turns out that /usr/lib/crt1.o is
 owned by glibc.  So, next question:  what to do about it?  Downgrade
 glibc?  Is that likely to break stuff?

 Chris

 On Sat, 2003-09-20 at 23:25, Chris van der Pennen wrote:
  Nope.  Still dies without threads.
 
  gcc -o libperl.so.1.5.8 -L/usr/local/lib perl.o malloc.o gv.o toke.o
  perly.o op.o regcomp.o dump.o util.o mg.o reentr.o hv.o av.o run.o
  pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o
  utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o
  perlapi.o numeric.o locale.o pp_pack.o pp_sort.o  -Wl,-soname
  -Wl,libperl.so.`echo libperl.so.1.5.8 | cut -d. -f3`
  /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../crt1.o(.text+0x18):
 
  In function `_start':
  : undefined reference to `main'
 
  pp.o(.text+0x2725): In function `Perl_pp_pow':
  : undefined reference to `pow'
 
  pp.o(.text+0x6d5f): In function `Perl_pp_sin':
  : undefined reference to `sin'
 
  pp.o(.text+0x6e9f): In function `Perl_pp_cos':
  : undefined reference to `cos'
 
  pp.o(.text+0x727f): In function `Perl_pp_exp':
  : undefined reference to `exp'
 
  pp.o(.text+0x73f4): In function `Perl_pp_log':
  : undefined reference to `log'
 
  pp.o(.text+0x8fdb): In function `Perl_pp_crypt':
  : undefined reference to `crypt'
 
  collect2: ld returned 1 exit status
  distcc[5465] ERROR: compile on localhost failed
  make: *** [libperl.so.1.5.8] Error 1
 
  Chris
 
  On Sat, 2003-09-20 at 23:20, Chris van der Pennen wrote:
   It was still giving errors without threads.  Having said that, I'll
   turn them off and give it another go.  Keep you posted.
  
   Chris
  
   On Sat, 2003-09-20 at 23:09, Jason Stubbs wrote:
I noticed you have threads in your USE flags. This, of course, is
meant to compile Perl with threads, which all the errors are related
to. The threading model changed in Perl 8.0 according to the INSTALL
doc. I couldn't find a definate but I'm guessing that perhaps Perl
8.0 uses POSIX threading. i.e. to use it you would need recompile
glibc with nptl in your use flags and run a 2.6 kernel. Or check the
INSTALL doc, as you could modify the ebuild to use the old (buggy)
threading model if you so wished. I wouldn't recommend confirming
what my guess first, though.
   
On Saturday 20 September 2003 21:43, Chris van der Pennen wrote:
 Were it only that simple.  Same error.  :/

 I'm going to try rebuilding everything from glibc up without
 ccache, it might help.

 Chris
  
   snip
  
  
  
  
   --
  
  
  
   Americans' greatest fear is that America will turn out to have been
   a
  
  
  
   phenomenon, not a civilization.
  
  
  
   -- Shirley Hazzard, Transit of Venus
 
  --
 
  When I was little, I went into a pet shop and they asked how big I'd
  get.
 
  -- Rodney Dangerfield

--
[EMAIL PROTECTED] mailing list




-- 
If God is perfect, why did He create discontinuous functions?








signature.asc
Description: This is a digitally signed message part


[gentoo-user] Trouble compiling libperl-5.8.0 (~x86)

2003-09-20 Thread Chris van der Pennen




I'm trying to build libperl-5.8.0 as part of emerge -e world, after changing gcc versions and use flags. However, I'm getting the following error when compiling. Has anyone else come across this, or has anyone got any pointers to offer? I have distcc installed, but the error still occurs with FEATURES=-distcc MAKEOPTS=-j1.

 CCCMD = gcc -DPERL_CORE -c -fno-strict-aliasing -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall
gcc -o libperl.so.1.5.8 -L/usr/local/lib perl.o malloc.o gv.o toke.o perly.o op.o regcomp.o dump.o util.o mg.o reentr.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o locale.o pp_pack.o pp_sort.o -Wl,-soname -Wl,libperl.so.`echo libperl.so.1.5.8 | cut -d. -f3`
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
perl.o(.text+0x4c): In function `perl_alloc':
: undefined reference to `pthread_key_create'
perl.o(.text+0x62): In function `perl_alloc':
: undefined reference to `pthread_setspecific'
perl.o(.text+0xd4): In function `perl_alloc':
: undefined reference to `pthread_setspecific'
malloc.o(.text+0xef): In function `Perl_malloc':
: undefined reference to `pthread_getspecific'
malloc.o(.text+0x855): In function `Perl_mfree':
: undefined reference to `pthread_getspecific'
malloc.o(.text+0x8d7): In function `Perl_mfree':
: undefined reference to `pthread_getspecific'
malloc.o(.text+0xa04): In function `Perl_realloc':
: undefined reference to `pthread_getspecific'
malloc.o(.text+0xa88): In function `Perl_realloc':
: undefined reference to `pthread_getspecific'
malloc.o(.text+0xd9e): more undefined references to `pthread_getspecific' follow
util.o(.text+0x41a6): In function `Perl_set_context':
: undefined reference to `pthread_setspecific'
mg.o(.text+0x14f8): In function `.L327':
: undefined reference to `pthread_getspecific'
mg.o(.text+0x1d0e): In function `Perl_csighandler':
: undefined reference to `pthread_getspecific'
mg.o(.text+0x52a2): In function `Perl_sighandler':
: undefined reference to `pthread_getspecific'
reentr.o(.text+0x40c): In function `Perl_reentrant_retry':
: undefined reference to `pthread_getspecific'
sv.o(.text+0x9e4e): In function `Perl_newSVpvf_nocontext':
: undefined reference to `pthread_getspecific'
sv.o(.text+0xbdde): more undefined references to `pthread_getspecific' follow
sv.o(.text+0x10daa): In function `perl_clone':
: undefined reference to `pthread_setspecific'
pp.o(.text+0x2912): In function `Perl_pp_pow':
: undefined reference to `pow'
pp.o(.text+0x72a0): In function `Perl_pp_sin':
: undefined reference to `sin'
pp.o(.text+0x73e0): In function `Perl_pp_cos':
: undefined reference to `cos'
pp.o(.text+0x7840): In function `Perl_pp_exp':
: undefined reference to `exp'
pp.o(.text+0x79bc): In function `Perl_pp_log':
: undefined reference to `log'
pp.o(.text+0x9755): In function `Perl_pp_crypt':
: undefined reference to `crypt_r'
globals.o(.text+0x66): In function `Perl_printf_nocontext':
: undefined reference to `pthread_getspecific'
perlio.o(.text+0xd7): In function `PerlIO_debug':
: undefined reference to `pthread_getspecific'
perlio.o(.text+0xfd): In function `PerlIO_debug':
: undefined reference to `pthread_getspecific'
perlio.o(.text+0x3802): In function `PerlIO_importFILE':
: undefined reference to `pthread_getspecific'
perlio.o(.text+0x4070): In function `PerlIO_exportFILE':
: undefined reference to `pthread_getspecific'
perlio.o(.text+0x41ee): more undefined references to `pthread_getspecific' follow
collect2: ld returned 1 exit status
make: *** [libperl.so.1.5.8] Error 1

nightshade root # emerge info
Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.4.22)
=
System uname: 2.4.22 i686 AMD Athlon(tm) XP 2000+
distcc 2.10 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CFLAGS=-march=athlon-xp -O3 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
COMPILER=gcc3
CONFIG_PROTECT=/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config
CONFIG_PROTECT_MASK=/etc/gconf /etc/env.d
CXXFLAGS=-march=athlon-xp -O3 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=sandbox ccache autoaddcvs distcc userpriv
GENTOO_MIRRORS=ftp://mirror.internode.on.net/pub/gentoo http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Linux/distributions/gentoo
MAKEOPTS=-j8
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/portage/package-mask
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mmx mpeg ncurses nls pdflib png quicktime spell 

Re: [gentoo-user] Trouble compiling libperl-5.8.0 (~x86)

2003-09-20 Thread Chris van der Pennen




Were it only that simple. Same error. :/

I'm going to try rebuilding everything from glibc up without ccache, it might help.

Chris
On Sat, 2003-09-20 at 21:55, Jason Stubbs wrote:

Try turning off ccache and try again. For the most part it works correctly, 
but under certain situations (such as changing compiler) it will use the 
cache when it should recompile.

On Saturday 20 September 2003 20:24, Chris van der Pennen wrote:
 I'm trying to build libperl-5.8.0 as part of emerge -e world, after
 changing gcc versions and use flags.  However, I'm getting the following
 error when compiling.  Has anyone else come across this, or has anyone
 got any pointers to offer?  I have distcc installed, but the error still
 occurs with FEATURES=-distcc MAKEOPTS=-j1.

   CCCMD =  gcc -DPERL_CORE -c -fno-strict-aliasing
 -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall
 gcc -o libperl.so.1.5.8 -L/usr/local/lib perl.o malloc.o gv.o toke.o
 perly.o op.o regcomp.o dump.o util.o mg.o reentr.o hv.o av.o run.o
 pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o
 utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o
 numeric.o locale.o pp_pack.o pp_sort.o  -Wl,-soname -Wl,libperl.so.`echo
 libperl.so.1.5.8 | cut -d. -f3`
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../crt1.o(.text+0x18): In

 function `_start':
 : undefined reference to `main'

 perl.o(.text+0x4c): In function `perl_alloc':
 : undefined reference to `pthread_key_create'

 perl.o(.text+0x62): In function `perl_alloc':
 : undefined reference to `pthread_setspecific'

 perl.o(.text+0xd4): In function `perl_alloc':
 : undefined reference to `pthread_setspecific'

 malloc.o(.text+0xef): In function `Perl_malloc':
 : undefined reference to `pthread_getspecific'

 malloc.o(.text+0x855): In function `Perl_mfree':
 : undefined reference to `pthread_getspecific'

 malloc.o(.text+0x8d7): In function `Perl_mfree':
 : undefined reference to `pthread_getspecific'

 malloc.o(.text+0xa04): In function `Perl_realloc':
 : undefined reference to `pthread_getspecific'

 malloc.o(.text+0xa88): In function `Perl_realloc':
 : undefined reference to `pthread_getspecific'

 malloc.o(.text+0xd9e): more undefined references to
 `pthread_getspecific' follow

 util.o(.text+0x41a6): In function `Perl_set_context':
 : undefined reference to `pthread_setspecific'

 mg.o(.text+0x14f8): In function `.L327':
 : undefined reference to `pthread_getspecific'

 mg.o(.text+0x1d0e): In function `Perl_csighandler':
 : undefined reference to `pthread_getspecific'

 mg.o(.text+0x52a2): In function `Perl_sighandler':
 : undefined reference to `pthread_getspecific'

 reentr.o(.text+0x40c): In function `Perl_reentrant_retry':
 : undefined reference to `pthread_getspecific'

 sv.o(.text+0x9e4e): In function `Perl_newSVpvf_nocontext':
 : undefined reference to `pthread_getspecific'

 sv.o(.text+0xbdde): more undefined references to `pthread_getspecific'
 follow

 sv.o(.text+0x10daa): In function `perl_clone':
 : undefined reference to `pthread_setspecific'

 pp.o(.text+0x2912): In function `Perl_pp_pow':
 : undefined reference to `pow'

 pp.o(.text+0x72a0): In function `Perl_pp_sin':
 : undefined reference to `sin'

 pp.o(.text+0x73e0): In function `Perl_pp_cos':
 : undefined reference to `cos'

 pp.o(.text+0x7840): In function `Perl_pp_exp':
 : undefined reference to `exp'

 pp.o(.text+0x79bc): In function `Perl_pp_log':
 : undefined reference to `log'

 pp.o(.text+0x9755): In function `Perl_pp_crypt':
 : undefined reference to `crypt_r'

 globals.o(.text+0x66): In function `Perl_printf_nocontext':
 : undefined reference to `pthread_getspecific'

 perlio.o(.text+0xd7): In function `PerlIO_debug':
 : undefined reference to `pthread_getspecific'

 perlio.o(.text+0xfd): In function `PerlIO_debug':
 : undefined reference to `pthread_getspecific'

 perlio.o(.text+0x3802): In function `PerlIO_importFILE':
 : undefined reference to `pthread_getspecific'

 perlio.o(.text+0x4070): In function `PerlIO_exportFILE':
 : undefined reference to `pthread_getspecific'

 perlio.o(.text+0x41ee): more undefined references to
 `pthread_getspecific' follow
 collect2: ld returned 1 exit status
 make: *** [libperl.so.1.5.8] Error 1

 nightshade root # emerge info
 Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.4.22)
 =
 System uname: 2.4.22 i686 AMD Athlon(tm) XP 2000+
 distcc 2.10 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
 [enabled]
 ccache version 2.2 [enabled]
 ACCEPT_KEYWORDS=x86 ~x86
 AUTOCLEAN=yes
 CFLAGS=-march=athlon-xp -O3 -pipe -fomit-frame-pointer
 CHOST=i686-pc-linux-gnu
 COMPILER=gcc3
 CONFIG_PROTECT=/etc /var/qmail/control /usr/kde/2/share/config
 /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
 /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
 /usr/share/config
 CONFIG_PROTECT_MASK=/etc/gconf /etc/env.d
 CXXFLAGS

Re: [gentoo-user] Trouble compiling libperl-5.8.0 (~x86)

2003-09-20 Thread Chris van der Pennen




It was still giving errors without threads. Having said that, I'll turn them off and give it another go. Keep you posted.

Chris
On Sat, 2003-09-20 at 23:09, Jason Stubbs wrote:

I noticed you have threads in your USE flags. This, of course, is meant to 
compile Perl with threads, which all the errors are related to. The threading 
model changed in Perl 8.0 according to the INSTALL doc. I couldn't find a 
definate but I'm guessing that perhaps Perl 8.0 uses POSIX threading. i.e. to 
use it you would need recompile glibc with nptl in your use flags and run a 
2.6 kernel. Or check the INSTALL doc, as you could modify the ebuild to use 
the old (buggy) threading model if you so wished. I wouldn't recommend 
confirming what my guess first, though.

On Saturday 20 September 2003 21:43, Chris van der Pennen wrote:
 Were it only that simple.  Same error.  :/

 I'm going to try rebuilding everything from glibc up without ccache, it
 might help.

 Chris


snip



-- 
Americans' greatest fear is that America will turn out to have been a
phenomenon, not a civilization.
-- Shirley Hazzard, Transit of Venus








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Trouble compiling libperl-5.8.0 (~x86)

2003-09-20 Thread Chris van der Pennen




Nope. Still dies without threads.

gcc -o libperl.so.1.5.8 -L/usr/local/lib perl.o malloc.o gv.o toke.o perly.o op.o regcomp.o dump.o util.o mg.o reentr.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o locale.o pp_pack.o pp_sort.o -Wl,-soname -Wl,libperl.so.`echo libperl.so.1.5.8 | cut -d. -f3`
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
pp.o(.text+0x2725): In function `Perl_pp_pow':
: undefined reference to `pow'
pp.o(.text+0x6d5f): In function `Perl_pp_sin':
: undefined reference to `sin'
pp.o(.text+0x6e9f): In function `Perl_pp_cos':
: undefined reference to `cos'
pp.o(.text+0x727f): In function `Perl_pp_exp':
: undefined reference to `exp'
pp.o(.text+0x73f4): In function `Perl_pp_log':
: undefined reference to `log'
pp.o(.text+0x8fdb): In function `Perl_pp_crypt':
: undefined reference to `crypt'
collect2: ld returned 1 exit status
distcc[5465] ERROR: compile on localhost failed
make: *** [libperl.so.1.5.8] Error 1

Chris

On Sat, 2003-09-20 at 23:20, Chris van der Pennen wrote:

It was still giving errors without threads. Having said that, I'll turn them off and give it another go. Keep you posted.

Chris
On Sat, 2003-09-20 at 23:09, Jason Stubbs wrote: 

I noticed you have threads in your USE flags. This, of course, is meant to 
compile Perl with threads, which all the errors are related to. The threading 
model changed in Perl 8.0 according to the INSTALL doc. I couldn't find a 
definate but I'm guessing that perhaps Perl 8.0 uses POSIX threading. i.e. to 
use it you would need recompile glibc with nptl in your use flags and run a 
2.6 kernel. Or check the INSTALL doc, as you could modify the ebuild to use 
the old (buggy) threading model if you so wished. I wouldn't recommend 
confirming what my guess first, though.

On Saturday 20 September 2003 21:43, Chris van der Pennen wrote:
 Were it only that simple.  Same error.  :/

 I'm going to try rebuilding everything from glibc up without ccache, it
 might help.

 Chris


snip 








-- 

Americans' greatest fear is that America will turn out to have been a

phenomenon, not a civilization.

-- Shirley Hazzard, Transit of Venus








-- 
When I was little, I went into a pet shop and they asked how big I'd get.
-- Rodney Dangerfield









signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] currupt icons in nautilus from gnome 2.4 ~x86

2003-09-14 Thread Chris van der Pennen
I had something similar to that in the latest Evolution.  Fix was to turn
off RenderAccel in the nvidia drivers.

Chris

- Original Message -
From: Alan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, September 14, 2003 2:51 PM
Subject: [gentoo-user] currupt icons in nautilus from gnome 2.4 ~x86


 Just got gnome 2.4 (~x86) installed, and I'm seeing some strange icon
 curruption in nautilus, both on the desktop and in nautilus windows.
 It's almost like the icons are undecided if they want to trade looks
 with other icons or something.  When the window or desktop is brought
 into focus, they go back to being ok, but any window not in focus (it
 seems) will sometimes have the icons flash between normal and currupt.
 I have a screenshot at http://arcterex.net/stuff/currupt-icons.png

 Same thing happens with a new user with no .gnome* or .gconf* directories.

 I'm going to guess that this is a gentoo specific (or maybe a me
 specific) thing.  Anyone who has any idea on how to fix this I'd greatly
 appreciate it.

 --
 Alan [EMAIL PROTECTED] - http://arcterex.net
 
 There are only 3 real sports: bull-fighting, car racing and mountain
 climbing. All the others are mere games.-- Hemingway

 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[gentoo-user] GRP and USE flags

2003-09-04 Thread Chris van der Pennen




Does anyone know what use flags the GRP packages are built with?

Chris



-- 
You love peace.








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] QT-3.2 ebuild waiting for KDE 3.2 ?

2003-08-29 Thread Chris van der Pennen




I'm surprised this ebuild hasn't been masked, myself. It's annoying having to remask it every sync when I go to update.

Chris

On Thu, 2003-08-28 at 22:57, Frank Hellmuth wrote:

Hi,

I just want to know if I understand the following output of emerge -Dup world 
correctly:

[blocks B ] kde-base/kdelibs-3.2 (from pkg x11-libs/qt-3.2.1)
[ebuild U ] x11-libs/qt-3.2.1 [3.1.2-r5]

I guess it's an ebuild for QT 3.2.1 available wich want's to upgrade the 
installed 3.12-r5. This is blocked because it would break compabiltiy with 
the installed kdelibs 3.1.3, and kdelibs-3.2 are not yet available (and will 
be for some months...)

So, if my interpretation is correct, this is the first time I see a package 
waiting for the release of another, clever portage... :) and I will have get 
used to these lines in the next months (or switch to kde-cvs) ?!

Frank
 


--
[EMAIL PROTECTED] mailing list




-- 
I'm going to Vietnam at the request of the White House. President Johnson
says a war isn't really a war without my jokes.
-- Bob Hope








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Anyone else getting this trying to compile mc?

2003-08-26 Thread Chris van der Pennen




On Tue, 2003-08-26 at 10:08, Chris van der Pennen wrote:

Compiling lib/util_str.c
In file included from /usr/include/linux/vfs.h:4,
 from /usr/include/linux/fs.h:14,
 from /usr/include/linux/capability.h:17,
 from /usr/include/sys/capability.h:35,
 from include/includes.h:309,
 from lib/time.c:22:
/usr/include/asm/statfs.h:12: redefinition of `struct statfs'


Hate replying to my own posts, but this was fixed with USE=-samba.

Chris



-- 
Rome was not built in one day.
-- John Heywood








signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] dynamic ip and a domain

2003-08-09 Thread Chris van der Pennen
CNAME

Chris
- Original Message -
From: Gëzim Hoxha [EMAIL PROTECTED]
To: gentoo user [EMAIL PROTECTED]
Sent: Thursday, August 07, 2003 8:47 PM
Subject: [gentoo-user] dynamic ip and a domain


 Hi guys,
 I've got a dynamic IP and I run a web server (I also
 use dynamic dns). I bought a domain name and I use
 zoneedit.com as my dns server. My question is, is it
 possible to have my domain take the traffic to my
 dynamic IP (without me having to do it manually
 everytime my IP changes), and for the address bar to
 show my domain name?

 Thanks,
 Gëzim

 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com

 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Testing..... (nothing to see here)

2003-07-30 Thread Chris van der Pennen




On Thu, 2003-07-31 at 11:13, Steven wrote:

Well don't make us all suffer. Come on. Some people still pay by the bitrate
around here!


What, so you contributed to it?




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] wierd KDE stuff..

2003-07-28 Thread Chris van der Pennen




Quake 3 engine's mmap is weird. Sometimes it works, sometimes it doesn't. Mine works until you start a map, at which point it freezes.

Chris

On Mon, 2003-07-28 at 14:25, bob bob wrote:

I've recently gotten Enemy Territory to work on my gentoo box (runs 
swet)..

But for some reason I can only run it with sound from the command line.. ( 
with this : artsdsp -m et )

If I place this  artsdsp -m et into a KDE menu shortcut, the game starts 
without sound (same thing that happens if I this = et from the command 
line )..

any idea why this is happening?



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live. - Peter Cochrane

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


--
[EMAIL PROTECTED] mailing list






signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Import

2003-07-23 Thread Chris van der Pennen




On Wed, 2003-07-23 at 19:01, Patrick Marquetecken wrote:

Hi,

Is it possible to import 5000 mail in maildir format (from a backup) that are called .msg and have a file structure of sub folders in sub folders in sub... and keep that structure?

Patrick

Import to what?

Chris




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] ~x86 gtk2

2003-06-22 Thread Chris van der Pennen




Yep. Thanks.

Chris

On Sun, 2003-06-22 at 14:42, Shawn wrote:

Turn off RenderAccell.

You're running nvidia drivers aren't you... ;]

On Thu, 2003-06-19 at 21:23, Chris van der Pennen wrote:
 Is anyone else getting weird icon corruption with the latest testing
 gtk2?
 
 Or is it just me being halfway through emerge -e world?  ;)
 
 Chris

--
[EMAIL PROTECTED] mailing list






signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Starting gentoo without xdm

2003-06-21 Thread Chris van der Pennen




On Sat, 2003-06-21 at 19:12, MAL wrote:

Chris van der Pennen wrote:
 On Fri, 2003-06-20 at 18:30, MAL wrote:
 
/MAL wrote:
 Append the runlevel name (number in other distros) to the kernel line at 
 boot.
 
 Like when you boot single user mode by appending 'single'.
 
 So to solve Jan's problem, create a new directory in /etc/runlevels 
 called 'graphical'
 
 rc-update add xdm graphical
 
 rc-update del xdm default
 
 Then simply add an entry to grub that appends graphical to the end of 
 the kernel line.  Boot this new entry to get a graphical login, or the 
 original to get command line only.

Sorry for replying to my own post, but a little reading has made be 
aware that this may not work as expected.. you may need to add all the 
services from 'default' to 'graphical' too, as I do not think booting 
'graphical' will also start the services in 'default'./

 Well that's easy enough to fix - cp /etc/runlevels/default/* 
 /etc/runlevels/graphical

Then you have to maintain 2 runlevels, no?

Cron.




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Starting gentoo without xdm

2003-06-20 Thread Chris van der Pennen




On Fri, 2003-06-20 at 18:30, MAL wrote:

MAL wrote:
 Append the runlevel name (number in other distros) to the kernel line at 
 boot.
 
 Like when you boot single user mode by appending 'single'.
 
 So to solve Jan's problem, create a new directory in /etc/runlevels 
 called 'graphical'
 
 rc-update add xdm graphical
 
 rc-update del xdm default
 
 Then simply add an entry to grub that appends graphical to the end of 
 the kernel line.  Boot this new entry to get a graphical login, or the 
 original to get command line only.

Sorry for replying to my own post, but a little reading has made be 
aware that this may not work as expected.. you may need to add all the 
services from 'default' to 'graphical' too, as I do not think booting 
'graphical' will also start the services in 'default'.

Well that's easy enough to fix - cp /etc/runlevels/default/* /etc/runlevels/graphical

Chris




signature.asc
Description: This is a digitally signed message part


[gentoo-user] ~x86 gtk2

2003-06-19 Thread Chris van der Pennen




Is anyone else getting weird icon corruption with the latest testing gtk2?

Or is it just me being halfway through emerge -e world? ;)

Chris




signature.asc
Description: This is a digitally signed message part


[gentoo-user] BSD mtree

2003-06-18 Thread Chris van der Pennen




Anyone seen a port of BSD's mtree for linux?

Chris




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] evolution won't start

2003-06-17 Thread Chris van der Pennen




On Tue, 2003-06-17 at 09:35, Klaus D. Neumann wrote:

How do you emerge Evo 1.4? Is it out already?

ACCEPT_KEYWORDS=~arch emerge evolution





signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Re: emerge link error due to i586-pc-linux-gnu/i686-pc-linux-gnu mismatch

2003-06-16 Thread Chris van der Pennen
- Original Message -
From: Jonathan Chocron [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 16, 2003 4:26 PM
Subject: [gentoo-user] Re: emerge link error due to
i586-pc-linux-gnu/i686-pc-linux-gnu mismatch
[snip]
 You need to bootstrap again (I did, worked
 like a charm, ALTHOUGH you should be warned that this will overwrite
 /etc/group, /etc/passwd, /etc/rc.conf and /etc/make.conf if you do not
 set the CONFIG_PROTECT variable properly). You can boostrap from
 within your system, or from the chrooted environment on the
 LiveCD. This should get things right.
[snip]

My $.02:  I bootstrapped from within my own install once.  Hosed everything.
YMMV.

Chris


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CD Images

2003-06-15 Thread Chris van der Pennen




On Mon, 2003-06-16 at 02:03, Tom Wesley wrote:

On Sunday 15 June 2003 19:19, gabor wrote:
 On Sun, 2003-06-15 at 17:56, Tom Wesley wrote:
  On Sunday 15 June 2003 16:41, Lars Juel Nielsen wrote:
   How would i mount a bin/cue set or convert it to a normal iso so it can
   be mounted with mount -o loop,ro -t fs type image mountpoint
 
  check http://hes.iki.fi/bchunk/

 yes, that works, but

 hmmm.. do you know daemon-tools?

 basically what i'd like to have is a virtual cd-rom ...

 something that would be able to take an iso or a cue/bin or a
 ccd(clonecd) image an 'mount' it to /dev/something,
 and then i'd be able to use /dev/something as a regular dvd/cd-rom
 drive.

 i know that 'losetup' can do something like this, but i had no success
 with mounting a cue/bin...

 i know i can use bchunk to extract all the filesystems from a cue/bin,
 and then i can mount the iso files, but for example with
 daemon-tools-on-windows, i can mount a cue/bin image of an audio cd, and
 then grab the audio tracks from the virtually mounted cd image with any
 audiograbber tool. can i do the same on linux?


And for this there is 
*  app-cdr/virtualcd-0.4
  Latest version available: 0.4
  Latest version installed: [ Not Installed ]
  Size of downloaded files:  [no/bad digest]
  Homepage:http://outertech.com/robert/virtualcd/
  Description: mount bin/cue cd images

although I have to admit to not having tried this one.

While we're on the subject, what about progs for ripping bin/cue images?




signature.asc
Description: This is a digitally signed message part


[gentoo-user] ATI drivers for modern cards

2003-06-04 Thread Chris van der Pennen



I was wondering; does anyone have any first hand 
experience on the stability and performance on recent model (9000 series) ATi 
Radeon linux drivers?

Thanks

Chris


Re: [gentoo-user] ASUS A7N8X and APM or ACPI

2003-06-01 Thread Chris van der Pennen




CONFIG_PM=y
CONFIG_ACPI=y
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUSMGR=y
CONFIG_ACPI_SYS=y
CONFIG_ACPI_CPU=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_AC is not set
CONFIG_ACPI_EC=y
# CONFIG_ACPI_CMBATT is not set
CONFIG_ACPI_THERMAL=y
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

Oddly enough I have both turned on, even though only APM gets used. Dunno why. Anyone know the kernel command line to disable apm?

Chris

On Sat, 2003-05-31 at 12:06, reg hughson wrote:

If anyone has gotten either APM or ACPI to work (power off and standby the 
monitor, or power off the computer, for eg.), would you let me know how you 
have the appropriate section of your kernel config'ed?  Mine is not 
co-operating. Thx.



--
[EMAIL PROTECTED] mailing list






signature.asc
Description: This is a digitally signed message part


[gentoo-user] Question:

2003-04-03 Thread Chris van der Pennen




Is re-bootstrapping from within a live gentoo installation a good idea, or will that Break Things?

Chris




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Question:

2003-04-03 Thread Chris van der Pennen




That's not quite what I meant.

I was talking about bootstrapping again in an already installed Gentoo setup - not creating a new one from within chroot.

Chris

On Fri, 2003-04-04 at 03:02, brett holcomb wrote:

Assuming you set up the mount points and chroot as per the 
instructions it won't hurt.  I've done it.

On 03 Apr 2003 23:54:30 +0930
  Chris van der Pennen [EMAIL PROTECTED] 
wrote:
Is re-bootstrapping from within a live gentoo 
installation a good idea,
or will that Break Things?

Chris


--
[EMAIL PROTECTED] mailing list






signature.asc
Description: This is a digitally signed message part


[gentoo-user] Odd issue with gentoo-sources-2.4.20-r2

2003-04-02 Thread Chris van der Pennen



They seem to be eating 100% system time whenever an 
app doesn't want it, which is unusual. Ordinarily I wouldn't mind, but 
this will chew through my laptop batteries in less time than I would 
like.

Attached is my kernel config.

The laptop'sa Toshiba Satellite 2410, p4/m 
1.8, geforce 4 go

Any ideas?

Chris van der Pennen
#
# 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 is not set
# 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=y
# CONFIG_MK6 is not set
# 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=7
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_MCE=y
CONFIG_TOSHIBA=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
# CONFIG_1GB is not set
# CONFIG_2GB is not set
# CONFIG_3GB is not set
CONFIG_05GB=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_PREEMPT is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y

#
# General setup
#
CONFIG_NET=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 is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# 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_PM=y
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# ACPI Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_TOSHIBA=y
# CONFIG_ACPI_DEBUG is not set

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

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
CONFIG_PARPORT_SERIAL=y
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
# CONFIG_PARPORT_PC_PCMCIA 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=y
CONFIG_PARPORT_1284=y

#
# 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 is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_CDROM_PKTCDVD=y
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y
# 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

Re: [gentoo-user] Odd issue with gentoo-sources-2.4.20-r2

2003-04-02 Thread Chris van der Pennen
It wasn't the apic.  Any other suggestions?

Chris

- Original Message -
From: Mark Saunders [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 2:52 PM
Subject: Re: [gentoo-user] Odd issue with gentoo-sources-2.4.20-r2


 I had problem with suspend mode on a satellite 2410..
 So i built the kernel with ACPI and without APIC.

 On Thu, 2003-04-03 at 15:23, Joe Stone wrote:
  On Thursday 03 April 2003 06:53, Chris van der Pennen wrote:
   They seem to be eating 100% system time whenever an app doesn't want
it,
   which is unusual.  Ordinarily I wouldn't mind, but this will chew
through
   my laptop batteries in less time than I would like.
  
   Attached is my kernel config.
  
   The laptop's a Toshiba Satellite 2410, p4/m 1.8, geforce 4 go
  
   Any ideas?
  
   Chris van der Pennen
 
  hi
 
  you can try to disable APIC
  CONFIG_X86_UP_APIC
 
  Some time ago (february) this was the resaon for my konstant 30% system
time.
  because I have a dual-board (where APIC is used by default) I now use
Vanilla.
  Only happend with gentoo-sources, not with vanilla or openmosix.
 
 
  hope this helps
  Joe
 
 
  --
  [EMAIL PROTECTED] mailing list
 --
 Mark Saunders [EMAIL PROTECTED]
 Cytek Pty Ltd


 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nForce support

2003-03-31 Thread Chris van der Pennen




On Mon, 2003-03-31 at 16:42, Adam Mercer wrote:

Hi

I'm going to be building a new system soon and I am in the process of
deciding what to go for. Currently I'm been hearing good things about
the nForce 2 chipset, specifically the Abit NF7. Has anyone had
experience with this board or the nForce 2 chipset under Gentoo before.
Hows driver support for example, the NF7 comes with onboard lan and
sound, are these supported?

Works fine for me. Onboard lan is supported by the nforce-net ebuild, in a similar fashion to the nvidia-kernel ebuild. Sound is in alsa, but you will need to use ~x86 to get support, until rc8 makes stable. (snd-intel8x0)

Sensors doesnt work yet, but support is planned for 2.8.0, so unless you want to pull the latest one from cvs you'll have to wait.

That's all I can think of off the top of my head.

Chris




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Gentoo on a Toshiba Satellite 2410

2003-03-30 Thread Chris van der Pennen




On Sun, 2003-03-30 at 19:05, Mark Saunders wrote:

I've installed gentoo on my a toshiba satellite 2410..
it went alot smoother than i expected - no problems at all.

but i am having trouble getting xfree running.

i can get it running fine at 800x600, but i can't get it 
going at 1024x768. 1024x768 is the native resolution.

i've got the nvidia drivers installed properly and they 
are loading fine (800x600 works ok).

when i try to load at 1024x768 i either get a white screen
instead of the nvidia splash, or xfree can't find any usable
resolutions.

Not having X compiled yet, I can't reproduce this, but check out http://www.thorstenhaas.de/toshiba2410/ for some documentation from someone who got debian working.

Chris




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Grub question: why do I have to enter parametersmanually at boot?

2003-03-26 Thread Chris van der Pennen




On Wed, 2003-03-26 at 20:00, Brian Dunnette wrote:

On Wed, 26 Mar 2003 10:10:42 +0100
Tony Clark [EMAIL PROTECTED] wrote:

 On Wednesday 26 March 2003 09.51, Brian Dunnette wrote:
  Quick question:
  I think I've set up my menu.lst file correctly (got bzImage in
  /hda2/boot/bzImage, etc), but for some reason I'm having to enter kernel
  /boot/bzImage manually at boot.  Any idea why this would be?  I'm running
  Gentoo 1.4rc-something on a VIA C3, if that helps at all...
 What partion is /boot on? hda1 or hda2.  You have it setup for hda2

Forgot to mention -- hda1 is swap, hda2 is root (no separate boot partition -- is it still necessary?) 

Depends what /boot is on. It *has* to be on something the bootloader can understand - so yes, it is necessary if you have an LVM or an EVMS raid setup.

Chris




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Portage package see-sawing

2003-03-25 Thread Chris van der Pennen




On Tue, 2003-03-25 at 22:42, MAL wrote:

I'm still getting packages see-sawing, that is, wanting to upgrade, then 
when I do, wanting to downgrade again.

This time it's:

[ebuildU ] x11-misc/shared-mime-info-0.9 [0.7]

and after upgrade:

[ebuildUD] x11-misc/shared-mime-info-0.7 [0.9]


What's causing this?

Just a guess, but mirror lag? Are you syncing between upgrades (dumb question, but)?

MAL

Chris





signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] SPDIF nForce2 based motherboards

2003-03-17 Thread Chris van der Pennen




On Mon, 2003-03-17 at 05:52, Ernie Schroder wrote:

Has anyone had any luck getting the spdif port on their nForce2 based 
board to work? Any news on if or when we can expect Nvidia to act?

Or sensors? I know motherboard monitor has support, but I haven't been able to get sensors working yet.

Chris




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Best way to rebuild all system

2003-02-04 Thread Chris van der Pennen




On Wed, 2003-02-05 at 09:38, Bruno Lustosa wrote:

Hello, folks. I just found out about some better optimization options
for /etc/make.conf, but I have already configured most of the system.
What's the best way to rebuild all packages?
I tried the manpage and the --help for emerge, but couldn't find an
option for doing so. There's an action named 'regen', but it isn't
mentioned anywhere in the manpage or in the help screen.
If I do, for example, 'emerge -p vim', it shows me an 'R' flag for it,
and if I take out the -p, it grabs the source I already have, configures
and then starts building (with new make.conf options).
What would be the quick way to do it to the whole system?

From man emerge:

--emptytree (-e)
 Virtually tweaks the tree of installed packages to only contain
 glibc; this is great to use together with --pretend. This allows
 developers to get a complete overview of the complete dependency
 tree of a package, and it enables complete trees to be rebuilt
 using the latest libraries.

Chris




signature.asc
Description: This is a digitally signed message part


[gentoo-user] gentoo-sources-2.4.20-r1

2003-02-02 Thread Chris van der Pennen




Has anyone tried the gentoo-sources-2.4.20-r1 kernel? Have they had any issues with it, and is it better than 2.4.19-r10?

Chris




signature.asc
Description: This is a digitally signed message part