[gentoo-user] Re: LVM : pros cons

2007-10-09 Thread Remy Blank
Neil Bothwick wrote:
 It' one of those things[1] that you put off using because it looks
 complicated. then you get round to trying it and wish you'd done so much
 earlier.
 
 [1] Screen falls into this category too.

I can confirm about screen, I use it everywhere now. But I've yet to try
LVM (I am convinced as well, but just haven't had to install a machine
lately).

-- Remy



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] apache: Directory index forbidden by Options directive

2007-10-09 Thread Arnau Bria
On Mon, 8 Oct 2007 09:42:20 -0500
Dan Farrell wrote:

 On Mon, 8 Oct 2007 16:27:16 +0200
 Arnau Bria [EMAIL PROTECTED] wrote:

 PHP should get working fine though, have no fear.  
Yesterday, after a reboot, apache  php start working. I did not check,
but I'm pretty sure apache process did not die and restart when I did
it.

Thanks to all for your replies.
Cheers,
-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: HowTo switch the default gcc

2007-10-09 Thread Helmut Jarausch
On  8 Oct, Marc Blumentritt wrote:
 Helmut Jarausch schrieb:
 Hi,
 
 my current default gcc is of version 4.1.2 but I would like to
 switch to version 4.2.1.
 
 As root (only) I can do
 
 gcc-config i686-pc-linux-gnu-4.2.1
 
 but this switch is lost after re-login.
 Furthermore I cannot switch in non-root mode.
 (BTW I'm using the zshell)
 
 Many thanks for a hint,
 
 Have a look at http://www.gentoo.org/doc/en/change-chost.xml
 It shows how to remove old gcc config after change of chost. I think you
 can use this.
 
Thanks,
but what value of CHOST should I take?
I currently have
CHOST=i686-pc-linux-gnu
and gcc-4.1.2 is the standard C-compiler.
Now, I'd like to switch to gcc-4.2.1.

Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Wireless question...

2007-10-09 Thread Neil Bothwick
Hello Jerry McBride,

 The problem I have is, how to get ifconfig eth1 up to run before the
 wireless stuff?

Add it to the preup function in /etc/conf.d/net. Something like this
should do it.

preup() {
if [[ ${IFACE} == eth1 ]]; then
ifconfig eth1 up
else
return 0
fi
}


-- 
Neil Bothwick

And all the Borg left was this darn Macintosh...


signature.asc
Description: PGP signature


Re: [gentoo-user] no sound with mplayer [SOLVED]

2007-10-09 Thread pat
On Sun, 7 Oct 2007 21:29:23 +0200, Alan McKinnon wrote
 On Sunday 07 October 2007, pat wrote:
  Hello,
 
  Time to time I have problem with mplayer. The sound for some video
  files doesn't work (mainly for DVDs). The problem is:
  ***
  Requested audio codec family [a52] (afm=liba52) not available.
  Enable it at compilation.
  Requested audio codec family [ac3] (afm=libac3) not available.
  Enable it at compilation.
  Requested audio codec family [hwac3] (afm=hwac3) not available.
  Enable it at compilation.
  Cannot find codec for audio format 0x2000.
  ***
 
  Please, could someone point me to the solution?
 
 You haven't supplied any real information about your system, so it's 
 impossible to tell what the problem really is. Based on your error 
 message the first thing I'd check is if you have the required codec 
 support compiled into mplayer.
 
 Please post the output of 'eix -e mplayer'
 
 alan
 

Hello,

I think I sent a message I've solved it by adding a52 to USE list, if I
didn't sent a message about it I apologize to all. And rebuild of cause.

Thanks

 Pat

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Upgrading xorg

2007-10-09 Thread econti

Hi all,
I'm going to upgrade xorg. Following the Migrating to Modular X HOWTO 
I ran:


grep Driver /etc/X11/xorg.conf and the output was:

   Driverkbd
   Drivermouse
   Driver vga
   Driver  nv

Then I ran also
emerge --verbose --pretend xorg-x11
Here is part of the output:


[ebuild  N] x11-base/xorg-server-1.3.0.0  USE=dri ipv6 nptl sdl 
xorg (-3dfx) -debug -dmx -kdrive -minimal -xprint 
INPUT_DEVICES=keyboard mouse -acecad -aiptek -calcomp -citron 
-digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen 
-jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount 
-spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom 
VIDEO_CARDS=apm ark chips cirrus cyrix dummy fbdev glint i128 i810 
mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage 
siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware 
voodoo -epson -fglrx (-i740) (-impact) (-imstt) (-newport) (-nsc) 
-nvidia (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) 
(-suntcx) 5,829 kB


So I should set INPUT_DEVICES=keyboard mouse and VIDEO_CARDS=nv vga 
fbdev in my make.conf.


But, what is the meaning of the minus sign preceding any of the video 
card names? And the ones between parentheses?


Stupid question? ;-(

Thank you.

emilio



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Re: permissions, fstab and LVM

2007-10-09 Thread Alexander Skwar
Dirk Heinrichs [EMAIL PROTECTED] wrote:
 Am Montag, 8. Oktober 2007 schrieb Thufir:

 Read my first response again: In fstab you specify who can _mount_ a
 volume. In the _mounted_ volumes filesystem, you specify access rights
 using chmod, chgrp, chown or, if using ACLs, setfacl.

And if you don't want to do that, maybe switch the filesystemtype
to something like VFAT? This way, you don't have to worry about
permissions anymore and can specify the owner in fstab.

 Wnat is meant by mounting the volume recursively, please?
 
 Don't know, didn't write that. I wrote: ...mount, then (recursively)
 change permissions...

Well, the then was missing :)

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] permissions, fstab and LVM

