Re: [gentoo-user] Running hddtemp with plain user rights

2006-01-21 Thread Richard Fish
On 1/21/06, Alexander Skwar [EMAIL PROTECTED] wrote:
 Don't worry. I guess I'll have to setuid hddtemp then.

Not necessarily.

rc-update -a hddtemp default (or /etc/init.d/hddtemp start as root)
telnet localhost 7634

See man hddtemp.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] lm_sensors question.

2006-02-14 Thread Benno Schulenberg
James wrote:
 hddtemp /dev/hda   for example
 /dev/hda: HTS726060M9AT00: 44 C

# hddtemp /dev/hda
/dev/hda: Maxtor 6Y080L0: 22 C

This doesn't look right, as system temperature is shown as 29°C.
At startup hddtemp reported 12 C, while room temperature is 17°C.

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Running hddtemp with plain user rights

2006-01-21 Thread Holly Bostick
Alexander Skwar schreef:
 Hello!
 
 I'd like to be able to run hddtemp http://www.guzu.net/linux/hddtemp.php
 with plain user rights - ie. not with root
 rights. What's to be done, so that this is
 possible?
 
snip
 
 As you can see, I get the error message Permission
 denied when I run hddtemp /dev/hda. As you can
 further see, the group disk has read-/write-access on
 the device file. And lastly, you can see that my user
 is member of the group disk.
 
 Why do I get the Permission denied error message? And
 what's to be done?

Isn't hddtemp a daemon (therfore executable)? Does the group have the
right to execute hddtemp?

Just an idea,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Running hddtemp with plain user rights

2006-01-21 Thread Alexander Skwar
Holly Bostick wrote:
 Alexander Skwar schreef:

 Why do I get the Permission denied error message? And
 what's to be done?
 
 Isn't hddtemp a daemon

Not necessarily. It can be run in daemon mode, though.

 Does the group have the
 right to execute hddtemp?

Yep:

[EMAIL PROTECTED] ~ $ ls -la `which hddtemp`
-rwxr-xr-x  1 root root 27712 21. Jan 08:02 /usr/sbin/hddtemp

BTW: sudo is also not what I'm after :) I'm after the
reason, why I get that Permission denied message
when I've got the necessary rights on the device file.

Alexander Skwar
-- 
You cannot achieve the impossible without attempting the absurd.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Running hddtemp with plain user rights

2006-01-21 Thread Rasmus Andersen
On Sat, Jan 21, 2006 at 04:06:44PM +0100, Alexander Skwar wrote:
  Does the group have the
  right to execute hddtemp?
 
 Yep:
 
 [EMAIL PROTECTED] ~ $ ls -la `which hddtemp`
 -rwxr-xr-x  1 root root 27712 21. Jan 08:02 /usr/sbin/hddtemp
 
 BTW: sudo is also not what I'm after :) I'm after the
 reason, why I get that Permission denied message
 when I've got the necessary rights on the device file.

I get this too. stracing the hddtemp process shows that it tries to
perform some ioctls on the device and get EACCESS back, probably from
some uid check in the kernel. The check itself can probably be found but
I dont have the time for that now.

Rasmus
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Running hddtemp with plain user rights

2006-01-21 Thread Alexander Skwar
Rasmus Andersen wrote:

 I get this too. stracing the hddtemp process shows that it tries to
 perform some ioctls on the device and get EACCESS back, probably from
 some uid check in the kernel.

Ah, okay, so the permissions on /dev/hda don't matter
that much.

Understood. Thanks!

 The check itself can probably be found but
 I dont have the time for that now.

Don't worry. I guess I'll have to setuid hddtemp then.

Thanks again,

Alexander Skwar
-- 
Practice is the best of all instructors.
-- Publilius
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] lm_sensors question.

2006-02-13 Thread Mrugesh Karnik
On Monday 13 February 2006 20:29, James wrote:
 Well I'm not sure, but you can 'emerge hddtemp' and verify the hard drive
 temperature quite easily.

 hddtemp /dev/hda   for example
 /dev/hda: HTS726060M9AT00: 44 C

Oh I'll do that, thanks.

Mrugesh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] lm_sensors question.

2006-02-15 Thread Mrugesh Karnik
On Tuesday 14 February 2006 20:08, Benno Schulenberg wrote:
 James wrote:
  hddtemp /dev/hda   for example
  /dev/hda: HTS726060M9AT00: 44 C

 # hddtemp /dev/hda
 /dev/hda: Maxtor 6Y080L0: 22 C

 This doesn't look right, as system temperature is shown as 29°C.
 At startup hddtemp reported 12 C, while room temperature is 17°C.

 Benno

Hmm, this is what I get:

hddtemp /dev/hda
/dev/hda: ST3120022A: 41°C

hddtemp /dev/hdb
/dev/hdb: ST380011A: 41°C

M/B Temp:+43°C  (high =   +17°C, hyst =+0°C)   sensor = thermistor
CPU Temp:  +37.5°C  (high =   +60°C, hyst =   +55°C)   sensor = thermistor
temp3: +66.0°C  (high =   +60°C, hyst =   +55°C)   sensor = thermistor   
ALARM

What the heck is that temp3 then?

Mrugesh

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Running hddtemp with plain user rights

2006-01-21 Thread Alexander Skwar
Hello!

I'd like to be able to run hddtemp http://www.guzu.net/linux/hddtemp.php
with plain user rights - ie. not with root
rights. What's to be done, so that this is
possible?

[EMAIL PROTECTED] ~ $ LC_ALL=C hddtemp /dev/hda
/dev/hda: Permission denied
[EMAIL PROTECTED] ~ $ ls -la /dev/hda
brw-rw  1 root disk 3, 0 21. Jan 09:09 /dev/hda
[EMAIL PROTECTED] ~ $ id
uid=1000(alexander) gid=100(users)
Gruppen=4(adm),6(disk),10(wheel),16(cron),17(console),18(audio),19(cdrom),35(games),80(cdrw),100(users),250(portage),410(plugdev)
[EMAIL PROTECTED] ~ $ ls -la `which hddtemp`
-rwxr-xr-x  1 root root 27712 21. Jan 08:02 /usr/sbin/hddtemp

As you can see, I get the error message Permission
denied when I run hddtemp /dev/hda. As you can
further see, the group disk has read-/write-access on
the device file. And lastly, you can see that my user
is member of the group disk.

Why do I get the Permission denied error message? And
what's to be done?

I do NOT want to set hddtemp set-uid root.

Thanks a lot,

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: tools to detect hardware

2007-08-08 Thread James
Chuanwen Wu wcw8410 at gmail.com writes:

 I need tools to detect the details of my hardware.

Additionally

discover

hdparm -i  or -I

hddtemp

lm_sensors


hth,


James

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: What to use for hdd temperature viewing

2006-09-16 Thread Holger Hoffstaette
On Fri, 15 Sep 2006 13:14:17 -0500, reade wrote:

 What simple app, preferably cmdline, do people use to view hdd
 temperatures?

I use app-admin/hddtemp to feed my mrtg stats and it works just fine. For
feeding the temperature into the proper format do something like:

#!/bin/sh
TEMPERATURE=`/usr/sbin/hddtemp -n $1`
printf %d\n%d\n $TEMPERATURE $TEMPERATURE

pass /dev/yourdisk as argument and mrtg will happily graph it.

-h


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] lm_sensors question.

2006-02-13 Thread James
Mrugesh Karnik mrugeshkarnik at gmail.com writes:

 I have a small query. I wonder what the temp3 in the output of sensors is? 
 I 
 have been having problems with the computer shutting down due to over 
 heating. Here's my current sensors output:

 M/B Temp:+42°C  (high =   +16°C, hyst =+0°C)   sensor = thermistor
 CPU Temp:  +36.0°C  (high =   +60°C, hyst =   +55°C)   sensor = thermistor
 temp3: +66.0°C  (high =   +60°C, hyst =   +55°C)   sensor = thermistor   
 ALARM

Well I'm not sure, but you can 'emerge hddtemp' and verify the hard drive
temperature quite easily. 

hddtemp /dev/hda   for example
/dev/hda: HTS726060M9AT00: 44 C

hth,
James





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] HD running temperatures

2006-05-21 Thread Benno Schulenberg
Mark Kirkwood wrote:
 You could emerge smartmontools, and see if its temperature
 readings agree with hddtemp (they should).

Here both smartmontools and hddtemp report a temperature of 27 
degrees Celsius.  But KSensors gives a system temperature of 33.

Sticking in a normal thermometre through the open floppy bay and 
leaving it there for half an hour shows 35 degrees -- that's at the 
top of the case, so that would fit nicely with 33 degrees lower in 
the box.  The harddisk is directly below the floppy bay: it should 
be around 35 degrees, not the reported 27.  Also, at boot-time 
smartmon reports around 7 degrees, while the room is around 17.

Apparently some disks report their temperature inaccurately.

/dev/hda: Maxtor 6Y080L0: 27°C

Benno
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] HD running temperatures

2006-05-20 Thread Dave Jones
I've implemented the hddtemp service, and see that my HDs, one an IBM
120GB, the other a Hitachi 120GB disk, run a steady 46 and 49 degrees C.

This seems a bit too warm for my liking.

Are these 'normal' running temperatures for these ATA 7200 RPM disks?

Cheers, Dave
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] HD running temperatures

2006-05-21 Thread Teresa and Dale
Joseph wrote:

On Sun, 2006-05-21 at 16:17 +1200, Mark Kirkwood wrote:
  

Dave Jones wrote:


I've implemented the hddtemp service, and see that my HDs, one an IBM
120GB, the other a Hitachi 120GB disk, run a steady 46 and 49 degrees C.

This seems a bit too warm for my liking.

Are these 'normal' running temperatures for these ATA 7200 RPM disks?

Cheers, Dave
  

Those temperatures seem a bit high for comfort. Try a fan or similar - 
I've got 4 Maxtor 6E040L0's with a fan in front of 'em and hddtemp 
reports 26-29 degrees C (These particular disks are known to run fairly 
cool, so for yours I'd look for temperatures in the 30-39 range).



My Maxtor 6Y120P0: 30 C (ATA drive - no fan - all open boxes)
Maxtor SATA 200GB: 31 C (same open box)
  

Well, this is what I get:

 [EMAIL PROTECTED] / # hddtemp /dev/hda
 /dev/hda: Maxtor 6Y080P0: 34 C
 [EMAIL PROTECTED] / # hddtemp /dev/hdb
 /dev/hdb: WDC WD800BB-00DKA0: 35 C
 [EMAIL PROTECTED] / #


Mine is in a case that has temp controlled fans.  There is no coolers or
fans on the drives though.  Case temp is 27C.

I guess it depends on where it is measuring that temp too. 

Dale
:-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] HD running temperatures

2006-05-21 Thread Hemmann, Volker Armin
On Sunday 21 May 2006 16:57, Teresa and Dale wrote:
 Joseph wrote:
 On Sun, 2006-05-21 at 16:17 +1200, Mark Kirkwood wrote:
 Dave Jones wrote:
 I've implemented the hddtemp service, and see that my HDs, one an IBM
 120GB, the other a Hitachi 120GB disk, run a steady 46 and 49 degrees C.
 
 This seems a bit too warm for my liking.
 
 Are these 'normal' running temperatures for these ATA 7200 RPM disks?
 
 Cheers, Dave
 
 Those temperatures seem a bit high for comfort. Try a fan or similar -
 I've got 4 Maxtor 6E040L0's with a fan in front of 'em and hddtemp
 reports 26-29 degrees C (These particular disks are known to run fairly
 cool, so for yours I'd look for temperatures in the 30-39 range).
 
 My Maxtor 6Y120P0: 30 C (ATA drive - no fan - all open boxes)
 Maxtor SATA 200GB: 31 C (same open box)

 Well, this is what I get:
  [EMAIL PROTECTED] / # hddtemp /dev/hda
  /dev/hda: Maxtor 6Y080P0: 34 C
  [EMAIL PROTECTED] / # hddtemp /dev/hdb
  /dev/hdb: WDC WD800BB-00DKA0: 35 C
  [EMAIL PROTECTED] / #

 Mine is in a case that has temp controlled fans.  There is no coolers or
 fans on the drives though.  Case temp is 27C.


and you too should start cooling your drives. Case fans are not sooo 
important, but cool drives are. Every degree temperature reduces the lifespan 
a lot.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] re: nvidia GeForce 8400 GS temperature readings

2013-12-21 Thread Alexander Kapshuk
I've set up gentoo on my desktop PC. I have a question about what
temperature readings for the Nvidia GPU in question are considered to be
safe. At the moment, the temperature readings for my GPU, as reported by
the XFCE sensors plugin are 73 degrees C.

Here's some info about my current set-up that might be helpful.

lspci -v|grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [GeForce 8400
GS] (rev a1) (prog-if 00 [VGA controller])

uname -a
Linux box1 3.10.17-gentoo #2 SMP Fri Dec 20 23:03:32 EET 2013 i686
Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz GenuineIntel GNU/Linux

equery -q l '*nvidia*'
media-video/nvidia-settings-304.60
x11-drivers/nvidia-drivers-331.20

equery -q l '*sensors*'
sys-apps/lm_sensors-3.3.3-r3
xfce-extra/xfce4-sensors-plugin-1.2.5

equery -q l '*hddtemp*'
app-admin/hddtemp-0.3_beta15-r7

rc-update show|egrep 'lm_sensors|acpid|hddtemp'
acpid |  default
  hddtemp |  default
   lm_sensors |  default   

pwd
/usr/src/linux

grep '^[^#].*ACPI' .config
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_I2C=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_CONTAINER=y
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_PNPACPI=y
CONFIG_ATA_ACPI=y
CONFIG_SENSORS_ACPI_POWER=y
CONFIG_DMA_ACPI=y

Any input would be appreciated.





Re: [gentoo-user] kernel heat warnings at low temps

2007-06-25 Thread Hemmann, Volker Armin
On Montag, 25. Juni 2007, [EMAIL PROTECTED] wrote:
 I get warnings like these:

   Message from [EMAIL PROTECTED] at Mon Jun 25 16:06:35 2007 ...
   reader kernel: CPU0: Temperature above threshold

   Message from [EMAIL PROTECTED] at Mon Jun 25 16:06:35 2007 ...
   reader kernel: CPU0: Running in modulated clock mode


 When these warnings occur the hard drive temps are low.  hddtemp shows
 them at 33c (91.4 f).

 Kind of hard to imagine the cpu overheating when hdd's are so low.

hddtemp and cputemp are completly and totally unrelated.


 How can I discover the cpu temperature?  And where is the `threshold'
 set?

emerge lm_sensors
run sensors_detect - this will tell you which sensors/drivers are used/needed.

I don't know about that threshold - since it seems to be independent from 
lm_sensors - I would say the hardware ;)
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] HD running temperatures

2006-05-21 Thread Joseph
On Sun, 2006-05-21 at 16:17 +1200, Mark Kirkwood wrote:
 Dave Jones wrote:
  I've implemented the hddtemp service, and see that my HDs, one an IBM
  120GB, the other a Hitachi 120GB disk, run a steady 46 and 49 degrees C.
  
  This seems a bit too warm for my liking.
  
  Are these 'normal' running temperatures for these ATA 7200 RPM disks?
  
  Cheers, Dave
 
 Those temperatures seem a bit high for comfort. Try a fan or similar - 
 I've got 4 Maxtor 6E040L0's with a fan in front of 'em and hddtemp 
 reports 26-29 degrees C (These particular disks are known to run fairly 
 cool, so for yours I'd look for temperatures in the 30-39 range).

My Maxtor 6Y120P0: 30 C (ATA drive - no fan - all open boxes)
Maxtor SATA 200GB: 31 C (same open box)
-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LVM and LABELS in fstab

2011-11-26 Thread James Wall
On Sun, Nov 20, 2011 at 2:32 PM, Dale rdalek1...@gmail.com wrote:
 James Wall wrote:

 On Thu, Nov 17, 2011 at 11:18 PM, Dalerdalek1...@gmail.com  wrote:

 Is there a way to make this work?  I googled but I couldn't find anything
 on
 this one.  Well, a few worthless hits that just happen to have the words
 on
 the same page for some reason.

 Look for /dev/dm-0 to monitor your lvm partition. that is what I use
 to monitor my LVM /, swap, and /home partitions in the monitor setup.

 Dale

 :-)  :-)



 I don't see that option here.  All I have is sd* and sr0.  Also composite
 for all drives.

 [ebuild   R    ] app-admin/gkrellm-2.3.5  USE=X hddtemp nls ssl -gnutls
 -lm_sensors -ntlm

My use flags are
[ebuild   R] app-admin/gkrellm-2.3.5  USE=X nls ssl -gnutls
-hddtemp -lm_sensors -ntlm
Hope this helps,
James Wall

 Your flags look something like mine?

 Dale

 :-)  :-)

 --
 I am only responsible for what I said ... Not for what you understood or how
 you interpreted my words!






-- 
No trees were harmed in the sending of this message. However, a large
number of electrons were terribly inconvenienced.



Re: [gentoo-user] What to use for hdd temperature viewing

2006-09-15 Thread Hemmann, Volker Armin
On Friday 15 September 2006 20:14, [EMAIL PROTECTED] wrote:
 What simple app, preferably cmdline, do people use to view hdd
 temperatures?

 app-admin/hddtemp
  Latest version available: 0.3_beta15
  Latest version installed: 0.3_beta15
  Size of downloaded files: 751 kB
  Homepage:http://www.guzu.net/linux/hddtemp.php
  Description: A simple utility to read the temperature of SMART capable 
hard drives

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] spontaneous reboots.. what to look for

2009-02-15 Thread Neil Bothwick
On Sun, 15 Feb 2009 17:42:44 -0600, Harry Putnam wrote:

 2) checking how hot the cpu is getting (Doesn't appear to be a
problem) But now running a cron job recording temperatures every 10
minutes. So that may turn up something.

You could also check disk temperatures with app-admin/hddtemp. I've had
random crashes due to an overheating drive before. I'd also run smartctl
(emerge smartmontools) over the drive, just to be sure.

memtest is a must, bad RAM can easily cause crashes, and take Volker's
advice on PSUs.


-- 
Neil Bothwick

What if there were no hypothetical situations?


signature.asc
Description: PGP signature


[gentoo-user] Re: Tool for monitoring what's using the hard drive

2008-09-26 Thread James
Michael Sullivan michael at espersunited.com writes:


 Is there a tool similar to `top` that will tell me what's using my hard
 drive?  My hard drive clicks a lot when I don't think it should, and I'd
 really like to know what program is using it.  Sometimes it's so bad
 that I have to manually power down the machine and restart it...


Using a variety of tools will help you discover the offending processes.
Here are my suggestions, all in portage

hddtemp, to see if the drive is overheating.
pstree   to see a simple graphical representation of your processes
hdparm   to see check your hard drive (ide) settings

You have many good suggestions from others. Keep looking until you
find what is curious and then post back, if you cannot find a solution.


hth,
James




[gentoo-user] kernel heat warnings at low temps

2007-06-25 Thread reader
I get warnings like these:

  Message from [EMAIL PROTECTED] at Mon Jun 25 16:06:35 2007 ...
  reader kernel: CPU0: Temperature above threshold

  Message from [EMAIL PROTECTED] at Mon Jun 25 16:06:35 2007 ...
  reader kernel: CPU0: Running in modulated clock mode


When these warnings occur the hard drive temps are low.  hddtemp shows
them at 33c (91.4 f).

Kind of hard to imagine the cpu overheating when hdd's are so low.

How can I discover the cpu temperature?  And where is the `threshold'
set? 


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] HD running temperatures

2006-05-20 Thread Hemmann, Volker Armin
On Sunday 21 May 2006 03:56, Dave Jones wrote:
 I've implemented the hddtemp service, and see that my HDs, one an IBM
 120GB, the other a Hitachi 120GB disk, run a steady 46 and 49 degrees C.

 This seems a bit too warm for my liking.

 Are these 'normal' running temperatures for these ATA 7200 RPM disks?

 Cheers, Dave

I am not sure for THAT drives - but below 40°C.

The lower the better.

Are you using a hd-cooler?

If no, start using it. High temperatures really decrease the lifetime of 
harddisks.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Copying root to SSD in one go...a good idea...or?

2020-04-05 Thread Neil Bothwick
On Sun, 5 Apr 2020 13:08:08 -0500, Dale wrote:

> If you are using rsync or cp -u you could start the copy then stop at it
> certain points to let the SSD cool, then start it again.  It will
> basically pick up where it left off.

Don't use cp -u, if you interrupt it while a file is being copied, that
file will remain incomplete as it will have a newer timestamp than the
original. rsync won't have this problem.

I agree with the other comments that this is unlikely to cause a problem,
but you could run hddtemp or smartctl with watch to keep an eye on the
temperature during the copy.


-- 
Neil Bothwick

Q:  Why is top-posting evil?
A: backwards read don't humans because


pgpEK4DNlWLkK.pgp
Description: OpenPGP digital signature


Re: [gentoo-ppc-user] Temperature and Fan speed display for iBook G4

2005-05-20 Thread toriet
hi!

I don't use torsmo, I use this script:

echo 
echo # CPU 
echo -n Temp CPU  : 
cat /sys/devices/temperatures/cpu_temperature
echo -n Fan speed : 
cat /sys/devices/temperatures/cpu_fan_speed
echo -n Temp limit: 
cat /sys/devices/temperatures/cpu_limit
echo -n Freq CPU  : 
cat /proc/cpuinfo | grep ^clock | cut -d: -f2
echo
echo # GPU 
echo -n Temp GPU  : 
cat /sys/devices/temperatures/gpu_temperature
echo -n Temp limit: 
cat /sys/devices/temperatures/gpu_limit
echo
echo # HD #
echo -n Hard disk:
sudo /usr/sbin/hddtemp /dev/hda |grep /dev/hda: |cut -d: -f2
echo -n Temp HD  : 
sudo /usr/sbin/hddtemp /dev/hda |grep /dev/hda: |cut -d  -f4
echo

bye,
toriet.

 -- El vie, may 20, 2005 at 04:41:47 +0530, Praveen C va dir:

 Is there any way to display CPU temperature and Fan speed in Gkrellm ?
 Or any other way to display it on screen ? I have tried torsmo without
 any success. I get following error.
 
 torsmo: unknown variable adt746xcpu
 torsmo: unknown variable adt746xcpu
 torsmo: can't open '/sys/bus/i2c/devices/5-002e/temp2_input': No such
 file or directory
 Segmentation fault
 
 If anybody has torsmo correctly working then I would like see your
 .torsmorc file and any instructions on how to get it working
 correctly.
 
 Of course a gkrellm plugin would be great but I am not able to find one.
 Thanks
 praveen
 -- 
 http://pc.freeshell.org
 
 -- 
 gentoo-ppc-user@gentoo.org mailing list
 

-- 
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-user] Disable fcron logging

2010-08-22 Thread Stroller


On 22 Aug 2010, at 20:00, Stroller wrote:

On 22 Aug 2010, at 11:26, Alex Schuster wrote:

Stroller writes:



#!/bin/bash
while true
do
 for drive in a b c d
 do
/usr/sbin/smartctl /dev/sd$drive --whatever  /var/log/hdstate
 done
sleep 60
done


I use hdparm and hddtemp:

for hd in sda sdb sdc sdd
do
...
echo $hd: $state $temp
done


The script with which you reply is missing the sleep 60 loop.


...
The problem with cron is that I get those cron logs I do not like,  
and
that the update time of 60 seconds is a little long. Running the  
script in
a loop, started in .kde4/Autostart, would be better, but as a user  
I have
no permission to call hdparm or hdtemp. I do not want to be part of  
the
disk group, and when using sudo I would get the logs by sudo I  
wanted to
avoid. So now I SUID'ed hdparm and hddtemp, changed the group to  
wheel and
disabled execution for others. cron problem not solved, but  
workarounded.


Running a script which contains `while true ... sleep 60` will cause  
only a single logging action. You can run it as root at startup  
using /etc/conf.d/local.start and have the file world readable.


Sorry, this wasn't very clear:

If your script contains `while true ... sleep 60` then you'll only  
need to run it once.


Stroller.




[gentoo-user] re: xfce4-sensors-plugin pulling in nvidia-settings

2013-08-22 Thread Alexander Kapshuk
When setting up the X server and the  proprietary ndivia driver, as
described here (https://wiki.gentoo.org/wiki/NVidia/nvidia-drivers), I
emerged nvidia-settings, as suggested in the wiki article, The drivers
can be installed with the *gtk* USE flag set in /etc/portage/make.conf.
This will install *media-video/nvidia-settings*, a handy graphical tool
for monitoring and configuring several aspects of your nVidia card.

The version of the nvidia driver and nvidia settings I emerged is:
box0=; equery list '*'|grep nvidia-driver
x11-drivers/nvidia-drivers-319.32

I then emerged xfce4 as well as the xfce4-sensors-plugin (box0=; equery
list '*'|grep xfce4-sensors-plugin
xfce-extra/xfce4-sensors-plugin-1.2.5), which pulled in nvidia-settings
of an older version:
box0=; equery list '*'|grep nvidia-settings
media-video/nvidia-settings-304.60

I had a look at the xfce4-sensors-plugin ebuild, and found
nvidia-settings listed as a dependency, with no version specified.

RDEPEND==x11-libs/gtk+-2.14:2
=xfce-base/libxfce4ui-4.8
=xfce-base/xfce4-panel-4.8
hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
libnotify? ( =x11-libs/libnotify-0.7 )
lm_sensors? ( =sys-apps/lm_sensors-3.1.0 )
video_cards_nvidia? ( media-video/nvidia-settings )

I now seem to have both versions of nvidia-settings installed.

How do I fix that please?

Thanks.

Alexander Kapshuk.


Re: [gentoo-user] re: xfce4-sensors-plugin pulling in nvidia-settings

2013-08-22 Thread Alan McKinnon
On 22/08/2013 19:37, Alexander Kapshuk wrote:
 When setting up the X server and the  proprietary ndivia driver, as
 described here (https://wiki.gentoo.org/wiki/NVidia/nvidia-drivers), I
 emerged nvidia-settings, as suggested in the wiki article, The drivers
 can be installed with the *gtk* USE flag set in /etc/portage/make.conf.
 This will install *media-video/nvidia-settings*, a handy graphical tool
 for monitoring and configuring several aspects of your nVidia card.
 
 The version of the nvidia driver and nvidia settings I emerged is:
 box0=; equery list '*'|grep nvidia-driver
 x11-drivers/nvidia-drivers-319.32
 
 I then emerged xfce4 as well as the xfce4-sensors-plugin (box0=; equery
 list '*'|grep xfce4-sensors-plugin
 xfce-extra/xfce4-sensors-plugin-1.2.5), which pulled in nvidia-settings
 of an older version:
 box0=; equery list '*'|grep nvidia-settings
 media-video/nvidia-settings-304.60
 
 I had a look at the xfce4-sensors-plugin ebuild, and found
 nvidia-settings listed as a dependency, with no version specified.
 
 RDEPEND==x11-libs/gtk+-2.14:2
 =xfce-base/libxfce4ui-4.8
 =xfce-base/xfce4-panel-4.8
 hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
 libnotify? ( =x11-libs/libnotify-0.7 )
 lm_sensors? ( =sys-apps/lm_sensors-3.1.0 )
 video_cards_nvidia? ( media-video/nvidia-settings )
 
 I now seem to have both versions of nvidia-settings installed.
 
 How do I fix that please?



You don't have two versions of nvidia-settings.
You have one version of nvidia-drivers and one version of
nvidia-settings, and they don't have the same version number.

This is normal, nvidia-settings often runs behind nvidia-drivers. They
do not seem to get updated at the same time (unless driver changes
require it be done of course)


-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] services not starting since move to amd64

2007-12-06 Thread Stefan G. Weichinger

Greets, gentoo-users,

as soem of you might remember I only recently migrated my system to
amd64 (fresh install).

I don't exactly know if there is a relation to this move but since then
I have the problem that some services simply don't start when the system
boots.

For example xinetd, sshd and smartd don't start, they get started and
show their green OK-message but aren't running afterwards.

I checked rc-config list:

sshd  default
[...]
xinetddefault

I removed and re-added the services

# rc-config delete sshd default
Deleting sshd from following runlevels
  default   [done]
# rc-config add sshd default
Adding sshd to following runlevels
  default   [done]

looks fine but doesn't start at next boot. Or more exactly: It seems to
get started, but doesn't run then.

If it was only one of the services I would consider a misconfiguration
in its configfiles somewhere, but I see this for several services:

cpufreqd, distccd, hddtemp, iscsid, . smartd, sshd, 

Could anyone point me to what to do to solve this?

Thanks a lot, Stefan

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] eix garbage in portage?!

2007-03-17 Thread Mick

Hi All,

This is what I'm getting after running eix-update:
=
total size is 158797527  speedup is 17.39


Updating Portage cache:  100%

* Copying old /var/cache/eix cache to /var/cache/eix.previous
* Running update-eix
Reading Portage settings ..
Building database (/var/cache/eix) ..
[0] /usr/portage/ (cache: metadata)
Reading 052%Garbage at end of version string: _p20070129
053%Garbage at end of version string: _p3234
Garbage at end of version string: _p3234055%Garbage at end of
version string: _p20070310100%
[1] /usr/local/portage (cache: none)
Reading 100%
Applying masks ..
Database contains 11539 packages in 149 categories.
Diffing databases (11532 - 11539 packages)
[]  == app-accessibility/speechd (0.56-r1 - 0.56-r2): Implements
/dev/speech (any text written to /dev/speech will be spoken aloud)
[]  == app-admin/hddtemp (0.3_beta13 - 0.3_beta15-r1): A simple
utility to read the temperature of SMART capable hard drives
=

What caused this - how do I fix it?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel heat warnings at low temps

2007-06-25 Thread Alex Schuster
[EMAIL PROTECTED] writes:

 I get warnings like these:

   Message from [EMAIL PROTECTED] at Mon Jun 25 16:06:35 2007 ...
   reader kernel: CPU0: Temperature above threshold

   Message from [EMAIL PROTECTED] at Mon Jun 25 16:06:35 2007 ...
   reader kernel: CPU0: Running in modulated clock mode


 When these warnings occur the hard drive temps are low.  hddtemp shows
 them at 33c (91.4 f).

 Kind of hard to imagine the cpu overheating when hdd's are so low.

What has the hdd temp to do with cpu tmeprature?

 How can I discover the cpu temperature?  And where is the `threshold'
 set?

Reboot quickly (Alt-SysRq-S, Alt-SysRq-U, Alt-SysRq-B to do this really fast 
when the Magic SysRq feature is build into the kernel) and check the 
temperature in the BIOS.

To monitor it with Linux runing, emerge sys-apps/lm_sensors. A howto like 
http://gentoo-wiki.com/HARDWARE_Sensors might be of help when configuring.

Alex
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: kernel heat warnings at low temps

2007-06-26 Thread reader
Alex Schuster [EMAIL PROTECTED] writes:

[...]

 What has the hdd temp to do with cpu tmeprature?

[...]

 hddtemp and cputemp are completly and totally unrelated.

[...]

First ... thanks for the other tips..

I think you fellows may have this a bit wrong.  I have three video
editing desktops all running win xp.  On them I use a piece of
software called `Hardware sensors monitor' or Hmonitor.

I've noticed over time (mnths) that when the cpu gets hot, the hdd are
also at elevated temps.  Maybe not critical but well above where the
run normally.

This is on three different midtower boxes, so I have surmized that
although the heating of cpu may not be related mechanically to hdd
temp, in fact they rise and fall together due probably to close
proximity and being contained in same box.

I realize this is not a definitive experiment but for my uses it does
work like that.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: memtest fails, but is it the RAM?

2007-07-05 Thread James
Iain Buchanan iain at pcorp.com.au writes:


 I've swapped the sticks around, used either by themselves, tried
 different slots, - everything except completely different RAM.

