[gentoo-user] Emerging asterisk-addons loops endlessly

2006-07-04 Thread Todor Pirov
Hello,
I'm trying to emerge asterisk-addons-1.2.1 with the h323 flag but after some 
compiling it begins to output
 
Waiting for chan_h323.o.lock to be removed
Waiting for ooCmdChannel.o.lock to be removed
Waiting for ooh323cDriver.o.lock to be removed
Waiting for chan_h323.o.lock to be removed
Waiting for ooCmdChannel.o.lock to be removed
Waiting for ooh323cDriver.o.lock to be removed

in an endless loop. I did a find in /var/tmp/portage/asterisk-addons-1.2.1 but 
no such files exist.
Prior to the upgrade of Asterisk to 1.2.9_p1 I was using it with 
asterisk-oh323 but it is unmerged now.
Any ideas where could be the problem?

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



Re: [gentoo-user] package version notification (~/+)?

2006-07-04 Thread Roy Wright

I just read this in the developer's guide:

 http://devmanual.gentoo.org/general-concepts/dependencies/index.html

 |~app-misc/foo-1.23| Version 1.23 (or any |1.23-r*|) is required.

I was wondering if this would work in package.keywords, package.mask, etc.
so tried it.  It does appear to work...

# eix -e portage
* sys-apps/portage
Available versions:  2.0.51.22-r3 2.0.54-r2 2.1 2.1-r1 
2.1.1_pre1-r5 2.1.1_pre2-r2


# echo ~sys-apps/portage-2.1  /etc/portage/package.mask

# eix -e portage
* sys-apps/portage
Available versions:  2.0.51.22-r3 2.0.54-r2 [M]2.1 [M]2.1-r1 
2.1.1_pre1-r5 2.1.1_pre2-r2


Have fun,
Roy


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: PORTDIR_OVERLAY being ignored (was working fine)

2006-07-04 Thread Neil Bothwick
On Tue, 04 Jul 2006 09:48:32 +0930, Iain Buchanan wrote:

 on closer inspection, it's not being ignored, but I'm just not getting
 the [1] /usr/local/portage message anymore...

It appears here, but only when using -v.


-- 
Neil Bothwick

Old hitchhikers never die-they just throw in the towel.


signature.asc
Description: PGP signature


Re: [gentoo-user] auto login

2006-07-04 Thread Neil Bothwick
On Mon, 3 Jul 2006 20:57:43 -0400, Thomas Cort wrote:

 You can use gdm. Just `emerge gdm`, set DISPLAYMANAGER=gdm
 in /etc/rc.conf, make it start at boot with `rc-update add xdm
 default`, and then start it up and configure it with `/etc/init.d/xdm
 start`. In one of the configuration screens you can set it to
 automatically log a user in when it is first started.

You can do the same with KDM, tick the auto-login box in the KDE Control
Centre. You can start the program from ~/.kde/Autostart, or leave it
running when you log out and the default KDE behaviour is to restart it
when you log back in.


-- 
Neil Bothwick

Top Oxymorons Number 7: Definite maybe


signature.asc
Description: PGP signature


Re: [gentoo-user] direct rendering only works with root???

2006-07-04 Thread Mauro Arnoldi
Alle 20:48, lunedì 03 luglio 2006, John J. Foster ha scritto:
 On Mon, Jul 03, 2006 at 09:28:23AM -0700, Richard Fish wrote:
  On 7/3/06, John J. Foster [EMAIL PROTECTED] wrote:
  Check your xorg.conf for the following:
  
  Section DRI
  Mode 0666
  EndSection
 
  Or for a bit better security:
 
  Section DRI
 Group graphics
 Mode 0660
  EndSection
 
  And then make sure your user is a member of the graphics group.

 Thanks Richard, excellent idea.

Thanks to everyone! :)

 festus

-- 
(italia)
%
Il paradiso e' un poliziotto inglese, un cuoco francese, un tecnico
tedesco, un amante italiano: il tutto organizzato dagli svizzeri.
L'inferno e' un cuoco inglese, un tecnico francese, un poliziotto
tedesco, un amante svizzero, e l'organizzazione affidata agli italiani.
-- J. Elliott

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] direct rendering only works with root???

2006-07-04 Thread Raymond Lewis Rebbeck
On Tuesday, 4 July 2006 1:58, Richard Fish wrote:
 On 7/3/06, John J. Foster [EMAIL PROTECTED] wrote:
  Check your xorg.conf for the following:
 
  Section DRI
  Mode 0666
  EndSection

 Or for a bit better security:

 Section DRI
 Group graphics
 Mode 0660
 EndSection

 And then make sure your user is a member of the graphics group.

 -Richard

I think it's common practice to use the existing 'video' group for this. As 
opposed to making a whole new graphics group.

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Strange messages at boot

2006-07-04 Thread Neil Bothwick
On Tue, 04 Jul 2006 14:49:38 +1200, Nick Rout wrote:

  emerge ifplugd. that's it, you don't need to configure it or add it
  to a runlevel, in fact you should not do so. The Gentoo net scripts
  detect the presence of ifplugd and use it to do what you want.
 
 They do? I emerged it a while ago now and then took net.ethx out of all
 runlevels and replaced it with ifplugd. Should i undo that?

Yes, read /etc/conf.d/net.example.

Doing it this way avoids the problem of init scripts that depend on a net
service complaining because you haven't started any.


-- 
Neil Bothwick

Q. How do you identify a blind man in a nudist colony?
A. It's not hard.


signature.asc
Description: PGP signature


Re: [gentoo-user] kdelibs again: 'moc' USE flags ?

2006-07-04 Thread Philip Webb
060703 Richard Fish wrote:
 On 7/3/06, Philip Webb [EMAIL PROTECTED] wrote:
 FEATURES= ... confcache ... 
 confcache has also been known to cause strange problems
 and in fact is currently package.mask'ed.

Yes, as I now notice: it was testing when I set it up a few days ago.
Thanks (and to the other 2 respondents) for pointing this out.

 I still don't know what moc means: can you/anyone explain ?
 I forget what the acronym means (meta-object compiler?),
 but it is how Qt and thus KDE apps convert their user interface files
 into .h and .cpp sources.  The idea is that moc is run against a .ui file,
 which generates corresponding .h and .cpp sources,
 which are then compiled with gcc.  Thus in a parallel make,
 another thread could try to use the .h and .cpp files generated by moc
 before moc has finished with them,
 leading to missing files or undefined type errors.

Thanks for this partial enlightenment: I will file it away.

So having dropped Confcache, I'll try the whole exercise again.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage somwhat out of whack?

2006-07-04 Thread Bo Ørsted Andresen
On Tuesday 04 July 2006 06:10, Kevin O'Gorman wrote:
 I was following the recent thread about libpng oscillating between
 versions, and was preparing to apply the fix that was reported to work, but
 got stopped when suddenly there's more, probably related to the fact I
 emerge sync in a cron job.  I'm going to stop that for a while.

 Anyway, now there are more packages wanting to downgrade, including
 portage itself.  This cannot be good.  I have no clue how to unravel this,
 and I'm just gonna ignore it for a while.

Please add --tree to the emerge command and show the command with full output.

-- 
Bo Andresen


pgpCjY6co2pQq.pgp
Description: PGP signature


Re: [gentoo-user] auto login

2006-07-04 Thread Nick Rout
On Mon, 3 Jul 2006 20:49:12 -0400
[EMAIL PROTECTED] wrote:

 How do I auto login and start a single X11 related program  EX oxine.
 I have it all configured to run  but I still have to login and startx for it 
 to work.
 
 
 Can Anyone help
 rob
 [EMAIL PROTECTED]

If you only want one X program running, and therefore do not need a window 
manager etc, then run startx from /etc/init.d/local

that script is run by root so you will want to use su to switch to the user you 
want to run as and then run startx, something like

su - username startx

forget all that autologin with kdm bollocks, it is not needed if you have 
described your problem accurately (ie you want to run one program only)




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



[gentoo-user] hotplug doesn't.

2006-07-04 Thread Iain Buchanan
hotplug doesn't hotplug!  At least for my 1394 video camera.  If I plug
the camera in at boot, kino can see it and capture from it (and control
the AVC), but if I plug it in after boot, kino can't even see it.

I've tried removing and re-adding the module, I tail the logs, I even
turned on some debugging for ieee1394.agent, but I basically see
nothing!

I tried googling, but the terms are so generic, I can't find anything
useful.

Can anyone point me in the right direction?  I would appreciate any
comments, thanks.
-- 
Iain Buchanan iaindb at netspace dot net dot au

Underlying Principle of Socio-Genetics:
Superiority is recessive.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package version notification (~/+)?

