Re: [gentoo-user] Permissions, permissions

2007-10-16 Thread Mick
On Tuesday 16 October 2007, Alan McKinnon wrote:
 On Tuesday 16 October 2007, Mick wrote:
  Hi All,
 
  This is a simple question but I'm getting tired and can't think
  straight with this permissions problem:
 
  I am trying to create a directory within which two users will be able
  to save and delete documents.  This directory is only meant to be
  accessible/readable by these two users.
 
  I created directory TEST, under /var/www/html.  This contains
  subdirectories TEST1, TEST2, TEST3.  Each subdirectory contains other
  files.  I set the permissions recursively to apache:ftp.  Both users
  are members of group ftp. I chmod -R g+w.
 
  When I create a new subdirectory and save a file in it I noticed that
  it is mick:wheel instead of mick:ftp.  How do I set it up so that
  newly created directories/files inherit the parent group ownership?

 You want the setgid bit on for the directory. This causes all new files
 and directories in it to be owned by the same group that owns the
 top-most directory:

 chmod g+s TEST

 This won't change permissions on existing directories though, and you
 can't use chmod -R (that will sgid the files as well), so use find like
 so:

 find TEST -type d -exec chmod g+s {} \;

 You will also need to enable group write permission on these directories
 so that your users can delete stuff. Two ways:

 1. Make sure both users use a umask like 775 (this is fragile as the
 user can change their umask any time they want)
 2. Use an ACL on the directory. 'man setfacl' for more details

Thank you both!  sgid is what I was after.  The users are trusted (the server 
owner and myself) so that'll do for now.  I will also check acl, in case the 
need arises in the future for control of a finer granularity.
-- 
Regards,
Mick


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


[gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Rafael Barrera Oro
I unmerged postgresql 8.0.3 in order to emerge 8.2.x, now when i try to do
anything i get the following message:

psql: FATAL:  database files are incompatible with server
DETAIL:  The data directory was initialized by PostgreSQL version 8.2, which
is not compatible with this version 8.0.13.

i deleted previous /var/lib/postgresql in order to be able to emerge the new
version, so i am clueless...

does this ring a bell for anyone?

as usual, thanks in advance to all

sincerely yours

Rafael


Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Rafael Barrera Oro wrote:
 i deleted previous /var/lib/postgresql in order to be able to emerge the
 new version, so i am clueless...

So, you deleted your databases?? Please tell us you have a copy!

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
Servicios Ofrecidos: http://www.buanzo.com.ar/pro/
Unase a los Foros GNU/Buanzo - La palabra Comunidad en su maxima expresion.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHFNJfAlpOsGhXcE0RCgAvAJ0R3DqD6pvutyyjYLrXNlom1jJ3wgCfQjn1
BgBsIuMvzqmg4To2TEm1jFY=
=ZTQG
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Albert Hopkins

On Tue, 2007-10-16 at 11:53 -0300, Rafael Barrera Oro wrote:
 I unmerged postgresql 8.0.3 in order to emerge 8.2.x, now when i try
 to do anything i get the following message:
 
 psql: FATAL:  database files are incompatible with server
 DETAIL:  The data directory was initialized by PostgreSQL version 8.2,
 which is not compatible with this version 8.0.13.
 
 i deleted previous /var/lib/postgresql in order to be able to emerge
 the new version, so i am clueless...
 
 does this ring a bell for anyone?

Did you stop postgres *before* uninstalling it and
removing /var/lib/postgresql?  Also did you emerge --config
postgresql-... *after* installing the new postgres?

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Rafael Barrera Oro
I just installed it so i did not have any useful data. I must admit though,
i did not stop the database before unmerging and emerging, however i did run
emerge --config afterwards.

Thanks for the replies :D

2007/10/16, Albert Hopkins [EMAIL PROTECTED]:


 On Tue, 2007-10-16 at 11:53 -0300, Rafael Barrera Oro wrote:
  I unmerged postgresql 8.0.3 in order to emerge 8.2.x, now when i try
  to do anything i get the following message:
 
  psql: FATAL:  database files are incompatible with server
  DETAIL:  The data directory was initialized by PostgreSQL version 8.2,
  which is not compatible with this version 8.0.13.
 
  i deleted previous /var/lib/postgresql in order to be able to emerge
  the new version, so i am clueless...
 
  does this ring a bell for anyone?

 Did you stop postgres *before* uninstalling it and
 removing /var/lib/postgresql?  Also did you emerge --config
 postgresql-... *after* installing the new postgres?

 --
 [EMAIL PROTECTED] mailing list




Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Albert Hopkins

On Tue, 2007-10-16 at 12:01 -0300, Arturo 'Buanzo' Busleiman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 Rafael Barrera Oro wrote:
  i deleted previous /var/lib/postgresql in order to be able to emerge the
  new version, so i am clueless...
 
 So, you deleted your databases?? Please tell us you have a copy!

I'm guessing he deleted them because he no longer needed them(?).

-a

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Albert Hopkins wrote:
 I'm guessing he deleted them because he no longer needed them(?).

Luckily, he just mentioned that it was a fresh 8.0 install, so the databases 
were useless anyway :)

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
Servicios Ofrecidos: http://www.buanzo.com.ar/pro/
Unase a los Foros GNU/Buanzo - La palabra Comunidad en su maxima expresion.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHFNeHAlpOsGhXcE0RCtbnAJ9xHEmnuZZlDy5rxXZpoTRwtOti8wCfZlzL
9rtD5Mnnvpi3bDSqKFINuaY=
=O5Dv
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Albert Hopkins

