[gentoo-user] tweak console (fb) color:

2006-04-12 Thread Zhang Weiwu


--
Zhang Weiwu   CEO Real Softservice
International business: http://www.realss.com
International sales:0086 10 84606011
Inland business:http://www.realss.cn
Inland sales call:  0086 592 2099987
Sent from Pine: http://www.washington.edu/pine/
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] package.mask

2006-04-12 Thread Niki Balov
Hi there,
i want to ask how to mask versions of glibc above 2.4? I compile my
entire system with gcc3.4.5 and glibc 2.4 and i don't want to upgrade
them. I added the following lines in package.mask
sys-devel/gcc-3.4.5
sys-libs/glibc-2.4
but there is glibc-2.4-r1 and the system wants to upgrade. I don't! I
tried to mask =sys-libs/glibc-2.4-r1 but then the system wants to
downgrade. The question! How can I mask glibc-2.4 so the system don't
downgrade or upgrade and just use glibc-2.4?

10x in advance :)
Regards,
Niki

-- 
Cyberly yours,
Nikolay Balov

mail: [EMAIL PROTECTED]
Creditinfo Bulgaria
Member of Creditinfo Group
http://www.creditinfo.bg
tel: +359 2 92 777 351
fax: +359 2 92 777 352
mobile: +359 89 666 8 421

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.mask

2006-04-12 Thread Nagatoro

Niki Balov wrote:

Hi there,
i want to ask how to mask versions of glibc above 2.4? I compile my
entire system with gcc3.4.5 and glibc 2.4 and i don't want to upgrade
them. I added the following lines in package.mask

sys-devel/gcc-3.4.5
sys-libs/glibc-2.4


sys-devel/gcc-3.4.5
sys-libs/glibc-2.4

Should do it.
Look in /usr/portage/profiles/package.mask too see how the devs do it.


but there is glibc-2.4-r1 and the system wants to upgrade. I don't! I
tried to mask =sys-libs/glibc-2.4-r1 but then the system wants to
downgrade. The question! How can I mask glibc-2.4 so the system don't
downgrade or upgrade and just use glibc-2.4?

10x in advance :)
Regards,
Niki



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.mask

2006-04-12 Thread Neil Bothwick
On Wed, 12 Apr 2006 09:55:16 +0300, Niki Balov wrote:

 i want to ask how to mask versions of glibc above 2.4? I compile my
 entire system with gcc3.4.5 and glibc 2.4 and i don't want to upgrade
 them. I added the following lines in package.mask
 sys-devel/gcc-3.4.5
 sys-libs/glibc-2.4
 but there is glibc-2.4-r1 and the system wants to upgrade. I don't! I
 tried to mask =sys-libs/glibc-2.4-r1 but then the system wants to
 downgrade. 

2.4 is no longer in portage, which means there must be something wrong
with it. It wouldn't have been removed otherwise. The Changelog will
probably tell you more. In this case, upgrading to 2.4-r1 is almost
certainly the best option, and change package.mask accordingly.


-- 
Neil Bothwick

You are a completely unique individual, just like everybody else.


signature.asc
Description: PGP signature


[gentoo-user] Clarification on LVM vs JBOD

2006-04-12 Thread Ow Mun Heng
Just wanted to clarify something.

Say I have a bunch of disks, I can go either using JBOD, and mount each
disk eg:
/mnt/disk1  /mnt/disk2  /mnt/disk3
and use them as is. If one crash, I still retain data on the other 2. 

If I use LVM, for ease of configuration and to provide me with just
one /BIG-storage-volume, if I get a curruption of if one of the disks
fail, does the other 2 retain it's data?

My guess is NO and I'm basically screwed if the data is important. 


-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 17:26:28 up 7:25, 4 users, load average: 1.24, 1.06, 0.70 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clarification on LVM vs JBOD

2006-04-12 Thread jarry
Ow Mun Heng [EMAIL PROTECTED] wrote:

 Say I have a bunch of disks, I can go either using JBOD, and mount each
 disk eg:
   /mnt/disk1  /mnt/disk2  /mnt/disk3
 and use them as is. If one crash, I still retain data on the other 2. 

Correct me if I'm wrong, but I think JBOD (just bunch of disks)
is a name for some simple sort of multi-disk array, where disks
are just joined into one volume, without any stripping/mirroring.

One can think of jbod as a subset of lvm, where resizing (if possible)
is not so easy. Or s subset of raid0, where strip-size is large than
capacity of any single disk (e.g. actually no stripping :-)

Jarry

-- 
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
Feel free mit GMX DSL! http://www.gmx.net/de/go/dsl
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clarification on LVM vs JBOD

2006-04-12 Thread Dirk Heinrichs
Am Mittwoch, 12. April 2006 11:29 schrieb ext Ow Mun Heng:
 Just wanted to clarify something.

 Say I have a bunch of disks, I can go either using JBOD, and mount each
 disk eg:
   /mnt/disk1  /mnt/disk2  /mnt/disk3
 and use them as is. If one crash, I still retain data on the other 2.

 If I use LVM, for ease of configuration and to provide me with just
 one /BIG-storage-volume, if I get a curruption of if one of the disks
 fail, does the other 2 retain it's data?

 My guess is NO and I'm basically screwed if the data is important.

This is correct. Did you think about:

1) Using sw raid 5 (would loose the capacity of 1 disk, but _all_ data would 
be save)
2) mkdir /BIG-storage-volume and populate it with symlinks 
into /mnt/disk[123]
3) Backups

Bye...

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


pgpNa2YHXQT1y.pgp
Description: PGP signature


Re: [gentoo-user] Re-caching dependency info (mtimes differ)...