2007-10-09 Thread Dirk Heinrichs
Am Dienstag, 9. Oktober 2007 schrieb ext Alexander Skwar:
 Dirk Heinrichs [EMAIL PROTECTED] wrote:
  Am Montag, 8. Oktober 2007 schrieb Thufir:
 
  Read my first response again: In fstab you specify who can _mount_ a
  volume. In the _mounted_ volumes filesystem, you specify access rights
  using chmod, chgrp, chown or, if using ACLs, setfacl.

 And if you don't want to do that, maybe switch the filesystemtype
 to something like VFAT? This way, you don't have to worry about
 permissions anymore and can specify the owner in fstab.

Hmm, this would still be restricted to _one_ user, who then owns all files. 
Even if users is in fstab instead of uid=... the mounting user would 
own all files until he umounts and another user can mount it. Using ACLs on 
a Unix filesystem is the most flexible.

  Wnat is meant by mounting the volume recursively, please?
 
  Don't know, didn't write that. I wrote: ...mount, then (recursively)
  change permissions...

 Well, the then was missing :)

Oops, yes.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


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


Re: [gentoo-user] Traveling: DSL modem via USB?

2007-10-09 Thread Grant
  I'm currently traveling with my laptop and I can get it online if I
  can make it work with the DrayTek Vigor 318 DSL modem that is
  available where I am.  Should that be do-able?
 
  - Grant

 good news grant; looks like you might have in-kernel support:

 http://dsl.linux.it/ChipsetConexantUsb

Perfect, thanks Dan!

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrading xorg

2007-10-09 Thread Dale
econti wrote:
 Hi all,
 I'm going to upgrade xorg. Following the Migrating to Modular X
 HOWTO I ran:

 grep Driver /etc/X11/xorg.conf and the output was:

Driverkbd
Drivermouse
Driver vga
Driver  nv

 Then I ran also
 emerge --verbose --pretend xorg-x11
 Here is part of the output:


 [ebuild  N] x11-base/xorg-server-1.3.0.0  USE=dri ipv6 nptl sdl
 xorg (-3dfx) -debug -dmx -kdrive -minimal -xprint
 INPUT_DEVICES=keyboard mouse -acecad -aiptek -calcomp -citron
 -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit
 -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax
 -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void
 -wacom VIDEO_CARDS=apm ark chips cirrus cyrix dummy fbdev glint i128
 i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage
 siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via
 vmware voodoo -epson -fglrx (-i740) (-impact) (-imstt) (-newport)
 (-nsc) -nvidia (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb)
 (-sunleo) (-suntcx) 5,829 kB

 So I should set INPUT_DEVICES=keyboard mouse and VIDEO_CARDS=nv vga
 fbdev in my make.conf.

 But, what is the meaning of the minus sign preceding any of the video
 card names? And the ones between parentheses?

 Stupid question? ;-(

 Thank you.

 emilio




The minus signs means they will not be compiled in.  Basically, they get
left out, so if you need them you need to adjust your make.conf file as
needed.  Example, if you have and use a joystick, you need to change
make.conf to enable the support for a joystick.  Right now, it is not
included.

I'm not real sure on the ones in the parentheses myself. 

Dale

:-)  :-)
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrading xorg