2006-07-04 Thread Allan Gottlieb
At Tue, 04 Jul 2006 01:50:12 -0500 Roy Wright [EMAIL PROTECTED] wrote:

 I just read this in the developer's guide:

   http://devmanual.gentoo.org/general-concepts/dependencies/index.html

   |~app-misc/foo-1.23| Version 1.23 (or any |1.23-r*|) is required.

 I was wondering if this would work in package.keywords, package.mask, etc.
 so tried it.  It does appear to work...

 # eix -e portage
 * sys-apps/portage
  Available versions:  2.0.51.22-r3 2.0.54-r2 2.1 2.1-r1
  2.1.1_pre1-r5 2.1.1_pre2-r2

 # echo ~sys-apps/portage-2.1  /etc/portage/package.mask

 # eix -e portage
 * sys-apps/portage
  Available versions:  2.0.51.22-r3 2.0.54-r2 [M]2.1 [M]2.1-r1
  2.1.1_pre1-r5 2.1.1_pre2-r2

Good find.  I saw some posts here using it and wondered why the same
typo appeared.  I just checked the portage man page, which describes
the various package.* files, and this usage of `~' is not documented.
Should I file a documentation bug?

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



Re: [gentoo-user] package version notification (~/+)?

2006-07-04 Thread Bo Ørsted Andresen
On Tuesday 04 July 2006 14:21, Allan Gottlieb wrote:
 Good find.  I saw some posts here using it and wondered why the same
 typo appeared.  I just checked the portage man page, which describes
 the various package.* files, and this usage of `~' is not documented.
 Should I file a documentation bug?

It's in `man 5 ebuild`.

-- 
Bo Andresen


pgpOshOlHaFEG.pgp
Description: PGP signature


Re: [gentoo-user] package version notification (~/+)?