hello Iain,

Not sure this is useful, but, if you can get the system to boot, you
and look more closely at the memory specifics with the 'lshw' command.
Then if you can find the mobo book, look at the published memory 
requirements and go into the
bios, and look at the bios settings for something out of the ordinary.
If you can, swap the memory with another know good system for a few days
Something might show up as a problem

 (Ultimately, I'm trying to diagnose a random reboot problem, which makes
 me suspicious of the memory, but I'm not sure)

I always look at the temperature as the mobo makes it available,
or checking the temperature of the hard drive with 'hddtemp /dev/drive'
Often power supplies will run ok can then glitch causing a
reboot. It cannot hurt to swap the power supply to see if that 
fixes the random reboots


hth,

James



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Hardwarespec

2006-05-20 Thread Nagatoro
Nicolas MASSÉ wrote:
 On Friday 19 May 2006 12:59, Nagatoro wrote:
 Case:   Antec Sonata II 450W
 
 I have this case and it is a really good product !

Quiet one?

 Board:  Gigabyte GA-K8NF-9
 CPU:AMD S939 4200+ Dual Core
 Memory: 2GB DDR400
 
 Simple question: did you check the compatibility of the memory with the 
 motherboard ? For example, with my Asus A8N-E, I can't use any memory : the 
 compatibility table is on the manual of the mother board.

Not really, this is what my local dealer suggested, and the specs from
the respective webpages seem to fit.

 
 Another question: two sticks or just one ?
 
 HD: 200GB SATA-II (Maxtor Plus10)

One, atleast for now (the old one got another 200GB drive that will be
added)

 Have this one, too. Don't forget to install smartd and hddtemp because 
 the 
 maxtor drives seem to be hot (40°C while idle).

Think I'll run it with all monitoring on for awhile when I get it, to
see if anything needs to be changed.

Thanks!

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] FW: cluster health monitoring

2006-10-23 Thread de Almeida, Valmor F.

Hello list,

I thought this question would also make sense here.

Thanks for any inputs.

--
Valmor

 -Original Message-
 From: de Almeida, Valmor F.
 Sent: Monday, October 23, 2006 1:39 PM
 To: 'gentoo-cluster@gentoo.org'
 Subject: cluster health monitoring
 
 
 Hello list,
 
 I am looking for a health monitoring software for a gentoo cluster.
Any
 inputs from personal experiences would be valuable.
 
 Lately I had an air conditioning failure over the weekend in my
cluster
 room and the temperature went up to 95F for a couple of days; wonder
what
 was the temperature inside the nodes... I have hddtemp installed and I
was
 thinking about writing a python script to send me e-mails when the hdd
 temperature is over 100F. Before I do that, I wonder what is already
 available for monitoring the system's health.
 
 Thanks in advance.
 
 --
 Valmor


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LVM and LABELS in fstab

2011-11-20 Thread Dale

James Wall wrote:

On Thu, Nov 17, 2011 at 11:18 PM, Dalerdalek1...@gmail.com  wrote:

Is there a way to make this work?  I googled but I couldn't find anything on
this one.  Well, a few worthless hits that just happen to have the words on
the same page for some reason.

Look for /dev/dm-0 to monitor your lvm partition. that is what I use
to monitor my LVM /, swap, and /home partitions in the monitor setup.

Dale

:-)  :-)




I don't see that option here.  All I have is sd* and sr0.  Also 
composite for all drives.


[ebuild   R] app-admin/gkrellm-2.3.5  USE=X hddtemp nls ssl -gnutls 
-lm_sensors -ntlm


Your flags look something like mine?

Dale

:-)  :-)

--
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




Re: [gentoo-user] Copying root to SSD in one go...a good idea...or?

2020-04-05 Thread Dale
Neil Bothwick wrote:
> On Sun, 5 Apr 2020 13:08:08 -0500, Dale wrote:
>
>> If you are using rsync or cp -u you could start the copy then stop at it
>> certain points to let the SSD cool, then start it again.  It will
>> basically pick up where it left off.
> Don't use cp -u, if you interrupt it while a file is being copied, that
> file will remain incomplete as it will have a newer timestamp than the
> original. rsync won't have this problem.
>
> I agree with the other comments that this is unlikely to cause a problem,
> but you could run hddtemp or smartctl with watch to keep an eye on the
> temperature during the copy.
>
>


Ahh, I've used dp -u in the past but never interrupted it.  Before I
started using rsync, I used that but it was run once until done and then
ran again on the next backup.  Good info to know tho.  That could cause
"issues".  :/

I've used the watch command but don't quite get it yet.  With the
command below, how would watch be added to that to make it update every
set number of seconds, say 10 seconds or so?

smartctl -a /dev/sdd | grep Temp

Thanks.

Dale

:-)  :-) 



Re: [gentoo-user] Disable fcron logging

2010-08-22 Thread Alex Schuster
Stroller writes:

 On 21 Aug 2010, at 14:25, Alex Schuster wrote:
  ...
  I want to monitor the power status of my hard drives, so I wrote a
  little
  script that gives me this output:
  
  sda: standby
  sdb: standby
  sdc: active/idle 32°C
  sdd: active/idle 37°C
  
  This script is called every minute via an fcron entry, output goes
  into a log file, and I use the file monitor plasmoid to watch this log
  file in KDE.
  
  It's working fine, but  also monitor my syslog in another file
  monitor plamoid, and now I get lots of these entries:
  
  Aug 21 14:21:06 [fcron] pam_unix(fcron:session): session opened for
  user root by (uid=0)
  Aug 21 14:21:06 [fcron] Job /usr/local/sbin/hdstate  /var/log/
  hdstate started for user root (pid 24483)
  Aug 21 14:21:08 [fcron] Job /usr/local/sbin/hdstate  /var/log/
  hdstate completed
  Aug 21 14:21:08 [fcron] pam_unix(fcron:session): session closed for
  user root
 
 #!/bin/bash
 while true
 do
for drive in a b c d
do
   /usr/sbin/smartctl /dev/sd$drive --whatever  /var/log/hdstate
done
 sleep 60
 done

I use hdparm and hddtemp:

for hd in sda sdb sdc sdd
do
str=$( /sbin/hdparm -C /dev/$hd )
state=${str##*is:  }
if [[ $state == active/idle ]]  [[ $hd =~ sd[c] ]]
then
temp=$( /usr/sbin/hddtemp -q /dev/$hd )
temp=${temp% or *}
temp=${temp##* }
else
temp=
fi
echo $hd: $state $temp
done

Unfortunately, reading the temperature makes a drive in standby spin up, 
and prevents automatic spindown after a while of idle time. So now I ask 
for the temperature only on my system drive, the others should sleep most 
of the time anyway.


 I would personally update more often than this, and my concern would
 be that if the process fails then your plasmoid isn't showing the
 correct data.
 
 I presume this is the same with your current setup: if cron dies then
 the current temperature will not be read to file, and the plasmoid
 will continue reading the last lines in /var/log/hdstate - the drive
 can overheat without you knowing about it.

Nah, it's really not that important for me. I show the temperature just 
for the fun of it, and for extreme temperatures I have smartd running, see 
below.
I'm more interested in the active/standby state. I just added two old 
additonal IDE drives for additional backups, and I want them to be silent 
most of the time. So I wrote a little script to show the status so I see 
when they spin up again (and they do this sometimes), and used fcron to 
get the data into a log file that the plasmoids shows.

The problem with cron is that I get those cron logs I do not like, and 
that the update time of 60 seconds is a little long. Running the script in 
a loop, started in .kde4/Autostart, would be better, but as a user I have 
no permission to call hdparm or hdtemp. I do not want to be part of the 
disk group, and when using sudo I would get the logs by sudo I wanted to 
avoid. So now I SUID'ed hdparm and hddtemp, changed the group to wheel and 
disabled execution for others. cron problem not solved, but workarounded.


 So I would expect there to be a better plasmid for this task. I'm
 completely unfamiliar with plasmids, but what you really want is a
 plasmid that itself runs a script and displays the stdout on your
 screen. That way if there's no data, or an error, then _you see that
 in the plasmid_, instead of silently ignoring it (as you may be at
 present).
 
 The easiest (but dumb) way to handle this is to add the date to your
 plasmid's display so that at least you can see that something's wrong
 if it doesn't match the clock. A better way is not to have to watch a
 status monitor at all, and just have a script running that emails you
 if the temperature is above a specified range.

I have smartd running, which should send me mails about such things. For 
each drive, I have a line like this in /etc/smartd.conf:

/dev/sdc -a -n standby -o on -S on -W 5,40,45 \
 -s (S/../.././12|L/../../06/06) -m r...@wonkology.org

This does some regular health checks on the drive, when it is not in 
standby mode. Temperature changes of more than 5 degrees and temperatures 
of 40 degrees or more are logged. I will receive an email when the 
temperature reaches 45 degrees, or when it reaches a new maximum. The 
maximum values are preserved across boot cycles (option -S). Every day at 
12:00, a short self test is scheduled, and a long self test each sunday on 
06:00.

Wonko



[gentoo-user] advice on transitioning from package.use file to package.use directory

2015-08-31 Thread Alexander Kapshuk
Having read the email exchange on the possibility of using
'package.use' as a directory, I thought I would give that a try.

Here is what I have attempted so far.

cd /etc/portage
mv package.use package.use.COPY
mkdir package.use
cd package.use
awk -F'[/\t ]+' '{printf("echo \047%s\047 >> ", $0); sub("-[0-9]+.*",
"", $2); print $2}' ../package.use.COPY

NOTE; the awk output just generates the command lines for the shell to
run. If the output is acceptable, it should be piped through to the
shell.

Here is the contents of the original 'package.use' file:

cat package.use
=dev-lang/python-2.7.9-r1 sqlite
>=dev-ruby/json-1.8.2-r1 ruby_targets_ruby21
>=dev-ruby/racc-1.4.11 ruby_targets_ruby21
>=dev-ruby/rake-0.9.6-r1 ruby_targets_ruby21
>=dev-ruby/rdoc-4.0.1-r2 ruby_targets_ruby21
>=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21
>=media-libs/harfbuzz-0.9.38 icu
>=media-video/ffmpeg-2.6.3 theora
>=sys-libs/zlib-1.2.8-r1 minizip
>=virtual/rubygems-10 ruby_targets_ruby21
gnome-base/gvfs -http gphoto2 mtp
media-video/vlc a52 aac bidi cdda cdio dts dvd flac freetype gnutls
httpd libass live lua mad matroska mpeg ogg oggvorbis qt4 stream svga
theora vcd vlm wxwindows xv
net-print/hplip scanner qt4
sys-apps/busybox -pam
sys-devel/gcc objc
sys-process/cronie anacron
x11-base/xorg-server udev
xfce-extra/xfce4-power-manager -udisks
xfce-extra/xfce4-sensors-plugin hddtemp lm_sensors

NOTE: There are two entries for 'rubygems' there.

Here is the awk script output:

echo '=dev-lang/python-2.7.9-r1 sqlite' >> python
echo '>=dev-ruby/json-1.8.2-r1 ruby_targets_ruby21' >> json
echo '>=dev-ruby/racc-1.4.11 ruby_targets_ruby21' >> racc
echo '>=dev-ruby/rake-0.9.6-r1 ruby_targets_ruby21' >> rake
echo '>=dev-ruby/rdoc-4.0.1-r2 ruby_targets_ruby21' >> rdoc
echo '>=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21' >> rubygems
echo '>=media-libs/harfbuzz-0.9.38 icu' >> harfbuzz
echo '>=media-video/ffmpeg-2.6.3 theora' >> ffmpeg
echo '>=sys-libs/zlib-1.2.8-r1 minizip' >> zlib
echo '>=virtual/rubygems-10 ruby_targets_ruby21' >> rubygems
echo 'gnome-base/gvfs -http gphoto2 mtp' >> gvfs
echo 'media-video/vlc a52 aac bidi cdda cdio dts dvd flac freetype
gnutls httpd libass live lua mad matroska mpeg ogg oggvorbis qt4
stream svga theora vcd vlm wxwindows xv' >> vlc
echo 'net-print/hplip scanner qt4' >> hplip
echo 'sys-apps/busybox -pam' >> busybox
echo 'sys-devel/gcc objc' >> gcc
echo 'sys-process/cronie anacron' >> cronie
echo 'x11-base/xorg-server udev' >> xorg-server
echo 'xfce-extra/xfce4-power-manager -udisks' >> xfce4-power-manager
echo 'xfce-extra/xfce4-sensors-plugin hddtemp lm_sensors' >>
xfce4-sensors-plugin

The two 'rubygems' entries I had in the original 'package.use' file
went into a single 'rubygems' file:

cat rubygems
>=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21
>=virtual/rubygems-10 ruby_targets_ruby21

Is this format acceptable? Or should I have used two separate files,
one for 'dev-lang/rubygems', and another for 'virtual/rubygems'?

I have run 'emerge -auUND @world' since the transition, which voiced
no complaints so far.

The list's input would be appreciated.



RE: [gentoo-user] services not starting since move to amd64

2007-12-07 Thread Marzan, Richard non Unisys
 -Original Message-
 From: Stefan G. Weichinger [mailto:[EMAIL PROTECTED]
 Sent: Friday, December 07, 2007 1:21 AM
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] services not starting since move to amd64
 
 
 Greets, gentoo-users,
 
 as soem of you might remember I only recently migrated my system to
 amd64 (fresh install).
 
 I don't exactly know if there is a relation to this move but since
then
 I have the problem that some services simply don't start when the
system
 boots.
 
 For example xinetd, sshd and smartd don't start, they get started and
 show their green OK-message but aren't running afterwards.
 
 I checked rc-config list:
 
 sshd  default
 [...]
 xinetddefault
 
 I removed and re-added the services
 
 # rc-config delete sshd default
 Deleting sshd from following runlevels
   default   [done]
 # rc-config add sshd default
 Adding sshd to following runlevels
   default   [done]
 
 looks fine but doesn't start at next boot. Or more exactly: It seems
to
 get started, but doesn't run then.
 
 If it was only one of the services I would consider a misconfiguration
 in its configfiles somewhere, but I see this for several services:
 
 cpufreqd, distccd, hddtemp, iscsid, . smartd, sshd, 
 
 Could anyone point me to what to do to solve this?
 
 Thanks a lot, Stefan
 
 --
 [EMAIL PROTECTED] mailing list



This might or might not be an issue related to your kernel
configuration. There is an option in the kernel to allow IA32
executables to run under the AMD64 platform. I don't know the particular
name of this option in the .config file but, nonetheless, it should be
listed as an option in the kernel configuration. I doubt this will solve
it but give it a try. Also, see if you can run other 32-bit Apps. If
they run than it's most likely not going to be solved by my suggestion
but it would still be a good idea to enable that feature in the kernel
for practical reasons.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: kernel heat warnings at low temps

2007-06-26 Thread James Ausmus

On 6/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Alex Schuster [EMAIL PROTECTED] writes:

[...]

 What has the hdd temp to do with cpu tmeprature?

[...]

 hddtemp and cputemp are completly and totally unrelated.

[...]

First ... thanks for the other tips..