2007-10-09 Thread Neil Bothwick
Hello econti,

 So I should set INPUT_DEVICES=keyboard mouse and VIDEO_CARDS=nv vga 
 fbdev in my make.conf.

That looks reasonable, if you need fbdev.

 But, what is the meaning of the minus sign preceding any of the video 
 card names? And the ones between parentheses?

The minus sign means the flag is unset, you should see this for all the
cards you don't have. The parentheses mean the flag is not available in
your profile. in this case, those video cards are for specific, non-x86 
hardware.


-- 
Neil Bothwick

RAM DISK is NOT an installation procedure!


signature.asc
Description: PGP signature


Re: [gentoo-user] Upgrading xorg

2007-10-09 Thread econti

Neil Bothwick ha scritto:

Hello econti,

  
So I should set INPUT_DEVICES=keyboard mouse and VIDEO_CARDS=nv vga 
fbdev in my make.conf.



That looks reasonable, if you need fbdev.

  
But, what is the meaning of the minus sign preceding any of the video 
card names? And the ones between parentheses?



The minus sign means the flag is unset, you should see this for all the
cards you don't have. The parentheses mean the flag is not available in
your profile. in this case, those video cards are for specific, non-x86 
hardware.
  

Many thanks!
;-)

Ciao
emilio

--
[EMAIL PROTECTED] mailing list



Re: AW: [gentoo-user] metacity does not start

2007-10-09 Thread Matthias Langer
On Mon, 2007-10-08 at 08:40 +0200, Zimmerling, Alexander wrote:
  I had this problem and solved it by deleting ~/.gnome ~/.gnome2 and
 ~/.gnome2_private
 

hmm, although i've installed gentoo only about 2 month ago, i don't want
to loose all my personal settings; i've created a new user - and it
seems to work there - but maybe only because i've never really *used*
this account...

i'm already thinking about solving this problem in a very hackish way:
by writing a script that is called on startup and eventually starts
metacity for me...

hopefully i find a better solution.
 
 
 Hi, I have the same problem here. Deleting the files help, but not for
 long. After 3-4 Logins without any problem, the problem returns.
 

yes, and i fear that the same would happen to me :-/.

regards,
matthias

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: HowTo switch the default gcc

2007-10-09 Thread Marc Blumentritt
Helmut Jarausch schrieb:
 but what value of CHOST should I take?
This is OK. I did not send this link for CHOST, but for the part of
checking the gcc config.

 I currently have
 CHOST=i686-pc-linux-gnu
 and gcc-4.1.2 is the standard C-compiler.
 Now, I'd like to switch to gcc-4.2.1.

Have a look at /etc/env.d/05gcc and the files in /etc/env.d/gcc

I think it should be enough to change /etc/env.d/gcc/config to your
liking and then run

env-update  source /etc/profile

Anyway, I always thought, that setting gcc with gcc-config should be
enough. Perhaps you should use the -f option?

Regards,
Marc

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] linux-headers

2007-10-09 Thread Hans-Werner Hilse
Hi,

On Mon, 08 Oct 2007 18:50:56 -0400 Allan Gottlieb [EMAIL PROTECTED]
wrote:

 Does that mean I am at some risk with headers at a higher version than
 the kernel?  I followed the advice at the end of the headers emerge
 and remerged glibc.

Most probably no danger here. The interfaces of the kernel seldom
change that radical that a John Doe user would have to care. Also, most
software is supposed to leave the kernel headers alone anyway. And you
took care of glibc, so that's probably not going to cause headaches.
Since that was a re-emerge, it won't produce a new interface for
userland.

I just explained why I found the first answer to your question somewhat
lacking of argumentation and the further answers to my post then were
just plain wrong. The moral is to never believe people who just claim
stuff without giving a good reasoning.

-hwh
-- 
[EMAIL PROTECTED] mailing list



AW: AW: [gentoo-user] metacity does not start

