Re: [gentoo-user] Mplayer without X

2004-01-22 Thread Tianran Chen
what about install MPlayer without qt and kde? i add -qt -kde in my USE 
flag, but qt and kde still show up when i do emerge -pv mplayer. any idea?

thanks


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gimp 2.0

2004-01-22 Thread Octavio Ruiz (Ta^3)
Pascal Brax, who happens to be smarter than you, thinks:
 On Wed, 2004-01-21 at 19:38, Michael Reid - CSCI/P2003 wrote:
 
   i tried ACCEPT_KEYWORD(S)=~x86, too but it finds only the old 1.2.5
   
  
  Probably it's masked (unstable/broken). 
  
  See http://forums.gentoo.org/viewtopic.php?t=33534
 
 I know it's masked ;)
 
 I followed your link, and i found how to emerge it even if it's
 unstable.
 I just write emerge /usr/portage/media-gfx/gimp-2.0-pre2.ebuild ;)

Do not forget to do an %echo media-gfx/gimp  /etc/portage/package.unmask

-- 
Said a horny young girl from Milpitas,
My favorite sport is coitus.
But a fullback from State
Made her period late,
And now she has athlete's fetus

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gaim segfaults when signing onto Yahoo

2004-01-22 Thread Octavio Ruiz (Ta^3)
Roy Kidder, who happens to be smarter than you, thinks:
 I'm seeing the same thing, but it's not limited to the Gentoo-ized
 version of Gaim 0.75. I'm seeing it on a compiled-from-scratch version on
 both Redhat and Gentoo.
 http://sourceforge.net/forum/forum.php?forum_id=665
 Alot of other people are also experiencing this. It seems the common
 denominator is Yahoo. I have one machine that is logged into Yahoo and is
 working OK. I would imagine that's because I haven't logged off in about
 a week.

My home computa' have .75 and segfaults connecting with Y!. My
laptop who has .74 can connect without problem so try downgrading to .74

 Roy

-- 
It's very inconvenient to be mortal -- you never know when everything may
suddenly stop happening.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mplayer without X

2004-01-22 Thread Andrew Ross
Try USE=-* emerge -pv mplayer

On my server the results are:

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] dev-lang/nasm-0.98.38  -doc -build
[ebuild  N] media-sound/cdparanoia-3.9.8
[ebuild  N] media-libs/xvid-0.9.1
[ebuild  N] sys-libs/lib-compat-1.3
[ebuild  N] media-libs/divx4linux-20030428-r1
[ebuild  N] media-libs/win32codecs-0.90.1-r2  -quicktime
[ebuild  N] media-video/mplayer-0.92  -dga -oss -xmms -jpeg -3dfx 
-sse -matrox -sdl -X -svga -ggi -oggvorbis -3dnow -aalib -gnome -xv 
-opengl -truetype -dvd -gtk -gif -esd -fbcon -encode -alsa -directfb 
-arts -dvb -gtk2 -samba -lirc

Now you can review the mplayer use flags and add the ones you want.

Cheers

Andrew

Tianran Chen wrote:
what about install MPlayer without qt and kde? i add -qt -kde in my USE 
flag, but qt and kde still show up when i do emerge -pv mplayer. any idea?
--
[EMAIL PROTECTED] mailing list


[gentoo-user] RESTRICT (was: gaim segfaults when signing onto Yahoo)

2004-01-22 Thread Octavio Ruiz (Ta^3)
Norberto Bensa, who happens to be smarter than you, thinks:
Content-Description: signed data
 Andrew Gaffney wrote:
  Joseph A. Nagy, Jr. wrote:
   Andrew Gaffney wrote:
   Doesn't emerge strip all binaries that it installs?
   What would it matter? 
  AFAIK, 'strip' removes all debugging info from binaries.
 
 # RESTRICT=nostrip emerge gaim

Where $RESTRICT is documented?

 HTH,
 Norberto

-- 
You have junk mail.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] problem displaying man pages

2004-01-22 Thread Anupam Kapoor

thanks for the info. this works fine.

kind regards
anupam

Kevin Hanson [EMAIL PROTECTED] writes:

 Anupam Kapoor wrote:

hi all,

i am having a strange problem displaying man page. when i try a man
page e.g. 'man ld' here is the output i get :

,
| parth% man ld
| fgets: No such file or directory
| Error reading man page /usr/share/man/man1/ld.1.gz
| No manual entry for ld
 | parth% `

while other man commands e.g. 'man ls' works fine.

any ideas on what might be wrong here ?


thank you
kind regards
anupam


--
[EMAIL PROTECTED] mailing list


  
 I had this same problem with 'ld' and 'ar'.  Emerging the latest
 binutils (binutils-2.14.90.0.8.ebuild) solved my problem.
 Unfortunately, it is ~x86.

 Cheers,
 Kevin

 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mysql php ?

2004-01-22 Thread Diego Zamboni

 $ emerge -pv mod_php
 
 And you'll get a list of it's options (+ are the configured USE
 options);
 
 [ebuild  N] dev-php/php-4.3.4-r3  +X +crypt -curl -firebird -flash
 -freetds -gd -gd-external +gdbm -imap -informix -ipv6 +java +jpeg -ldap
 -mcal -memlimit +mysql +nls -oci8 -odbc +pam +pdflib +png -postgres +qt
 -snmp +spell +ssl -tiff +truetype +xml2 -yaz +berkdb +ncurses +readline 

The continuation to this answer is that you can temporarily assign the
USE environment variable to modify features you want to enable/disable,
for example:

# USE=curl firebird -pam emerge -pv mod_php

(which enables curl and firebird support, disables pam)

the assignment of USE flags may affect dependencies, so you may see
additional packages being installed. Once you are satisfied with what
you have, just remove the -p option to actually do the install.

To find out what a flag stands for, you can use the euse command:

# euse -i firebird
firebird [-] [ ] [G] Adds support for the Firebird relational database

--Diego



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Files in /etc/pam.d

2004-01-22 Thread Scharf Yuval
Clearly, I never turned it ON in my old system.

Yuval Scharf


On Thu, 22 Jan 2004, Scharf Yuval wrote:

 Hi,

 Indeed the pam flag was turned off. This is strange, in my previous system
 where I moved from 2.4 to 2.6 I never turned it off and there was no
 problem.

 Anyhow, How do I tell portage that I've changed a USE flag and want it to
 rebuild what ever is needed?

 Thanks,
 Yuval Scharf


 On Thu, 22 Jan 2004, Andrew Ross wrote:

  Scharf Yuval wrote:
 
  When I look at the filed in /etc/pam.d using qpkg -f I can see that some
  of them came from ebuilds and some of them not.
  
  
  That's strange - a quick check of my /etc/pam.d shows 14 files, all
  belong to either shadow, openssh, or squid.
 
  Perhaps you could supply us with the list of files you are referring to?
 
  The reason I'm asking is because I'm building a new system and I can't
  login into it. It says that the authentication failed :-(
  
  
  I once had this problem (ie. unable to log into a newly built system,
  even as root). It was because I'd taken pam out of my use flags when the
  system was built (eg. USE=-pam emerge system).
 
  I rebooted using the live cd and redid the emerge system. Everything
  worked fine after that.
 
  Hope this helps
 
  Andrew
 
  --
  [EMAIL PROTECTED] mailing list
 
 



 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Rus Foster
On Thu, 22 Jan 2004, Jan Heylen wrote:

 Hi,

 if I do, in the very beginning of install:

 'tar -xvjpf /mnt/cdrom/stages/stage3-*.tar.bz2'

 *nothing* happens. The tar is not taking mem, nor cpu time if I look with
 'ps -e u | grep tar'.

Does tar -tfj /mnt/cdrom/stages/stage3-*.tar.bz2 show anything?

Rus
-- 
e: [EMAIL PROTECTED]
t: 1-888-327-6330
www.jvds.com - Root on your own box
www.vpscolo.com - Your next hosting company

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Qmail and SpamAssassin

2004-01-22 Thread Greg Bolshaw
On Thu, 2004-01-22 at 05:00, Paul Varner wrote:
 On Wed, 2004-01-21 at 17:12, Greg Bolshaw wrote:
  Is this normal behaviour? How do I get SpamAssassin to read individual
  user's user_prefs files?
 
 You need to edit /etc/conf.d/spamd  Here is the relavent portion from my
 copy of the file.
 
 SPAMD_OPTS=-c --user-config
 
 Placing the --user-config in there should cause it to run on a per-user
 basis.

OK, I've added that now and restarted spamd. In /var/log/messages I'm
still getting for qmailq:204. user_prefs hasn't been automatically
created under my home directory.

-- 
Kind regards

Greg Bolshaw
Consultant
Linux Technologies
http://www.linuxtechnologies.co.uk/


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


[gentoo-user] kdegraphics 3.1.5 fails to compile and....

2004-01-22 Thread Chris
to begin with my neices wanted me to thank everyone who helped me get their 
machine up and running for them. they really loved it. :) thanks guys.

now that i am back on my machine i started upgrading it to kde 3.1.5. i got as 
far as kdegraphics without a problem or kchanging any files anywhere but 
kdegraphics fails with the following error:



grep: /usr/lib/libungif.la: No such file or directory
sed: can't read /usr/lib/libungif.la: No such file or directory
libtool: link: `/usr/lib/libungif.la' is not a valid libtool archive
make[3]: *** [kuickshow.la] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kdegraphics-3.1.5/work/kdegraphics-3.1.5/kuickshow/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kdegraphics-3.1.5/work/kdegraphics-3.1.5/kuickshow'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kdegraphics-3.1.5/work/kdegraphics-3.1.5'
make: *** [all] Error 2

!!! ERROR: kde-base/kdegraphics-3.1.5 failed.
!!! Function kde_src_compile, Line 123, Exitcode 2
!!! died running emake, kde_src_compile:make

bash-2.05b#

---

what do i need to fix it?
-- 
Chris


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Untarring does not work.

2004-01-22 Thread Jan Heylen
no, I tried tar -t /mnt/gentoo/stage3-*.tar.bz2', nothing happens (nor with
archive.tar that I made)

In my original mail: 'tar -xvjp /mnt/cdrom/stages/stage3-*.tar.bz2'
had to be 'tar -xvjp /mnt/gentoo/stage3-*.tar.bz2'  (I downloaded the file )

Jan

-Original Message-
From: Rus Foster [mailto:[EMAIL PROTECTED]
Sent: 22 January 2004 10:51
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Untarring does not work.


On Thu, 22 Jan 2004, Jan Heylen wrote:

 Hi,

 if I do, in the very beginning of install:

 'tar -xvjpf /mnt/cdrom/stages/stage3-*.tar.bz2'

 *nothing* happens. The tar is not taking mem, nor cpu time if I look with
 'ps -e u | grep tar'.

Does tar -tfj /mnt/cdrom/stages/stage3-*.tar.bz2 show anything?

Rus
-- 
e: [EMAIL PROTECTED]
t: 1-888-327-6330
www.jvds.com - Root on your own box
www.vpscolo.com - Your next hosting company

--
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Files in /etc/pam.d

2004-01-22 Thread Andrew Ross
Short of something like emerge -eD world and rebuilding everything, you 
could try to parse the output of usechange 
(http://www.coe.uncc.edu/~danderse/www/usechange).

Hope this helps

Andrew

Scharf Yuval wrote:

Anyhow, How do I tell portage that I've changed a USE flag and want it to
rebuild what ever is needed?


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] now that is cool :)

2004-01-22 Thread Lloyd H. Meinholz
yes it is. has anyone tried it out yet?

Lloyd


On Wed, 2004-01-21 at 07:30, raptor wrote:
 Gentoo on PDA Zaurus
 
 http://linuxtoday.com/infrastructure/2004012100126OSEMSW
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdegraphics 3.1.5 fails to compile and....