2006-07-04 Thread Allan Gottlieb
At Tue, 04 Jul 2006 16:09:35 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Tuesday 04 July 2006 14:21, Allan Gottlieb wrote:
 Good find.  I saw some posts here using it and wondered why the same
 typo appeared.  I just checked the portage man page, which describes
 the various package.* files, and this usage of `~' is not documented.
 Should I file a documentation bug?

 It's in `man 5 ebuild`.

I see.  I guess this is a change in the new portage.  I *believe* that
previously the operators were explained in man portage, but I see now
that not even the old operators = = = are there but instead we are
referred to ebuild.

For my previous msg I just searched for ~ and didn't think of the
possibility that all the operators moved.

My error, sorry.
allan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: hotplug doesn't.

2006-07-04 Thread James
Iain Buchanan iaindb at netspace.net.au writes:


 hotplug doesn't hotplug!  At least for my 1394 video camera.  If I plug
 the camera in at boot, kino can see it and capture from it (and control
 the AVC), but if I plug it in after boot, kino can't even see it.

 I've tried removing and re-adding the module, I tail the logs, I even
 turned on some debugging for ieee1394.agent, but I basically see
 nothing!

 I tried googling, but the terms are so generic, I can't find anything
 useful.

 Can anyone point me in the right direction?  I would appreciate any
 comments, thanks.

Hello Iain,

I've recently discovered these 2 little jewels. They may not help, but
it's worth a whirl.

# udevstart [after you boot and then connect the device to 1394]

# udevinfo -q all -d | grep camera

Also devices(/dev/) can be tarred up and auto read upon reboot, 
even if the hardware is not present by adding this to your  
 /etc/conf.d/rc file:

#RC_DEVICE_TARBALL=no
RC_DEVICE_TARBALL=yes

This method does not allow udev to discover new devices
upon reboot. I have not delved into this mechanism deeper, but, it
would seem logical that once the device is seen by udev, then you
could tar up these devices and have them added to /dev/ and find
a way to let udev do it's 'auto-discover' upon reboot. Sort of a hybrid
method using both udev's auto-discovery mechanism and 
manually providing a list of hardware to the /dev/ dir.

My experiences with udev, are that it is still very much
'a work in progress' weak documentation and scant few
examples

PS. I'm not even saying that udev is the culprit, but it's always
suspect with low level hardware, in the 2.6 kernel series


ymmv,
hth,

James





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Porblem with dvd+rw-tools

2006-07-04 Thread Meino Christian Cramer
From: Hemmann, Volker Armin [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Porblem with dvd+rw-tools
Date: Tue, 4 Jul 2006 05:57:39 +0200

Enabling UDF results in the problems...

sigh...

I mailed the author of dvd+rw-tools but no reply until now.
I subscribed to the cdwriter-mailinglist. The mailinglist server
tells me, it will send me a confirmation mail for the subscription.
None received until now...

Am I lost ?

Any other chance?

Desperate...
mcc

 On Tuesday 04 July 2006 05:40, Meino Christian Cramer wrote:
  From: Hemmann, Volker Armin [EMAIL PROTECTED]
  Subject: Re: [gentoo-user] Porblem with dvd+rw-tools
  Date: Mon, 3 Jul 2006 21:51:35 +0200
 
  No, unfortunately, that does not help in any way.
 
  What is so wrong here?
 
 are you burning with udf support enabled?
 
 *scratch* AFAIR there was a problem with certain filesizes when burnt without 
 udf. But I am not sure.
 
 It should be worth a try.
 
 Or maybe the blank has gone bad? But dd should give errors in that case 
 too... 
 hm...
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kdelibs again: 'moc' USE flags ?

2006-07-04 Thread Philip Webb
060704 Philip Webb wrote:
 So having dropped Confcache, I'll try the whole exercise again.

FEI I've successfully updated to GCC 4.1.1 , Glibc 2.4  KDE 3.5.3 .
The only problem is that Krusader fails, but there's a thread on Forum
 it is predicted that a new version now in CVS will solve things.
While Krusader is fun, I rarely have a use for it, so this is low-priority.

Out of caution in light of recent experiences (smile),
I didn't try 'kdehiddenvisibility', but may have a look at that too later.
Anyone have thoughts/experiences to offer ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re[2]: [gentoo-user] xorg-x11 screwup

2006-07-04 Thread Robert Cernansky
On Tue, 04 Jul 2006 09:37:45 +1200 Nick Rout [EMAIL PROTECTED] wrote:

NR 
NR On Mon, 03 Jul 2006 06:30:39 +0100
NR Graham Murray wrote:
NR 
NR  Maybe what is needed is an enhancement to portage to allow the removal
NR  of a meta-package to (optionally) also remove the 'real' packages
NR  which it caused to be installed.
NR 
NR u think about this.
NR 
NR new system, no gui installed.
NR 
NR I install kde-meta, which installs xorg-x11 as a dependency.
NR 
NR I decide I want gnome, I install gnome which doesn't install xorg,
NR because it is already installed.
NR 
NR I decide I do not want kde because i prefer gnome. I unsinstall
NR kde-meta. Under your scheme it would also uninstall xorg-x11. But that
NR is not what you want!

Hmm, it can be done with garbage collector principe. Each
package will have counter which increases when some package which depend on
it is installed. Decreased, when the package is uninstalled. If counter is
zero, dependency package can be uninstalled along with package specified
for uninstalling.

Robert


-- 
Robert Cernansky
E-mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Xorg modules problem

2006-07-04 Thread Mick

Hi All,

I've gone through the big Xorg update, copied back my old
/etc/X11/xorg.conf, changed the rgb path in line with a previous post
because it gave me an error and now it fails like so:
==
(EE) Failed to load module bitmap (module does not exist, 0)
(EE) Failed to load module pcidata (module does not exist, 0)
Fatal server error:
Unable to load requried base module, Exiting...
==
Any idea how I could fix it?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 screwup

2006-07-04 Thread Bo Ørsted Andresen
On Tuesday 04 July 2006 18:29, Robert Cernansky wrote:
 Hmm, it can be done with garbage collector principe. Each
 package will have counter which increases when some package which depend on
 it is installed. Decreased, when the package is uninstalled. If counter is
 zero, dependency package can be uninstalled along with package specified
 for uninstalling.

So... just to repeat Donnie's question. Ever heard of emerge --depclean?

-- 
Bo Andresen


pgpbLUbTdQXmq.pgp
Description: PGP signature


[gentoo-user] screen balnking and box shutting down

2006-07-04 Thread gentoo
This is what I got 
Thanks to the help I got on auto-login my box login with a user and starts a 
signal X11 related program  Oxine but after 5 min the screen goes blank.
(It's hard to watch a movie then this happens.) 
Oxine is run from .xinitrc

thanks again to all those that hepled me with the auto-login stuff
rob
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: Re[2]: [gentoo-user] xorg-x11 screwup

2006-07-04 Thread Alan McKinnon
On Tue, 2006-07-04 at 18:29 +0200, Robert Cernansky wrote:
 NR new system, no gui installed.
 NR 
 NR I install kde-meta, which installs xorg-x11 as a dependency.
 NR 
 NR I decide I want gnome, I install gnome which doesn't install xorg,
 NR because it is already installed.
 NR 
 NR I decide I do not want kde because i prefer gnome. I unsinstall
 NR kde-meta. Under your scheme it would also uninstall xorg-x11. But
 that
 NR is not what you want!
 
 Hmm, it can be done with garbage collector principe. Each
 package will have counter which increases when some package which
 depend on
 it is installed. Decreased, when the package is uninstalled. If
 counter is
 zero, dependency package can be uninstalled along with package
 specified
 for uninstalling.

No, that still doesn't work. When the user unmerges kde-meta, with your
proposal it will unmerge X11. The next step is that the user emerges
gnome which first emerges X11 back again. This isn't so bad with a
binary distro if the packages are on a CD, but on gentoo it's murder.

The only sane thing to do is to emerge dependencies when required and
unmerge only thinks specifically asked for to be unmerged. You can't
even reliably prompt the user with a dialog that says The following
dependencies of the package about to be unmerged are needed by no other
package. Shall they be unmerged? because of *deep* dependencies.
Reverse constructing a multi-node tree and applying logic to it is no
joke, hence the wise decision to have portage ignore this amazingly
efficient bug-injecting process.

alan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] auto login

2006-07-04 Thread gentoo
On Tuesday 04 July 2006 07:21, Nick Rout wrote:
 On Mon, 3 Jul 2006 20:49:12 -0400

 [EMAIL PROTECTED] wrote:
  How do I auto login and start a single X11 related program  EX oxine.
  I have it all configured to run  but I still have to login and startx for
  it to work.
 
 
  Can Anyone help
  rob
  [EMAIL PROTECTED]

Thanks for all the help I got it to work.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Anyone using Yahoo as Postfix relay? (Name service error for name=smtp1.mail.vip.ukl.yahoo.com type=MX: Malformed name server reply)

2006-07-04 Thread Enrico Weigelt
* Stroller [EMAIL PROTECTED] wrote:

Hi,

 Did you authenticate propery @smtp.mail.yahoo.co.uk ?
 
 I believe so. There's nothing in the logs to indicate that I haven't,  
 and the user:pass in /etc/postfix/sasl_passwd is correct,

Is there any note that it even tried to authenticate ?

snip

 I think this would only satisfy mg1.uky.edu if you yourself relayed
 anything to its domain via Yahoo. And for that you would require an
 SMTP account with Yahoo.
 
 My relays push the mails to the MX'es defined in the domains.
 Maybe I missed the point, but I don't see why this shouldn't work.
 
 My box normally pushes to the MX defined for the domain, too, but  
 mg1.uky.edu will reject SMTP deliveries for any message with a From:  
 address where the domain doesn't match the sending machine. As I have  
 already explained.

Stupid configuration, since the admin expects MX and relay to be 
the same, which is a very bad assumption, but well, let's give it 
to him: relay through another box, which rewrites the headers of
the mails to this bogous mx.

AFAIK, sendmail's genericstable can help here:
Mask the from dependent on the destination.


cu
-- 
-
 Enrico Weigelt==   metux IT service

  phone: +49 36207 519931 www:   http://www.metux.de/
  fax:   +49 36207 519932 email: [EMAIL PROTECTED]
  cellphone: +49 174 7066481
-
 -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc - texinfo dependency

2006-07-04 Thread Enrico Weigelt
* Rumen Yotov [EMAIL PROTECTED] wrote:

snip

 Just checked and it's rather a DEPEND dependency not RDEPEND.
 Means texinfo is needed only for building GCC, not for running it.

So, I can simply remove it by hand after building gcc.

 IIRC currently portage doesn't support removing DEPEND deps leaving only
 RDEPEND ones. Anyone here, as i'm not very sure.

hmm, is there any way for queuing for installed packages neither
in an RDEPEND nor in system or world ?

BTW: I don't need info pages at all, is there any useflag to 
completely disable the whole info stuff ?


cu
-- 
-
 Enrico Weigelt==   metux IT service

  phone: +49 36207 519931 www:   http://www.metux.de/
  fax:   +49 36207 519932 email: [EMAIL PROTECTED]
  cellphone: +49 174 7066481
-
 -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] syslog-ng + automatic respawn of target programs

2006-07-04 Thread Enrico Weigelt

Hi folks,

could anyone give me a quick hint how to tell syslog-ng to 
automatically respawn target programs if they die ? 

I've read it quite a while ago, but I can't find it now.


thx
-- 
-
 Enrico Weigelt==   metux IT service

  phone: +49 36207 519931 www:   http://www.metux.de/
  fax:   +49 36207 519932 email: [EMAIL PROTECTED]
  cellphone: +49 174 7066481
-
-- 
gentoo-user@gentoo.org mailing list



Re[4]: [gentoo-user] xorg-x11 screwup

2006-07-04 Thread Robert Cernansky
On Tue, 04 Jul 2006 19:11:39 +0200 Alan McKinnon [EMAIL PROTECTED] wrote:

AM On Tue, 2006-07-04 at 18:29 +0200, Robert Cernansky wrote:
AM  
AM  Hmm, it can be done with garbage collector principe. Each
AM  package will have counter which increases when some package which
AM  depend on
AM  it is installed. Decreased, when the package is uninstalled. If
AM  counter is
AM  zero, dependency package can be uninstalled along with package
AM  specified
AM  for uninstalling.
AM 
AM No, that still doesn't work. When the user unmerges kde-meta, with your
AM proposal it will unmerge X11. The next step is that the user emerges
AM gnome which first emerges X11 back again. This isn't so bad with a
AM binary distro if the packages are on a CD, but on gentoo it's murder.
AM 

Yes, you are right. I did not consider this practical issue.

AM The only sane thing to do is to emerge dependencies when required and
AM unmerge only thinks specifically asked for to be unmerged. You can't
AM even reliably prompt the user with a dialog that says The following
AM dependencies of the package about to be unmerged are needed by no other
AM package. Shall they be unmerged? because of deep dependencies.
AM Reverse constructing a multi-node tree and applying logic to it is no
AM joke, hence the wise decision to have portage ignore this amazingly
AM efficient bug-injecting process.

Yes, its not so easy, i see now. ;-) Like Bo Andresen wrote --depclean is the
best way.

Robert


-- 
Robert Cernansky
E-mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] screen balnking and box shutting down

2006-07-04 Thread Daniel da Veiga

On 7/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

This is what I got
Thanks to the help I got on auto-login my box login with a user and starts a
signal X11 related program  Oxine but after 5 min the screen goes blank.
(It's hard to watch a movie then this happens.)
Oxine is run from .xinitrc



The screen blanking can be configured in xorg.conf, using something like:

Section ServerFlags
   Option BlankTime 0
   Option SuspendTime 0
   Option OffTime 0
   Option StandbyTime 0
EndSection

You can configure it the way you need it to be.

Now, about the shutdown, maybe overheat?! Dunno, we need more info in
order to help you with this.

--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Porblem with dvd+rw-tools

2006-07-04 Thread Hemmann, Volker Armin
On Tuesday 04 July 2006 17:28, Meino Christian Cramer wrote:
 From: Hemmann, Volker Armin [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Porblem with dvd+rw-tools
 Date: Tue, 4 Jul 2006 05:57:39 +0200

 Enabling UDF results in the problems...


and do you have udf in the kernel?

hm - mailserver are sometimes slow. Maybe you should retry it tomorrow.

Did it work with a normal blank?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenGL problem after xorg upgrade

2006-07-04 Thread Dale
Dale wrote:

 Notice anything there?

 Dale
 :-)  :-)
 

OK, something that got re-emerged seems to have fixed it.  Emerge -ev
world is not finished but OpenGL is now working.  I would have to assume
since no one else had this issue that it was something I did or
misconfigured somewhere.  I'm just glad to have my fireworks show back.

Thanks for all the help.  Now I can go on my honeymoon and know my rig
is running fine.  :-)

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



[gentoo-user] problem w/ portage tmp on nfs

2006-07-04 Thread Enrico Weigelt

Hi folks,

my gentoo-driven notebook has just a small harddisk, so moved
/var/tmp/portage to an nfs volume (directly mounted there).
This produces really strange problems, if the directory is 
empty: portage cannot create the directory ../$pkg/temp, 
but $pkg/ and several things beyond are created. Portage
aborts with an exception.

I suspect some permission problem. 

Strange: when unmounting it, starting portage until it has created
the sourcetree, moving it away, remounting and moving the already-
prepared sourcetree to the now mounted nfs dir, works fine, also
with other packages following.


Does anyone have an idea what this can be ?


cu
-- 
-
 Enrico Weigelt==   metux IT service

  phone: +49 36207 519931 www:   http://www.metux.de/
  fax:   +49 36207 519932 email: [EMAIL PROTECTED]
  cellphone: +49 174 7066481
-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] File manager via Web Browser

2006-07-04 Thread Leandro Melo de Sales

Hi list,

 Does someone can tell me a good tool to install on my server which
permit a user (local user) to manager him file via a web browser? Such
as remove, create, upload and so on. I don't want to give ssh access
to all users, just the basic operations over their files.

Thank you,

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



[gentoo-user] 2006.0 - no universal anymore? (use LiveCD?)

2006-07-04 Thread Mark Knecht

Hi,
  I am moving my son from FC2 to Gentoo today. I went to get an up to
date universal CD and it seems that there isn't one. Is the preferred
stage 3 method of install these days to use the LiveCD and then just
go to the console and work like the old days?

  Currently I'm ssh-ing off all his old stuff as back. If someone
knows of any problems or things to be careful about when working this
way drop me a note back on or off list.

Thanks,
Mark
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg modules problem

2006-07-04 Thread Donnie Berkholz
Mick wrote:
 Hi All,
 
 I've gone through the big Xorg update, copied back my old
 /etc/X11/xorg.conf, changed the rgb path in line with a previous post
 because it gave me an error and now it fails like so:
 ==
 (EE) Failed to load module bitmap (module does not exist, 0)
 (EE) Failed to load module pcidata (module does not exist, 0)
 Fatal server error:
 Unable to load requried base module, Exiting...

Sounds like you also have a ModulePath line in xorg.conf. Delete it.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] problem w/ portage tmp on nfs

2006-07-04 Thread Daniel da Veiga

On 7/4/06, Enrico Weigelt [EMAIL PROTECTED] wrote:


Hi folks,

my gentoo-driven notebook has just a small harddisk, so moved
/var/tmp/portage to an nfs volume (directly mounted there).
This produces really strange problems, if the directory is
empty: portage cannot create the directory ../$pkg/temp,
but $pkg/ and several things beyond are created. Portage
aborts with an exception.

I suspect some permission problem.

Strange: when unmounting it, starting portage until it has created
the sourcetree, moving it away, remounting and moving the already-
prepared sourcetree to the now mounted nfs dir, works fine, also
with other packages following.


Does anyone have an idea what this can be ?



I have some portage stuff mounted with nfs, the only way for portage
to work with those dirs was to set no_root_squash at /etc/exports at
the host machine... I don't know why, even with full permissions,
portage refused to work.

But I was warned at the NFS howto that this kind of administrative
task would require this... So, I just setup some firewall rules and
enhanced security a bit...

--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg modules problem

2006-07-04 Thread Mick

On 04/07/06, Donnie Berkholz [EMAIL PROTECTED] wrote:


 Fatal server error:
 Unable to load requried base module, Exiting...

Sounds like you also have a ModulePath line in xorg.conf. Delete it.


Wey, hey!  :-)

That fixed it!

Thank you, thank you, thank you, . . . .

Blimey!  Am I developing a GUI dependency here?  Anyway, with
rejuvenated resolution to the Gentoo way I'm off to repeat the
exercise on my desktop now.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lost deadkeys layout

2006-07-04 Thread Benno Schulenberg
Luigi Pinna wrote:
 Alle 00:20, martedì 4 luglio 2006, Benno Schulenberg ha scritto:
   Option XkbRules   xorg
   Option XkbModel   pc105
   Option XkbLayout  de
   Option XkbVariant nodeadkeys
 
  Comment all of these out,

 I did it, no changes in output (same for setxkbmap too!)

Okay. What says 'grep -A2 Option /var/log/Xorg.0.log' ?

 My question is: how is it possible that the package is marked
 stable if there is a bug like it?

Maybe because you're the first one to run into it?  Since probably 
few people do this upgrade-downgrade-upgrade cycle.  Maybe you made 
a small mistake somewhere along the way?  Maybe you had some 
package still masked for some reason, or forgot to unmask another?

 In a your link says that the 
 problem is solved in the 7.1 and no patch for the 7.0?

Probably there is no problem, just some files that for some reason 
went missing, something that's cured by a reinstallation of the 
affected package or packages.

So, do a 'genlop --list --date 5 days ago', or something similar, to 
find out which packages got emerged for the upgrade of Xorg, and 
then start re-emerging those (not by version number, but by name), 
one by one, and keep restarting X to see when it gets fixed.

From another angle: have you tried using KDE or GNOME to control the 
nationality of the keyboard?  It should fail too, but one never 
knows.

Benno

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Mick

On 04/07/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote:

Hi list,

  Does someone can tell me a good tool to install on my server which
permit a user (local user) to manager him file via a web browser? Such
as remove, create, upload and so on. I don't want to give ssh access
to all users, just the basic operations over their files.


Well you can give them a GUI interface (php based or otherwise) or you
could configure webDAV access, which over Konqueror at least is as
close to a file manager as yo ucan get.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - ImageMagick Strange Behaviour

2006-07-04 Thread Benno Schulenberg
Colleen Beamer wrote:
 When I right-clicked on the graphic that I wanted to edit and
 chose open with and display, ImageMagick didn't launch, but the
 configuration screen for KRandRTray

Hmm... it does that here too.  Typing, instead of 'display', things 
like 'background', 'desktop' or 'mouse' opens the corresponding 
KControl module.  Apparently Open With and Alt+F2 check the 
given command to see if it contains the name of a KControl module, 
and launches it when found.  Being KDE, this should be configurable 
I guess, but who has an idea where to look?

A workaround is to make a symlink, for example:
  ln -s display /usr/bin/show
and then invoke ImageMagick with 'show'.

A more radical workaround would be to unmerge kcontrol, but I 
haven't tried this.  :)

This seems like a bug in KDE: it should definitely skip checking for 
a KControl module name when there is a slash in the given command.  
Does anyone have an ideas where to start looking in KDE's mountain 
of code for this module-name check (to be able to provide a patch 
together with the bug report)?

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



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Leandro Melo de Sales

2006/7/4, Mick [EMAIL PROTECTED]:

On 04/07/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote:
 Hi list,

   Does someone can tell me a good tool to install on my server which
 permit a user (local user) to manager him file via a web browser? Such
 as remove, create, upload and so on. I don't want to give ssh access
 to all users, just the basic operations over their files.

Well you can give them a GUI interface (php based or otherwise) or you
could configure webDAV access, which over Konqueror at least is as
close to a file manager as yo ucan get.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list




Can you give me more details, how can I setup this?

Thank you,

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



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Martins Steinbergs
On Tuesday 04 July 2006 21:58, Leandro Melo de Sales wrote:
 Hi list,

   Does someone can tell me a good tool to install on my server which
 permit a user (local user) to manager him file via a web browser? Such
 as remove, create, upload and so on. I don't want to give ssh access
 to all users, just the basic operations over their files.

 Thank you,

 Leandro


how about ftp server

userscan use ftp clients or web browsers via ftp protocol

when i need some files i launch proftpd via ssh and then better with konqueror 
or IE like browser I can manage files

m
-- 
Linux 2.6.17-ck1 AMD Athlon(tm) 64 Processor 3200+
 22:42:55 up 13:55,  1 user,  load average: 1.24, 1.30, 1.71
-- 
gentoo-user@gentoo.org mailing list



Re: [SOLVED - new xorg related?] Re: [gentoo-user] Whoa - .xsession-errors at 340MB in less than 24 hours!

2006-07-04 Thread John J. Foster
On Mon, Jul 03, 2006 at 08:59:17PM -0400, Michael Crute wrote:
 
 This sounds like a font issue. I am running unstable X 7.1 and I don't
 have any of these errors, I do however have quite a few fonts
 installed.
 
2 things here. First, I'm not sure why added SOLVED to the subject. I
just know how cause the problem. Second, I agree it's a font issue, but
am not sure what is different that before except xorg.

If someone has a pretty good clue what it could be, or just want's to
make some suggestions, I'll be happy to try them out. Otherwise I'll
just direct output to /dev/null intead of .xsesssion-errors. 

Thanks,
festus
-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky


pgpRb7HzavBTT.pgp
Description: PGP signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-04 Thread Neil Bothwick
On Tue, 04 Jul 2006 19:11:39 +0200, Alan McKinnon wrote:

 No, that still doesn't work. When the user unmerges kde-meta, with your
 proposal it will unmerge X11. The next step is that the user emerges
 gnome which first emerges X11 back again.

Except i this example you are likely to install GNOME before removing
KDE, otherwise you'd be left with no desktop.

 This isn't so bad with a
 binary distro if the packages are on a CD, but on gentoo it's murder.

If you have the disk space to spare, set FEATURES=buildpkg. Then
reinstalling a package is as quick as with a binary distro.


-- 
Neil Bothwick

If you think the problem is bad now, just wait until we've solved it.


signature.asc
Description: PGP signature


Re: [SOLVED - new xorg related?] Re: [gentoo-user] Whoa - .xsession-errors at 340MB in less than 24 hours!

2006-07-04 Thread Donnie Berkholz
John J. Foster wrote:
 On Mon, Jul 03, 2006 at 04:43:34PM -0400, John J. Foster wrote:
 OK, at line 490 (of about 10 million right now) I got this error:

 Warning: Cannot convert string
 -bh-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1 to type
 FontStruct

 followed by about 10 million of these lines:

 Warning:
 Name: textfield
 Class: XmTextField
 Character '\61' not supported in font.  Discarded.

Try installing the fonts it's complaining about, and add 'em to your
FontPath list in xorg.conf. This one looks like font-bh-100dpi or -75dpi.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: Evolution icons missing under KDE but nut under Gnome

2006-07-04 Thread Richard Fish

On 6/13/06, Paul Varner [EMAIL PROTECTED] wrote:

On Sun, 2006-06-11 at 19:44 -0700, Richard Fish wrote:
 Looks like I'll be masking =evolution-2.6.0
 /rant

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

Masking the following fixed it for me

=x11-themes/gnome-icon-theme-2.14.2

I haven't had the time to investigate further or file a bug report.


Ok, I've found a fix for this.  It looks like we need to set
gtk-fallback-icon-theme = gnome in a  gtkrc file.

Assuming you have KDE setup to export settings to gtk/gnome apps, it
will overwrite your ~/.gtkrc-2.0 file, and also add a line to your
~/.bashrc to make sure it is used by gtk.  Your ~/.bashrc probably
contains:

# This line was appended by KDE
# Make sure our customised gtkrc file is loaded.
export GTK2_RC_FILES=$HOME/.gtkrc-2.0

If you change this line, or the .gtkrc-2.0 file, the KDE control
center may overwrite the changes.  So my fix is to change ~/.bashrc to
contain:


# This line was appended by KDE
# Make sure our customised gtkrc file is loaded.
export GTK2_RC_FILES=$HOME/.gtkrc-2.0

# and also use my personal .gtkrc file...
export GTK2_RC_FILES=${GTK2_RC_FILES}:$HOME/.gtkrc-2.0-rjf


Then .gtkrc-2.0-rjf contains only:

gtk-fallback-icon-theme = gnome


This allows all evolution icons to be found.

Of course, I had to dig through the source to figure out the fix, but
once I knew the solution, finding the relevant web pointers was easy!
See:

http://bugzilla.gnome.org/show_bug.cgi?id=330061
http://mail.gnome.org/archives/desktop-devel-list/2006-February/msg00425.html

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



Re: [gentoo-user] 2006.0 - no universal anymore? (use LiveCD?)

2006-07-04 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Knecht wrote:
 Hi,
   I am moving my son from FC2 to Gentoo today. I went to get an up to
 date universal CD and it seems that there isn't one. Is the preferred
 stage 3 method of install these days to use the LiveCD and then just
 go to the console and work like the old days?

   Currently I'm ssh-ing off all his old stuff as back. If someone
 knows of any problems or things to be careful about when working this
 way drop me a note back on or off list.

 Thanks,
 Mark
I'm not sure of the major differences between the liveCD and the
Universal CD.  I think the Universal CD just contained mored packages
(portage snapshots, etc.).  I saw the definitions of each CD
somewhere yesterday, but can't seem to place my finger on it now.  I
think the only difference is that you have to download the portage
snapshot from the web (which isn't a bad idea anyway).  The
Installation Handbook covers this.

HTH

- --
gentux
echo hfouvyyAhnbjm/dpn | perl -pe 's/(.)/chr(ord($1)-1)/ge'

gentux's gpg fingerprint == 5495 0388 67FF 0B89 1239  D840 4CF0 39E2
18D3 4A9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEquM6TPA54hjTSp4RAl68AJ0WmDIVsKGHVEmOODK6OT3UKLu4nACgiHP4
tpY2jUo+zsixmbdr40vtoUI=
=TSfK
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: File manager via Web Browser

2006-07-04 Thread Mick

On 04/07/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote:



Can you give me more details, how can I setup this?


Sorry, I've only used cPanel and Plesk GUIs to control virtual
websites, as well as webDAV to access files on a server, but never had
to set it up myself.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] direct rendering only works with root???

2006-07-04 Thread Richard Fish

On 7/4/06, Raymond Lewis Rebbeck [EMAIL PROTECTED] wrote:

I think it's common practice to use the existing 'video' group for this. As
opposed to making a whole new graphics group.


No objection to using an existing group.  But in fact, I have both
video and graphics groups, and I didn't create either one of them
myself.

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



Re: [SOLVED - new xorg related?] Re: [gentoo-user] Whoa - .xsession-errors at 340MB in less than 24 hours!

2006-07-04 Thread John J. Foster
On Tue, Jul 04, 2006 at 02:21:26PM -0700, Donnie Berkholz wrote:
 John J. Foster wrote:
  On Mon, Jul 03, 2006 at 04:43:34PM -0400, John J. Foster wrote:
 
  Warning: Cannot convert string
  -bh-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1 to type
  FontStruct
 
 Try installing the fonts it's complaining about, and add 'em to your
 FontPath list in xorg.conf. This one looks like font-bh-100dpi or -75dpi.
 
Thanks alot Donnie, media-fonts/font-bh-75dpi did the trick. Out of
curiosity, how did you know which font package might be correct?

festus
-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky


pgp9bkbF4ncDv.pgp
Description: PGP signature


Re: [gentoo-user] kdelibs again: 'moc' USE flags ?

2006-07-04 Thread Richard Fish

On 7/4/06, Philip Webb [EMAIL PROTECTED] wrote:

Out of caution in light of recent experiences (smile),
I didn't try 'kdehiddenvisibility', but may have a look at that too later.
Anyone have thoughts/experiences to offer ?


I am using it without any issuesalthough I don't know that I have
seen any benefit either.

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



Re: [gentoo-user] syslog-ng + automatic respawn of target programs

2006-07-04 Thread Richard Fish

On 7/4/06, Enrico Weigelt [EMAIL PROTECTED] wrote:


Hi folks,

could anyone give me a quick hint how to tell syslog-ng to
automatically respawn target programs if they die ?


???


From 'man syslog-ng.conf', I don't see where syslog-ng actually has

the ability to spawn target programs in the first place.  It can log
to files, network sockets, or ttys.  No mention of logging to
programs...

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



Re: [gentoo-user] gcc - texinfo dependency

2006-07-04 Thread Richard Fish

On 7/4/06, Enrico Weigelt [EMAIL PROTECTED] wrote:

BTW: I don't need info pages at all, is there any useflag to
completely disable the whole info stuff ?


Um, for many (most?) GNU programs, the info documentation is the only
sane documentation.  Or are you saying you don't want any
documentation at all (man pages, info, html, pdfs, etc)?

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



[gentoo-user] Protecting my server against an individual

2006-07-04 Thread Grant

It has come to my attention that a particular person I know may be
intent on attacking my server/website in any way possible.  He doesn't
know much about Linux but does know Windows.  What kind of things
should I lock down to protect my remote hosted server?  I don't have
time to get too crazy with security right now, but what kinds of
simple tricks might this fellow learn by asking around on forums, etc?
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Protecting my server against an individual

2006-07-04 Thread James
Grant emailgrant at gmail.com writes:

 
 It has come to my attention that a particular person I know may be
 intent on attacking my server/website in any way possible.  He doesn't
 know much about Linux but does know Windows.  What kind of things
 should I lock down to protect my remote hosted server?  I don't have
 time to get too crazy with security right now, but what kinds of
 simple tricks might this fellow learn by asking around on forums, etc?


Hello Grant,

I assuming your server is a web host and it only is using port 80 (http) 
traffic.

If so you can follow this iptables-newbie site and set up pretty good security
just on that server:

http://gentoo-wiki.com/HOWTO_Iptables_for_newbies#QuickStart

Others will suggest using one of the ebuilds found in /usr/portage/net-firewall

such as 'fwbuilder' or shorewall.

hth,

James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem emerging kdebase

2006-07-04 Thread David Corbin
On Saturday 01 July 2006 17:10, David Corbin wrote:
 On Saturday 24 June 2006 12:45 pm, Richard Fish wrote:
  On 6/23/06, David Corbin [EMAIL PROTECTED] wrote:
   Any suggestions as to how to fix this problem?
 
  My first guess is MAKEOPTS=-j1 emerge --oneshot kdebase.  If that
  doesn't help, please post the output of emerge --info.

Looking closer, my original copy of the error wasn't very complete.  There are 
screenfuls of undefined references to various std:: symbols.  Clearly my C++ 
library is messed up.  How do I fix it?


== cut: emerge --info 

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.14 
i686)
=
System uname: 2.6.14 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.15
dev-lang/python: 2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.2/share/config /usr/kde/3.3/env 
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env 
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env 
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb 
/usr/share/config /usr/share/texmf/dvipdfm/config/ 
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
CXXFLAGS=-O2 -march=i686 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://gentoo.mirrors.easynews.com/linux/gentoo/ 
http://194.117.143.69 http://194.117.143.70 ftp://mirror.datapipe.net/gentoo;
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'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://trombone/gentoo-portage
USE=x86 X aim alsa apache2 apm arts avi bash-completion berkdb bitmap-fonts 
cdr cli crypt cups doc dri eds emboss encode esd foomaticdb gdbm gif gpm 
gstreamer gtk gtk2 hal imap imlib innodb isdnlog jpeg junit kde libg++ libwww 
mad mikmod motif mp3 mpeg ncurses nls nodroproot nptl nptlonly nsplugin ogg 
opengl openntpd oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime 
readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts 
type1-fonts udev vorbis win32codecs xml xmms xorg xv zlib elibc_glibc 
kernel_linux userland_GNU
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lost deadkeys layout

2006-07-04 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 21:28, martedì 4 luglio 2006, Benno Schulenberg ha scritto:
 Okay. What says 'grep -A2 Option /var/log/Xorg.0.log' ?

- --
(**) Option CoreKeyboard
(**) Keyboard1: Core Keyboard
(**) Option Protocol standard
(**) Keyboard1: Protocol: standard
(**) Option AutoRepeat 500 30
(**) Option XkbRules xorg
(**) Keyboard1: XkbRules: xorg
(**) Option XkbModel pc105
(**) Keyboard1: XkbModel: pc105
(**) Option XkbLayout de
(**) Keyboard1: XkbLayout: de
(**) Option CustomKeycodes off
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device Keyboard1 (type: KEYBOARD)



  My question is: how is it possible that the package is marked
  stable if there is a bug like it?

 Maybe because you're the first one to run into it?  Since probably
 few people do this upgrade-downgrade-upgrade cycle.  Maybe you made
 a small mistake somewhere along the way?  Maybe you had some
 package still masked for some reason, or forgot to unmask another?

I waited until the stable version of xorg: I tried it some time ago and 
I had the same problem, and after it I had problem with downgrade: I 
installed the system another time... Now I didn't up-down-update xorg, 

  In a your link says that the
  problem is solved in the 7.1 and no patch for the 7.0?

 Probably there is no problem, just some files that for some reason
 went missing, something that's cured by a reinstallation of the
 affected package or packages.

I didn't reinstall it, only the normal emerge -uD world comand

 So, do a 'genlop --list --date 5 days ago', or something similar, to
 find out which packages got emerged for the upgrade of Xorg, and
 then start re-emerging those (not by version number, but by name),
 one by one, and keep restarting X to see when it gets fixed.

I'll try it

 From another angle: have you tried using KDE or GNOME to control the
 nationality of the keyboard?  It should fail too, but one never
 knows.
 Benno

I use kde and I tried that option... It doesn't work!
Luigi

- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEqwdcHmkkjmM/hrcRAqxnAJ46YNTzVIXzmbxQi+BcPuq+egzQsgCfel3Y
2xMx+AqL5bMiVDkDLUCuQfE=
=PkB3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem emerging kdebase

2006-07-04 Thread Richard Fish

On 7/4/06, David Corbin [EMAIL PROTECTED] wrote:

Looking closer, my original copy of the error wasn't very complete.  There are
screenfuls of undefined references to various std:: symbols.  Clearly my C++
library is messed up.  How do I fix it?


Can you post some of that output?  In particular, look for things
about missing libstdc++.so.6.  It might be just that you need to run
fix_libtool_files.sh.

If you truly think you have a broken C++ library, which is installed
as part of gcc, I would suggest:

1. emerge --oneshot gcc
2. Use gcc-config to select the correct/current compiler
3. revdep-rebuild --library=libstdc++.so.6

The 3rd command will rebuild all programs and libraries that use C++
on your system.  The first 2 are mostly to make sure you have a usable
C++

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



Re: [gentoo-user] Re: Protecting my server against an individual

2006-07-04 Thread Dale
Grant wrote:
  It has come to my attention that a particular person I know may be
  intent on attacking my server/website in any way possible.  He doesn't
  know much about Linux but does know Windows.  What kind of things
  should I lock down to protect my remote hosted server?  I don't have
  time to get too crazy with security right now, but what kinds of
  simple tricks might this fellow learn by asking around on forums, etc?

 I assuming your server is a web host and it only is using port 80
 (http) traffic.

 I do log in via ssh (port 22 I think) and it's also a mail server.
 How can I check which ports are open?  Does shorewall handle that?

This is my theory.  If you can, install webmin and shorewall.  You can
use webmin to configure shorewall from what I have read.  Basically you
want to block all but what you need to keep open, including ssh.

Hope that helps.

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



Re: [gentoo-user] 2006.0 - no universal anymore? (use LiveCD?)

2006-07-04 Thread Mark Knecht

On 7/4/06, gentuxx [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Knecht wrote:
 Hi,
   I am moving my son from FC2 to Gentoo today. I went to get an up to
 date universal CD and it seems that there isn't one. Is the preferred
 stage 3 method of install these days to use the LiveCD and then just
 go to the console and work like the old days?

   Currently I'm ssh-ing off all his old stuff as back. If someone
 knows of any problems or things to be careful about when working this
 way drop me a note back on or off list.

 Thanks,
 Mark
I'm not sure of the major differences between the liveCD and the
Universal CD.  I think the Universal CD just contained mored packages
(portage snapshots, etc.).  I saw the definitions of each CD
somewhere yesterday, but can't seem to place my finger on it now.  I
think the only difference is that you have to download the portage
snapshot from the web (which isn't a bad idea anyway).  The
Installation Handbook covers this.

HTH



Thanks. By the time I saw you message I had already managed to build
and reboot the machine. It's up and running but no networking yet so
still to solve that one but at least it's Gentoo now.

Thanks again,
Mark
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] erratic touchpad

2006-07-04 Thread marco restelli

Hi list,
upgrading to the 2.6.16 kernel solved the problem :-)

Best
Marco


On 6/24/06, Richard Fish [EMAIL PROTECTED] wrote:

On 6/22/06, marco restelli [EMAIL PROTECTED] wrote:

 Hi Richard,
   thank you for the suggustions, but it does not work.
 Those two errors are still present, for whatever choice
 of the clock option :-(

Hmm, darn.  It still looks to me like a problem with your interrupt
controller.  Unfortunately I don't know your hardware well enough to
advise any further.  You might try the gentoo-amd64 list.

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



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Protecting my server against an individual

2006-07-04 Thread Ryan Tandy

Grant wrote:

It has come to my attention that a particular person I know may be
intent on attacking my server/website in any way possible.  He doesn't
know much about Linux but does know Windows.  What kind of things
should I lock down to protect my remote hosted server?  I don't have
time to get too crazy with security right now, but what kinds of
simple tricks might this fellow learn by asking around on forums, etc?


Assuming your packages are all up to date security-wise (glsa-check) and 
you're running a firewall of some kind (and you'd be crazy not to for 
any publically accessible box), there isn't much stuff you can do 
(without investing a bunch of time and effort in learning new things) 
besides change your passwords a bit more frequently and keep a close eye 
on logs from network-accessible programs (sshd, httpd, firewall).

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Protecting my server against an individual

2006-07-04 Thread Thomas Cort
On Tue, 4 Jul 2006 17:38:28 -0700
Grant [EMAIL PROTECTED] wrote:
 How can I check which ports are open?

nmap can do this. Just `emerge nmap` and run `nmap yourdomain.com`
Below is what the output looks like:

[EMAIL PROTECTED] ~ $ nmap cs.ubishops.ca

Starting Nmap 4.01 ( http://www.insecure.org/nmap/ ) at 2006-07-04
22:14 EDT Interesting ports on cs.ubishops.ca (206.167.194.132):
(The 1662 ports scanned but not shown below are in state: closed)
PORTSTATE SERVICE
21/tcp  open  ftp
22/tcp  open  ssh
25/tcp  open  smtp
80/tcp  open  http
110/tcp open  pop3
143/tcp open  imap
443/tcp open  https
465/tcp open  smtps
993/tcp open  imaps
995/tcp open  pop3s

Nmap finished: 1 IP address (1 host up) scanned in 5.906 seconds


pgpX8wvNqT7MX.pgp
Description: PGP signature


Re: [gentoo-user] Protecting my server against an individual

2006-07-04 Thread Thomas Cort
On Tue, 4 Jul 2006 15:56:02 -0700
Grant [EMAIL PROTECTED] wrote:

 It has come to my attention that a particular person I know may be
 intent on attacking my server/website in any way possible.  He doesn't
 know much about Linux but does know Windows.  What kind of things
 should I lock down to protect my remote hosted server?

Locking down ssh is a must. There are thousands of computers scanning
the internet attempting to log into any computer running sshd by using
brute force (dictionary) attacks. Just look at /var/log/sshd/current
and you will see ;) Luckily, this is pretty easy to protect against.
In /etc/ssh/sshd_config set PermitRootLogin to 'no' or
'without-password' (without-password means using key based
authentication). `emerge denyhosts`, configure it
in /etc/denyhosts.conf, start it up, and added it to the default run
level. It should be noted that this only goes so far. You need good
passwords too. Passwords should be at least 7 characters long and
contain upper and lower case with punctuation. You can check for weak
passwords with a package called johntheripper. Making sure your
software is up to date is also critical. Web-apps are especially prone
to security holes.

Good Luck!
-tcort


pgphkF3hlzzKN.pgp
Description: PGP signature


[gentoo-user] iptables wiki

2006-07-04 Thread james

Hello,

I'm attempting to follow this wiki to build a test firewall running iptables:
http://gentoo-wiki.com/HOWTO_Iptables_for_newbies#QuickStart

Kernel is 'hardened' with netfilter et al activated.

It looks reasonable and is suppose to be up to date.

My nics are set up in /etc/conf.d/net
iface_eth0=192.168.2.20 broadcast 192.168.2.255 netmask 255.255.255.0
iface_eth1=192.168.3.11 broadcast 192.168.3.255 netmask 255.255.255.0
iface_eth2=snipped  broadcast snipped netmask 255.255.255.252
routes_eth2=( default gw snipped )

All work fine.

port forwarding is enabled:

Rulesets get saved to /var/lib/iptables/rules-save
As specificed in /etc/conf.d/iptables
and 
/etc/init.d/iptables is the script that launces iptables
plus  rc-update add iptables default

I think all of this is correct(correct me if I'm wrong).

When I go to /etc/init to write my rules into firewall.sh
as specified in the aforementioned wiki I automatically get
this shoved into the script:

#!/sbin/runscript
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
depend() {
}
start() {
}
stop() {
}
restart() {
}



curiously none of the example talk about this.

Is this the correct place to put my script(/etc/init.d/, 
which is somewhat similar to the one suggested in the
wiki?


None of the examples I found googling discuss the details of where to put
the script, how to launch it and other such details. Any suggestion
are welcome. I have found lots of  example scripts similar to my 3 nic
net/lan/dmz setup though.

Any suggestions are very welcome.

James




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Wireless Help

2006-07-04 Thread Colleen Beamer
Hi,

Okay so, I'm a wireless idiot.  I've found the wiki that outlines the
use of wireless-tools or wpa-supplicant.  However, my problem is that I
don't know where to begin.

My wireless adapter for my notebook is a Linksys WPC54G.  I think that I
have to use ndiswrapper in order to install the driver for the card.

So, my question is, once I install ndiswrapper and the driver, do I then
follow the wiki for either wireless-tools or (preferred)
wpa-supplicant?  Is there anything else I have to do or install?

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Cannot access external network

2006-07-04 Thread Raj Swaminathan

Hi,

Im a gnu/linux newbie and have 2 problems 

1. At boot, i get net-mount failed on eth0



I am unable to ping machines not listed on /etc/hosts.



Can anyone help me
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: kaudiocreator still giving me fits - added info

2006-07-04 Thread Colleen Beamer
Hi,

My purpose here is to put this thread to bed.  Plus, I think it's rude
when someone goes to the trouble of responding and then has the response
ignored.  So, Richard, I apologize for the tardiness of my response.

Richard Fish wrote:
 On 6/24/06, Colleen Beamer [EMAIL PROTECTED] wrote:
 kaudiocreator is not working as expected. The only thing that I can
 think of is that I don't have some setting correct and I'm darned if I
 can figure out what it is.



 If there is an incorrect setting, it would have to be in the kernel.
 But I don't think it is very likely to be a problem with grip or
 kaudiocreator.

 Can you tell us more about what your hardware configuration is like
 (other IDE disks, master/slave settings, any SATA drives, etc)?

 Have you checked that the cables inside the computer are secure?
 Could they have been damaged in any way?
As it turns out, I think the problem *was* a wonky CD-RW drive, as
others in this thread suggested.  I didn't think that was possible,
since the drive worked fine prior to an upgrade from KDE 3.4.3 to KDE
3.5.  However, when I went back to KDE 3.4.3, the erratic behaviour
continued.  I bit the bullet and bought another drive (haven't yet
installed it).  This paragraph is related to my desktop.

However, the point of writing this is to say that after a clean install
(i.e. wiping KDE 3.4.3 off my system) of KDE 3.5 on my laptop,
kaudiocreator is working as expected, so this lends credence to the fact
that it must have been the drive on my desktop that was failing.

Thanks to all for their responses and their patience with me.

Regards,

Colleen


Registered Linux User #411143 with the Linux Counter, http://counter.li.org

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Cannot access external network

2006-07-04 Thread Raj Swaminathan

Hi,

Im a gnu/linux newbie and have 2 problems 

1. At boot, i get net-mount failed on eth0 and ifconfig does not
list eth0. So i manually tried ifconfig eth0 up and eth0 is then
listed.  Next I am unable to ping machines not listed on /etc/hosts.

My /etc/conf.d/net has entries for config_eth0 and routes_eth0

My /etc/resolv.conf however looks like this:
# Generated by dhcpcd for interface eth1
nameserver  mynameserver
domain mydomain
It seems to say eth1 . when it should say eth0?

2. When grub loads, the screen is all blurred and hazy and seems to
get allright 10 seconds after the kernel starts loading. What should i
do?

Any help will be appreciated  thanks !
raj
--
gentoo-user@gentoo.org mailing list



[gentoo-user] auto startx after login

2006-07-04 Thread Shaochun Wang
Every time I login, I input startx to start the X Window 
working environment. Now I am tired of this typing,
so I add the following to my $HOME/.bash_profile file:

pgrep X /dev/null || exec startx

I works as I hope! But I still wonder whether there exits
another way to do it. Any recommendation?


-- 
Shaochun Wang [EMAIL PROTECTED]

GPG Fingerprint: 70C2 6945 0E46 E08B 419A  007C AC5C F21F 358A 0833
You can get my publickey from the following url:
http://lcs.ios.ac.cn/~scwang/docs/scwangpublickey.gpg
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 screwup

2006-07-04 Thread Nick Rout

On Tue, 4 Jul 2006 21:45:21 +0100
Neil Bothwick wrote:

 On Tue, 04 Jul 2006 19:11:39 +0200, Alan McKinnon wrote:
 
  No, that still doesn't work. When the user unmerges kde-meta, with your
  proposal it will unmerge X11. The next step is that the user emerges
  gnome which first emerges X11 back again.
 
 Except i this example you are likely to install GNOME before removing
 KDE, otherwise you'd be left with no desktop.
 
  This isn't so bad with a
  binary distro if the packages are on a CD, but on gentoo it's murder.
 
 If you have the disk space to spare, set FEATURES=buildpkg. Then
 reinstalling a package is as quick as with a binary distro.


The further complication there is that in this hypothetical situation
you are also likely to be changing some USE flags, and the prebuilt
buildpkg packages may need in fact to be built again against a new set
of libraries.

All of which is why I am glad I don't have to maintain portage and its
associated tools :)


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Protecting my server against an individual

2006-07-04 Thread James
Grant emailgrant at gmail.com writes:

 
   It has come to my attention that a particular person I know may be
   intent on attacking my server/website in any way possible.  He doesn't
   know much about Linux but does know Windows.  What kind of things
   should I lock down to protect my remote hosted server?  I don't have
   time to get too crazy with security right now, but what kinds of
   simple tricks might this fellow learn by asking around on forums, etc?
 
  I assuming your server is a web host and it only is using port 80 (http)
traffic.
 
 I do log in via ssh (port 22 I think) and it's also a mail server.
 How can I check which ports are open?  Does shorewall handle that?


You may want to try a tool I just found:


kmyfirewall:

et-firewall/kmyfirewall
 Available versions:  0.9.6.2-r1 ~1.0-r2 ~1.0.1
 Installed:   0.9.6.2-r1
 Homepage:http://kmyfirewall.sourceforge.net/
 Description: Graphical KDE iptables configuration tool

I just installed it, so I'm going to play around with it. In the handbook you 
can use the advanced features to config a firewall
for a remote system.

ymmv,


James




I 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File manager via Web Browser

2006-07-04 Thread Nick Rout

On Tue, 4 Jul 2006 15:58:16 -0300
Leandro Melo de Sales wrote:

 Hi list,
 
   Does someone can tell me a good tool to install on my server which
 permit a user (local user) to manager him file via a web browser? Such
 as remove, create, upload and so on. I don't want to give ssh access
 to all users, just the basic operations over their files.
 
 Thank you,
 
 Leandro

Install ssh on the server (I guess it already is!) and then access it
with konqueror via either the fish or sftp kio_plugins.

eg to access machine server.mydom.net with user leo yiu type:

fish://[EMAIL PROTECTED] or
sftp://[EMAIL PROTECTED]

in the address bar of konqueror, you will be prompted for a password.


-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] linux' IO performance sucks

2006-07-04 Thread Sven Köhler
Hi,

sorry for the silly subject, but did you ever experience the following?:

i have a fileserver, i copy a file to it - let's say 600MB.

So about every 200MB (i guess the linux box writes the data into the
cache in the RAM first) linux writes the harddisk. But during that time
- during the time it writes that 200MB to disk, there is no chance for
any other IO. I'm playing an mp3 from the very same fileserver. It stops
playing, because the machine does answer the read-requests.

So what's going on here?

Why does Linux write so huge amounts of data to the disk? Why does Linux
not stop writing for a while to fullfil the read-requests? And so on ...

Any idea, on how to imrpove that?



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] 2006.0 - no universal anymore? (use LiveCD?)

2006-07-04 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Knecht wrote:
 On 7/4/06, gentuxx [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Mark Knecht wrote:
  Hi,
I am moving my son from FC2 to Gentoo today. I went to get an
 up to
  date universal CD and it seems that there isn't one. Is the
 preferred
  stage 3 method of install these days to use the LiveCD and then just
  go to the console and work like the old days?
 
Currently I'm ssh-ing off all his old stuff as back. If someone
  knows of any problems or things to be careful about when working
 this
  way drop me a note back on or off list.
 
  Thanks,
  Mark
 I'm not sure of the major differences between the liveCD and the
 Universal CD.  I think the Universal CD just contained mored packages
 (portage snapshots, etc.).  I saw the definitions of each CD
 somewhere yesterday, but can't seem to place my finger on it now.  I
 think the only difference is that you have to download the portage
 snapshot from the web (which isn't a bad idea anyway).  The
 Installation Handbook covers this.

 HTH


 Thanks. By the time I saw you message I had already managed to build
 and reboot the machine. It's up and running but no networking yet so
 still to solve that one but at least it's Gentoo now.

 Thanks again,
 Mark
Have you tried modprobe'ing the module you might need for your NIC
(3c59x)?  Then running `net-setup eth0' from the install CD?  I had an
issue similar on one of my Sun systems, but was able to get it up that
way.