2007-10-09 Thread Zimmerling, Alexander
Hi,

I ried this 'solution' just one time. Unfortunately, I installed a lot of 
programs during the time. This problem appeared after upgrading gnome to the 
latest stable version. I had no problems at all by using gnome 2.16.

I used a unstable version of gnome-2.18 once and downgraded because of this 
problem. Nobody able to solve this problem.

Matthias, can you post your 'very hackish way' please

kind regards

-Ursprüngliche Nachricht-
Von: Matthias Langer [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 9. Oktober 2007 14:10
An: gentoo-user@lists.gentoo.org
Betreff: Re: AW: [gentoo-user] metacity does not start

On Mon, 2007-10-08 at 08:40 +0200, Zimmerling, Alexander wrote:
  I had this problem and solved it by deleting ~/.gnome ~/.gnome2 and
 ~/.gnome2_private
 

hmm, although i've installed gentoo only about 2 month ago, i don't want to 
loose all my personal settings; i've created a new user - and it seems to work 
there - but maybe only because i've never really *used* this account...

i'm already thinking about solving this problem in a very hackish way:
by writing a script that is called on startup and eventually starts metacity 
for me...

hopefully i find a better solution.
 
 
 Hi, I have the same problem here. Deleting the files help, but not for 
 long. After 3-4 Logins without any problem, the problem returns.
 

yes, and i fear that the same would happen to me :-/.

regards,
matthias

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] linux-headers

2007-10-09 Thread Allan Gottlieb
At Tue, 09 Oct 2007 14:48:15 +0200 Hans-Werner Hilse [EMAIL PROTECTED] wrote:

 On Mon, 08 Oct 2007 18:50:56 -0400 Allan Gottlieb [EMAIL PROTECTED]
 wrote:

 Does that mean I am at some risk with headers at a higher version than
 the kernel?  I followed the advice at the end of the headers emerge
 and remerged glibc.

 Most probably no danger here. The interfaces of the kernel seldom
 change that radical that a John Doe user would have to care. Also, most
 software is supposed to leave the kernel headers alone anyway. And you
 took care of glibc, so that's probably not going to cause headaches.
 Since that was a re-emerge, it won't produce a new interface for
 userland.

 I just explained why I found the first answer to your question somewhat
 lacking of argumentation and the further answers to my post then were
 just plain wrong. The moral is to never believe people who just claim
 stuff without giving a good reasoning.

thanks for the explanation.
allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problem with CPU temperature (Santa Rosa CPU)

2007-10-09 Thread Marco Calviani
Hi list,
   i have a Santa Rosa (Core 2 Duo T7300) Acer AS5720 laptop, and i'm
getting problems with the temperature of the CPU. In particular i'm
using the coretemp module for determining the core temperature.
Normally (using cpufreqd and the ondemand governor) the CPU stays at
nearly 50C  (which i think is quite high since in windows , using Core
Temp it gives about 30C).
While compiling this increases up to 95-100C (after which it shuts
down). The problem is that the fan is not spinning up at all!
What can be the cause of this behaviour? consider that i'm using an up
to date system with gentoo-sources-2.6.22-r8.

Any help appreciated,
Regards,
Marco
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)

2007-10-09 Thread Volker Armin Hemmann
On Dienstag, 9. Oktober 2007, Marco Calviani wrote:
 Hi list,
i have a Santa Rosa (Core 2 Duo T7300) Acer AS5720 laptop, and i'm
 getting problems with the temperature of the CPU. In particular i'm
 using the coretemp module for determining the core temperature.
 Normally (using cpufreqd and the ondemand governor) the CPU stays at
 nearly 50C  (which i think is quite high since in windows , using Core
 Temp it gives about 30C).
 While compiling this increases up to 95-100C (after which it shuts
 down). The problem is that the fan is not spinning up at all!
 What can be the cause of this behaviour? consider that i'm using an up
 to date system with gentoo-sources-2.6.22-r8.

ACPI. You might be missing some options there. Or something else. Are you 
using fancontrol? If yes, try without, if no, try with it ;)
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] postgresql problem

2007-10-09 Thread Rafael Barrera Oro
Hello, i'd like to ask you people if anyone has succeded in installing a
postgresql version greater than 8.0.13 because i tried (unmasking by adding
~x86 to ACCEPT_KEYWORDS) and ran into a lot of problems. I don't have the
logs with me, so i will post a description of such problems in the near
future.