2004-01-22 Thread Chris
On Thursday 22 January 2004 04:21 am, Chris wrote:
 to begin with my neices wanted me to thank everyone who helped me get their
 machine up and running for them. they really loved it. :) thanks guys.

 now that i am back on my machine i started upgrading it to kde 3.1.5. i got
 as far as kdegraphics without a problem or kchanging any files anywhere but
 kdegraphics fails with the following error:

 

 grep: /usr/lib/libungif.la: No such file or directory
 sed: can't read /usr/lib/libungif.la: No such file or directory
 libtool: link: `/usr/lib/libungif.la' is not a valid libtool archive
 make[3]: *** [kuickshow.la] Error 1
 make[3]: Leaving directory
 `/var/tmp/portage/kdegraphics-3.1.5/work/kdegraphics-3.1.5/kuickshow/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory
 `/var/tmp/portage/kdegraphics-3.1.5/work/kdegraphics-3.1.5/kuickshow'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/kdegraphics-3.1.5/work/kdegraphics-3.1.5'
 make: *** [all] Error 2

 !!! ERROR: kde-base/kdegraphics-3.1.5 failed.
 !!! Function kde_src_compile, Line 123, Exitcode 2
 !!! died running emake, kde_src_compile:make

 bash-2.05b#

 ---

 what do i need to fix it?

i just ran emerge -uDp kdegraphics and it gave me the following:

-

bash-2.05b# emerge -uDp kdegraphics

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] dev-java/java-config-1.2.4 [0.2.8]
[ebuild U ] kde-base/kdegraphics-3.1.5 [3.1.2]

---

would not having the upgraded ver. of java-config cause the problem? 
-- 
Chris


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pure mplayer ?

2004-01-22 Thread Thomas Buntrock
On Wed, Jan 21, 2004 at 05:26:31PM +0200, raptor wrote:
 hi how to exclude all x and gtk stuff when compiling mplayer, tried this :
 but x-stuff are still there.. i need mplayer for just running :
 
 mplayer -identity -frame 0 movie.avi
 
 nothing else... so that I can parse the result ..
 It runs on server so i DONT want even to try to start the movie.. 
 output gifs, using xmms or anything like that
 (if u know what else should I exclude)
 
 
 #USE='-x11 -gtk -gnome' emerge -p mplayer

Take a look in the ebuild file. The option to disable the X-stuff will
not be set if neither X (not x11) nor gtk is set.
so this should do: USE='-X -gtk -gnome' emerge -p mplayer

HTH 

Thomas


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Mplayer without X

2004-01-22 Thread Spider
begin  quote
On Thu, 22 Jan 2004 02:04:53 -0500 (EST)
Tianran Chen [EMAIL PROTECTED] wrote:

 what about install MPlayer without qt and kde? i add -qt -kde in my
 USE flag, but qt and kde still show up when i do emerge -pv mplayer.
 any idea?
 

Arts.

use emerge -vp  package and look at the dependencies.  Fiddle with:
USE=-* emerge -vp package
USE=-arts -qt -kde -esound -alsa emerge -vp package

and so on
//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Nuckerl Stefan

- Original Message - 
From: Jan Heylen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 10:37 AM
Subject: [gentoo-user] Untarring does not work.


 Hi,

 if I do, in the very beginning of install:

 'tar -xvjpf /mnt/cdrom/stages/stage3-*.tar.bz2'


Am I getting old???

Since when can tar extract a bz2 file directly??

 *nothing* happens. The tar is not taking mem, nor cpu time if I look with
 'ps -e u | grep tar'.

 The system is a PI 100mhz with 32mb of ram (an IBM PC 350). I know this is
 not much, and I'm not installing KDE or something,
 just try to untar the file I just got with FTP, the live-cd I'm using Is
the
 old 'ut2K3 demo livecd'.

 If I do 'tar -c archive.tar poo bar' (poo and bar created before), that
 works, It creates the archive.
 But when I try to do 'tar -x archive.tar', I see the same behaviour,
nothing
 happens.


 Can somebody help me out, some hints, tips to find the actual problem?
 I heard about 'strace', is that on the livecd?

 My guess is, is that my tar is broken(?!?).


 Jan

 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cannot get boot splash work (initrd fail to load)

2004-01-22 Thread Bill Roberts
On 21:56 Wed 21 Jan , Tianran Chen wrote:
 
 
 On Wed, 21 Jan 2004, Petro Verkhogliad wrote:
  the strange thing is that have the bootplash and background working. however, i
  am still getting the message about the RAM disk being invalid. 
  
  for me, the key to the whole configuration was getting the kernel settings
  right. 
  
  at the same time, i am running 2.6.1-love5 which is prepatched for bootsplash.
  it makes the configurations issuses less troublesome.
  
  good luck
 
 it is really strange. i thought the kernel as to load images from the 
 initrd. if it is invalid, how can the kernel load anything?
 
 
 --
 [EMAIL PROTECTED] mailing list
 

I had the same dmesg. I had been following the instructions in the
bootsplash howto, they worked fine on one machine, not on this one.
I did some sleuthing and found that the command to create the images
given in the howto seems out-of-date. The path has changed. I has to
use:

/sbin/splash -s -f \
/etc/bootsplash/gentoo/config/bootsplash-1024x768.cfg  \
/boot/initrd-1024x768

to get mine to work. Of course, change the resolution to suit your
taste.

-- 
Bill Roberts

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Rus Foster
On Thu, 22 Jan 2004, Nuckerl Stefan wrote:
 

 Am I getting old???

 Since when can tar extract a bz2 file directly??

Basically all the -j flag is redirects output to bunzip2, the same as -z
goes to gzip. Tar itself doesn't have the software build in.

Rus
-- 
e: [EMAIL PROTECTED]
t: 1-888-327-6330
www.jvds.com - Root on your own box
www.vpscolo.com - Your next hosting company

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Wireless

2004-01-22 Thread patrick . marquetecken
Hi,

I have a new PCMCIA card Cisco Linksys, i'm going to switch between my Lucent wireless 
and  Cisco.
Must i just put a new entry in my /etc/pcmcia/wireless.opts, ore are there other 
options?

TIA
Patrick



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Nuckerl Stefan
Damn folks, you are right -j option should work on a gentoo box.

My old tar here at work doesn't have the -j switch.

- Original Message - 
From: Jan Heylen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 10:37 AM
Subject: [gentoo-user] Untarring does not work.


 Hi,

 if I do, in the very beginning of install:

 'tar -xvjpf /mnt/cdrom/stages/stage3-*.tar.bz2'

 *nothing* happens. The tar is not taking mem, nor cpu time if I look with
 'ps -e u | grep tar'.

 The system is a PI 100mhz with 32mb of ram (an IBM PC 350). I know this is
 not much, and I'm not installing KDE or something,
 just try to untar the file I just got with FTP, the live-cd I'm using Is
the
 old 'ut2K3 demo livecd'.

 If I do 'tar -c archive.tar poo bar' (poo and bar created before), that
 works, It creates the archive.
 But when I try to do 'tar -x archive.tar', I see the same behaviour,
nothing
 happens.


 Can somebody help me out, some hints, tips to find the actual problem?
 I heard about 'strace', is that on the livecd?

 My guess is, is that my tar is broken(?!?).


 Jan

 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[gentoo-user] many apps fail after upgrading gcc

2004-01-22 Thread Frank J. Mattia
whats the standard way of upgrading gcc?  i just started using ~x86 last
nite and upgrading gcc completed - but is now throwing more errors on
libstdc++.so.5

even emerge throws errors on it.  so i cant emerge anything else.  any
idea whats going on?  im using a 2.6.1-mm5 kernel with 2.6.0
linux-headers (because 2.6.1 headers arent out in portage apparently)
with NPTL in glibc (compiled when my kernel matched my headers, last
week).

thanks.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Nothing to emerge ?

2004-01-22 Thread Liviu BURCUSEL
Is this normal ?


winston liviu # emerge -p world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!

Nothing ?

Thanks,
Liviu

--
[EMAIL PROTECTED] mailing list



[gentoo-user] ALSA or timidity++ compile error

2004-01-22 Thread Jakub Krajcovic
Hi folks,

I emerged timidity++ and one of the use flags was alsa. I have alsa 1.0.1 installed 
and I get this error when trying to merge:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../timidity -I../libarc -I../utils  
-I/usr/local/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -DENABLE_SHERRY -DAU_OSS -DAU_ALSA 
-DAU_VORBIS -I/usr/include -DSHARED_LIB_EXT=\.so\ -DSHLIB_DIR=\/usr/lib/timidity\ 
-DSUPPORT_SOCKET -DSUPPORT_SOUNDSPEC -DWRDT_X -DPKGDATADIR=\/usr/share/timidity\ 
-DPKGLIBDIR=\/usr/lib/timidity\ -DDEFAULT_PATH=\/usr/share/timidity\ 
-DTIMIDITY_OUTPUT_ID=\s\  -O2 -march=athlon-xp -pipe -msse -mmmx -m3dnow 
-fomit-frame-pointer -c `test -f server_c.c || echo './'`server_c.c
source='alsaseq_c.c' object='alsaseq_c.o' libtool=no \
depfile='.deps/alsaseq_c.Po' tmpdepfile='.deps/alsaseq_c.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../timidity -I../libarc -I../utils  
-I/usr/local/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -DENABLE_SHERRY -DAU_OSS -DAU_ALSA 
-DAU_VORBIS -I/usr/include -DSHARED_LIB_EXT=\.so\ -DSHLIB_DIR=\/usr/lib/timidity\ 
-DSUPPORT_SOCKET -DSUPPORT_SOUNDSPEC -DWRDT_X -DPKGDATADIR=\/usr/share/timidity\ 
-DPKGLIBDIR=\/usr/lib/timidity\ -DDEFAULT_PATH=\/usr/share/timidity\ 
-DTIMIDITY_OUTPUT_ID=\s\  -O2 -march=athlon-xp -pipe -msse -mmmx -m3dnow 
-fomit-frame-pointer -c `test -f alsaseq_c.c || echo './'`alsaseq_c.c
alsaseq_c.c: In function `alsa_seq_open':
alsaseq_c.c:117: `SND_SEQ_OPEN_IN' undeclared (first use in this function)
alsaseq_c.c:117: (Each undeclared identifier is reported only once
alsaseq_c.c:117: for each function it appears in.)
alsaseq_c.c:117: too few arguments to function `snd_seq_open'
alsaseq_c.c: In function `alsa_create_port':
alsaseq_c.c:122: storage size of `pinfo' isn't known
alsaseq_c.c:128: `SND_SEQ_GROUP_DEVICE' undeclared (first use in this function)
alsaseq_c.c: In function `do_sequencer':
alsaseq_c.c:565: `SND_SEQ_EVENT_PORT_USED' undeclared (first use in this function)
alsaseq_c.c:575: `SND_SEQ_EVENT_PORT_UNUSED' undeclared (first use in this function)
make[3]: *** [alsaseq_c.o] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1/interface'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1/interface'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1'
make: *** [all] Error 2

!!! ERROR: media-sound/timidity++-2.12.0-r3 failed.
!!! Function src_compile, Line 75, Exitcode 2
!!! (no error message)