On Tue, 2007-10-16 at 12:10 -0300, Rafael Barrera Oro wrote:
 I just installed it so i did not have any useful data. I must admit
 though, i did not stop the database before unmerging and emerging,
 however i did run emerge --config afterwards.
 

You should have stopped the database before you remove the database
files... Did you ever stop the database?  If not, you're still running
8.0 while your emerge installed 8.2 files and then the database
naturally got confused.  The --config probably tried to connect to the
running 8.0 service and told it do do something with the installed 8.2
files.

It doesn't really matter *what* happened exactly.  The point is you
should just start over.

  * Stop postgres. kill all postgres processes.
  * unmerge postgress
  * remove /var/lib/postgresql
  * re-install posgress




-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Rafael Barrera Oro
That worked perfectly, thanks for all your help people.


2007/10/16, Albert Hopkins [EMAIL PROTECTED]:


 On Tue, 2007-10-16 at 12:10 -0300, Rafael Barrera Oro wrote:
  I just installed it so i did not have any useful data. I must admit
  though, i did not stop the database before unmerging and emerging,
  however i did run emerge --config afterwards.
 

 You should have stopped the database before you remove the database
 files... Did you ever stop the database?  If not, you're still running
 8.0 while your emerge installed 8.2 files and then the database
 naturally got confused.  The --config probably tried to connect to the
 running 8.0 service and told it do do something with the installed 8.2
 files.

 It doesn't really matter *what* happened exactly.  The point is you
 should just start over.

   * Stop postgres. kill all postgres processes.
   * unmerge postgress
   * remove /var/lib/postgresql
   * re-install posgress




 --
 [EMAIL PROTECTED] mailing list




Re: [gentoo-user] postgresql weird incompatibility problem

2007-10-16 Thread Dirk Heinrichs
Am Dienstag, 16. Oktober 2007 schrieb Rafael Barrera Oro:

 I unmerged postgresql 8.0.3 in order to emerge 8.2.x