Thanks in advance y'all

Rafael

PD: The system were i am installing is a Pentium III with 1GB of ram


Re: [gentoo-user] Re: HowTo switch the default gcc

2007-10-09 Thread ds
On 10/9/07, Helmut Jarausch [EMAIL PROTECTED] wrote:

 Thanks,
 but what value of CHOST should I take?
 I currently have
 CHOST=i686-pc-linux-gnu
 and gcc-4.1.2 is the standard C-compiler.
 Now, I'd like to switch to gcc-4.2.1.

There is an official guide to upgrading gcc
http://www.gentoo.org/doc/e http://www.gentoo.org/doc/en/gcc-upgrading.xml
n/gcc-upgrading.xml http://www.gentoo.org/doc/en/gcc-upgrading.xml

Since you are already at version 4 it looks like you'll need to do the
following:

# emerge -uav gcc

(Please substitute i686-pc-linux-gnu-4.1.1 with the GCC
version and CHOST settings you've upgraded to:)
# gcc-config i686-pc-linux-gnu-4.1.1
# env-update  source /etc/profile

(Rebuilding libtool)
# emerge --oneshot -av libtool

The authors of the guide also recommend

# emerge -eav system
# emerge -eav world

It must be the env-update  source /etc/profile that keeps your new
settings

Regards,
dsitsolutions


Re: AW: AW: [gentoo-user] metacity does not start

2007-10-09 Thread Matthias Langer
On Tue, 2007-10-09 at 14:56 +0200, Zimmerling, Alexander wrote:
 Hi,
 
 I ried this 'solution' just one time. Unfortunately, I installed a lot of 
 programs during the time. This problem appeared after upgrading gnome to the 
 latest stable version. I had no problems at all by using gnome 2.16.
 
 I used a unstable version of gnome-2.18 once and downgraded because of this 
 problem. Nobody able to solve this problem.
 
 Matthias, can you post your 'very hackish way' please

well, it's nothing special:


#!/bin/bash
! ps -u $(whoami) | grep metacity  /dev/null  metacity


put this in a file somewhere in your home directory, make it executable
and add it to Startup Programs in Sessions...

this does the trick at least for me...

regards,
matthias


-- 
[EMAIL PROTECTED] mailing list



Re: AW: AW: [gentoo-user] metacity does not start

2007-10-09 Thread Matthias Langer
On Tue, 2007-10-09 at 22:31 +0200, Matthias Langer wrote:
 On Tue, 2007-10-09 at 14:56 +0200, Zimmerling, Alexander wrote:
  Hi,
  
  I ried this 'solution' just one time. Unfortunately, I installed a lot of 
  programs during the time. This problem appeared after upgrading gnome to 
  the latest stable version. I had no problems at all by using gnome 2.16.
  
  I used a unstable version of gnome-2.18 once and downgraded because of this 
  problem. Nobody able to solve this problem.
  
  Matthias, can you post your 'very hackish way' please
 
 well, it's nothing special:
 
 
 #!/bin/bash
 ! ps -u $(whoami) | grep metacity  /dev/null  metacity
 
 
 put this in a file somewhere in your home directory, make it executable
 and add it to Startup Programs in Sessions...
 

or, if you want it more verbose:


#!/bin/bash

LOGFILE=${HOME}/meta.log
COMPLAIN=metacity was not started by gnome

ps -u $(whoami) | grep metacity  /dev/null
if [[ $? -ne 0 ]]; then
echo $(date): $COMPLAIN  $LOGFILE
metacity
fi


matthias

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Traveling: DSL modem via USB?

2007-10-09 Thread Dan Farrell
On Tue, 9 Oct 2007 02:01:19 -0700
Grant [EMAIL PROTECTED] wrote:

 Perfect, thanks Dan!
 
 - Grant

Let me know if it works, please.  I just might be switching my server
to business DSL and if I do, I would much rather have a modem
connected to my computer than a stand-alone.  
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] whoa, this new(ish) portage is nice

2007-10-09 Thread kashani
I've been buried in work again and hadn't had time to get to admin tasks 
 on my hosting machine. Today I started some updates and was pleasantly 
surprised to see some nice updates to portage.