Now, I mailed this to Jaroslav Kysela (the ALSA maintainer and he pointed me to this 
link:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg09892.html

and in accordance with this mail I added the #define's to my alsa/asoundlib.h file. 
Doing this actually fixed ALSA compilation error I had with SDL-1.2.6, (that was 
great) but the timidity++ error is still there...

Does anyone have a clue? To me it looks like an alsa problem... but that'a about all I 
can say :-(


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Nothing to emerge ?

2004-01-22 Thread Rudmer van Dijk
Liviu BURCUSEL said:
 Is this normal ?

 winston liviu # emerge -p world

 These are the packages that I would merge, in order:

 Calculating world dependencies ...done!

 Nothing ?

did you do an `emerge --sync` before the emerge -p world??

if you did, then it can be that there are no new ebuilds available so then
there is nothing to update.

Rudmer

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nothing to emerge ?

2004-01-22 Thread Liviu BURCUSEL
On Thu, 22 Jan 2004 13:04:28 +0100 (CET)
Rudmer van Dijk [EMAIL PROTECTED] wrote:

 Liviu BURCUSEL said:
  Is this normal ?
 
  winston liviu # emerge -p world
 
  These are the packages that I would merge, in order:
 
  Calculating world dependencies ...done!
 
  Nothing ?
 
 did you do an `emerge --sync` before the emerge -p world??

Yes, I did

 if you did, then it can be that there are no new ebuilds available so
 then there is nothing to update.
 

I didn't ask for an upgrade. I asked for a recompile. That's why I think
it is strange. There is nothing to recompile in the world group ?

Liviu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Wireless

2004-01-22 Thread Roy Kidder
Linksys has used thee chips (that I am aware of) in their cards. If your
box actually has the Cisco logo on it, then that eliminates the oldest of
the chipsets. The two remaining are Prism2 (Linksys version 2.5 and 2.6,
I think) and Broadcom (Linksys version 2.6).

Getting the Prism2 card to work is pretty easy. Just check out
www.linux-wlan.org. The wlan-ng is the package you're looking for, which
appears to be available in the portage tree.

If you have the Broadcom chip, then your mileage may vary. Linksys used
to support Linux, but now that Cisco owns them, I wouldn't bet on it.
Cisco's support for Linux is rather hit or miss. Sometimes they jump on
board (ie when they first released their TACACS source code), other times
they don't. So we may or may not see official drivers in the future.
But in the meantime, you might want to look at www.linuxant.com. I have
the 802.11g version of the Broadcom chip in my laptop and the
driverloader middleware from linuxant.com is working for me.

Best Regards,
Roy

[EMAIL PROTECTED] said:
 Hi,

 I have a new PCMCIA card Cisco Linksys, i'm going to switch between my
 Lucent wireless and  Cisco.
 Must i just put a new entry in my /etc/pcmcia/wireless.opts, ore are
 there other options?

 TIA
 Patrick



 --
 [EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nothing to emerge ?

2004-01-22 Thread Rudmer van Dijk
Liviu BURCUSEL said:
 On Thu, 22 Jan 2004 13:04:28 +0100 (CET)
 Rudmer van Dijk [EMAIL PROTECTED] wrote:

 Liviu BURCUSEL said:
  Is this normal ?
 
  winston liviu # emerge -p world
 
  These are the packages that I would merge, in order:
 
  Calculating world dependencies ...done!
 
  Nothing ?

 did you do an `emerge --sync` before the emerge -p world??

 Yes, I did

 if you did, then it can be that there are no new ebuilds available so
 then there is nothing to update.


 I didn't ask for an upgrade. I asked for a recompile. That's why I think
 it is strange. There is nothing to recompile in the world group ?

just checked, I get the same
`emerge -p world`: nothing

doing `emerge world` gives:

Calculating world dependencies ...done!
 Auto-cleaning packages ...

 No outdated packages were found on your system.


 * GNU info directory index is up-to-date.

so I think portage is changed (to protect you?)

this is with portage-2.0.50_pre19

To get what you want use `emerge -ep world` this will give you the complete
list to build.

Rudmer

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] SCSI emulation under Gentoo - MOSTLY SOLVED!

2004-01-22 Thread Peter Ruskin
On Thursday 22 Jan 2004 04:05, Mark Knecht wrote:
 QUESTION: how do I test these devices (cdrw and dvdr drives) to
 ensure DMA is still enabled? I cannot figure out yet what parameters
 to give hdparm -I /dev/WHAT?

 Wizard root # hdparm -I /dev/cdroms/cdrom0
 /dev/cdroms/cdrom0 not supported by hdparm

If you're using ide-scsi those devices are not supported by hdparm.  
(Someone tell me if I'm wrong).

Since moving over to ATAPI yesterday I get:

# hdparm -I /dev/cdroms/cdrom0

/dev/cdroms/cdrom0:

ATAPI CD-ROM, with removable media
Model Number:   PIONEER DVD-RW  DVR-105
Serial Number:  CEDC434146WL
Firmware Revision:  1.30
Standards:
Likely used CD-ROM ATAPI-1
Configuration:
DRQ response: 50us.
Packet size: 12 bytes
Capabilities:
LBA, IORDY(can be disabled)
Buffer size: 64.0kB
DMA: mdma0 mdma1 mdma2 udma0 udma1 *udma2
 Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
 Cycle time: no flow control=240ns  IORDY flow control=120ns
Commands/features:
Enabled Supported:
   *DEVICE RESET cmd
   *PACKET command feature set
   *Power Management feature set
HW reset results:
CBLID- below Vih
Device num = 1 determined by the jumper

# hdparm  /dev/cdroms/cdrom0

/dev/cdroms/cdrom0:
 HDIO_GET_MULTCOUNT failed: Invalid argument
 IO_support   =  1 (32-bit)
 unmaskirq=  1 (on)
 using_dma=  1 (on)
 keepsettings =  0 (off)
 readonly =  1 (on)
 readahead= 256 (on)
 HDIO_GETGEO failed: Invalid argument

Peter
-- 
==
Gentoo Linux: Portage 2.0.49-r20kernel-2.6.1-gentoo-w4l
i686 AMD Athlon(tm) XP 3200+KDE: 3.1.5 Qt: 3.2.3 gcc(GCC): 3.2.3
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Roy Kidder
Did a little bit of research. Looks like support for bzip2 files was
added to GNU tar in 1999, but it used a gnu-style switch
(--bzip2/--unzip2). The Changelog doesn't mention when that was changed
to -j, however.


Nuckerl Stefan said:
 Damn folks, you are right -j option should work on a gentoo box.

 My old tar here at work doesn't have the -j switch.

 - Original Message -
 From: Jan Heylen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, January 22, 2004 10:37 AM
 Subject: [gentoo-user] Untarring does not work.


 Hi,

 if I do, in the very beginning of install:

 'tar -xvjpf /mnt/cdrom/stages/stage3-*.tar.bz2'

 *nothing* happens. The tar is not taking mem, nor cpu time if I look
 with
 'ps -e u | grep tar'.

 The system is a PI 100mhz with 32mb of ram (an IBM PC 350). I know this
 is
 not much, and I'm not installing KDE or something,
 just try to untar the file I just got with FTP, the live-cd I'm using
 Is
 the
 old 'ut2K3 demo livecd'.

 If I do 'tar -c archive.tar poo bar' (poo and bar created before), that
 works, It creates the archive.
 But when I try to do 'tar -x archive.tar', I see the same behaviour,
 nothing
 happens.


 Can somebody help me out, some hints, tips to find the actual problem?
 I heard about 'strace', is that on the livecd?

 My guess is, is that my tar is broken(?!?).


 Jan

 --
 [EMAIL PROTECTED] mailing list




 --
 [EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Check if a package is installed

2004-01-22 Thread romildo
Hi.

What is the quickest (or preferred) way of checking (in a
bash script) if a given package is installed?

Regards.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ALSA or timidity++ compile error

2004-01-22 Thread Kathy Wills
Jakub Krajcovic wrote:

Hi folks,

I emerged timidity++ and one of the use flags was alsa. I have alsa 1.0.1 installed 
and I get this error when trying to merge:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../timidity -I../libarc -I../utils  -I/usr/local/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -DENABLE_SHERRY -DAU_OSS -DAU_ALSA -DAU_VORBIS -I/usr/include -DSHARED_LIB_EXT=\.so\ 
-DSHLIB_DIR=\/usr/lib/timidity\ -DSUPPORT_SOCKET -DSUPPORT_SOUNDSPEC -DWRDT_X -DPKGDATADIR=\/usr/share/timidity\ 
-DPKGLIBDIR=\/usr/lib/timidity\ -DDEFAULT_PATH=\/usr/share/timidity\ -DTIMIDITY_OUTPUT_ID=\s\  -O2 
-march=athlon-xp -pipe -msse -mmmx -m3dnow -fomit-frame-pointer -c `test -f server_c.c || echo './'`server_c.c
source='alsaseq_c.c' object='alsaseq_c.o' libtool=no \
depfile='.deps/alsaseq_c.Po' tmpdepfile='.deps/alsaseq_c.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../timidity -I../libarc -I../utils  -I/usr/local/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -DENABLE_SHERRY -DAU_OSS -DAU_ALSA -DAU_VORBIS -I/usr/include -DSHARED_LIB_EXT=\.so\ 
-DSHLIB_DIR=\/usr/lib/timidity\ -DSUPPORT_SOCKET -DSUPPORT_SOUNDSPEC -DWRDT_X -DPKGDATADIR=\/usr/share/timidity\ 
-DPKGLIBDIR=\/usr/lib/timidity\ -DDEFAULT_PATH=\/usr/share/timidity\ -DTIMIDITY_OUTPUT_ID=\s\  -O2 
-march=athlon-xp -pipe -msse -mmmx -m3dnow -fomit-frame-pointer -c `test -f alsaseq_c.c || echo './'`alsaseq_c.c
alsaseq_c.c: In function `alsa_seq_open':
alsaseq_c.c:117: `SND_SEQ_OPEN_IN' undeclared (first use in this function)
alsaseq_c.c:117: (Each undeclared identifier is reported only once
alsaseq_c.c:117: for each function it appears in.)
alsaseq_c.c:117: too few arguments to function `snd_seq_open'
alsaseq_c.c: In function `alsa_create_port':
alsaseq_c.c:122: storage size of `pinfo' isn't known
alsaseq_c.c:128: `SND_SEQ_GROUP_DEVICE' undeclared (first use in this function)
alsaseq_c.c: In function `do_sequencer':
alsaseq_c.c:565: `SND_SEQ_EVENT_PORT_USED' undeclared (first use in this function)
alsaseq_c.c:575: `SND_SEQ_EVENT_PORT_UNUSED' undeclared (first use in this function)
make[3]: *** [alsaseq_c.o] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1/interface'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1/interface'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1'
make: *** [all] Error 2
!!! ERROR: media-sound/timidity++-2.12.0-r3 failed.
!!! Function src_compile, Line 75, Exitcode 2
!!! (no error message)
Now, I mailed this to Jaroslav Kysela (the ALSA maintainer and he pointed me to 
this link:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg09892.html
and in accordance with this mail I added the #define's to my alsa/asoundlib.h file. Doing this actually fixed ALSA compilation error I had with SDL-1.2.6, (that was great) but the timidity++ error is still there...

Does anyone have a clue? To me it looks like an alsa problem... but that'a about all I can say :-(
 

See http://bugs.gentoo.org/show_bug.cgi?id=35457.  I fixed the same 
problem by getting the cvs of timidity and emerging it. I had to make a 
tar.bz2 file out of the cvs. It emerged without a problem after changed 
the ebuild and put it in my portage overlay directory.

--
Kathy Wills
+
+ Genealogy Web Site: http://www.brannanorwills.com   +
+   +
+
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Check if a package is installed

2004-01-22 Thread Barry Marler
On Thu, 22 Jan 2004 10:51:52 -0200
[EMAIL PROTECTED] wrote:

 Hi.
 
 What is the quickest (or preferred) way of checking (in a
 bash script) if a given package is installed?

1. emerge gentoolkit
2. qpkg -I package name

-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA
USA

--
[EMAIL PROTECTED] mailing list



[gentoo-user] modem keeps hanging up - the saga continues

2004-01-22 Thread Linux Gentoo
Ok, some snippage and I have combined some responses here, sorry if that
proves to be annoying, but I wanted to get my thoughts all on one track.
 Oh, this is long  winding and some of it is OT.  Very sorry.  Please
humor me.  Thamk you all for your help.


  It's an external hardware modem on ttyS0.  And I am connecting,
  otherwise you wouldn't be seeing this email.  I'm just not staying
  connected.
  
 
 It's so simple then ...

Ok, I'm going for you.  You are here for the action.  It's like geek
reality TV.  Well, reality mailing list at least.

 1. start your inet connection
 2. kill the program which communicates with modem (kill -9 something)

Ok, kill -9 1771 (which is wvdial)

 3. start  minicom -o  (without initialization of modem)

Got it.  Actually I have used the DOS version of this program.  Back in
the day.

 4. command atv will show u actual modem setup

Now the problems start.  First I saw nothing on the screen at all.  I
turned on local echo, so now I can see the command when I type atv,
then I hit enter  nothing.  Does this mean something isn't working?  Or
does this mean I don't know what I'm doing?  PPPD is still active, it's
shows in 'top'. 
 U can save actual setup using atw command.
 U can restore saved setup by atz command.
 Command atf restores setup to factory predefined.
 
 So if u compare saved outputs of atv (after step 3.)
 and after atf, u will find the right init string.
 
 Yes I know, it's simple to do on any linux or unix system,
 but how to run steps 1-3 on M$hit, is a double dutch
 for me, but maybe u know it :-).
 
 noro

Well, I found out how to get some info from Winblows.  It seems that
wincrap keeps a log of the last modem session.  Below is the modem log
file from Win98:

begin log---
01-15-2004 21:30:11.33 - Standard Modem in use.
01-15-2004 21:30:11.33 - Modem type: Standard Modem
01-15-2004 21:30:11.33 - Modem inf path: MDMGEN.INF
01-15-2004 21:30:11.33 - Modem inf section: Gen
01-15-2004 21:30:11.60 - 57600,N,8,1
01-15-2004 21:30:11.60 - 57600,N,8,1
01-15-2004 21:30:11.60 - Initializing modem.
01-15-2004 21:30:11.60 - Send: ATcr
01-15-2004 21:30:11.60 - Recv: ATcr
01-15-2004 21:30:11.70 - Recv: crlfOKcrlf
01-15-2004 21:30:11.70 - Interpreted response: Ok
01-15-2004 21:30:11.70 - Send: ATE0V1cr
01-15-2004 21:30:11.70 - Recv: ATE0V1cr
01-15-2004 21:30:11.80 - Recv: crlfOKcrlf
01-15-2004 21:30:11.80 - Interpreted response: Ok
01-15-2004 21:30:11.80 - Send: ATX4cr
01-15-2004 21:30:11.90 - Recv: crlfOKcrlf
01-15-2004 21:30:11.90 - Interpreted response: Ok
01-15-2004 21:30:11.92 - Dialing.
01-15-2004 21:30:11.92 - Send: ATDT*##,,,###cr
01-15-2004 21:30:45.07 - Recv: cr
01-15-2004 21:30:45.07 - Interpreted response: Informative
01-15-2004 21:30:45.07 - Recv: lf
01-15-2004 21:30:45.07 - Interpreted response: Informative
01-15-2004 21:30:45.07 - Recv: CONNECT
01-15-2004 21:30:45.07 - Interpreted response: Connect
01-15-2004 21:30:45.07 - Connection established at 57600bps.
01-15-2004 21:30:45.07 - Error-control off or unknown.
01-15-2004 21:30:45.07 - Data compression off or unknown.
01-15-2004 23:07:23.07 - Hanging up the modem.
01-15-2004 23:07:23.07 - Hardware hangup by lowering DTR.
01-15-2004 23:07:23.46 - Recv: crlfOKcrlf
01-15-2004 23:07:23.46 - Interpreted response: Ok
01-15-2004 23:07:23.46 - Send: ATHcr
01-15-2004 23:07:23.59 - Recv: crlfOKcrlf
01-15-2004 23:07:23.59 - Interpreted response: Ok
01-15-2004 23:07:23.59 - 57600,N,8,1
01-15-2004 23:07:23.59 - Session Statistics:
01-15-2004 23:07:23.59 -Reads : 2821953 bytes
01-15-2004 23:07:23.59 -Writes: 451460 bytes
01-15-2004 23:07:23.59 - Standard Modem closed.
end log 

now, here is my orginal wvdial.config which was created by wvdialconfig
(unsername  password replaced) begin
file--[Dialer Defaults]
Modem = /dev/ttyS0
Baud = 115200
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = *70,,,212
Username = username
Password = password
end file-

And here is the wvdial config file I came up with based on the Windoze
log. begin file
[Dialer Defaults]
Modem = /dev/ttyS0
Baud = 115200
Init1 = AT
Init2 = ATE0V1
Init3 = ATX4
ISDN = 0
Modem Type = Analog Modem
Phone = *70,,,212
Username = username
Password = password
end file-

I get the same results with each config file.

So, comments?  Ideas?  Observations?  Would it be better if I simply
used the first init string (ATZ) and skip all the others?  I don't think
this would help the problem, as under KPPP I was only using ATZ, no
other stings, yet have the same problem there.  But would this be better
for the modem I mean?

On the subject of config files, doesn anyone see anything wrong with my
/etc/ppp/options.  At the begining you will see the settings that were
originally 

Re: [gentoo-user] Nothing to emerge ?

2004-01-22 Thread Liviu BURCUSEL
On Thu, 22 Jan 2004 13:29:31 +0100 (CET)
Rudmer van Dijk [EMAIL PROTECTED] wrote:

[...]
 just checked, I get the same
 `emerge -p world`: nothing
 
 doing `emerge world` gives:
 
 Calculating world dependencies ...done!
  Auto-cleaning packages ...
 
  No outdated packages were found on your system.
 
 
  * GNU info directory index is up-to-date.
 
 so I think portage is changed (to protect you?)
 
 this is with portage-2.0.50_pre19
 
 To get what you want use `emerge -ep world` this will give you the
 complete list to build.
 
   Rudmer

I have 
winston liviu # emerge --version
Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9,
2.6.1-gentoo)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Check if a package is installed

2004-01-22 Thread Neil Bothwick
Barry Marler said, 

 What is the quickest (or preferred) way of checking (in a
 bash script) if a given package is installed?

 2. qpkg -I package name

qpkg returns zero whether the package is installed or not.

You could use something like

if [ `qpkg -I packagename | wc -l` -gt 0 ]; then
echo installed
else
echo not installed
fi


Cheers

Neil
-- 
God created the world in six days.  On the seventh day he also decided to create 
England...
just to try out his Practical Joke Weather Machine.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rsync problem

2004-01-22 Thread Collins Richey
On Wed, 21 Jan 2004 21:18:04 -0700
Dan Egli [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Collins Richey wrote:
 
 | Is there a problem with rsync servers?  I've tried off and on all day
 today, and every mirror I connect with (USA and some in Germany) hangs at
 |
 | receiving file list ...
 |
 |
 I just emerge sync'ed a couple of hours ago. No problem.
 

Nothing has changed on my end (portage, rsync, commuincations, etc.) in a long time, 
but rsync is totally dead - always times out.  I've tried disabling the firewall (stop 
shorewall, then shorewall clear), but I get the same results without the firewall.

I'm starting to look at a tcpdump.

Can anyone shed any light on this???

I'm on cable with a router and dhcp, if that makes any difference.  emerge pkg, 
email, browser, etc. all work normally.  I tried re-emerging rsync.  The problem 
exists for any and all rsync mirrors.

-- 
Collins - Denver Area - 
Gentoo stable kernel 2.6.2-rc1

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Check if a package is installed

2004-01-22 Thread Barry Marler
On 22 Jan 2004 13:06:35 +
Neil Bothwick [EMAIL PROTECTED] wrote:

 Barry Marler said, 
 
  What is the quickest (or preferred) way of checking (in a
  bash script) if a given package is installed?
 
  2. qpkg -I package name
 
 qpkg returns zero whether the package is installed or not.
 
 You could use something like
 
 if [ `qpkg -I packagename | wc -l` -gt 0 ]; then
 echo installed
 else
 echo not installed
 fi

I assumed the original poster, having expressed a desire for a bash script, needed 
only the tool to return installed packages, which could be used as per your example.


-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA
USA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Andrej Moravcik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,

what about use an -f option?
tar xvjpf /mnt/.tar.bz2
Andrej

Jan Heylen wrote:
| no, I tried tar -t /mnt/gentoo/stage3-*.tar.bz2', nothing happens (nor
with
| archive.tar that I made)
|
| In my original mail: 'tar -xvjp /mnt/cdrom/stages/stage3-*.tar.bz2'
| had to be 'tar -xvjp /mnt/gentoo/stage3-*.tar.bz2'  (I downloaded the
file )
|
| Jan
|
| -Original Message-
| From: Rus Foster [mailto:[EMAIL PROTECTED]
| Sent: 22 January 2004 10:51
| To: [EMAIL PROTECTED]
| Subject: Re: [gentoo-user] Untarring does not work.
|
|
| On Thu, 22 Jan 2004, Jan Heylen wrote:
|
|
|Hi,
|
|if I do, in the very beginning of install:
|
|'tar -xvjpf /mnt/cdrom/stages/stage3-*.tar.bz2'
|
|*nothing* happens. The tar is not taking mem, nor cpu time if I look with
|'ps -e u | grep tar'.
|
|
| Does tar -tfj /mnt/cdrom/stages/stage3-*.tar.bz2 show anything?
|
| Rus
- --
Andrej Moravcik
Datalock, a.s.
Teslova 26, 821 02 BRATISLAVA
e-mail: [EMAIL PROTECTED]
phone:  +421 02 49105 191
cell:   +421 907 896322
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD4DBQFAD81Poi9Bvb39gdIRAl8OAJwLBHGFp+lW3906WwJqfgIdIemmSQCYsoVH
PQ1w8FXe/YOOo4RpDTcIkw==
=j9fi
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] SCSI emulation under Gentoo - MOSTLY SOLVED!

2004-01-22 Thread Mark Knecht
On Thu, 2004-01-22 at 04:39, Peter Ruskin wrote:
 On Thursday 22 Jan 2004 04:05, Mark Knecht wrote:
  QUESTION: how do I test these devices (cdrw and dvdr drives) to
  ensure DMA is still enabled? I cannot figure out yet what parameters
  to give hdparm -I /dev/WHAT?
 
  Wizard root # hdparm -I /dev/cdroms/cdrom0
  /dev/cdroms/cdrom0 not supported by hdparm
 
 If you're using ide-scsi those devices are not supported by hdparm.  
 (Someone tell me if I'm wrong).
 

Right. That's what I see. So my question is that we know the devices are
attached to an IDE controller and we want to determine whether DMA is
enabled for the IDE controller. How do we do it?

1) Some different program *like* hdparm that tells us?

2) Run some sort of benchmark that shows us?

3) Something else?

Of course, you've sort of shown me that I might not need SCSI emulation
anyway, but I'm not sure which way to go and why just yet, so I'd like
to know how to make DMA is enabled in the channel.

- Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nothing to emerge ?

2004-01-22 Thread Stroller
On Jan 22, 2004, at 12:29 pm, Rudmer van Dijk wrote:
Is this normal ?

winston liviu # emerge -p world

I didn't ask for an upgrade. I asked for a recompile. That's why I 
think
it is strange. There is nothing to recompile in the world group ?
just checked, I get the same
`emerge -p world`: nothing
...
so I think portage is changed (to protect you?)
this is with portage-2.0.50_pre19

To get what you want use `emerge -ep world` this will give you the 
complete
list to build.
I think emerge has always been this way. The last year or so that I've 
been using it, anyway.

Stroller.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: [normal] Re: [gentoo-user] Nothing to emerge ?

2004-01-22 Thread Marc Redmann
Hi Liviu,

 I didn't ask for an upgrade. I asked for a recompile. That's why I think
 it is strange. There is nothing to recompile in the world group ?

If you just want to recompile you should try emerge -ep world.

brgds, Marc


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] SCSI emulation under Gentoo - MOSTLY SOLVED!

2004-01-22 Thread Michael Schreckenbauer
Hello Mark,

Am Donnerstag, 22. Januar 2004 14:26 schrieb Mark Knecht:
 On Thu, 2004-01-22 at 04:39, Peter Ruskin wrote:
  On Thursday 22 Jan 2004 04:05, Mark Knecht wrote:
   QUESTION: how do I test these devices (cdrw and dvdr drives) to
   ensure DMA is still enabled? I cannot figure out yet what parameters
   to give hdparm -I /dev/WHAT?
  
   Wizard root # hdparm -I /dev/cdroms/cdrom0
   /dev/cdroms/cdrom0 not supported by hdparm
 
  If you're using ide-scsi those devices are not supported by hdparm.
  (Someone tell me if I'm wrong).

 Right. That's what I see. So my question is that we know the devices are
 attached to an IDE controller and we want to determine whether DMA is
 enabled for the IDE controller. How do we do it?

 1) Some different program *like* hdparm that tells us?

 2) Run some sort of benchmark that shows us?

 3) Something else?

 Of course, you've sort of shown me that I might not need SCSI emulation
 anyway, but I'm not sure which way to go and why just yet, so I'd like
 to know how to make DMA is enabled in the channel.

I didn't follow this thread from the beginning, but have you tried using the 
devfsd-names for your devices? eg:
hdparm -I /dev/ide/host0/bus0/target0/lun0/disc
These should exist even with ide-scsi. I cannot check this, as I am burning 
CDs with atapi and a 2.6.1-kernel.

 - Mark

HTH,
Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] SCSI emulation under Gentoo - MOSTLY SOLVED!

2004-01-22 Thread Peter Ruskin
On Thursday 22 Jan 2004 13:26, Mark Knecht wrote:
 On Thu, 2004-01-22 at 04:39, Peter Ruskin wrote:
  On Thursday 22 Jan 2004 04:05, Mark Knecht wrote:
   QUESTION: how do I test these devices (cdrw and dvdr drives) to
   ensure DMA is still enabled? I cannot figure out yet what
   parameters to give hdparm -I /dev/WHAT?
  
   Wizard root # hdparm -I /dev/cdroms/cdrom0
   /dev/cdroms/cdrom0 not supported by hdparm
 
  If you're using ide-scsi those devices are not supported by hdparm.
  (Someone tell me if I'm wrong).

 Right. That's what I see. So my question is that we know the devices
 are attached to an IDE controller and we want to determine whether
 DMA is enabled for the IDE controller. How do we do it?

 1) Some different program *like* hdparm that tells us?

 2) Run some sort of benchmark that shows us?

 3) Something else?

 Of course, you've sort of shown me that I might not need SCSI
 emulation anyway, but I'm not sure which way to go and why just yet,
 so I'd like to know how to make DMA is enabled in the channel.

I googled some time back for a solution to this, tried a few 
suggestions, none of which worked.  As far as I can see, if you're 
using scsi emulation you can forget about DMA.

Peter
-- 
==
Gentoo Linux: Portage 2.0.49-r20kernel-2.6.1-gentoo-w4l
i686 AMD Athlon(tm) XP 3200+KDE: 3.1.5 Qt: 3.2.3 gcc(GCC): 3.2.3
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Andrew Gaffney
Jan Heylen wrote:
no, I tried tar -t /mnt/gentoo/stage3-*.tar.bz2', nothing happens (nor with
archive.tar that I made)
In my original mail: 'tar -xvjp /mnt/cdrom/stages/stage3-*.tar.bz2'
had to be 'tar -xvjp /mnt/gentoo/stage3-*.tar.bz2'  (I downloaded the file )
You're leaving out the 'f' flag. The command should be 'tar =xvjpf 
/mnt/cdrom/stages/stage3-*.tar.bz2'. Without that flag, tar tries to read from STDIN.

--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] SCSI emulation under Gentoo - MOSTLY SOLVED!

2004-01-22 Thread Mark Knecht
On Thu, 2004-01-22 at 05:36, Michael Schreckenbauer wrote:
 I didn't follow this thread from the beginning, but have you tried using the 
 devfsd-names for your devices? eg:
 hdparm -I /dev/ide/host0/bus0/target0/lun0/disc
 These should exist even with ide-scsi. I cannot check this, as I am burning 
 CDs with atapi and a 2.6.1-kernel.
 
Yes. They didn't work either.

I've Googled around (like Peter) and not really found anything that
yields an answer. It's not important really, until you have a problem,
so before I put this whole configuration change to bed I had wanted to
check it. Possibly there's just no way...

Thanks,
Mark


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Untarring does not work.

2004-01-22 Thread Jan Heylen
thx, I *think* I indeed did leave out the 'f' :)

---*stupid*---

thx all! 

ps: I better use GLIS ;)

-Original Message-
From: Andrew Gaffney [mailto:[EMAIL PROTECTED]
Sent: 22 January 2004 14:32
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Untarring does not work.


Jan Heylen wrote:
 no, I tried tar -t /mnt/gentoo/stage3-*.tar.bz2', nothing happens (nor
with
 archive.tar that I made)
 
 In my original mail: 'tar -xvjp /mnt/cdrom/stages/stage3-*.tar.bz2'
 had to be 'tar -xvjp /mnt/gentoo/stage3-*.tar.bz2'  (I downloaded the file
)

You're leaving out the 'f' flag. The command should be 'tar =xvjpf 
/mnt/cdrom/stages/stage3-*.tar.bz2'. Without that flag, tar tries to read
from STDIN.

-- 
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548


--
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gaim segfaults when signing onto Yahoo

2004-01-22 Thread Andrew Gaffney
Joseph A. Nagy, Jr. wrote:
Andrew Gaffney wrote:

Joseph A. Nagy, Jr. wrote:

Andrew Gaffney wrote:

Joseph A. Nagy, Jr. wrote:

Andrew Gaffney wrote:
snip

Doesn't emerge strip all binaries that it installs?

I guess. I'm relatively new to Gentoo.

What would it matter? What does emerge strip binaries of? I install 
from source via emerge, btw.


AFAIK, 'strip' removes all debugging info from binaries.

That's kinda retarded.
From /etc/make.conf (details on FEATURES variable):

#  'nostrip' prevents stripping of binaries.

As you can see, this behavior can be disabled. For most people, there is no need for 
debugging information and it just weighs binaries down. Also, a lot of people using the 
x86 architecture have '-fomit-frame-pointer' in there CFLAGS which effectively prevents 
any useful debugging.

--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Andrew Gaffney
I hope you're familiar with bash as I'm not done with the frontend for GLIS yet ;)

Jan Heylen wrote:
thx, I *think* I indeed did leave out the 'f' :)

---*stupid*---

thx all! 

ps: I better use GLIS ;)

-Original Message-
From: Andrew Gaffney [mailto:[EMAIL PROTECTED]
Sent: 22 January 2004 14:32
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Untarring does not work.
Jan Heylen wrote:

no, I tried tar -t /mnt/gentoo/stage3-*.tar.bz2', nothing happens (nor
with

archive.tar that I made)

In my original mail: 'tar -xvjp /mnt/cdrom/stages/stage3-*.tar.bz2'
had to be 'tar -xvjp /mnt/gentoo/stage3-*.tar.bz2'  (I downloaded the file
)

You're leaving out the 'f' flag. The command should be 'tar =xvjpf 
/mnt/cdrom/stages/stage3-*.tar.bz2'. Without that flag, tar tries to read
from STDIN.



--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] many apps fail after upgrading gcc

2004-01-22 Thread Frank J. Mattia
sorry, i was in a rush to leave for work this morning and now that im 
rereading my message i can see that i was lacking in some clarity... so 
heres more of a detailed explanation:

last week i had started my trip to the bleeding edge pretty gently.  i 
had a 2.6.0 kernel and decided to get the linux-headers to match.  got 
the headers, added nptl to my use flags, recompiled kernel, then glibc.  
all is well.  nptl works.  i passed on recompiling my whole system just 
yet because of the problems with X and svgalib.  moving to the end of 
last week i started using the 2.6.0-mm series.  impressed with the mm 
branch this week i moved to the 2.6.1-mm line.  note, since the first 
time i recompiled glibc, i have not done it since.  yesterday i noticed 
a glibc upgrade so i decided to go for it.  however before the build 
process started i got an error about the kernel or headers or something 
being incompatible with nptl.  from here i assumed that it was because 
my headers didnt match my kernel.  to my dimay (or maybe i just dont 
know something that everyone else does) i could not find any 2.6.1 
linux-headers.  after some toying around i decided to go ~x86 and 
started upgrading packages... first portage... then gentoolkit.. then 
binutils... then gcc.. BAM... after gcc upgraded to 3.3.something (the 
lastest inportage as of yesterday).. most apps that i open say they cant 
find libstdc++.so.5  which isnt suprising because it doesnt exist 
anymore...

so is there a sane way for me to go about fixing this problem or do i 
just never upgrade gcc?  or is there a certain way of upgrading gcc as 
to not break things...

thanks again,
Frank
whats the standard way of upgrading gcc?  i just started using ~x86 last
nite and upgrading gcc completed - but is now throwing more errors on
libstdc++.so.5
even emerge throws errors on it.  so i cant emerge anything else.  any
idea whats going on?  im using a 2.6.1-mm5 kernel with 2.6.0
linux-headers (because 2.6.1 headers arent out in portage apparently)
with NPTL in glibc (compiled when my kernel matched my headers, last
week).
thanks.

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


Re: [gentoo-user] rpm

2004-01-22 Thread S. Krishnan
On Wed, 2004-01-21 at 19:35, Jakub Krajcovic wrote:
 Hi,
 
 just for the fun of it a tried emerge -sv rpm
 and it really did offer me the possiblity to install rpm...
 
 Now i just wonder if i can really (hypothetically) install rpm and use rpm packages?
 And another question: has anyone here tried this?
 
 p.s. and please don't go on telling me that using rpm would be stupid - I KNOW, 
 that's why i switched to Gentoo...

I actually installed a binary RPM package (F-Prot antivirus).  It installed fine
after I passed rpm the --nodeps flag, without which it complained about
missing dependencies.  My guess is that rpm looks for the database of
installed packages, which obviously does not exist, and then produces
the dependencies error message.  Since the dependencies are anyway
installed, running rpm with --nodeps worked.

F-prot seems to run without problems, too, so I guess that answers your
question.

HTH,

Krishnan



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: emerge win4lin doesn't work

2004-01-22 Thread Simon Kellett
On 16 Jan 2004 at 15:12, Klaus Neumann wrote:

 No such file `Win4Lin-5.5.8e-d.i386.rpm'.
 
 !!! Couldn't download Win4Lin-5.5.8e-d.i386.rpm. Aborting.
 
 I'm lost now. Could somebody please tell me what I can do about it? TIA!

If all the correct methods fail try goggling (or dogpile-ing) for
the filename. If you find it then save it in /usr/portage/distfiles
and the emerge should work.

(Caveat - do you trust the file you downloaded if it did not come from
an official Gentoo mirror !!)

Regards, Simon

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Check if a package is installed

2004-01-22 Thread Mark Knecht
  What is the quickest (or preferred) way of checking (in a
  bash script) if a given package is installed?
 
 I don't know if it would be the preferred way, but I think the 
 quickest would 
 be:
 
 PKG=sys-apps/portage
 [ -e /var/db/pkg/${PKG}-* ]
 
or:

qpkg -I | grep package_name


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Installing on HP xw8000, scsi problems

2004-01-22 Thread Harald . Iwe
Hi there,

I'm trying to install Gentoo on a HP xw8000 computer (2 Xenon 3.0 GHz
processors) but have some SCSI problems. The computer has been setup with
only a SCSI and no IDE harddrive. The IDE CDROM works OK. The SCSI
controller is a dual channel Ultra 320SCSI. At boot I use

# gentoo doscsi

(I've tried smp doscsi but my screen goes black , even if I add the
nofb and/or agpgart option)

There is only an empty  /dev/scsi directory and no sdXX entries in /dev
after boot.

The gentoo hardware detection procedure finds only one processor (of
course, standard gentoo kernel), the mouse at /dev/psaux, the netowrk
device at eth0 and the sound and videocard. All that stuff seems OK. But no
SCSI controllers or devices.

The dmesg output says:
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
repeat two more times

# cat /proc/scsi/scsi
Attached devices: none

# cat /proc/pci/pci
...
Bus 3, device 5, function 0:
  SCSI storage controller: LSI Logic  53c1030 (rev 7)
  IRQ 3.
  Master capable ...
  I/O at 0x2000 [0x20ff]
  Non-prefetchable 64 bit memory at 0xda11 [0xda11]
  Non-prefetchable 64 bit memory at 0xda11 [0xda10]
Bus 3, device 5, function 1:
  SCSI storage controller: LSI Logic  53c1030 (#2) (rev 7)
  IRQ 3.
  Master capable ...
  I/O at 0x2400 [0x24ff]
  Non-prefetchable 64 bit memory at 0xda13 [0xda13]
  Non-prefetchable 64 bit memory at 0xda12 [0xda12]



Not much experice with SCSI. Can anyone immediately see the problem ?

--
Harald Iwe





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Check if a package is installed

2004-01-22 Thread gabriel
On January 22, 2004 09:36 am, Jason Stubbs wrote:
  What is the quickest (or preferred) way of checking (in a
  bash script) if a given package is installed?

 I don't know if it would be the preferred way, but I think the quickest
 would be:

 PKG=sys-apps/portage
 [ -e /var/db/pkg/${PKG}-* ]



i always just do one of the following:

  $ emerge -p package_name

or

  locate binary_from_package | grep bin

the second is less reliable but faster

-- 
giving it up would mean...  it would mean that all along they'd been wrong. it 
would mean that they'd never known how to rule the world. it would mean... 
relinquishing their pretensions to godhood.
  - Daniel Quinn's ishmael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] many apps fail after upgrading gcc

2004-01-22 Thread Jason Stubbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 22 January 2004 23:04, Frank J. Mattia wrote:
 sorry, i was in a rush to leave for work this morning and now that im
 rereading my message i can see that i was lacking in some clarity... so
 heres more of a detailed explanation:

single paragraph over 100 words - snipped

 so is there a sane way for me to go about fixing this problem or do i
 just never upgrade gcc?  or is there a certain way of upgrading gcc as
 to not break things...

First read go and very very carefully read:
http://www.gentoo.org/doc/en/handbook/handbook.xml?part=2chap=2#doc_chap4

Once you've done that, _try_ downgrading gcc again unless your confident that 
you can fix this sort of thing by yourself every other time you emerge -u 
world. If it doesn't work, try linking libstdc++.so.5 to libstdc++.so.6 (or 
whatever the new one is called) and emerge -e world if that works. If not, 
you're pretty much on your own.

Also realize that the most bleeding-edge thing you can do at the moment is 
to go with the 2.6 headers. Furthermore, they weren't actually required to 
use a 2.6 kernel.

- -- 
Regards,
Jason Stubbs
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAD+U0osKAszmcBv4RAnNgAJ9owUAQ/n1668f2CcbAyiVrfSBKkACfdJ5p
E84tJXtBVTWIYPw5uE+PV7Y=
=kONY
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing on HP xw8000, scsi problems

2004-01-22 Thread Fabien Fivaz
Have you tried the megaraid module ?

# modprobe megaraid

And what does lspci tell ?

Fabien

[EMAIL PROTECTED] wrote:

Hi there,

I'm trying to install Gentoo on a HP xw8000 computer (2 Xenon 3.0 GHz
processors) but have some SCSI problems. The computer has been setup with
only a SCSI and no IDE harddrive. The IDE CDROM works OK. The SCSI
controller is a dual channel Ultra 320SCSI. At boot I use
# gentoo doscsi

(I've tried smp doscsi but my screen goes black , even if I add the
nofb and/or agpgart option)
There is only an empty  /dev/scsi directory and no sdXX entries in /dev
after boot.
The gentoo hardware detection procedure finds only one processor (of
course, standard gentoo kernel), the mouse at /dev/psaux, the netowrk
device at eth0 and the sound and videocard. All that stuff seems OK. But no
SCSI controllers or devices.
The dmesg output says:
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
repeat two more times
# cat /proc/scsi/scsi
Attached devices: none
# cat /proc/pci/pci
...
Bus 3, device 5, function 0:
 SCSI storage controller: LSI Logic  53c1030 (rev 7)
 IRQ 3.
 Master capable ...
 I/O at 0x2000 [0x20ff]
 Non-prefetchable 64 bit memory at 0xda11 [0xda11]
 Non-prefetchable 64 bit memory at 0xda11 [0xda10]
Bus 3, device 5, function 1:
 SCSI storage controller: LSI Logic  53c1030 (#2) (rev 7)
 IRQ 3.
 Master capable ...
 I/O at 0x2400 [0x24ff]
 Non-prefetchable 64 bit memory at 0xda13 [0xda13]
 Non-prefetchable 64 bit memory at 0xda12 [0xda12]


Not much experice with SCSI. Can anyone immediately see the problem ?

--
Harald Iwe




--
[EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] rpm

2004-01-22 Thread Jakub Krajcovic
Thank you guys for all of your experiences / answers. That just about covers my level 
of curiosity. But believe me, after a year and a half of rpm dependency hell, i never 
want to install another rpm package... :-)

On 22 Jan 2004 09:56:23 -0500
S. Krishnan [EMAIL PROTECTED] wrote:

 On Wed, 2004-01-21 at 19:35, Jakub Krajcovic wrote:
  Hi,
  
  just for the fun of it a tried emerge -sv rpm
  and it really did offer me the possiblity to install rpm...
  
  Now i just wonder if i can really (hypothetically) install rpm and use rpm 
  packages?
  And another question: has anyone here tried this?
  
  p.s. and please don't go on telling me that using rpm would be stupid - I KNOW, 
  that's why i switched to Gentoo...
 
 I actually installed a binary RPM package (F-Prot antivirus).  It installed fine
 after I passed rpm the --nodeps flag, without which it complained about
 missing dependencies.  My guess is that rpm looks for the database of
 installed packages, which obviously does not exist, and then produces
 the dependencies error message.  Since the dependencies are anyway
 installed, running rpm with --nodeps worked.
 
 F-prot seems to run without problems, too, so I guess that answers your
 question.
 
 HTH,
 
 Krishnan
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 


-- 


GPG public keys available at cozeee.host.sk


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] ALSA or timidity++ compile error

2004-01-22 Thread Jakub Krajcovic
Thank you Kathy, that answers my question. I'll get into it ...

On Thu, 22 Jan 2004 06:44:37 -0600
Kathy Wills [EMAIL PROTECTED] wrote:

 Jakub Krajcovic wrote:
 
 Hi folks,
 
 I emerged timidity++ and one of the use flags was alsa. I have alsa 1.0.1 installed 
 and I get this error when trying to merge:
  
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../timidity -I../libarc -I../utils  
 -I/usr/local/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DENABLE_SHERRY -DAU_OSS -DAU_ALSA 
 -DAU_VORBIS -I/usr/include -DSHARED_LIB_EXT=\.so\ 
 -DSHLIB_DIR=\/usr/lib/timidity\ -DSUPPORT_SOCKET -DSUPPORT_SOUNDSPEC -DWRDT_X 
 -DPKGDATADIR=\/usr/share/timidity\ -DPKGLIBDIR=\/usr/lib/timidity\ 
 -DDEFAULT_PATH=\/usr/share/timidity\ -DTIMIDITY_OUTPUT_ID=\s\  -O2 
 -march=athlon-xp -pipe -msse -mmmx -m3dnow -fomit-frame-pointer -c `test -f 
 server_c.c || echo './'`server_c.c
 source='alsaseq_c.c' object='alsaseq_c.o' libtool=no \
 depfile='.deps/alsaseq_c.Po' tmpdepfile='.deps/alsaseq_c.TPo' \
 depmode=gcc3 /bin/sh ../depcomp \
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../timidity -I../libarc -I../utils  
 -I/usr/local/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DENABLE_SHERRY -DAU_OSS -DAU_ALSA 
 -DAU_VORBIS -I/usr/include -DSHARED_LIB_EXT=\.so\ 
 -DSHLIB_DIR=\/usr/lib/timidity\ -DSUPPORT_SOCKET -DSUPPORT_SOUNDSPEC -DWRDT_X 
 -DPKGDATADIR=\/usr/share/timidity\ -DPKGLIBDIR=\/usr/lib/timidity\ 
 -DDEFAULT_PATH=\/usr/share/timidity\ -DTIMIDITY_OUTPUT_ID=\s\  -O2 
 -march=athlon-xp -pipe -msse -mmmx -m3dnow -fomit-frame-pointer -c `test -f 
 alsaseq_c.c || echo './'`alsaseq_c.c
 alsaseq_c.c: In function `alsa_seq_open':
 alsaseq_c.c:117: `SND_SEQ_OPEN_IN' undeclared (first use in this function)
 alsaseq_c.c:117: (Each undeclared identifier is reported only once
 alsaseq_c.c:117: for each function it appears in.)
 alsaseq_c.c:117: too few arguments to function `snd_seq_open'
 alsaseq_c.c: In function `alsa_create_port':
 alsaseq_c.c:122: storage size of `pinfo' isn't known
 alsaseq_c.c:128: `SND_SEQ_GROUP_DEVICE' undeclared (first use in this function)
 alsaseq_c.c: In function `do_sequencer':
 alsaseq_c.c:565: `SND_SEQ_EVENT_PORT_USED' undeclared (first use in this function)
 alsaseq_c.c:575: `SND_SEQ_EVENT_PORT_UNUSED' undeclared (first use in this function)
 make[3]: *** [alsaseq_c.o] Error 1
 make[3]: Leaving directory 
 `/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1/interface'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory 
 `/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1/interface'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory 
 `/var/tmp/portage/timidity++-2.12.0-r3/work/TiMidity++-2.12.0-pre1'
 make: *** [all] Error 2
 
 !!! ERROR: media-sound/timidity++-2.12.0-r3 failed.
 !!! Function src_compile, Line 75, Exitcode 2
 !!! (no error message)
 
 
 Now, I mailed this to Jaroslav Kysela (the ALSA maintainer and he pointed me to 
 this link:
  
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg09892.html
 
 and in accordance with this mail I added the #define's to my alsa/asoundlib.h file. 
 Doing this actually fixed ALSA compilation error I had with SDL-1.2.6, (that was 
 great) but the timidity++ error is still there...
 
 Does anyone have a clue? To me it looks like an alsa problem... but that'a about 
 all I can say :-(
   
 
 See http://bugs.gentoo.org/show_bug.cgi?id=35457.  I fixed the same 
 problem by getting the cvs of timidity and emerging it. I had to make a 
 tar.bz2 file out of the cvs. It emerged without a problem after changed 
 the ebuild and put it in my portage overlay directory.
 
 -- 
 Kathy Wills
 
 +
 + Genealogy Web Site: http://www.brannanorwills.com   +
 +   +
 +
 
 
 --
 [EMAIL PROTECTED] mailing list
 


-- 


GPG public keys available at cozeee.host.sk


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] many apps fail after upgrading gcc

2004-01-22 Thread Frank J. Mattia
thanks for the response,

First read go and very very carefully read:
http://www.gentoo.org/doc/en/handbook/handbook.xml?part=2chap=2#doc_chap4
 

i've read that and basically it explained everthing i needed to know 
beforehand.  which, mostly i did.  however, my questions come after 
making the move to 2.6.1-mm5 - not necessarily ~x86.

Once you've done that, _try_ downgrading gcc again unless your confident that
 

i cant downgrade anything.  emerge right now fails on everything because 
it needs libstdc++.so.5... so ill symlink 6 to 5 and try again.

Also realize that the most bleeding-edge thing you can do at the moment is 
to go with the 2.6 headers. Furthermore, they weren't actually required to 
use a 2.6 kernel.

right, they weren't.  but they were required to get nptl support 
compiled into glibc.  now, im noticing that nptl support was stripped 
from the latest build of glibc and if i get portage working, ill have to 
resort to a pre-xxx version.  but even still, shouldnt there be a 
linux-headers-2.6.1 so that i can have matching headers to compile glibc 
against?

thanks again,
Frank
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] ipchains: firewall, nat, gateway...

2004-01-22 Thread Itamar Ravid
Yup, I recommend firehol as well. Thanks to firehol, I have a complete firewall 
written in 7 lines. It's in portage as well.

On Wed, 21 Jan 2004 22:12:55 -0600
[EMAIL PROTECTED] (Glenn Johnson) wrote:

 On Wed, Jan 21, 2004 at 09:20:44PM -0600, Matt Garman wrote:
 
  For those of you using Gentoo (or Linux in general) as your firewall,
  gateway and/or NAT box, I was curious as to how you went about setting
  up Netfilter/iptables.
 
 I use firehol[1] to set up my firewall script.  It is similar in
 principle to shorewall I think.  Either shorewall or firehol is a lot
 easier than working with iptables directly.
 
 [1] http://firehol.sourceforge.net
 
 -- 
 Glenn Johnson
 [EMAIL PROTECTED]
 
 --
 [EMAIL PROTECTED] mailing list
 

--
Regards, Itamar Ravid.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] rpm