- --
gentux
echo hfouvyyAhnbjm/dpn | perl -pe 's/(.)/chr(ord($1)-1)/ge'

gentux's gpg fingerprint == 5495 0388 67FF 0B89 1239  D840 4CF0 39E2
18D3 4A9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEqzwdTPA54hjTSp4RAvfJAKCh94vuw0T+hJ7g/++g1nP2XAUMowCeOrqu
S6aC3jyxuPDQzr6bsvN+1xA=
=I0fe
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux' IO performance sucks

2006-07-04 Thread Thomas Cort
On Wed, 05 Jul 2006 05:43:57 +0200
Sven Köhler [EMAIL PROTECTED] wrote:

 So what's going on here?

Please provide more details. What filesystem does the server use
(ext2/3, reiserfs, jfs, xfs, ...)? Are you using nfs, shfs, afs,
smbfs, ...? What are the hardware specs for the server? How much RAM?
How fast is it? What about the client specs? Is the client running
Linux too? Is the client that uploads the 600MB file the same one that
is attempting to play the music? What is the network like? 100Mbps
ethernet? Are the client and server on the same subnet? Same hub or
switch? How many other computers are using the network? What music
player are you using?

-tcort


pgpVoVsg6bGLC.pgp
Description: PGP signature


Re: [gentoo-user] linux' IO performance sucks