1. Dependencies are a shade darker than things in the world file when 
doing an emerge -pv world

2. elog/einfo stuff is now printed at the end of an emerge.

Probably old news, but damn useful tweaks.

kashani
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrading xorg

2007-10-09 Thread Dan Farrell
On Tue, 9 Oct 2007 10:29:36 +0100
Neil Bothwick [EMAIL PROTECTED] wrote:

 The parentheses mean the flag is not available in
 your profile. in this case, those video cards are for specific,
 non-x86 hardware.

Perhaps this is entirely true, and I am misinterpreting.  But the
manpage appears to say differently:

  () circumfix = forced, masked, or removed

Not only might those options be masked, they might also be 'forced' or
'removed'.  I don't know what 'removed' would be, but take a look at
this output:

[EMAIL PROTECTED] ~ $ emerge openssl -avp
[...]
Calculating dependencies... done!
[ebuild   R   ] dev-libs/openssl-0.9.8d  USE=(sse2) zlib
-bindist -emacs -test 0 kB 
[EMAIL PROTECTED] ~ $ cat /proc/cpuinfo | grep sse2
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt
lm 3dnowext 3dnow pni lahf_lm

Is portage building without sse2 support?  Probably not.  I think
instead the support is 'forced' because my processor supports it,
although perhaps I am incorrect.  It might also be 'forced' because a
dependency uses it, and therefore openssl can't _not_ use it, so it
adds it in be default.  



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] whoa, this new(ish) portage is nice

2007-10-09 Thread William Kenworthy
Yes, I agree.  Especially the messages at the end -  it is really
appreciated now its finally here.

Ahh, progress ...

BillK

On Tue, 2007-10-09 at 15:52 -0700, kashani wrote:
 I've been buried in work again and hadn't had time to get to admin tasks 
   on my hosting machine. Today I started some updates and was pleasantly 
 surprised to see some nice updates to portage.
 
 1. Dependencies are a shade darker than things in the world file when 
 doing an emerge -pv world
 2. elog/einfo stuff is now printed at the end of an emerge.
 
 Probably old news, but damn useful tweaks.
 
 kashani
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Introduction (new member) and first ask-for-help... :-)

2007-10-09 Thread Ricardo Saffi Marques
Hello fellows. I'm new to the mailling list, though I'm not really new to
linux nor Gentoo. I'm a 21 year old Brazilian and I'm currently being
trained by the actual admin of the lab I work (see signature) to become the
new admin. The lab (www.las.ic.unicamp.br) hosts a project named Tutoo,
which is a Gentoo-based distribution. We're also Gentoo official-mirror.

My first question is whether any of you can please help me with this issue:
http://forums.gentoo.org/viewtopic-p-4347959.html
I'm really sorry for the inconvenience.

Regards,

Saffi

-- 
*Ricardo Saffi Marques*
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
*Cell:* +55 (19) 8128-0435
*Skype:* ricardo_saffi_marques
*Website:* *http://www.rsaffi.com*


Re: [gentoo-user] Upgrading xorg

2007-10-09 Thread Neil Bothwick
Hello Dan Farrell,

  The parentheses mean the flag is not available in
  your profile. in this case, those video cards are for specific,
  non-x86 hardware.
 
 Perhaps this is entirely true, and I am misinterpreting.  But the
 manpage appears to say differently:
 
   () circumfix = forced, masked, or removed
 
 Not only might those options be masked, they might also be 'forced' or
 'removed'.