2006-04-12 Thread Mark Knecht
On 4/11/06, Anthony E. Caudel [EMAIL PROTECTED] wrote:
 Mark Knecht wrote:
  I'm still trying to fix my Myth frontend box. Bummer. I've got X
  working again by going back to older udev. Myth is working if I use a
  keyboard, but my remote controi has stopped working. (Darn emerge!)
  Anyway, if I restart lircd I see this message:
 
  myth14 ~ # /etc/init.d/lircd stop
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Stopping lircd ...
   [ !! ]
  myth14 ~ # /etc/init.d/lircd zap
   * Manually resetting lircd to stopped state.
  myth14 ~ # /etc/init.d/lircd start
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Starting lircd ...
   [ ok ]
  myth14 ~ #
 
  What does this mesage mean? The time on the machine looks correct:
 
  myth14 ~ # date
  Tue Apr 11 16:02:36 PDT 2006
  myth14 ~ #
 
  Thanks,
  Mark
 
 I had that a few days ago.  Searched the forums and found this:

 touch /etc/init.d/*; /sbin/depscan.sh --update

 Worked for me!

 Tony

Thanks Tony,
   This appears to have fixed this issue. I appreciate the response.

   I still seem to have many others with this box. I'll likely be back.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: reiserfs-ext3

2006-04-12 Thread Sven Köhler
 Do you know tools, that can convert reiserfs to ext3 or the other way
 round? I have forgotten the name of the tool that i once read about :-(
 
 mkfs, but make sure you have a backup. *SCNR*

No risk, no fun!



signature.asc
Description: OpenPGP digital signature


[gentoo-user] tunning use flag

2006-04-12 Thread Pawel K
Hello

I'm not sure whether I understand the USE flag
properly.

I'm using fluxbox as X window manager. I'm not using
kde and gnome and I'm not interested in those
packages.

Can I remove support for them in my /etc/make.conf by
specifying:
USE=-kde -gnome -qt -gtk -gtk+

Will ethereal work after that changes. It listens to
gtk flag. Will it be compiled with gtk support ins
spite of my -gtk specification.

Thank You for help

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gdm not coming up

2006-04-12 Thread Grant
  I just set up xdm and gdm and xdm is coming up fine but I never see
  gdm.  I followed the instructions here:

 Did you modify /etc/rc.conf to set DISPLAYMANAGER=gdm? How are you
 starting X - startx, /etc/init.d/xdm start, ?

 -James

That fixed it.  It's working perfectly now.

- Grant

  http://gentoo-wiki.com/HOWTO_Xfce4
 
  and created the specified file here:
 
  /etc/X11/gdm/Sessions/xfce42.desktop
 
  although I think I did that before starting xdm for the first time if
  that makes any difference.  Did I put that file in the right place?
  These files already exist:
 
  /etc/X11/dm/Sessions/xfce.desktop
  /usr/share/xsessions/xfce.desktop
 
  - Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] tunning use flag

2006-04-12 Thread Gogiel
Pawel K wrote:
 Hello
 
 I'm not sure whether I understand the USE flag
 properly.
 
 I'm using fluxbox as X window manager. I'm not using
 kde and gnome and I'm not interested in those
 packages.
 
 Can I remove support for them in my /etc/make.conf by
 specifying:
 USE=-kde -gnome -qt -gtk -gtk+
 
 Will ethereal work after that changes. It listens to
 gtk flag. Will it be compiled with gtk support ins
 spite of my -gtk specification.
 
 Thank You for help
 
After that you will be able to use only tethereal.
If you want to use gtk ethereal
# echo net-analyzer/ethereal gtk  /etc/portage/package.use

-- 
Jabber: [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: Re: [gentoo-user] error after update

2006-04-12 Thread wcw84
From: Richard Fish [EMAIL PROTECTED] To: gentoo-user@lists.gentoo.org Date: Wed, 12 Apr 2006 02:01:57 +0800 (CST) Subject: Re: [gentoo-user] error after update   On 4/11/06, wcw84 [EMAIL PROTECTED] wrote:   Then I updated in my second gentoo to gcc 4.0.2 and glibc2.4,and emerge -e   system  emerge -e world and etc-update and update all the file.And when   i reboot,error   occured:udev-event[1731]:find_free_number:%e is deprecated   will be removed and is unlikely to work correctly.Don't use it.This is expected with the ~x86 udev, as the CD-ROM rules still use %e  to figure out the device name.  Hopefully it goes away in a future  udev release, and we will all learn how to update our own rules that  use %e and   network unreachable. After i logined,i typed:ifconfig,it showed:   eth0  Link encap:Ethernet  HWaddr 00:E0:4C:8C:B8:C9 inet addr:0.0.0.255  Bcast:255.255.255.255  Mask:0.0.0.0Ok so the driver is loaded and working.  Looks like something is wrong  with your configuration though.What does grep -v '^#' /etc/conf.d/net show? And the system don't have any sound now ,i can't find the file dsp in the   /dev.Do you have alsasound set to start in the default runlevel (check  rc-update -s)?  Do you use the in-kernel modules or the external  alsa-driver package?  If external, have you tried rebuildling it?   What does lsmod | grep snd report?BTW, /dev/dsp is the legacy oss device, and will only appear if you  have the snd_pcm_oss module loaded.  The standard alsa interfaces show  up under /dev/snd/, with information at /proc/asound/.-Richard--   gentoo-user@gentoo.org mailing list I so appreciated the help from Richard!Thank you for telling me to add the alsasound to starting in default level.Now i have sound! But i still don't know how to deal with my network problem. This is my /etc/con.d/net:  # This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d.  To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). config_eth0=( 222.20.45.71 netmask 255.255.255.0 broadcast 222.20.45 255 ) routes_eth0=( default gw 222.20.45.254 )  #config_eth0=( 192.168.1.31 netmask 255.255.255.0 broadcast 192.168.1.255 ) #routes_eth0=( default gw 192.168.1.1 )  This file is just as it is before i update,and it can work before updating. Now when i start my system,it says:  Start eth0   Bringing up eth0 222.20.45.71   Add routes  default gw 222.20.45 254 SIOCADDRT: Netwoik is unreachable Mounting network filesystems Starting local  Can anybody tell me how to do that? Thanks advanced! 

	中 国 每 年 用 掉 多 少 双 一 次 性 筷 子 ?
	
	 450亿双。这会耗费170万立方米的木材,需要砍伐大约2500万棵大树! <网易邮箱公益宣传>




Re: [gentoo-user] tunning use flag

2006-04-12 Thread Richard Fish
On 4/12/06, Pawel K [EMAIL PROTECTED] wrote:
 Hello

 I'm not sure whether I understand the USE flag
 properly.

 I'm using fluxbox as X window manager. I'm not using
 kde and gnome and I'm not interested in those
 packages.

USE flags turn on optional support (and dependancies) in packages.  So
for those packages with optional kde or gnome support, disabling those
use flags will build the packages without that support.

But they do not effect packages with fixed dependancies.  For example,
kdevelop requires kdelibs, so if you merge kdevelop, you will end up
with kdelibs installed as well, regardless of the kde use flag
setting.

For the qt and gtk flags, the general effect is that you do not get
any optional GUI interfaces for the packages.  As has been pointed
out, merging ethereal without gtk gives you only tethereal. 
Similarly, merging mplayer without gtk support gives you only mplayer,
not gmplayer.  Xine gives you only xine, not gxine.  And so on.

If you really don't want those other interfaces, then disable the
flags.  You can always enable them again for a specific package with
/etc/portage/package.use.

Also you might want to get in the habit of running emerge with the
--pretend and --verbose options.  That will show you what use flags
are available for a package, and if you see gtk or qt, you can
investigate further what you lose by disabling them.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] error after update

2006-04-12 Thread Hans-Werner Hilse
Hi,

On Wed, 12 Apr 2006 23:03:39 +0800 (CST) wcw84 [EMAIL PROTECTED] wrote:

 config_eth0=( 222.20.45.71 netmask 255.255.255.0 broadcast 222.20.45 255 )

There's a dot missing right before the last 255.

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



Re: Re: [gentoo-user] error after update

2006-04-12 Thread Richard Fish
On 4/12/06, wcw84 [EMAIL PROTECTED] wrote:
 I so appreciated the help from Richard!Thank you for telling me to add the
 alsasound to
 starting in default level.Now i have sound!

My pleasure.

 But i still don't know how to deal with my network problem.
 This is my /etc/con.d/net:

 # This blank configuration will automatically use DHCP for any net.*
 # scripts in /etc/init.d. To create a more complete configuration,
 # please review /etc/conf.d/net.example and save your configuration
 # in /etc/conf.d/net (this file :]!).
 config_eth0=( 222.20.45.71 netmask 255.255.255.0 broadcast 222.20.45 255 )
 routes_eth0=( default gw 222.20.45.254 )

According to /etc/conf.d/net.example, this should how be:

routes_eth0=( default via 222.20.45.254 )

 Start eth0
  Bringing up eth0
  222.20.45.71

Ok, so do you now see this address when you do ifconfig?  Before you
were getting something completely different.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clarification on LVM vs JBOD

2006-04-12 Thread Richard Fish
On 4/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Correct me if I'm wrong, but I think JBOD (just bunch of disks)
 is a name for some simple sort of multi-disk array, where disks
 are just joined into one volume, without any stripping/mirroring.

It is actually even simpler than that.  It is describing disks
connected to a hardware raid controller, but not part of any array. 
They appear to the os as individual drives, essentially just using the
raid controller as a disk controller.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] error after update

2006-04-12 Thread Richard Fish
On 4/12/06, Hans-Werner Hilse [EMAIL PROTECTED] wrote:
 Hi,

 On Wed, 12 Apr 2006 23:03:39 +0800 (CST) wcw84 [EMAIL PROTECTED] wrote:

  config_eth0=( 222.20.45.71 netmask 255.255.255.0 broadcast 222.20.45 255 )

 There's a dot missing right before the last 255.

Nice catch!

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clarification on LVM vs JBOD

2006-04-12 Thread Ow Mun Heng
On Wed, 2006-04-12 at 08:26 -0700, Richard Fish wrote:
 On 4/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Correct me if I'm wrong, but I think JBOD (just bunch of disks)
  is a name for some simple sort of multi-disk array, where disks
  are just joined into one volume, without any stripping/mirroring.
 
 It is actually even simpler than that.  It is describing disks
 connected to a hardware raid controller, but not part of any array. 
 They appear to the os as individual drives, essentially just using the
 raid controller as a disk controller.

which essentially just as mentioned /mnt/disk[123] etc right? There's no
consolidation into 1 /BIG-Storage-volume but at least one disk dies, the
data still retains.

Raid 5 is nice.. but sacrificing 1 HD space for it is too much for
me :-)

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 23:34:01 up 13:32, 5 users, load average: 1.88, 1.40, 1.20 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] error after update

2006-04-12 Thread Uwe Thiem
On 12 April 2006 16:03, wcw84 wrote:

 # This blank configuration will automatically use DHCP for any net.*
 # scripts in /etc/init.d.  To create a more complete configuration,
 # please review /etc/conf.d/net.example and save your configuration
 # in /etc/conf.d/net (this file :]!).
 config_eth0=( 222.20.45.71 netmask 255.255.255.0 broadcast 222.20.45 255
 ) routes_eth0=( default gw 222.20.45.254 )

Is this a verbatim copy from your config? There is a . missing in your 
broadcast between 45 and 255.

Anyway, isn't this a rather old syntax? Have a look int net.example. It's much 
easier now.

Uwe

-- 
Why do consumers keep buying products they will live to curse?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Getting NX to work - account locked?

2006-04-12 Thread Alexander Skwar

Hello!

I installed

net-misc/nx-x11-1.5.0-r5
net-misc/nxclient-1.5.0-r2
net-misc/nxcomp-1.5.0-r1
net-misc/nxproxy-1.5.0
net-misc/nxserver-freenx-0.5.0
net-misc/nxssh-1.5.0

according to the http://gentoo-wiki.com/HOWTO_FreeNX_Server
I also followed the step on the discussions page at
http://gentoo-wiki.com/Talk:HOWTO_FreeNX_Server#howto_install
On my client, I imported the key. Now I try to login and
it fails. In the client window, I get:

NX 203 NXSSH running with pid: 28649
NX 285 Enabling check on switch command
NX 285 Enabling skip of SSH config files
NX 200 Connected to address: 213.133.109.44 on port: 631
NX 202 Authenticating user: nx
NX 208 Using auth method: publickey
NX 204 Authentication failed.

In the logs on the server, I get:

Apr 12 19:46:41 hetzner ssh[1892]: User nx not allowed because account is locked
Apr 12 19:46:41 hetzner ssh[1892]: Failed none for invalid user nx from 
88.130.83.47 port 41243 ssh2

Do I need to unlock the account? I wonder, because the howto
says nothing about it.

Thanks,

Alexander Skwar
--
Life is like a buffet; it's not good but there's plenty of it.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting NX to work - account locked?

2006-04-12 Thread Alexander Skwar

Alexander Skwar wrote:


Do I need to unlock the account? I wonder, because the howto
says nothing about it.


Hm.
I now unlocked the nx account by giving it a password,
but I still fail to login. The client still errors out
with Server not installed or NX access disabled and
when I click on Detail, I get:

NX 203 NXSSH running with pid: 29894
NX 285 Enabling check on switch command
NX 285 Enabling skip of SSH config files
NX 200 Connected to address: 213.133.109.44 on port: 631
NX 202 Authenticating user: nx
NX 208 Using auth method: publickey
NX 204 Authentication failed.

But there's nothing in the server logs anymore .(
Nothing.

Anyone using NX?

Alexander Skwar
--
Being against torture ought to be sort of a multipartisan thing.
-- Karl Lehenbauer, as amended by Jeff Daiell, a Libertarian
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 2006.0 install - no /usr/share/zoneinfo dir.

2006-04-12 Thread Anthony Roy
On 10/04/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 No, it's not part of the stage1. It's emerged when you do emerge system, I
 believe.

Which would have been fine, except that I thought I was doing a stage
3 install :-)

--
Ant...

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Another query.. this time about installprofile.xml

2006-04-12 Thread Sieb, Glenn E (Glenn)
Hi everyone :)

In installprofile.xml, there's an option to list packages you want installed in 
a space-delimited format. Just wondering--can I specify *versions* there? Like:

app-admin/logrotate-x.xx app-admin/sudo-y.yy app-admin/syslog-ng-z.zz 
app-admin/sysstat-q.qq

and so forth (where x.xx/y.yy/z.zz/q.qq are actual version numbers)?

If not, what is the best way of going about to make sure that, say, 10 machines 
are all set up with the same version of various packages that are on other 
machines? (Development environment, so versioning is, as we say, imperative. :) 
)

Thank you all in advance!
Best,
--Glenn 

--
Glenn E. Sieb, MTS
[EMAIL PROTECTED]
+1 732 949 5453
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] koffice-libs-1.5.0 fails

2006-04-12 Thread Michael W. Holdeman
Koffice-libs-1.5.0 fails to build. Message follows.


-DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -c -o rubyextension.lo 
`test -f 'rubyextension.cpp' || echo './'`rubyextension.cpp
In file included 
from 
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/i686-pc-linux-gnu/bits/gthr-default.h:44,
 
from 
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/i686-pc-linux-gnu/bits/gthr.h:96,
 
from 
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/i686-pc-linux-gnu/bits/c++io.h:37,
 
from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/iosfwd:47,
 
from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/bits/stl_algobase.h:70,
 
from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/bits/stl_tree.h:66,
 
from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/map:66,
 from rubyinterpreter.cpp:21:
/usr/include/unistd.h:266: error: declaration of `int eaccess(const char*, 
int) throw ()' throws different exceptions
/usr/lib/ruby/1.8/i686-linux/missing.h:43: error: than previous declaration 
`int eaccess(const char*, int)'
make[4]: *** [rubyinterpreter.lo] Error 1
make[4]: *** Waiting for unfinished jobs
make[4]: Leaving directory 
`/var/tmp/portage/koffice-libs-1.5.0/work/koffice-libs-1.5.0/lib/kross/ruby'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/koffice-libs-1.5.0/work/koffice-libs-1.5.0/lib/kross'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/koffice-libs-1.5.0/work/koffice-libs-1.5.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/koffice-libs-1.5.0/work/koffice-libs-1.5.0'
make: *** [all] Error 2

!!! ERROR: app-office/koffice-libs-1.5.0 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  koffice-libs-1.5.0.ebuild, line 53:   Called kde-meta_src_compile
  kde-meta.eclass, line 408:   Called kde_src_compile
  kde.eclass, line 113:   Called kde_src_compile 'all'
  kde.eclass, line 230:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 226:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if 
relevant.


-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.15-ck2   |
VMWare Workstation 5.5.1 vmware.com |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE Very Slow - Failed Sleep Command

2006-04-12 Thread Hemmann, Volker Armin
On Wednesday 12 April 2006 01:45, Lord Sauron wrote:
 Hello,

 This happened once before in Kubuntu, though this time I was more
 alert and know what I did right before this happened.  So what did
 transpire?

 I sent my laptop into sleep mode via the popup menu on the battery
 monitor in KDE.  It did this, however, when the machine came out of
 sleep mode, there was no monitor.  It wasn't on.  I tried my basic set
 of tricks: try and change the screen brightness; try and switch
 monitors via the key combo on the laptop; close the lid and re-open
 it; press the key combo to turn the monitor off; press the key combo
 to go back to sleep mode (didn't work).

 Eventually I picked a button that did work: POWER.  The system shut
 down normally!  After X11 died, it went back the the framebuffer and
 acted like nothing had happened.

 However, right after this, KDE has been acting *really* slow.  Much
 slower than it should.  # top revealed that artsd, xorg, and kded were
 eating cpu time.  This is the same behaviour as on Kubuntu before.  I
 suspect the cause was the same, however, I don't remember exactly so I
 won't point fingers.

 Do any of you know what this is?  Do you think if I recompiled xorg,
 kde, and arts if it'd fix the problem?  Or, even better, is there a
 way to axe all the configuration settings and see if that fixes the
 problem?  Please help, I think it's affecting Gnome as well (scary!)

recompiling will fix NOTHING.

There are a lot of temporary files in /tmp and ~ / remove them and see if the 
problem is still there.
All KDE related configs are in ~/.kde3.5 (.kde3.4), so (re)moving that sets 
KDE back to its 'fresh' state.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: reiserfs-ext3

2006-04-12 Thread Hemmann, Volker Armin
On Wednesday 12 April 2006 05:12, Sven Köhler wrote:
  Do you know tools, that can convert reiserfs to ext3 or the other way
  round? I have forgotten the name of the tool that i once read about :-(
 
  http://tzukanov.narod.ru/convertfs/
  And i'm running it right now ... oh oh ...

 Yes! my Gentoo had just gone to hell!
 Don't use convertfs ;-)

# Tom Payne [EMAIL PROTECTED] (15 Jan 2006)
# sys-fs/convertfs is broken. Masked pending likely removal. Bug # 107635.
sys-fs/convertfs

one look into package.mask could have told you that.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE Very Slow - Failed Sleep Command

2006-04-12 Thread Martins Steinbergs
On Wednesday 12 April 2006 22:59, Hemmann, Volker Armin wrote:
 On Wednesday 12 April 2006 01:45, Lord Sauron wrote:
  Hello,
 
  This happened once before in Kubuntu, though this time I was more
  alert and know what I did right before this happened.  So what did
  transpire?
 
  I sent my laptop into sleep mode via the popup menu on the battery
  monitor in KDE.  It did this, however, when the machine came out of
  sleep mode, there was no monitor.  It wasn't on.  I tried my basic set
  of tricks: try and change the screen brightness; try and switch
  monitors via the key combo on the laptop; close the lid and re-open
  it; press the key combo to turn the monitor off; press the key combo
  to go back to sleep mode (didn't work).
 
  Eventually I picked a button that did work: POWER.  The system shut
  down normally!  After X11 died, it went back the the framebuffer and
  acted like nothing had happened.
 
  However, right after this, KDE has been acting *really* slow.  Much
  slower than it should.  # top revealed that artsd, xorg, and kded were
  eating cpu time.  This is the same behaviour as on Kubuntu before.  I
  suspect the cause was the same, however, I don't remember exactly so I
  won't point fingers.
 
  Do any of you know what this is?  Do you think if I recompiled xorg,
  kde, and arts if it'd fix the problem?  Or, even better, is there a
  way to axe all the configuration settings and see if that fixes the
  problem?  Please help, I think it's affecting Gnome as well (scary!)

 recompiling will fix NOTHING.

 There are a lot of temporary files in /tmp and ~ / remove them and see if
 the problem is still there.
 All KDE related configs are in ~/.kde3.5 (.kde3.4), so (re)moving that sets
 KDE back to its 'fresh' state.

read ~/.xsession-errors
maybe some hint there, once i had that file fill free space on /home with few 
GB 'cause busy filling errors

before start KDE also try remove previous session saves, maybe there some 
sassion saved in bad state
rm ~/.kde/share/config/session/*


-- 
Linux 2.6.15-ck7 AMD Athlon(tm) 64 Processor 3200+
 23:11:49 up 13:44,  4 users,  load average: 0.00, 0.11, 0.17
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Another query.. this time about installprofile.xml

2006-04-12 Thread Chris White
On Wednesday 12 April 2006 12:30 pm, Sieb, Glenn E (Glenn) wrote:
 Hi everyone :)

 In installprofile.xml, there's an option to list packages you want
 installed in a space-delimited format. Just wondering--can I specify
 *versions* there? Like:

 app-admin/logrotate-x.xx app-admin/sudo-y.yy app-admin/syslog-ng-z.zz
 app-admin/sysstat-q.qq

 and so forth (where x.xx/y.yy/z.zz/q.qq are actual version numbers)?

Yes but that's not clean

 If not, what is the best way of going about to make sure that, say, 10
 machines are all set up with the same version of various packages that are
 on other machines? (Development environment, so versioning is, as we say,
 imperative. :) )

Use the same portage tree, have only the package version(s) you want 
avaliable. The installer has the option to use nfs mounts, webrsync, standard 
rsync, or a URI to a snapshot (which can be both local or remote).

 Thank you all in advance!
 Best,
 --Glenn

 --
 Glenn E. Sieb, MTS
 [EMAIL PROTECTED]
 +1 732 949 5453

Chris White


pgpiyhuNY20ZL.pgp
Description: PGP signature


Re: [gentoo-user] KDE Very Slow - Failed Sleep Command

2006-04-12 Thread Teresa and Dale
Martins Steinbergs wrote:



read ~/.xsession-errors
maybe some hint there, once i had that file fill free space on /home with few 
GB 'cause busy filling errors

before start KDE also try remove previous session saves, maybe there some 
sassion saved in bad state
rm ~/.kde/share/config/session/*


  


You might also want to use top to see what, if anything, is using up
your CPU time.  Also keep in mind that if the CPU is fairly idle that
the hard drive may be busy as well.  I ran into this once before on a
really slow system and it was the updatedb program.  It was nice'd
correctly but that doesn't apply to the hard drive.  I read earlier that
they are working on that too though.

Just a thought.

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



[gentoo-user] Cleaning up portage

2006-04-12 Thread CR Little








I did a df h on my system today and I only have 300
megs left on /usr



So I went into /usr/portage and ran du sh and it
shows as 1.5G



I then went into /usr/src and ran du sh and it shows
as 1.5G also



Granted this is a small box  5 Gigs for /usr



Should I delete all the outdated sources in /usr/src to gain
space and if so will is a simple rm rf linux-2.6.outdated work?



Next, what will happen if I rm rf /usr/portage will
the next emerge sync rebuild it?





Where should I check to get some disk space back?

IIt seems most of the space that is being taken up is
/usr/portage and /usr/src



Thanks.

CR.








Re: [gentoo-user] Cleaning up portage

2006-04-12 Thread Joshua Schmidlkofer
emerge sync cleans up after itself.  Rather, rsync takes care of that,
so do not expect to gain too much.

Cleanup of kernels is good, if they are portage managed than you can
do something akin to this:

emerge -c =gentoo-sources-version-revision

e.g.

To remove all of these kernels

 linux-2.6.14-r1
 linux-2.6.14-r2
 linux-2.6.14-r4
 linux-2.6.14-r7
 linux-2.6.12-r1
 linux-2.6.13-r1

emerge -c ~sys-kernel/gentoo-sources-2.6.14 \sys-kernel/gentoo-sources-2.6.14


Exciting.

thanks,
  joshua

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: reiserfs-ext3

2006-04-12 Thread Joshua Schmidlkofer
I do something like this:

for x in /*; do
   if [ ${x} != /usr ]; then
tar zcf ${x}.tar ${x}
   fi
   done

for x in /usr/*; do
   tar zcf /usr_`basename ${x}`.tar ${x}
done

Then you save those files to another medium [i.e. cd, or another host
or hard drive or something]

format your root fs with the new fs, and copy those files back and untar.

Livecd:
mkfs.ext3 /dev/node
mount /dev/node /mnt/gentoo
cd /mnt/gentoo
[copy files here...]
for x in *.tar.gz; do
tar zxf ${x}
done

That's pretty much it.
On 4/12/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:
 On Wednesday 12 April 2006 05:12, Sven Köhler wrote:
   Do you know tools, that can convert reiserfs to ext3 or the other way
   round? I have forgotten the name of the tool that i once read about :-(
  
   http://tzukanov.narod.ru/convertfs/
   And i'm running it right now ... oh oh ...
 
  Yes! my Gentoo had just gone to hell!
  Don't use convertfs ;-)

 # Tom Payne [EMAIL PROTECTED] (15 Jan 2006)
 # sys-fs/convertfs is broken. Masked pending likely removal. Bug # 107635.
 sys-fs/convertfs

 one look into package.mask could have told you that.

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] tunning use flag

2006-04-12 Thread Joshua Schmidlkofer
gtk != gnome.  Gnome uses GTK, but so does XFCE, Gimp, Ethereal, etc. 
So, you may not want -gtk and -gtk+ in your main packages.  That said
Gogiel is absolutley correct.

js


On 4/12/06, Gogiel [EMAIL PROTECTED] wrote:
 Pawel K wrote:
  Hello
 
  I'm not sure whether I understand the USE flag
  properly.
 
  I'm using fluxbox as X window manager. I'm not using
  kde and gnome and I'm not interested in those
  packages.
 
  Can I remove support for them in my /etc/make.conf by
  specifying:
  USE=-kde -gnome -qt -gtk -gtk+
 
  Will ethereal work after that changes. It listens to
  gtk flag. Will it be compiled with gtk support ins
  spite of my -gtk specification.
 
  Thank You for help
 
 After that you will be able to use only tethereal.
 If you want to use gtk ethereal
 # echo net-analyzer/ethereal gtk  /etc/portage/package.use

 --
 Jabber: [EMAIL PROTECTED]
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mirror email servers

2006-04-12 Thread Joshua Schmidlkofer
 That's close to what I use. However, MX entries alone aren't the
 solution. You also have to configure the mail servers to forward the
 mail on to the final destination once it comes back online. I'm not sure
 how to do that myself, and don't really have to time to put much effort
 into it since my mail server is only for small scale personal use. I
 just use dyndns.org's Backup MX service:
 http://www.dyndns.com/services/mailhop/backupmx.html. Even if that isn't
 a solution for you, it's at least a place to start looking.


Patrick is correct here, if you can, use a third-party service.  They
will always (sometimes?) have higher maintenance standards than stuff
that you do.

However, this is _very_ simple with postfix.

MX for mydomain.com
mydomain.com mail is handled by 10 server1.mydomain.com.
mydomain.com mail is handled by 20 server2.mydomain.com.


mail server 1:
  Accepts mail for mydomain.com

mail server 2:
  Postfix, with
relay_domains = mydomain.com
mydestination  = server2.mydomain.com
maximal_queue_lifetime = 30d
bounce_queue_lifetime= 1d

 - Maximal queue lifetime affects how long it reties delivery.
  - Bounce queue lifetime will help alleviate problems with spammers
overflowing the bounce queue.

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Another query.. this time about installprofile. xml

2006-04-12 Thread Sieb, Glenn E (Glenn)
Chris said:
 Yes but that's not clean

Understood. I'm _very_ new to Gentoo. I've spent the past 6 years supporting 
FreeBSD systems, and I'm being thrown into the deep end of the pool at this new 
job ;-)

 Use the same portage tree, have only the package version(s) 
 you want avaliable. The installer has the option to use nfs 
 mounts, webrsync, standard rsync, or a URI to a snapshot 
 (which can be both local or remote).

Gotcha. So in the installprofile.xml I can set:

portage-snapshot
file:///mnt/cdrom/snapshots/portage-20060123.tar.bz2
/portage-snapshot

To be something more like:

 
  Thank you all in advance!
  Best,
  --Glenn
 
  --
  Glenn E. Sieb, MTS
  [EMAIL PROTECTED]
  +1 732 949 5453
 
 Chris White
 

--
Glenn E. Sieb, MTS
[EMAIL PROTECTED]
+1 732 949 5453
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cleaning up portage

2006-04-12 Thread Robert Crawford
On Wednesday 12 April 2006 16:59, CR Little wrote:
 I did a df -h on my system today and I only have 300 megs left on /usr



 So I went into /usr/portage and ran du -sh and it shows as 1.5G



 I then went into /usr/src and ran du -sh and it shows as 1.5G also



 Granted this is a small box - 5 Gigs for /usr



 Should I delete all the outdated sources in /usr/src to gain space and
 if so will is a simple rm -rf linux-2.6.outdated work?
Try using yacleaner to clean out obsolete distfiles- works great, and I've 
tried them all- this is the best IMO! Also cleans out other junk too. It's 
usually good for about 1GB if you haven't cleaned up stuff in a while.  Look 
on forum for link to download.  I use version 3.1- the more recent ones have 
had problems.

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



RE: [gentoo-user] Another query.. this time about installprofile. xml

2006-04-12 Thread Sieb, Glenn E (Glenn)
*Sigh* Sorry for the fat fingers before :-/ Let's try this again, eh?

Chris said:
 Yes but that's not clean

Understood. I'm _very_ new to Gentoo. I've spent the past 6 years supporting 
FreeBSD systems, and I'm being thrown into the deep end of the pool at this new 
job ;-)

 Use the same portage tree, have only the package version(s) you want 
 avaliable. The installer has the option to use nfs mounts, webrsync, 
 standard rsync, or a URI to a snapshot (which can be both local or 
 remote).

Gotcha. So in the installprofile.xml I can set:

portage-snapshot
file:///mnt/cdrom/snapshots/portage-20060123.tar.bz2
/portage-snapshot

To be something more like:

portage-snapshot
nfs:///usr/portage/
/portage-snapshot

Or along those lines (I'll do it through the gui and see how it changes the 
file)? My eventual goal is to have a netboot system for setting up boxes, but 
right now the need is great, the time is short and the resources are nil. :-\

And thank you all for your help--you've been great :-) 

Best,
--Glenn
--
Glenn E. Sieb, MTS
[EMAIL PROTECTED]
+1 732 949 5453
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cleaning up portage

2006-04-12 Thread Daniel Drake

Joshua Schmidlkofer wrote:

emerge sync cleans up after itself.  Rather, rsync takes care of that,
so do not expect to gain too much.


/usr/portage/distfiles will be taking up much of that 1.5GB. It's safe 
to clean that.



Cleanup of kernels is good, if they are portage managed than you can
do something akin to this:

emerge -c =gentoo-sources-version-revision


I think you mean -C

You need to manually remove the directories after, to get rid of the 
objects and temporary files generated in compilation. Actually, you 
should do the remove operation first, because then the unmerge is quicker.


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



Re: [gentoo-user] Cleaning up portage

2006-04-12 Thread Benno Schulenberg
CR Little wrote:
 So I went into /usr/portage and ran du -sh and it shows as 1.5G

Use eclean.

 I then went into /usr/src and ran du -sh and it shows as 1.5G
 also

Use 'emerge --prune gentoo-sources'.

 Next, what will happen if I rm -rf /usr/portage will the next
 emerge sync rebuild it?

It would.  But better use eclean, it's part of gentoolkit.

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



Re: [gentoo-user] KDE Very Slow - Failed Sleep Command

2006-04-12 Thread Lord Sauron
On 4/12/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:
 On Wednesday 12 April 2006 01:45, Lord Sauron wrote:
  Hello,
 
  This happened once before in Kubuntu, though this time I was more
  alert and know what I did right before this happened.  So what did
  transpire?
 
  I sent my laptop into sleep mode via the popup menu on the battery
  monitor in KDE.  It did this, however, when the machine came out of
  sleep mode, there was no monitor.  It wasn't on.  I tried my basic set
  of tricks: try and change the screen brightness; try and switch
  monitors via the key combo on the laptop; close the lid and re-open
  it; press the key combo to turn the monitor off; press the key combo
  to go back to sleep mode (didn't work).
 
  Eventually I picked a button that did work: POWER.  The system shut
  down normally!  After X11 died, it went back the the framebuffer and
  acted like nothing had happened.
 
  However, right after this, KDE has been acting *really* slow.  Much
  slower than it should.  # top revealed that artsd, xorg, and kded were
  eating cpu time.  This is the same behaviour as on Kubuntu before.  I
  suspect the cause was the same, however, I don't remember exactly so I
  won't point fingers.
 
  Do any of you know what this is?  Do you think if I recompiled xorg,
  kde, and arts if it'd fix the problem?  Or, even better, is there a
  way to axe all the configuration settings and see if that fixes the
  problem?  Please help, I think it's affecting Gnome as well (scary!)

 recompiling will fix NOTHING.

If the filesystem got corrupted it might do something... though in
retrospect not likely.

 There are a lot of temporary files in /tmp and ~ / remove them and see if the
 problem is still there.

Actually, I did # top and took a closer look...  my pagefile wasn't
mounted.  I fixed that...  I think a hibernate command axed the swap
partition.  mkswap and swapon then fixed that problem.  Oh well... 
it's what you get for toying with the (highly-experimental) ACPI
stuff.

 All KDE related configs are in ~/.kde3.5 (.kde3.4), so (re)moving that sets
 KDE back to its 'fresh' state.

Luckily I won't have to do that yet!  Back when I was using Kubuntu I
didn't know about mkswap and swapon, so I was rather mystified. 
However, I'm really happy I was able to find the problem.  Shows I'm
learning something : )

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ 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 GCv3.12 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE Very Slow - Failed Sleep Command

2006-04-12 Thread Lord Sauron
On 4/12/06, Teresa and Dale [EMAIL PROTECTED] wrote:
 Martins Steinbergs wrote:

 
 
 read ~/.xsession-errors
 maybe some hint there, once i had that file fill free space on /home with few
 GB 'cause busy filling errors

Yeah, I'll be looking in there shortly to see if there's any residual problems.

 before start KDE also try remove previous session saves, maybe there some
 sassion saved in bad state
 rm ~/.kde/share/config/session/*

I'll be doing that too.

 You might also want to use top to see what, if anything, is using up
 your CPU time.  Also keep in mind that if the CPU is fairly idle that
 the hard drive may be busy as well.  I ran into this once before on a
 really slow system and it was the updatedb program.  It was nice'd
 correctly but that doesn't apply to the hard drive.  I read earlier that
 they are working on that too though.

On my laptop, it used to be (under the tyranny of the 350meg windows
pagefile) that if the hard drive lit up the system was busy.  Under
linux if the cpu lights up it's busy.  It's a nice change.  The hard
drive for the X40 is so darn slow...

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ 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 GCv3.12 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde-base/kdebugdialog-3.5.2 emerge error

2006-04-12 Thread Pete Pardoe
Richard

OK, no I told you so's please - you were right! Thanks for the
help! Now for the next question. How do I get my system to
load kde 3.5 instead of kde 3.4?

Thanks in advance.

PeteOn 4/9/06, Richard Fish [EMAIL PROTECTED] wrote:
On 4/9/06, Pete Pardoe [EMAIL PROTECTED] wrote: RichardThe problem is that there is no ebuild for kde-base/kdebugdialog-3.5.2 it is not a ~x86 problem.
Ah, sorry, I missed that.But the problem still remains that you needto add extra stuff to package.keywords.kdebase-meta-3.5.2 can actually depend on any version of kdebugdialogbetween 3.5.0 and 3.5.2
.See this from the ebuild:$(deprange 3.5.0 $MAXKDEVER kde-base/kdebugdialog)kdebugdialog 3.5.0 is also ~x86, so again, you need to addkde-base/kdebugdialog to package.keywords in order to merge kde 3.5.2
.As proof that I am not completely full of shit:carcharias kde-base # emerge -Duvp kdebase-metaThese are the packages that would be merged, in order:Calculating dependencies |emerge: there are no ebuilds to satisfy ~kde-base/kdebugdialog-
3.5.2.(dependency required by kde-base/kdebase-meta-3.5.2 [ebuild])carcharias kde-base # echo kde-base/kdebugdialog ~x86/etc/portage/package.keywordscarcharias kde-base # emerge -Duvp kdebase-meta
These are the packages that would be merged, in order:Calculating dependencies -!!! All ebuilds that could satisfy ~kde-base/libkonq-3.5.2 have been masked.!!! One of the following masked packages is required to complete your request:
- kde-base/libkonq-3.5.2 (masked by: ~x86 keyword)For more information, see MASKED PACKAGES section in the emerge man page orrefer to the Gentoo Handbook.(dependency required by kde-base/kdebase-
meta-3.5.2 [ebuild])Run the commands I gave you earlier, and you will allow the ~x86keyword for all base KDE packages.Or you can continue to do them oneat a time.Your choice.-Richard
--gentoo-user@gentoo.org mailing list-- Pete Pardoe


Re: [gentoo-user] Cleaning up portage

2006-04-12 Thread Robert Crawford
On Wednesday 12 April 2006 18:13, Benno Schulenberg wrote:
 CR Little


CR Little,
Please post output of df -h, and your /etc/fstab. From the posts on your 
problem, I can't tell what's what- looks lke all is on /usr, as its own 
partition.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] firefox upgrade-downgrade problem

2006-04-12 Thread Grant
I upgraded to the ~x86 firefox and it had some stability issues so I
downgraded again.  Now when I run firefox in a terminal it outputs
this:

Extension System Warning: Failed to set up default extensions files
probably because you do not have write privileges to this location.
While you can run Firefox like this, it is recommended that you run it
at least once with privileges that allow it to generate these initial
files to improve start performance. Running from a disk image on MacOS
X is not recommended.

over and over again, doesn't ever start firefox, and pegs the CPU at
100%.  Ctrl+C in the terminal does not stop it.  I tried deleting my
.mozilla folder and a new one is being created.  Does anyone know how
to fix this?

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] I cannot emerge sync after I used gcc-4.1 glibc-2.4

2006-04-12 Thread DongBin.Lou




hello everyone:
I cannot emerge sync after I used gcc-4.1 glibc-2.4
I try it from 1:00 pm to 23 am ,but never work...I can only use emerge-webrsync now.
and when my pc start ,it show warning: could not generate /etc/modprobe.confand system.map could not check(maybe this) symboland it cannot detect alsa module setting,so it use all. but my alsa is not use a module,it in the kernel.

!!! Rsync has not successfully finished. It is recommended that you keep
!!! trying or that you use the 'emerge-webrsync' option if you are unable
!!! to use rsync due to firewall or other restrictions. This should be a
!!! temporary problem unless complications exist with your network
!!! (and possibly your system's filesystem) configuration.




[gentoo-user] eth0 and eth1 configs flip flop

2006-04-12 Thread Kenton Groombridge
I have two NICs in my system, one for Internet and the other for my
private network.  The NIC that I want to be eth0 uses the forcedeth
module and the NIC I want to be eth1 uses the 3c59x module.

I have set up aliases in my /etc/modules.d/forcedeth:
alias eth0  forcedeth

and /etc/modules.d/3c59x
alias eth1  3c59x

My systems used to load these correctly, but lately it has been loading
the forcedeth as eth1 and 3c59x as eth0.

Even when I stop both net.eth0 and net.eth1 and unload the modules and
start net.eth0, it still loads the 3c59x which should be eth1. 

My /etc/modules.autoload.d/kernel-2.6 do not load these modules.

What I can do to ensure that it associates the correct module with the
correct eth?

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



Re: [gentoo-user] Re: reiserfs-ext3

2006-04-12 Thread Hemmann, Volker Armin
On Wednesday 12 April 2006 23:14, Joshua Schmidlkofer wrote:
 I do something like this:

 for x in /*; do
if [ ${x} != /usr ]; then
 tar zcf ${x}.tar ${x}
fi
done

 for x in /usr/*; do
tar zcf /usr_`basename ${x}`.tar ${x}
 done

 Then you save those files to another medium [i.e. cd, or another host
 or hard drive or something]


tar -cf /dev/st0 / --exclude=/proc --exclude=/sys --exclude=/dev

and after mkfs

tar -xf /dev/st0

that is, what big tapedrives are made for ;)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] I cannot emerge sync after I used gcc-4.1 glibc-2.4

2006-04-12 Thread Hemmann, Volker Armin
On Thursday 13 April 2006 02:37, DongBin.Lou wrote:
 hello everyone:
 I cannot emerge sync after I used gcc-4.1 glibc-2.4
 I try it from 1:00 pm to 23 am ,but never work...I can only use
 emerge-webrsync now.
 and when my pc start ,it show warning: could not
 generate /etc/modprobe.confand system.map 

well at least the modprobe.conf stuff is harmless.

The rest: that is it  what you get for using hardmasked stuff...

ldd rsync?
maybe you are missing some not-recompiled-libs?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] I cannot emerge sync after I used gcc-4.1 glibc-2.4

2006-04-12 Thread DongBin.Lou




yeah,maybe I lost some libs recompiled.
*
Athena amorous # emerge -uDp rsync

*** 'rsync' will now install the package rsync.
*** To sync the tree, please use '--sync' instead.


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

Calculating dependencies ...done!
[ebuild U ] sys-devel/gcc-3.4.5-r1 [3.4.5]
[ebuild UD] sys-libs/glibc-2.3.5-r3 [2.4-r1]
[ebuild UD] sys-apps/coreutils-5.2.1-r7 [5.3.0-r2]
Athena amorous # genlop -t coreutils
 * sys-apps/coreutils

 Mon Jan 2 01:00:34 2006  sys-apps/coreutils-5.3.0-r2
 merge time: 4 minutes and 8 seconds.
*
 Mon Jan 2
sure,it's a long time ago ...I'll recompile it.Thanks a lot 

 2006-04-13 03:10 +0200Hemmann, Volker Armin



On Thursday 13 April 2006 02:37, DongBin.Lou wrote:
 hello everyone:
 I cannot emerge sync after I used gcc-4.1 glibc-2.4
 I try it from 1:00 pm to 23 am ,but never work...I can only use
 emerge-webrsync now.
 and when my pc start ,it show warning: could not
 generate /etc/modprobe.confand system.map 

well at least the modprobe.conf stuff is harmless.

The rest: that is it  what you get for using hardmasked stuff...

ldd rsync?
maybe you are missing some not-recompiled-libs?






Re: [gentoo-user] eth0 and eth1 configs flip flop

2006-04-12 Thread Ryan Tandy

Kenton Groombridge wrote:

snip

What I can do to ensure that it associates the correct module with the
correct eth?

Thanks,
Ken
  
udev can help you.  Unfortunately I don't know enough about it to go 
into greater detail.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE Very Slow - Failed Sleep Command

2006-04-12 Thread Teresa and Dale
Lord Sauron wrote:

You might also want to use top to see what, if anything, is using up
your CPU time.  Also keep in mind that if the CPU is fairly idle that
the hard drive may be busy as well.  I ran into this once before on a
really slow system and it was the updatedb program.  It was nice'd
correctly but that doesn't apply to the hard drive.  I read earlier that
they are working on that too though.



On my laptop, it used to be (under the tyranny of the 350meg windows
pagefile) that if the hard drive lit up the system was busy.  Under
linux if the cpu lights up it's busy.  It's a nice change.  The hard
drive for the X40 is so darn slow...

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ 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 GCv3.12 

  


My light blew out on one of my servers.  No smoke but still no workey. 
:-(  I have to use top instead.  Since the drive is so old, I can hear
it with no problems at all.

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



Re: [gentoo-user] eth0 and eth1 configs flip flop

2006-04-12 Thread Richard Fish
On 4/12/06, Kenton Groombridge [EMAIL PROTECTED] wrote:
 What I can do to ensure that it associates the correct module with the
 correct eth?

Your best choice is to write udev rules for them.

A google for udev ethernet rules should get you started.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde-base/kdebugdialog-3.5.2 emerge error

2006-04-12 Thread Richard Fish
On 4/12/06, Pete Pardoe [EMAIL PROTECTED] wrote:
 for the next question.  How do I get my system to load kde 3.5 instead of
 kde 3.4?

Take a look in /etc/env.d.  You should have both a 46kdepaths-3.4 and
45kdepaths-3.5.  If so, then running 'env-update' and logging back in
should be all you need to get the paths used.  The lowest numbered
files here have precedence.

BTW, as you have discovered you still have KDE 3.4 hanging around (KDE
major versions are slotted).  If you decide later to get rid of the
old versions, you should be able to do it with something like:

cd /var/db/pkg
for pkg in kde-base/*-3.4*; do
emerge --unmerge $pkg
done

Then to find straggler packages:

find /usr/kde/3.4 -type f | head -n 1
equery belongs file from above command
emerge --unmerge pkg from above equery
lather, rinse, repeat

Don't do any of this until you are happy with 3.5 though.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eth0 and eth1 configs flip flop

2006-04-12 Thread Dirk Heinrichs
Am Donnerstag, 13. April 2006 03:50 schrieb ext Kenton Groombridge:
 I have two NICs in my system, one for Internet and the other for my
 private network.  The NIC that I want to be eth0 uses the forcedeth
 module and the NIC I want to be eth1 uses the 3c59x module.

 What I can do to ensure that it associates the correct module with the
 correct eth?

As Richard already wrote, write udev rules. Read [1] to learn how to do it.

HTH...

Dirk

PS: Next time please don't start a new thread by responding to an existing 
one (aka. Thread hijacking).

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


pgpBbDb0Lc6Uo.pgp
Description: PGP signature