2004-01-22 Thread Diego Zamboni
On Thu, 2004-01-22 at 16:26, Jakub Krajcovic wrote:
 Thank you guys for all of your experiences / answers. That just about
 covers my level of curiosity. But believe me, after a year and a half
 of rpm dependency hell, i never want to install another rpm package...
 :-)

Amen.

Perhaps also worth mentioning: there is an portage eclass file
(/usr/portage/eclass/rpm.eclass) for unpacking and installing rpm
packages, so it's relatively painless to write an ebuild file that
downloads and installs an RPM file, but registers it with portage.

--Diego



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing on HP xw8000, scsi problems

2004-01-22 Thread Fabien Fivaz
Or maybe the mptscsih module (which will also load the mptbase module) ?

# modprobe mptscsih

I don't know if it exists in Gentoo... You will maybe need to build it !

Cheers, Fabien

[EMAIL PROTECTED] wrote:

Hi there,

I'm trying to install Gentoo on a HP xw8000 computer (2 Xenon 3.0 GHz
processors) but have some SCSI problems. The computer has been setup with
only a SCSI and no IDE harddrive. The IDE CDROM works OK. The SCSI
controller is a dual channel Ultra 320SCSI. At boot I use
# gentoo doscsi

(I've tried smp doscsi but my screen goes black , even if I add the
nofb and/or agpgart option)
There is only an empty  /dev/scsi directory and no sdXX entries in /dev
after boot.
The gentoo hardware detection procedure finds only one processor (of
course, standard gentoo kernel), the mouse at /dev/psaux, the netowrk
device at eth0 and the sound and videocard. All that stuff seems OK. But no
SCSI controllers or devices.
The dmesg output says:
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
repeat two more times
# cat /proc/scsi/scsi
Attached devices: none
# cat /proc/pci/pci
...
Bus 3, device 5, function 0:
 SCSI storage controller: LSI Logic  53c1030 (rev 7)
 IRQ 3.
 Master capable ...
 I/O at 0x2000 [0x20ff]
 Non-prefetchable 64 bit memory at 0xda11 [0xda11]
 Non-prefetchable 64 bit memory at 0xda11 [0xda10]