2006-07-04 Thread Richard Fish

On 7/4/06, Sven Köhler [EMAIL PROTECTED] wrote:

So about every 200MB (i guess the linux box writes the data into the
cache in the RAM first) linux writes the harddisk. But during that time
- during the time it writes that 200MB to disk, there is no chance for
any other IO. I'm playing an mp3 from the very same fileserver. It stops
playing, because the machine does answer the read-requests.


What filesystem are you using?  I've seen this kind of behavior with
XFS, and the anticipatory scheduler, and solved it with the following
in my /etc/conf.d/local.start:

test -f /sys/block/sda/queue/iosched/antic_expire  \
   echo 0 /sys/block/sda/queue/iosched/antic_expire
test -f /proc/sys/vm/laptop_mode  echo 0 /proc/sys/vm/laptop_mode
test -f /proc/sys/fs/xfs/xfssyncd_centisecs  \
   echo 500  /proc/sys/fs/xfs/xfssyncd_centisecs

You might also play with some of the other settings in
/proc/sys/fs/xfs and see what works for you.

Of course, if you are using a different filesystem or different
scheduler, it might help to know that.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] auto startx after login

2006-07-04 Thread Norman Rieß

Shaochun Wang schrieb:
Every time I login, I input startx to start the X Window 
working environment. Now I am tired of this typing,