I think you fellows may have this a bit wrong.  I have three video
editing desktops all running win xp.  On them I use a piece of
software called `Hardware sensors monitor' or Hmonitor.

I've noticed over time (mnths) that when the cpu gets hot, the hdd are
also at elevated temps.  Maybe not critical but well above where the
run normally.

This is on three different midtower boxes, so I have surmized that
although the heating of cpu may not be related mechanically to hdd
temp, in fact they rise and fall together due probably to close
proximity and being contained in same box.

I realize this is not a definitive experiment but for my uses it does
work like that.


Just as a note on a possible explanation for your observations in your
Windows boxes:

Most likely (CMIIW), when you notice the CPU and HDD temps rise, you
are actively doing video editing - a CPU and memory *and* hard drive
intensive task. When hard drives are driven hard, they heat up. When
CPU's are driven hard, they heat up. If the computers main
functionality is a task that tends to drive hard both the CPU and
the hard drive, then yes, you will see a correspondence in the CPU/HDD
temperature patterns. However, this does not mean that you *cannot*
drive the CPU hard without driving the HDD hard, and vice versa - just
because the are both being driven hard when you do video editing does
not mean that they are inextricably linked to each other in workload
and temperature profile.

What operations are being performed on your Gentoo box when you see
these CPU temperature warnings?

-James




--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Hardwarespec

2006-05-20 Thread Nicolas MASSÉ
On Friday 19 May 2006 12:59, Nagatoro wrote:
 Hi,

Hi,

 I found to my horror that my main workstation is no more...
 So before I spend way to much money on a new one I would like to know
 what you think of this:

 Case:   Antec Sonata II 450W

I have this case and it is a really good product !

 Board:  Gigabyte GA-K8NF-9
 CPU:AMD S939 4200+ Dual Core
 Memory: 2GB DDR400

Simple question: did you check the compatibility of the memory with the 
motherboard ? For example, with my Asus A8N-E, I can't use any memory : the 
compatibility table is on the manual of the mother board.

Another question: two sticks or just one ?

 HD: 200GB SATA-II (Maxtor Plus10)

Have this one, too. Don't forget to install smartd and hddtemp because the 
maxtor drives seem to be hot (40°C while idle).

 Graphics:   MSI PCIE 7800GT 256MB

 Anything that I should avoid/change?

 Thanks in advance!
 --
 Naga

-- 
Nicolas MASSÉ
Pour récupérer ma clef GPG:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 0x2A18C433
Key fingerprint: 6621 FC23 5DC7 54BA B952 316A 50B1 BC3F 2A18 C433


pgpLJSZirNBd2.pgp
Description: PGP signature


Re: [gentoo-user] FW: cluster health monitoring

2006-10-24 Thread Hans-Gunther Borrmann
On Monday 23 October 2006 22:08, de Almeida, Valmor F. wrote:
 Hello list,

 I thought this question would also make sense here.

 Thanks for any inputs.

 --
 Valmor

  -Original Message-
  From: de Almeida, Valmor F.
  Sent: Monday, October 23, 2006 1:39 PM
  To: 'gentoo-cluster@gentoo.org'
  Subject: cluster health monitoring
 
 
  Hello list,
 
  I am looking for a health monitoring software for a gentoo cluster.

 Any

  inputs from personal experiences would be valuable.
 
  Lately I had an air conditioning failure over the weekend in my

 cluster

  room and the temperature went up to 95F for a couple of days; wonder

 what

  was the temperature inside the nodes... I have hddtemp installed and I

 was

  thinking about writing a python script to send me e-mails when the hdd
  temperature is over 100F. Before I do that, I wonder what is already
  available for monitoring the system's health.
 
  Thanks in advance.
 
  --
  Valmor

one option is nagios.

Gunther
-- 

Hans-Gunther Borrmann [EMAIL PROTECTED]
Rechenzentrum der Universitaet Freiburg
Hermann-Herder-Str. 10, D79104 FREIBURG
Tel.: +49 761/203-4652
Fax:  +49 761/203-4643
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] glib with nptl

2005-09-14 Thread Jorge Almeida

On Tue, 13 Sep 2005, Richard Fish wrote:


If so, I suspect hardware problems:

1. Dirty/bad CPU fan.  Try blowing out your system.

2. Bad memory.  In addition to memtest86, there was another (and better) 
memory test script discussed on this list some weeks ago.  Search the 
archives, or maybe someone else can provide a link.


3. Bad power supply.


Also, assuming that you have ACPI thermal zone support in your kernel, you 
might want to monitor the processor temperature with:


while sleep 1 ; do cat /proc/acpi/thermal_zone/THRM/temperature; done


Richard,

Thanks a lot for your suggestions.  I suspect memory problems, due to
the output of equery depends and the output of emerge mozilla.  I
downloaded a binary of gcc-3.3.4 and managed to compile mozilla with it
(but still no joy with equery). Then I compiled gcc-3.3.6 and tried
again with gcc-3.3.6.  Failure again. 
I rebooted. Mistake! We're talking about a remote computer, and I lost

contact (won't be able to go there for a week or so). Kernel panic,
maybe. Since I didn't touch kernel nor grub, everything points to hw
failure. The computer is less than 1 year old :( 
I usually monitor the hd's temperature with hddtemp (always very good

temperature) but never did anything of the kind with other hardware
components, being unable to find my way through lmsensors documentation.
I'll try your script when (or if) this mess gets cleaned up.

Regards,

Jorge
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Only two people in the gentoo world is having this problem?

2010-03-11 Thread Damian
Hi Mark,

 1) What profile are you using? (eselect profile list)
default/linux/amd64/10.0
 2) USE flags from make.conf
nls -kde -qt3 qt4 dvd alsa cdr X a52 aac acpi apm -arts \
bash-completion bzip2 crypt dbus dts dvdr ffmpeg flac gif hal hddtemp \
iconv jpeg jpeg2k latex libnotify lm_sensors mad mp3 mpeg mpi mplayer \
nsplugin ogg opengl pdf raw sdl sharedmem sockets spell sse2 ssl svg \
svga taglib threads usb -vim-syntax vorbis wifi win32codecs \
xcomposite xvid zlib truetype type1 avi dvdread mjpeg subtitles sse \
mmx ssse3 emacs pmu nvidia beagle bluetooth

 3) Current results of emerge -pvDuN @world  (assuming portage 2.2 or 
 higher...)
Sadly, I cannot use emerge on my system. The problem may be paludis
related (I also asked in the paludis mailing liist) but I doubt it.

 4) results of revdep-rebuild -ip
reconcilio finds gvfs as a broken only package:
  * gnome-base/gvfs-1.2.3::installed
  /usr/libexec/gvfsd-archive (requires liblzmadec.so.0)


 I don't know what else to suggest at this point. I've got the stable
 version emerged. I haven't had any problems myself but Gentoo is
 always a bit different from user to user.
No problem, I will see what other things I can try. I'm far from being
a gentoo expert, so that might be the process of discovering the error
harder.

Best,
Damian.



Re: [gentoo-user] Re: emerge --keep-going but it doesn't

2010-05-27 Thread Dale

walt wrote:

On 05/27/2010 02:42 AM, Dale wrote:

Hi folks.

I'm doing a fresh install onto another hard drive. Just felt like 
doing a fresh
one instead of copying. Anyway, I got most everything installed. I 
was doing my
last set of installs, things like seamonkey, firefox, pigdin, gtkam 
and all the
 other programs I use for this and that. I did copy my old make.conf 
over from the

 old install. I have the --keep-going option in there.

Hm. Does it work if you use the --keep-going option on the command 
line instead

of in make.conf?




I haven't tried that.  Your suggestion made me think of something to 
look at tho.  I checked the logs since it records what is being done and 
the options.  I noticed this:


1274924669:  *** emerge --with-bdeps --ask --verbose --buildpkg 
seamonkey gkrellm hddtemp kbackup k3b tkdvd myspell-en screen uptimed 
scribus autounmask elogv elogviewer flagedit mirrorselect pfl porthole 
gimp gtkam hugin alsamixergui avidemux smplayer iftop nettop traceroute 
wireshark pppconfig wvdial iptables pidgin ntp whois hplip 
http-replicator googleearth hdparm hwinfo lshw smartmontools dosfstools 
shake sys-power/nut htop iotop lsof links mozilla-firefox adobe-flash 
gecko-mediaplayer mesa-progs gkrellm-themes

1274924866:  emerge (1 of 137) sys-fs/sysfsutils-2.1.0 to /

So, emerge picks up on the others but not that one.  I then moved it 
from one section in make.conf and put it in the other.  Now it sees the 
option.  I guess it was in the wrong place.  For the record, I had it in 
FEATURES and moved it to the EMERGE_DEFAULT_OPTS.  I guess the last one 
is where it is supposed to be.  I may have copied it to the wrong place 
since portage would never move things in make.conf.  I need better 
glasses.  lol  Funny that emerge didn't print a error tho.


Thanks for shining a light in the dark tunnel.

Dale

:-)  :-)



Re: [gentoo-user] Disable fcron logging

2010-08-23 Thread Alex Schuster
Stroller writes:

 On 22 Aug 2010, at 22:39, Alex Schuster wrote:
 Stroller writes:

 The script with which you reply is missing the sleep 60 loop.

 No, it's only the script that outputs the drive's state. It's called  
 by ~/.kde4/Autostart/hdstate:

 #!/bin/bash

 while :
 do
/usr/local/sbin/hdstate  ~/log/hdstate.log
sleep 10
 done
 
 You wrote to the list telling us that you were running a script from  
 cron every minute, and that this was causing your log file to fill up  
 with messages from cron.
 
 That is what I replied to.

Yes, I know. You had the good idea of simply putting the script into a
loop, and I actually followed your advice by now. When I posted my first
script in response to yours, I just wanted to show how I got the
relevant information in a more convenient format, using hdparm and
hddtemp, than using the direct output of smartctl. Just in case someone
else also likes this. Of yourse the outer loop was missing, but I did
not bother to add this trivial addition just for the posting here. It's
just the script I was already using in cron. And later in the posting I
mentioned that the script itself should be run in a loop instead of
cron, also because I could decrease the update interval.

Sorry, I probably should have made clear that the original question was
sort of solved.

 Please do not move the goalposts halfway through the thread, and make  
 it about something else unrelated. That is the perfect way to annoy  
 people who are trying to help you.

I'm sorry about this, I did not mean to annoy anyone. But I still do not 
really seewhat the problem is. You had the idea to do this without cron, 
and so I did. Well, I forgot a 'thank you' for the loop idea, this is 
true. Sorry again. Your ideas were appreciated as always.

Wonko



Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread Dale

pk wrote:

On 2011-10-02 10:44, Dale wrote:


How's that for a USE line?  What does it look like if there is a USE

Hm... this doesn't really answer the original question but I like to put
my USE flags (in make.conf) in a list (alphabetized [using sort]) like this:

USE=
3dnow
3dnowext
a52
aac
-accessibility
acl
acpi
...


To me, that's easier to maintain and get an overview of...

Best regards

Peter K




Well, I used esue or something and my make.conf USE line now looks like 
this:


USE=3dnow 3dnowext X a52 acpi alsa aml apng automount avahi \
 bash-completion bzip2 cddb cdr chroot cleartype clucene corefonts 
cups \

 curl dbus declarative dri dvd dvdr embedded escreen esd exif \
 ffmpeg fortran gif gimp gkrellm gnutls gphoto2 gtk hbci hddtemp \
 ipv6 java javascript jbig jpeg2k justify kde libwww \
 logrotate loop-aes mdnsresponder-compat melt mmx mmxext mng mp3 \
 mplayer mysql nls nsplugin nvidia offensive ofx opengl parport pdf \
 policykit ppds ppp qt3support qt4 sasl seamonkey \
 semantic-desktop sift smp sse sse2 sse4a syslog tcl threads tiff tk \
 truetype type1 udev usb vcd webkit wma wmf yahoo zeroconf -acl \
 -bluetooth -branding -crypt -doc -dts -eds -fftw -gcj -gnome \
 -jabber -jingle -ldap -musepack -openldap -oss -otr -sqlite \
 -sqlite3 -theora -v41 -xulrunner

So, I guess you put the \ on the end and indent the next line and it 
sees it as one line.


I might also add that mine was in alphabetical order BEFORE I used euse 
or whatever that was that did the chicken scratch up there.


Want to try it?

Dale

:-)  :-)



[gentoo-user] Re: Advice on system monitoring

2011-12-05 Thread James
Michael Mol mikemol at gmail.com writes:


 Let's start with that dual-xeon box I was using to benchmark emerge
 -e @world, figure I'm looking for how better to tune my MAKEOPTS and
 EMERGE_DEFAULT_OPTS variables, and assume I'd like to get more
 information about the following factors:

Complex and never finished, imho.


 * What was the 1m, 5m 15m load averages?
 * What were the similar averages for CPU spent in user time, system
 time and I/O wait?

sys-process/iotop

 * What was network usage like? (I have a caching proxy server on the
 network

Lots of different tools to look at network performance:

wireshark,  (look around /usr/portage/net-analyzer)


 so even if distfiles are lost on-system, well, a cache hit
 transfers at up to around 50MB/s. It'd be better, except for read
 performance limitations on the router box, and write performance
 limitations on the local machine)


bonnie++ (or bonnie)


 * What was the temperature of each CPU core, RAM module and hard
 drive? (Not so relevant for improving system performance, but still of
 interest.)

app-admin/hddtemp (for drives)

dunno on individual cpu cores...

 I'd like to have a web interface I could navigate to which would show
 graphs of these counters.


Now all of that in one gui tool?  Do post back when you get it working,
as I'd like to use it too!

hth,
James






Re: [gentoo-user] Re: {OT} Need a new server

2013-09-14 Thread Michael Hampicke
Am 14.09.2013 11:29, schrieb Grant:
 It's time to switch hosts.  I'm looking at the following:

 Dual Xeon E5-2690
 32GB RAM
 4x SSD RAID10

 If I make this 6x SSD RAID10 with redundant power supplies, what is my
 weakest link as far as hardware?  If a CPU craps out, will the system
 keep running?

 Your weakest link is not having redundant power feeds. Two PSUs doesn't
 help much when they both draw power from the same place :-)
 
 At Soft Layer redundant power supplies are actually powered by
 redundant power feeds.
 
 Second is inadequate cooling in the data centre
 
 Easy to monitor though.
 

True, it's easy to monitor. But that does not help you in case of
cooling. I had that case once a few years back in july. Air condition
_and_ backup air condition fell out in the offsite data center where we
had some server.

I still have the munin image from that day. Almost 70° c hot hard drives
are not a pretty sight :-)

And there's nothing you can do, except shutting down the server and wait
until the refrigeration engineers have fixed the air conditioning.
attachment: hddtemp-day.png

signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: Installing gentoo - First emerge

2014-03-07 Thread eroen
 USE=-cups bindist fontconfig X a52 aac acpi avx avx2 asf x264
 bash-completion -bluetooth branding bzip2 java -cairo crypt curl doc
 -emacs exif ffmpeg ftp gimp gif gpm gzip hddtemp -ipv6 -kde -gnome
 -gnome-keyring -emacs -gtk -qt3 -gt4 -qt5 fat ntfs opengl truetype
 xorg jack jpeg jpeg2k matroska nmap mmx mp3 mp4 mpeg xv xcomposite
 multilib png pdf spell ssh posix pulseaudio rss sse sse2 sse3 sse4_1
 ssl systemd svg threads tiff -xemacs -zsh-completion

You will want to reconsider your enabling of bindist and doc.

bindist is enabled by default in stage3 tarballs due to a bug [1] in
catalyst. It is known to cause numerous issues, and is not useful for
end-user systems.

doc generally enables generation of documentation end-users will not
require, like developer docs and complete project websites for offline
reference. If you find yourself requiring documentation for a specific
package, you are better off enabling the doc useflag for that specific
package in /etc/portage/package.use . Doc generation pulls in many
otherwise unneccesary dependencies in order to generate the
documentation, and is known to cause many circular dependencies due to
eg. documentation generating software needing itself to generate its own
documentation.

A general piece of advice:  You might not want to set a long string of
USE flags globally immediately in your first install, rather pick a
profile and adjust flags when/if the defaults don't suit you. Always
use '-a' with emerge to review the use flags on packages to be
installed.

1: https://bugs.gentoo.org/473332

-- 
eroen


signature.asc
Description: PGP signature


Re: [gentoo-user] [OT] HD running temperatures

2006-05-21 Thread Dave Jones
Mark Kirkwood wrote on 21/05/06 07:30:
 On May 20, 2006, at 7:56 PM, Dave Jones wrote:
 I've implemented the hddtemp service, and see that my HDs, one an IBM
 120GB, the other a Hitachi 120GB disk, run a steady 46 and 49 degrees C.

 When you touch them, does it feel about right.  While it is warm, it
 is not that warm that you couldn't make a guess if it was right or not
 and you shouldn't hurt yourself.  The reason I mention it is to have a
 second opinion if hddtemp is working correctly in your installation.

 I have not run hddtemp but have run some vendor utilities from hitachi
 and they gave bogus info back on HD temp

 The fact that both the IBM and Hitachi drives are recording similar
 temperatures suggests that hddtemp is probably reading them correctly.

 You could emerge smartmontools, and see if its temperature readings
 agree with hddtemp (they should).

--

I was told that Hitachi took over the manufacture of IBM HDs a few years
ago, and that IBM no longer deliver their own brand ATA HDs.   Can
anyone confirm if this is true?   When I ordered a second IBM HD to
match my original IBM 120 GB HD, I received a Hitachi disk instead.

Maybe the IBM disk temperature readings are bogus, like the Hitachi?

I've emerged smartmontools, the temperature readings it gives agree with
hddtemp.

smartmonctl -a /dev/hdb gives the results below, which looks bad to me.
 I'd guess that my Hitachi second HD is heading for the great /dev/null.

I don't have a thermometer in the house at the moment, but the HD's feel
warm, not terribly hot, certainly not too uncomfortable to touch.

Any recommendations for cool-running ATA HDs, preferably with a capacity
of around 250 GB?

Definitely backup time here though!

Cheers, Dave

(Please excuse the following long listing)

---


smartctl version 5.33 [i686-pc-linux-gnu] Copyright (C) 2002-4 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: IC35L120AVV207-0
Serial Number:VNVD03G4GDLX4P
Firmware Version: V24OA63A
User Capacity:123,522,416,640 bytes
Device is:In smartctl database [for details use: -P show]
ATA Version is:   6
ATA Standard is:  ATA/ATAPI-6 T13 1410D revision 3a
Local Time is:Sun May 21 18:13:13 2006 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection:
Disabled.
Self-test execution status:  (   0) The previous self-test routine
completed
without error or no self-test
has ever
been run.
Total time to complete Offline
data collection: (2855) seconds.
Offline data collection
capabilities:(0x1b) SMART execute Offline immediate.
Auto Offline data collection
on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
No Selective Self-test supported.
SMART capabilities:(0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability:(0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time:(   1) minutes.
Extended self-test routine
recommended polling time:(  48) minutes.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME  FLAG VALUE WORST THRESH TYPE
UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate 0x000b   095   095   060Pre-fail  Always
  -   589825
  2 Throughput_Performance  0x0005   100   100   050Pre-fail
Offline  -   0
  3 Spin_Up_Time0x0007   098   098   024Pre-fail  Always
  -   266 (Average 293)
  4 Start_Stop_Count0x0012   100   100   000Old_age   Always
  -   2310
  5 Reallocated_Sector_Ct   0x0033   100   100   005Pre-fail  Always
  -   1
  7 Seek_Error_Rate 0x000b   100   100   067Pre-fail  Always
  -   0
  8 Seek_Time_Performance   0x0005   100   100   020Pre-fail
Offline  -   0
  9 Power_On_Hours  0x0012   099   099   000

Re: [gentoo-user] advice on transitioning from package.use file to package.use directory

2015-08-31 Thread Todd Goodman
* Alexander Kapshuk <alexander.kaps...@gmail.com> [150831 15:35]:
> Having read the email exchange on the possibility of using
> 'package.use' as a directory, I thought I would give that a try.
> 
> Here is what I have attempted so far.
> 
> cd /etc/portage
> mv package.use package.use.COPY
> mkdir package.use
> cd package.use
> awk -F'[/\t ]+' '{printf("echo \047%s\047 >> ", $0); sub("-[0-9]+.*",
> "", $2); print $2}' ../package.use.COPY
> 
> NOTE; the awk output just generates the command lines for the shell to
> run. If the output is acceptable, it should be piped through to the
> shell.
> 
> Here is the contents of the original 'package.use' file:
> 
> cat package.use
> =dev-lang/python-2.7.9-r1 sqlite
> >=dev-ruby/json-1.8.2-r1 ruby_targets_ruby21
> >=dev-ruby/racc-1.4.11 ruby_targets_ruby21
> >=dev-ruby/rake-0.9.6-r1 ruby_targets_ruby21
> >=dev-ruby/rdoc-4.0.1-r2 ruby_targets_ruby21
> >=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21
> >=media-libs/harfbuzz-0.9.38 icu
> >=media-video/ffmpeg-2.6.3 theora
> >=sys-libs/zlib-1.2.8-r1 minizip
> >=virtual/rubygems-10 ruby_targets_ruby21
> gnome-base/gvfs -http gphoto2 mtp
> media-video/vlc a52 aac bidi cdda cdio dts dvd flac freetype gnutls
> httpd libass live lua mad matroska mpeg ogg oggvorbis qt4 stream svga
> theora vcd vlm wxwindows xv
> net-print/hplip scanner qt4
> sys-apps/busybox -pam
> sys-devel/gcc objc
> sys-process/cronie anacron
> x11-base/xorg-server udev
> xfce-extra/xfce4-power-manager -udisks
> xfce-extra/xfce4-sensors-plugin hddtemp lm_sensors
> 
> NOTE: There are two entries for 'rubygems' there.
> 
> Here is the awk script output:
> 
> echo '=dev-lang/python-2.7.9-r1 sqlite' >> python
> echo '>=dev-ruby/json-1.8.2-r1 ruby_targets_ruby21' >> json
> echo '>=dev-ruby/racc-1.4.11 ruby_targets_ruby21' >> racc
> echo '>=dev-ruby/rake-0.9.6-r1 ruby_targets_ruby21' >> rake
> echo '>=dev-ruby/rdoc-4.0.1-r2 ruby_targets_ruby21' >> rdoc
> echo '>=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21' >> rubygems
> echo '>=media-libs/harfbuzz-0.9.38 icu' >> harfbuzz
> echo '>=media-video/ffmpeg-2.6.3 theora' >> ffmpeg
> echo '>=sys-libs/zlib-1.2.8-r1 minizip' >> zlib
> echo '>=virtual/rubygems-10 ruby_targets_ruby21' >> rubygems
> echo 'gnome-base/gvfs -http gphoto2 mtp' >> gvfs
> echo 'media-video/vlc a52 aac bidi cdda cdio dts dvd flac freetype
> gnutls httpd libass live lua mad matroska mpeg ogg oggvorbis qt4
> stream svga theora vcd vlm wxwindows xv' >> vlc
> echo 'net-print/hplip scanner qt4' >> hplip
> echo 'sys-apps/busybox -pam' >> busybox
> echo 'sys-devel/gcc objc' >> gcc
> echo 'sys-process/cronie anacron' >> cronie
> echo 'x11-base/xorg-server udev' >> xorg-server
> echo 'xfce-extra/xfce4-power-manager -udisks' >> xfce4-power-manager
> echo 'xfce-extra/xfce4-sensors-plugin hddtemp lm_sensors' >>
> xfce4-sensors-plugin
> 
> The two 'rubygems' entries I had in the original 'package.use' file
> went into a single 'rubygems' file:
> 
> cat rubygems
> >=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21
> >=virtual/rubygems-10 ruby_targets_ruby21
> 
> Is this format acceptable? Or should I have used two separate files,
> one for 'dev-lang/rubygems', and another for 'virtual/rubygems'?
> 
> I have run 'emerge -auUND @world' since the transition, which voiced
> no complaints so far.
> 
> The list's input would be appreciated.

Those should all be fine.  I tend to make a file per package but I think
you could have just moved your original package.use into the
/etc/portage/package.use directory and everything would be fine (aside
from you not gaining any benefit from separate files.)

Todd



Re: [gentoo-user] advice on transitioning from package.use file to package.use directory

2015-08-31 Thread Alexander Kapshuk
On Mon, Aug 31, 2015 at 11:00 PM, Todd Goodman <t...@bonedaddy.net> wrote:
> * Alexander Kapshuk <alexander.kaps...@gmail.com> [150831 15:35]:
>> Having read the email exchange on the possibility of using
>> 'package.use' as a directory, I thought I would give that a try.
>>
>> Here is what I have attempted so far.
>>
>> cd /etc/portage
>> mv package.use package.use.COPY
>> mkdir package.use
>> cd package.use
>> awk -F'[/\t ]+' '{printf("echo \047%s\047 >> ", $0); sub("-[0-9]+.*",
>> "", $2); print $2}' ../package.use.COPY
>>
>> NOTE; the awk output just generates the command lines for the shell to
>> run. If the output is acceptable, it should be piped through to the
>> shell.
>>
>> Here is the contents of the original 'package.use' file:
>>
>> cat package.use
>> =dev-lang/python-2.7.9-r1 sqlite
>> >=dev-ruby/json-1.8.2-r1 ruby_targets_ruby21
>> >=dev-ruby/racc-1.4.11 ruby_targets_ruby21
>> >=dev-ruby/rake-0.9.6-r1 ruby_targets_ruby21
>> >=dev-ruby/rdoc-4.0.1-r2 ruby_targets_ruby21
>> >=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21
>> >=media-libs/harfbuzz-0.9.38 icu
>> >=media-video/ffmpeg-2.6.3 theora
>> >=sys-libs/zlib-1.2.8-r1 minizip
>> >=virtual/rubygems-10 ruby_targets_ruby21
>> gnome-base/gvfs -http gphoto2 mtp
>> media-video/vlc a52 aac bidi cdda cdio dts dvd flac freetype gnutls
>> httpd libass live lua mad matroska mpeg ogg oggvorbis qt4 stream svga
>> theora vcd vlm wxwindows xv
>> net-print/hplip scanner qt4
>> sys-apps/busybox -pam
>> sys-devel/gcc objc
>> sys-process/cronie anacron
>> x11-base/xorg-server udev
>> xfce-extra/xfce4-power-manager -udisks
>> xfce-extra/xfce4-sensors-plugin hddtemp lm_sensors
>>
>> NOTE: There are two entries for 'rubygems' there.
>>
>> Here is the awk script output:
>>
>> echo '=dev-lang/python-2.7.9-r1 sqlite' >> python
>> echo '>=dev-ruby/json-1.8.2-r1 ruby_targets_ruby21' >> json
>> echo '>=dev-ruby/racc-1.4.11 ruby_targets_ruby21' >> racc
>> echo '>=dev-ruby/rake-0.9.6-r1 ruby_targets_ruby21' >> rake
>> echo '>=dev-ruby/rdoc-4.0.1-r2 ruby_targets_ruby21' >> rdoc
>> echo '>=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21' >> rubygems
>> echo '>=media-libs/harfbuzz-0.9.38 icu' >> harfbuzz
>> echo '>=media-video/ffmpeg-2.6.3 theora' >> ffmpeg
>> echo '>=sys-libs/zlib-1.2.8-r1 minizip' >> zlib
>> echo '>=virtual/rubygems-10 ruby_targets_ruby21' >> rubygems
>> echo 'gnome-base/gvfs -http gphoto2 mtp' >> gvfs
>> echo 'media-video/vlc a52 aac bidi cdda cdio dts dvd flac freetype
>> gnutls httpd libass live lua mad matroska mpeg ogg oggvorbis qt4
>> stream svga theora vcd vlm wxwindows xv' >> vlc
>> echo 'net-print/hplip scanner qt4' >> hplip
>> echo 'sys-apps/busybox -pam' >> busybox
>> echo 'sys-devel/gcc objc' >> gcc
>> echo 'sys-process/cronie anacron' >> cronie
>> echo 'x11-base/xorg-server udev' >> xorg-server
>> echo 'xfce-extra/xfce4-power-manager -udisks' >> xfce4-power-manager
>> echo 'xfce-extra/xfce4-sensors-plugin hddtemp lm_sensors' >>
>> xfce4-sensors-plugin
>>
>> The two 'rubygems' entries I had in the original 'package.use' file
>> went into a single 'rubygems' file:
>>
>> cat rubygems
>> >=dev-ruby/rubygems-2.2.5-r1 ruby_targets_ruby21
>> >=virtual/rubygems-10 ruby_targets_ruby21
>>
>> Is this format acceptable? Or should I have used two separate files,
>> one for 'dev-lang/rubygems', and another for 'virtual/rubygems'?
>>
>> I have run 'emerge -auUND @world' since the transition, which voiced
>> no complaints so far.
>>
>> The list's input would be appreciated.
>
> Those should all be fine.  I tend to make a file per package but I think
> you could have just moved your original package.use into the
> /etc/portage/package.use directory and everything would be fine (aside
> from you not gaining any benefit from separate files.)
>
> Todd
>

Understood. Thanks.



[gentoo-user] metacity does not start

2007-10-07 Thread Matthias Langer
i'm wondering if anyone else has this problem, or even better, a
solution for it:

since i've upgraded to gnome-2.18.x i have to start metacity manually at
least sometimes after logging in. that is, in about 1 of 4 logins, i
don't have a usable desktop till i type metacity into some terminal.

apart from this annoying behavior, gnome seems to be fine.

here are some parts of my configuration:

$ emerge --info
Portage 2.1.3.9 (default-linux/amd64/2007.0/desktop, gcc-4.1.2,
glibc-2.5-r4, 2.6.22-gentoo-r8 x86_64)
[...]
ACCEPT_KEYWORDS=amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=nocona -O2 -pipe
CHOST=x86_64-pc-linux-gnu
[...]
USE=3dnow 3dnowext X a52 aac acpi alsa amd64 berkdb bitmap-fonts bzip2
cairo caps cddb cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread
eds emboss encode evo exif fam ffmpeg firefox flac fortran gd gdbm gif
gimp gnome gphoto2 gpm gstreamer gtk hal hddtemp iconv icu ipod ipv6
isdnlog java jpeg jpeg2k lcms ldap libnotify lm_sensors mad matroska
midi mikmod mmap mmx mmxext mono mp3 mpeg mudflap ncurses nls nptl
nptlonly nvidia ogg opengl openmp pam pcre pdf perl plotutils png pppd
python qt3support quicktime readline reflection ruby sdl session spell
spl sse sse2 ssl ssse3 svg tcpd tetex theora threads tiff truetype
truetype-fonts type1-fonts unicode usb vcd vorbis xattr xml xorg xv xvid
zlib ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty
extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi
null plug rate route share shm softvol CAMERAS=canon konica ptp2
kodak ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev KERNEL=linux
[...]


i'm using:

x11-wm/metacity-2.18.5  USE=-debug -xinerama
x11-libs/gtk+-2.10.14  USE=X jpeg tiff -debug -doc -xinerama
gnome-base/gnome-session-2.18.3  USE=ipv6 tcpd -branding -debug -esd
gnome-base/gnome-light-2.18.3

also note, that the system i'm using has been installed from scratch
just a bit more than a month ago and i'm having this problem ever since.

thanks,
matthias

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread Dale

Andrey Moshbear wrote:

On Sun, Oct 2, 2011 at 00:17, Spideyspide...@gmail.com  wrote:

The question is in the subject: how to easily find out what USE flags are
redundant in make.conf and package.use?
Someone somewhere in this list suggested using some tool, I've tried that
but it was extremely verbose, and I'd had to toggle manually flags to see if
it affected or not.
If some tool to pinpoint redundant flags is not already done, one to echo my
flags separated by it's source (profile, make.conf, package.use, ebuild)
would help me a lot.

Look into app-portage/ufed.




Hey, cl.  That is some cool stuff.  Maybe I can use this to clean 
this up:


USE=3dnow 3dnowext X a52 aac acpi alsa amd64 aml apng automount avahi 
bash-completion berkdb bzip2 cairo cdda cddb cdr chroot cleartype cli 
clucene consolekit corefonts cracklib cups curl cxx dbus declarative dri 
dvd dvdr embedded emboss encode escreen esd exif fam ffmpeg firefox flac 
fortran gdbm gdu gif gimp gkrellm gnutls gphoto2 gpm gtk hbci hddtemp 
iconv ipv6 java javascript jbig jpeg jpeg2k justify kde kipi lcms 
libnotify libwww logrotate loop-aes mad mdnsresponder-compat melt mmx 
mng modules mp3 mp4 mpeg mplayer mudflap multilib mysql ncurses nls nptl 
nptlonly nsplugin offensive ofx ogg opengl openmp pam pango parport pcre 
pdf perl phonon plasma png policykit ppds ppp pppd python qt3 qt3support 
qt4 readline sasl sdl seamonkey semantic-desktop session sift smp spell 
sse sse2 ssl startup-notification svg sysfs syslog tcl tcpd threads tiff 
tk truetype type1 udev unicode usb vcd vorbis webkit wma wmf x264 xcb 
xcomposite xinerama xml xorg xscreensaver xv xvid yahoo zeroconf zlib


How's that for a USE line?  What does it look like if there is a USE 
flag that no longer exists?  I see ones I am not using and are using but 
can't figure out what it looks like if the USE flag is in make.conf but 
no longer exists in the tree.


Ahhh, for others to know.  If there is a flag in make.conf that isn't is 
use anymore, invalid I guess, it shows up as UNKNOWN in the 
description.  Just in case someone else is using ufed inside a Konsole, 
the page up/page down buttons work too.  There is a LOT of flags in the 
tree.  I knew there was a lot but I didn't know there was this many.  O_O


Dale

:-)  :-)



Re: [gentoo-user] Re: Advice on system monitoring

2011-12-05 Thread Michael Mol
On Mon, Dec 5, 2011 at 12:01 PM, James wirel...@tampabay.rr.com wrote:
 Michael Mol mikemol at gmail.com writes:
 Let's start with that dual-xeon box I was using to benchmark emerge
 -e @world, figure I'm looking for how better to tune my MAKEOPTS and
 EMERGE_DEFAULT_OPTS variables, and assume I'd like to get more
 information about the following factors:

 Complex and never finished, imho.


 * What was the 1m, 5m 15m load averages?
 * What were the similar averages for CPU spent in user time, system
 time and I/O wait?

 sys-process/iotop

 * What was network usage like? (I have a caching proxy server on the
 network

 Lots of different tools to look at network performance:

 wireshark,  (look around /usr/portage/net-analyzer)


 so even if distfiles are lost on-system, well, a cache hit
 transfers at up to around 50MB/s. It'd be better, except for read
 performance limitations on the router box, and write performance
 limitations on the local machine)


 bonnie++ (or bonnie)


 * What was the temperature of each CPU core, RAM module and hard
 drive? (Not so relevant for improving system performance, but still of
 interest.)

 app-admin/hddtemp (for drives)

 dunno on individual cpu cores...

 I'd like to have a web interface I could navigate to which would show
 graphs of these counters.


 Now all of that in one gui tool?  Do post back when you get it working,
 as I'd like to use it too!

The approach I'd like to take is to have all the monitoring set up,
launch emerge -e @world, and see what's going on around (and just
prior to) stalls and CPU waste. I'm defining a stall as where my
operating load falls below my number of CPU cores, and I'm defining
CPU waste as CPU time spent anywhere but 'user'. I'd like to look at
graphs of the metrics from over the course of the emerge.

My chief thought is this: I have both 'make' and 'emerge' trying to
reach a specific load average, which means that this particular
dynamic system is going to have feedback as they go back and forth. I
expect that I'll want to duck one of them under the other, but I don't
know which one yet, and I don't know how far.

I should also look to see if pbzip2 supports load awareness. Having
eight cores suddenly start churning through BWT blocks is great if
your load average is something like 0.24, but not so great if it
launches your load average up to around 12.

-- 
:wq



Re: [gentoo-user] metacity does not start

2007-10-07 Thread Michael Sullivan
On Mon, 2007-10-08 at 01:50 +0200, Matthias Langer wrote:
 i'm wondering if anyone else has this problem, or even better, a
 solution for it:
 
 since i've upgraded to gnome-2.18.x i have to start metacity manually at
 least sometimes after logging in. that is, in about 1 of 4 logins, i
 don't have a usable desktop till i type metacity into some terminal.
 
 apart from this annoying behavior, gnome seems to be fine.
 
 here are some parts of my configuration:
 
 $ emerge --info
 Portage 2.1.3.9 (default-linux/amd64/2007.0/desktop, gcc-4.1.2,
 glibc-2.5-r4, 2.6.22-gentoo-r8 x86_64)
 [...]
 ACCEPT_KEYWORDS=amd64
 CBUILD=x86_64-pc-linux-gnu
 CFLAGS=-march=nocona -O2 -pipe
 CHOST=x86_64-pc-linux-gnu
 [...]
 USE=3dnow 3dnowext X a52 aac acpi alsa amd64 berkdb bitmap-fonts bzip2
 cairo caps cddb cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread
 eds emboss encode evo exif fam ffmpeg firefox flac fortran gd gdbm gif
 gimp gnome gphoto2 gpm gstreamer gtk hal hddtemp iconv icu ipod ipv6
 isdnlog java jpeg jpeg2k lcms ldap libnotify lm_sensors mad matroska
 midi mikmod mmap mmx mmxext mono mp3 mpeg mudflap ncurses nls nptl
 nptlonly nvidia ogg opengl openmp pam pcre pdf perl plotutils png pppd
 python qt3support quicktime readline reflection ruby sdl session spell
 spl sse sse2 ssl ssse3 svg tcpd tetex theora threads tiff truetype
 truetype-fonts type1-fonts unicode usb vcd vorbis xattr xml xorg xv xvid
 zlib ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty
 extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi
 null plug rate route share shm softvol CAMERAS=canon konica ptp2
 kodak ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev KERNEL=linux
 [...]
 
 
 i'm using:
 
 x11-wm/metacity-2.18.5  USE=-debug -xinerama
 x11-libs/gtk+-2.10.14  USE=X jpeg tiff -debug -doc -xinerama
 gnome-base/gnome-session-2.18.3  USE=ipv6 tcpd -branding -debug -esd
 gnome-base/gnome-light-2.18.3
 
 also note, that the system i'm using has been installed from scratch
 just a bit more than a month ago and i'm having this problem ever since.
 
 thanks,
 matthias
 
I had this problem and solved it by deleting ~/.gnome ~/.gnome2 and
~/.gnome2_private

-- 
[EMAIL PROTECTED] mailing list



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

2007-10-10 Thread Marco Calviani
Hi Beso,
actually i'm getting this error:

cat /proc/acpi/thermal_zone/TZ01/polling_frequency
polling disabled

cat /proc/acpi/thermal_zone/TZ01/cooling_mode
setting not supported

m

On 10/9/07, Beso [EMAIL PROTECTED] wrote:
 your thermal doesn't poll make it poll like this:
 echo 2 seconds 
 /proc/acpi/thermal_zone/THRM/polling_frequency
 or wichever thermal zone is in /proc/acpi/thermal_zone. then verify your
 trip points in the same THRM directory but in the file trip_points. you
 should see something like this:
 critical (S5):   105 C
 passive: 76 C: tc1=3 tc2=1 tsp=150 devices=CPU0
 active[0]:   67 C: devices= FN1
 active[1]:   57 C: devices= FN2

 in the eg passive means that your cpu is downclocked since it has passed 76
 degrees C
 active [0] means that your fan is triggered to on
 active[1] means that the fan is not triggered and it is shut down.
 the critical point is when the system shuts down.
 if the polling_frequency tweak doesn't work then you have another problem
 (eg i had to compile the fan and thermal module included in kernel since
 modprobing them would not start the fan). if it works copy the tweak command
 and put it in some init script (i put it at the start of /etc/init.d/xdm so
 that i'm sure it loads after acpi, since that file doesn't exists without
 acpi loaded).
 then try installing kima if you're using kde and add the kima kmenu applet
 to monitor some things. you should be able to see that the processor hardly
 passes 60 degrees while thermal goes high till the passive point and over;
 if you monitor also the cpu load and freq you should be able to see how your
 processors reacts to programs. remember to also install the klaptopdaemon
 since is quite useful in controlling the cpufreq_utils governors and acpi
 settings. try also the laptop_mode-tools and see if they can help you have a
 better use for your disk. the last thing that you can also install is the
 hddtemp for monitoring your disk temperature.

 2007/10/9, Marco Calviani [EMAIL PROTECTED]:
 
  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
 
 



 --
 dott. ing. beso
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel2.6.33: ATA failed command: READ FPDMA QUEUED, hard resetting link

2010-03-26 Thread Paul Hartman
Hi,

Setting up and testing my new system (after wasting nearly 1 month
with bad RAM modules), I got this error today:

[48055.741389] ata3.00: exception Emask 0x0 SAct 0x2 SErr 0x0 action 0x6 frozen
[48055.741393] ata3.00: failed command: READ FPDMA QUEUED
[48055.741398] ata3.00: cmd 60/20:08:38:15:03/01:00:18:00:00/40 tag 1
ncq 147456 in
[48055.741400]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask
0x4 (timeout)
[48055.741402] ata3.00: status: { DRDY }
[48055.741405] ata3: hard resetting link
[48056.198746] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[48056.210514] ata3.00: configured for UDMA/133
[48056.210518] ata3.00: device reported invalid CHS sector 0
[48056.210523] ata3: EH complete

I really don't understand what it means, but the timeout, hard
resetting link and invalid CHS sector 0 look scary to me...

Initial bootup messages for this device were:
Mar 25 22:02:32 [kernel] [4.496102] ata3: SATA max UDMA/133 abar
m2...@0xfbffc000 port 0xfbffc200 irq 34
Mar 25 22:02:32 [kernel] [8.519169] ata3: SATA link up 3.0 Gbps
(SStatus 123 SControl 300)
Mar 25 22:02:32 [kernel] [8.536681] ata3.00: ATA-8: SAMSUNG
HD203WI, 1AN10002, max UDMA/133
Mar 25 22:02:32 [kernel] [8.548388] ata3.00: 3907029168 sectors,
multi 0: LBA48 NCQ (depth 31/32), AA
Mar 25 22:02:32 [kernel] [8.566100] ata3.00: configured for UDMA/133

That disk is part of a md RAID5, but I was at work when this error
happened so I didn't notice if the RAID repaired itself or whatever
would happen in this case (I don't have mdadm monitoring configured
yet). Right now all RAID disks are all up and healthy.

I googled it but most of the results are pastebin snippets. I'm using
kernel 2.6.33 and ahci driver for the SATA controllers.

From libata documentation in the section about timeout errors it says:
Most often this is due to an unrelated interrupt subsystem bug (try
booting with 'pci=nomsi' or 'acpi=off' or 'noapic'), which failed to
deliver an interrupt when we were expecting one from the hardware.

I really don't know the potential implications of disabling MSI or
APIC, but in /proc/interrupts I do see AHCI related to both MSI and
APIC rows. So at least I know they are active right now.

Temperatures in my system are good, hddtemp says the drive in question
is 21C degrees right now.

Another possibility is that I need to increase voltage on the
motherboard, since it is running 6 hdd's and 1 DVD-ROM. I'll have to
research to see which voltage is related to this. (X58 motherboard)

Thanks in advance if anyone has any knowledge about this, otherwise I
go to trial-and-hopefully-no-error mode. :)

Paul



Re: [gentoo-user] 32 or 64 bits, CFLAGS and kernel settings ?

2010-12-27 Thread Dale

Jacques Montier wrote:

Hi all,

I am waiting for a new PC...
motherboard Asus P6X58D-E
Intel Core i7 950
4Go DDR
Gforce GT240

I use Gentoo for nearly 8 years, and of course, it will be Gentoo on
that new pc.
Besides desktop working, i am going to study and produce some image and
video synthesis.
I have some questions :
32 bits or 64 bits ? advantages and inconvenients ?
What CFLAGS have i to choose and what about kernel settings (Processor
type and features) ?

Thank you very much for your advices,

Cheers,

--
Jacques
Site webhttps://sites.google.com/site/jacquesfr35/

   


I just built me a new rig so I just went through the same thing.  This 
is how I did mine.  I booted a CD/DVD and used lspci -k | grep driver 
to list the drivers in use.  That helps a lot.  With that, you can use 
the search feature when doing the kernel config.


I went with 64 bit and used a miltilib profile.  So far, everything is 
working fine.  All my usual websites are working and everything.  This 
is my USE flags:


USE=-a52 -acl acpi alsa -arts automount auto-hinter avahi -bluetooth 
-branding bzip2 cddb cdr chroot cleartype clucene corefonts -crypt cups 
curl dbus -doc dri -dts dvd dvdr -eds escreen esd exif fdftk -fftw -gcj 
gif gimp gkrellm -gnome gnutls gphoto2 gtk hal hbci hddtemp ipv6 -jabber 
-jingle java javascript jbig jpeg2k justify kde libwww logrotate 
loop-aes mng mplayer mp3 mdnsresponder-compat -musepack mysql nls 
nsplugin ofx offensive opengl -oss -otr parport pdf policykit ppds ppp 
qt3 qt3support qt4 sasl seamonkey semantic-desktop *smp* -sqlite 
-sqlite3 syslog tcl -theora *threads* tiff tk truetype type1 udev usb 
-v41 webkit win32codecs wma wmf X aml yahoo -xulrunner zeroconf *mmx sse 
sse2 3dnowext 3dnow*


I put the ones that I changed in bold for you.  Don't copy and paste 
that since the * may mess up portage.  Since this list is supposed to be 
text only, I had to make them bold with the *.


Since you are using a nvidia card, read this too.

http://www.nvnews.net/vbulletin/showthread.php?t=118109

Basically, enable CONFIG_SYSVIPC in the kernel.  The nvidia driver won't 
load without that.  I have the following built into my kernel:


Symmetric multi-processing support
Enable MPS table
AMD IOMMU support
MTRR (Memory Type Range Register) support
Preemption Model (Preemptible Kernel (Low-Latency Desktop))

There are others but I think that is all that is different.

That get you started?

Dale

:-)  :-)



Re: [gentoo-user] 32 or 64 bits, CFLAGS and kernel settings ?

2010-12-27 Thread Jacques Montier
Thank you for your answers.
Ok Volker, i am going to the archive ;-)

Cheers,

--
Jacques
Site web https://sites.google.com/site/jacquesfr35/
Le 27/12/2010 18:27, Dale a gentiment tapote:
 Jacques Montier wrote:
 Hi all,

 I am waiting for a new PC...
 motherboard Asus P6X58D-E
 Intel Core i7 950
 4Go DDR
 Gforce GT240

 I use Gentoo for nearly 8 years, and of course, it will be Gentoo on
 that new pc.
 Besides desktop working, i am going to study and produce some image and
 video synthesis.
 I have some questions :
 32 bits or 64 bits ? advantages and inconvenients ?
 What CFLAGS have i to choose and what about kernel settings (Processor
 type and features) ?

 Thank you very much for your advices,

 Cheers,

 -- 
 Jacques
 Site webhttps://sites.google.com/site/jacquesfr35/



 I just built me a new rig so I just went through the same thing.  This
 is how I did mine.  I booted a CD/DVD and used lspci -k | grep
 driver to list the drivers in use.  That helps a lot.  With that, you
 can use the search feature when doing the kernel config.

 I went with 64 bit and used a miltilib profile.  So far, everything is
 working fine.  All my usual websites are working and everything.  This
 is my USE flags:

 USE=-a52 -acl acpi alsa -arts automount auto-hinter avahi -bluetooth
 -branding bzip2 cddb cdr chroot cleartype clucene corefonts -crypt
 cups curl dbus -doc dri -dts dvd dvdr -eds escreen esd exif fdftk
 -fftw -gcj gif gimp gkrellm -gnome gnutls gphoto2 gtk hal hbci hddtemp
 ipv6 -jabber -jingle java javascript jbig jpeg2k justify kde libwww
 logrotate loop-aes mng mplayer mp3 mdnsresponder-compat -musepack
 mysql nls nsplugin ofx offensive opengl -oss -otr parport pdf
 policykit ppds ppp qt3 qt3support qt4 sasl seamonkey semantic-desktop
 *smp* -sqlite -sqlite3 syslog tcl -theora *threads* tiff tk truetype
 type1 udev usb -v41 webkit win32codecs wma wmf X aml yahoo -xulrunner
 zeroconf *mmx sse sse2 3dnowext 3dnow*

 I put the ones that I changed in bold for you.  Don't copy and paste
 that since the * may mess up portage.  Since this list is supposed to
 be text only, I had to make them bold with the *.

 Since you are using a nvidia card, read this too.

 http://www.nvnews.net/vbulletin/showthread.php?t=118109

 Basically, enable CONFIG_SYSVIPC in the kernel.  The nvidia driver
 won't load without that.  I have the following built into my kernel:

 Symmetric multi-processing support
 Enable MPS table
 AMD IOMMU support
 MTRR (Memory Type Range Register) support
 Preemption Model (Preemptible Kernel (Low-Latency Desktop))

 There are others but I think that is all that is different.

 That get you started?

 Dale

 :-)  :-)





Re: [gentoo-user] OT: but cool - NASDAQ is gentoo powered

2011-08-18 Thread Norman Rieß
Am 08/18/11 12:08, schrieb James Broadhead:
 On 18 August 2011 09:23, Norman Rieß nor...@smash-net.org wrote:
 Am 08/18/11 09:11, schrieb Matthew Finkel:
 Just out of curiosity, how long does it take to compile gcc?

 - Matt

 Atom:

 genlop -t sys-devel/gcc-4.4.5
  * sys-devel/gcc

 Sat Feb 26 13:06:08 2011  sys-devel/gcc-4.4.5
   merge time: 1 hour, 12 minutes and 27 seconds.

 Wed Mar 23 23:01:12 2011  sys-devel/gcc-4.4.5
   merge time: 1 hour, 10 minutes and 22 seconds.
 
 I have an Atom 330 machine which is getting significantly worse
 build-times than you. What make.conf options are you using? (Or are
 you using something else to improve build times?)
 
  Wed Mar 16 04:49:09 2011  sys-devel/gcc-4.4.5
merge time: 2 hours, 56 minutes and 20 seconds.
 
  Thu May  5 22:07:36 2011  sys-devel/gcc-4.3.4
merge time: 2 hours, 14 minutes and 15 seconds.
 
  Fri May  6 00:35:53 2011  sys-devel/gcc-4.4.5
merge time: 2 hours, 28 minutes and 17 seconds.
 
 Admittedly, my machine runs xbmc, which is a resource hog, and has a
 fair bit of disk activity.
 My CFLAGS are:
 CFLAGS=-O2 -march=core2 -mtune=generic -fomit-frame-pointer -pipe
 -mssse3 -mfpmath=sse
 which date to before -march=atom, and having read a performance
 article suggesting these. I note that the only practical difference
 between the resultant gcc options is that setting -mtune to core2 adds
 #define __tune_core2__ 1. I wonder what the practical difference is.
 echo | gcc -dM -E - -O2 -march=core2 -mtune=generic
 -fomit-frame-pointer -pipe -mssse3 -mfpmath=sse
 
 I suppose, having looked into it this far, I'll merge gcc-4.5 to see
 what effect -mtune=atom has.
 
 (I'm not particularly interested in build times, but whether they're a
 sign of poor overall performance ... )
 
 JB
 

Well i use an Atom D510, the core features seems to be quite similar to
yours, with the only difference, that D510 has a graphics unit added.
Here is my make.conf... how many threads are you using in gcc?

CFLAGS=-O2 -pipe -march=core2 -mssse3 -mfpmath=sse
CXXFLAGS=${CFLAGS}
CHOST=x86_64-pc-linux-gnu
MAKEOPTS=-j5

USE=-X -gtk -gtk2 -qt3 -qt4 -gnome -kde unicode nls -mysql mmx sse sse2
ssse3 acpi hddtemp threads iproute2

LINGUAS=de
AUTOCLEAN=yes
FEATURES=parallel-fetch

Norman




Re: [gentoo-user] Udev rules for identical hard drives

2012-08-01 Thread Alex Schuster
Canek Peláez Valdés writes:

 On Wed, Aug 1, 2012 at 6:59 PM, Canek Peláez Valdés can...@gmail.com
 wrote:
  On Wed, Aug 1, 2012 at 6:34 PM, Alex Schuster wo...@wonkology.org
  wrote:
[...]
  Could there be another way to distinguish the drives, like looking
  at the partition scheme or something?
 
  If you want to distinguish partitions, I would recommend using labels
  (in fstab too); those never change unless you specifically change
  them. Then, no matter how you put them in your machine, they will get
  mounted correctly, and then you don't need to fuzz with udev rules.
  Also, as a superficial bonus, they get mounted using the label and it
  looks nice in your file browser.

I'm aware of that, and I would use this, if I weren't using LVM and
encryption on top of that. So I do not deal with raw partitions at all,
but with partitions like /dev/mapper/root or /dev/weird/portage.

Oh, this gives me an idea of what to use as workaround: If what I would
like to have is not possible, I will add a little start script
in /etc/local.d/ which calls pvscan to check which volume groups belong
to which drives, and creates the symlinks.

  The drives themselves I see no reason to recognize them, why do you
  need to do that?

Well, I don't really *need* this. But it's convenient.

- I have a monitoring plasmoid on my desktop that shows whether a drive
  is active or on standby, and also gives the temperature of my always
  running system drive. If there were a mixup, calling hddtemp on a
  sleeping drive would wake it up.

- I have different idle time settings in /etc/conf.d/hdparm, and I spin
  down two drives immediately after I have booted.

- Same goes for a little script I use for suspend-to-ram. It makes use of
  the rtcwake command to make the PC wake up in the morning (before I get
  up), and along other stuff spins down drives.

- And I have different settings in /etc/smartd.conf.

 Oh, and I forgot; doesn't the links in /dev/disk/by-id,
 /dev/disk/by-label, /dev/disk/by-uuid do what you want to?

Those seem to list partitions only, not whole drives. A label for a drive
would be nice to have.

Uh, and here's the little start script I just wrote. No idea why I call
my drives hd1 to hd4 instead of using the name of the only volume group
they have, but I'll keep it like that for now.

str=$( pvscan )

hd()
{
hd=$( echo $str | grep $1 | head -n 1 | awk '{print $2}' )
echo ${hd//[0-9]/}
}

ln -s $( hd weird  ) /dev/hd1
ln -s $( hd weird2 ) /dev/hd2
ln -s $( hd weird3 ) /dev/hd3
ln -s $( hd pata1  ) /dev/hd4


Wonko



Re: [gentoo-user] Layout problem in latest KDE apps

2018-08-02 Thread Peter Humphrey
On Thursday, 2 August 2018 13:27:45 BST Mick wrote:
> On Thursday, 2 August 2018 07:10:00 BST Peter Humphrey wrote:
> > On Monday, 30 July 2018 11:18:22 BST Peter Humphrey wrote:
> > > My daily update yesterday included 100 kde-apps/* . Now dolphin and
> > > konqueror-as-a-file-manager have their panels laid out with extremely
> > > wide spacing (example attached). Is this my fault or theirs?
> > 
> > I tried creating a new user for myself, and got the same results,
> > including the missing icons.

I also spent several hours today rebuilding the entire system from
scratch[1], and then creating a new user. I didn't even copy my .mozilla
directory. Still no improvement.

> Are you running a full Plasma DE?

Yes, the full works, with just the tweaks that the control panel allows.
Nothing non-standard.

Here's my entire package.use:

app-emulation/virtualboxadditions extensions java python
net-libs/webkit-gtk -webgl
x11-libs/wxGTK  webkit
www-client/chromium -hangouts jumbo-build
dev-lang/python sqlite
sys-firmware/intel-microcodeinitramfs
sys-kernel/linux-firmware   savedconfig
media-fonts/terminus-font   center-tilde distinct-l
app-admin/gkrellm   hddtemp
sys-kernel/gentoo-sources   symlink
app-office/kmymoney calendar hbci ofx quotes
sys-libs/gwenhywfar qt4
app-office/libreoffice  googledrive pdfimport
dev-libs/xmlsec nss
www-client/links-X -jpeg -png -tiff -directfb -fbcon -sdl
media-libs/mesa opencl
dev-qt/qtwebengine  -system-icu
net-misc/tigervnc   server
media-libs/mesa -vaapi
sys-devel/llvm  clang video_cards_radeon
x11-libs/libdrm video_cards_radeon

> I have missing icons here for more than a year on KDE applications (or
> whatever they are called this semester), on non-Plasma desktop.

1.  This is my standard procedure for rebuilding the entire system:

$ cat /usr/local/bin/ejsys
#!/bin/bash
emerge --jobs -1 gcc && emerge --jobs -1 binutils && emerge --jobs -1 glibc
emerge --jobs --load-average=36 --keep-going --nospinner \
--exclude="gcc binutils glibc" @system linux-firmware intel-microcode

Then make mrproper; cp /boot/ .config; kmake

$ cat /usr/local bin/kmake:
#!/bin/bash
mount /boot
cd /usr/src/linux
make -j12 && make modules_install && make install &&\
cp -v ./arch/x86/boot/bzImage /boot/EFI/Boot/bootX64.efi &&\
echo && echo "Rebuilding modules" && echo &&\
emerge --jobs --load-average=48 @module-rebuild @x11-module-rebuild && echo &&\
echo "Remaking microcode images" &&\
/usr/sbin/iucode_tool -S --write-earlyfw=/boot/early_ucode.cpio 
/lib/firmware/intel-ucode/* && echo &&\
echo "Remounting /sys/firmware/efi/efivars read-write" &&\
mount -oremount,rw /sys/firmware/efi/efivars && echo &&\
echo "Don't forget to bootctl-install the new kernel!" && echo

$ cat /usr/local/bin/ejeworld
#!/bin/bash
emerge --jobs --load-average=48 --keep-going --nospinner \
--exclude="$(cat system.pkgs) linux-firmware intel-microcode" -e @world

system.pkgs contains the names of the 43 packages that are emerged by @system.

I don't know what else I can try. Help, anyone?

-- 
Regards,
Peter.






Re: [gentoo-user] Re: kernel heat warnings at low temps

2007-06-27 Thread Kent Fredric

On 6/27/07, James Ausmus [EMAIL PROTECTED] wrote:

On 6/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Alex Schuster [EMAIL PROTECTED] writes:

 [...]

  What has the hdd temp to do with cpu tmeprature?

 [...]

  hddtemp and cputemp are completly and totally unrelated.

 [...]

 First ... thanks for the other tips..

 I think you fellows may have this a bit wrong.  I have three video
 editing desktops all running win xp.  On them I use a piece of
 software called `Hardware sensors monitor' or Hmonitor.

 I've noticed over time (mnths) that when the cpu gets hot, the hdd are
 also at elevated temps.  Maybe not critical but well above where the
 run normally.

 This is on three different midtower boxes, so I have surmized that
 although the heating of cpu may not be related mechanically to hdd
 temp, in fact they rise and fall together due probably to close
 proximity and being contained in same box.

 I realize this is not a definitive experiment but for my uses it does
 work like that.