Bus 3, device 5, function 1:
 SCSI storage controller: LSI Logic  53c1030 (#2) (rev 7)
 IRQ 3.
 Master capable ...
 I/O at 0x2400 [0x24ff]
 Non-prefetchable 64 bit memory at 0xda13 [0xda13]
 Non-prefetchable 64 bit memory at 0xda12 [0xda12]


Not much experice with SCSI. Can anyone immediately see the problem ?

--
Harald Iwe




--
[EMAIL PROTECTED] mailing list
 





--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Installing on HP xw8000, scsi problems

2004-01-22 Thread Fabien Fivaz
Last message, sure ! Look at this :

http://dev.gentoo.org/~spider/gentoo.dell.blade.txt

Fabien

[EMAIL PROTECTED] wrote:

Hi there,

I'm trying to install Gentoo on a HP xw8000 computer (2 Xenon 3.0 GHz
processors) but have some SCSI problems. The computer has been setup with
only a SCSI and no IDE harddrive. The IDE CDROM works OK. The SCSI
controller is a dual channel Ultra 320SCSI. At boot I use
# gentoo doscsi

(I've tried smp doscsi but my screen goes black , even if I add the
nofb and/or agpgart option)
There is only an empty  /dev/scsi directory and no sdXX entries in /dev
after boot.
The gentoo hardware detection procedure finds only one processor (of
course, standard gentoo kernel), the mouse at /dev/psaux, the netowrk
device at eth0 and the sound and videocard. All that stuff seems OK. But no
SCSI controllers or devices.
The dmesg output says:
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
repeat two more times
# cat /proc/scsi/scsi
Attached devices: none
# cat /proc/pci/pci
...
Bus 3, device 5, function 0:
 SCSI storage controller: LSI Logic  53c1030 (rev 7)
 IRQ 3.
 Master capable ...
 I/O at 0x2000 [0x20ff]
 Non-prefetchable 64 bit memory at 0xda11 [0xda11]
 Non-prefetchable 64 bit memory at 0xda11 [0xda10]