so I add the following to my $HOME/.bash_profile file:

pgrep X /dev/null || exec startx

I works as I hope! But I still wonder whether there exits
another way to do it. Any recommendation?


  

Hi

look at the /etc/rc.conf. You can set your default displaymanager and 
graphical environment.
Then you add xdm (even if you are using gdm) to the default runlevel 
by rc-update add xdm default.

Your Displaymanager will start every boot automatically.

Regards

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



Re: [gentoo-user] Wireless Help

2006-07-04 Thread A. R.

So, my question is, once I install ndiswrapper and the driver, do I then
follow the wiki for either wireless-tools or (preferred)
wpa-supplicant?  Is there anything else I have to do or install?

Regards,

Colleen



Hello,

May I suggest that you try first with wireless-tools?


Things you need to know:
1. The interface id of the wireless card (eth0, eth1, wlan0 etc...)
2. The essid of the wireless access point you are connecting to.
3. The encryption key (if any) for wireless access (WEP)

Once you have those you can run the following commands (after you have
emerged wireless-tools) Using eth1 as the interface for example:

iwconfig eth1 essid the essid of the access point
iwconfig eth1 key the encryption key
dhcpcd eth1

If this works, then depending on how you want to configure your box
you may want to set all this configuration in the file
/etc/conf.d/wireless (BTW, please take a look at the file
/etc/conf.d/wireless.example, it does have very good comments that
would make this very understandable), or you may want to go for
wpa_supplicant.