Please be aware that in the future, once you have real data in your databases, 
you would need to dump all the databases (pg_dump_all) prior to a major 
update, ((8.x - 8.y), then, after update, re-initialize the database and 
import the dumps.

And that update is coming soon, 8.3 has entered beta phase.

Bye...

Dirk


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


[gentoo-user] kdm does not start on boot

2007-10-16 Thread econti

Hi all
to-day I successfully updated Xorg (from 6.x to 7.x).
A little trouble only; on boot I receive the following error message:

Setting up kdm . . .
start-stop-daemon: option `--exec' requires an argument
Try `start-stop-daemon --help' for more information
*ERROR: could not start the Display Manager

Well, I tried `start-stop-daemon --help' but I did not understand much.
So I ran 'kdm' from command line and . . . KDE works!

How can I make kdm start on boot again?

Ciao
emilio

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread Isaiah Dunham
Did you make sure KDM is set as the Display Manager in Xorg config? I 
Had this problem once before awhile ago, and that was the solution to 
the problem.



econti wrote:

Hi all
to-day I successfully updated Xorg (from 6.x to 7.x).
A little trouble only; on boot I receive the following error message:

Setting up kdm . . .
start-stop-daemon: option `--exec' requires an argument
Try `start-stop-daemon --help' for more information
*ERROR: could not start the Display Manager

Well, I tried `start-stop-daemon --help' but I did not understand much.
So I ran 'kdm' from command line and . . . KDE works!

How can I make kdm start on boot again?

Ciao
emilio




--
Isaiah Dunham
IT Coordinator
Clarion Bathware
814-782-3016 ext 106

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Break In attempts

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

 On Sunday 07 October 2007, Remy Blank wrote:
  Mick wrote:
   I have already disabled PAM authentication on sshd so that only users
   with a public key in their ~/.ssh can login.
 
  This is the first and most important step. This means that the only real
  problem is that your logs fill with failed log in attempts.
 
  The easiest way I have found to avoid that is to change the port number
  of the SSH daemon to something else than 22.

 I am trying out fail2ban, but I am not sure I have configured it
 correctly.
 Shouldn't most of these repeated attempts have been stopped?
 
 Oct 12 21:01:01 support sshd[30347]: Did not receive identification string
 from 203.128.89.99
 Oct 13 01:01:38 support sshd[26419]: Did not receive identification string
 from 85.8.136.219
 Oct 13 01:01:38 support sshd[26422]: Did not receive identification string
 from 85.8.136.219
 Oct 13 01:11:14 support sshd[31765]: Invalid user admin from 85.8.136.219
 Oct 13 01:11:15 support sshd[31792]: Invalid user test from 85.8.136.219
 Oct 13 01:11:15 support sshd[31814]: Invalid user guest from 85.8.136.219
 Oct 13 01:11:16 support sshd[31833]: Invalid user webmaster from
 85.8.136.219
 Oct 13 01:11:17 support sshd[31852]: User mysql not allowed because
 account is
 locked
 Oct 13 01:11:18 support sshd[31902]: Invalid user oracle from 85.8.136.219
 Oct 13 01:11:19 support sshd[31929]: Invalid user library from
 85.8.136.219
 Oct 13 01:11:19 support sshd[31945]: Invalid user admin from 85.8.136.219
 Oct 13 01:11:20 support sshd[31952]: Invalid user info from 85.8.136.219
 Oct 13 01:11:20 support sshd[31965]: Invalid user test from 85.8.136.219
 Oct 13 01:11:20 support sshd[31974]: Invalid user shell from 85.8.136.219
 Oct 13 01:11:21 support sshd[31999]: Invalid user guest from 85.8.136.219
 Oct 13 01:11:21 support sshd[32015]: Invalid user linux from 85.8.136.219
 Oct 13 01:11:22 support sshd[32026]: Invalid user webmaster from
 85.8.136.219
 Oct 13 01:11:22 support sshd[32036]: Invalid user unix from 85.8.136.219
 Oct 13 01:11:22 support sshd[32058]: User mysql not allowed because
 account is
 locked
 Oct 13 01:11:23 support sshd[32080]: Invalid user oracle from 85.8.136.219
 Oct 13 01:11:24 support sshd[32109]: Invalid user library from
 85.8.136.219
 Oct 13 01:11:24 support sshd[32123]: Invalid user test from 85.8.136.219
 Oct 13 01:11:25 support sshd[32134]: Invalid user info from 85.8.136.219
 Oct 13 01:11:25 support sshd[32164]: Invalid user shell from 85.8.136.219
 Oct 13 01:11:26 support sshd[32175]: Invalid user admin from 85.8.136.219
 Oct 13 01:11:26 support sshd[32192]: Invalid user linux from 85.8.136.219
 Oct 13 01:11:27 support sshd[32200]: Invalid user guest from 85.8.136.219
 Oct 13 01:11:27 support sshd[32224]: Invalid user unix from 85.8.136.219
 

 I have just kept the default fail2ban config file and have not created any
 new
 log files in /var/log/.

 Any ideas?
 --
 Regards,
 Mick


Do you have anything in your default log file, /var/log/fail2ban.log ?

-- 
- Mark Shields


Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread Dirk Heinrichs
Am Dienstag, 16. Oktober 2007 schrieb Isaiah Dunham:

 Did you make sure KDM is set as the Display Manager in Xorg config?

There's no way to set the DM in Xorg's config. The DM is set in /etc/conf.d/rc 
(or was it /etc/rc.conf?).

Bye...

Dirk


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


Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread derrickdb1
From looking at my system, I have:
DISPLAYMANAGER=gdm
in the /etc/conf.d/xdm file.  If you change yours to kdm instead of gdm and 
make sure it's in the run levels:
rc-update add xdm default

Unless I'm missing something, that should work.

 -- Original message --
From: econti [EMAIL PROTECTED]
 Hi all
 to-day I successfully updated Xorg (from 6.x to 7.x).
 A little trouble only; on boot I receive the following error message:
 
 Setting up kdm . . .
 start-stop-daemon: option `--exec' requires an argument
 Try `start-stop-daemon --help' for more information
 *ERROR: could not start the Display Manager
 
 Well, I tried `start-stop-daemon --help' but I did not understand much.
 So I ran 'kdm' from command line and . . . KDE works!
 
 How can I make kdm start on boot again?
 
 Ciao
 emilio
 
 -- 
 [EMAIL PROTECTED] mailing list
 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread Patrick Holthaus
Hey!

 There's no way to set the DM in Xorg's config. The DM is set in
 /etc/conf.d/rc (or was it /etc/rc.conf?).

It should be /etc/conf.d/xdm

DISPLAYMANAGER=kdm

Patrick



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


[gentoo-user] OT: forcedeth for XP?

2007-10-16 Thread James
Hello,

From my config file I'm using this driver for 2.6.22-gentoo-r8:
CONFIG_FORCEDETH=y
CONFIG_B44=y

lspci shows:
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
03:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 02)

The Broadcom is the wireless ethernet chip, I believe.


Anyway, wired ethernet works fine under Gentoo, but since
it is a dual boot laptop, I need to get the wired ethernet
working under XP (hence, the OT, in the subject. Wireless
is not a concern at the moment.


Does anyone know where I can download just a working ethernet
driver for this chip under XP? (lspci -vvv:

00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
Subsystem: Hewlett-Packard Company Unknown device 30b7

I'm not sure who's ethernet hardware Nvidia uses. Using lshw I see:
 product: HP Pavilion dv9000 (GD545AV)
description: Motherboard
   product: 30B9
   vendor: Quanta

 *-bridge
  description: Ethernet interface
  product: MCP51 Ethernet Controller
  vendor: nVidia Corporation
  physical id: 14
  bus info: [EMAIL PROTECTED]:00:14.0
  logical name: eth0
  version: a3
  serial: 00:1b:24:66:3a:b0


The original installation partition was Vista and it's gone. I installed
XP pro (working fine except for wired ethernet), but I cannot seem to find an
ethernet driver. HP is useless I did get one fact from the myriad of
folks at HP support. There is nothing about the machine that mandates
Vista. All of the hardware should work with XP. All they will do is send
me a recovery CD.

Maybe somebody (more skilled than I at windoz) could help me locate
a binary or source code ethernet driver that would work under XP pro?
I've googled my fingers off with no luck


desperate (as usual),

James

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread Dirk Heinrichs
Am Dienstag, 16. Oktober 2007 schrieb Patrick Holthaus:
 Hey!

  There's no way to set the DM in Xorg's config. The DM is set in
  /etc/conf.d/rc (or was it /etc/rc.conf?).

 It should be /etc/conf.d/xdm

 DISPLAYMANAGER=kdm

Oh, yes. Forgot that it was moved to this file a while ago.

Bye...

Dirk



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


[gentoo-user] Re: kdm does not start on boot

2007-10-16 Thread Marc Blumentritt
econti schrieb:
 How can I make kdm start on boot again?

Look at /etc/conf.d/xdm - DISPLAYMANAGER=kdm

rc-update add xdm default

Be sure to write xdm and not kdm!

Regards
Marc

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: forcedeth for XP?

2007-10-16 Thread James Ausmus
On 10/16/07, James [EMAIL PROTECTED] wrote:
 Hello,

 From my config file I'm using this driver for 2.6.22-gentoo-r8:
 CONFIG_FORCEDETH=y
 CONFIG_B44=y

 lspci shows:
 00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
 00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
 03:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 02)

 The Broadcom is the wireless ethernet chip, I believe.


 Anyway, wired ethernet works fine under Gentoo, but since
 it is a dual boot laptop, I need to get the wired ethernet
 working under XP (hence, the OT, in the subject. Wireless
 is not a concern at the moment.


 Does anyone know where I can download just a working ethernet
 driver for this chip under XP? (lspci -vvv:

This might be a place to start:
http://h10025.www1.hp.com/ewfrf/wc/softwareList?os=228lc=encc=usdlc=enproduct=1842189


HTH

-James


 00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
 Subsystem: Hewlett-Packard Company Unknown device 30b7

 I'm not sure who's ethernet hardware Nvidia uses. Using lshw I see:
  product: HP Pavilion dv9000 (GD545AV)
 description: Motherboard
product: 30B9
vendor: Quanta

  *-bridge
   description: Ethernet interface
   product: MCP51 Ethernet Controller
   vendor: nVidia Corporation
   physical id: 14
   bus info: [EMAIL PROTECTED]:00:14.0
   logical name: eth0
   version: a3
   serial: 00:1b:24:66:3a:b0


 The original installation partition was Vista and it's gone. I installed
 XP pro (working fine except for wired ethernet), but I cannot seem to find an
 ethernet driver. HP is useless I did get one fact from the myriad of
 folks at HP support. There is nothing about the machine that mandates
 Vista. All of the hardware should work with XP. All they will do is send
 me a recovery CD.

 Maybe somebody (more skilled than I at windoz) could help me locate
 a binary or source code ethernet driver that would work under XP pro?
 I've googled my fingers off with no luck


 desperate (as usual),

 James

 --
 [EMAIL PROTECTED] mailing list


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: forcedeth for XP?

2007-10-16 Thread Dan Farrell
On Tue, 16 Oct 2007 17:03:50 + (UTC)
James [EMAIL PROTECTED] wrote:

 Hello,
 
 From my config file I'm using this driver for 2.6.22-gentoo-r8:
 CONFIG_FORCEDETH=y
 CONFIG_B44=y
 
 lspci shows:
 00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
 00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
 03:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 02)
 
 The Broadcom is the wireless ethernet chip, I believe.
 
 
 Anyway, wired ethernet works fine under Gentoo, but since
 it is a dual boot laptop, I need to get the wired ethernet
 working under XP (hence, the OT, in the subject. Wireless
 is not a concern at the moment.
 
 
 Does anyone know where I can download just a working ethernet
 driver for this chip under XP? (lspci -vvv:
 
 00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
 Subsystem: Hewlett-Packard Company Unknown device 30b7
 
 I'm not sure who's ethernet hardware Nvidia uses. Using lshw I see:
  product: HP Pavilion dv9000 (GD545AV)
 description: Motherboard
product: 30B9
vendor: Quanta
 
  *-bridge
   description: Ethernet interface
   product: MCP51 Ethernet Controller
   vendor: nVidia Corporation
   physical id: 14
   bus info: [EMAIL PROTECTED]:00:14.0
   logical name: eth0
   version: a3
   serial: 00:1b:24:66:3a:b0
 
 
 The original installation partition was Vista and it's gone. I
 installed XP pro (working fine except for wired ethernet), but I
 cannot seem to find an ethernet driver. HP is useless I did get
 one fact from the myriad of folks at HP support. There is nothing
 about the machine that mandates Vista. All of the hardware should
 work with XP. All they will do is send me a recovery CD.
 
 Maybe somebody (more skilled than I at windoz) could help me locate
 a binary or source code ethernet driver that would work under XP pro?
 I've googled my fingers off with no luck
 
 
 desperate (as usual),
 
 James
 

I usually use the nforce drivers; one of the few manufacturers that do
a half decent job w/ drivers is nvidia.  

my ex roommate, a windows tech, however, always recommends you go
straight to the chip manufacturer; i guess that would be broadcom.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] recover log file

2007-10-16 Thread Mick
On Tuesday 16 October 2007, Duane Griffin wrote:
 On 15/10/2007, Neil Bothwick [EMAIL PROTECTED] wrote:
  On Mon, 15 Oct 2007 23:26:02 +0200, dexter wrote:
   While tar-ing it I've messed up the command and file got deleted - I
   need it back desperately
 
  emerge testdisk and run photorec.

 But be sure it doesn't compile on the same partition that contained
 the lost data!

Suggest you try testdisk with a LiveCD and stop messing about with the drive 
in question in case you overwrite the disk space in question.
-- 
Regards,
Mick


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


[gentoo-user] splash boot messages

2007-10-16 Thread Mick
Hi All,

I updated splashutils and noticed the changed init scripts (from splash to 
fbcondecor) at etc-update.  Anyway, when I boot I get warnings 
about /etc/init.d/splash missing! skipping . . .  fbcondecor kicks in fine 
and I get all the prescribed eye candy.

What is trying to pull in the /etc/init.d/splash script?  Do I need perhaps to 
recreate my initrd (haven't done this for years it seems).
-- 
Regards,
Mick


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


Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread econti

Patrick Holthaus ha scritto:

Hey!

  

There's no way to set the DM in Xorg's config. The DM is set in
/etc/conf.d/rc (or was it /etc/rc.conf?).



It should be /etc/conf.d/xdm

DISPLAYMANAGER=kdm

Patrick

  

It does not work! ;-(
DISPLAYMANAGER was already set to kdm
In my opinion the trouble is in /etc/X11/startDM.sh,  but I do not know 
where.


Emilio

--
[EMAIL PROTECTED] mailing list



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

2007-10-16 Thread Marco Calviani
Hi,
  just for information, i report that i've filed a bug on bugzilla:

http://bugzilla.kernel.org/show_bug.cgi?id=9167

regards,
m

On 10/13/07, Marco Calviani [EMAIL PROTECTED] wrote:
 Beso,
yes i'm always staying in powersave mode.. but in any case the
 CPU temperature tends to increase. I hope that the ACPI guys will work
 on this (hoping i'm not the only one experiencing these problems). The
 fans unfortunately are masked to the user in most Acer laptops, and
 they are controlled fully by ACPI.

 Thanks again,
 m

 On 10/13/07, Beso [EMAIL PROTECTED] wrote:
  i think that you'll have to wait a little more and always stay aware when
  using the pc till acpi supports it.
  i'd recommend to stay on powersave when using the processor extensively so
  that you'd not incur in hardware errors and failures. and it the fan is not
  starting try to modify it by command prompt via echo on 
  /proc/acpi/fan/..
  this will work at least the thermal doesn't reach the state when it would
  stop the fan, but since you don't have that point and that you cannot read
  temperature starting it via echo on should always stay on. you'd have some
  noise maybe, but you'd be sure that the processor would not run overheat.
  and hope that the acpi people would fix that in the near future.
  i'm sorry for not being able to help you more.
  and as an advice for the future: before getting a notebook in the future
  have some surf on the web to see if it's fully supported by linux (acer
  sells linux only notebooks actually but only from taiwan). i had my linux
  notebook not working with linux for 5-6 months and yet i had to change the
  wireless since it wasn't supported after almost 2 years. for what i know
  dell, hp and compaq are quite well supported.
 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] splash boot messages

2007-10-16 Thread Neil Walker

Mick wrote:

Hi All,

I updated splashutils and noticed the changed init scripts (from splash to 
fbcondecor) at etc-update.  Anyway, when I boot I get warnings 
about /etc/init.d/splash missing! skipping . . .  fbcondecor kicks in fine 
and I get all the prescribed eye candy.


What is trying to pull in the /etc/init.d/splash script?  Do I need perhaps to 
recreate my initrd (haven't done this for years it seems).
  


You just need to remove it - rc-update del splash. That's all. ;)


Be lucky,

Neil


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread Alex Schuster
econti writes:

 Hi all
 to-day I successfully updated Xorg (from 6.x to 7.x).
 A little trouble only; on boot I receive the following error message:

 Setting up kdm . . .
 start-stop-daemon: option `--exec' requires an argument
 Try `start-stop-daemon --help' for more information
 *ERROR: could not start the Display Manager

 Well, I tried `start-stop-daemon --help' but I did not understand much.
 So I ran 'kdm' from command line and . . . KDE works!

 How can I make kdm start on boot again?

Does this give anyy output? It should give /usr/kde/3.5/bin/kdm.
  . /lib/rcscripts/sh/rc-services.sh
  get_options service xdm

In /etc/X11/startDM.sh, in line 22, this is being used to determine what to 
start with `start-stop-daemon --exec ${EXEC} a few lines later:
  EXEC=$(get_options service)

I think you get empty output, so EXEC is empty, and start-stop-daemon 
complains about a missing argument.

get_options reads the file /var/lib/init.d/options/xdm/service, if existing. 
It should be created by the correspnding save_options routine 
in /etc/init.d/xdm. Maybe you could add a
  set -xv
before the
  save_options service ${EXE}
line in order to get useful debug output. After a quick look, I do not see 
what the problem could be there.

Alex
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm does not start on boot

2007-10-16 Thread Peter Alfredsen
On Tuesday 16 October 2007, econti wrote:

 It does not work! ;-(
 DISPLAYMANAGER was already set to kdm
 In my opinion the trouble is in /etc/X11/startDM.sh,  but I do not know
 where.

Try to do:
emerge -1 baselayout
I vaguely remember something about xinit and baselayout being dependent on 
having been reemerged in the right order.

-- 
/PA
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Depclean question

2007-10-16 Thread Anthony E. Caudel
I have just used depclean for the first time (I was afraid of it) after
several years of Gentoo.  It has cleaned up my system a good bit but now
it wants to remove some packages that I'm concerned about:

gcc-3.4.6-r2 (I'm using 4.1.2)
libstdc++-v3-3.3.4 and virtual/libstdc++
virtual/jdk and virual/jre (it leaves the later versions in both cases)
qt-4.1.4-r2 (leaving qt-3.3.8-r4)
several early versions of db leaving db-4.5.20_p2
and a few others

How much danger is there if I remove these?

Tony

-- 
Those who would give up essential Liberty, to purchase a little temporary 
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Depclean question

2007-10-16 Thread Liviu Andronic
On 10/16/07, Anthony E. Caudel [EMAIL PROTECTED] wrote:
 I have just used depclean for the first time (I was afraid of it) after
 several years of Gentoo.  It has cleaned up my system a good bit but now
 it wants to remove some packages that I'm concerned about:

 gcc-3.4.6-r2 (I'm using 4.1.2)
 libstdc++-v3-3.3.4 and virtual/libstdc++
 virtual/jdk and virual/jre (it leaves the later versions in both cases)
 qt-4.1.4-r2 (leaving qt-3.3.8-r4)
 several early versions of db leaving db-4.5.20_p2
 and a few others

 How much danger is there if I remove these?

Well, you might find yourself in an un-usable GUI system upon reboot.
To add packages, that you care about, to your world file use: emerge
--noreplace atom. Do this with all the packages you want to keep /
you feel are essential to your system.

I'd like, however, that someone more experienced confirm my comments.
Also, look at: 
http://gentoo-wiki.com/HOWTO_Maintain_Gentoo_-_%22Best_Practices%22#depclean

Regards,
Liviu
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] splash boot messages

2007-10-16 Thread Mick
On Tuesday 16 October 2007, Neil Walker wrote:
 Mick wrote:
  Hi All,
 
  I updated splashutils and noticed the changed init scripts (from splash
  to fbcondecor) at etc-update.  Anyway, when I boot I get warnings
  about /etc/init.d/splash missing! skipping . . .  fbcondecor kicks in
  fine and I get all the prescribed eye candy.
 
  What is trying to pull in the /etc/init.d/splash script?  Do I need
  perhaps to recreate my initrd (haven't done this for years it seems).

 You just need to remove it - rc-update del splash. That's all. ;)

Doh!

# rc-update -s -v
 * Broken runlevel entry: /etc/runlevels/boot/splash

I was *absolutely* convinced that I had removed it . . .

Thanks.  :)
-- 
Regards,
Mick


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


[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 [EMAIL PROTECTED]
very important addition, some emerge probs are gone:

cat /etc/make.conf
...
PORTAGE_ELOG_SYSTEM=jabber
PORTAGE_ELOG_JABBERFROM=[EMAIL PROTECTED]:yyy
PORTAGE_ELOG_JABBERTO=[EMAIL PROTECTED]
...


i commtented these 3 lines out

might have something to do mit the elog system too

but some emerge probs stay AND layman -S still dead


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


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 

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 

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

2007-10-16 Thread [EMAIL PROTECTED]
don't know why these probs coming suddenly all together, because i don't
change anything in weeks, but 

--

segfault with layman -S is gone after i changed my local overlay from
a http(s)-server to a ftp-server in /etc/layman/layman.cfg

before:
overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
http://local/local-overlay.txt

after:
overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
ftp://local/local-overlay.txt

Someone knows why it doesn't work anymore?

--

emerge progname works fine too after some tests now, but with out the
elog-system (also tested some prior portage-versions)

in /etc/make.conf:

before:
PORTAGE_ELOG_SYSTEM=jabber
PORTAGE_ELOG_JABBERFROM=[EMAIL PROTECTED]:yyy
PORTAGE_ELOG_JABBERTO=[EMAIL PROTECTED]

after:
# PORTAGE_ELOG_SYSTEM=jabber
# PORTAGE_ELOG_JABBERFROM=[EMAIL PROTECTED]:yyy
# PORTAGE_ELOG_JABBERTO=[EMAIL PROTECTED]

so a bug in elog-system of portage and/or
app-portage/portage-mod_jabber?

why suddenly?

-

thx


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-user] recover log file

2007-10-16 Thread dexter



Mick pisze:

On Tuesday 16 October 2007, Duane Griffin wrote:
  

On 15/10/2007, Neil Bothwick [EMAIL PROTECTED] wrote:


On Mon, 15 Oct 2007 23:26:02 +0200, dexter wrote:
  

While tar-ing it I've messed up the command and file got deleted - I
need it back desperately


emerge testdisk and run photorec.
  

But be sure it doesn't compile on the same partition that contained
the lost data!



Suggest you try testdisk with a LiveCD and stop messing about with the drive 
in question in case you overwrite the disk space in question.
  
Unfortunatelly it is impossible to use live cd, so is not messing with 
hard drive - there are services on it that must remain online

I've asked around, and found pretty cool solution

on another system I do:  nc -l -p 21  drive_image.dd
on server with deleted file I do: dd if=/dev/hda1 | nc -q 2 ip of 
another system 21


after that I can play around with drive_image.dd using for example autopsy

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] recover log file

2007-10-16 Thread Dan Farrell
On Wed, 17 Oct 2007 01:10:33 +0200
dexter [EMAIL PROTECTED] wrote:

 
 
 Mick pisze:
  On Tuesday 16 October 2007, Duane Griffin wrote:

  On 15/10/2007, Neil Bothwick [EMAIL PROTECTED] wrote:
  
  On Mon, 15 Oct 2007 23:26:02 +0200, dexter wrote:

  While tar-ing it I've messed up the command and file got deleted
  - I need it back desperately
  
  emerge testdisk and run photorec.

  But be sure it doesn't compile on the same partition that contained
  the lost data!
  
 
  Suggest you try testdisk with a LiveCD and stop messing about with
  the drive in question in case you overwrite the disk space in
  question. 
 Unfortunatelly it is impossible to use live cd, so is not messing
 with hard drive - there are services on it that must remain online
 I've asked around, and found pretty cool solution
 
 on another system I do:  nc -l -p 21  drive_image.dd
 on server with deleted file I do: dd if=/dev/hda1 | nc -q 2 ip of 
 another system 21
 
 after that I can play around with drive_image.dd using for example
 autopsy
 

I'm afraid I don't think that's going to work too well for you.  You
see, hardware diagnostics generally employ methods of reading older
data on the drive because it leaves some kind of electromagnetic
'residue' on the drive.  In other words, the diagnostic access you need
requires access to the hard drive you want to diagnose.  

-- 
[EMAIL PROTECTED] mailing list



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

2007-10-16 Thread Volker Armin Hemmann
On Mittwoch, 17. Oktober 2007, [EMAIL PROTECTED] wrote:
 don't know why these probs coming suddenly all together, because i don't
 change anything in weeks, but 

 --

 segfault with layman -S is gone after i changed my local overlay from
 a http(s)-server to a ftp-server in /etc/layman/layman.cfg

 before:
 overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
 http://local/local-overlay.txt

 after:
 overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
 ftp://local/local-overlay.txt

 Someone knows why it doesn't work anymore?

 --

 emerge progname works fine too after some tests now, but with out the
 elog-system (also tested some prior portage-versions)

 in /etc/make.conf:

 before:
 PORTAGE_ELOG_SYSTEM=jabber
 PORTAGE_ELOG_JABBERFROM=[EMAIL PROTECTED]:yyy
 PORTAGE_ELOG_JABBERTO=[EMAIL PROTECTED]

 after:
 # PORTAGE_ELOG_SYSTEM=jabber
 # PORTAGE_ELOG_JABBERFROM=[EMAIL PROTECTED]:yyy
 # PORTAGE_ELOG_JABBERTO=[EMAIL PROTECTED]

 so a bug in elog-system of portage and/or
 app-portage/portage-mod_jabber?

 why suddenly?

 -

 thx

some system/world update changed a lib?

I had similar problems a while ago (different apps, segfaults everywhere). 
revdep-rebuilt solved them.
-- 
[EMAIL PROTECTED] mailing list



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

2007-10-16 Thread Ricardo Saffi Marques
A friend of mine had a lot of those. He discovered the problem was the
mtune parameter at the make.conf CFLAGS.
He removed mtune=athlon-xp (his case) and all the compiling problems and
segfaults stopped. He is using i686 arch and gcc v4.1.
Try to do that and then emerge -DNuva system and revdep-rebuild.

Regards,

Saffi

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

On 10/16/07, Volker Armin Hemmann [EMAIL PROTECTED]
wrote:

 On Mittwoch, 17. Oktober 2007, [EMAIL PROTECTED] wrote:
  don't know why these probs coming suddenly all together, because i don't
  change anything in weeks, but 
 
  --
 
  segfault with layman -S is gone after i changed my local overlay from
  a http(s)-server to a ftp-server in /etc/layman/layman.cfg
 
  before:
  overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
  http://local/local-overlay.txt
 
  after:
  overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
  ftp://local/local-overlay.txt
 
  Someone knows why it doesn't work anymore?
 
  --
 
  emerge progname works fine too after some tests now, but with out the
  elog-system (also tested some prior portage-versions)
 
  in /etc/make.conf:
 
  before:
  PORTAGE_ELOG_SYSTEM=jabber
  PORTAGE_ELOG_JABBERFROM=[EMAIL PROTECTED]:yyy
  PORTAGE_ELOG_JABBERTO= [EMAIL PROTECTED]
 
  after:
  # PORTAGE_ELOG_SYSTEM=jabber
  # PORTAGE_ELOG_JABBERFROM=[EMAIL PROTECTED]:yyy
  # PORTAGE_ELOG_JABBERTO=[EMAIL PROTECTED] 
 
  so a bug in elog-system of portage and/or
  app-portage/portage-mod_jabber?
 
  why suddenly?
 
  -
 
  thx

 some system/world update changed a lib?

 I had similar problems a while ago (different apps, segfaults everywhere).
 revdep-rebuilt solved them.
 --
 [EMAIL PROTECTED] mailing list




[gentoo-user] Re: OT: forcedeth for XP?

2007-10-16 Thread James
James Ausmus james.ausmus at gmail.com writes:


  Does anyone know where I can download just a working ethernet
  driver for this chip under XP? (lspci -vvv:

 This might be a place to start:
http://h10025.www1.hp.com/ewfrf/wc/softwareList?os=228lc=encc=usdlc=enproduct=1842189
 eth0



Yep that did the trick!
It's really sad that all HP could do is tell me to use the recover (vista) 
cd


thanks!

James






-- 
[EMAIL PROTECTED] mailing list



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

2007-10-16 Thread Tim
[EMAIL PROTECTED] wrote:
 # gcc --version
 gcc (GCC) 4.2.2 (Gentoo 4.2.2 p1.0)
 
 ~ $ emerge  --info
 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

Can you post the output of 'cat /proc/cpuinfo /proc/meminfo'?
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] kdelibs won't build after change in GCC to 4.1.2 from 3.4.6

2007-10-16 Thread Kevin O'Gorman
I just upgraded to GCC 4.1.2, and have rebuilt system.  I'm about halfway
through rebuilding world, and it's choking on kdelibs.
The complaint seems to be about libstdc++, which does not seem to exist.
Moreover, the only ebuild related to it that I can see is the compatibility
library that is already emerged.

The actual error I see is:
/bin/sh ../../libtool --silent --tag=CXX --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop
-I../../kdecore -I../../kio/kssl -I../../kjs -I../../arts/kde -I../..
-I/usr/kde/3.5/include/arts -I../../dcop -I../../libltdl -I../../kdefx
-I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui
-I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include
-I. -I/usr/kde/3.5/include   -DQT_THREAD_SUPPORT  -D_REENTRANT
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2
-march=pentium4 -fomit-frame-pointer -pipe -mfpmath=sse -msse2 -mmmx
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o
libartskde_la.all_cpp.lo libartskde_la.all_cpp.cpp
/bin/sh ../../libtool --silent --tag=CXX --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop
-I../../kdecore -I../../kio/kssl -I../../kjs -I../../arts/kde -I../..
-I/usr/kde/3.5/include/arts -I../../dcop -I../../libltdl -I../../kdefx
-I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui
-I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include
-I. -I/usr/kde/3.5/include   -DQT_THREAD_SUPPORT  -D_REENTRANT
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2
-march=pentium4 -fomit-frame-pointer -pipe -mfpmath=sse -msse2 -mmmx
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o
libartskde_la.all_cc.lo libartskde_la.all_cc.cc
/bin/sh ../../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2
-march=pentium4 -fomit-frame-pointer -pipe -mfpmath=sse -msse2 -mmmx
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION-o
libartskde.la -rpath /usr/kde/3.5/lib -L/usr/kde/3.5/lib -L/usr/qt/3/lib
-no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info
3:0:2 libartskde_la.all_cc.lo libartskde_la.all_cpp.lo  ../../kio/libkio.la
-lqtmcop -lsoundserver_idl
libtool: link: warning: `/lib/libacl.la' seems to be moved
libtool: link: warning: `/lib/libattr.la' seems to be moved
grep: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.la: No such file or
directory
/bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.la: No
such file or directory
libtool: link: `/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.la' is not a
valid libtool archive
make[3]: *** [libartskde.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.7-r3
/work/kdelibs-3.5.7/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.7-r3
/work/kdelibs-3.5.7/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.7-r3
/work/kdelibs-3.5.7'
make: *** [all] Error 2
 *
 * ERROR: kde-base/kdelibs-3.5.7-r3 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   kdelibs-3.5.7-r3.ebuild, line 153:   Called kde_src_compile
 *   kde.eclass, line 170:   Called kde_src_compile 'all'
 *   kde.eclass, line 340:   Called kde_src_compile 'myconf' 'configure'
'make'
 *   kde.eclass, line 336:   Called die
 *
 * died running emake, kde_src_compile:make
 * If you need support, post the topmost build error, and the call stack if
relevant.
 * A complete build log is located at '/var/tmp/portage/kde-base/kdelibs-
3.5.7-r3/temp/build.log'.
 *

and emerge -- info

treat ~ # emerge --info
Portage 2.1.3.9 (default-linux/x86/2006.1/desktop, gcc-4.1.2, glibc-2.5-r4,
2.6.22-gentoo-r8-kosmanor i686)
=
System uname: 2.6.22-gentoo-r8-kosmanor i686 Intel(R) XEON(TM) CPU 1.80GHz
Timestamp of tree: Tue, 16 Oct 2007 08:50:01 +
ccache version 2.4 [disabled]
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r5
dev-python/pycrypto: 2.0.1-r6

[gentoo-user] migrating to LVM

2007-10-16 Thread Thufir
I have a working gentoo install which I don't want to muck with too much, 
except to change over to LVM.  I understand that I can use dd so that 
everything will be in a LVM, but I'm unclear on the outline.  The LVM is 
created, the root partition is copied over to the LVM, then grub, fstab 
and initrd and edited to reflect the changes?


arrakis ~ # 
arrakis ~ # fdisk /dev/hda

The number of cylinders for this disk is set to 9729.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   1191215358108+  83  Linux
/dev/hda219131925  104422+  83  Linux
/dev/hda31926972962685630   8e  Linux LVM

Command (m for help): q

arrakis ~ # 
arrakis ~ # fdisk /dev/hdb

The number of cylinders for this disk is set to 59582.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/hdb: 30.7 GB, 30750031872 bytes
16 heads, 63 sectors/track, 59582 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hdb1   1 203  102280+  83  Linux
/dev/hdb2 2042109  960624   82  Linux swap / 
Solaris
/dev/hdb32110   5957928964880   83  Linux

Command (m for help): q

arrakis ~ # 
arrakis ~ # date
Tue Oct 16 22:10:22 PDT 2007
arrakis ~ # 



thanks,

Thufir

-- 
[EMAIL PROTECTED] mailing list