Bus 3, device 5, function 1:
 SCSI storage controller: LSI Logic  53c1030 (#2) (rev 7)
 IRQ 3.
 Master capable ...
 I/O at 0x2400 [0x24ff]
 Non-prefetchable 64 bit memory at 0xda13 [0xda13]
 Non-prefetchable 64 bit memory at 0xda12 [0xda12]


Not much experice with SCSI. Can anyone immediately see the problem ?

--
Harald Iwe




--
[EMAIL PROTECTED] mailing list
 





--
[EMAIL PROTECTED] mailing list


[gentoo-user] Weird problems with sendmail mbox delivery

2004-01-22 Thread S. Krishnan
Hi,

I'm currently migrating a mail server over from RH to Gentoo.  I
installed sendmail and qpopper without problems.  However, sendmail
8.12.10  keeps delivering incoming mail to the users' maildir
(~/.maildir/new) instead of /var/spool/mail, which is what I need for
the pop server to pick up the mail.

I checked the net-mail/sendmail-8.12.10 ebuild, which clearly says that
it installs the mbox delivery mechanism by default.  I even tried
setting the USE flags to mbox and finally to -maildir, but nothing seems
to have any effect - sendmail still dumps incoming mail into the
maildir.

What am I doing wrong here?

Thanks,

Krishnan






--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ipchains: firewall, nat, gateway...

2004-01-22 Thread gabriel
  On Wed, Jan 21, 2004 at 09:20:44PM -0600, Matt Garman wrote:
   For those of you using Gentoo (or Linux in general) as your firewall,
   gateway and/or NAT box, I was curious as to how you went about setting
   up Netfilter/iptables.

buy a book on iptables and learn it.  that's the best advice i can give you as 
i see too many people setting up a firewall and not knowing what they're 
doing.

if you learn how to set it up yourself, then you can use a setup like 
shorewall to do the gruntwork and check over it afterword, otherwise you're 
just hoping it did its job the way you wanted it done.

-- 
too long have the workers of the world waited for some moses to lead them out 
of bondage.  i would not lead you out if i could; for if you could be led 
out, you could be led back again. i would have you make up your minds there 
is nothing that you cannot do for yourselves.
- eugene debs
  founder of the american railway union


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Check if a package is installed

2004-01-22 Thread Jason Stubbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 22 January 2004 23:51, Mark Knecht wrote:
   What is the quickest (or preferred) way of checking (in a
   bash script) if a given package is installed?
 
  I don't know if it would be the preferred way, but I think the
  quickest would
  be:
 
  PKG=sys-apps/portage
  [ -e /var/db/pkg/${PKG}-* ]

 or:

 qpkg -I | grep package_name

I don't have qpkg or any of that installed so I can't check, but isn't qpkg 
written in python? If so, that method would be somewhat slower.

- -- 
Regards,
Jason Stubbs
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAD/MvosKAszmcBv4RAqRVAJ9eyri8xxoqSz1/pqsWpZm7K2DS2QCfYoFc
gkuSU/3pruo3g4oQiOHgpro=
=xwYQ
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] scsi tool..

2004-01-22 Thread raptor
is there a tool similar to hdparm for scsi-over-ide..( extender card..)
so that i can see and set DMA or such things..