Just as a note on a possible explanation for your observations in your
Windows boxes:

Most likely (CMIIW), when you notice the CPU and HDD temps rise, you
are actively doing video editing - a CPU and memory *and* hard drive
intensive task. When hard drives are driven hard, they heat up. When
CPU's are driven hard, they heat up. If the computers main
functionality is a task that tends to drive hard both the CPU and
the hard drive, then yes, you will see a correspondence in the CPU/HDD
temperature patterns. However, this does not mean that you *cannot*
drive the CPU hard without driving the HDD hard, and vice versa - just
because the are both being driven hard when you do video editing does
not mean that they are inextricably linked to each other in workload
and temperature profile.

What operations are being performed on your Gentoo box when you see
these CPU temperature warnings?

-James



 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list




You can drive a CPU heavily without crunching disk IO, just windows
doen't do that so well ( espcially the case if you run out of ram and
drive into swap,.. which windows seems more predisposed to doing in my
experience ). You want an example of how to do this, then open any
high-level math software, ie: povray, video-encoding, compression,
SETI.

And you can drive hard-drives heavily without your CPU getting hot
too, I think its something related to DMA and the fact we no longer
use PIO ( well.. at least i hope not ), simply by performing
disk-to-disk transfers ( while there will still be a lot of CPU usage,
its still a bit less than you'd get without offloading ), this is
especially the case if you have a real RAID system and your doing a
RAID controlled mirror ( it has its own processor to control that )

The similarity in temperatures tho, may be related to the dynamics of
case design ( ill pretend to know what im talking about, im no
professor on this, but i have worked out how to cut degrees ).  In the
closed case, most of the time ( at least in my experience ) the
majority of hard-drive cooling is passive, relying soley on the
lone-case-fan by the CPU,  or even relying on the cooling fans in the
PSU, and generally, at least in all the tower PCS ive seen, the heat
flows out of the hard drives and over the CPU / Northbridge .

Often, this is a big sodding melting pot of heat, with your GPU just
under the northbridge, the CPU just up from the northbridge, that area
can get a bit heated, and the extra heat from the hard drives I
believe lowers the effectiveness of the CPU cooler somewhat. My
solution was not a very pretty one, but it works like a bloody charm.

I effectively made a breakout-box for my hard drives, ( well, 4 bars
of aluminium with holes in it for screwing them together ) with all
the hard drives mounted in parallel in a 'portrait' position. ( to
allow heat to flow up over the drives unconstricted ) and mounted 2
cooling fans on the sides to blow cool air over the hard drives and
back into the room  ( EM purists look away here  ) basically
isolating the cooling systems as as not to be so codepenant. To do
this i need to have my case panels off 24/7, i admit, but my case is
so crap that keeping them on is too much effort.

In summary : CPU temp cannot be accurately measured with HDD sensor
probes, ...especially as CPU is up from hard drives in most cases, and
heat .. generally rises.
If console logs are complainging about CPU over-heat, then either its
overheating, your thresholds are too low, ...or whatevers doing the
measurement is broken.

If you cant find out from some in-linux tool what the problem is, ...
you may want to find some sort of alternative way of measuring
temperature ( ... laser thermometer might be an idea ... )

Either way, best of luck .
--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Intel GM965

2009-10-15 Thread Arnau Bria
Hi all,

Anyone did success on configuring Intel GM965/GL960 on xorg 1.6? I have an acer 
TravelMate 5720 ...

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 03)

on xorg-sever 1.6.3.901-r2:

I] x11-base/xorg-server
 Available versions:  1.5.3-r6 ~1.5.3-r7 1.6.3.901-r2 ~1.6.4 ~1.6.5 
[M]~1.7.0.901 {3dfx debug dmx hal input_devices_acecad input_devices_aiptek 
input_devices_citron input_devices_elographics input_devices_evdev 
input_devices_fpit input_devices_hyperpen input_devices_joystick 
input_devices_keyboard input_devices_mouse input_devices_mutouch 
input_devices_penmount input_devices_synaptics input_devices_tslib 
input_devices_virtualbox input_devices_vmmouse input_devices_void 
input_devices_wacom ipv6 kdrive minimal nptl sdl tslib video_cards_apm 
video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus 
video_cards_dummy video_cards_epson video_cards_fbdev video_cards_fglrx 
video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 
video_cards_impact video_cards_imstt video_cards_intel video_cards_mach64 
video_cards_mga video_cards_neomagic video_cards_newport video_cards_nv 
video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd 
video_ca
 rds_rendition video_cards_s3 video_cards_s3virge video_cards_savage 
video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 
video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb 
video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga 
video_cards_trident video_cards_tseng video_cards_v4l video_cards_vermilion 
video_cards_vesa video_cards_via video_cards_virtualbox video_cards_vmware 
video_cards_voodoo video_cards_xgi xorg}
 Installed versions:  1.6.3.901-r2(20:56:44 14/10/09)(hal nptl xorg -debug 
-dmx -ipv6 -kdrive -minimal -sdl -tslib)


I've followed:
http://www.gentoo-wiki.info/Intel_GMA

but when I try to start X, my system hangs...

[I] x11-drivers/xf86-video-intel
 Available versions:  ~2.4.3 ~2.5.1-r1 2.6.3-r1 ~2.7.1 ~2.7.99.902-r1 
~2.8.0 2.8.1 ~2.9.0 {debug dri}
 Installed versions:  2.8.1(19:12:22 15/10/09)(dri -debug)
 Homepage:http://xorg.freedesktop.org/
 Description: X.Org driver for Intel cards

cat /etc/make.conf
USE=acpi alsa -apache2 apm -arts aspell -audiofile -berkdb cdparanoia cdr 
clamav -cli ctype dbus divx dri dvd dvdr -eds -emboss -esd -fam firefox 
-foomaticdb -fortran gif -gnome gtk gtk2 hal hddtemp -idn imap -ipv6 -isdnlog 
jpeg jpeg2k jpg -kde -kerberos -lcms -ldap -libg++ -mng mp3 mpeg mpeg2 mplayer 
-mysql ncurses nls nptl nptlonly nsplugin opengl -oss -pam pcre pdf -php -pppd 
-qt4 quicktime -reflection sasl -seamonkey session  spell sqlite sse2 ssl 
startup-notification -static svg symlink tcltk thunar unicode -qt3 userlocales 
vcd -vhost win32codecs X xface  xml xml2 -xmms xscreensaver xfce spamassassin
CHOST=i686-pc-linux-gnu
CFLAGS=-O2 -mtune=i686 -pipe
CXXFLAGS=-O2 -mtune=i686 -pipe
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
PORTAGE_ELOG_CLASSES=warn error log
MAKEOPTS=-j3
INPUT_DEVICES=evdev mouse keyboard
VIDEO_CARDS=vesa intel i810
LINGUAS=es en


xorg.conf:

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/misc/
FontPath /usr/share/fonts/TTF/
FontPath /usr/share/fonts/OTF
FontPath /usr/share/fonts/Type1/
FontPath /usr/share/fonts/100dpi/
FontPath /usr/share/fonts/75dpi/
EndSection

Section Module
Load  glx
Load  xtrap
Load  record
Load  extmod
Load  dbe
Load  synaptics
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  synaptics
EndSection



Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
EndSection

Section Device
Identifier  Card0
Driver  vesa
VendorName  Intel Corporation
BoardName   Mobile GM965/GL960 Integrated Graphics Controller
BusID   PCI:0:2:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 1
EndSubSection
SubSection Display
Viewport   0 0
Depth 4
EndSubSection
SubSection Display
Viewport   0 0
Depth 8
EndSubSection
SubSection Display
Viewport   0 0
Depth 15
EndSubSection
SubSection Display

Re: [gentoo-user] Intel GM965

2009-10-15 Thread Justin
Arnau Bria wrote:
Hi all,
 
 Anyone did success on configuring Intel GM965/GL960 on xorg 1.6? I have an 
 acer TravelMate 5720 ...
 
 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
 Integrated Graphics Controller (rev 03)
 
 on xorg-sever 1.6.3.901-r2:
 
 I] x11-base/xorg-server
  Available versions:  1.5.3-r6 ~1.5.3-r7 1.6.3.901-r2 ~1.6.4 ~1.6.5 
 [M]~1.7.0.901 {3dfx debug dmx hal input_devices_acecad input_devices_aiptek 
 input_devices_citron input_devices_elographics input_devices_evdev 
 input_devices_fpit input_devices_hyperpen input_devices_joystick 
 input_devices_keyboard input_devices_mouse input_devices_mutouch 
 input_devices_penmount input_devices_synaptics input_devices_tslib 
 input_devices_virtualbox input_devices_vmmouse input_devices_void 
 input_devices_wacom ipv6 kdrive minimal nptl sdl tslib video_cards_apm 
 video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus 
 video_cards_dummy video_cards_epson video_cards_fbdev video_cards_fglrx 
 video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 
 video_cards_impact video_cards_imstt video_cards_intel video_cards_mach64 
 video_cards_mga video_cards_neomagic video_cards_newport video_cards_nv 
 video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd 
 video_
ca
  rds_rendition video_cards_s3 video_cards_s3virge video_cards_savage 
 video_cards_siliconmotion video_cards_sis video_cards_sisusb 
 video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 
 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx 
 video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l 
 video_cards_vermilion video_cards_vesa video_cards_via video_cards_virtualbox 
 video_cards_vmware video_cards_voodoo video_cards_xgi xorg}
  Installed versions:  1.6.3.901-r2(20:56:44 14/10/09)(hal nptl xorg 
 -debug -dmx -ipv6 -kdrive -minimal -sdl -tslib)
 
 
 I've followed:
 http://www.gentoo-wiki.info/Intel_GMA
 
 but when I try to start X, my system hangs...
 
 [I] x11-drivers/xf86-video-intel
  Available versions:  ~2.4.3 ~2.5.1-r1 2.6.3-r1 ~2.7.1 ~2.7.99.902-r1 
 ~2.8.0 2.8.1 ~2.9.0 {debug dri}
  Installed versions:  2.8.1(19:12:22 15/10/09)(dri -debug)
  Homepage:http://xorg.freedesktop.org/
  Description: X.Org driver for Intel cards
 
 cat /etc/make.conf
 USE=acpi alsa -apache2 apm -arts aspell -audiofile -berkdb cdparanoia cdr 
 clamav -cli ctype dbus divx dri dvd dvdr -eds -emboss -esd -fam firefox 
 -foomaticdb -fortran gif -gnome gtk gtk2 hal hddtemp -idn imap -ipv6 -isdnlog 
 jpeg jpeg2k jpg -kde -kerberos -lcms -ldap -libg++ -mng mp3 mpeg mpeg2 
 mplayer -mysql ncurses nls nptl nptlonly nsplugin opengl -oss -pam pcre pdf 
 -php -pppd -qt4 quicktime -reflection sasl -seamonkey session  spell sqlite 
 sse2 ssl startup-notification -static svg symlink tcltk thunar unicode -qt3 
 userlocales vcd -vhost win32codecs X xface  xml xml2 -xmms xscreensaver xfce 
 spamassassin
 CHOST=i686-pc-linux-gnu
 CFLAGS=-O2 -mtune=i686 -pipe
 CXXFLAGS=-O2 -mtune=i686 -pipe
 SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
 PORTAGE_ELOG_CLASSES=warn error log
 MAKEOPTS=-j3
 INPUT_DEVICES=evdev mouse keyboard
 VIDEO_CARDS=vesa intel i810
 LINGUAS=es en
 
 
 xorg.conf:
 
 Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
 EndSection
 
 Section Files
   ModulePath   /usr/lib/xorg/modules
   FontPath /usr/share/fonts/misc/
   FontPath /usr/share/fonts/TTF/
   FontPath /usr/share/fonts/OTF
   FontPath /usr/share/fonts/Type1/
   FontPath /usr/share/fonts/100dpi/
   FontPath /usr/share/fonts/75dpi/
 EndSection
 
 Section Module
   Load  glx
   Load  xtrap
   Load  record
   Load  extmod
   Load  dbe
   Load  synaptics
 EndSection
 
 Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
 EndSection
 
 Section InputDevice
   Identifier  Mouse0
   Driver  synaptics
 EndSection
 
 
 
 Section Monitor
   Identifier   Monitor0
   VendorName   Monitor Vendor
   ModelNameMonitor Model
 EndSection
 
 Section Device
   Identifier  Card0
   Driver  vesa


Should be intel

You also can remove all InputDevice sections as those are controlled
by hal.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Intel GM965

2009-10-15 Thread Volker Armin Hemmann
On Donnerstag 15 Oktober 2009, Justin wrote:
 Arnau Bria wrote:
 Hi all,
 
  Anyone did success on configuring Intel GM965/GL960 on xorg 1.6? I have
  an acer TravelMate 5720 ...
 
  00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
  Integrated Graphics Controller (rev 03)
 
  on xorg-sever 1.6.3.901-r2:
 
  I] x11-base/xorg-server
   Available versions:  1.5.3-r6 ~1.5.3-r7 1.6.3.901-r2 ~1.6.4 ~1.6.5
  [M]~1.7.0.901 {3dfx debug dmx hal input_devices_acecad
  input_devices_aiptek input_devices_citron input_devices_elographics
  input_devices_evdev input_devices_fpit input_devices_hyperpen
  input_devices_joystick input_devices_keyboard input_devices_mouse
  input_devices_mutouch input_devices_penmount input_devices_synaptics
  input_devices_tslib input_devices_virtualbox input_devices_vmmouse
  input_devices_void input_devices_wacom ipv6 kdrive minimal nptl sdl tslib
  video_cards_apm video_cards_ark video_cards_ast video_cards_chips
  video_cards_cirrus video_cards_dummy video_cards_epson video_cards_fbdev
  video_cards_fglrx video_cards_geode video_cards_glint video_cards_i128
  video_cards_i740 video_cards_impact video_cards_imstt video_cards_intel
  video_cards_mach64 video_cards_mga video_cards_neomagic
  video_cards_newport video_cards_nv video_cards_nvidia video_cards_r128
  video_cards_radeon video_cards_radeonhd video_
 
 ca
 
   rds_rendition video_cards_s3 video_cards_s3virge video_cards_savage
  video_cards_siliconmotion video_cards_sis video_cards_sisusb
  video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3
  video_cards_suncg6 video_cards_sunffb video_cards_sunleo
  video_cards_suntcx video_cards_tdfx video_cards_tga video_cards_trident
  video_cards_tseng video_cards_v4l video_cards_vermilion video_cards_vesa
  video_cards_via video_cards_virtualbox video_cards_vmware
  video_cards_voodoo video_cards_xgi xorg} Installed versions: 
  1.6.3.901-r2(20:56:44 14/10/09)(hal nptl xorg -debug -dmx -ipv6 -kdrive
  -minimal -sdl -tslib)
 
 
  I've followed:
  http://www.gentoo-wiki.info/Intel_GMA
 
  but when I try to start X, my system hangs...
 
  [I] x11-drivers/xf86-video-intel
   Available versions:  ~2.4.3 ~2.5.1-r1 2.6.3-r1 ~2.7.1 ~2.7.99.902-r1
  ~2.8.0 2.8.1 ~2.9.0 {debug dri} Installed versions:  2.8.1(19:12:22
  15/10/09)(dri -debug)
   Homepage:http://xorg.freedesktop.org/
   Description: X.Org driver for Intel cards
 
  cat /etc/make.conf
  USE=acpi alsa -apache2 apm -arts aspell -audiofile -berkdb cdparanoia
  cdr clamav -cli ctype dbus divx dri dvd dvdr -eds -emboss -esd -fam
  firefox -foomaticdb -fortran gif -gnome gtk gtk2 hal hddtemp -idn imap
  -ipv6 -isdnlog jpeg jpeg2k jpg -kde -kerberos -lcms -ldap -libg++ -mng
  mp3 mpeg mpeg2 mplayer -mysql ncurses nls nptl nptlonly nsplugin opengl
  -oss -pam pcre pdf -php -pppd -qt4 quicktime -reflection sasl -seamonkey
  session  spell sqlite sse2 ssl startup-notification -static svg symlink
  tcltk thunar unicode -qt3 userlocales vcd -vhost win32codecs X xface  xml
  xml2 -xmms xscreensaver xfce spamassassin CHOST=i686-pc-linux-gnu
  CFLAGS=-O2 -mtune=i686 -pipe
  CXXFLAGS=-O2 -mtune=i686 -pipe
  SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
  PORTAGE_ELOG_CLASSES=warn error log
  MAKEOPTS=-j3
  INPUT_DEVICES=evdev mouse keyboard
  VIDEO_CARDS=vesa intel i810
  LINGUAS=es en
 
 
  xorg.conf:
 
  Section ServerLayout
  Identifier X.org Configured
  Screen  0  Screen0 0 0
  InputDeviceMouse0 CorePointer
  InputDeviceKeyboard0 CoreKeyboard
  EndSection
 
  Section Files
  ModulePath   /usr/lib/xorg/modules
  FontPath /usr/share/fonts/misc/
  FontPath /usr/share/fonts/TTF/
  FontPath /usr/share/fonts/OTF
  FontPath /usr/share/fonts/Type1/
  FontPath /usr/share/fonts/100dpi/
  FontPath /usr/share/fonts/75dpi/
  EndSection
 
  Section Module
  Load  glx
  Load  xtrap
  Load  record
  Load  extmod
  Load  dbe
  Load  synaptics
  EndSection
 
  Section InputDevice
  Identifier  Keyboard0
  Driver  kbd
  EndSection
 
  Section InputDevice
  Identifier  Mouse0
  Driver  synaptics
  EndSection
 
 
 
  Section Monitor
  Identifier   Monitor0
  VendorName   Monitor Vendor
  ModelNameMonitor Model
  EndSection
 
  Section Device
  Identifier  Card0
  Driver  vesa
 
 Should be intel
 
 You also can remove all InputDevice sections as those are controlled
 by hal.
 

he should let them in, but he can remove all FontPath and modules entries. And 
yes, 'vesa' has to be changed.



Re: [gentoo-user] ALSA - No Sound

2011-01-23 Thread Dale

dhk wrote:

My make.conf Use is: USE=-arts -doc -evo -firefox -kde -qt -qt3 -qt4
-java X alsa cairo cdr device-mapper extras gdu gnome gtk jpeg png
policykit sqlite svg tiff udev xml xulrunner xvmc

Everything is plugged in correctly and checked many times.  As far as I
know there aren't any sound daemons running, this is a new install, only
a couple of weeks old.  Everything looks like it should be working, the
only thing is I don't hear anything.  Since I hear other things I'm sure
I'm not deaf and can rule that out.  This is a basic set up with lvm2,
gnome, firefox, thunderbird, and openoffice.  That's about it, nothing
fancy.

   


Take a look at mine, and the command I used to get it.  Keep in mind, 
there are also USE setting that are set by your profile not just make.conf.


root@fireball / # emerge --info | grep USE=
USE=3dnow 3dnowext X aac acpi alsa amd64 aml auto-hinter automount 
avahi berkdb bzip2 cairo cddb cdr chroot cleartype cli clucene 
consolekit corefonts cracklib cups curl cxx dbus dri dvd dvdr emboss 
encode escreen esd exif fam ffmpeg firefox flac fortran gdbm gdu gif 
gimp gkrellm gnutls gphoto2 gpm gtk hal hbci hddtemp iconv ipv6 java 
javascript jbig jpeg jpeg2k justify kde lcms ldap libnotify libwww 
logrotate loop-aes mad mdnsresponder-compat melt mikmod mmx mng modules 
mp3 mp4 mpeg mplayer mudflap multilib mysql ncurses nls nptl nptlonly 
nsplugin offensive ofx ogg opengl openmp pam pango parport pcre pdf perl 
png policykit ppds ppp pppd python qt3 qt3support qt4 readline sasl sdl 
seamonkey semantic-desktop session sift smp spell sse sse2 ssl 
startup-notification svg sysfs syslog tcl tcpd threads tiff tk truetype 
type1 udev unicode usb vcd vorbis webkit wma wmf x264 xcb xml xorg xv 
xvid yahoo zeroconf zlib ALSA_CARDS=ali5451 als4000 atiixp 
atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 
fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx 
via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare 
dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter 
mmap_emul mulaw multi null plug rate route share shm softvol 
APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default 
authz_groupfile authz_host authz_owner authz_user autoindex cache cgi 
cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter 
file_cache filter headers include info log_config logio mem_cache mime 
mime_magic negotiation rewrite setenvif speling status unique_id userdir 
usertrack vhost_alias CAMERAS=canon ptp2 COLLECTD_PLUGINS=df 
interface irq load memory rrdtool swap syslog ELIBC=glibc 
GPSD_PROTOCOLS=ashtech aivdm earthmate evermore fv18 garmin garmintxt 
gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore 
rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx 
INPUT_DEVICES=keyboard mouse evdev KERNEL=linux LCD_DEVICES=bayrad 
cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text 
LINGUAS=en_US en PHP_TARGETS=php5-3 RUBY_TARGETS=ruby18 
USERLAND=GNU VIDEO_CARDS=nv nvidia XTABLES_ADDONS=quota2 psd pknock 
lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee 
tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account