Either way, the FLAG is not available. whether the option is forced on or
off (masked), you have no choice and the flag does nothing with this ebuild.

 [EMAIL PROTECTED] ~ $ emerge openssl -avp
 [...]
 Calculating dependencies... done!
 [ebuild   R   ] dev-libs/openssl-0.9.8d  USE=(sse2) zlib
 -bindist -emacs -test 0 kB 
 [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo | grep sse2
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
 mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt
 lm 3dnowext 3dnow pni lahf_lm
 
 Is portage building without sse2 support?

No, it is forced on. But in the example I replied to, all the flags were
in the form (-flag), not (flag).


 I think
 instead the support is 'forced' because my processor supports it,
 although perhaps I am incorrect.  It might also be 'forced' because a
 dependency uses it, and therefore openssl can't _not_ use it, so it
 adds it in be default.  

If the program can't not use it, the option is no longer optional, so
there would be no point in a USE flag anyway. In this case, I suspect
your profile is for CPUs that have SSE, so there is no point in providing
an option to disable it. Had you used a profile for a CPU that had no
SSE, you would see (-sse) in there, which is exactly what happens on this
iBook.


-- 
Neil Bothwick

[unwieldy legal disclaimer would go here - feel free to type your own]


signature.asc
Description: PGP signature


Re: AW: AW: [gentoo-user] metacity does not start

2007-10-09 Thread don
 #!/bin/bash
 ! ps -u $(whoami) | grep metacity  /dev/null  metacity

I have been seeing this problem for some time too.  Can someone suggest
where to look for error messages?  I've looked in the places I know
about.

-- 
Don Reid
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Introduction (new member) and first ask-for-help... :-)

2007-10-09 Thread Iain Buchanan
On Tue, 2007-10-09 at 20:11 -0300, Ricardo Saffi Marques wrote:

 
 My first question is whether any of you can please help me with this
 issue: http://forums.gentoo.org/viewtopic-p-4347959.html

a wild stab in the dark: can you turn off bash-completion?  I noticed
it's in your use flags.  Maybe something there is causing the every
letter is a command issue...

 I'm really sorry for the inconvenience.

If it was an inconvenience, then I wouldn't reply :)

HTH,
-- 
Iain Buchanan iaindb at netspace dot net dot au

C-3PO: 
We seem to be made to suffer. It's our lot in life.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Can't boot from livecd

2007-10-09 Thread Chuanwen Wu
Finally, I found a ubuntu 64bit livecd to boot up and this time succeed.

Thanks, everyone!

2007/10/7, Chuanwen Wu [EMAIL PROTECTED]:
 Hi guys!

 I can't boot my dell1400 laptop from livecd.Here is output:

  Making tmpfd for /newroot
  Attempting to mount media:- /dev/sda
  Attempting to mount media:- /dev/sda1
  Attempting to mount media:- /dev/sda2
  Attempting to mount media:- /dev/sda3
  Attempting to mount media:- /dev/sda5
  Attempting to mount media:- /dev/sda6
  Attempting to mount media:- /dev/sda7
  Attempting to mount media:- /dev/sda8
  Attempting to mount media:- /dev/sda9
  Attempting to mount media:- /dev/hda
  No bootable medium found. Waiting for new devicds...
  Attempting to mount media:- /dev/sda
  Attempting to mount media:- /dev/sda1
  Attempting to mount media:- /dev/sda2
  Attempting to mount media:- /dev/sda3
  Attempting to mount media:- /dev/sda5
  Attempting to mount media:- /dev/sda6
  Attempting to mount media:- /dev/sda7
  Attempting to mount media:- /dev/sda8
  Attempting to mount media:- /dev/sda9
  Attempting to mount media:- /dev/hda
 !! Could not find CD to boot, something else needed!
  Loading keymaps
 snipped keymap stuff
  Keeping default keymap
  Determining root device...
 !! The root block device is unspecified or not detected
  Please specify a device to boot, or shell for a shell...
 boot() ::


 My dell1400's cpu is Intel Core 2 Duo 5470. I have tried the i688 and
 amd64 livecd both.The result is all the same.
 I think it could not find my livecd,like hda1.
 Any advice?
 Thanks in advanced.

 --
 wcw



-- 
wcw
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] alsa problem

2007-10-09 Thread Chuanwen Wu
I just setup a gentoo in my dell1400 laptop,and until now,the sound
problem is not solved yet.

Here is the problem:
$ aplay 01.mp3
ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave
aplay: main:545: audio open error: No such file or directory

And here is my hardware:
# lspci | grep Audio
00:1b.0 Audio device: Intel Corporation HD Audio Controller (rev 02)

 I compiled the alsa driver as the modules:
M Intel HD Audio

And I can start my alsasound:
# /etc/init.d/alsasound start
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...  [ ok ]
 *   Loading: snd-seq ... [ ok ]
 * Restoring Mixer Levels ... [ ok ]

I can alsaconf,but not alsamixer:
$ alsamixer
No mixer elems found


I also tried to emerge alsa-driver and didn't use the driver in the
kernel,but the result was all the same.