'cause I get sloopy performance when copyng from one disk to another..
the machine freezes

tia.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Check if a package is installed

2004-01-22 Thread Ciaran McCreesh
On Fri, 23 Jan 2004 00:58:36 +0900 Jason Stubbs
[EMAIL PROTECTED] wrote:
|  qpkg -I | grep package_name
| 
| I don't have qpkg or any of that installed so I can't check, but isn't
| qpkg written in python? If so, that method would be somewhat slower.

Yes, but it doesn't rely upon the underlying format of the package
database, which may well change at some point.

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


[gentoo-user] module-init-tools

2004-01-22 Thread renna
hi list
i downloaded and compiled kernel 2.6.1, but when i try lsmod it gives me

QM_MODULES: Function not implemented

now I know that since this seems to be a common issue you probably have 
allready explained how to work it out, but i've been doing plenty of googling 
without coming to a definitive solution. 
i installed modules-init-tools-3.0-pre7 but the problem remains
i excuse myself, and thanks in advance
renna


--
[EMAIL PROTECTED] mailing list



[gentoo-user] problem mounting NFS share

2004-01-22 Thread Aaron Walker
On my main desktop machine, I have /usr/portage exported for my mail 
server and laptop to mount.  It is working fine on the mail server (has 
been for some time now), but when I try to mount it on my laptop I get 
an error.

# /etc/init.d/nfsmount start
* Starting portmap...   [ OK ]
* Starting NFS statd... [ OK ]
* Mounting NFS filesystems  [ OK ]
# mount -t nfs -o rw,hard,intr morpheus:/usr/portage /mnt/portage
mount: RPC: Program not registered
I google'd a bit, and almost every thing I found said that portmap or 
the rpc daemon's aren't running.  According to ps, both portmap and 
rpc.statd are running...

I also tried putting it in /etc/fstab, to see if nfsmount would 
automatically mount it, but to no avail.

Oh, and yes NFS in compiled into the kernel.

Any ideas?

Thanks,
Aaron
--
http://ka0ttic.dyndns.org/
/usr/bin/fortune says:
One reason why George Washington
Is held in such veneration:
He never blamed his problems
On the former Administration.
-- George O. Ludcke
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] SCSI emulation under Gentoo - MOSTLY SOLVED!

2004-01-22 Thread Krikket
On Thu, 22 Jan 2004, Peter Ruskin wrote:
 On Thursday 22 Jan 2004 13:26, Mark Knecht wrote:
  On Thu, 2004-01-22 at 04:39, Peter Ruskin wrote:
   On Thursday 22 Jan 2004 04:05, Mark Knecht wrote:
QUESTION: how do I test these devices (cdrw and dvdr drives) to
ensure DMA is still enabled? I cannot figure out yet what
parameters to give hdparm -I /dev/WHAT?
   
Wizard root # hdparm -I /dev/cdroms/cdrom0
/dev/cdroms/cdrom0 not supported by hdparm
  
   If you're using ide-scsi those devices are not supported by hdparm.
   (Someone tell me if I'm wrong).
 
  Right. That's what I see. So my question is that we know the devices
  are attached to an IDE controller and we want to determine whether
  DMA is enabled for the IDE controller. How do we do it?
 
  1) Some different program *like* hdparm that tells us?
 
  2) Run some sort of benchmark that shows us?
 
  3) Something else?
 
  Of course, you've sort of shown me that I might not need SCSI
  emulation anyway, but I'm not sure which way to go and why just yet,
  so I'd like to know how to make DMA is enabled in the channel.
 
 I googled some time back for a solution to this, tried a few
 suggestions, none of which worked.  As far as I can see, if you're
 using scsi emulation you can forget about DMA.

That doesn't seem right, after my experiences with SuSE.  (I'l still in
the process of my first Gentoo install...)

I have a combo CD-RW/DVD drive that uses SCSI emulation (under SuSE).  I
discovered the need to turn DMA on when DVDs/VCDs wouldn't play back
correctly.  (Jumpy playback...)  I turned it on with their gui, and
everything worked correctly.

On the flip side, when playing aroung with Fedora, SCSI emulation simply
wasn't needed.  I did have problems with playback on one of the computers,
but that was tied in with the video driver I was using.  (I haven't had a
chance to push the limit with Gentoo, so later on I may ask for help with
finding the right driver, but I'm still in the poking around stage.)

So, DMA can be used, but how it's done under Gentoo is beyond me.  But it
might not be needed.  (With Fedora, it was a complete non-issue.)

Krikket


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Stefan Vunckx
On Thursday 22 January 2004 18:12, Aaron Walker wrote:
 On my main desktop machine, I have /usr/portage exported for my mail
 server and laptop to mount.  It is working fine on the mail server (has
 been for some time now), but when I try to mount it on my laptop I get
 an error.

 # /etc/init.d/nfsmount start
 * Starting portmap... [ OK ]
 * Starting NFS statd...   [ OK ]
 * Mounting NFS filesystems[ OK ]

 # mount -t nfs -o rw,hard,intr morpheus:/usr/portage /mnt/portage
 mount: RPC: Program not registered

 I google'd a bit, and almost every thing I found said that portmap or
 the rpc daemon's aren't running.  According to ps, both portmap and
 rpc.statd are running...

 I also tried putting it in /etc/fstab, to see if nfsmount would
 automatically mount it, but to no avail.

 Oh, and yes NFS in compiled into the kernel.

 Any ideas?

 Thanks,
 Aaron

Check if your server is properly setup, meaning he'll have to grant your pc 
access (see if your IP is in the allowed setup and such). 

Bonx

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] RESTRICT (was: gaim segfaults when signing onto Yahoo)

2004-01-22 Thread Norberto Bensa
Octavio Ruiz (Ta^3) wrote:
 Norberto Bensa, who happens to be smarter than you, thinks:
  # RESTRICT=nostrip emerge gaim

 Where $RESTRICT is documented?


Hm. Nowhere I guess, but there are a number of ebuilds that use it:

less /usr/portage/media-video/nvidia-kernel/nvidia-kernel-1.0.5328-r1.ebuild

Regards,
Norberto
-- 
Linux 2.6.1-mm5 Pentium III (Coppermine) GenuineIntel GNU/Linux
 11:04:50 up  2:14,  1 user,  load average: 0.14, 0.20, 0.16


pgp0.pgp
Description: signature


Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Ted Ozolins
Stefan Vunckx wrote:

I google'd a bit, and almost every thing I found said that portmap or
the rpc daemon's aren't running.  According to ps, both portmap and
rpc.statd are running...
I also tried putting it in /etc/fstab, to see if nfsmount would
automatically mount it, but to no avail.
Oh, and yes NFS in compiled into the kernel.

Any ideas?

Thanks,
Aaron
   

Check if your server is properly setup, meaning he'll have to grant your pc 
access (see if your IP is in the allowed setup and such). 

Bonx
 

What have you in your export file?

--
Ted Ozolins(VE7TVO)
Westbank, B. C


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Aaron Walker
Stefan Vunckx wrote:



Check if your server is properly setup, meaning he'll have to grant your pc 
access (see if your IP is in the allowed setup and such). 

Bonx
Yes, I added the IP address of the laptop to /etc/exports on the server.

Looks like:

/usr/portage	mailserver_IP(rw,no_root_squash,no_subtree_check,sync) 
laptop_IP(rw,no_root_squash,no_subtree_check,sync)

all on one line of course

--
http://ka0ttic.dyndns.org/
/usr/bin/fortune says:
One reason why George Washington
Is held in such veneration:
He never blamed his problems
On the former Administration.
-- George O. Ludcke
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread lukas
On Thursday 22 January 2004 18:12, Aaron Walker wrote:

 On my main desktop machine, I have /usr/portage exported for my mail
 server and laptop to mount.  It is working fine on the mail server
 (has been for some time now), but when I try to mount it on my laptop
 I get an error.

 # /etc/init.d/nfsmount start
 * Starting portmap... [ OK ]
 * Starting NFS statd...   [ OK ]
 * Mounting NFS filesystems[ OK ]

 # mount -t nfs -o rw,hard,intr morpheus:/usr/portage /mnt/portage
 mount: RPC: Program not registered

What does the syslog on the server say, when you are trying to
mount the share?

regards,

lukas


pgp0.pgp
Description: signature


[gentoo-user] Problems doing an 'emerge kde'

2004-01-22 Thread Jamie Dobbs
When trying to do an 'emerge kde' I get the following error when the
package 'arts-1.1.5' tried to compile:

snip
checking for snprintf... yes
checking if Qt compiles without flags... no
checking if STL implementation is SGI like... no
checking if STL implementation is HP like... no
configure: error: no known STL type found - did you forget to install
libstdc++-devel ?
 
!!! ERROR: kde-base/arts-1.1.5 failed.
!!! Function kde_src_compile, Line 117, Exitcode 1
!!! died running ./configure, kde_src_compile:configure

Can any suggest what I need to do to fix this? An 'emerge -s
libstdc++-devel' reveals no packages which seem to fit this reqirement.

Thanks

Jamie


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rsync problem

2004-01-22 Thread Dan Egli
Collins Richey wrote:



Nothing has changed on my end (portage, rsync, commuincations, etc.) in a long time, but rsync is totally dead - always times out.  I've tried disabling the firewall (stop shorewall, then shorewall clear), but I get the same results without the firewall.

I'm starting to look at a tcpdump.

Can anyone shed any light on this???

I'm on cable with a router and dhcp, if that makes any difference.  emerge pkg, email, browser, etc. all work normally.  I tried re-emerging rsync.  The problem exists for any and all rsync mirrors.



Of my head sounds like your cable provider started blocking the rsync 
port. Simple test would be to telnet to one of the rsync mirrors into 
their rsync port. If you are able to connect then the port is not 
blocked. If you cannot connect then you are likely looking at a blocked 
TCP Port. A lot of Cable ISPs do that. My Cable ISP blocks all the 
netbios ports, which would not be so bad if I did not occasionally need 
to access my Win32 machines.

--- Dan

p.s. if you don't recall the port, you can always just telnet host rsync.





--
[EMAIL PROTECTED] mailing list


Re: Re: [gentoo-user] RESTRICT (was: gaim segfaults when signing onto Yahoo)

2004-01-22 Thread brettholcomb
I thought I saw a reference to RESTRICT in man 5 ebuild.

 
 From: Norberto Bensa [EMAIL PROTECTED]
 Date: 2004/01/22 Thu PM 02:09:19 GMT
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] RESTRICT (was: gaim segfaults when signing onto Yahoo)
 
 
Octavio Ruiz (Ta^3) wrote:
 Norberto Bensa, who happens to be smarter than you, thinks:
  # RESTRICT=nostrip emerge gaim

 Where $RESTRICT is documented?


Hm. Nowhere I guess, but there are a number of ebuilds that use it:

less /usr/portage/media-video/nvidia-kernel/nvidia-kernel-1.0.5328-r1.ebuild

Regards,
Norberto
-- 
Linux 2.6.1-mm5 Pentium III (Coppermine) GenuineIntel GNU/Linux
 11:04:50 up  2:14,  1 user,  load average: 0.14, 0.20, 0.16



pgp0.pgp
Description: signature
--
[EMAIL PROTECTED] mailing list

[gentoo-user] Gentoo Zaurus port was Re: [gentoo-user] now that is cool :)

2004-01-22 Thread Jason Cooper
Lloyd H. Meinholz ([EMAIL PROTECTED]) scribbled:
 yes it is. has anyone tried it out yet?
 
 Lloyd
 
 
 On Wed, 2004-01-21 at 07:30, raptor wrote:
  Gentoo on PDA Zaurus
  
  http://linuxtoday.com/infrastructure/2004012100126OSEMSW
  