root@fireball / #

Compare those and see if you see something.  Note the ALSA settings 
too.  I'm not sure you need the same as me but you may need something to 
enable the sound.


Dale

:-)  :-)



Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.

2012-06-02 Thread Michael Mol
On Sat, Apr 28, 2012 at 11:07 AM, Michael Mol mike...@gmail.com wrote:
 Kaylee has 10GB of RAM...if that's not enough, I'll be disabling graphite.
 (Though I haven't explicitly enabled it, either.)

 But, no I'm not sure, and can't check until Sunday eveningish. Currently at
 Penguicon.

Wow. Just wow. This is incredible.

This is repeatable for me.

My steps:

Start with the 12.1 LiveDVD ( http://www.gentoo.org/news/20120401-livedvd.xml )

Install latest stage 3, latest portage. Set various stuff. USE flags,
make.conf stuff, etc. Get kernel installed, reboot into system, sshd
up, etc.

Now, I essentially reused my existing make.conf file, which is at the
end of this email. I finally get to:

emerge --update --deep --newuse @world

...and once it goes to install glibc, I get:

* The ebuild phase 'postrm' has been killed by signal 11.
 * The 'postrm' phase of the 'sys-libs/glibc-2.14.1-r3' package has failed
 * with exit value 1.
 *
 * The problem occurred while executing the ebuild file named
 * 'glibc-2.14.1-r3.ebuild' located in the '/var/db/pkg/sys-
 * libs/glibc-2.14.1-r3' directory. If necessary, manually remove the
 * environment.bz2 file and/or the ebuild file located in that directory.
 *
 * Removal of the environment.bz2 file is preferred since it may allow the
 * removal phases to execute successfully. The ebuild will be sourced and
 * the eclasses from the current portage tree will be used when necessary.
 * Removal of the ebuild file will cause the pkg_prerm() and pkg_postrm()
 * removal phases to be skipped entirely.

So, once the updated glibc goes in, anything that dynamically links
against it fails on spawn, hence the failure at postinst. This is
crazy.

Make.conf:

CFLAGS=-O2 -pipe -D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf
--param l1-cache-size=32 --param l1-cache-line-size=64 --param
l2-cache-size=4096 -mtune=core2 -ggdb3
CXXFLAGS=${CFLAGS}

MAKEOPTS=--jobs --load 8
EMERGE_DEFAULT_OPTS=--jobs --load-average=8 --verbose --tree
--with-bdeps=y --keep-going
FEATURES=splitdebug
LINGUAS=en
SYS_USE_CPU=mmx sse sse2 sse3 ssse3 openmp opencl cuda posix nptl
multilib smp lapack
SYS_USE_LANG=perl python tcl
SYS_USE_TOOLKITS=gtk
SYS_USE_GAPI=gd sdl ncurses xcb opengl v4l vdpau xv X dri
SYS_USE_AAPI=openal alsa
SYS_USE_OTHER=acl alsa cdr crypt cups dvd dvdr firefox gmp iconv
nsplugin offensive pcre pda rss spell taglib truetype videos
vim-syntax xattr xcomposite xft xinerama xml xscreensaver fontconfig
qt3support phonon
SYS_USE_COMPRESSION=bzip2 gzip lzma lzo szip zlib
SYS_USE_MEDIA_GFX=imagemagick jpeg jpeg2k openexr png raw svg tiff wmf mng
SYS_USE_MEDIA_AUDIO=aac cdda flac gsm lame mad mikmod shorten speex
timidity vorbis mp3 midi
SYS_USE_MEDIA_VIDEO=css dv ffmpeg theora x264 xvid
SYS_USE_MEDIA_CONTAINERS=matroska mms mp4 mpeg ogg pdf quicktime vcd
SYS_USE_MEDIA=${SYS_USE_MEDIA_GFX} ${SYS_USE_MEDIA_AUDIO}
${SYS_USE_MEDIA_VIDEO} ${SYS_USE_MEDIA_CONTAINERS} sound cddb encode
exif gimp libsamplerate mtp ppds sndfile sox wavpack xmp latex
SYS_USE_NET=avahi curl ftp geoip gnutls ipv6 libwww rdesktop samba
sockets ssl tcpd vnc
SYS_USE_PLATFORM=acpi dbus fam hddtemp ieee1394 joystick libnotify
lm_sensors pam readline sharedmem syslog sysvipc threads udev unicode
usb
SYS_USE_DONOTWANT=-pulseaudio -gnome -oss -berkdb -gdbm
USE=${SYS_USE_CPU} ${SYS_USE_LANG} ${SYS_USE_TOOLKITS}
${SYS_USE_GAPI} ${SYS_USE_AAPI} ${SYS_USE_OTHER} ${SYS_USE_MEDIA}
${SYS_USE_COMPRESSION} ${SYS_USE_NET} ${SYS_USE_PLATFORM}
${SYS_USE_DONOTWANT}
GENTOO_MIRRORS=http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/
http://mirrors.cs.wmich.edu/gentoo
http://gentoo.mirrors.tds.net/gentoo;
SYNC=rsync://rsync29.us.gentoo.org/gentoo-portage

VIDEO_CARDS=nvidia
INPUT_DEVICES=evdev
ALSA_CARDS=

ACCEPT_LICENSE=AdobeFlash-10.3
PORTAGE_BINHOST=http://binhost.ossdl.de/x86_64-pc-linux-gnu/;

#PKGDIR=/mnt/r5/pkgdir
#PORTAGE_TMPDIR=/mnt/r5/portage_tmp

CHOST=x86_64-pc-linux-gnu

-- 
:wq



Re: [gentoo-user] Re: btop fails to compile

2022-11-30 Thread Jochen Kirchner

Am 2022-11-30 12:45, schrieb Dale:

Nuno Silva wrote:

On 2022-11-30, Jochen Kirchner wrote:

[...]

make -j17 -l17 VERBOSE=true OPTFLAGS= CXX=x86_64-pc-linux-gnu-g++

Can you try emerging with -j1 in MAKEOPTS?

Sadly, the makefile[1] does not print out the mkdir commands (recipe 
on
lines 202 thru 204), so it's not possible to spot in the output when 
are
these being executed, but, from a quick glance (I might have 
overlooked

something!), it sounds like the target that runs mkdir is not a
dependency of the targets that generate and link the object files 
(line

262, line 273), so it'd be possible for this to happen just because
the second mkdir did not complete before the first g++ was checking 
for

the directory.

[1] https://github.com/aristocratos/btop/blob/main/Makefile




That's a good idea.  Just to test if that error happens to everybody, I
installed btop-1.2.12 here.  Actually, it's kinda neat looking.  
Anyway,
it installed fine here on my 8 core machine with normal -j settings, 
-j9
I think.  It could help using -j1 tho.  Still, it installed here 
without

any problems. 

If -j1 doesn't work, maybe sync the tree again to see if maybe some 
typo

got fixed or something else was wrong during last sync.  That is rare
nowadays but when grasping at straws, grab what you can. 

Oh, my google search earlier didn't yield anything either.  This seems
to be a odd failure.

Dale

:-)  :-) 


Thank you both :)

-j1 did it :)

this is my make.conf: (its a web - and mail server)

COMMON_FLAGS="-O2 -march=znver2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

MAKEOPTS="-j17 -l17"
PORTAGE_NICENESS="1"
EMERGE_DEFAULT_OPTS="--jobs=17 --load-average=17 --with-bdeps y 
--complete-graph y"

FEATURES="candy fixlafiles unmerge-orphans parallel-install split-elog"
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="-* @FREE @BINARY-REDISTRIBUTABLE"
GENTOO_MIRRORS="https://ftp.tu-ilmenau.de/mirror/gentoo/ 
https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ 
https://mirror.leaseweb.com/gentoo/ 
https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ 
https://ftp.fau.de/gentoo https://ftp.halifax.rwth-aachen.de/gentoo/;


USE="-bindist -systemd acpi avif berkdb branding brotli cgi clamav crypt 
cryptsetup dbus \
device-mapper elogind exif fastcgi ftp gd geoip geoip2 gif git 
gmp gpg hddtemp heif hwloc \
icu idn imagemagick imap inotify jpeg jpeg2k llvm llvm-libunwind 
lm-sensors maildir memcached \
mmap mysql mysqli offensive php png samba sasl smp soap sockets 
subversion tidy \
truetype udev udisks verify-sig vhosts vim-syntax webp xml 
xmlrpc zip zstd"


NGINX_MODULES_HTTP="access addition auth_basic autoindex brotli browser 
charset dav dav_ext echo \
empty_gif fancyindex fastcgi geo geoip geoip2 grpc gunzip gzip 
headers_more limit_conn \
limit_req map memcached metrics mirror mp4 proxy realip referer 
rewrite scgi security \
split_clients ssi stub_status upstream_hash upstream_ip_hash 
upstream_keepalive \
upstream_least_conn upstream_zone userid uwsgi 
vhost_traffic_status xslt"

NGINX_MODULES_MAIL="imap smtp"
NGINX_MODULES_STREAM="geo geoip geoip2 realip upstream_hash 
upstream_least_conn upstream_zone"

PHP_TARGETS="php8-0"

GRUB_PLATFORMS="pc"

--
Mit freundlichen Grüßen,
Jochen Kirchner

eMail: jk@jk-foto.design
Web: https://jk-foto.design

Public Key: B67B 24AA CB0F E646 8E35 CF12 7FC8 C135 CEEB C714

0xCEEBC714.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] My USB camera no longer works.

2009-04-16 Thread Dale
Mark Knecht wrote:

 rc-update show --verbose

 What does it show? Post your results back. I'm interested.

 - Mark


   

This is it:

r...@smoker / # rc-update show --verbose
   acpid |
   alsasound |
bootmisc | boot
 checkfs | boot
   checkroot | boot
   clock | boot
 consolefont | boot
  consolekit |
 crypto-loop |
   cupsd |  default
dbus |
   device-mapper |
 dmcrypt |
dmeventd |
 dnsextd |
  esound |
 folding |
gkrellmd |
 gpm |
hald |  default
 hddtemp |
  hdparm |
hostname | boot
  hsqldb |
 http-replicator |
   ip6tables |
iptables |
   ivman |  default
 keymaps | boot
lisa |
   local |  default nonetwork
  localmount | boot
  mDNSResponderPosix |
   mdnsd |
 modules | boot
net.eth0 |
  net.lo | boot
netmount |  default
nscd |
  ntp-client |
ntpd |  default
 numlock |  default
 nvclock |
 pciparm |
  portagexsd |
 pwcheck |
   pydoc-2.5 |
 reslisa |
   rmnologin | boot
  rsyncd |
   saslauthd |
  smartd |  default
sshd |
   syslog-ng |  default
  udev-postmount |
upsd |  default
  upsdrv |  default
  upsmon |  default
 urandom | boot
  vixie-cron |  default
 xdm |  default
  xinetd |
  xprint |
r...@smoker / #

There is nothing but udev-postmount in init.d at all.  Since you like a
rather lengthy list, here is another one:

r...@smoker / # ls /etc/init.d/
total 354
drwxr-xr-x  2 root root  1896 Apr 16 15:21 .
drwxr-xr-x 75 root root  4680 Apr 16 15:57 ..
-rwxr-xr-x  1 root root   818 Apr  6 07:57 acpid
-rwxr-xr-x  1 root root  6557 Apr  6 13:58 alsasound
-rwxr-xr-x  1 root root  3661 Apr 16 12:28 bootmisc
-rwxr-xr-x  1 root root  1188 Apr 16 12:28 checkfs
-rwxr-xr-x  1 root root  3226 Apr 16 12:28 checkroot
-rwxr-xr-x  1 root root  3054 Apr 16 12:28 clock
-rwxr-xr-x  1 root root  1429 Apr 16 12:28 consolefont
-rwxr-xr-x  1 root root   540 Apr  6 18:24 consolekit
-rwxr-xr-x  1 root root  1729 Apr 16 13:20 crypto-loop
-rwxr-xr-x  1 root root   305 Apr  6 22:49 cupsd
-rwxr-xr-x  1 root root  1152 Apr 16 13:26 dbus
lrwxrwxrwx  1 root root21 Apr 16 12:28 depscan.sh -
../../sbin/depscan.sh
-rwxr-xr-x  1 root root   628 Apr 16 12:11 device-mapper
-rwxr-xr-x  1 root root   660 Apr 16 12:36 dmcrypt
-rwxr-xr-x  1 root root   547 Apr 16 12:11 dmeventd
-rwxr-xr-x  1 root root   998 Apr  6 12:48 dnsextd
-rwxr-xr-x  1 root root   993 Apr  6 11:44 esound
-rwxr-xr-x  1 root root 51410 Dec 13 02:37 folding
lrwxrwxrwx  1 root root23 Apr 16 12:28 functions.sh -
../../sbin/functions.sh
-rwxr-xr-x  1 root root   637 Apr  7 01:18 gkrellmd
-rwxr-xr-x  1 root root   951 Apr 16 13:16 gpm
-rwxr-xr-x  1 root root   Apr 16 15:19 hald
-rwxr-xr-x  1 root root  5606 Apr 16 12:28 halt.sh
-rwxr-xr-x  1 root root   547 Apr  6 09:52 hddtemp
-rwxr-xr-x  1 root root  3407 Apr  6 07:20 hdparm
-rwxr-xr-x  1 root root   433 Apr 16 12:28 hostname
-rwxr-xr-x  1 root root   464 Apr  6 13:03 hsqldb
-rwxr-xr-x  1 root root   762 Apr  6 11:40 http-replicator
-rwxr-xr-x  1 root root  2570 Apr  6 08:17 ip6tables
-rwxr-xr-x  1 root root  2570 Apr  6 08:17 iptables
-rwxr-xr-x  1 root root   524 Apr 16 15:20 ivman
-rwxr-xr-x  1 root root  1874 Apr 16 12:28 keymaps
-rwxr-xr-x  1 root root   546 Apr  7 13:04 lisa
-rwxr-xr-x  1 root root   620 Apr 16 12:28 local
-rwxr-xr-x  1 root root  2088 Apr 16 12:28 localmount
-rwxr-xr-x  1 root root  1247 Apr  6 12:48 mDNSResponderPosix
-rwxr-xr-x  1 root root   845 Apr  6 12:48 mdnsd
-rwxr-xr-x  1 root root  2947 Apr 16 12:28 modules
lrwxrwxrwx  1 root root 6 Apr 16 12:28 net.eth0 - net.lo
-rwxr-xr-x  1 root root 30696 Apr 16 12:28 net.lo
-rwxr-xr-x  1 root root  3311 Apr 16 12:28 netmount
-rwxr-xr-x  1 root root  1566 Apr 16 14:06 nscd
-rwxr-xr-x  1 root root   833 Apr  6 14:09 ntp-client
-rwxr-xr-x  1 root root   827 Apr  6 14:09 ntpd
-rwxr-xr-x  1 root root   670 Apr 16 12:28 numlock
-rwxr-xr-x  1 root root   146 Apr  7 02:56 nvclock
-rwxr-xr-x  1 root root  1871 Apr 16 12:17 pciparm
-rwxr-xr-x  1 root root   390 Apr  6 09:02 portagexsd
-rwxr-xr-x  1 root root   538 Apr  6 13:50 pwcheck
-rwxr-xr-x  1 root root   666 Apr 16 14:38 pydoc-2.5
-rwxr-xr-x  1 root root   304 Apr 16 12:25 reboot.sh
-rwxr-xr-x  1 root root   557 Apr  7 13:04 reslisa
-rwxr-xr-x  1 root root   276 Apr 16 12:28 rmnologin
-rwxr-xr-x  1 root root

[gentoo-user] Missing digest for *** Tree looks messed up.

2015-08-09 Thread Dale
Howdy,

I'm sure I'm not alone on monitoring -dev to see upcoming changes.  I
noticed they switched to git or something and it seems to have caused a
bit of trouble.  At least I think it may have.  I did my usual 'eix-sync
 emerge -uvaDN world'.  The sync took MUCH longer than usual.  I'm
talking a WHOLE LOT longer than usual.  My first thought, one time thing
because of the changes, maybe.  Then I got a screen full of this sort of
stuff.



 * Missing digest for
'/var/cache/portage/tree/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-plugins/frei0r-plugins/frei0r-plugins-1.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-base/kdm/kdm-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-0.10.23-r1.ebuild'
 * Missing digest for
'/var/cache/portage/tree/sys-fs/fuse/fuse-2.9.4.ebuild'
 * Missing digest for
'/var/cache/portage/tree/net-dialup/ppp/ppp-2.4.7.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/net-misc/wget/wget-1.16.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/sys-apps/dbus/dbus-1.8.16.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-video/transcode/transcode-1.1.7-r3.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/kde-base/kwin/kwin-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/kde-apps/kolourpaint/kolourpaint-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-apps/kbreakout/kbreakout-4.14.3.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/dev-cpp/eigen/eigen-3.1.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-proto/xcb-proto/xcb-proto-1.11.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/app-portage/flaggie/flaggie-0.2.1.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-apps/plasma-apps/plasma-apps-4.14.3.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/x11-libs/libXi/libXi-1.7.4.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-misc/krusader/krusader-2.4.0_beta3-r1.ebuild'
 \ * Manifest not found for
'/var/cache/portage/tree/virtual/acl/acl-0-r1.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/dev-libs/libcdio/libcdio-0.92.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-libs/libass/libass-0.11.2.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/kde-apps/pairs/pairs-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-misc/obconf-qt/obconf-qt-0.1.0.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/kde-base/kstartupconfig/kstartupconfig-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-ruby/rdoc/rdoc-4.1.2-r1.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/kde-apps/kalgebra/kalgebra-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/app-admin/webmin/webmin-1.730.ebuild'
 \ * Missing digest for
'/var/cache/portage/tree/x11-libs/libXau/libXau-1.0.8.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-python/pillow/pillow-2.8.1.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/kde-base/libkgreeter/libkgreeter-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/net-im/pidgin/pidgin-2.10.11.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-sound/gsm/gsm-1.0.13-r1.ebuild'
 - * Manifest not found for
'/var/cache/portage/tree/virtual/ffmpeg/ffmpeg-9-r2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/kde-apps/kiten/kiten-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-perl/MailTools/MailTools-2.120.0-r1.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/net-misc/netifrc/netifrc-0.2.2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-apps/iceauth/iceauth-1.0.7.ebuild'
 \ * Missing digest for
'/var/cache/portage/tree/kde-apps/kalzium/kalzium-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-libs/liblinear/liblinear-196-r1.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/app-misc/tmux/tmux-1.9a.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-libs/libraw/libraw-0.16.0-r1.ebuild'
 \ * Missing digest for
'/var/cache/portage/tree/kde-apps/kfmclient/kfmclient-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/app-misc/screen/screen-4.0.3-r6.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-libs/raptor/raptor-2.0.9.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/app-text/yelp-tools/yelp-tools-3.14.1.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-misc

Re: [gentoo-user] strange TCP timeout errors

2015-10-07 Thread Grant
>>>>> I've attached a PNG from Munin showing the TCP timeout errors on my
>>>>> Gentoo server over the past month.  The data is expressed in timeouts
>>>>> per second and that rate is shown to be steadily increasing over the
>>>>> past month.  That seems strange to me.  Munin doesn't show any other
>>>>> data point increasing like this over the time period.  Any ideas?
>>>>>
>>>>> - Grant
>>>>>
>>>>
>>>> weird - does it reset on an interface restart or reboot?
>>>
>>> this would be my test #1
>>
>>
>> I rebooted and the rate of errors has dropped off to almost nothing.
>>
>>
>>>> Can you verify its not an artefact within munin (how?)
>>>
>>> In theory, a misconfigured graph can do this. Munin can draw many
>>> different types of graph, including cumulative values. Even for a data
>>> type like this which is X events per unit time, if you tell munin to add
>>> them all up, it will do so and graph it.
>>>
>>> Qucik test is to look at the graph config.
>>
>>
>> This graph lives in the "network" section of the munin web interface.
>> There is no matching section in /etc/munin/plugin-conf.d/munin-node so
>> it should be be using the default config.
>>
>> Any ideas based on this new info?
>
> A few :-)
>
>
> I can't find the plugin that delivers that graph though. Maybe I just
> don't have it, maybe it comes from contrib/
>
> What's your USE for munin?


USE="apache cgi http mysql ssl syslog -asterisk -dhcpd -doc -ipmi
-ipv6 -irc -java -memcached -minimal -postgres (-selinux) {-test}"


> What do you have in "ls -al /etc/munin/plugins/"  ?


# ls -al /etc/munin/plugins/
total 8
drwxr-xr-x 2 munin munin 4096 Aug 26 13:22 .
drwxr-xr-x 7 root  root  4096 Aug 27 08:42 ..
-rw-r--r-- 1 root  root 0 Aug 23 18:10 .keep_net-analyzer_munin-0
lrwxrwxrwx 1 root  root42 Jun 16  2013 apache_accesses ->
/usr/libexec/munin/plugins/apache_accesses
lrwxrwxrwx 1 root  root43 Jun 16  2013 apache_processes ->
/usr/libexec/munin/plugins/apache_processes
lrwxrwxrwx 1 root  root40 Jun 16  2013 apache_volume ->
/usr/libexec/munin/plugins/apache_volume
lrwxrwxrwx 1 root  root30 Jun 16  2013 cpu -> /usr/libexec/munin/plugins/cpu
lrwxrwxrwx 1 root  root29 Jun 16  2013 df -> /usr/libexec/munin/plugins/df
lrwxrwxrwx 1 root  root35 Jun 16  2013 df_inode ->
/usr/libexec/munin/plugins/df_inode
lrwxrwxrwx 1 root  root    36 Jun 21  2013 diskstat_ ->
/usr/libexec/munin/plugins/diskstat_
lrwxrwxrwx 1 root  root36 Jun 16  2013 diskstats ->
/usr/libexec/munin/plugins/diskstats
lrwxrwxrwx 1 root  root34 Jun 16  2013 entropy ->
/usr/libexec/munin/plugins/entropy
lrwxrwxrwx 1 root  root32 Jun 16  2013 forks ->
/usr/libexec/munin/plugins/forks
lrwxrwxrwx 1 root  root34 Jun 18  2013 hddtemp ->
/usr/libexec/munin/plugins/hddtemp
lrwxrwxrwx 1 root  root35 Jun 18  2013 hddtemp2 ->
/usr/libexec/munin/plugins/hddtemp2
lrwxrwxrwx 1 root  root43 Jun 18  2013 hddtemp_smartctl ->
/usr/libexec/munin/plugins/hddtemp_smartctl
lrwxrwxrwx 1 root  root35 Jun 18  2013 hddtempd ->
/usr/libexec/munin/plugins/hddtempd
lrwxrwxrwx 1 root  root30 Jun 21  2013 if_enp2s2f0 ->
/usr/libexec/munin/plugins/if_
lrwxrwxrwx 1 root  root34 Jun 21  2013 if_err_enp2s2f0 ->
/usr/libexec/munin/plugins/if_err_
lrwxrwxrwx 1 root  root37 Jun 16  2013 interrupts ->
/usr/libexec/munin/plugins/interrupts
lrwxrwxrwx 1 root  root35 Jun 16  2013 irqstats ->
/usr/libexec/munin/plugins/irqstats
lrwxrwxrwx 1 root  root31 Jun 16  2013 load ->
/usr/libexec/munin/plugins/load
lrwxrwxrwx 1 root  root33 Jun 16  2013 lpstat ->
/usr/libexec/munin/plugins/lpstat
lrwxrwxrwx 1 root  root34 Jun 18  2013 meminfo ->
/usr/libexec/munin/plugins/meminfo
lrwxrwxrwx 1 root  root33 Jun 16  2013 memory ->
/usr/libexec/munin/plugins/memory
lrwxrwxrwx 1 root  root38 Jun 16  2013 munin_stats ->
/usr/libexec/munin/plugins/munin_stats
lrwxrwxrwx 1 root  root39 Jun 18  2013 munin_update ->
/usr/libexec/munin/plugins/munin_update
lrwxrwxrwx 1 root  root33 Jun 21  2013 mysql_bin_relay_log ->
/usr/libexec/munin/plugins/mysql_
lrwxrwxrwx 1 root  root33 Jun 21  2013 mysql_commands ->
/usr/libexec/munin/plugins/mysql_
lrwxrwxrwx 1 root  root33 Jun 21  2013 mysql_connections ->
/usr/libexec/munin/plugins/mysql_
lrwxrwxrwx 1 root  root33 Jun 21  2013 mysql_files_tables ->
/usr/libexec/munin/plugins/mysql_
lrwxrwxrwx 1 root  root33 Jun 21  2013 mysql_innodb_bpool ->
/usr/libexec/munin/plugins/mysql_
lrwxrwxrwx 1 root  root33 Jun 21  2013 mysql_innodb_bpool_act ->
/usr/

[gentoo-user] massive segmentation faults since 2 days with layman and portage

2007-10-16 Thread [EMAIL PROTECTED]
Hi, since 1 or 2 days i get segmentation faults on 2 computers and logs
say nothing. memtest gives no errors!

with layman:

# layman -S
Speicherzugriffsfehler
#

with emerge progname:

random segfaults, especially at the end of emerge-process or cleanups.
mostly bigger programms like php,sandbox,portage,openssl,gcc itself

info:

ati-drivers 8.41.7

# gcc --version
gcc (GCC) 4.2.2 (Gentoo 4.2.2 p1.0)

~ $ emerge  --info
Portage 2.1.3.14 (default-linux/x86/2007.0/desktop, gcc-4.2.2,
glibc-2.6.1-r0, 2.6.22-gentoo-r8 i686)
=
System uname: 2.6.22-gentoo-r8 i686 AMD Athlon(tm) XP 3200+
Timestamp of tree: Tue, 16 Oct 2007 00:50:01 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.4 [enabled]
app-shells/bash: 3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.2-r1
dev-lang/python: 2.5.1-r2
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=athlon-xp -msse -mmmx -m3dnow -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo 
/etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-O2 -march=athlon-xp -msse -mmmx -m3dnow -pipe
DISTDIR=/usr/portage/distfiles
EMERGE_DEFAULT_OPTS=--with-bdeps y
FEATURES=ccache distlocks metadata-transfer parallel-fetch sandbox
sfperms strict unmerge-orphans userfetch
GENTOO_MIRRORS=ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/;
LANG=de_DE.UTF-8
LC_ALL=de_DE.UTF-8
LINGUAS=de
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/portage/local/layman/gnome-experimental 
/usr/portage/local/layman/jamnet
SYNC=rsync://silverchair/gentoo-portage
USE=3dnow 3dnowext 7zip X a52 aac aalib accessibility acl acpi aim alsa
apache2 ares artworkextra async audacious audiofile audit avahi berkdb
bidi bitmap-fonts blender-game bogofilter bonobo branding buttons bzip2
cairo caps cdda cddb cdio cdparanoia cdr chardet cli console corba
cpudetection cracklib crypt css cups cursors dbus de_tvtoday devil
directfb disk-partition divx dri dts dvb dvd dvdnav dvdr dvdread eds
emboss emerald emovix encode epiphany esd evo exif expat fam fat fbcon
fbsplash ffmpeg fftw firefox flac fontconfig foomaticdb fortran ftp fuse
gajim gd gdbm gdm gedit gif gimp gimpprint glade glib glitz glut gmedia
gnokii gnome gnomecanvas gnutls gpg2-experimental gphoto2 gpm graphviz
gs gsl gstreamer gtk gtkhtml guile hal hddtemp hdri howl hub icons iconv
icq id3tag idle idn ieee1394 imagemagick imap ipv6 irc isdnlog jabber
jack java jce jfs jingle joystick jpeg jpeg2k kerberos keyring kpoll
ladspa lame lcms ldap libgcrypt libnotify libsamplerate libwww lirc live
lm_sensors logitech-mouse logrotate lzo mad maildir matroska md5sum midi
mikmod mjpeg mmap mmx mmxext mng mod_irc mod_muc mod_pubsub modplug mono
mozdevelop mozdom mozilla mp2 mp3 mp4 mp4live mpeg mpeg2 mplayer
mpm-event msn mudflap musepack musicbrainz mysql nautilus ncurses
network network-cron networking nforce2 nfs nls nntp nptl nptlonly
nsplugin ntfs nxclient offensive ogg openal openexr opengl openmp oss
pam pango parport pascal pcre pdf perl php pic player plib png posix
postscript povray ppds pppd python qt3support quicktime rar rdesktop
readline real realmedia reflection regex reiser4 reiserfs
restrict-javascript rrdtool rss rtc rtsp ruby samba sasl scanner screen
sdl server session shout sid skins slang smime sndfile speex spell spl
sqlite srt srv sse ssl startup-notification stream subtitles svg svga
taglib tcl tcpd teletext tetex tga theora threads threadsafe tidy tiff
timidity tk totem trayicon truetype truetype-fonts twolame type1-fonts
unicode usb userlocales utils v4l v4l2 vcd vditool vidix vnc vorbis
vorbis-psy wavpack web wideband win32codecs wma wmp wxwindows x264 x86
xattr xcb xchatdccserver xcomposite xerces-c xforms xfs xhtml xine
xinerama xiph xml xmlreader xmlwriter xorg xosd xpm xsl xv xvid xvmc
yahoo yv12 zip zlib ALSA_CARDS=emu10k1 ALSA_PCM_PLUGINS=adpcm alaw
asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug
ladspa lfloat linear meter mulaw multi null plug rate route share shm

Re: [gentoo-user] massive segmentation faults since 2 days with layman and portage