Any advice?
Thanks in advanced!


-- 
wcw
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] postgresql problem

2007-10-09 Thread Rumen Yotov
On Tue, 9 Oct 2007 16:22:10 -0300
Rafael Barrera Oro [EMAIL PROTECTED] wrote:

 Hello, i'd like to ask you people if anyone has succeded in
 installing a postgresql version greater than 8.0.13 because i tried
 (unmasking by adding ~x86 to ACCEPT_KEYWORDS) and ran into a lot of
 problems. I don't have the logs with me, so i will post a description
 of such problems in the near future.
 
 Thanks in advance y'all
 
 Rafael
 
 PD: The system were i am installing is a Pentium III with 1GB of ram
Hi,

The versions in ~x86 are not masked, just in testing (ebuild testing).
Check Bugzilla for any Bugs and (eventually) post a new one with logs.
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa problem

2007-10-09 Thread Randy Barlow
Chuanwen Wu wrote:
 I also tried to emerge alsa-driver and didn't use the driver in the
 kernel,but the result was all the same.

I don't know the module name for the HD, but did you add it to
/etc/modules.autoload.d/kernel-2.6 and/or modprobe it first?

-- 
Randy Barlow
http://electronsweatshop.com
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Re: Remerge the system with gcc-4.1?

2007-10-09 Thread Daevid Vincent
I've held off on doing this gcc update as I'm on an old P4 2Ghz notebook
with 1G RAM (Dell i8200). Things are generally working okay (as well as
any linux/gentoo system can be I guess).

What is the compelling reason to update if any? I've masked out this new
GCC for many months and have had no issues thus far that I know of.

I absolutely dread dicking with this for days and days, fixing things
that currently work, merging all the /etc/ files with the new ones for
the same packages that will be simply re-compiled with the new GCC.

So my questions are:

[a] what compelling reason is there to upgrade (other than you should
b/c it's stable)
[b] is it just better to d/l a new Gentoo .iso install that has all this
crap already, copy over my world file or whatever and have it install
the missing packages (apache, php, mysql, kde, gnome, etc)
[c] if I do that method, I would save the hassle of KDE and Gnome right?
As they come as binaries already?
[d] can I just not fix if it aint broke and keep with what I have? Or
is this just a question of time before I start hitting walls of new
packages I can't use. 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Richard Fish
 Sent: Friday, September 08, 2006 3:13 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Re: Remerge the system with gcc-4.1?
 
 On 9/8/06, Peter [EMAIL PROTECTED] wrote:
  I could be entirely wrong on this, but I upgraded from 
 3.4.6 to 4.1.1 and
  did not re-emerge system or world.
 
  Actually, with all due respect, it is unnecessary to 
 recompile anything
  other than the programs which depend on libstdc++.
 
 Yeah, I thought this too.  And in fact, I also did a revdep-rebuild
 for the 4.1 upgrade and did not experience any problems between then
 and the time I eventually did an emerge -e world.  But check the
 archives of this list from around the time when gcc-4.1 hit ~arch, and
 you will see that that did *not* work for everybody.  We learned the
 hard way that the safe route is emerge -e world.
 
 And it isn't just my say-so...the gentoo devs insist ([1]  [2]) that
 the emerge -e world is the only safe option.  They don't say these
 things because they want users to waste a bunch of time...
 
 [1] http://forums.gentoo.org/viewtopic-t-493662.html
 [2] http://forums.gentoo.org/viewtopic-p-3541436.html#3541436
 
 -Richard
 -- 
 [EMAIL PROTECTED] mailing list
 
 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Remerge the system with gcc-4.1?

2007-10-09 Thread Mark Kirkwood

Daevid Vincent wrote:

I've held off on doing this gcc update as I'm on an old P4 2Ghz notebook
with 1G RAM (Dell i8200). Things are generally working okay (as well as
any linux/gentoo system can be I guess).

  


(Chuckles) you have a relatively modern system then :-) ... I run Gentoo 
on two of these each has 2xPIII 1.26 Ghz:


http://www.supermicro.com/products/motherboard/P3/HE-SL/P3TDER.cfm

Cheers

Mark

P.s : If you do a lot of development work, gcc 4.1 is a much better 
compiler than gcc 3.4.6...





--
[EMAIL PROTECTED] mailing list