I'm out of town right now.  I'll try it as soon as I get home.  I had 
been a little frustrated with my zaurus 5600 because .ipk wasn't 
anything near as robust as the Gentoo ebuild system.  I hadn't even
turned it on in a month or so :(  Mainly due to lack of time.

Cooper.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems doing an 'emerge kde'

2004-01-22 Thread lukas
On Thursday 22 January 2004 18:53, Jamie Dobbs wrote:

 Can any suggest what I need to do to fix this? An 'emerge -s
 libstdc++-devel' reveals no packages which seem to fit this
 reqirement.

An

emerge sys-libs/lib-compat

may could help you.

cu 

lukas




pgp0.pgp
Description: signature


Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Tux the turtle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Donnerstag, 22. Januar 2004 18:46 schrieb Aaron Walker:
 Stefan Vunckx wrote:
  Check if your server is properly setup, meaning he'll have to grant your
  pc access (see if your IP is in the allowed setup and such).
 
  Bonx

 Yes, I added the IP address of the laptop to /etc/exports on the server.

 Looks like:

 /usr/portage  mailserver_IP(rw,no_root_squash,no_subtree_check,sync)
 laptop_IP(rw,no_root_squash,no_subtree_check,sync)

 all on one line of course
If you have listed your clients in /etc/hosts you have to use the names, not 
the IP's as far as I recall...
tuthtu

- -- 

visit tux online: http//www.tuthtu.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAEBiAbTe9XMUf00QRAvK5AJ9Mg5uNZ2UmZoGS3k6JAUe3o3xsdACgn8K+
6X4w7q9XkownxffaXEjMI4I=
=+Fdl
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel compiling error

2004-01-22 Thread Andrew Farmer
On Wed, 21 Jan 2004 22:45:43 -0800, LoneStar muttered:
 Judging by your prompt ( $ ), you're trying to make your kernel as 
 your normal user. Try it as root and see if there's a difference.

It shouldn't make a difference. Kernel builds really *should* be done as a
user, but Gentoo's silly system (/usr/src/linux*) doesn't allow you to do
that properly.

It sounds like the real problem here is that the curses libraries aren't
installed (properly?).

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Kurt Bechstein
What are you results for:

$ rpcinfo -p localhost

and

$ rpcinfo -p remote_server
?


On Thu, 2004-01-22 at 13:37, Tux the turtle wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Am Donnerstag, 22. Januar 2004 18:46 schrieb Aaron Walker:
  Stefan Vunckx wrote:
   Check if your server is properly setup, meaning he'll have to grant your
   pc access (see if your IP is in the allowed setup and such).
  
   Bonx
 
  Yes, I added the IP address of the laptop to /etc/exports on the server.
 
  Looks like:
 
  /usr/portagemailserver_IP(rw,no_root_squash,no_subtree_check,sync)
  laptop_IP(rw,no_root_squash,no_subtree_check,sync)
 
  all on one line of course
 If you have listed your clients in /etc/hosts you have to use the names, not 
 the IP's as far as I recall...
 tuthtu
 
 - -- 
 
 visit tux online: http//www.tuthtu.net
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)
 
 iD8DBQFAEBiAbTe9XMUf00QRAvK5AJ9Mg5uNZ2UmZoGS3k6JAUe3o3xsdACgn8K+
 6X4w7q9XkownxffaXEjMI4I=
 =+Fdl
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

Kurt Bechstein   |  Unique Systems, Inc.
System Administrator |  6920 Spring Valley Drive, #106
Phone:  (419) 861-3331   |  Holland, OH 43528
Email:  [EMAIL PROTECTED] |  http://www.uniqsys.com
Prepared with Ximian Evolution


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rsync problem

2004-01-22 Thread Collins Richey
On Thu, 22 Jan 2004 10:53:36 -0700
Dan Egli [EMAIL PROTECTED] wrote:

 Collins Richey wrote:
 
  
  
  Nothing has changed on my end (portage, rsync, commuincations, etc.) in a long 
  time, but rsync is totally dead - always times out.  I've tried disabling the 
  firewall (stop shorewall, then shorewall clear), but I get the same results 
  without the firewall.
  
  I'm starting to look at a tcpdump.
  
  Can anyone shed any light on this???
  
  I'm on cable with a router and dhcp, if that makes any difference.  emerge pkg, 
  email, browser, etc. all work normally.  I tried re-emerging rsync.  The problem 
  exists for any and all rsync mirrors.
  
 
 
 Of my head sounds like your cable provider started blocking the rsync 
 port. Simple test would be to telnet to one of the rsync mirrors into 
 their rsync port. If you are able to connect then the port is not 
 blocked. If you cannot connect then you are likely looking at a blocked 
 TCP Port. A lot of Cable ISPs do that. My Cable ISP blocks all the 
 netbios ports, which would not be so bad if I did not occasionally need 
 to access my Win32 machines.
 
 --- Dan
 
 p.s. if you don't recall the port, you can always just telnet host rsync.
 

I'm thinking that you are correct.  I get the same behavior from the other gentoo 
machine on my local net.  This is apparently a recent change by comcast.

So, this now brings up the related question: what are the implications of only doing 
emerge-webrsync to sync the portage tree?

-- 
Collins - Denver Area - 
Gentoo stable kernel 2.6.2-rc1

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Peter Ruskin
On Thursday 22 Jan 2004 18:37, Tux the turtle wrote:
 Am Donnerstag, 22. Januar 2004 18:46 schrieb Aaron Walker:
  Stefan Vunckx wrote:
   Check if your server is properly setup, meaning he'll have to
   grant your pc access (see if your IP is in the allowed setup and
   such).
  
   Bonx
 
  Yes, I added the IP address of the laptop to /etc/exports on the
  server.
 
  Looks like:
 
  /usr/portagemailserver_IP(rw,no_root_squash,no_subtree_check,sync)
  laptop_IP(rw,no_root_squash,no_subtree_check,sync)
 
  all on one line of course

 If you have listed your clients in /etc/hosts you have to use the
 names, not the IP's as far as I recall...
 tuthtu

No.  Here's a snippet of mine:
# /etc/exports: NFS file systems being exported.  See exports(5).
/home  192.168.0.0/255.255.255.0(sync,insecure,no_root_squash,rw)
/root  192.168.0.0/255.255.255.0(sync,insecure,no_root_squash,rw)

In Aaron's case I would try:
/usr/portagemailserver_IP(rw,no_root_squash,no_subtree_check,sync) 
/usr/portagelaptop_IP(rw,no_root_squash,no_subtree_check,sync)

Peter
-- 
==
Gentoo Linux: Portage 2.0.49-r20kernel-2.6.1-gentoo-w4l
i686 AMD Athlon(tm) XP 3200+KDE: 3.1.5 Qt: 3.2.3 gcc(GCC): 3.2.3
==


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Help Unsubscribe

2004-01-22 Thread MARTINSON, GREGORY
For one reason or another I can't unsub from the list.  If the listmom
is listening, can you yank me.  Thanks(sorry for the bandwidth guys)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Tux the turtle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Donnerstag, 22. Januar 2004 19:56 schrieb Kurt Bechstein:
 What are you results for:

 $ rpcinfo -p localhost

 and

 $ rpcinfo -p remote_server
 ?

bash-2.05b# rpcinfo -p localhost
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000211   udp  32768  nlockmgr
1000213   udp  32768  nlockmgr
1000241   udp  32769  status
1000241   tcp  32768  status
bash-2.05b# rpcinfo -p server
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000241   udp  32768  status
1000241   tcp  32768  status
132   udp   2049  nfs
133   udp   2049  nfs
132   tcp   2049  nfs
133   tcp   2049  nfs
1000211   udp  32770  nlockmgr
1000213   udp  32770  nlockmgr
1000214   udp  32770  nlockmgr
1000211   tcp  32769  nlockmgr
1000213   tcp  32769  nlockmgr
1000214   tcp  32769  nlockmgr
151   udp650  mountd
151   tcp653  mountd
152   udp650  mountd
152   tcp653  mountd
153   udp650  mountd
153   tcp653  mountd
bash-2.05b#

- -- 

visit tux online: http//www.tuthtu.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAECGxbTe9XMUf00QRApUUAKCwomD6lzEBl1df6AzE2ddOKlVYNwCeP68x
+Ha7l9qWNl2W/eXnlzcjp7Y=
=wyp1
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem mounting NFS share

2004-01-22 Thread Tux the turtle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

just an idea - did you run exportfs -a after editing exports?

- -- 

visit tux online: http//www.tuthtu.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAECItbTe9XMUf00QRAqWeAJ0ZqDRODe5gv+IIno837LVx9aV9fwCgxGVk
FoTtPVb33SXpZKWh1jc7Ptc=
=DZlL
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] emerge a list of packages?

2004-01-22 Thread Fredrik Wikstrom
Thank you all for the help. The first answer gave me a hint and I came up
with just about the same solutions as you emerge `cat filename` seems to
work quite well. One dieadvantage though is that emerge quits as soon as it
hits a masked package or similar.

Anyway, thanks all.

//Fredrik

-Original Message-
From: Doug Gorley [mailto:[EMAIL PROTECTED]
Sent: den 22 januari 2004 02:32
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] emerge a list of packages?


Matt Wilson wrote:

This may be a stupid question and perhaps nothing that's recommended to do
but:
Is it possible to make emerge take a file list as argument?
I've been searching gentoo forums and the internet but I haven't found any
solution. What I'm thinking of is if it's possible to pipe a file with
packages listed to the emerge command?



I've used;
$ emerge `cat package_list`
before, and I seem to recall that working :)



Take a look at this bug report:

http://bugs.gentoo.org/show_bug.cgi?id=13940

It shows a slightly different approach that's worked well for me.

Thanks,

Doug

--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] performance issues with binutils-2.14.90.0.7-r4

2004-01-22 Thread Alkis Evlogimenos
After the upgrade to binutils-2.14.90.0.7-r4 I am experiencing very slow
link times on C++ programs with debugging symbols. Executables that need
5-10 seconds with binutils-2.14.90.0.6-r6 are now taking about 2 minutes.

Are others experiencing the same issues?

Thanks,

-- 

Alkis

--
[EMAIL PROTECTED] mailing list



[gentoo-user] using keyboard for middle mouse button

2004-01-22 Thread Marshal Newrock
Does anyone know a way to set up a keyboard shortcut to emulate the middle
mouse button?  (useful for copy once, paste many).  I am using fluxbox.
Thanks.

-- 
CAUTION: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] using keyboard for middle mouse button

2004-01-22 Thread Roy Kidder
Not sure about that, but in case you weren't aware of it, X can fake the
presence of a three-button mouse (where the two standard buttons are
pressed simultaneously to emulate the third button).



Marshal Newrock said:
 Does anyone know a way to set up a keyboard shortcut to emulate the
 middle
 mouse button?  (useful for copy once, paste many).  I am using fluxbox.
 Thanks.

 --
 CAUTION: Product will be hot after heating


 --
 [EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [normal] Re: [gentoo-user] Nothing to emerge ?

2004-01-22 Thread Chris I
On Thu, 2004-01-22 at 08:33, Marc Redmann wrote:
 Hi Liviu,
 
  I didn't ask for an upgrade. I asked for a recompile. That's why I think
  it is strange. There is nothing to recompile in the world group ?
 
 If you just want to recompile you should try emerge -ep world.
 
 brgds, Marc

emerge -ep world will be a list of packages going back to the base. If
you don't want that (and just want to recompile programs you use, with
new USE flags, for example) try this:

cat /var/cache/edb/world | xargs emerge -p

-- 
Chris I
[EMAIL PROTECTED] :: www.cidesign.ca/~chris/

The first rule of intelligent tinkering is to save all the parts.
-- Paul Erlich


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


Re: [gentoo-user] Untarring does not work.

2004-01-22 Thread Marshal Newrock
On Thu, 22 Jan 2004, Nuckerl Stefan wrote:

 Am I getting old???

 Since when can tar extract a bz2 file directly??

At some point, they added the -y flag to tar to uncompress using bzip2.
Then they changed it to -I.  But now it's a nice and simple -j.

I could have that wrong.  I found that during a brief foray into LFS, and
the -y involved patching tar.

-- 
CAUTION: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] using keyboard for middle mouse button

2004-01-22 Thread Marshal Newrock
On Thu, 22 Jan 2004, Roy Kidder wrote:

 Not sure about that, but in case you weren't aware of it, X can fake the
 presence of a three-button mouse (where the two standard buttons are
 pressed simultaneously to emulate the third button).

No, the mouse is a 3-button, but I'd rather not have to reach over to the
mouse.

-- 
CAUTION: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems doing an 'emerge kde'

2004-01-22 Thread Canek Peláez Valdés
You need to recompile gcc.

Canek

On Fri, 2004-01-23 at 00:53, Jamie Dobbs wrote:
 When trying to do an 'emerge kde' I get the following error when the
 package 'arts-1.1.5' tried to compile:
 
 snip
 checking for snprintf... yes
 checking if Qt compiles without flags... no
 checking if STL implementation is SGI like... no
 checking if STL implementation is HP like... no
 configure: error: no known STL type found - did you forget to install
 libstdc++-devel ?
  
 !!! ERROR: kde-base/arts-1.1.5 failed.
 !!! Function kde_src_compile, Line 117, Exitcode 1
 !!! died running ./configure, kde_src_compile:configure
 
 Can any suggest what I need to do to fix this? An 'emerge -s
 libstdc++-devel' reveals no packages which seem to fit this reqirement.
 
 Thanks
 
 Jamie
 
 
 --
 [EMAIL PROTECTED] mailing list
--
HELLO, everybody, I'm a HUMAN!!


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


Re: [gentoo-user] scsi tool..

2004-01-22 Thread Canek Peláez Valdés
You can use the /proc filesystem for the DMA and other things; I use
this at the end of my /etc/conf.d/local.start:

# Performance settings for DVD
echo using_dma:1  /proc/ide/hdc/settings
echo io_32bit:1  /proc/ide/hdc/settings
echo unmaskirq:1  /proc/ide/hdc/settings
echo keepsettings:1  /proc/ide/hdc/settings
 
# Performance settings for CD/RW
echo using_dma:1  /proc/ide/hdd/settings
echo io_32bit:1  /proc/ide/hdd/settings
echo unmaskirq:1  /proc/ide/hdd/settings
echo keepsettings:1  /proc/ide/hdd/settings

On Thu, 2004-01-22 at 10:13, raptor wrote:
 is there a tool similar to hdparm for scsi-over-ide..( extender card..)
 so that i can see and set DMA or such things..
 
 'cause I get sloopy performance when copyng from one disk to another..
 the machine freezes
 
 tia.
 
 --
 [EMAIL PROTECTED] mailing list
--
Andrea: Unhappy the land that has no heroes.
Galileo: No, unhappy the land that _needs heroes.
-- Bertolt Brecht, Life of Galileo


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


  1   2   >