2007-10-16 Thread Mark Shields
On 10/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi, since 1 or 2 days i get segmentation faults on 2 computers and logs
 say nothing. memtest gives no errors!

 with layman:

 # layman -S
 Speicherzugriffsfehler
 #

 with emerge progname:

 random segfaults, especially at the end of emerge-process or cleanups.
 mostly bigger programms like php,sandbox,portage,openssl,gcc itself

 info:

 ati-drivers 8.41.7

 # gcc --version
 gcc (GCC) 4.2.2 (Gentoo 4.2.2 p1.0)

 ~ $ emerge  --info
 Portage 2.1.3.14 (default-linux/x86/2007.0/desktop, gcc-4.2.2,
 glibc-2.6.1-r0, 2.6.22-gentoo-r8 i686)
 =
 System uname: 2.6.22-gentoo-r8 i686 AMD Athlon(tm) XP 3200+
 Timestamp of tree: Tue, 16 Oct 2007 00:50:01 +
 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
 [disabled]
 ccache version 2.4 [enabled]
 app-shells/bash: 3.2_p17-r1
 dev-java/java-config: 1.3.7, 2.1.2-r1
 dev-lang/python: 2.5.1-r2
 dev-python/pycrypto: 2.0.1-r6
 dev-util/ccache: 2.4-r7
 sys-apps/baselayout: 1.12.10-r5
 sys-apps/sandbox:1.2.18.1
 sys-devel/autoconf:  2.13, 2.61-r1
 sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
 sys-devel/binutils:  2.18-r1
 sys-devel/gcc-config: 1.4.0-r4
 sys-devel/libtool:   1.5.24
 virtual/os-headers:  2.6.23
 ACCEPT_KEYWORDS=x86
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-O2 -march=athlon-xp -msse -mmmx -m3dnow -pipe
 CHOST=i686-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
 /usr/kde/3.5/shutdown /usr/share/config
 CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf
 /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/
 /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo
 /etc/texmf/web2c /etc/udev/rules.d
 CXXFLAGS=-O2 -march=athlon-xp -msse -mmmx -m3dnow -pipe
 DISTDIR=/usr/portage/distfiles
 EMERGE_DEFAULT_OPTS=--with-bdeps y
 FEATURES=ccache distlocks metadata-transfer parallel-fetch sandbox
 sfperms strict unmerge-orphans userfetch
 GENTOO_MIRRORS=ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
 ftp://ftp.tu-clausthal.de/pub/linux/gentoo/;
 LANG=de_DE.UTF-8
 LC_ALL=de_DE.UTF-8
 LINGUAS=de
 MAKEOPTS=-j2
 PKGDIR=/usr/portage/packages
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
 --compress --force --whole-file --delete --delete-after --stats
 --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
 --filter=H_**/files/digest-*
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 PORTDIR_OVERLAY=/usr/portage/local/layman/gnome-experimental
 /usr/portage/local/layman/jamnet
 SYNC=rsync://silverchair/gentoo-portage
 USE=3dnow 3dnowext 7zip X a52 aac aalib accessibility acl acpi aim alsa
 apache2 ares artworkextra async audacious audiofile audit avahi berkdb
 bidi bitmap-fonts blender-game bogofilter bonobo branding buttons bzip2
 cairo caps cdda cddb cdio cdparanoia cdr chardet cli console corba
 cpudetection cracklib crypt css cups cursors dbus de_tvtoday devil
 directfb disk-partition divx dri dts dvb dvd dvdnav dvdr dvdread eds
 emboss emerald emovix encode epiphany esd evo exif expat fam fat fbcon
 fbsplash ffmpeg fftw firefox flac fontconfig foomaticdb fortran ftp fuse
 gajim gd gdbm gdm gedit gif gimp gimpprint glade glib glitz glut gmedia
 gnokii gnome gnomecanvas gnutls gpg2-experimental gphoto2 gpm graphviz
 gs gsl gstreamer gtk gtkhtml guile hal hddtemp hdri howl hub icons iconv
 icq id3tag idle idn ieee1394 imagemagick imap ipv6 irc isdnlog jabber
 jack java jce jfs jingle joystick jpeg jpeg2k kerberos keyring kpoll
 ladspa lame lcms ldap libgcrypt libnotify libsamplerate libwww lirc live
 lm_sensors logitech-mouse logrotate lzo mad maildir matroska md5sum midi
 mikmod mjpeg mmap mmx mmxext mng mod_irc mod_muc mod_pubsub modplug mono
 mozdevelop mozdom mozilla mp2 mp3 mp4 mp4live mpeg mpeg2 mplayer
 mpm-event msn mudflap musepack musicbrainz mysql nautilus ncurses
 network network-cron networking nforce2 nfs nls nntp nptl nptlonly
 nsplugin ntfs nxclient offensive ogg openal openexr opengl openmp oss
 pam pango parport pascal pcre pdf perl php pic player plib png posix
 postscript povray ppds pppd python qt3support quicktime rar rdesktop
 readline real realmedia reflection regex reiser4 reiserfs
 restrict-javascript rrdtool rss rtc rtsp ruby samba sasl scanner screen
 sdl server session shout sid skins slang smime sndfile speex spell spl
 sqlite srt srv sse ssl startup-notification stream subtitles svg svga
 taglib tcl tcpd teletext tetex tga theora threads threadsafe tidy tiff
 timidity tk totem trayicon truetype truetype-fonts twolame type1-fonts
 unicode usb userlocales utils v4l v4l2 vcd vditool vidix vnc vorbis
 vorbis-psy wavpack web wideband win32codecs wma wmp wxwindows x264 x86
 xattr xcb xchatdccserver xcomposite xerces-c xforms xfs xhtml xine
 xinerama xiph xml xmlreader xmlwriter xorg xosd xpm xsl xv xvid xvmc
 yahoo yv12 zip zlib ALSA_CARDS=emu10k1 ALSA_PCM_PLUGINS

Re: [gentoo-user] massive segmentation faults since 2 days with layman and portage

2007-10-16 Thread [EMAIL PROTECTED]
I don't think these are hardware probs. like i sad on to different
computers. also I watch cpu-temp the hole time, so nothing changed in
the past.

And layman -S + CPU-Overheating!! Don't think so

Am Dienstag, den 16.10.2007, 17:46 -0400 schrieb Mark Shields:
 On 10/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi, since 1 or 2 days i get segmentation faults on 2 computers
 and logs
 say nothing. memtest gives no errors!
 
 with layman:
 
 # layman -S
 Speicherzugriffsfehler
 #
 
 with emerge progname: 
 
 random segfaults, especially at the end of emerge-process or
 cleanups.
 mostly bigger programms like php,sandbox,portage,openssl,gcc
 itself
 
 info:
 
 ati-drivers 8.41.7
 
 # gcc --version
 gcc (GCC) 4.2.2 (Gentoo 4.2.2 p1.0)
 
 ~ $ emerge  --info
 Portage 2.1.3.14 (default-linux/x86/2007.0/desktop, gcc-4.2.2,
 glibc-2.6.1-r0, 2.6.22-gentoo-r8 i686)
 = 
 System uname: 2.6.22-gentoo-r8 i686 AMD Athlon(tm) XP 3200+
 Timestamp of tree: Tue, 16 Oct 2007 00:50:01 +
 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default
 port 3632)
 [disabled]
 ccache version 2.4 [enabled]
 app-shells/bash: 3.2_p17-r1
 dev-java/java-config: 1.3.7, 2.1.2-r1
 dev-lang/python: 2.5.1-r2
 dev-python/pycrypto: 2.0.1-r6
 dev-util/ccache: 2.4-r7
 sys-apps/baselayout: 1.12.10-r5 
 sys-apps/sandbox:1.2.18.1
 sys-devel/autoconf:  2.13, 2.61-r1
 sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3,
 1.9.6-r2, 1.10
 sys-devel/binutils:  2.18-r1
 sys-devel/gcc-config: 1.4.0-r4
 sys-devel/libtool:   1.5.24
 virtual/os-headers:  2.6.23
 ACCEPT_KEYWORDS=x86
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-O2 -march=athlon-xp -msse -mmmx -m3dnow -pipe
 CHOST=i686-pc-linux-gnu 
 CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
 /usr/kde/3.5/shutdown /usr/share/config
 CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
 /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
 /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo 
 /etc/texmf/web2c /etc/udev/rules.d 
 CXXFLAGS=-O2 -march=athlon-xp -msse -mmmx -m3dnow -pipe
 DISTDIR=/usr/portage/distfiles
 EMERGE_DEFAULT_OPTS=--with-bdeps y
 FEATURES=ccache distlocks metadata-transfer parallel-fetch
 sandbox 
 sfperms strict unmerge-orphans userfetch
 GENTOO_MIRRORS=ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
 ftp://ftp.tu-clausthal.de/pub/linux/gentoo/;
 LANG=de_DE.UTF-8
 LC_ALL=de_DE.UTF-8
 LINGUAS=de
 MAKEOPTS=-j2
 PKGDIR=/usr/portage/packages
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms
 --times
 --compress --force --whole-file --delete --delete-after
 --stats
 --timeout=180 --exclude=/distfiles --exclude=/local
 --exclude=/packages
 --filter=H_**/files/digest-* 
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 PORTDIR_OVERLAY=/usr/portage/local/layman/gnome-experimental 
 /usr/portage/local/layman/jamnet
 SYNC=rsync://silverchair/gentoo-portage 
 USE=3dnow 3dnowext 7zip X a52 aac aalib accessibility acl
 acpi aim alsa
 apache2 ares artworkextra async audacious audiofile audit
 avahi berkdb
 bidi bitmap-fonts blender-game bogofilter bonobo branding
 buttons bzip2 
 cairo caps cdda cddb cdio cdparanoia cdr chardet cli console
 corba
 cpudetection cracklib crypt css cups cursors dbus de_tvtoday
 devil
 directfb disk-partition divx dri dts dvb dvd dvdnav dvdr
 dvdread eds
 emboss emerald emovix encode epiphany esd evo exif expat fam
 fat fbcon 
 fbsplash ffmpeg fftw firefox flac fontconfig foomaticdb
 fortran ftp fuse
 gajim gd gdbm gdm gedit gif gimp gimpprint glade glib glitz
 glut gmedia
 gnokii gnome gnomecanvas gnutls gpg2-experimental gphoto2 gpm
 graphviz 
 gs gsl gstreamer gtk gtkhtml guile hal hddtemp hdri howl hub
 icons iconv
 icq id3tag idle idn ieee1394 imagemagick imap ipv6 irc isdnlog
 jabber
 jack java jce jfs jingle joystick jpeg jpeg2k kerberos keyring
 kpoll 
 ladspa lame lcms ldap libgcrypt libnotify libsamplerate libwww
 lirc live
 lm_sensors logitech-mouse logrotate lzo mad maildir matroska
 md5sum midi
 mikmod mjpeg mmap mmx mmxext mng mod_irc mod_muc

[gentoo-user] kein Profile

2008-10-08 Thread Ralf Hinz
Hallo

Wollte mein Profile updaten. Leider kein Glück!!!

 eselect profile list
/usr/bin/sed: kann //profiles/profiles.desc nicht lesen: Datei oder
Verzeichnis nicht gefunden
!!! Error: Failed to get a list of valid profiles
Getötet

Ich weiss nicht was zu tun ist.
Portage 2.2_rc11 (default/linux/x86/2008.0, gcc-4.3.2,
glibc-2.8_p20080602-r0, 2.6.26-gentoo-r1 i686)
=
System uname:
Linux-2.6.26-gentoo-r1-i686-AMD_Phenom-tm-_9550_Quad-Core_Processor-with-glibc2.0
Timestamp of tree: Tue, 07 Oct 2008 16:18:01 +
app-shells/bash: 3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python: 2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc: 0.2.5
sys-apps/sandbox:1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.26
ACCEPT_KEYWORDS=x86 ~x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=amdfam10 -O2 -pipe -msse3
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d
CXXFLAGS=-march=amdfam10 -O2 -pipe -msse3
DISTDIR=/usr/portage/distfiles
EMERGE_DEFAULT_OPTS=--alphabetical
FEATURES=collision-protect distlocks metadata-transfer parallel-fetch
preserve-libs protect-owned sandbox sfperms strict unmerge-orphans
userfetch
GENTOO_MIRRORS=http://mirror.switch.ch/ftp/mirror/gentoo/
ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo
http://gentoo.mirror.solnet.ch 
LANG=de_CH
LDFLAGS=-Wl,-O1
LINGUAS=de
MAKEOPTS=-j5
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage/layman/desktop-effects
/usr/local/portage/layman/soor-overlay
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=3dnow 3dnowext X a52 aac abook acpi aim alsa ao aoss asf audiofile
avantgo avi binary-drivers bluetooth bzip2 cairo cddb cdparanoia cdr
cdrom ch color-console cpudetection crypt css cups dbus deskbar dga divx
dmi dpms dri dts dv dvd dvdnav dvdr eds encode esd evo evolution exif
exiv2 expat fat fbcon fbcondecor fbsplash ffmpeg flac fontconfig
freetype ftp fuse gaim gd gedit gimp glitz gmail gmedia gnokii gnome
gnome-keyring gpac gpgme gphoto2 gpm gs gstreamer gstreamer010 hal
hddtemp hdri id3 id3tag imagemagick ipv6 irda joystick jpeg jpeg2k
justify lame lcms libnotify linuxkeys lm_sensors lzma maildir mbox
menu-plugin mime mjpeg mmx mmxext mono mouse moznocompose moznoirc
moznomail moznoroaming mp2 mp3 mp4 mp4live mpd mpeg mpeg2 mplayer mtp
mudflap musicbrainz mythtv nautilus ncurses netpbm networkmanager
new-login nls nptl nptlonly nsplugin ntfs nuv nvram odbc ogg ogg123
opengl oss ots pae pam pda pdf pdflib perl pidgin plasma pmu png pnm
podcast pop posix ppds python qt3 qt3support qt4 raw raw-mode readline
real realmedia remote rss rtc rtsp samba scanner screenshot sdl
seamonkey semantic-desktop session sharedmem simplexml skins slang smp
sms sndfile soap sockets solid sox spell sse sse2 sse3 ssl ssse3
startup-notification stream stroke svg svga sysfs syslog tcl tcltk tcpd
theora thesaurus thunderbird tiff tk tracker transcode truetype tta
ubuntu unicode upnp usb userlocales utf8 v4l v4l2 vcd vfat video vidix
vim-with-x vorbis win32codecs winbind wma wmf x264 x86 xcb xcf
xcomposite xext xft xgetdefault xine xml xorg xosd xrandr xrender xsl
xvid xvmc yahoo yellownet yv12 zvbi ALSA_CARDS=ali5451 als4000 atiixp
atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938
es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio
via82xx via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy
dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat
linear meter mmap_emul mulaw multi null plug rate route share shm
softvol APACHE2_MODULES=actions alias auth_basic authn_alias
authn_anon authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache dav
dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache
filter headers include info log_config logio mem_cache mime mime_magic
negotiation rewrite setenvif speling status unique_id userdir usertrack
vhost_alias CAMERAS=directory ptp2 ELIBC=glibc
INPUT_DEVICES=keyboard mouse joystick evdev KERNEL=linux
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
ncurses text LINGUAS=de LIRC_DEVICES=devinput atiusb audio
audio_alsa USERLAND=GNU VIDEO_CARDS=vesa radeon fbdev v4l
Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL,
PORTAGE_COMPRESS

Re: [gentoo-user] Re: dhcpcd-5.1.1 compiling error

2009-09-25 Thread Hung Dang
Nikos Chantziaras wrote:
 On 09/25/2009 03:22 AM, Hung Dang wrote:
 walt wrote:
 On 09/24/2009 02:06 PM, Hung Dang wrote:
 Hi all,

 I get the following errors when compiling net-misc/dhcpcd-5.1.1. Do
 you
 know which package  net/if_dl.h and net80211/ieee80211_ioctl.h are
 belong to?

 if-bsd.c:37:23: error: net/if_dl.h: No such file or directory
 if-bsd.c:43:40: error: net80211/ieee80211_ioctl.h: No such file or
 directory

 I'm sorry but I don't know.  I see that the ebuild mentions the
 KEYWORDS
 ~sparc-fbsd and ~x86-fbsd.  Are you using one of those platforms?

 Hi Walt,
 This is a AMD64 system. The interesting thing is I have another system
 which has similar USE flags and it does not have those header files ,
 however, I can compile this version of dhcpcd without any problem.

 If this is an AMD64 system, then something has gone totally haywire;
 the errors you posted indicate that dhcpcd thinks it's being compiled
 on BSD.  if-bsd.c is a source file that does not get compiled on
 Linux; if-linux.c does.

 Can you post your emerge --info?  Maybe someone can spot something
 wrong in it.


Walt: Thanks a lot for your quick reply.
Please find the output of emerge --info in the attached file. Again, my
system only has problem with dhcpcd 5.1.* and it can compile dhcpcd
5.0.6 without any problem.

Thanks
Hung
Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, 
glibc-2.10.1-r0, 2.6.31-gentoo-hhserver x86_64)
=
System uname: 
linux-2.6.31-gentoo-hhserver-x86_64-intel-r-_core-tm-_i7_cpu_9...@_2.67ghz-with-gentoo-2.0.1
Timestamp of tree: Thu, 24 Sep 2009 16:30:01 +
app-shells/bash: 4.0_p33
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.2-r2, 3.1.1-r1
dev-util/cmake:  2.6.4-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.4.3-r3
sys-apps/sandbox:2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.19.1-r1, 2.19.51.0.14
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS=amd64 ~amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/config
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks fixpackages metadata-transfer parallel-fetch protect-owned 
sandbox sfperms strict unmerge-orphans userfetch
GENTOO_MIRRORS=http://gentoo.osuosl.org/ 
LDFLAGS=-Wl,--as-needed
LINGUAS=en en_US
MAKEOPTS=-j7 -s
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit cracklib 
crypt cups dbus djvu dri dts dvd dvdr eds emboss encode esd evo fam fbcondecor 
fbsplash ffmpeg fftw flac fltk fortran gcj gd gdbm gfortran gif gnuplot gpm 
gstreamer gtk hal hddtemp hdf5 iconv imagemagick ipv6 isdnlog java java6 jpeg 
jpeg2k kde kerberos kpathsea lapack laptop latex lcms ldap libnotify lm_sensors 
lua lyx mad math mikmod mmx mmxext mng modules mp3 mp4 mpeg msn mudflap 
multilib multislot mysql ncurses netcdf nls npp nptl nptlonly nsplugin nvidia 
ocaml ogg opengl openmp pam patented pcre pdf perl php plotutil png ppds pppd 
python qt3support qt4 quicktime rdesktop readline reflection samba sdl server 
session spell spl sql sse sse2 ssl ssse3 startup-notification svg swat symlink 
sysfs tcl tcpd threads thunar thunderbird tidy tiff tk truetype unicode usb v4l 
v4l2 vhosts vnc vorbis webkit winbind wma wxwidgets wxwindows x264 xcomposite 
xml xorg xulrunner xv xvid xvmc yahoo zeroconf zlib ALSA_CARDS=ali5451 
als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 
es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx 
via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop 
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul 
mulaw multi null plug rate route share shm softvol APACHE2_MODULES=actions 
alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file 
authz_dbm authz_default authz_groupfile authz_host

[gentoo-user] Icon loading problem after updating for GNOME based application

2009-10-22 Thread Hung Dang
Hi all,
After updating my system I find out that some gnome based applications
have problem with png images. For example, I got this message when
trying to open stadict
Can not load image. Couldn't recognize the image file format for file
'/usr/share/pixmaps/stardict.png' and this problem happened to at least
two of my machines.
Does anyone know what is going on with my system? I use KDE 4.3.2 then
only gtk USE flag is enabled on my box. Please see the output of emerge
--info in the attached file for more information.

Thanks a lot
Hung

 
Portage 2.1.7.1 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, 
glibc-2.10.1-r0, 2.6.30-gentoo-r8-hhserver x86_64)
=
System uname: 
linux-2.6.30-gentoo-r8-hhserver-x86_64-intel-r-_core-tm-_i7_cpu_9...@_2.67ghz-with-gentoo-2.0.1
Timestamp of tree: Tue, 20 Oct 2009 21:45:01 +
app-shells/bash: 4.0_p33
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.3, 3.1.1-r1
dev-util/cmake:  2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.5.2-r1
sys-apps/sandbox:2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS=amd64 ~amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=assume-digests distlocks fixpackages metadata-transfer news 
parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-logs 
unmerge-orphans userfetch
GENTOO_MIRRORS=http://gentoo.osuosl.org/ 
LDFLAGS=-Wl,--as-needed
LINGUAS=en en_US
MAKEOPTS=-j7 -s
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit cracklib 
crypt cups dbus djvu dri dts dvd dvdr dvipdfm eds emboss encode esd evo extra 
fam fbcondecor fbsplash ffmpeg fftw flac fltk fortran gcj gd gdbm gfortran gif 
gnuplot gpm graphics gstreamer gtk hal hddtemp hdf5 iconv imagemagick ipv6 
isdnlog java java6 jpeg jpeg2k kde kerberos kpathsea lapack laptop latex lcms 
ldap libnotify lm_sensors lua lyx mad math mikmod mmx mmxext mng modules mp3 
mp4 mpeg msn mudflap multilib multislot mysql ncurses netcdf nls npp nptl 
nptlonly nsplugin nvidia ocaml ogg omega opengl openmp pam patented pcre pdf 
perl php plotutil png ppds pppd pstricks publishers python qt3support qt4 
quicktime rdesktop readline reflection science sdl sensord server session spell 
spl sql sse sse2 ssl ssse3 startup-notification svg symlink sysfs tcl tcpd 
threads thunar thunderbird tidy tiff tk truetype unicode usb v4l v4l2 vhosts 
vnc vorbis webkit winbind wma wxwidgets wxwindows x264 xcomposite xml xorg 
xulrunner xv xvid xvmc yahoo zeroconf zlib ALSA_CARDS=ali5451 als4000 atiixp 
atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem 
ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null 
plug rate route share shm softvol APACHE2_MODULES=actions alias auth_basic 
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache 
filter headers include info log_config logio mem_cache mime mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev KERNEL=linux 
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text LINGUAS=en en_US USERLAND=GNU VIDEO_CARDS=nvidia 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, 
LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY



[gentoo-user] Eclipse 3.4-r2

2009-11-01 Thread Hung Dang

Hi all,
I installed Eclipse 3.4 on my system and I could be able to enable 
Classic Update under Window  Preferences  General  Capabilities.
Then I try to update Eclipse using Help  Software Updates  Find and 
Update dialog, however, nothing happened when I clicked Next button.

Any idea?

Thanks a lot
Hung

PS: Attached is the output of the emerge --info command and the 
java-check-environment command show that my Java environment if OK.
Portage 2.1.7.2 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r0, 
2.6.30-gentoo-r8-hhserver x86_64)
=
System uname: 
linux-2.6.30-gentoo-r8-hhserver-x86_64-intel-r-_core-tm-_i7_cpu_9...@_2.67ghz-with-gentoo-2.0.1
Timestamp of tree: Sat, 31 Oct 2009 17:15:01 +
app-shells/bash: 4.0_p35
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.4, 3.1.1-r1
dev-util/cmake:  2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.5.2-r1
sys-apps/sandbox:2.2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS=amd64 ~amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=assume-digests distlocks fixpackages metadata-transfer news 
parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-logs 
unmerge-orphans userfetch
GENTOO_MIRRORS=http://gentoo.osuosl.org/ 
LDFLAGS=-Wl,-O1
LINGUAS=en en_US
MAKEOPTS=-j7
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
berkdb bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit 
contrib cracklib crypt cups dbus djvu dri dts dvd dvdr dvipdfm eds emboss 
encode evo extra extras fam fbcondecor fbsplash festival ffmpeg fftw flac fltk 
fortran gd gdbm gfortran gif git gnuplot gpm graphics gstreamer gtk hal hddtemp 
hdf5 iconv imagemagick ipv6 isdnlog java java6 jpeg jpeg2k kde kerberos 
kpathsea lapack laptop latex lcms ldap libnotify lm_sensors lua lyx mad math 
mbrola mikmod mmx mmxext mng modules mp3 mp4 mpeg msn mudflap multilib 
multislot mysql ncurses netcdf nls npp nptl nptlonly nsplugin nvidia ocaml ogg 
omega opengl openmp pam patented pch pcre pdf perl php plotutil png ppds pppd 
pstricks publishers python qt3support qt4 quicktime rdesktop readline 
reflection samba science sdl sensord server session spell spl sql sse sse2 ssl 
ssse3 startup-notification svg symlink sysfs syslog tcl tcpd threads thunar 
thunderbird tidy tiff tk truetype unicode usb v4l v4l2 vhosts vnc vorbis webkit 
wicd winbind wma wxwidgets wxwindows x264 xcomposite xml xorg xulrunner xv xvid 
xvmc yahoo zeroconf zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x 
ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug 
rate route share shm softvol APACHE2_MODULES=actions alias auth_basic 
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache 
filter headers include info log_config logio mem_cache mime mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev KERNEL=linux 
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text LINGUAS=en en_US USERLAND=GNU VIDEO_CARDS=nvidia 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, 
LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY



Re: [gentoo-user] Missing icons in K3b

2009-11-16 Thread Volker Armin Hemmann
On Montag 16 November 2009, Jacques Montier wrote:
 Dale a gentiment tapote:
  Volker Armin Hemmann wrote:
  On Sonntag 15 November 2009, Jacques Montier wrote:
  Volker Armin Hemmann a gentiment tapote:
  On Sonntag 15 November 2009, Jacques Montier wrote:
  Volker Armin Hemmann a gentiment tapote:
  I suspect a missing useflag somewhere.
 
  My k3b useflag :
 
  Installed versions:  1.68.0_alpha3(4)(02:54:09 14/11/2009)(dvd
  encode
  ffmpeg flac mad vorbis wav -aqua -debug -emovix -lame -musicbrainz
  -sndfile -sox -taglib -vcd)
 
   --
  Jacques
 
  more like kdelibs useflags missing. Since games have missing icons
  too.
 
  kdelibs-4.3.1-r2 useflags :
 
  4.3.1-r2(4.3)!t(11:08:17 04/11/2009)(acl alsa bzip2 fam handbook nls
  opengl semantic-desktop spell ssl -3dnow -altivec -aqua -bindist
  -debug
  -doc -jpeg2k -kdeprefix -kerberos -mmx -openexr -sse -sse2 -test
  -zeroconf)
 
  I also have kdelibs-3.5.10-r6 installed which is needed by
  sci-astronomy/celestia.
 
  could you post all your useflags?
 
  In /etc/make.conf : USE=gtk2 hal java oggvorbis pic qt svga tcltk
  -arts -gnome -ipv6
  and my profile : /usr/portage/profiles/default/linux/x86/10.0/desktop
 
  emerge --info useflag list would have been much more usefull ;)
 
  The output of this is good too.
 
  emerge --info | grep USE
 
  I don't think we need the whole thing.  Then again, we may.
 
  Dale
 
  :-)  :-)
 
 Oups sorry... :-) , here it is :
 
 USE=X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdr
 cli consolekit cracklib crypt cups dbus dri dts dvd dvdr eds emboss
 encode evo fam firefox flac fortran gdbm gif gpm gstreamer gtk gtk2 hal
 iconv java jpeg kde ldap libnotify mad mikmod modules mp3 mp4 mpeg
 mudflap ncurses nls nptl nptlonly ogg oggvorbis opengl openmp pam pcre
 pdf perl pic png ppds pppd python qt qt3support qt4 quicktime readline
 reflection sdl session spell spl ssl startup-notification svg svga sysfs
 tcltk tcpd thunar tiff truetype unicode usb vorbis win32codecs x264 x86
 xml xorg xulrunner xv xvid zlib
 
 --
 Jacques
 

here are minze, just for comparism:

USE=32bit 3dnow 3dnowext 7zip S3TC X Xaw3d a52 aac acpi addbookmarks aften 
aiglx aim aio akode akonadi alias alsa altenburgcards amarok amarok2 amd64 amr 
amrnb amrwb analogtv aotuv aqua_theme archive athena atm audio audiofile 
autoreplace bash-completion berkdb binary-drivers binfilter bittorrent 
bluetooth boost branding bzip2 cairo captury cdaudio cdda cddb cdinstall 
cdparanoia cdr cdrom cdsound cegui chm clamav cli clucene connection-sharing 
connectionstatus consolekit contactnotes cracklib crypt css cups curl dbus 
dhcp dhcpcd dirac divx dnd double-precision downloadorder dpms dragonplayer 
dri dts dv dvb dvbplayer dvbsetup dvd dvdr eap-sim eap-tls editor emboss 
emerald emovix encode evo exceptions exif exiv2 expat extra-cardsets fame 
fasttrack fat festival ffmpeg fftw file firefox fits flac flite fontconfig 
foomaticdb 
fortran freetts ftp gadu gd gdbm geoip gif gimp glibc-omitfp glitz glut glx 
gnutella google-gadgets gpgme gpm graphite grub hal hddtemp highlight history 
icons iconv icotools icq icu id3 id3tag ieee1394 imagemagick inotify ipv6 irc 
irmc irrlicht jabber java java6 javascript jce jingle joystick jpeg jpeg2k 
kate kcal kde kde4 kdecards kdeenablefinal kdehiddenvisibility kdepim kdm kexi 
kipi konqueror kontact ktts lame lapack lastfm lcms lesstif libnotify 
libsamplerate libssh2 libv4l2 libwww lirc lm_sensors logitech-mouse logviewer 
lzma lzo mad magic mailbox maildir maps matroska mbox mdnsresponder-compat 
metric mikmod mime mixer mjpeg mmap mmx mmxext mng modules monolithic mp2 mp3 
mp4 mpeg mpeg2 mplayer msn mtp mudflap mule multilib musepack music nano-syntax 
ncurses neXt nepomuk net network networkmanager newspr ngui nls no-old-linux 
nocd nowin nowlistening npp nptl nptlonly nsplugin ntfs obex offensive ogg 
ogg123 ogm old-daemons openexr opengl openmp oscar otr oxygen pam pch pcre pda 
pdf perl phonon physfs pixmaps plasma player plugins png pnm posix postgres 
ppds pppd ps python qt3support qt4 quicktime rar readline recode reflection 
reiser4 reiserfs remix resolvconf rogue rtc sametime sasl scanner scenarios 
schedule schroedinger scsi sdl sdl-image sdl-sound sdlaudio search semantic-
desktop server session skins skype slp smp sms sndfile sockets sound sounds 
spell spl sqlite sqlite3 sse sse2 sse3 sse4a ssh ssl startup-notification 
statistics stats stroke strong-optimization subp svg sysfs sysvipc szip tcpd 
templates test-programs texteffect textures tga theora threads threadsafe 
thumbnail thunar tiff timidity tk tomsfastmath toolbar tools transcode 
translator truetype tv tv_check tv_combiner tv_pick_cgi tvtime udev unicode 
unzip usb userlocales utempter v4l v4l2 vcd videos visualization vorbis webdav 
webkit webpresence wifi wireshark wma wma-fixed wmf wmp wxwindows x264 xanim 
xcb 
xcomposite xemacs xext xface xft xine xml xorg xosd xpm xrandr xrender 
xscreensaver xskatcards xulrunner xv xvid

[gentoo-user] error compiling media-libs/netpbm-10.49.00

2010-07-22 Thread Arnau Bria
 --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=X a52 aac acl acpi alsa apm aspell bluetooth branding bzip2 cairo
cdparanoia cdr clamav consolekit cracklib crypt ctype cups cxx dbus divx dri 
dts dvd dvdr encode exif firefox flac gdbm gif gpm gtk gtk2 hal hddtemp iconv 
imap jpeg jpeg2k jpg libnotify mad mikmod modules mp3 mp4 mpeg mpeg2 mplayer 
mudflap ncurses nls nptl nptlonly nsplugin ogg opengl openmp pango pcre pdf 
perl png ppds python qt3support quicktime readline sasl sdl session 
spamassassin spell spl sqlite sse2 ssl startup-notification svg symlink sysfs 
tcltk tcpd thunar tiff truetype unicode usb userlocales v4l v4l2 vcd vorbis 
win32codecs x264 x86 xcb xface xfce xml xml2 xorg xscreensaver xulrunner xv 
xvid zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 
emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug 
rate route
  share shm softvol APACHE2_MODULES=actions alias auth_basic authn_alias 
authn_anon authn_dbm authn_default authn_file authz_dbm authz_default 
authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav 
dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter 
headers include info log_config logio mem_cache mime mime_magic negotiation 
rewrite setenvif speling status unique_id userdir usertrack vhost_alias 
ELIBC=glibc INPUT_DEVICES=evdev mouse keyboard KERNEL=linux 
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text LINGUAS=es en RUBY_TARGETS=ruby18 USERLAND=GNU VIDEO_CARDS=vesa 
intel i810 XTABLES_ADDONS=quota2 psd pknock lscan length2 ipv4options ipset 
ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark 
dhcpmac delude chaos account 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY

Anyone could give me a hand?

TIA,
-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity



Re: [gentoo-user] error compiling media-libs/netpbm-10.49.00