HTH

- AR


If you stare long enough into an abyss, the abyss will stare back into you...
--
gentoo-user@gentoo.org mailing list



[gentoo-user] problems with revdep-rebuild after the modular X upgrade

2006-07-04 Thread W.Kenworthy
If anyone is having problems with revdep-rebuild after the modular X
upgrade, check out bug #137313 (I have one of 3 systems so far with this
problem)

Billk

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux' IO performance sucks

2006-07-04 Thread Hemmann, Volker Armin
On Wednesday 05 July 2006 05:43, Sven Köhler wrote:
 Hi,

 sorry for the silly subject, but did you ever experience the following?:

 i have a fileserver, i copy a file to it - let's say 600MB.

 So about every 200MB (i guess the linux box writes the data into the
 cache in the RAM first) linux writes the harddisk. But during that time
 - during the time it writes that 200MB to disk, there is no chance for
 any other IO. I'm playing an mp3 from the very same fileserver. It stops
 playing, because the machine does answer the read-requests.

 So what's going on here?

 Why does Linux write so huge amounts of data to the disk? Why does Linux
 not stop writing for a while to fullfil the read-requests? And so on ...

 Any idea, on how to imrpove that?

using the cfq or deadline io-scheduler?

-- 
gentoo-user@gentoo.org mailing list