[gentoo-user] Segmentation faults in sigsuspend via pthread_mutex_lock

2003-07-11 Thread Joshua Moore-Oliva
I am beating my head against a wall with this one...  I am using gcc 3.2.2 and 
glibc 2.3.1

For some reason I get random segfaults, about one a day on a daemon I made..  
Here is an example of the backtrace of the coredump.

ANY ideas at all would be very appreicated.


I have also read about linux threads and pthreads, and that you can 
interchange them..  is there any way to get a different thread library to 
test out?  

Thanks, Josh.

GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-linux-gnu...
(gdb) core core.15812
Core was generated by `./listmngr ./workingdir/'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libapr-0.so.0...done.
Loaded symbols for /usr/lib/libapr-0.so.0
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libpthread.so.0...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0x4007 in pthread_handle_sigrestart () from /lib/libpthread.so.0
(gdb) backtrace
#0  0x4007 in pthread_handle_sigrestart () from /lib/libpthread.so.0
#1  signal handler called
#2  0x400d8bf9 in sigsuspend () from /lib/libc.so.6
#3  0x40044838 in __pthread_wait_for_restart_signal () from 
/lib/libpthread.so.0
#4  0x40046070 in __pthread_alt_lock () from /lib/libpthread.so.0
#5  0x40043037 in pthread_mutex_lock () from /lib/libpthread.so.0
#6  0x40031082 in apr_thread_mutex_lock (mutex=0x8069cf0) at 
thread_mutex.c:152
#7  0x40033234 in apr_pool_destroy (pool=0x8069cf4) at apr_pools.c:766
#8  0x0805cf73 in scan_list_queue (list_pool=0x40c00530) at 
scan_list_queue.c:249
#9  0x080561c7 in load_list (thread_data=0x40c00568) at load_list.c:78
#10 0x40042160 in pthread_start_thread () from /lib/libpthread.so.0
(gdb) quit


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printing from KDE

2003-07-11 Thread Gëzim
 Did you compile KDE with cups support (cups USE
 flag)?

Noo..
Wow so I kindda have to reemerge KDEeh?

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [LONG] New dependancies?

2003-07-11 Thread MAL
Anthony Floyd wrote:
[snip]


Replying to my own message: when I tried this out, because I 
had emerged -up
world recently, I had to use the --deep parameter to get any 
output. And
WHAT a long list it was, too -  my USE flags have definitely 
changed since I
had the system installed, and now it wanted to install Xfree. Why..?

I tracked it down to GhostScript.
Check this out:


[snip]


Can anyone explain this, please..? I would have expected 
`USE=-cups emerge
ghostscript` not  to install CUPS at all.


[snip]

Are you sure it's ghostscript?  I get the expected behaviour: 

[EMAIL PROTECTED] .../portage/app-text/ghostscript emerge -pv ./ghostscript-7.05.6.ebuild

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


[ebuild  N   ] media-gfx/gimp-1.2.4  +python +nls -gnome -aalib +perl -doc +jpeg +png 
+tiff -doc
[ebuild  N   ] media-gfx/gimp-print-4.2.5  +cups -doc +nls
[ebuildU ] app-text/ghostscript-7.05.6 [7.05.5] -X +cups -cj
It's gimp that starts it off.

It doesn't want libglade, because you (correctly) have the gnome USE 
flag unset, but if you set that flag, it will require gnome-libs and 
other gnome related packages, and eventually libglade.

MAL

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] How do I find masked dependencies.

2003-07-11 Thread Eric Ball
On Friday July 11 2003 04:33 am, Robert Young wrote:
 I am trying to follow

 http://dev.gentoo.org/~liquidx/chinese.html

 and I am trying to add zh-kcfonts
 but its dependencies seem to be masked.

 How do I find masked dependencies.

 I added ACCEPT_KEYWORDS=~x86 to make.conf and then
 emerge -p zh-kcfonts wanted to upgrade xfree to xfree-4.3.0-r3

 Is xfree-4.3.0-r3 a dependency or just now available because I added
 ACCEPT_KEYWORDS=~x86.

When in doubt, you can look at the ebuild. This one (for me) is located 
at /usr/portage/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild and you 
can see the line:

DEPEND=x11-base/xfree

This means the ebuild just wants any version of xfree.

I'm not sure why emerge wants to upgrade xfree for you, because when I 
run the following command I get:

# ACCEPT_KEYWORDS=~x86 emerge zh-kcfonts -p

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

Calculating dependencies ...done!
[ebuild  N   ] media-fonts/zh-kcfonts-1.05


If you used the -u (--upgrade) flag, then emerge would try to update all 
the dependencies (and the the dependencies of the dependencies of the 
dependencies) of the package. Does running:

# ACCEPT_KEYWORDS=~x86 emerge zh-kcfonts -up

Return a different list of packages?

And you can specify ACCEPT_KEYWORDS=~x86 on the command line as shown 
to emerge masked packages, rather than making the setting global from 
make.conf.

 Based on

 http://forums.gentoo.org/viewtopic.php?t=33534

 I should edit

 /etc/portage/package.unmask

 right?

 but this file and folder do not exist.

 Should I create it or is there not a better way.
 Any help is much appreciated thanks.

Yes, you have to create the file, and put a line in like:

=app-office/openoffice-bin-1.1_beta2

to emerge packages that are listed in /usr/portage/profiles/package.mask 
but packages are usually put in that file because the developers need 
to test them, or are known to be unstable, etc.

It has nothing to do with zh-kcfonts, that package is masked because it 
has the line

KEYWORDS=~x86

in the ebuild. One thing you can do is:

1. Set the PORTDIR_OVERLAY=/usr/local/portage variable in /etc/make.conf
2. Create the directory if necessary
3. Copy /usr/portage/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild to 
/usr/local/portage/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild
4. Edit the copied-to file and change the KEYWORDS=~x86 line to 
KEYWORDS=x86
5. emerge zh-kcfonts should stop complaining about being masked.

Hope this helps,

-Eric
-- 
Wherever you go...There you are.
- Buckaroo Banzai


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge entire directory - how?

2003-07-11 Thread Klaus D. Neumann
On Fri, 11 Jul 2003 06:41:50 +0200, [EMAIL PROTECTED] wrote:

Quoting Jason Stubbs [EMAIL PROTECTED]:

On Friday 11 July 2003 12:12, Klaus D. Neumann wrote:
 Hi,

 Is there a way to emerge an entire directory with a single command, 
e.g.,
 something like:
 emerge gnome-base/* ?
ehm... last time i checked, just going to the directory, and typing 
emerge *
worked just fine.
It's not that easy here:
bash-2.05b# emerge -pv *
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R  ] gnome-base/ORBit-0.5.17  +nls [ebuildU ] gnome- 
base/ORBit2-2.6.2 [2.6.1] [ebuild   R  ] gnome-base/bonobo-1.0.22  +nls 
[ebuildU ] gnome-base/bonobo-activation-2.2.2 [2.2.1.1] -doc [ebuild
U ] gnome-base/control-center-2.2.2-r1 [2.2.1] [ebuild   R  ] gnome- 
base/eel-2.2.4  [ebuildU ] gnome-base/gail-1.2.2 [1.2.1] -doc [ebuild   
U ] gnome-base/gconf-2.2.1 [2.2.0] -doc [ebuildU ] gnome-base/gdm- 
2.4.1.4 [2.4.1.3] [ebuild   R  ] gnome-base/gnome-2.2.1  [ebuildU ] 
gnome-base/gnome-applets-2.2.2 [2.2.1] -doc [ebuild   R  ] gnome- 
base/gnome-common-1.2.4-r3  [blocks B] gnome-base/gnome-session (from 
pkg gnome-base/gnome-core-1.4.2-r1)
[blocks B] x11-terms/gnome-terminal (from pkg gnome-base/gnome-core- 
1.4.2-r1)
[blocks B] gnome-base/gnome-desktop (from pkg gnome-base/gnome-core- 
1.4.2-r1)
[ebuild  N   ] gnome-base/gnome-core-1.4.2-r1  +kde +nls +cups [ebuildU 
] gnome-base/gnome-desktop-2.2.2 [2.2.1-r1] [ebuild   R  ] gnome- 
base/gnome-libs-1.4.2  -doc +nls +kde [ebuild  N   ] gnome-base/gnome- 
light-2.2.1  [ebuildU ] gnome-base/gnome-mime-data-2.2.1 [2.2.0] 
[ebuildU ] gnome-base/gnome-panel-2.2.2.1 [2.2.1] -doc [ebuildU ] 
gnome-base/gnome-print-0.37 [0.35-r3] +nls [ebuildU ] gnome-base/gnome- 
session-2.2.2 [2.2.1] [ebuildU ] gnome-base/gnome-vfs-2.2.5 [2.2.4] - 
doc +ssl [ebuildU ] gnome-base/libbonobo-2.2.3 [2.2.1] -doc [ebuild
U ] gnome-base/libbonoboui-2.2.2 [2.2.0.1] -doc [ebuild   R  ] gnome- 
base/libghttp-1.0.9-r3  [ebuild   R  ] gnome-base/libglade-2.0.1  -doc +nls 
[ebuildU ] gnome-base/libgnome-2.2.2 [2.2.0.1] -doc [ebuildU ] 
gnome-base/libgnomecanvas-2.2.1 [2.2.0.2] -doc [ebuildU ] gnome- 
base/libgnomeprint-2.2.1.3 [2.2.1.2] +cups -doc [ebuildU ] gnome- 
base/libgnomeprintui-2.2.1.3 [2.2.1.2] -doc [ebuildU ] gnome- 
base/libgnomeui-2.2.1 [2.2.0.1] -doc [ebuildU ] gnome-base/libgtop- 
2.0.2-r1 [2.0.1] [ebuild   R  ] gnome-base/librsvg-2.2.5  -doc [ebuild   R  
] gnome-base/nautilus-2.2.4  +oggvorbis [ebuild   R  ] gnome-base/oaf- 
0.6.10  +nls

bash-2.05b# emerge *
Calculating dependencies ...done!
!!! Error: the gnome-base/gnome-session package conflicts with this package 
and both can't be installed on the same system together.

The reason for my question was the Portage watch in the latest Gentoo 
weekly newsletter. The second item (gnome-base/*) made me believe that 
there is a newer version that I should upgrade to.

Now, how can I overcome the above problem?
TIA!
--
Best regards,
Klaus
--
Gentoo-Linux = the better choice!
--
[EMAIL PROTECTED] mailing list


[gentoo-user] esd/java conflict

2003-07-11 Thread Andrew Farmer
After a lengthy emerge, I've finally managed to get the java plugin to
work under both mozilla and firebird.

However, java applets that make use of sound seem to freeze up if esd is
running -- it seems like they use /dev/dsp for sound. How quaint.
(I'm using the Blackdown JRE.)

I'm wondering if there's any way to get the plugin to do sound
correctly. I've already tried esddsp -- it seems, however, that the java
plugin somehow manages to get around this and still uses /dev/dsp.
Alternatively, is there any way to use Sun's Linux JRE? Does it work any
better? (I remember reading -- in a Freenet README -- that the Blackdown
JRE was buggy and unsuitable for running Freenet. Has this changed?)

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Re: mplayer help

2003-07-11 Thread Andrew Farmer
At 10 July, 2003 . wrote:
 processor   : 0
 vendor_id   : AuthenticAMD
 cpu family  : 6
 model   : 8
 model name  : AMD Athlon(tm) XP 2000+
 stepping: 0
 cpu MHz : 1659.627
...
 
 I must admit, I don't know if the flags choice is missing anything or 
 not.  The only thing that looks possibly off is the cpu MHz.  I know the 
 MHz on A XP cpu is less than the model #, but I didn't think it was that 
 much lower.

It is. I've got an XP 1800+ myself, and the core speed is about
1530 MHz. I have no idea how this works internally, but, in any case,
your clock speed is correct.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] emerge entire directory - how?

2003-07-11 Thread Jason Stubbs
On Friday 11 July 2003 16:01, Klaus D. Neumann wrote:
 On Fri, 11 Jul 2003 06:41:50 +0200, [EMAIL PROTECTED] wrote:
  Quoting Jason Stubbs [EMAIL PROTECTED]:
  On Friday 11 July 2003 12:12, Klaus D. Neumann wrote:
   Hi,
  
   Is there a way to emerge an entire directory with a single command,
 
  e.g.,
 
   something like:
   emerge gnome-base/* ?
 
  ehm... last time i checked, just going to the directory, and typing
  emerge *
  worked just fine.

 bash-2.05b# emerge *
 Calculating dependencies ...done!

 !!! Error: the gnome-base/gnome-session package conflicts with this
 package and both can't be installed on the same system together.

 The reason for my question was the Portage watch in the latest Gentoo
 weekly newsletter. The second item (gnome-base/*) made me believe that
 there is a newer version that I should upgrade to.

I haven't gotten heavily into gnome yet. However, you can do pretty much
what you want with a couple of commands. I did as follows:

cd /usr/portage/gnome/
grep gnome-session `find * | grep ebuild`

From that output, I found that the package gnome-core is the package that 
conflicts with gnome-terminal. Checking the ebuild, I found that it conflicts 
with gnome-session and gnome-desktop as well. The reason is that gnome-core 
is gnome v1. Therefore, you could do the following:

ls /usr/portage/gnome/  /tmp/gnome-packages
# edit the file and remove gnome-core manually
nano -w /tmp/gnome-packages
for i in `cat /tmp/gnome-packages`; do emerge -n $i; done

Adding the -n flag, as previously noted by sjors(?), will ensure that only 
older or non-existant versions are installed/upgraded. If it reports any 
other conflicts, just do as I did above and look for a line that says 
path/to/package.ebuild:  !conflicting/package

Hope this helps!

Regards,
Jason


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: mplayer help

2003-07-11 Thread Eric Ball
 It is. I've got an XP 1800+ myself, and the core speed is about
 1530 MHz. I have no idea how this works internally, but, in any case,
 your clock speed is correct.

It goes up 66 MHz per 100 points for Athlon XPs with 256 KB of cache.

-Eric
-- 
I must have a prodigious quantity of mind; it takes me as much as a
week sometimes to make it up.
-- Mark Twain, The Innocents Abroad


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange cron email message

2003-07-11 Thread \Stefan\

- Original Message - 
From: Owen Gunden [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 7:05 PM
Subject: Re: [gentoo-user] strange cron email message


 On Thu, Jul 10, 2003 at 09:50:14AM +0200, Stefan wrote:
  Check your /etc/cron directories I'd say the weekly :-)

 Nothing strange in there as far as I can tell.  /etc/cron.weekly isn't
 really relevant for a regular user, is it?  That's where system-wide cron
 programs go, and any output from those programs would be emailed to root,
 not to the user.

They will be emailed to the one specified to receive the emails. If you
haven't chnged anything, then yes, they will be mailed to root,
but in case you setup postfix for example with an alias, these mails could
also be sent to you.
But I just read the attached file you added, now I understand, there is
nothing wrong about it. Cron just noted down what the script did.


 Thanks for the tip, but I don't think the problem is there..

 Owen

 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Screen resolution in console mode

2003-07-11 Thread \Stefan\

- Original Message - 
From: Yorkshire Dave [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 7:59 PM
Subject: Re: [gentoo-user] Screen resolution in console mode


 On Thu, 2003-07-10 at 16:57, Stefan wrote:
  Just add this to the append line in lilo, or you add it to the boot line
in
  grub:
 
  vga=791 for example does 1024x768
 
  but framebuffer has to be compiled into the kernel!!


 Works here without framebuffer support
Well vga= can only be specified, if you compile in frambuffer support, I
guess you are not quite sure what you compiled in.


 I'm no expert but have a few observations on this. My card is an nvidia
 geforce 2mx dual head, and I use lilo rather than grub.

 vga=0x164 in lilo.conf works for me and I don't have framebuffer support
 compiled.

Again, that is impossible. I forgot to compile it in two weeks ago and vga=
anthing doesn't do shit.
Just read:

http://www.tldp.org/HOWTO/Framebuffer-HOWTO-5.html#ss5.1

and you will see, that you are absolutely wrong


 vga=ask will give you a list to choose from and a prompt to type your
 choice, typing scan at the prompt will give you a different list
 again. IIRC you get different lists if you compile framebuffer support.

 framebuffer causes console lockups for me when switching to x with
 ctrl-alt-f7, something to do with nvidia drivers. I can switch from x
 ok, but can't switch back, which is why I don't use it.

 You may also want to alter or disable the console font in /etc/rc.conf


 Hope that helps :)
 
  - Original Message - 
  From: Condon Thomas A KPWA [EMAIL PROTECTED]
  To: Gentoo-Users (E-mail) [EMAIL PROTECTED]
  Sent: Thursday, July 10, 2003 5:50 PM
  Subject: [gentoo-user] Screen resolution in console mode
 
 
  
   Folks,
  
   When I boot off the CD (Gentoo 1.4_RC4) I get small fonts and lines
for my
   screen resolution by default.  It actually uses the initrd.1024 boot
   argument all on its own.  However, when I boot to console mode on my
own I
   get a larger font and less screen resolution.
  
   Where can I change this?
  
  
   In Harmony's Way, and In A Chord,
  
   Tom  :-})
  
   Thomas A. Condon
   Barbershop Bass Singer
   Registered Linux User #154358
   A Jester Unemployed
  
   --
   [EMAIL PROTECTED] mailing list
  
  
  
 
 
  --
  [EMAIL PROTECTED] mailing list

 -- 
 Yorkshire Dave


 -- 
 Scanned by MailScanner at wot.no-ip.com


 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Getting Wine to work

2003-07-11 Thread \Stefan\
Just go here:

frankscorner.org

great site in case you want to run wine.


- Original Message - 
From: Trevor Gordon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 6:04 AM
Subject: [gentoo-user] Getting Wine to work


 I can't get Wine to work for the life of me. When I try and configure
 the damned config file it refuses to work. Maybe someone can give me a
 rough idea about what it should look like if I give the relevent
 information.
 
 -Wine installs in /home/arachnyd/.wine
 -My hd is /dev/hda3
 -DVDROM is at /dev/cdrom0
 -CDRW is at /dev/cdrom1
 
 Whenever I configure the file then try and run a program under wine it
 bitches about C:/Windows not being set right or something, and how I
 probably screwed up the config.
 
 I swear, I like Linux alot, but the way that everything is at least 3
 times harder to do then in windows makes me eye my WinXP cd lustily.
 
 -- 
 Trevor Gordon [EMAIL PROTECTED]
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gd and php

2003-07-11 Thread \Stefan\
I'm no sure how GD works with PHP, but I'm using GD a lot with perl, did you
install GD first?


- Original Message - 
From: downtime null [EMAIL PROTECTED]
To: Gentoo User List [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 6:13 AM
Subject: [gentoo-user] gd and php


 how do i enable GD in PHP 4.3.2? i tried '--with-gd' in the myconf var
 in the ebuild file. as it turns out, it's not even a valid
 option. only '--without-gd' is valid! so i tried putting 'gd' in the
 USE variable. still doesn't show up in phpinfo().

 any ideas?

 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



[gentoo-user] USB keyboards and the kernel

2003-07-11 Thread fa_3xcuhfhsx7523bvc
I want to use a USB keyboard with my Gentoo box.  (I have no other type
of keyboard.)  Should I compile support in the kernel, or should I just
use modules?

--
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rtc_help

2003-07-11 Thread \Stefan\

- Original Message - 
From: blade- [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 4:39 AM
Subject: Re: [gentoo-user] rtc_help


 Hi,

 You can set the clock to UTC or local time in /etc/rc.conf
 I get the same error also, I just ignore it. There is some information
 about it on the forum.

 [EMAIL PROTECTED] wrote:

 Hi all,
 I keep getting these messages:
 modprobe:Can't locate module /dev/rtc.../dev/misc/rtc..

Then you probably cmpiled rtc not as module, but with option y in that case
there is no module that can be loaded and you will receive this error:-)
But rtc will be available to the programm.
 
 I recompiled the kernel with RTC enabled, still getting these messages.
 Is these any way I can disable the setting system clock to UTC?
 
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hostname with dynamic IP?

2003-07-11 Thread Jorge Almeida
On Sun, 6 Jul 2003, Heschi Kreinick wrote:

 Take a look at the -H flag for dhcpcd, maybe -D too. Add them to dhcpcd_eth0
 in /etc/conf.d/net.
 -Heschi
 
Tried that and the eth0 interface failed to come up!
(This is not really a big issue, it's just that I'd like to feel I'm in 
control :))
Thanks anyway.
-- 
Jorge Almeida


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Flash + Java under Mozilla Firebird

2003-07-11 Thread Janne Johansson
On 10 Jul 2003 00:07:59 -0400
Trevor Gordon [EMAIL PROTECTED] wrote:

 I can't get Flash or Java to install for Firebird, the installers dont
 seem to recognize it at all. This is a particular problem with Flash
 because the installer doesnt give me an option to choose an
 installation directory, it just autodetects and asks me if its
 correct. 

Installers?
Your not using portage to install these? Why? Maybe it would be too
easy, since all you had to do was:

flash:
emerge netscape-flash

and

java:
emerge blackdown-jdk
or
emerge blackdown-jre
or
emerge sun-j2sdk


-- 
Janne

So act that your principle of action might safely be made a law for
the whole world. - Immanuel Kant

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hostname with dynamic IP?

2003-07-11 Thread Jorge Almeida
On Sun, 6 Jul 2003, Norberto BENSA wrote:

 I've set /etc/hostname, and still the command hostname
  returns localhost. The point is that the computer has some official
  name, to which one can send e-mail. I don't know in what other
 
 What official name? Do you have a domain?
 
 
Sorry for not answering sooner, but I've been out. 
What I mean is that at booting the computer gets a name together with an 
IP (in the case of my ISP, the name is made out of the IP and a 
geographical prefix, plus the ISP domain name). Of course this is not a 
name one would give as the host.domain part of a e-mail address, since it 
is subject to change; nevertheless, it is possible to send mail addressed 
to it (usefull for testing purposes or for emergencies...)

Regards,
 -- 
Jorge Almeida


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ebuilds for lvm2 and devicemapper available?

2003-07-11 Thread NM Lists
On Tue, 2003-05-20 at 10:50, Gergely Tamas wrote:
 Hi!
 
 Does anyone have got ebuilds for LVM2 and device mapper?
 
 Thanks in advance,
 Gergely

Me too!

Seriously, anyone done that? 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] configure options and emerge

2003-07-11 Thread Yannick Le Saint
On Friday 11 July 2003 01:41, downtime null wrote:
 is there a way to pass specific 'configure' options to a compile with
 emerge? for instance './configure --with-gd' for php. editing a file

For this particular case, you could just add `gd' to your `use flags'.
You could have seen this using `emerge -pv php', the `-gd' thingy
means you could use `gd' flag but you aren't.

 would be an acceptable solution, i just don't know which file i would
 need to edit.

/etc/make.conf :p


 --
 [EMAIL PROTECTED] mailing list

-- 
Confidence is the feeling you have before you understand the situation.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ebuilds for lvm2 and devicemapper available?

2003-07-11 Thread Dirk Heinrichs
Am Freitag, 11. Juli 2003 11:32 schrieb ext NM Lists:
 On Tue, 2003-05-20 at 10:50, Gergely Tamas wrote:

  Does anyone have got ebuilds for LVM2 and device mapper?

 Me too!

 Seriously, anyone done that?

You don't need an ebuild for device mapper, it's in the kernel. As for LVM2, 
don't know. What about using EVMS instead?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


Re: [gentoo-user] Re: emerge -u system after rsync SIGH

2003-07-11 Thread Leonid Podolny

- Original Message - 
From: Heribert Slama [EMAIL PROTECTED]
 I don't even dare _thinking_ of ever doing an emerge world;;;-)
 Processes taking more than 12 hours are a problem for me, because
 the machine is (a) shared between Linux  Windows, and (b) rather
 loud sigh.

Well, once you perform a full 'emerge -uD world' and then do it regularly (I
do it about twice a week), then the whole process takes ten minutes or so -- 
it replaces only the newly available packages.
Same applies to  'emerge -uD system' -- usually it quits right away without
actually doing something.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USB keyboards and the kernel

2003-07-11 Thread Leonid Podolny
I personally had no luck with my keyboard at linux untill I compiled
_everything_ keyboard-related  in (USB support, HID, host driver -- 
everything). No modules, everything in.
Just a remark: how can the company which makes such crappy OSes, make such
fantastic keyboards?!


- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 11:08 AM
Subject: [gentoo-user] USB keyboards and the kernel


 I want to use a USB keyboard with my Gentoo box.  (I have no other type
 of keyboard.)  Should I compile support in the kernel, or should I just
 use modules?

 --
 [EMAIL PROTECTED]

 --
 [EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [DEBATE] Gentoo on laptops

2003-07-11 Thread Barry . MacMahon

Please excuse the top posting but this email client is awkward.

I saw a laptop file system shoot-out, unfortunately I've no idea what the
link is but it was high up in google. The guy compared JFS, XFS, Reisier
and the exts. Resiser came out on top for battery life when he ran various
tests, and he didn't use notail or noatime options. So I would go for this
one because I would definitely like the journalling on a laptop, like
Jonathan says.

Enlightment is my favourite wm but the pager polls the desktops by default
to keep the fancy pager display up to date. This would need to be turned
off for maximum power saving, or could be set so it doesn't update unless
the window is in focus.

I must try using framebuffer instead of X, didn't know you could do that it
sounds interesting! I love X for networking but I hear that work underway
to create a faster display solution? Is this the way to go? Last I heard
development seemed very fragmented on the alternative to X issue.


Barry MacMahon
Develops Web applications at Wellington house, Slough, UK
Tel: +44 1753 216674
Ext: 274


   
 
  Timo Boettcher   
 
  [EMAIL PROTECTED]  To:   Jonathan C. [EMAIL 
PROTECTED] 
   cc: 
 
  11-07-2003 12:27 Subject:  Re: [gentoo-user] [DEBATE] 
Gentoo on laptops   
  Please respond to
 
  gentoo-user  
 
   
 
   
 




Hi Jonathan,

Nachricht vom Freitag, 11. Juli 2003, 02:49:14:

 Hi all,

 I just wanted to collect some general ideas about how to set up a
 laptop for optimal performance and power savings. Here are a few
 thoughts and questions, if anyone has any comments or answers please
 answer !

 1) Which Filesystem to use ?

 I think the best filesystem for a laptop is ext2. It does not have a
 journal, which should mean fewer disk accesses hence less power
 consumption. However, it's kind of slow, so I am wondering if reiserfs
 with the notail and noatime options would not be better.
I disagree here. I would use ext3, because of the journal. A laptop is
very rarely used in such stable environment as a desktop, and I would
choose a the additional fs-security over few minutes more runtime
anytime.
But of course I understand your point.

 2) Which Window manager to use ?

 I usually use gnome/metacity as desktop environments, however, I find
 them both power and resource consuming, any suggestions ?
I use Openbox (on my Pentium 75 Notebook with 14MB ram), but any *Box
or Windowmaker, even enlightenment should do.
Here http://www.windowmaker.org/features-performance.html is a nice
comparison between some Windowmanagers.

 3) APM or ACPI ?

 I have tried both and can't make a choice, does anyone have any
 experience to share ?
My Notebook is to old for ACPI *g*.

 4) Which kernel to use ?

 I am a bit lost here, I use the gs-sources because of the cpu speed
 scaling options, but I do not know if this is the best choice.
I use gentoo-sources, but don't ask me why. I couldn't give a solid
reason.

 5) Framebuffer or not ?

 Is framebuffer power consuming ?
I would choose framebuffer over X anytime, because its a lot less
CPU/Memory consuming. I was told that Links and Mplayer run in FB
without problems.


 That's all I can think of,

 Thanks in advance,

 Jonathan





 Timo


--
[EMAIL PROTECTED] mailing list






--
[EMAIL PROTECTED] mailing list



[gentoo-user] Error emerging sablotron

2003-07-11 Thread Arturo di Gioia
Hi,
I'm getting an error while emerging sablotron (needed by php):

Can't locate XML/Parser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i686-linux
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
../../utils/apidoc/parse_apidoc.pl line 38.


If I search the file, I get

find /usr/lib -name Parser.pm

/usr/lib/perl5/site_perl/5.6.1/i686-linux/XML/Parser.pm
/usr/lib/perl5/site_perl/5.8.0/i686-linux/HTML/Parser.pm
/usr/lib/perl5/site_perl/5.8.0/i686-linux/PDL/Pod/Parser.pm
/usr/lib/perl5/site_perl/5.8.0/Pod/Parser.pm
/usr/lib/perl5/5.8.0/Pod/Parser.pm

Any idea? I'm re-emerging perl. Did someone have the same issue?
Note: I've got only perl-5.8.0 installed, I cleaned 5.6.1, so I don't
know why there's the 5.6.1 tree in /usr/lib/perl.

Thanks,
Arturo di Gioia


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error emerging sablotron

2003-07-11 Thread Arturo di Gioia
Ooops. I had a quick search on forums and I read that I have to emerge
again XML-parser.
Sorry for the violation of the first law of Gentoo users (first RTFF,
then ask the list).
Arturo di Gioia


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [DEBATE] Gentoo on laptops

2003-07-11 Thread Christian Aust
Timo Boettcher [EMAIL PROTECTED] wrote on Fri, 11 Jul 2003 13:27:16 +0200:

I would use ext3, because of the journal. A laptop is
very rarely used in such stable environment as a desktop, and I would
choose a the additional fs-security over few minutes more runtime
anytime.
Exactly, esp. when you happen to have a ACPI-only laptop: Sometimes you don't know when 
your battery runs out.

 3) APM or ACPI ?

 I have tried both and can't make a choice, does anyone have any
 experience to share ?
My Notebook is to old for ACPI *g*.
ACPI will supersede APM one day, until then APM has much better features (sleep, 
hibernate). So, if your laptop is supported by APM, go for it. If not, hope that someone 
happened to patch the very latest ACPI into your kernel, quality changes almost every 
week. Some release supported switching off my laptops display, the next didn't, the next 
did it again. Strange.

 4) Which kernel to use ?

 I am a bit lost here, I use the gs-sources because of the cpu speed
 scaling options, but I do not know if this is the best choice.
I use gentoo-sources, but don't ask me why. I couldn't give a solid
reason.
If you need ACPI, you should go for gentoo (stable relase), ck-patches (current patches) 
or pfeiffer-sources (kind of gentoo-beta, afaik). If you don't, choose as you like.

 5) Framebuffer or not ?

 Is framebuffer power consuming ?
I would choose framebuffer over X anytime, because its a lot less
CPU/Memory consuming. I was told that Links and Mplayer run in FB
without problems. 
I like framebuffer for the better display of small fonts, but my graphics adapter isn't 
accelerated under fbdev (ATI radeon 7500 mobility); So I run X using their driver. If 
you don't care for nice fonts and stuff, leave it out. HTH,

-  Christian

--

Christian Aust
mailto:[EMAIL PROTECTED]
icq: 84500990 - Yahoo!: datenimperator - MSN: datenimperator
PGP: A073 F9CD 2F23 25D2 EB95 E7A3 B9B4 2AF3 E103 DB5A
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] USB keyboards and the kernel

2003-07-11 Thread Owen Gunden
On Fri, Jul 11, 2003 at 01:33:25PM +0300, Leonid Podolny wrote:
 Just a remark: how can the company which makes such crappy OSes, make such
 fantastic keyboards?!

They don't make the keyboards; they outsource all their hardware and just
sell it with their name on it.  

Owen

--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge --deep world misses possible upgrade

2003-07-11 Thread Chris Bare
I happened to check to see if I had libgd installed and noticed that I
do, but it is not the latest version:

gentoo root # emerge -p libgd

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

Calculating dependencies ...done!
[ebuildU ] media-libs/libgd-1.8.4-r2 [1.8.3-r6] 


Yet when I run emerge -up --deep world I don't see that:

gentoo root # emerge -up --deep world

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

Calculating world dependencies ...done!
[ebuildUD] net-mail/mailbase-0.00-r4 [0.00-r5] 
[ebuildUD] media-video/cinelerra-1.0.0 [1.1.5] 


I thought emerge -up --deep world would find everything that could
possibly be upgraded. Was I mistaken? Is there another command to get
*everything*? Or is this a bug somewhere?
-- 
Chris Bare
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error emerging sablotron

2003-07-11 Thread Anupam Kapoor
this brings up the point that shouldn't the ebuild for sablotron have
XML-parser as the dependancy ?

kind regards
anupam

Arturo di Gioia [EMAIL PROTECTED] writes:

 Ooops. I had a quick search on forums and I read that I have to emerge
 again XML-parser.
 Sorry for the violation of the first law of Gentoo users (first RTFF,
 then ask the list).
 Arturo di Gioia


 --
 [EMAIL PROTECTED] mailing list




-- 
...mathematicians do it smoothly and continuously or discretely in groups and in 
fields.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xcdroast doesn't work!

2003-07-11 Thread Alberto Bert
Thanks,

I re-emerged the 2 packages you suggested and now everything works

Alb

On Jul 11 at 03:43PM+0200, Arturo di Gioia wrote:
 On Fri, 2003-07-11 at 15:09, Alberto Bert wrote:
 
  I have last versions of xcdroast and readcd from gentoo...
 
 These are my versions:
 
 readcd 2.01a07 (i686-pc-linux-gnu) Copyright (C) 1987, 1995-2003 Jörg
 Schilling
 xcdroast [options]  (Version: 0.98alpha13)
 
 readcd is in cdrtools.
 
 *  app-cdr/cdrtools
   Latest version available: 2.01_alpha14
   Latest version installed: 2.01_alpha14
 
 *  app-cdr/xcdroast
   Latest version available: 0.98_alpha13
   Latest version installed: 0.98_alpha13
 
 
 
  Is ti normal to get such an inconsistency?
 
 No. Try checking your xcdroast and cdrtools (reemerge them, they're
 small ebuilds).
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --deep world misses possible upgrade

2003-07-11 Thread Andrei Ivanov

Try emerge -upv `qpkg -I -nc` and then

emerge -u --oneshot `qpkg -I -nc`

On Fri, 11 Jul 2003, Chris Bare wrote:

 I happened to check to see if I had libgd installed and noticed that I
 do, but it is not the latest version:
 
 gentoo root # emerge -p libgd
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
 [ebuildU ] media-libs/libgd-1.8.4-r2 [1.8.3-r6] 
 
 
 Yet when I run emerge -up --deep world I don't see that:
 
 gentoo root # emerge -up --deep world
 
 These are the packages that I would merge, in order:
 
 Calculating world dependencies ...done!
 [ebuildUD] net-mail/mailbase-0.00-r4 [0.00-r5] 
 [ebuildUD] media-video/cinelerra-1.0.0 [1.1.5] 
 
 
 I thought emerge -up --deep world would find everything that could
 possibly be upgraded. Was I mistaken? Is there another command to get
 *everything*? Or is this a bug somewhere?
 -- 
 Chris Bare
 [EMAIL PROTECTED]
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printing from KDE

2003-07-11 Thread Jan Kuipers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 11 July 2003 16:23, Gëzim wrote:
  Look into the KDE ebuilds which one uses the cups
  USE flag. Set this USE
  flag in /etc/make.conf and rebuild the KDE ebuilds
  which need it.

 The question is how do I do this? I went to
 /usr/portage/kde-base/ but then had no way of knowing
 which piece of kde uses CUPS.


[EMAIL PROTECTED] tmp $ qpkg -q cups
net-print/cups-1.1.19 *
DEPENDED ON BY:
app-emulation/wine-20030508
kde-base/kdebase-3.1.2
kde-base/kdelibs-3.1.2
net-print/foomatic-2.0.0

HTH, jan.

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

iD8DBQE/Dtb74zpzaDSRuAsRAp/MAJ0ffmwSCxVMTRbzWnSgPdPRwNfKFQCfWUj6
GXvoIJ+IW0U2bdUjZvqTlGM=
=7rK7
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USB keyboards and the kernel

2003-07-11 Thread Andrew Gaffney
[EMAIL PROTECTED] wrote:
I want to use a USB keyboard with my Gentoo box.  (I have no other type
of keyboard.)  Should I compile support in the kernel, or should I just
use modules?
You may not need to do anything. On most newer Award(?) BIOS's, there is 
an option under Advanced for USB Keyboard support. This makes a USB 
keyboard look like a regular PS/2 keyboard to the OS.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Error emerging sablotron

2003-07-11 Thread Jan Kuipers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 12 July 2003 05:01, Anupam Kapoor wrote:
 this brings up the point that shouldn't the ebuild for sablotron have
 XML-parser as the dependancy ?

 Arturo di Gioia [EMAIL PROTECTED] writes:
  Ooops. I had a quick search on forums and I read that I have to emerge
  again XML-parser.

XML-parser is in the dependencies of sablotron, it just needed to be 
re-emerge for $DEITY-knows what reason.

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

iD8DBQE/DteG4zpzaDSRuAsRAt4yAJ4891keIv/PlhsBfUEqhrBCcjmGiwCePtg0
nhEsKIWQYrzGIra9E2RPG8Q=
=E5tF
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Konqueror and gplflash

2003-07-11 Thread Dmitry Suzdalev
Hello!

I emerged netscape-flash, and then found that I compiled KDE w/o 'motif' 
support. A thread in forums says that motif-support is needed by KDE's 
nspluginscan program.

The problem is that I don't want to recompile kdelibs (or all of KDE) -- it 
takes *too* much time to complete... 
And the question is: will gplflash work with konqueror? Or is there a way to 
get flash working in konqueror other than recompiling that monster? :)

TIA,
Dmitry.
-- 
Sorry for bad English. My $native_language=$perl;


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error emerging sablotron

2003-07-11 Thread Arturo di Gioia
On Sat, 2003-07-12 at 05:01, Anupam Kapoor wrote:
 this brings up the point that shouldn't the ebuild for sablotron have
 XML-parser as the dependancy ?
 
 kind regards
 anupam

I don't know. As a matter of fact, XML-Parser is installed, it only
refers to the old version of Perl, while sablotron configuration checks
for the new version. So adding it to sablotron dependancies doesn't
solve the problem.

head -n 20 /usr/portage/app-text/sablotron/sablotron-0.97.ebuild

snip
DEPEND==dev-libs/expat-1.95.6-r1
dev-perl/XML-Parser

It's already a dependency.

Maybe one could modify the sablotron or perl ebuild to check for this
inconsistency and reemerge XML-Parser if needed, but I don't know how to
do it.

I've just filed bug 24287 about this.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] synaptics driver (tuxmobil) problem with clevo/sager/pro-star etc laptop

2003-07-11 Thread R'twick Niceorgaw
Hi all,

I have installed the synaptics driver from  tuxmobil with 2.4.21-ck3 kernel and xfree 
4.3.0 on a prostar 5634 laptop.

Now when I start X, mouse just goes to the top left corner and sits there. ANy one 
using 
this driver with such a laptop and willing to share their xfree config with me?


regards
R'twick


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gd and php

2003-07-11 Thread downtime null
okay. now when i try to load a php document in my web browser it asks
if i would like to save it. what's that about? i can't find what's
causing it. as far as i can tell, everything is loading.

On Thu, Jul 10, 2003 at 09:36:10PM -0700, Robin H. Johnson wrote:
 On Thu, Jul 10, 2003 at 11:13:58PM -0500, downtime null wrote:
  how do i enable GD in PHP 4.3.2? i tried '--with-gd' in the myconf var
  in the ebuild file. as it turns out, it's not even a valid
  option. only '--without-gd' is valid! so i tried putting 'gd' in the
  USE variable. still doesn't show up in phpinfo().
 ACCEPT_KEYWORDS=~x86 USE=gd jpeg png gif emerge mod_php php
 
 Those versions of mod_php and php are moving to stable this weekend.
 
 
 -- 
 Robin Hugh Johnson
 E-Mail : [EMAIL PROTECTED]
 Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
 ICQ#   : 30269588 or 41961639
 GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gd and php

2003-07-11 Thread downtime null
i forgot to inlcude my USE statement

USE=gd jpeg png gif xml tiff gd-external apache2

and 'emerge -pv mod_php php'

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

Calculating dependencies ...done!
[ebuild   R  ] dev-php/mod_php-4.3.2  +X -cjk +crypt -curl -firebird
-flash -freetds +gd +gd-external +gdbm -imap -informix +java +jpeg
-ldap -mcal +mysql +nls -oci8 -odbc +pam +pdflib -memlimit +png
-postgres +qt -snmp +spell +ssl +tiff +truetype +xml2 +apache2
[ebuild   R  ] dev-php/php-4.3.2  +X -cjk +crypt -curl -firebird
-flash -freetds +gd +gd-external +gdbm -imap -informix +java +jpeg
-ldap -mcal +mysql +nls -oci8 -odbc +pam +pdflib -memlimit +png
-postgres +qt -snmp +spell +ssl +tiff +truetype +xml2 +readline

On Fri, Jul 11, 2003 at 11:41:59AM -0500, downtime null wrote:
 okay. now when i try to load a php document in my web browser it asks
 if i would like to save it. what's that about? i can't find what's
 causing it. as far as i can tell, everything is loading.
 
 On Thu, Jul 10, 2003 at 09:36:10PM -0700, Robin H. Johnson wrote:
  On Thu, Jul 10, 2003 at 11:13:58PM -0500, downtime null wrote:
   how do i enable GD in PHP 4.3.2? i tried '--with-gd' in the myconf var
   in the ebuild file. as it turns out, it's not even a valid
   option. only '--without-gd' is valid! so i tried putting 'gd' in the
   USE variable. still doesn't show up in phpinfo().
  ACCEPT_KEYWORDS=~x86 USE=gd jpeg png gif emerge mod_php php
  
  Those versions of mod_php and php are moving to stable this weekend.
  
  
  -- 
  Robin Hugh Johnson
  E-Mail : [EMAIL PROTECTED]
  Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
  ICQ#   : 30269588 or 41961639
  GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] g-wrap 1.3.4 not compiling...

2003-07-11 Thread raptor
I'm tring to upgrade gnucash, but it wants g-wrap 1.3.3, (there is no
such version, but if i try to upgrade to g-wrap 1.3.4 i git the following error, any 
ideas how to resolve thistia



#emerge dev-libs/g-wrap/g-wrap-1.3.4.ebuild

cc1: changing search order for system directory /usr/include
cc1:   as it has already been specified as a non-system directory
rm -f .libs/g-wrap-wct.lo
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Werror 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -march=pentium3 -mcpu=pentium3 -pipe -I /usr/include -MT 
g-wrap-wct.lo -MD -MP -MF .deps/g-wrap-wct.Tpo -c g-wrap-wct.c  -fPIC -DPIC -o 
.libs/g-wrap-wct.lo
cc1: changing search order for system directory /usr/include
cc1:   as it has already been specified as a non-system directory
make[2]: *** [g-wrap-glib.lo] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: *** [g-wrap-wct.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/g-wrap-1.3.4/work/g-wrap-1.3.4/g-wrap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/g-wrap-1.3.4/work/g-wrap-1.3.4'
make: *** [all] Error 2
 
!!! ERROR: dev-libs/g-wrap-1.3.4 failed.
!!! Function src_compile, Line 35, Exitcode 2
!!! (no error message)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gd and php

2003-07-11 Thread Robin H . Johnson
On Fri, Jul 11, 2003 at 11:41:59AM -0500, downtime null wrote:
 okay. now when i try to load a php document in my web browser it asks
 if i would like to save it. what's that about? i can't find what's
 causing it. as far as i can tell, everything is loading.
That is an indication that mod_php is not processing the page, check
that you have -D PHP4 in your /etc/conf.d/apache[2] file.

-- 
Robin Hugh Johnson
E-Mail : [EMAIL PROTECTED]
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#   : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] !!! ERROR: x11-base/xfree-4.3.0-r3 failed.

2003-07-11 Thread bryce
Chris, did this really work for you, cause i tried it and this procedure 
doesn't work for me. I keep downloading 2.1.3. And if i download it 
myself and put it into /usr/portage/distfiles, emerge continues to try 
and download 2.1.3 anyway.

Any ideas out there?

bryce


On Thursday 10 July 2003 01:20 pm, Chris I wrote:
 On 2003.07.10 16:41, Robert Young wrote:
  Where do I start with errors like this?

 I got this during a fresh install on my new laptop.

 After reading bugs.gentoo.org, its a bug in the new xfree patches
 (patch set version 2.1.5). I copied the ebuild to my PORTDIR_OVERLAY
 and changed the patch version to 2.1.3, which works fine. From a
 brief look at the changelog, it might just be some x86-64 patches,
 which I won't miss.

 -Chris I

 Every word is like an unnecessary stain on silence and nothingness.
   -- Beckett


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] !!! ERROR: x11-base/xfree-4.3.0-r3 failed.

2003-07-11 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 11 July 2003 12:32, bryce wrote:
 Chris, did this really work for you, cause i tried it and this procedure
 doesn't work for me. I keep downloading 2.1.3. And if i download it
 myself and put it into /usr/portage/distfiles, emerge continues to try
 and download 2.1.3 anyway.

 Any ideas out there?

Try applying this patch to exclude a couple of new patches, make sure 'debug' 
isn't in your USE.

- --- xfree-4.3.0-r3.ebuild.orig2003-07-11 12:20:18.0 -0500
+++ xfree-4.3.0-r3.ebuild   2003-07-11 12:24:40.0 -0500
@@ -221,6 +221,9 @@
else
mv -f ${PATCH_DIR}/0120* ${PATCH_DIR}/excluded
mv -f ${PATCH_DIR}/0127* ${PATCH_DIR}/excluded
+# These siliconmotion patches break stuff. bug #22372 spyderous
+   mv -f ${PATCH_DIR}/6201* ${PATCH_DIR}/excluded
+   mv -f ${PATCH_DIR}/6202* ${PATCH_DIR}/excluded
fi
 # FIXME: bug #19812, 075 should be deprecated by 076, left as
 # TDFX_RISKY for feedback (put in -r3 if no problems)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/DvbOXVaO67S1rtsRAhqtAKCAhwh6S6KP98wZHuEwK55QOEyhTgCg2Qjx
AbQNNFqtOWWQ7a4uG9H3/0I=
=2ILq
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Running ebuilds one step at a time

2003-07-11 Thread Mark Knecht
Hi,
   I had asked this about 6 weeks ago, but seem to have misplaced my notes
and I'm not finding it in the archives. I'm getting some strange results
today. Maybe someone can see what I'm doing wrong. Thanks in advance, and
sorry for asking twice.

   I have need once in a while to patch code that emerge won't download
itself. (New CVS from developers) To accomplish this I've been running the
following set of tasks

ebuild package fetch
ebuild package unpack
ebuild package clean   (possibly not required, or wrong?)

At this point I do the patches or substitute files as required by the
developers, then...

ebuild compile
ebuild install

   Does this look correct? I had sort of pieced this back together from man
ebuild, but I've had a couple of issues over the last few days:

1) It seems that for code that's already on my system, if I attempt the
patches and compile/install, ebuild often tells me that 'it appears the
package is already compiled'. I can get around this (I think!) using all 5
steps, but I do not think the original instructions required me to do this,
and logically why should I keep fetching the same things over again?

2) Specifically WRT to the alsa-driver packages, and looking in
/lib/modules/2.4.20-gentoo-r2/dernel/sound, I seem to have some old *.o
files from June, indicating the install step was not doing what I thought it
should, which would be to install today's version. However, I'm starting to
get confused, so maybe I'm doing some other stupid thing...

   Thanks in advance for helping me straighten this out.

Cheers,
Mark



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gd and php

2003-07-11 Thread Christopher Egner
On Fri, 2003-07-11 at 12:33, Robin H.Johnson wrote:
 That is an indication that mod_php is not processing the page, check
 that you have -D PHP4 in your /etc/conf.d/apache[2] file.
It could also be that he's NOT loading the file through the webserver. 

Downtime Null: You have to load it through the webserver, otherwise the
php stuff won't be parse and evaluated. So if load the actual file,
expect the results you're seeing. If you load it through a webserver and
its not working, then its probably that -D PHP4 thing.
-- 
Christopher

In 1968 it took the computing power of 2 C-64's to fly a rocket to the
moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft
Windows 95. Something must have gone wrong.


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


Re: [gentoo-user] Running ebuilds one step at a time

2003-07-11 Thread Marius Mauch
On Fri, 11 Jul 2003 10:46:48 -0700 Mark Knecht wrote:

 I have need once in a while to patch code that emerge won't download
 itself. (New CVS from developers) To accomplish this I've been running
 the following set of tasks
 
 ebuild package fetch
 ebuild package unpack
 ebuild package clean   (possibly not required, or wrong?)

wrong, clean will wipe out the working directory

 At this point I do the patches or substitute files as required by the
 developers, then...
 
 ebuild compile
 ebuild install
 Does this look correct? I had sort of pieced this back together from 
 man ebuild, but I've had a couple of issues over the last few days:

[snip]

You need to specify the ebuild as the second parameter as in the
previous steps. And note that install will do the make install step
(or whatever the package uses to install) in $DESTDIR, which is at
/var/tmp/portage/package/image. To really install the package you need
the merge step for ebuild, as in ebuild package.ebuild merge, this
will copy the content of $DESTDIR to the live filesystem.

Marius

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Running ebuilds one step at a time

2003-07-11 Thread Mark Knecht
  At this point I do the patches or substitute files as required by the
  developers, then...
 
  ebuild compile
  ebuild install
  Does this look correct? I had sort of pieced this back together from
  man ebuild, but I've had a couple of issues over the last few days:

 [snip]

 You need to specify the ebuild as the second parameter as in the
 previous steps.

Yes! Just my typing in and forgetting to type that.

Now that you point out the ebuild package merge command, it appears from the
ebuild man page that maybe the right order for me would be:

ebuild package fetch
ebuild package unpack

do my edits

ebuild package compile
ebuild package install
ebuild package qmerge

This seems to be what the ebuild merge option is doing. Maybe you are
suggestion that I can still use ebuild merge after the edits, which would
possibly start from the compile step and go forward, but I'm hesitant to
trust that with my limited knowledge of these tools and how to check things
out. I'll give this a try.

Thanks very much!

Cheers,
Mark


 And note that install will do the make install step
 (or whatever the package uses to install) in $DESTDIR, which is at
 /var/tmp/portage/package/image. To really install the package you need
 the merge step for ebuild, as in ebuild package.ebuild merge, this
 will copy the content of $DESTDIR to the live filesystem.

 Marius

 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



[gentoo-user] keyboard goes to sleep?

2003-07-11 Thread Chris Graves
I've been running gentoo linux on my Dell Inspiron 4000 for several
months now; one little problem I've had is that, periodically, when the
laptop is left running for varying amounts of time, the keyboard stops
working. X/gnome is still working just fine and the mouse works, but
nothing from the keyboard gets any response. It seems to only happen
when I'm using my pcmcia wireless card... anyone heard of something
similar and/or know of a possible solution? XFConfig attached.

thanks,
-chris


Section Module
Loadtype1
Loadspeedo
Loadfreetype
Loadxtt
Loaddbe   # Double buffer extension
Loadglx
LoadGLcore
#   Loadpex5
#   Loadxie
Loadfbdevhw
Loaddri
Loadrecord
Loadextmod
Loadsynaptics
EndSection

Section Files
RgbPath /usr/X11R6/lib/X11/rgb
FontPath/usr/X11R6/lib/X11/fonts/local/
FontPath/usr/X11R6/lib/X11/fonts/misc/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/Speedo/
FontPath/usr/X11R6/lib/X11/fonts/Type1/
FontPath/usr/X11R6/lib/X11/fonts/TrueType/
FontPath/usr/X11R6/lib/X11/fonts/freefont/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/
FontPath/usr/X11R6/lib/X11/fonts/100dpi/
ModulePath  /usr/X11R6/lib/modules
EndSection

#Section ServerFlags
#EndSection

Section InputDevice
Identifier  Keyboard1
Driver  Keyboard
Option  AutoRepeat 500 30
Option  XkbRules xfree86
Option  XkbModel pc101
Option  XkbLayout us
EndSection

# Synaptics Touchpad
Section InputDevice
Identifier  Mouse1
Driver  synaptics
#Driver mouse
Option  Device /dev/mouse
Option  Protocol PS/2
#Option Protocol event
#Option Device /dev/input/event0
Option  Emulate3Buttons on
Option  Name AutoDetected
Option  Vendor AutoDetected
#Option ZAxisMapping 4 5
Option  UpDownScrolling on
Option  edges 1900 5400 1800 3900
Option  Finger 25 30
Option  MaxTapTime 180
Option  MaxTapMove 220
Option  VertScrollDelta 100
Option  MinSpeed 0.10
Option  MaxSpeed 0.80
Option  AccelFactor 0.0020
Option  EmulateMidButtonTime 75
Option  EdgeMotionSpeed 20
Option  HorizScrollDelta 50
Option  SHMConfig on
EndSection

# USB Mouse
Section InputDevice
Identifier  Mouse2
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  ChordMiddle
EndSection

Section Monitor
Identifier  laptop
HorizSync   30-100
VertRefresh 50-100
EndSection

Section Device
Identifier  ati m3 rage
Driver  ati
VideoRam8192
#ChipSetati
Option  HWCursor
Option  SilkenMouse
Option  shadowfb
Option  AGPMode 1
Option  UseCCEFor2D false
Option  accel
EndSection


Section Screen
Identifier  Screen 1
Device  ati m3 rage
Monitor laptop
DefaultDepth 24
Subsection Display
Depth   16
Modes   1400x1050
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   1400x1050
ViewPort0 0
EndSubsection
EndSection

Section ServerLayout
Identifier primary
Screen Screen 1
InputDevice Mouse1 CorePointer
InputDevice Mouse2 SendCoreEvents
InputDevice Keyboard1 CoreKeyboard
EndSection

Section DRI
Mode 0666
EndSection


--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] Screen resolution in console mode

2003-07-11 Thread Yorkshire Dave
On Fri, 2003-07-11 at 08:57, Stefan wrote:
 - Original Message - 
 From: Yorkshire Dave [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, July 10, 2003 7:59 PM
 Subject: Re: [gentoo-user] Screen resolution in console mode
 
 
  On Thu, 2003-07-10 at 16:57, Stefan wrote:
   Just add this to the append line in lilo, or you add it to the boot line
 in
   grub:
  
   vga=791 for example does 1024x768
  
   but framebuffer has to be compiled into the kernel!!
 
 
  Works here without framebuffer support
 Well vga= can only be specified, if you compile in frambuffer support, I
 guess you are not quite sure what you compiled in.

I'm very sure that what I compiled in wasn't framebuffer, because
framebuffer suxx on this hardware. ctrl-alt-f[1-6] followed by
ctrl-alt-f7 reduces the screen to a garbled mess when I run framebuffer
and nvidia drivers together. 

[EMAIL PROTECTED] admin $ grep -B 3 CONFIG_FB /usr/src/linux/.config
#
# Frame-buffer support
#
# CONFIG_FB is not set

 
 
  I'm no expert but have a few observations on this. My card is an nvidia
  geforce 2mx dual head, and I use lilo rather than grub.
 
  vga=0x164 in lilo.conf works for me and I don't have framebuffer support
  compiled.
 
 Again, that is impossible. I forgot to compile it in two weeks ago and vga=
 anthing doesn't do shit.
 Just read:
 
 http://www.tldp.org/HOWTO/Framebuffer-HOWTO-5.html#ss5.1
 
 and you will see, that you are absolutely wrong
 

I do love being told I'm wrong, especially when I'm half right :)

To fill in the gaps, vga= will work for either FB or VGA_CONSOLE +
VIDEO_SELECT

I'm no linux expert but I've lived worked and breathed computers since
'79 so I'm not a newbie either. 

I wouldn't post saying you don't need framebuffer unless I knew you
didn't need framebuffer. I just forgot to say you need vga_console and
video_select instead :)

try it and see

[EMAIL PROTECTED] admin $ grep -B 3 -A 3 VGA /usr/src/linux/.config
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set

[EMAIL PROTECTED] admin $ grep vga= /etc/lilo.conf
vga=0x164


snippage

-- 
Yorkshire Dave


-- 
Scanned by MailScanner at wot.no-ip.com


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gpm related message during boot!

2003-07-11 Thread Paulo da Silva
After some updates, including baselayout, I'm getting
the following message (twice) at boot:
modprobe: can't locate module /dev/gpmctl

Where does this message come from? Why?
No logs!
I removed gpm service and the message disappeared.
Trying to launch the service manually, the message is not
displayed!
Thanks for any help



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] gd and php

2003-07-11 Thread downtime null
of course i was loading it through the webserver...

i just unmerged and remerged everything and it's working fine now (and
with gd 2.0+).

thanks.

On Fri, Jul 11, 2003 at 12:49:13PM -0500, Christopher Egner wrote:
 On Fri, 2003-07-11 at 12:33, Robin H.Johnson wrote:
  That is an indication that mod_php is not processing the page, check
  that you have -D PHP4 in your /etc/conf.d/apache[2] file.
 It could also be that he's NOT loading the file through the webserver. 
 
 Downtime Null: You have to load it through the webserver, otherwise the
 php stuff won't be parse and evaluated. So if load the actual file,
 expect the results you're seeing. If you load it through a webserver and
 its not working, then its probably that -D PHP4 thing.
 -- 
 Christopher
 
 In 1968 it took the computing power of 2 C-64's to fly a rocket to the
 moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft
 Windows 95. Something must have gone wrong.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Configuring sound for Intel 82801DB AC'97

2003-07-11 Thread Omer Ozen
Ahoy the list,

From the Gentoo stats I can see there are quite a few people with P4PE
with intel 82801DB chipset.

Not forgetting I am still a novice, how does one get the sound working
with my setup.

Details:

Kernel 2.4.22_pre2-gss
and in kernel I have selected intel 8xx (can't remember which now)

I also have installed alsa lib and device drivers

Where do I go from here?

Also, is there a FAQ or archive for this list, to cut down the
repetition?


TIA
Omer.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel Problems - Reboot on Load

2003-07-11 Thread Loopingz



I'm a newbie on Gentoo, i've made the installation 
from stage 1, compile everything and when i reboot the system, i see Grub then 
when i choose to load the linux, it seems to load the kernel, but the screen go 
black and after 2 seconds the system is rebooting. I think it's a kernel 
compilation problem but i don't know the solution.

Thanks for helping

Loopingz


Re: [gentoo-user] gpm related message during boot!

2003-07-11 Thread Peter Ruskin
On Friday 11 Jul 2003 20:04, Paulo da Silva wrote:
 After some updates, including baselayout, I'm getting
 the following message (twice) at boot:

 modprobe: can't locate module /dev/gpmctl

 Where does this message come from? Why?
 No logs!

 I removed gpm service and the message disappeared.
 Trying to launch the service manually, the message is not
 displayed!

Add the following to /etc/devfsd.conf:

# Richard Lightman (richard_at_nezumi.plus.com):
# Date: Sun Sep 15 2002 - 01:50:25 MDT
# In reply to: Tapio Kelloniemi: Module problems 
http://archive.linuxfromscratch.org/mail-archives/blfs-support/2002/09/0589.html
# dev/gpmctl:
# gpm looks for this and creates it if it does not exist. You want 
devfsd
# to do nothing about it, so add this near the start of 
/etc/devsfd.conf:
LOOKUP gpmctl IGNORE

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.8p1
kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel Problems - Reboot on Load

2003-07-11 Thread Andrew Farmer
At 11 July, 2003 Loopingz wrote:
 I'm a newbie on Gentoo, i've made the installation from stage 1,
 compile everything and when i reboot the system, i see Grub then when
 i choose to load the linux, it seems to load the kernel, but the
 screen go black and after 2 seconds the system is rebooting. I think
 it's a kernel compilation problem but i don't know the solution.

Indeed, it does sound like you've done something wrong while compiling
your kernel. Unfortunately, without further information we can't do much
to try to diagnose the problem. However, here's how you can recompile
the kernel:

1. Boot up from your install CD.
2. Mount your /boot and / using the same mount command you did earlier
   when you were installing. Do NOT rebuild the file system using mke2fs or
   similar - this will delete everything you've built so far!
3. chroot back into the installation.
4. Go back to /usr/src/linux-whatever, make mrclean, make menuconfig,
   etc. Start with the default build settings, then add devfs and
 anything that sounds like it would be immensely important for your
 setup. Also make sure to include RTC support, as a module.
 (Otherwise, Gentoo will complain.)
5. Rerun grub.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] strange cron email message

2003-07-11 Thread Owen Gunden
On Fri, Jul 11, 2003 at 04:14:39PM +0100, Stroller wrote:
 I would have  expected this bit:
 
  rm -f /www/servers/mirrors.phauna.org/archives/latex.tar.gz
  [snipped rest of wget output]

Yep, that's the bit that gets displayed on the screen when I run the script
directly.  It's also the part that I would like to receive via email.  I'll
refer to it as the Good Part from here on.  

 No, I'm no expert on Bash scripting, but all my cron jobs (which are all
 copied from other peoples') look something like this:
   [EMAIL PROTECTED] stroller $ crontab -l
   0-59/5 * * * *  /usr/bin/fetchmail   /dev/null 21
 
 I think if you change yours to something like:
0 9 * * sun /www/servers/mirrors.phauna.org/scripts/update_latex.sh
  /dev/null 21
(all on one line)
 then you'll no longer see the error messages.

I see how that would get rid of the error messages, but I think it would
also stop the Good Part from getting emailed to me.

  I can run /www/servers/mirrors.phauna.org/scripts/update_latex.sh as the
  user with no errors or funny business.
 
 Yes, but presumably you see something on the screen when you do so..? It is
 this output that cron will mail to you automagically.

Indeed, I see the Good Part when I run the script directly; but I
definitely don't see the nonsense.  

I'm certain that the way it's supposed to work is for me to get an email
with just the Good Part and nothing else.  The question is, do I have
something horribly misconfigured or is there something wrong with the dcron
package?

Owen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel Problems - Reboot on Load

2003-07-11 Thread Ross Jordan
 
 I'm a newbie on Gentoo, i've made the installation from stage 1, compile =
 everything and when i reboot the system, i see Grub then when i choose =
 to load the linux, it seems to load the kernel, but the screen go black =
 and after 2 seconds the system is rebooting. I think it's a kernel =
 compilation problem but i don't know the solution.

Sounds like you didn't compile VGA support:
Console drivers/VGA text console
CONFIG_VGA_CONSOLE = y


-Ross


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] startup while not connected to the net

2003-07-11 Thread Condon Thomas A KPWA

Sean,

 I had a similar issue.  Typically, my notebook is connected to a dhcp
 network and when I am travelling, like on the train or plane, I do
 not want to use dhcp because it has to time out and the configuration
 will fail.  When I am travelling, I just set the network connection
 to a fixed ethernet address. 
 
 To solve the problem, I have written a startup script called
 netconfig, which I put in /etc/init.d.  The script uses an
 environment variable; NetConfig, and files called, net-DEFAULT, and
 net-config, located in /etc/conf.d.  The files are copies of net
 modified for different configurations, i.e. a DHCP configuration and
 a fixed IP configuration. 

Thank you!!!  This solved a problem I was facing.  I have to connect my test
laptop to the rack it has to test -- an isolated network with dedicated IPs
-- or to the internet (for Gentoo updates) via the local navy network with
DHCP.  Now I can do either.

As a side bonus, I learned a lot about the /etc/conf.d and /etc/init.d
contents and functionality.  Useful as a tool and a learning experience!
How wonderful is that?!?

OK, too many exclamation points -- back to normal mode.

Thanks again.


In Harmony's Way, and In A Chord,

Tom  :-})

Thomas A. Condon
Barbershop Bass Singer
Registered Linux User #154358
A Jester Unemployed

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] question

2003-07-11 Thread Rick Sivernell
Nathan

I guess software can not move, copy data or programs, you must be bash or
something. This is totally bull. I have te same on my caldera system and all
works fine. I have moved the location back onto the partition now and that
problem is gone.  I am almost ready to dump gentoo, just too many problem here.

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

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

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] question

2003-07-11 Thread nmeyers
On Fri, Jul 11, 2003 at 04:02:16PM -0500, Rick Sivernell wrote:
 Nathan
 
 I guess software can not move, copy data or programs, you must be bash or
 something. This is totally bull. I have te same on my caldera system and all
 works fine. I have moved the location back onto the partition now and that
 problem is gone.  I am almost ready to dump gentoo, just too many problem here.

You're right, Rick, it is bull. Any script or program can move
and copy files. You're getting a lot of aerobic exercise jumping to
conclusions because nobody can identify the problem from the description
you've given and the one person who's trying (me) doesn't seem to be
able to describe his observations in language you can understand.

Sorry it's not obvious... but it isn't. There's a significant chance that
the application you're using simply isn't very robust, and your Gentoo
system provides a configuration it can't deal with. Since you don't want
to take the time to understand it, dumping Gentoo is probably the right
answer for you.

Nathan Meyers
[EMAIL PROTECTED]

 
 -- 
 Rick Sivernell
 Dallas, Texas  75287
 972 306-2296
 [EMAIL PROTECTED]
 Gentoo Linux 
 Registered Linux User
 
.~.
   / v \
  /( _ )\
^ ^
 In Linux we trust!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hpt372 controller [update]

2003-07-11 Thread Ben Jones
On Thursday 10 July 2003 10:42 pm, Joseph A Nagy Jr wrote:
 On Thursday 10 July 2003 10:04, Joseph A Nagy Jr wrote this in an

 attempt to be witty and informative:
  On Thursday 10 July 2003 05:57, JG wrote this in an attempt to be
  witty
 
  and informative:
   i'm having the same problem since some months now, the only kernel
   that is working for me is 2.4.19-gentoo-r10 (sis745 mainboard, 1GB
   RAM, all pci slots full with stuff, abit hotrod 100 hpt370/72
   raidcontroller), i'm using the drivers from highpoint which work
   very well.
  
   i've tried many kernels from 2.4.20-gentoo-r5, ac-versions up to
   the latest 2.4.21-pfeifer-r1_pre2, neither of them works
  
   what helps is passing the parameter acpi=off to the kernel, but
   then again most of the kernels didn't work on some other points
   (oopses; though the pfeifer-sources worked best, gonna try the next
   version of them) i'm always using the same config, a bit modified
   for each kernel of course.
 
  Thanks, I've passed on the info to my friend.

 Using a vanilla kernel didn't work, so he's not trying the above.

Vanilla 2.4.21 should work fine...

I had these problems.  I ended up running vanilla 2.4.21, and applying some 
-ck patches myself for some desktop stuff (ie low latency).  Vanilla on its 
own will work fine though, so long as you include the following in the 
kernel:

From the ATA/IDE/MFM/RLL menu:
HPT36X/37X chipset support HPT36X/37X chipset support
VIA82CXXX chipset support

I needed the latter for my Abit KR7a mobo.  The acual options in your .config 
are:
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_VIA82CXXX=y

You shoukd be able to make sure the HPT372 is upported in whatever kernel you 
are using by taking a peek in /usr/src/linux/drivers/ide/pci/hpt366.c (ie 
grep HPT372).

Oh, I wrote this then I remembered the gotcha - the firware on the controller 
has to be up to date.  I just can't remember which version :(  If you friend 
has a pci version, get them to install the firmware upgrade from the 
highpoint website.  If it's an onboard thingumme on the mobo, then download 
the latest bios/firmware upgrade from the manufacturer's website.  

Try the kernel options first, if that doesn't work, I'm afraid it's firmware 
upgrade time...

Ben
-- 
You mean you don't want to watch WRESTLING from ATLANTA?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] question

2003-07-11 Thread Jan Kuipers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 11 July 2003 23:02, Rick Sivernell wrote:
 Nathan

 I guess software can not move, copy data or programs, you must be bash
 or something. This is totally bull. 

Mwell you are the one who programmed it, and without any further clues from 
your side Nathan is probably right on with his EXDEV explanation.

ttfn, jen.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Dyvd4zpzaDSRuAsRAtdDAJ9jBNNUfSKhdI8fU+YUpyMFildykACfWsmz
o2DjMnE0bfakn/jqJhhYyro=
=KuEJ
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] !!! ERROR: x11-base/xfree-4.3.0-r3 failed.

2003-07-11 Thread Chris I
On 2003.07.11 13:41, donnie berkholz wrote:
On Friday 11 July 2003 12:32, bryce wrote:
 Chris, did this really work for you, cause i tried it and this
procedure doesn't work for me. I keep downloading 2.1.3. And if i 
download it myself and put it into /usr/portage/distfiles, emerge 
continues to try and download 2.1.3 anyway.
The permissions on the patch are likely wrong. But all you need to do 
is change that one string to 2.1.3, and let portage handle the files...

On the other hand, picking out the offending patches is a much better 
option. I may recompile X some time with the patched ebuild, just 
incase im missing anything

(Keeping patch here just for context)

--- xfree-4.3.0-r3.ebuild.orig  2003-07-11 12:20:18.0 -0500
+++ xfree-4.3.0-r3.ebuild   2003-07-11 12:24:40.0 -0500
@@ -221,6 +221,9 @@
else
mv -f ${PATCH_DIR}/0120* ${PATCH_DIR}/excluded
mv -f ${PATCH_DIR}/0127* ${PATCH_DIR}/excluded
+# These siliconmotion patches break stuff. bug #22372 spyderous
+   mv -f ${PATCH_DIR}/6201* ${PATCH_DIR}/excluded
+   mv -f ${PATCH_DIR}/6202* ${PATCH_DIR}/excluded
fi
 # FIXME: bug #19812, 075 should be deprecated by 076, left as
 # TDFX_RISKY for feedback (put in -r3 if no problems)
-Chris I

pgp0.pgp
Description: PGP signature


Re: [gentoo-user] !!! ERROR: x11-base/xfree-4.3.0-r3 failed.

2003-07-11 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 11 July 2003 16:28, Chris I wrote:
 On 2003.07.11 13:41, donnie berkholz wrote:
  On Friday 11 July 2003 12:32, bryce wrote:
   Chris, did this really work for you, cause i tried it and this
 
  procedure doesn't work for me. I keep downloading 2.1.3. And if i
  download it myself and put it into /usr/portage/distfiles, emerge
  continues to try and download 2.1.3 anyway.

 The permissions on the patch are likely wrong. But all you need to do
 is change that one string to 2.1.3, and let portage handle the files...

You probably need to generate a new digest once you put the 2.1.3 patchset in 
/usr/portage/distfiles and change the ebuild to use 2.1.3. You should be 
changing it to 2.1.4 anyway, you'll miss that group of patches. Make the new 
digest using 'ebuild /path/to/ebuild digest'.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/DzHzXVaO67S1rtsRAn/YAKDPscqTxCzdxg190HGBs3e1Fs4oGQCeM07N
syGmh4GLSzzCbu3Jwbcje6k=
=NHW6
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mplayer and real audio?

2003-07-11 Thread Adam Scriven
On Sun, Jul 06, 2003 at 01:16:01PM +, Juri Haberland wrote:
 Adam Scriven [EMAIL PROTECTED] wrote:
  Ok, I installed RealPlayer (8 was the newest Linux version Real.com has
  for download), and re-emerged mplayer (I thought I'd have to unmerge then
  emerge, but it emerged just fine).
  
  But, the exact same things happen.
  
  The codecs are installed at /usr/local/RealPlayer8/Codecs.
 
 Please use the realplayer ebuild. The mplayer ebuild expects the
 realplayer codecs in /opt/RealPlayer8/Codecs or
 /opt/RealPlayer9/Real/Codecs. That's where the realplayer ebuild will
 install realplayer. Just use the Gentoo mechanisms...

Ah, sorry, I didn't know that (and thanks to the other poster too, who's
name is now hiding behind VI, for a reminder of the -s search tag for
emerge, I'm still getting used to this stuff).

But alas, it still does the exact same thing.
I re-emerged, and the same thing happened, so I unmerged and re-merged
mplayer, and alas, it's still broken.  Is there something I can do to flush
both out of my system and start again from scratch, as it were?

Thanks for all the help!
Adam

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [DEBATE] Gentoo on laptops

2003-07-11 Thread Finne Boonen
yOn Fri, 11 Jul 2003, MAL wrote:

 Timo Boettcher wrote:
 1) Which Filesystem to use ?
  
  I disagree here. I would use ext3, because of the journal. A laptop is
  very rarely used in such stable environment as a desktop, and I would
  choose a the additional fs-security over few minutes more runtime
  anytime.
  But of course I understand your point.
 
 ext3 can also be set to commit the journal less frequently, (30 mins 
 instead of 5 mins).  To be honest though, unless you want the hard drive 
 to sit in power saving mode all the time, the small write required to 
 write a journal every 5 minutes will use almost no power.

would it be possible to switch the interval depending on  wether you're
working on battery electrical outlet?


mvg
Finne Boonen
***
Beware of the spring, it'll jump you when you least expect it


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Museseq can't find uic

2003-07-11 Thread Meka[ni]
It fails finding uic (Qt user interface compiler) while executing configure 
(when I do emerge museseq), but it's in /usr/bin. I can execute it so it's in 
the path. It finds all qt libraries, but that program is a problem. I think 
it has wrong flags or something, but how can I fix this (or has anyone done 
it). Thanx
-- 
Meka[ni]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gpm related message during boot!

2003-07-11 Thread Paulo da Silva
That worked! Thank you.

Peter Ruskin escreveu:

...


Add the following to /etc/devfsd.conf:
...

LOOKUP gpmctl IGNORE

Peter
 



--
[EMAIL PROTECTED] mailing list


[gentoo-user] recommended CFLAGS for Dual Athlon MP 2200

2003-07-11 Thread Andrew Gaffney
I'm installing Gentoo on a dual Athlon MP 2200 system that I just built. 
What CFLAGS are other people with this type of hardware using? 
http://www.freehackers.org/gentoo/gccflags/flag_gcc3.html recommends:

CHOST=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -O3 -pipe -fomit-frame-pointer
CXXFLAGS=-march=athlon-xp -O3 -pipe -fomit-frame-pointer
Are these good enough? This machine will be a production server, so 
nothing overly agressive. Thanks.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


[gentoo-user] emerge kdelibs-error

2003-07-11 Thread Gëzim
Hi guys,

When I installed kde 3.1.2, I didn't think I was gonna
use cups to print, but later I deciced that I would.
After I got cups working it turns out that is wasn't
gonna be fully compatible with kde ( I only got few
options when printing), someone told me that this was
because I didn't have CUPS, in the USE flag when I
merged kde, and that I should reemerge those kde
pieces that depend on cups, so I did. Kde-base
installed fine, but kde-libs turn out with this error:
!!!ERROR: kde-base/kdelibs-3.1.2 failed.
!!!Function kde_src_compile, Line 123, Exitcode 2
!!!died running emake, kde_src_compile:make

I feel that I should also mention that when kde was
first merged the CFALGS was as follows:
-mcpu=athlon -03 -pipe
and now I have changed the -03 to -02.

Thanks you,
ZiM

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Dial up problem

2003-07-11 Thread ahmed Okda
i am new to gentoo and i got the livecd 3 stages 1.4.rc4
i want to ask few questions
1) how can i configure my external dial up modem during installtion of 
gentoo

2) which stage should i use is it 1 then 2 or 2 or 3

3) will gentoo d/l the files i need to build my system like all of KDE and 
Firebird for an example

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


[gentoo-user] baselayout, sysvinit

2003-07-11 Thread Norberto BENSA
Hello,

This is a question to devs. Why does baselayout depends on sysvinit 2.84? Why 
is it a HARD depend? I mean, why there's no a separated sysvinit ebuild?

from package.mask:

#we no longer use sysvinit (rolled into baselayout)
sys-apps/sysvinit

The question still remains. Why?


Thanks,
Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] Kernel Problems - Reboot on Load

2003-07-11 Thread Robert Morris
On Fri, 2003-07-11 at 14:04, Andrew Farmer wrote:
 At 11 July, 2003 Loopingz wrote:
  I'm a newbie on Gentoo, i've made the installation from stage 1,
  compile everything and when i reboot the system, i see Grub then when
  i choose to load the linux, it seems to load the kernel, but the
  screen go black and after 2 seconds the system is rebooting. I think
  it's a kernel compilation problem but i don't know the solution.
 
 Indeed, it does sound like you've done something wrong while compiling
 your kernel. Unfortunately, without further information we can't do much
 to try to diagnose the problem. However, here's how you can recompile
 the kernel:
 
 1. Boot up from your install CD.
 2. Mount your /boot and / using the same mount command you did earlier
when you were installing. Do NOT rebuild the file system using mke2fs or
similar - this will delete everything you've built so far!
 3. chroot back into the installation.
 4. Go back to /usr/src/linux-whatever, make mrclean, make menuconfig,
etc. Start with the default build settings, then add devfs and
anything that sounds like it would be immensely important for your
setup. Also make sure to include RTC support, as a module.
(Otherwise, Gentoo will complain.)
 5. Rerun grub.



One thing to check in your kernel config is the processor type.
If it is set to the wrong type, it will constantly reboot like this.

Robert


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] hostname with dynamic IP?

2003-07-11 Thread Norberto BENSA
[EMAIL PROTECTED] ~ $ date ; echo ${Jorge Almeida}
Friday 11 July 2003 05:45 am

 On Sun, 6 Jul 2003, Norberto BENSA wrote:
  I've set /etc/hostname, and still the command hostname
 
   returns localhost. The point is that the computer has some official
   name, to which one can send e-mail. I don't know in what other
 
  What official name? Do you have a domain?

 What I mean is that at booting the computer gets a name together with an
 IP (in the case of my ISP, the name is made out of the IP and a
 geographical prefix, plus the ISP domain name)

Hello Jorge,

I've to dig into the archives to find out what we were talking about :-/

You can set /etc/hostname to any name you like. My boxes are named after 
Ghostbusters' characters movie: stantz, zeddmore, venkman, dana, etc. So in 
my /etc/hostname I've put venkman (without quotes.)

venkman gets its IP thru DHCP but this is not an issue, AFAICS dhcpd doesn't 
change /etc/hostname. 

HTH,
Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] Re: opera 7.11 and flash

2003-07-11 Thread Bob Burrough
So ... ZiM ... I'm losing sleep, man... Did this help or not?

On Wed, 09 Jul 2003 23:55:23 -, Bob Burrough [EMAIL PROTECTED] wrote:


You know that you have to install it?
net-www/netscape-flash is already installed, do I need
something else?
Does it show up in Opera's 'Plugins' list (File/Preferences/Plugins)?

If so, verify that 'Enable Plugins' checkbox is checked in Multimedia preferences (File/Preferences/Multimedia).

Did 'net-www/libsflash' get installed?

- 8 ---
bash-2.05b# emerge -s flash
Searching...
[ Results for search key : flash ]
[ Applications found : 3 ]
*  media-libs/libflash
Latest version available: 0.4.10-r1
Latest version installed: 0.4.10-r1
Size of downloaded files: 172 kB
Homepage:http://www.swift-tools.com/Flash/
Description: A library for flash animations
*  net-www/gplflash
Latest version available: 0.4.10-r2
Latest version installed: [ Not Installed ]
Size of downloaded files: 350 kB
Homepage:http://www.swift-tools.com/Flash
Description: GPL Shockwave Flash Player/Plugin
*  net-www/netscape-flash
Latest version available: 6.0.79
Latest version installed: 6.0.79
Size of downloaded files: 1,374 kB
Homepage:http://www.macromedia.com/
Description: Macromedia Shockwave Flash Player
- 8 ---
Run opera from the command line with 'opera -debugplugin'.  When you surf to a flash enabled site, do you get an error message regarding Failed dendency: libXm.so.2 ???  (This was my problem)

IF SO, install lesstif, a motif clone which includes libXm.so.2 using 'emerge -u x11-libs/lesstif'.

- 8 ---
bash-2.05b# emerge -s lesstif
Searching...
[ Results for search key : lesstif ]
[ Applications found : 1 ]
*  x11-libs/lesstif
Latest version available: 0.93.36
Latest version installed: 0.93.36
Size of downloaded files: 2,425 kB
Homepage:http://www.lesstif.org/
Description: An OSF/Motif(R) clone
- 8 ---
I suspect that this is the real issue.  I am going to report a bug pertaining to this, because if I had this problem, everyone else is too ... and there should be a dependency check for Opera AND Flash = install Lesstif in the portage tree.

Let me know if this helps, or I will lose sleep!  :)

Bob Burrough
http://www.bobburrough.com
--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list


[gentoo-user] lm_sensors - Will it work with my MB?

2003-07-11 Thread Doug Gorley
Howdy all,

Can someone please tell me how to determine if my MB (ASUS A7V266-E) is
supported by lm_sensors?  I was a bit confused by the hardware
compatibility list on the web site.

Thanks!

-- 
Doug Gorley | [EMAIL PROTECTED] OpenPGP Key ID: 0xA221559B
Fingerprint: D707 DB92 E64B 69DA B8C7  2F65 C5A9 5415 A221 559B
Interested in public-key cryptography?http://www.gnupg.org/



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] opera 7.11 and flash [solved]

2003-07-11 Thread Gëzim
Sorry there Bob, I thought I sent out a [soved]
message...but maybe not...

So here is what I did:
I don't know if it was needed but I installed gplflash
and with it libflash installed too, and I already had
netscape-flash, but it still wouln't work, then I
installed lesstif, that's when it started working. 

I am glad to find opera support more javascripts, and
now even the realplayer plugins work! :D

So thanks Bob and everyone who helped.

Regards,
ZiM

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list