2010-07-22 Thread Alan McKinnon
 strict unmerge-logs unmerge-orphans
 userfetch GENTOO_MIRRORS=http://distfiles.gentoo.org;
 LANG=en_US.UTF-8
 LC_ALL=en_US.UTF-8
 LDFLAGS=-Wl,-O1
 LINGUAS=es en
 MAKEOPTS=-j3
 PKGDIR=/usr/portage/packages
 PORTAGE_CONFIGROOT=/
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
 --compress --force --whole-file --delete --stats --timeout=180
 --exclude=/distfiles --exclude=/local --exclude=/packages
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
 USE=X a52 aac acl acpi alsa apm aspell bluetooth branding bzip2 cairo
 cdparanoia cdr clamav consolekit cracklib crypt ctype cups cxx dbus divx
 dri dts dvd dvdr encode exif firefox flac gdbm gif gpm gtk gtk2 hal
 hddtemp iconv imap jpeg jpeg2k jpg libnotify mad mikmod modules mp3 mp4
 mpeg mpeg2 mplayer mudflap ncurses nls nptl nptlonly nsplugin ogg opengl
 openmp pango pcre pdf perl png ppds python qt3support quicktime readline
 sasl sdl session spamassassin spell spl sqlite sse2 ssl
 startup-notification svg symlink sysfs tcltk tcpd thunar tiff truetype
 unicode usb userlocales v4l v4l2 vcd vorbis win32codecs x264 x86 xcb xface
 xfce xml xml2 xorg xscreensaver xulrunner xv xvid zlib
 ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
 emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci
 ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug
 file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi
 null plug rate route share shm softvol APACHE2_MODULES=actions alias
 auth_basic authn_alias authn_anon authn_dbm authn_default authn_file
 authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user
 autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env
 expires ext_filter file_cache filter headers include info log_config logio
 mem_cache mime mime_magic negotiation rewrite setenvif speling status
 unique_id userdir usertrack vhost_alias ELIBC=glibc
 INPUT_DEVICES=evdev mouse keyboard KERNEL=linux LCD_DEVICES=bayrad
 cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text
 LINGUAS=es en RUBY_TARGETS=ruby18 USERLAND=GNU VIDEO_CARDS=vesa
 intel i810 XTABLES_ADDONS=quota2 psd pknock lscan length2 ipv4options
 ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat
 logmark ipmark dhcpmac delude chaos account Unset:  CPPFLAGS, CTARGET,
 EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS,
 PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
 
 Anyone could give me a hand?
 
 TIA,

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Fail to emerge media-libs/clutter-1.2.10

2010-08-01 Thread Gmail
 Hi all,

I get the following error when emerge media-libs/clutter-1.2.10.

  GENClutter-1.0.gir
/usr/share/gir-1.0/Pango-1.0.gir: Incompatible version 1.0 (supported: 1.1)
make[4]: *** [Clutter-1.0.gir] Error 1
make[3]: *** [all-recursive] Error 1

Any idea?

Thanks in advance

Hung

PS: Attached is the output of emerge --info =media-libs/clutter-1.2.10
command.



Portage 2.1.8.3 (!../usr/portage/profiles/default/linux/amd64/10.0/desktop, 
gcc-4.4.4, glibc-2.11.2-r0, 2.6.34-gentoo-r2-hhserver-2 x86_64)
=
System Settings
=
System uname: 
linux-2.6.34-gentoo-r2-hhserver-2-x86_64-intel-r-_core-tm-2_quad_cpu_q66...@_2.40ghz-with-gentoo-2.0.1
Timestamp of tree: Sun, 01 Aug 2010 03:30:02 +
app-shells/bash: 4.1_p7
dev-java/java-config: 2.1.11
dev-lang/python: 2.6.5-r3, 3.1.2-r4
dev-util/cmake:  2.8.1-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.6.1-r1
sys-apps/sandbox:2.2
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:   4.4.4-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
virtual/os-headers:  2.6.34
ACCEPT_KEYWORDS=amd64 ~amd64
ACCEPT_LICENSE=*
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -march=core2 -pipe -fomit-frame-pointer
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c
CXXFLAGS=-O2 -march=core2 -pipe -fomit-frame-pointer
DISTDIR=/mnt/nfs_portage/distfiles
FEATURES=assume-digests distlocks fixpackages news parallel-fetch 
protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LDFLAGS=-Wl,--as-needed
LINGUAS=en en_US vi
MAKEOPTS=-j5 -s
PKGDIR=/mnt/nfs_portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/mnt/nfs_portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
berkdb bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit 
contrib cracklib crypt cups dbus device-mapper djvu dri dts dvd dvdr dvipdfm 
eds emacs emboss encode evo extra extras fam fbcondecor fbsplash festival 
ffmpeg fftw flac fltk fortran gd gdbm gdu gfortran gif gimp git gnome gnuplot 
gnutls gphoto2 gpm graphics graphviz gstreamer gtk hddtemp hdf5 iconv 
imagemagick ipp ipv6 java java6 jpeg jpeg2k kde kdrive kerberos kpathsea lame 
lapack laptop latex lcms ldap libnotify lm_sensors lua lyx mad math mbrola 
mikmod mkl mmx mmxext mng modules mono mp3 mp4 mpeg msn mudflap multilib 
multislot mysql ncurses netcdf network-cron nls npp nptl nptlonly nsplugin 
nvidia ocaml ogg omega opengl openmp pam patented pch pcre pdf perl php 
plotutil png policykit ppds pppd preview-latex pstricks publishers python 
qt3support qt4 quicktime rdesktop readline reflection samba scanner science sdl 
secure-delete semantic-desktop sensord server session sip spell spl sql sqlite 
sse sse2 ssl ssse3 startup-notification svg symlink sysfs syslog tcl tcpd 
threads thunar thunderbird tidy tiff tk truetype udev unicode usb v4l v4l2 
vhosts vnc vorbis wav webkit wicd winbind wma wxwidgets wxwindows x264 
xcomposite xemacs xft xml xorg xulrunner xv xvid xvmc yahoo zlib 
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 
trident usb-audio via82xx via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw 
asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa 
lfloat linear meter mmap_emul mulaw multi null plug rate route share shm 
softvol APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile 
authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate 
dir disk_cache env expires ext_filter file_cache filter headers include info 
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling 
status unique_id userdir usertrack vhost_alias ELIBC=glibc 
INPUT_DEVICES=keyboard mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=en en_US vi 
USERLAND=GNU VIDEO_CARDS=nvidia 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK

[gentoo-user] nvidia update problems

2010-12-31 Thread Gary Golden
Merry Christmas!

I'm trying to update system, but stuck with the following message:

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (x11-drivers/nvidia-drivers-260.19.29, ebuild scheduled for merge)
pulled in by
x11-drivers/nvidia-drivers required by (x11-base/xorg-drivers-1.9,
ebuild scheduled for merge)
=x11-drivers/nvidia-drivers-100.14.09 required by
(gnome-extra/sensors-applet-2.2.4, installed)
x11-drivers/nvidia-drivers required by
(media-video/nvidia-settings-195.36.24, installed)
(and 1 more)


I have no idea what that means. What should I do?

-- 
Gary Golden
Portage 2.1.9.25 (default/linux/x86/10.0/desktop/gnome, gcc-4.4.4, 
glibc-2.11.2-r3, 2.6.35-gentoo-r12 i686)
=
System uname: 
linux-2.6.35-gentoo-r12-i686-intel-r-_core-tm-2_duo_cpu_t93...@_2.50ghz-with-gentoo-1.12.14
Timestamp of tree: Fri, 31 Dec 2010 07:30:01 +
app-shells/bash: 4.1_p7
dev-java/java-config: 2.1.11-r1
dev-lang/python: 2.6.6-r1, 3.1.2-r4
dev-util/cmake:  2.8.1-r2
sys-apps/baselayout: 1.12.14-r1
sys-apps/sandbox:2.4
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:   3.4.6-r2, 4.4.4-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
sys-devel/make:  3.81-r2
virtual/os-headers:  2.6.30-r1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=*
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb /usr/share/openvpn/easy-rsa 
/var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5.3/ext-active/ 
/etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ 
/etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=assume-digests binpkg-logs distlocks fixlafiles fixpackages news 
parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn 
unmerge-logs unmerge-orphans userfetch
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LANG=en_US.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
LINGUAS=ru
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac acl acpi aim alsa apache2 bash-completion bluetooth branding 
bzip2 cairo cdda cdr cli colordiff connection-sharing consolekit cracklib crypt 
cscope cups curl curlwrappers cxx dbus dhcpcd djvu dri dts dvd dvdr eds emboss 
encode evo examples exif fam fbcon ffmpeg firefox flac fortran ftp fuse gconf 
gd gdbm gdu gif gnome gnome-keyring gnutls gpm gsm gstreamer gtk gzip hal 
hddtemp iconv icq idn ieee1394 imap innodb jabber jack java javascript jpeg 
kqemu lame lcms libnotify lirc lua lzo mad matroska matrox mikmod mime mmx mng 
modules mp3 mp4 mpeg msn mtp mudflap musepack mysql mysqli nautilus ncurses 
networkmanager nls nptl nptlonly nvidia ogg opengl openmp pam pango pch pcmcia 
pcre pdf perl php png policykit portage ppds pppd pulseaudio python qt3support 
qt4 rdesktop readline rss sasl sdl session sharedmem smp sms sockets spell spl 
sqlite sqlite3 sse sse2 ssl startup-notification svg svga sysfs syslog tcpd 
theora tiff truetype udev unicode usb vhosts vim-syntax vnc vorbis wifi 
win32codecs wxwidgets x264 x86 xcb xml xorg xulrunner xv xvid xvmc yahoo zlib 
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m 
maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug 
rate route share shm softvol APACHE2_MODULES=actions alias auth_basic 
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter 
file_cache filter headers include info log_config logio mem_cache mime 
mime_magic negotiation rewrite setenvif speling status unique_id userdir 
usertrack vhost_alias COLLECTD_PLUGINS=df interface irq load memory rrdtool 
swap syslog ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm earthmate evermore 
fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver 
oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt 
ubx INPUT_DEVICES=evdev synaptics KERNEL=linux LCD_DEVICES=bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=ru 
PHP_TARGETS

Re: [gentoo-user] Why is KDE part of the system set?

2011-02-23 Thread Dale

Neil Bothwick wrote:

On Tue, 22 Feb 2011 22:28:12 -0600, Dale wrote:

   

What is KDE and qt doing in there?  Did I add these somehow?  I'm using
the KDE profile is that where it came from.  I just think this is sort
of weird.
 

The KDE profile sets the kde USE flag - see
$PORTDIR/profiles/targets/desktop/kde/make.defaults.

However, emerge -p system doesn't pull in any KDE packages here, although
it does include qt, so this must be covered by another of your USE flags,
which requires something that in turn requires KDE. Run it again with
--tree to see what's really going on.


   


This is snippets since this is a long list.  I can't believe system has 
gotten this big.  It's almost half the packages on my system.  o_O


[nomerge   ] dev-perl/DBD-mysql-4.01.7
[nomerge   ]  virtual/mysql-5.1
[ebuild   R]   dev-db/mysql-5.1.51
[nomerge   ] x11-libs/qt-webkit-4.7.1-r1
[nomerge   ]  media-sound/phonon-4.4.4
[nomerge   ]   media-sound/phonon-vlc-
[nomerge   ]media-video/vlc-1.1.7
[nomerge   ] kde-base/kdelibs-4.6.0-r1
[nomerge   ]  app-crypt/gnupg-2.0.17
[nomerge   ]   net-nds/openldap-2.4.24
[nomerge   ]dev-libs/cyrus-sasl-2.1.23-r1
[nomerge   ] virtual/jdk-1.6.0
[ebuild   R]  dev-java/icedtea6-bin-1.9.7

[ebuild   R] sys-devel/gcc-4.4.4-r2
[ebuild   R]  sys-libs/glibc-2.11.2-r3
[nomerge   ] kde-base/khelpcenter-4.6.0
[nomerge   ]  kde-base/kdelibs-4.6.0-r1
[ebuild   R   ~]   kde-base/nepomuk-4.6.0
[ebuild   R   ~]   kde-misc/polkit-kde-kcmodules-0.98_pre20101127
[ebuild   R   ~]   kde-base/khelpcenter-4.6.0
[ebuild   R   ~]   sys-auth/polkit-kde-agent-0.99.0
[ebuild   R   ~]kde-base/kdelibs-4.6.0-r1
[ebuild   R] sys-fs/udisks-1.0.1-r1
[ebuild   R]  dev-libs/libatasmart-0.17
[ebuild   R]  sys-block/parted-2.3
[ebuild   R   ~] sys-power/upower-0.9.8

[nomerge   ] kde-base/kdelibs-4.6.0-r1
[nomerge   ]  app-misc/strigi-0.7.1
[nomerge   ]   virtual/fam-0
[ebuild   R]app-admin/gamin-0.1.10

[ebuild   R] sys-apps/file-5.04
[nomerge   ] kde-base/kdelibs-4.6.0-r1
[nomerge   ]  media-libs/jasper-1.900.1-r3
[nomerge   ]   media-libs/freeglut-2.6.0
[nomerge   ]virtual/opengl-7.0
[ebuild   R] media-libs/mesa-7.9.1

[nomerge   ] kde-base/kdelibs-4.6.0-r1
[ebuild   R]  dev-libs/libxslt-1.1.26
[ebuild   R]   dev-lang/python-2.6.6-r1
[ebuild   R   ~]  x11-libs/qt-declarative-4.7.1-r2
[ebuild   R   ~]   x11-libs/qt-opengl-4.7.1
[ebuild   R   ~]   x11-libs/qt-svg-4.7.1-r1
[ebuild   R   ~]   x11-libs/qt-qt3support-4.7.1
[ebuild   R   ~]x11-libs/qt-gui-4.7.1-r1

[nomerge   ] kde-base/kdelibs-4.6.0-r1
[nomerge   ]  x11-misc/xdg-utils-1.0.2_p20100618
[ebuild   R]   x11-misc/shared-mime-info-0.80
[ebuild   R]dev-libs/libxml2-2.7.8


That is some of them at least.  If needed, I can post the whole list but 
it is lengthy.  I always thought system was supposed to be small and 
just what is needed to boot and portage to work.  I had no idea this 
included KDE, qt and other stuff that is not needed.


I did look in the profile.  All I saw was the USE flag as well but 
thought maybe I was missing something else it enabled.  It took me a 
while to find it under default tho.  I was looking under amd64 which is 
basically nothing.  That was confusing at first too.  Anyway.  This is 
my USE info according to emerge --info:


USE=3dnow 3dnowext X aac acpi alsa amd64 aml auto-hinter automount 
avahi berkdb bzip2 cairo cddb cdr chroot cleartype cli clucene 
consolekit corefonts cracklib cups curl cxx dbus dri dvd dvdr emboss 
encode escreen esd exif fam ffmpeg firefox flac fortran gdbm gdu gif 
gimp gkrellm gnutls gphoto2 gpm gtk hbci hddtemp iconv ipv6 java 
javascript jbig jpeg jpeg2k justify kde lcms ldap libnotify libwww 
logrotate loop-aes mad mdnsresponder-compat melt mikmod mmx mng modules 
mp3 mp4 mpeg mplayer mudflap multilib mysql ncurses nls nptl nptlonly 
nsplugin offensive ofx ogg opengl openmp pam pango parport pcre pdf perl 
png policykit ppds ppp pppd python qt3 qt3support qt4 readline sasl sdl 
seamonkey semantic-desktop session sift smp spell sse sse2 ssl 
startup-notification svg sysfs syslog tcl tcpd threads tiff tk truetype 
type1 udev unicode usb vcd vorbis webkit wma wmf x264 xcb xml xorg xv 
xvid yahoo zeroconf zlib ALSA_CARDS=ali5451 als4000 atiixp 
atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 
fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx 
via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare 
dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter 
mmap_emul mulaw multi null plug rate route share shm softvol 
APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default 
authz_groupfile authz_host authz_owner authz_user autoindex cache

Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion

2011-02-27 Thread Mick
On Saturday 26 February 2011 23:21:32 Jesús J. Guerrero Botella wrote:
 2011/2/26 Mick michaelkintz...@gmail.com:
  On Saturday 26 February 2011 11:26:38 Jesús J. Guerrero Botella wrote:
  You could always grep for INPUT_DEVICES into /etc/portage, user -R for
  recursive search.
  
  Also, make sure there's no other statement for INPUT_DEVICES in
  make.conf after the one you posted above.
  
  Thanks, I checked for duplicate entries in make.conf (there aren't any)
  and nothing is shown under /etc/portage ... what now?
 
 Can you post emerge --info?

Here it is:

# emerge --info
Portage 2.1.9.25 (default/linux/amd64/10.0/desktop, gcc-4.4.4, glibc-2.11.2-
r3, 2.6.36-gentoo-r5 x86_64)
=
System uname: Linux-2.6.36-gentoo-r5-x86_64-Intel-R-_Core-TM-
_i7_CPU_Q_720_@_1.60GHz-with-gentoo-1.12.14
Timestamp of tree: Sat, 26 Feb 2011 07:15:01 +
ccache version 2.4 [enabled]
app-shells/bash: 4.1_p9
dev-lang/python: 2.6.6-r1, 3.1.2-r4
dev-util/ccache: 2.4-r9
dev-util/cmake:  2.8.1-r2
sys-apps/baselayout: 1.12.14-r1
sys-apps/sandbox:2.4
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:   4.4.4-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
sys-devel/make:  3.81-r2
virtual/os-headers:  2.6.36.1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS=amd64
ACCEPT_LICENSE=* -@EULA AdobeFlash-10.1
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/config /usr/share/gnupg/qualified.txt
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo
CXXFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=assume-digests binpkg-logs ccache distlocks fail-clean fixlafiles 
fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-
features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox
GENTOO_MIRRORS=http://10.10.10.5:1024/ http://gentoo.virginmedia.com/ 
http://gentoo.tiscali.nl/ http://de-mirror.org/distro/gentoo/ 
http://gentoo.mneisen.org/ http://mirror.mdfnet.se/mirror/gentoo 
http://gentoo.wheel.sk/ http://gentoo.mirror.pw.edu.pl/;
LANG=en_GB.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
LINGUAS=en_GB en
MAKEOPTS=-j9
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --
compress --force --whole-file --delete --stats --timeout=180 --
exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/var/lib/layman/enlightenment /usr/local/portage
SYNC=rsync://10.10.10.5/gentoo-portage
USE=X a52 aac acl acpi alsa amd64 amr berkdb bluetooth branding bzip2 cairo 
cdda cddb cdparanoia cdr chroot cli consolekit cracklib crypt css cups cxx 
dbus dell dri dts dvd dvdr emboss encode exif faac fam firefox flac fortran 
fts3 gdbm gdu gif gnutls gpm hddtemp hpijs iconv imagemagick ipv6 irda jpeg 
kde lcms ldap libnotify libv4l2 live lm_sensors logrotate mad mikmod mmx 
mmxext mng modules mp3 mp4 mpeg mudflap multilib ncurses network-cron new-
hpcups nls nodrm nptl nptlonly nsplugin ogg opengl openmp pam pango pcre pdf 
perl png policykit ppds pppd python qt3support qt4 quicktime readline redland 
rtmp sdl semantic-desktop session shout smime spell sqlite sse sse2 ssl ssse3 
startup-notification svg sysfs tcpd tiff truetype udev unicode usb v4l2 vaapi 
vorbis wps x264 xcb xml xorg xulrunner xv xvid xvmc zip zlib 
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 
trident usb-audio via82xx via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw 
asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa 
lfloat linear meter mmap_emul mulaw multi null plug rate route share shm 
softvol APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile 
authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock 
deflate dir disk_cache env expires ext_filter file_cache filter headers 
include info log_config logio mem_cache mime mime_magic negotiation rewrite 
setenvif speling status unique_id userdir usertrack vhost_alias 
CAMERAS=ptp2 COLLECTD_PLUGINS=df interface irq load memory rrdtool swap 
syslog ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm earthmate evermore fv18 
garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle 
oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx 
INPUT_DEVICES=synaptics evdev KERNEL=linux LCD_DEVICES=bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=en_GB en 
PHP_TARGETS=php5-3 RUBY_TARGETS=ruby18 USERLAND=GNU VIDEO_CARDS=radeon

[gentoo-user] Re: Error emerging ati-drivers-11.11

2011-12-24 Thread czernitko
I finally found an unconfirmed bug about this -
https://bugs.gentoo.org/show_bug.cgi?id=392753
Unfortunately without solution.
Any tips?

2011/12/24 czernitko czerni...@gmail.com

 Hello everyone!
 I've got a problem that makes me lose my hair for about two days already.
 Emerging ati-drivers results in ebuild error, but ati proprietary installer
 works just fine. Last version of ati-drivers that compiles just fine is
 11.6. All following versions of the driver (11.7-11.12) fail to compile. I
 haven't found any appropriate bug, so I guess there is more probably some
 problem with my environment. I am using hardened profile, by the way, but
 without PaX or GrSecurity. Does anyone have any clue about a solution? Or
 should I fill a bug at bugs.gentoo.org as this seems not to be an
 upstream bug?

 Thanks for any advice!
 Peter

 gethexis ~ # emerge -pqv =x11-drivers/ati-drivers-11.11
 [ebuild U] x11-drivers/ati-drivers-11.11 [11.6] USE=modules
 (multilib) qt4 -debug (-opencl)

 gethexis ~ # emerge --info =x11-drivers/ati-drivers-11.11
 Portage 2.1.10.41 (hardened/linux/amd64, gcc-4.5.3-hardenednopie,
 glibc-2.13-r4, 3.0.4-hardened-r1 x86_64)
 =
 System Settings
 =
 System uname:
 Linux-3.0.4-hardened-r1-x86_64-Intel-R-_Core-TM-_i7_CPU_Q_720_@
 _1.60GHz-with-gentoo-2.0.3
 Timestamp of tree: Sat, 24 Dec 2011 09:15:01 +
 app-shells/bash:  4.1_p9
 dev-java/java-config: 2.1.11-r3
 dev-lang/python:  2.6.6-r2, 2.7.2-r3, 3.1.4-r3
 dev-util/cmake:   2.8.6-r4
 dev-util/pkgconfig:   0.26
 sys-apps/baselayout:  2.0.3
 sys-apps/openrc:  0.9.4
 sys-apps/sandbox:
 2.5

 sys-devel/autoconf:   2.13,
 2.68

 sys-devel/automake:   1.9.6-r3, 1.10.3,
 1.11.1

 sys-devel/binutils:
 2.21.1-r1

 sys-devel/gcc:
 4.5.3-r1

 sys-devel/gcc-config:
 1.4.1-r1

 sys-devel/libtool:
 2.4-r1

 sys-devel/make:   3.82-r1
 sys-kernel/linux-headers: 2.6.39 (virtual/os-headers)
 sys-libs/glibc:   2.13-r4
 Repositories: gentoo x-portage
 ACCEPT_KEYWORDS=amd64
 ACCEPT_LICENSE=* -@EULA PUEL Oracle-BCLA-JavaSE
 CBUILD=x86_64-pc-linux-gnu
 CFLAGS=-O2 -pipe -march=core2
 CHOST=x86_64-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/share/config /usr/share/gnupg/qualified.txt
 /usr/share/maven-bin-3.0/conf /usr/share/themes/oxygen-gtk/gtk-2.0
 /var/lib/hsqldb
 CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/
 /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
 /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/
 /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
 /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
 /etc/texmf/updmap.d /etc/texmf/web2c
 CXXFLAGS=-O2 -pipe -march=core2
 DISTDIR=/usr/portage/distfiles
 EMERGE_DEFAULT_OPTS=--autounmask=n --keep-going
 FEATURES=assume-digests binpkg-logs distlocks ebuild-locks fixlafiles
 news parallel-fetch protect-owned sandbox sfperms splitdebug strict
 unknown-features-warn unmerge-logs unmerge-orphans userfetch
 FFLAGS=-O2 -pipe -march=core2 -funroll-all-loops
 GENTOO_MIRRORS=http://ftp.fi.muni.cz/pub/linux/gentoo/;
 LANG=cs_CZ.UTF-8
 LDFLAGS=-Wl,-O1 -Wl,--as-needed
 LINGUAS=cs en
 MAKEOPTS=-j9
 PKGDIR=/usr/portage/packages
 PORTAGE_CONFIGROOT=/
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
 --compress --force --whole-file --delete --stats --timeout=180
 --exclude=/distfiles --exclude=/local --exclude=/packages
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 PORTDIR_OVERLAY=/usr/local/portage
 SYNC=rsync://rsync.cz.gentoo.org/gentoo-portage
 USE=3dnow 3dnowext X aac acl acpi alsa amd64 amr aol apache2 autoipd
 avahi bash-completion berkdb bluetooth branding bugzilla bzip2 cdr clamav
 cli consolekit cracklib crypt cups cvs cxx dbus dhcp dirac directfb
 disk-partition dri dvd eap-tls embedded encode exif extensions extras
 ffmpeg firefox flac fontconfig fortran ftp fuse gcj gcrypt gd gdbm
 geolocation gif gimp git gnutls gpg gphoto2 gpm gpu graphviz groupwise
 handbook hardened hddtemp iconv icq icu imagemagick imap inifile innodb
 inotify ipv6 jabber java javascript jpeg jpeg2k justify kde kerberos kipi
 lame laptop latex lcms lensfun libnotify lm_sensors lzma lzo mad matroska
 matrox mercurial mhash mime mjpeg mmap mmx mmxext mng modplug modules mono
 mozilla mp3 mp4 mpeg mpi mplayer msn mudflap multilib mysql mysqli ncurses
 networkmanager nls nntp nocd nodrm nptl nptlonly nsplugin nspluginwrapper
 odbc ogg openal opengl openmp osc oscar pam pax_kernel pcntl pcre pdf perl
 php pic plasma png policykit posix pppd prediction private-headers
 pulseaudio python qq qt3support qt4 quicktime radius raw rdesktop readline
 recode redeyes reports rss samba sasl schroedinger scp sdl seamonkey
 semantic-desktop session sftp sharedext sharedmem silc skey skype slp smp
 snmp soap sockets socks5 source spell

[gentoo-user] Black Monitor

2012-01-02 Thread Akendo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi guys,


in the moment my screensave makes my Screen sleep. But the screen
doesn't wake up. The Host itself is working fine, but i can't turn on
the monitor anymore.

Restarting of the xserver is not working. All what i can do is a reboot.

I just updated all my xorg-dirvers, but it's a now use.

Here some info about my System:
Portage 2.1.10.41 (default/linux/amd64/10.0/desktop/gnome, gcc-4.5.3,
glibc-2.13-r4, 3.1.5-gentoo x86_64)
=
System uname:
Linux-3.1.5-gentoo-x86_64-Intel-R-_Core-TM-_i7-2820QM_CPU_@_2.30GHz-with-gentoo-2.0.3
Timestamp of tree: Mon, 02 Jan 2012 10:15:01 +
ccache version 3.1.6 [disabled]
app-shells/bash:  4.2_p20
dev-java/java-config: 2.1.11-r3
dev-lang/python:  2.6.6-r2, 2.7.2-r3, 3.1.4-r3
dev-util/ccache:  3.1.6
dev-util/cmake:   2.8.6-r4
dev-util/pkgconfig:   0.26
sys-apps/baselayout:  2.0.3
sys-apps/openrc:  0.9.4
sys-apps/sandbox: 2.5
sys-devel/autoconf:   2.13, 2.68
sys-devel/automake:   1.7.9-r2, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:   2.21.1-r1
sys-devel/gcc:4.4.5, 4.5.3-r1
sys-devel/gcc-config: 1.4.1-r1
sys-devel/libtool:2.4-r1
sys-devel/make:   3.82-r1
sys-kernel/linux-headers: 2.6.39 (virtual/os-headers)
sys-libs/glibc:   2.13-r4
Repositories: gentoo systemd rion
ACCEPT_KEYWORDS=amd64
ACCEPT_LICENSE=* -@EULA *+@EULA PUEL Oracle-BCLA-JavaSE
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -mtune=generic -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/gnupg/qualified.txt
/usr/share/maven-bin-2.2/conf /usr/share/maven-bin-3.0/conf
/usr/share/openvpn/easy-rsa /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo
/etc/texmf/language.dat.d /etc/texmf/language.def.d
/etc/texmf/updmap.d /etc/texmf/web2c
CXXFLAGS=-march=core2 -mtune=generic -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=assume-digests binpkg-logs distlocks ebuild-locks fixlafiles
news parallel-fetch protect-owned sandbox sfperms strict
unknown-features-warn unmerge-logs unmerge-orphans userfetch
FFLAGS=
GENTOO_MIRRORS=http://distfiles.gentoo.org/ 
LANG=en_US.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
LINGUAS=de en en_GB
MAKEOPTS=-j9
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
- --compress --force --whole-file --delete --stats --timeout=180
- --exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/var/lib/layman/systemd /var/lib/layman/rion
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=64 X a52 aac acl acpi alsa amd64 apng avahi bash-completion
berkdb bonjour branding bzip2 cairo cdda cdr cli colord consolekit
cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo
exif extensions fam fbcondecor ffmpeg firefox flac fortran fts fuse
gconf gdbm gdu gif gnome gnome-keyring gnome-online-accounts gnutls
gpg gpm gstreamer gtk hal hddtemp iconv icu imap introspection java
jpeg kvm latex lcms ldap libnotify lzma mad mdnsresponder-compat mmx
mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses nls nptl
nptlonly nsplugin ogg opengl openmp pam pango pcre pdf perl pidgini
png pni policykit pop ppds pppd pulseaudio python qemu qt3support
readline sasl sdl session smbclient smbsharemodes smtp socialweb speex
spell sqlite sqlite3 sse sse2 ssl ssse3 startup-notification
static-libs svg sysfs systemd tcl tcpd theora threads tiff tk truetype
udev unicode usb v4l v4l2 vim-syntax virt-network vorbis wifi winbind
wxwindows x264 xcb xetex xfs xml xorg xulrunner xv xvid zeroconf zlib
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty
extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul
mulaw multi null plug rate route share shm softvol
APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon
authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache cgi
cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter
file_cache filter headers include info log_config logio mem_cache mime
mime_magic negotiation rewrite setenvif speling status unique_id
userdir usertrack vhost_alias CALLIGRA_FEATURES=kexi words flow plan
stage tables krita karbon braindump CAMERAS=ptp2
COLLECTD_PLUGINS=df interface irq load memory rrdtool swap syslog
ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm earthmate evermore fv18
garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver
oldstyle

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-12 Thread Dale
Alan McKinnon wrote:
 On 12/05/2013 23:16, Dale wrote:
 Howdy,

 I been noticing something weird when I upgrade gcc.  Is this normal?

 root@fireball / # genlop -c

  Currently merging 2 out of 5

  * sys-devel/gcc-4.4.7

current merge time: 6 seconds.
ETA: 24 minutes and 27 seconds.

  Currently merging 3 out of 5

  * net-misc/curl-7.30.0

current merge time: 7 seconds.
ETA: 18 minutes and 50 seconds.

  Currently merging 2 out of 5

  * sys-devel/gcc-4.4.7

current merge time: 7 seconds.
ETA: 21 minutes and 14 seconds.
 root@fireball / #


 I'm not worried about curl.  It just happened to be there.  This is the
 list of packages it is supposed to update:

 root@fireball / # emerge -uvaDN world

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild   R] sys-devel/gcc-4.5.4:4.5  USE=gtk mudflap (multilib)
 nls nptl openmp (-altivec) -cxx -doc (-fixed-point) -fortran -gcj
 (-hardened) (-libssp) -lto -multislot -nopie -nossp -objc -objc++
 -objc-gc {-test} -vanilla (-graphite%) 0 kB
 [ebuild   R] sys-devel/gcc-4.4.7:4.4  USE=gtk mudflap (multilib)
 nls nptl openmp (-altivec) -cxx -doc (-fixed-point) -fortran -gcj
 (-hardened) (-libssp) -multislot -nopie -nossp -objc -objc++ -objc-gc
 {-test} -vanilla (-graphite%) 0 kB
 [ebuild U  ] net-misc/curl-7.30.0 [7.29.0-r1] USE=ipv6 ssl threads
 -adns -idn -kerberos -ldap -metalink -rtmp -ssh -static-libs {-test}
 CURL_SSL=openssl -axtls -cyassl -gnutls -nss -polarssl 0 kB
 [ebuild U  ] app-misc/tmux-1.8 [1.6] USE=-vim-syntax 0 kB
 [ebuild U ~] kde-base/kdelibs-4.10.3-r2:4 [4.10.3:4] USE=3dnow alsa
 bzip2 fam handbook jpeg2k lzma mmx nls opengl (policykit)
 semantic-desktop spell sse sse2 ssl udev udisks upower zeroconf -acl
 (-altivec) (-aqua) -debug -doc -kerberos -openexr {-test} 0 kB

 Total: 5 packages (3 upgrades, 2 reinstalls), Size of downloads: 0 kB

 Would you like to merge these packages? [Yes/No] y

 I noticed this one or twice before.  It is compiling the same compiler
 version twice when it should be upgrading/recompiling two *different*
 versions.  I read before that gcc compiles three times or something but
 the thing is, it can compile for HOURS and never finish.  Usually I stop
 it and restart emerge and it compiles as it should, one for each version
 and finishes as it should time wise.  I once started the upgrade and
 went to take a nap.  I woke up around 5 or 6 hours later to find gcc
 compiling twice on the same version.  Even libreoffice only takes a hour
 or so. 

 Anyone else see this before?   Now to go stop this one and get it to
 update right and not take all week. 
 What have you got in world for gcc?


root@fireball / # cat /var/lib/portage/world | grep gcc
sys-devel/gcc:4.4
sys-devel/gcc:4.5
root@fireball / #

I generally keep two versions.  Got bit once.  Long time ago but still,
no fun to fix.


 What's in make.conf?

This is the USE line.  I'm not sure if you want all the rest.  Rest is
normal stuff, pretty much.  lol

USE=3dnow 3dnowext X a52 acpi alsa aml apng automount avahi \
 bash-completion bzip2 -cairo cddb cdr chroot cleartype clucene
corefonts \
 cups curl dbus declarative dri dvd dvdr embedded escreen esd \
 exif faac ffmpeg fontconfig -fortran gif gimp gkrellm gphoto2 \
 gtk hbci hddtemp iostats ipv6 java javascript jbig jpeg2k \
 justify kde kmod libwww logrotate loop-aes lvm lzma \
 mdnsresponder-compat melt mmx mmxext mng mp3 mplayer mysql nls
nsplugin \
 nvidia offensive ofx opengl openrc parport pdf pdfimport \
 policykit ppds ppp qt4 sasl seamonkey semantic-desktop sift smp \
 sse sse2 sse4a syslog tcl threads tiff tk truetype type1 udev \
 usb vcd webkit win32codecs wma wmf yahoo zeroconf -acl \
 -bluetooth -branding -doc -dts -eds -fftw -gcj -gnome -jabber \
 -jingle -ldap -musepack -openldap -oss -otr sqlite -sqlite3 -theora \
 -v41 -xulrunner -h -crypt -cxx



 gcc's build system does cause gcc tro be built three times[1], but
 that's internal to gcc and has nothing to do with portage. There should
 still only be one emerge for a SLOT. If it's doing the same package
 twice, then the files in /var/tmp/portage are liable to get continually
 clobbered and who knows what will happen.


 [1]  The logic goes something like this: it's a compiler, so the code it
 produces must be consistently identical for identical inputs. So, the
 current compiler builds gcc, giving version Y built by version X. That
 instance of gcc in turn builds a gcc, giving version Y built by version Y.

 Now you should have two copies of the same version of gcc, and they
 should be identical, plus the output code must also be identical. The
 gcc builds system checks for this by actually doing compiles and
 comparing the results. I've gotten a bit hazy on what specific bits
 actually do what, but that's the general concept. But all this
 rebuilding is internal and you only see

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Alan McKinnon
On 12/05/2013 23:53, Dale wrote:
 Alan McKinnon wrote:
 On 12/05/2013 23:16, Dale wrote:
 Howdy,

 I been noticing something weird when I upgrade gcc.  Is this normal?

 root@fireball / # genlop -c

  Currently merging 2 out of 5

  * sys-devel/gcc-4.4.7

current merge time: 6 seconds.
ETA: 24 minutes and 27 seconds.

  Currently merging 3 out of 5

  * net-misc/curl-7.30.0

current merge time: 7 seconds.
ETA: 18 minutes and 50 seconds.

  Currently merging 2 out of 5

  * sys-devel/gcc-4.4.7

current merge time: 7 seconds.
ETA: 21 minutes and 14 seconds.
 root@fireball / #


 I'm not worried about curl.  It just happened to be there.  This is the
 list of packages it is supposed to update:

 root@fireball / # emerge -uvaDN world

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild   R] sys-devel/gcc-4.5.4:4.5  USE=gtk mudflap (multilib)
 nls nptl openmp (-altivec) -cxx -doc (-fixed-point) -fortran -gcj
 (-hardened) (-libssp) -lto -multislot -nopie -nossp -objc -objc++
 -objc-gc {-test} -vanilla (-graphite%) 0 kB
 [ebuild   R] sys-devel/gcc-4.4.7:4.4  USE=gtk mudflap (multilib)
 nls nptl openmp (-altivec) -cxx -doc (-fixed-point) -fortran -gcj
 (-hardened) (-libssp) -multislot -nopie -nossp -objc -objc++ -objc-gc
 {-test} -vanilla (-graphite%) 0 kB
 [ebuild U  ] net-misc/curl-7.30.0 [7.29.0-r1] USE=ipv6 ssl threads
 -adns -idn -kerberos -ldap -metalink -rtmp -ssh -static-libs {-test}
 CURL_SSL=openssl -axtls -cyassl -gnutls -nss -polarssl 0 kB
 [ebuild U  ] app-misc/tmux-1.8 [1.6] USE=-vim-syntax 0 kB
 [ebuild U ~] kde-base/kdelibs-4.10.3-r2:4 [4.10.3:4] USE=3dnow alsa
 bzip2 fam handbook jpeg2k lzma mmx nls opengl (policykit)
 semantic-desktop spell sse sse2 ssl udev udisks upower zeroconf -acl
 (-altivec) (-aqua) -debug -doc -kerberos -openexr {-test} 0 kB

 Total: 5 packages (3 upgrades, 2 reinstalls), Size of downloads: 0 kB

 Would you like to merge these packages? [Yes/No] y

 I noticed this one or twice before.  It is compiling the same compiler
 version twice when it should be upgrading/recompiling two *different*
 versions.  I read before that gcc compiles three times or something but
 the thing is, it can compile for HOURS and never finish.  Usually I stop
 it and restart emerge and it compiles as it should, one for each version
 and finishes as it should time wise.  I once started the upgrade and
 went to take a nap.  I woke up around 5 or 6 hours later to find gcc
 compiling twice on the same version.  Even libreoffice only takes a hour
 or so. 

 Anyone else see this before?   Now to go stop this one and get it to
 update right and not take all week. 
 What have you got in world for gcc?
 
 
 root@fireball / # cat /var/lib/portage/world | grep gcc
 sys-devel/gcc:4.4
 sys-devel/gcc:4.5
 root@fireball / #
 
 I generally keep two versions.  Got bit once.  Long time ago but still,
 no fun to fix.
 
 
 What's in make.conf?
 
 This is the USE line.  I'm not sure if you want all the rest.  Rest is
 normal stuff, pretty much.  lol
 
 USE=3dnow 3dnowext X a52 acpi alsa aml apng automount avahi \
  bash-completion bzip2 -cairo cddb cdr chroot cleartype clucene
 corefonts \
  cups curl dbus declarative dri dvd dvdr embedded escreen esd \
  exif faac ffmpeg fontconfig -fortran gif gimp gkrellm gphoto2 \
  gtk hbci hddtemp iostats ipv6 java javascript jbig jpeg2k \
  justify kde kmod libwww logrotate loop-aes lvm lzma \
  mdnsresponder-compat melt mmx mmxext mng mp3 mplayer mysql nls
 nsplugin \
  nvidia offensive ofx opengl openrc parport pdf pdfimport \
  policykit ppds ppp qt4 sasl seamonkey semantic-desktop sift smp \
  sse sse2 sse4a syslog tcl threads tiff tk truetype type1 udev \
  usb vcd webkit win32codecs wma wmf yahoo zeroconf -acl \
  -bluetooth -branding -doc -dts -eds -fftw -gcj -gnome -jabber \
  -jingle -ldap -musepack -openldap -oss -otr sqlite -sqlite3 -theora \
  -v41 -xulrunner -h -crypt -cxx
 
 

 gcc's build system does cause gcc tro be built three times[1], but
 that's internal to gcc and has nothing to do with portage. There should
 still only be one emerge for a SLOT. If it's doing the same package
 twice, then the files in /var/tmp/portage are liable to get continually
 clobbered and who knows what will happen.


 [1]  The logic goes something like this: it's a compiler, so the code it
 produces must be consistently identical for identical inputs. So, the
 current compiler builds gcc, giving version Y built by version X. That
 instance of gcc in turn builds a gcc, giving version Y built by version Y.

 Now you should have two copies of the same version of gcc, and they
 should be identical, plus the output code must also be identical. The
 gcc builds system checks for this by actually doing compiles and
 comparing the results. I've gotten a bit hazy on what specific bits
 actually do what, but that's the general

[gentoo-user] Re: Machine completely broken; Ncursed!

2015-04-12 Thread »Q«
On Sun, 12 Apr 2015 22:07:20 +0200
J. Roeleveld jo...@antarean.org wrote:

 On Sunday, April 12, 2015 12:23:56 PM »Q« wrote:
  On Sun, 12 Apr 2015 11:12:38 +0200
  
  J. Roeleveld jo...@antarean.org wrote:
   On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote:
PYTHON_TARGETS=${PYTHON_TARGETS} python2_7 python3_4
PYTHON_SINGLE_TARGET=python2_7
   
   These are set in your profile, please do not override this.
   In other words, please remove these 2 lines.
  
  I'm not the OP.  (I spend less time than him on maintaining my
  system.)
  
  Should those variables really not be set in make.conf?  I added
  them to make.conf some time back because portage complained about
  them, and if I comment them out, it complains again, like so:

[snip]

The following REQUIRED_USE flag constraints are unsatisfied:
  python? ( exactly-one-of ( python_single_target_python3_3
  python_single_target_python3_4 python_single_target_python2_7 ) )

 I have never set them and don't remember having an issue.
 
 From the above, it looks like they are all unset when you remove that
 line.

I think that's right.
 
 Which profile are you using?

default/linux/amd64/13.0/desktop/kde

 And what is the rest of your make.conf?

Before you pore through it, I guess I should point out that it's not
causing me any problems -- I was just curious about why it would be a
bad idea for me to manage those PYTHON_* variables myself.  I guess the
most notable thing about my make.conf is that I'm one of those crazy
USE=-* people.

$ cat /etc/portage/make.conf
# Please consult /usr/share/portage/config/make.conf.example for a detailed 
example.

CFLAGS=-march=native -O2 -pipe
CXXFLAGS=${CFLAGS}

# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST=x86_64-pc-linux-gnu

# weird load averages, maybe this will help
# 7.2 used to be right
MAKEOPTS=--jobs=8 --load-average=11.2

PORTDIR=/usr/portage
DISTDIR=${PORTDIR}/distfiles
PKGDIR=${PORTDIR}/packages
PORT_LOGDIR=/var/log/portage

# layman expands and empty variable, then we postpend
# the main tree to it.  This should give the main tree
# precendence.
PORTDIR_OVERLAY=
source /var/lib/layman/make.conf
PORTDIR_OVERLAY=$PORTDIR_OVERLAY $PORTDIR

PORTAGE_ELOG_CLASSES=info warn error
PORTAGE_ELOG_SYSTEM=echo:warn,error save

PORTAGE_SYNC_STALE=10

FEATURES=binpkg-logs buildsyspkg collision-protect downgrade-backup
 fail-clean fixlafiles news parallel-fetch parallel-install
 preserve-libs sandbox strict unknown-features-warn userfetch
 userpriv usersandbox usersync

# see note above about MAKEOPTS
EMERGE_DEFAULT_OPTS=--ask-enter-invalid --jobs=8 --load-average 11.2 
--with-bdeps y

LINGUAS=en_US en

ABI_X86=64

CPU_FLAGS_X86=aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 
ssse3

GRUB_PLATFORMS=efi-64

PYTHON_TARGETS=python2_7 python3_4
USE_PYTHON=2.7
PYTHON_SINGLE_TARGET=python2_7

RUBY_TARGETS=ruby20

CURL_SSL=openssl

CALLIGRA_FEATURES=author braindump flow karbon kexi krita plan sheets stage 
words

INPUT_DEVICES=evdev mouse keyboard synaptics

#  need to add the intel card 
VIDEO_CARDS=intel i965 v4l vesa
#VIDEO_CARDS=nvidia v4l vesa

# without this, grub:0 ebuilds mess with /boot
DONT_MOUNT_BOOT=1

USE=-* 64bit X a52 aac aalib accessibility acl acpi additions agg alsa apng
 archive asf aspell audio aura avahi avcodec avformat avx bash-completion
 bluetooth bookmarks boost branding bzip2 cairo calendar canlock cdda cddb
 cdio cdparanoia cdr center-tilde chatzilla chert city classic clucene
 color colordiff consolekit cover cracklib crypt cryptsetup css cups curl
 cxx dbus declarative dga dillo distinct-l dri dts dvd dvdr edit eigen
 encode exif expat extensions extra-cardsets extraengine fam fbcon ffmpeg
 filters flac fluidsynth fontconfig fontforge foomatic foomaticdb fortran
 ftp gdbm gif glew glib gmp gnutls gost gpl gpm graphviz gstreamer gudev
 handbook hbci hddtemp holidays hwdb iconv icu id3tag idn imagemagick imap
 inotify input_uvc int-quality ipc ipv6 isag javascript jit joystick jpeg
 json kde kdenlive kdepim kerberos kipi kmod ladspa lame lcms libass libev
 libkms libnotify libsecret libvisual lm_sensors lzma mad magic matroska
 mdnsresponder-compat melt midi mikmod minizip mjpeg mmx mmxext mng mod
 modplug mouse mp3 mp4 mpd mpeg mplayer mudflap musepack musicbrainz mysql
 nano-syntax natspec ncurses netifrc nls nntp nptl nsplugin ntfsprogs
 offensive offlinehelp ofx ogg okular opengl openmp openrc openssl opus
 orc output_autofocus output_file output_http output_rtsp output_udp pam
 pcf pci pcre pdf perl pm-utils png policykit portmon postproc psf ptpax
 pyqt4 python2 qt3support qt4 quicktime raptor readline recursion-limit
 redland rss rtc sasl script scripts sdk sdl sdl-image sdl-sound
 secure-delete security semantic-desktop sensord session

[gentoo-user] Major trouble with my build system

2016-11-29 Thread Christian Rößner
ot;
PORTAGE_TMPDIR="/var/tmp"
USE="acl adns aio amd64 bacula-clientonly bacula-console bash-completion
berkdb bindist btrfs bzip2 caps cli cracklib crypt curl cxx
device-mapper dri gdbm hardened iconv ipv6 justify logrotate loop-aes
lzo mmap mmx mmxext modules ncurses nls nptl nscd ntp openmp openssl pam
pax_kernel pcre pie readline seccomp session sse sse2 ssl ssp tcpd
threads unicode urandom vim-syntax xattr xtpax zlib" ABI_X86="64"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias
auth_basic authn_alias authn_anon authn_dbm authn_default authn_file
authz_dbm authz_default authz_groupfile authz_host authz_owner
authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir
disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
speling status unique_id userdir usertrack vhost_alias"
CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon
braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load
memory rrdtool swap syslog aggregation cgroups contextswitch cpu cpufreq
curl curl_json curl_xml disk email entropy ethstat exec filecount
fscache hddtemp ipmi iptables logfile log_logstash multimeter netlink
network nfs nginx ntpd numa openvpn ping processes protocols python
sensors snmp uptime users uuid virt" CPU_FLAGS_X86="mmx sse sse2"
ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18
garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver
oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate
tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux"
L10N="de en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216
lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console
presenter-minimizer" LINGUAS="de en" NGINX_MODULES_HTTP="access
auth_basic autoindex browser charset dav empty_gif fancyindex fastcgi
geo gzip headers_more limit_conn limit_req map memcached proxy referer
rewrite scgi spdy split_clients ssi upstream_ip_hash userid uwsgi"
OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6"
PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4"
QEMU_SOFTMMU_TARGETS="x86_64 i386" QEMU_USER_TARGETS="x86_64 i386"
RUBY_TARGETS="ruby20" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel
nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd
pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition
tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK,
PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


BTW: I do not use a hardened kernel. And I also tried a vanilla gcc version.

Christian



Re: [gentoo-user] Can't install a new system

2021-04-12 Thread Peter Humphrey
On Thursday, 8 April 2021 16:47:05 BST Neil Bothwick wrote:
> On Thu, 08 Apr 2021 13:27:51 +0100, Peter Humphrey wrote:
> > Untarring the latest stage-3 onto /mnt/gentoo, /mnt/gentoo/var and /mnt/
> > gentoo/usr/local gets me started. Then I chroot /mnt/gentoo /bin/bash,
> > and that works too. Then I leave the profile at the default vanilla
> > amd64 and emerge-webrsync. So far so good. Then when I try emerge
> > -uaDvN @world I get a circular dependency involving elt-patches and
> > xz-utils. No amount of unsetting of USE flags makes any difference. Nor
> > does --excluding one of them, because portage just refuses to do that.
> 
> Try omitting -D and -N to reduce the number of packages being rebuilt. If
> that doesn't help, post the output here.

Okay, step by step. First I chose the basic make.profile, number 1, and 
installed my base system set - everything that doesn't need a GUI. Then I 
switched to the basic desktop profile, number 5 and ran a -uav @world. So far 
so good, but then I attempted to install a basic set of GUI packages - 
everything but a DE. The command was 'emerge -uav @xorg'. I got this:

--->8
>>> Preparing source in /var/tmp/portage/dev-ruby/net-telnet-0.2.0/work ...
 * Running prepare phase for all ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby27 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ruby/net-telnet-0.2.0/work ...
 * Running configure phase for ruby27 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-ruby/net-telnet-0.2.0/work ...
 * Running compile phase for ruby27 ...
 * Running compile phase for all ...
>>> Source compiled.
 * Skipping make test/check due to ebuild restriction.
>>> Test phase [disabled because of RESTRICT=test]: dev-ruby/net-telnet-0.2.0

>>> Install dev-ruby/net-telnet-0.2.0 into /var/tmp/portage/dev-ruby/net-
telnet-0.2.0/image/
 * Running install phase for ruby27 ...
Traceback (most recent call last):
3: from :1:in `'
2: from :1:in `require'
1: from /usr/lib64/ruby/2.7.0/rubygems.rb:16:in `'
/usr/lib64/ruby/2.7.0/rubygems.rb:16:in `require': cannot load such file -- 
rubygems/compatibility (LoadError)
 * Unable to find the gems dir
 * ERROR: dev-ruby/net-telnet-0.2.0::gentoo failed (install phase):
 *   Unable to find the gems dir
--->8

There seems to be an inconsistency in the ruby packaging. Is there anything I 
can do to evade it? I've attached the package-set files I use when building a 
new system, for info.

-- 
Regards,
Peter.
app-emulation/virtualbox-additions
app-emulation/virtualbox-extpack-oracle
app-emulation/virtualbox-modules
app-office/libreoffice
kde-apps/kwrite
kde-apps/okular
media-gfx/gimp
net-analyzer/nmap
net-misc/netkit-telnetd
net-print/cups
net-print/cups-pdf
sci-misc/boinc
sys-apps/gptfdisk
sys-block/gparted
www-client/firefox

app-admin/hddtemp
app-admin/lib_users
app-admin/logrotate
app-admin/sudo
app-admin/syslog-ng
app-editors/joe
app-editors/nano
app-misc/colordiff
app-misc/mmv
app-portage/eix
app-portage/elogv
app-portage/euses
app-portage/genlop
app-portage/gentoolkit
net-analyzer/iptraf-ng
net-analyzer/tcpdump
net-analyzer/traceroute
net-firewall/shorewall
net-fs/nfs-utils
net-misc/chrony
net-misc/whois
sys-apps/lshw
sys-apps/portage
sys-apps/smartmontools
sys-apps/usbutils
sys-fs/dosfstools
sys-fs/ntfs3g
sys-power/acpid
sys-process/cronie
sys-process/iotop
sys-process/lsof
www-client/links


core
Description: application/core
dev-lang/rust-bin
gui-libs/display-manager-init
kde-apps/ark
kde-apps/filelight
kde-apps/k3b
#kde-apps/kcharselect
kde-apps/kdeadmin-meta
kde-apps/kdecore-meta
kde-apps/kdegraphics-meta
kde-apps/kdepim-meta
kde-apps/konsole
kde-apps/krfb
kde-apps/kwalletmanager
kde-apps/print-manager
kde-misc/kio-gdrive
kde-plasma/plasma-meta
kde-misc/kio-gdrive
mail-filter/spamassassin
media-fonts/dejavu

## Added to replace kde-plasma/plasma-meta
#kde-plasma/breeze-gtk
#kde-plasma/plasma-browser-integration
#kde-plasma/kde-gtk-config
#kde-plasma/kdeplasma-addons
#kde-plasma/khotkeys
#kde-plasma/kwallet-pam
#kde-plasma/oxygen
#kde-plasma/plasma-desktop
#kde-plasma/sddm-kcm
#kde-plasma/systemsettings
#x11-misc/sddm
app-misc/radeontop
app-portage/cpuid2cpuflags
net-dns/bind-tools
sys-apps/hwinfo
sys-fs/extundelete
dev-libs/amdgpu-pro-opencl
media-fonts/corefonts
media-fonts/freefont
media-fonts/intlfonts
media-fonts/unifont
x11-apps/mesa-progs
x11-base/xorg-server
x11-drivers/xf86-video-amdgpu
x11-plugins/gkrellm-gkfreq
x11-plugins/gkrellmoon
x11-plugins/gkrellsun
x11-plugins/gkrelltop
x11-themes/gkrellm-themes


[gentoo-user] Cannot compile gcc-3.3.6-r1 using gcc-4.2.3

2008-03-30 Thread Alan McKinnon
Hi,

I think I screwed up :-(   Sorry about post length, there's a lot of 
error output. (If I need to, I have a 2005.0 stage 3 with an old 
compiler. If this can't be easily fixed, I reckon I could 
mount/chroot/quickpkg gcc and install it on the host)

While cleaning up my machine, I unmerged gcc-3.3.6-r1 and the spare 
quickpkg I had of it. Now virtual/libstdc++ needs it and the build 
fails with the error: 

configure: error: can only configure for one host and one target at a 
time


My system compiler is gcc-4.2.3:
 Installed versions:  4.2.3(4.2)(10:35:08 19/02/08)(doc gtk mudflap 
openmp -altivec -bootstrap -build -fortran -gcj -hardened -ip28 -ip32r10k 
-libffi -multilib -multislot -n32 -n64 -nls -nocxx -objc -objc++ -objc-gc -test 
-vanilla)


USE for gcc-3.3.6-r1 looks like so:
[ebuild  NS   ] sys-devel/gcc-3.3.6-r1  USE=doc 
(-altivec) -bootstrap -boundschecking -build -fortran -gcj -gtk 
(-hardened) -ip28 -ip32r10k -libffi (-multilib) -multislot (-n32) 
(-n64) -nls -nocxx -nopie -nossp -objc -test -vanilla 0 kB


(trimmed) emerge --info:
Portage 2.1.4.4 (default-linux/x86/2007.0/desktop, gcc-4.2.3, 
glibc-2.7-r2, 2.6.24-gentoo-r3 i686)
=
System uname: 2.6.24-gentoo-r3 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 
2.20GHz
Timestamp of tree: Tue, 25 Mar 2008 21:30:01 +
app-shells/bash: 3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python: 2.5.1-r5
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS=x86 ~x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium4 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/kde/4.0/env /usr/kde/4.0/share/config 
/usr/kde/4.0/shutdown /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf 
/etc/gconf /etc/init.d /etc/php/apache2-php5/ext-active/ 
/etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild 
/etc/terminfo /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-O2 -march=pentium4 -pipe
DISTDIR=/var/distfiles
FEATURES=distlocks metadata-transfer parallel-fetch sandbox sfperms 
strict unmerge-orphans userfetch userpriv usersandbox
GENTOO_MIRRORS=/mnt/distfiles http://distfiles.gentoo.org 
http://www.ibiblio.org/pub/Linux/distributions/gentoo;
LANG=en_GB.UTF-8
LC_ALL=en_GB.UTF-8
LINGUAS=en_US
MAKEOPTS=-j3
PKGDIR=/var/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/var/portage
PORTDIR_OVERLAY=/var/portage/local/layman/enlightenment 
/var/portage/local/layman/sunrise /var/portage/local/layman/mozilla 
/var/portage/local/alan
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac aalib acl acpi adns aiglx alsa apache2 audiofile 
bash-completion berkdb bluetooth branding bzip2 cairo cdr cli cracklib 
crypt css cups curl curlwrappers cvs dbus dga dri dts dv dvb dvd dvdr 
dvdread emboss encode exif expat fam ffmpeg firefox flac fontconfig 
foomaticdb ftp gd gdbm gif gimp glitz glut gnuplot gnutls gpm gtk 
gtkhtml hal hddtemp iconv icq id3tag ieee1394 imagemagick imap imlib 
ipod isdnlog jabber java javascript jbig jce jpeg jpeg2k kde keyring 
lcms ldap lesstif libc_glibc libcaca libg++ libnotify libsamplerate 
libsndfile libwww lm_sensors mad maildir matroska mbox mcal midi mikmod 
milter mime mmx mng motif mp3 mp4 mpeg mtp mudflap mysql mysqli ncurses 
netboot nfs nptl nsplugin odbc offensive ogg openal opengl openmp pam 
pango pcmcia pcre pdf perl php plotutils pmu png posix postgres ppds 
pppd profile python qt3 qt3support qt4 quicktime readline real 
reflection samba sasl scanner sdl session slp sms spell spl sqlite 
sqlite3 sse sse2 ssl ssse3 startup-notification subversion svg sysvipc 
tcl tcltk tcpd tetex theora threads tiff tk truetype udev unicode usb 
utempter vcd vim-syntax vorbis wifi win32codecs wmf wxwindows x264 x86 
xattr xcomposite xine xinerama xinetd xml xorg xosd xpm xulrunner xv 
xvid xvmc zeroconf zlib ALSA_CARDS=intel8x0 intel8x0m 


Error output:
 Compiling source 
in /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6 ...
 * CFLAGS=-O2 -march=pentium4 -pipe
 * CXXFLAGS=-O2 -march=pentium4 -pipe
 * Configuring gcc ...
 * running gcc-compiler-configure
 * configuring for GCC_LANG: c,c++,treelang

 * PREFIX:  /usr
 * BINPATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3.6
 * LIBPATH: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6
 * DATAPATH:/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6
 * 
STDCXX_INCDIR:   /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include/g++-v3

Re: [gentoo-user] DBus error in solid (kde 4.1 hardware monitoring daemon)

2008-10-14 Thread Andrey Vul
On Tue, Oct 14, 2008 at 6:39 PM, Alan McKinnon [EMAIL PROTECTED] wrote:
 On Wednesday 15 October 2008 00:19:04 Andrey Vul wrote:
 Does anybody know what this error means and how to solve it?
 virtual QStringList Solid::Backends::Hal::HalManager::allDevices()
 error:  org.freedesktop.DBus.Error.Disconnected

 Apparently DBus disconnected from ... something

 Not even Google knows what that error is. Please supply some context, maybe
 some USE flags you have enabled and which version of which applicable
 apps/libs you have installed. And a description of what you do just before
 you get that error would be nice.

I ran $solid-hardware list details
because I wasn't getting any devices in the Devices recently pulgged
in list in the system tray after inserting my USB key.

The package is kde-base/solid-hardware-4.1.2.

emerge --info:
Portage 2.2_rc11 (default/linux/amd64/2008.0, gcc-4.3.2,
glibc-2.8_p20080602-r0, 2.6.26.5-rt9 x86_64)
=
System uname: 
Linux-2.6.26.5-rt9-x86_64-AMD_Turion-tm-_64_Mobile_Technology_ML-34-with-glibc2.2.5
Timestamp of tree: Tue, 07 Oct 2008 23:30:01 +
app-shells/bash: 3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python: 2.4.4-r13, 2.5.2-r8, 2.6-r2
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc: 0.3.0
sys-apps/sandbox:1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.26
ACCEPT_KEYWORDS=amd64 ~amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -pipe -march=k8 -mtune=k8 -msse3
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/env /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config
/usr/shutdown /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-O2 -pipe -march=k8 -mtune=k8 -msse3
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer parallel-fetch preserve-libs
protect-owned sandbox sfperms strict unmerge-orphans userfetch
GENTOO_MIRRORS=http://adelie.polymtl.ca/
http://mirror.datapipe.net/gentoo
http://gentoo.cites.uiuc.edu/pub/gentoo/ http://gentoo.netnitco.net
http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
http://gentoo.osuosl.org/ http://cdot.senecac.on.ca/software/gentoo/
ftp://gentoo.cites.uiuc.edu/pub/gentoo/
http://gentoo.mirrors.tds.net/gentoo
http://gentoo.arcticnetwork.ca/source/
http://gentoo.mirrors.tera-byte.com/
http://mirror.usu.edu/mirrors/gentoo/
http://osmirrors.cerias.purdue.edu/pub/gentoo/
http://lug.mtu.edu/gentoo/ http://mirror.mcs.anl.gov/pub/gentoo/;
LDFLAGS=-Wl,-O1
LINGUAS=en en_US ja ru
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage/layman/pro-audio
/usr/local/portage/layman/desktop-effects
/usr/local/portage/layman/sunrise
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=3dnow 3dnowext 3ds 64bit 7zip S3TC X Xaw3d a52 aac aalib acct ace
acl acpi aften allegro alsa amarok amd64 amr amrnb amrwb animgif antlr
ao apache2 archive arts audiofile avahi bash-completion battery bcmath
bcp bdf berkdb bidi binary-drivers bittorrent bjam blas blender-game
boost bsf bzip2 c++ cairo canna caps cardbus cdda cddb cdio cdparanoia
cdr cdrom cdsound cgi cgraph charconv chardet chasen chm cjk cli
clucene color-console colordiff cpufreq cracklib crypt cscope css cups
cupsddk curl curlwrappers cvs cxx dbus dc1394 designer-plugin
device-mapper dga dia directfb divx djbfft djvu dmi dri dssi dts dv
dvd dvdr dvdread dvi dynamicplugin ecc emovix enca encode enscript
erandom esd evo exif exiv2 expat extra extras fam fame fastcgi fat
fbcon ffmpeg fftw firefox flac flash flexresp flexresp2 fltk
fluidsynth fontconfig fontforge foomaticdb fortran ftp fuse games gcj
gd gdbm gecko geoip gif gimp ginac git glib glibc-omitfp glitz glsa
glut gmail gmedia gmp gnuplot gnutls gpac gpg gphoto2 gpm gps grammar
graphics graphvizgrub gs gsl gstreamer gtk guile hal hddtemp hdri hfs
history htmlhandbook hunspell iconv id3 id3tag idea idn ieee1394 image
imagemagick imlib inkjar inquisitio int64 ipv6 irc jabber jack
jack-tmpfs java java6 javascript jbig jce jfs jingle john jpeg jpeg2k
kakasi kde kde4 kdehiddenvisibility kerberos kmid ladspa lame lapack
laptop lash latex lcms ldap libcaca libdsk libsamplerate libsexy
libssh2 libtommath libwww lm_sensors loop-aes lua lzo m17n-lib mad
math matroska mbrola midi migemo mikmod ming mjpeg mktemp mmap mmkeys
mmx mmxext mng modplug mono moonlight mp2 mp3 mp4 mpeg mplayer mpu401
msn mudflap multilib musepack music

  1   2   >