Re: [gentoo-user] Migrating a system

2007-10-03 Thread Randy Barlow
Daniel Pielmeier wrote:
 tar --atime-preserve --same-owner --numeric-owner -Spvcjf back.tar.bz2 /

Is it really necessary to back up /sys and /proc?  What about /dev?
Also, to Björn, I didn't find a -a option in man tar, what does it do?
Is it different that --atime-preserve?  Thanks!

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



Re: [gentoo-user] Migrating a system

2007-10-03 Thread Daniel Pielmeier
Randy Barlow schrieb:
 Is it really necessary to back up /sys and /proc?  What about /dev?

I don't think it is necessary but it will consume almost no disk space
so I don't worry.

 Also, to Björn, I didn't find a -a option in man tar, what does it do?

Didn't find this option too!

 Is it different that --atime-preserve?  Thanks!
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Migrating a system

2007-10-03 Thread Neil Bothwick
Hello Daniel Pielmeier,

  Is it really necessary to back up /sys and /proc?  What about /dev?  
 
 I don't think it is necessary but it will consume almost no disk space
 so I don't worry.

/proc/kcore can get rather large. You are not only using the disk space
when backing up, but when restoring too. If you have 4GB of RAM, you will
waste 4GB of your root partition when you restore /proc/kmem, which could
be a problem if root is only a few hundred MB.

The --one-filesystem option would be useful here. I prefer to back up
each filesystem separately, since the main planned use for them is a
hosed filesystem I would hope to need only one of them (at most).


-- 
Neil Bothwick

We are sorry, but the number you have dialed is imaginary.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Lilo ReiserFS on 64 bits

2007-10-03 Thread Neil Bothwick
Hello Philip Webb,

 BTW does anyone care to make the case for Grub ?  Lilo is so easy.
 (I don't mean to start a silly dispute, just to learn from others)

Both work, use whichever you are most comfortable with. Just be be
grateful you aren't limited to yaboot, which is horrible compared with
LiLo and GRUB and the only option for PPC users.


-- 
Neil Bothwick

I am Superconductor Borg, assimilation resistance is futile.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Lilo ReiserFS on 64 bits

2007-10-03 Thread Neil Bothwick
Hello Hex Star,

 Don't install 64bit linux, there are unresolved issues with 64bit linux

There is nothing like informed advice, and this is nothing like informed
advice.


-- 
Neil Bothwick

Success is making it to the top of the food chain!


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Lilo ReiserFS on 64 bits

2007-10-03 Thread Florian Philipp

Canek Peláez Valdés schrieb:

On 10/2/07, Hex Star [EMAIL PROTECTED] wrote:

Don't install 64bit linux, there are unresolved issues with 64bit linux


I've been using 64 bit linux for almost two years: I don't have any
single problem, and I only use two 32 bit binary programs: Firefox
(for Flash) and MPlayer (for the win32codecs).

Everything else is native 64 bit and works like a charm: even Windows
games in wine (compiled in native 64 bits).


With nspluginwrapper you can use 32bit Flash with a 64bit Firefox. 
Here's an Howto:

http://gentoo-wiki.com/HOWTO_AMD_64#nspluginwrapper
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xorg, 2 screen cards 2 monitors... Help!

2007-10-03 Thread Evert
Daniel Pielmeier wrote:
 2007/10/2, Daniel Pielmeier [EMAIL PROTECTED]:
 Section Device
 Identifier  ATI0
 Driver  radeon
 BusID   PCI:1:0:0
 Screen 0
 EndSection

 Section Device
 Identifier  ATI1
 Driver  radeon
 BusID   PCI:2:10:0
 Screen 1
 EndSection
 
 You can also try to remove the screen lines in your device section!


THAT did the trick! :-) :-)

Thanks for all your suggestions and your patience.


Greetings,
Evert

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Migrating a system

2007-10-03 Thread Mick
On Wednesday 03 October 2007, Daniel Pielmeier wrote:
 Randy Barlow schrieb:
  Is it really necessary to back up /sys and /proc?  What about /dev?

 I don't think it is necessary but it will consume almost no disk space
 so I don't worry.

  Also, to Björn, I didn't find a -a option in man tar, what does it do?

 Didn't find this option too!

  Is it different that --atime-preserve?  Thanks!

Run tar from a LiveCD to back up the fs' in each partition.  Virtual fs won't 
bother you then.
-- 
Regards,
Mick


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


Re: [gentoo-user] doing minimall install from a pc within a lan

2007-10-03 Thread Mick
On Tuesday 02 October 2007, Rafael Barrera Oro wrote:
 First of all, i'd like to point that i had started the ssh daemon and reset
 the root password from the beginning. However, after repeated failures i
 solved this by connecting using the ip instead of the hostname.

 ssh [EMAIL PROTECTED] instead of ssh [EMAIL PROTECTED]

If you still want to be able to connect to a computer on the basis of its 
name/FQDN in your LAN, you can enter this in the client PC's /etc/host file:

192.168.1.8 livecd.yourLANdomain livecd

Alternatively, you will need to set up a DNS service in a PC within your LAN 
and point livecd to 192.168.1.8.  Bear in mind that the above will only work 
reliably if you have defined a static IP address (e.g. 192.168.1.8) for the 
livecd PC on your router.

PS. To connect to it from a MS Windows machine with e.g. PuTTY you'll need the 
corresponding entry in the system32/hosts file.
-- 
Regards,
Mick


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


Re: [gentoo-user] X.Org 1.4 with Nvidia?

2007-10-03 Thread Neil Bothwick
On Tue, 02 Oct 2007 11:36:19 +0200, Alexander Skwar wrote:

 Now x11-base/xorg-server-1.4-r2 is in the tree. And also a new version
 of nvidia-drivers (nvidia-drivers-100.14.19).

100.14.19 had a serious bug with Xv output, in that it doesn't work. this
isn't a major problem with the likes of mplayer where you can change
the output driver, but MythTV won't show anything with this driver.

 Does anyone know, if it's now safe to use xorg 1.4 with
 nvidia-drivers?

I've been using 100.14.11 with xorg-server-1.4 with no problems. You have
to edit the nvidia-drivers ebuild to stop is wanting an earlier
xorg-server and add -ignoreABI to your X startup command.


-- 
Neil Bothwick

Strangely enough, Data finds himself relating to Heavy Metal.


signature.asc
Description: PGP signature


[gentoo-user] nfs server problem

2007-10-03 Thread Roger Mason
Hello,

I installed a vanilla 2.6.20 kernel in order to (eventually) run
kerrighed.  The kernel boots fine but the nfs server won't start and I
see this in the logs:

Oct  3 07:34:40 lowalbite rpc.statd[103835]: Version 1.1.0 Starting
Oct  3 07:34:41 lowalbite nfsd: last server has exited
Oct  3 07:34:41 lowalbite nfsd: unexporting all filesystems
Oct  3 07:34:41 lowalbite nfsd[103901]: nfssvc: Address already in use

When I boot into gentoo 2.6.22 this problem goes away, so I assume
there is some difference in kernel configuration.  I have not been
able to find what that is by comparing the NFS_* entries in the
respective .congig files: they are identical.

Can someone suggest how I might track this down?

Thanks,

Roger

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] KDE System sounds

2007-10-03 Thread Daniel D Jones
This seems like a silly question, but where do you configure all of the system 
sounds for KDE?  Under Control Center, there's the System Notification tab, 
but it seems far from complete.  I'd like to turn off the sounds that 
accompany switching from one program to another, minimizing or maximizing a 
window, etc.  None of those events appear in the Control Center (at least 
that I can find) nor in ~/kde/share/config/knotifyrc.  So where are they set?


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE System sounds

2007-10-03 Thread Volker Armin Hemmann
On Mittwoch, 3. Oktober 2007, Daniel D Jones wrote:
 This seems like a silly question, but where do you configure all of the
 system sounds for KDE?  Under Control Center, there's the System
 Notification tab, but it seems far from complete.  I'd like to turn off the
 sounds that accompany switching from one program to another, minimizing or
 maximizing a window, etc.  None of those events appear in the Control
 Center (at least that I can find) nor in ~/kde/share/config/knotifyrc.  So
 where are they set?

kcontrol
 SoundMultimedia
  System notification
   click onto the button on top of the window, change from 'KDE system 
notificaton' to 'KDE window manager'


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE System sounds

2007-10-03 Thread Dale
Daniel D Jones wrote:
 This seems like a silly question, but where do you configure all of the 
 system 
 sounds for KDE?  Under Control Center, there's the System Notification tab, 
 but it seems far from complete.  I'd like to turn off the sounds that 
 accompany switching from one program to another, minimizing or maximizing a 
 window, etc.  None of those events appear in the Control Center (at least 
 that I can find) nor in ~/kde/share/config/knotifyrc.  So where are they set?


   

Under System Notifications tab, did you see the Event Source section? 
Click on it and a list of events pops up, then select the one you want
to change.  There is a LOT of them on mine.  You want KDE window Manager
I think. 

Hope that helps.

Dale

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



Re: [gentoo-user] set xdm to start after agetty

2007-10-03 Thread Matthias Bethke
Hi Thanasis,
on Friday, 2007-09-28 at 22:41:52, you wrote:
 How can we set the xdm/gdm not to start before the agetty processes 
 (during the boot phase)?

Have a look at the depend() function in /etc/init.d/xdm. It specifies
what should be started before xdm, so adding agetty to an after line
in this function should do it.

cheers,
Matthias
-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpVebALK5VQz.pgp
Description: PGP signature


Re: [gentoo-user] Backups

2007-10-03 Thread Matthias Bethke
Hi Grant,
on Saturday, 2007-09-29 at 16:28:36, you wrote:
 Do you back up hidden files and directories in the home directory?
 There seems to be a lot of junk in there.  Does something like
 '--exclude /home/user/.*' work with tar?

It certainly does, but I'm quite sure it's not what you want. For me at
least losing all my carefully customized stuff in .mutt, .gnupg,
.bashrc, .vim etc. would suck asinine reproductive glands.
It's usually all text anyway that compresses very well.

cheers,
Matthias
-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpGkHKAShE1p.pgp
Description: PGP signature


Re: [gentoo-user] X.Org 1.4 with Nvidia?

2007-10-03 Thread Harley Peters
Randy Barlow wrote:
 Alexander Skwar wrote:
 Does anyone know, if it's now safe to use xorg 1.4 with nvidia-drivers?
 
 On a related note, I'm one of those guys with one of those old old video
 cards for which I need to use version 1.0.7185 of nvidia-drivers.  Am I
 going to be able to use xorg 1.4, or will doing so require me to use the
 nv driver?
 

Use at your own risk :)

For me the nvidia 100.14.19 driver causes constant lockups. So does the
100.14.11 driver for that matter.
I had to down grade back to the 100.14.09 driver which is stable for me.

Harley

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Upgrading the kernel

2007-10-03 Thread Grant Edwards
On 2007-10-03, Jed R. Mallen [EMAIL PROTECTED] wrote:

 Thank you to all who responded. `make oldconfig` works as
 usual without the worries. I was a bit apprehensive because of
 the gentoo kernel upgrade guide warning about using oldconfigs
 but turns out it's safe afterall.

That's why you don't read stuff like that until _after_ you've
munged your system. ;)

-- 
Grant Edwards   grante Yow! My polyvinyl cowboy
  at   wallet was made in Hong
   visi.comKong by Montgomery Clift!

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] doing minimall install from a pc within a lan

2007-10-03 Thread Dan Farrell
On Wed, 3 Oct 2007 08:38:27 +0100
Mick [EMAIL PROTECTED] wrote:

 Alternatively, you will need to set up a DNS service in a PC within
 your LAN and point livecd to 192.168.1.8.

when you get to the point of setting up your domain name services for
your network (if ever) you can make client supplied names like 'livecd'
get added to the DNS database.  until then, you'll have to make due
with the hosts file.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Lilo ReiserFS on 64 bits

2007-10-03 Thread Dan Farrell
On Tue, 2 Oct 2007 21:23:45 -0500
Canek Peláez Valdés [EMAIL PROTECTED] wrote:

 I've been using 64 bit linux for almost two years: I don't have any
 single problem, and I only use two 32 bit binary programs: Firefox
 (for Flash) and MPlayer (for the win32codecs).

Yeah.  Me too.  And as far as this:
 Don't install 64bit linux, there are unresolved issues with 64bit
 linux  

If you haven't noticed, my friends, there are unresolved issues with all
versions of linux .. just like there are with every sizable piece of
code on the planet.  

That having been said, 

OTOH the x86
architecture is still dominant and it still likely to have better
support from developers and community.

Mr. Hopkins is absolutely right.  There are always small hiccoughs,
mostly in the area of new package testing and such -- it's always a
little behind.  

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Lilo ReiserFS on 64 bits

2007-10-03 Thread Dan Farrell
On Tue, 2 Oct 2007 22:50:25 -0400
Philip Webb [EMAIL PROTECTED] wrote:

 BTW does anyone care to make the case for Grub ?  Lilo is so easy.
 (I don't mean to start a silly dispute, just to learn from others)

There's a few great great things about grub, IMHO.

My favorite is that you don't have to change the boot record at all to
chage the grub configuration.

I think the setup of grub makes a lot more sense.  It's really easy to
add entries and change the config and whatnot. 

another great thing about grub is that it has a limited command mode
that you can enter at boot time.  If your grub config contains a typo
or error, you can still boot the computer without reaching for a CD.  

The only downside that I know of is that it's a little heavier weight
than Lilo, since it effectively provides its own preboot execution
environment with filesystem support and whatnot.  

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nfs server problem

2007-10-03 Thread Dan Farrell
On Wed, 03 Oct 2007 08:54:30 -0230
Roger Mason [EMAIL PROTECTED] wrote:

 Hello,
 
 I installed a vanilla 2.6.20 kernel in order to (eventually) run
 kerrighed.  The kernel boots fine but the nfs server won't start and I
 see this in the logs:
 
 Oct  3 07:34:40 lowalbite rpc.statd[103835]: Version 1.1.0 Starting
 Oct  3 07:34:41 lowalbite nfsd: last server has exited
 Oct  3 07:34:41 lowalbite nfsd: unexporting all filesystems
 Oct  3 07:34:41 lowalbite nfsd[103901]: nfssvc: Address already in use
 
 When I boot into gentoo 2.6.22 this problem goes away, so I assume
 there is some difference in kernel configuration.  I have not been
 able to find what that is by comparing the NFS_* entries in the
 respective .congig files: they are identical.
 
 Can someone suggest how I might track this down?
 
 Thanks,
 
 Roger
 

It seems like there's two options: either you're trying to run 2 nfs
servers, or you're trying to run nfs threads that for some reason
conflict with each other.  

anyway, the solution I suggest is checking the output of 'netstat -l -p
-n' to see whether anything really is listening on those ports.  If
not, try using a quick script to keep reading the output of the
previous netstat command and checking consistantly to see whether
anything's listening on those ports while you restart nfs. 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] per-ebuild compil options

2007-10-03 Thread Bo Ørsted Andresen
On Wednesday 03 October 2007 02:38:42 Iain Buchanan wrote:
 On Tue, 2007-10-02 at 09:56 +0100, Neil Bothwick wrote:
  mkdir -p /etc/portage/env.d/sys-devel
[SNIP]
 hey that looks cool... except that it didn't work!  I should be doing
 this to dev-libs/glib and sys-libs/glibc right?

 $ cat /etc/portage/env.d/dev-libs/glib

It should have been in /etc/portage/env/ (no .d).

-- 
Bo Andresen


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


Re: [gentoo-user] Migrating a system

2007-10-03 Thread Dan Farrell
On Tue, 02 Oct 2007 16:45:23 -0400
Randy Barlow [EMAIL PROTECTED] wrote:

 So I was an idiot when I set up my system and didn't use LVM.  Now
 that I'm out of disk space on one of my drives and kicking myself, I
 want to do it without doing a reinstall.  If I use tar -cvjpf 
 oldSystemThatShouldStillWorkWhenUnTarred.tar.bz2 /, then setup LVM,
 then tar all that junk back to the new system via tar -xvpf 
 oldSystemThatShouldStillWorkWhenUnTarred.tar.bz2 with / as my working 
 directory, should that do the trick (with, of course, another go at 
 grub-install)?  Is the -p flag to tar enough to store ALL the
 necessary file system information?  I just want to make sure I'm not
 forgetting anything...
 
 P.S.  And I'll have to build LVM support into the kernel too...
 
 R

You could always just move a few very large or very critical pieces of
the filesystem (like /home) over to a new drive.  Then you'd have lots
of extra space and you'd have a backup disk to use in case your primary
went down.  You could also back up the primary stuff on an unmounted
backup partition on the second drive, effectively providing an
almost-hot backup.  

BTW, I highly recommend not compressing the archive
...tar.bz2 
because it will take a really long time.  Just tar it and leave it at
that.  It might be a few hundred megs bigger, but it'll get done before
december.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Suspend questions

2007-10-03 Thread James Colby
On Tue, Oct 02, 2007 at 10:32:14PM -0400, Ben Kelly wrote:

 The best solution I found was to add the following to the boot line in 
 grub:

   hda=noprobe hda=none

 Hope that helps.

That did the trick for me as well.  Thank you very much.  I have another
Suspend question though.  I am running KDE 3.5.7 and I was wondering if
anyone knew how to add a Suspend option to the KDE logout menu?

Thanks for the help,
James
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE System sounds

2007-10-03 Thread Daniel D Jones
On Wednesday 03 October 2007 07:52:20 Dale wrote:
 Daniel D Jones wrote:
  This seems like a silly question, but where do you configure all of the
  system sounds for KDE?  Under Control Center, there's the System
  Notification tab, but it seems far from complete.  I'd like to turn off
  the sounds that accompany switching from one program to another,
  minimizing or maximizing a window, etc.  None of those events appear in
  the Control Center (at least that I can find) nor in
  ~/kde/share/config/knotifyrc.  So where are they set?

 Under System Notifications tab, did you see the Event Source section?
 Click on it and a list of events pops up, then select the one you want
 to change.  There is a LOT of them on mine.  You want KDE window Manager
 I think.

Sheesh.  I knew it had to be something obvious but couldn't find it.  I looked 
through those but they all seemed to be independent programs rather  than KDE 
itself other than Systems Notification.   Somehow looked right over the KDE 
Window Manager selection.  Thanks!

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrading the kernel

2007-10-03 Thread Bo Ørsted Andresen
On Wednesday 03 October 2007 17:44:52 Jed R. Mallen wrote:
 Thank you to all who responded. `make oldconfig` works as usual without the
 worries. I was a bit apprehensive because of the gentoo kernel upgrade
 guide warning about using oldconfigs but turns out it's safe afterall.

I was kind of surprised to see that the gentoo kernel upgrade guide does 
indeed warn about `make oldconfig` (which isn't the same as warning about 
reusing old configs). So after digging a bit it turns out dsd has an 
explanation in his devspace.. ;)

http://dev.gentoo.org/~dsd/make_oldconfig.htm

-- 
Bo Andresen


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


Re: [gentoo-user] per-ebuild compil options

2007-10-03 Thread Neil Bothwick
Hello Bo Ørsted Andresen,

 It should have been in /etc/portage/env/ (no .d).

Doh! Sorry about that :(


-- 
Neil Bothwick

There's no place like http://www.home.com


signature.asc
Description: PGP signature


Re: [gentoo-user] nfs server problem

2007-10-03 Thread Roger Mason
Hi Dan,

Dan Farrell [EMAIL PROTECTED] writes:

 On Wed, 03 Oct 2007 08:54:30 -0230
 Roger Mason [EMAIL PROTECTED] wrote:

 Hello,
 
 I installed a vanilla 2.6.20 kernel in order to (eventually) run
 kerrighed.  The kernel boots fine but the nfs server won't start and I
 see this in the logs:
 
 Oct  3 07:34:40 lowalbite rpc.statd[103835]: Version 1.1.0 Starting
 Oct  3 07:34:41 lowalbite nfsd: last server has exited
 Oct  3 07:34:41 lowalbite nfsd: unexporting all filesystems
 Oct  3 07:34:41 lowalbite nfsd[103901]: nfssvc: Address already in use
 

 It seems like there's two options: either you're trying to run 2 nfs
 servers, or you're trying to run nfs threads that for some reason
 conflict with each other.  

 anyway, the solution I suggest is checking the output of 'netstat -l -p
 -n' to see whether anything really is listening on those ports.  If
 not, try using a quick script to keep reading the output of the
 previous netstat command and checking consistantly to see whether
 anything's listening on those ports while you restart nfs. 
 -- 

That is agood idea -- I'll try it tomorrow.  In the meantime I am
working round it by setting the port(s) in /etc/conf.d/nfs, but it
would certainly be cleaner to find and eliminated the conflict.

Thanks for your help.

Roger

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] undefined reference to `LINUX_TARGET_OS_CPP_BUILTINS'

2007-10-03 Thread Robert Szentmihalyi
Hi, guys!

Building gcc for ARM with
 # crossdev --target arm-softfloat-uclinux-gnu
--
 * Host Portage ARCH: x86
 * Target Portage ARCH:   arm
 * Target System: arm-softfloat-uclinux-gnu
 * Stage: 4 (C/C++ compiler)

 * binutils:  binutils-[latest]
 * gcc:   gcc-[latest]
 * headers:   linux-headers-[latest]
 * libc:  glibc-[latest]

 * PORTDIR_OVERLAY:   /usr/local/portage
 * PORT_LOGDIR:   /var/log/portage
 * PKGDIR:/usr/portage/packages/cross/arm-softfloat-uclinux-gnu
 * PORTAGE_TMPDIR:/var/tmp/cross/arm-softfloat-uclinux-gnu
  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  
~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _ 
 -  ~  -  _  -  ~
 * Forcing the latest versions of {binutils,gcc}-config/gnuconfig ...   

[ ok ]
 * Log: /var/log/portage/cross-arm-softfloat-uclinux-gnu-binutils.log
 * Emerging cross-binutils ...  

[ ok ]
 * Log: /var/log/portage/cross-arm-softfloat-uclinux-gnu-gcc-stage1.log
 * Emerging cross-gcc-stage1 ...

 * gcc failed :(
 * If you file a bug, please attach the following logfiles:
 * /var/log/portage/cross-arm-softfloat-uclinux-gnu-info.log
 * /var/log/portage/cross-arm-softfloat-uclinux-gnu-gcc-stage1.log

fails with 
c-cppbuiltin.c:(.text+0x1366): undefined reference to 
`LINUX_TARGET_OS_CPP_BUILTINS'

I have tried different versions of gcc...

Any idea what is going on?

Thanks,
 Robert
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] per-ebuild compil options

2007-10-03 Thread Iain Buchanan
On Wed, 2007-10-03 at 22:33 +0100, Neil Bothwick wrote:
 Hello Bo Ørsted Andresen,
 
  It should have been in /etc/portage/env/ (no .d).

cool, that did it - thanks!

 Doh! Sorry about that :(

no worries :)
-- 
Iain Buchanan iaindb at netspace dot net dot au

The man who runs may fight again.
-- Menander

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrading the kernel

2007-10-03 Thread Iain Buchanan
On Wed, 2007-10-03 at 22:19 +0200, Bo Ørsted Andresen wrote:
 
 I was kind of surprised to see that the gentoo kernel upgrade guide does 
 indeed warn about `make oldconfig` (which isn't the same as warning about 
 reusing old configs). So after digging a bit it turns out dsd has an 
 explanation in his devspace.. ;)
 
 http://dev.gentoo.org/~dsd/make_oldconfig.htm

ohhh...  My first reaction was to say since when has Gentoo been about
dumbing down the options just to suit the ...er unenlightened?  Then I
thought How crazy could you be not to _read_ what you're doing when
upgrading your kernel?  Of all things to upgrade this one would be
vaguely important!  I closely read the output from make oldconfig, and
I've avoided all of these problems.  Oh well, I'll continue to tinker
and break things - that's how I enjoy learning, but I guess it makes
sense to keep the upgrade guide as it is...

-- 
Iain Buchanan iaindb at netspace dot net dot au

 Alan Cox wrote:
[..]

No I didnt.  Someone else wrote that.  Please keep attributions
straight.
-- From linux-kernel

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] X.Org 1.4 with Nvidia?

2007-10-03 Thread purple
On 10/3/07, Harley Peters [EMAIL PROTECTED] wrote:

  Alexander Skwar wrote:
  Does anyone know, if it's now safe to use xorg 1.4 with
 nvidia-drivers?


 there's really _no need_ for you to star using new X at this time because
of its oftenly reported instabilty, lockups and crashes with any nvidia
driver, make your self mature and stop thinking so bleeding edge way..
X 7.2 runs perfectly at the moment so why to switch from something that
works to something new and unstable yet just for sake being up 2 date..
wait some time, it'll all going to be ok soon, so be patient and clever :)


-- 
purple..


Re: [gentoo-user] KDE System sounds

2007-10-03 Thread Dale
Daniel D Jones wrote:
 On Wednesday 03 October 2007 07:52:20 Dale wrote:
   
 Daniel D Jones wrote:
 
 This seems like a silly question, but where do you configure all of the
 system sounds for KDE?  Under Control Center, there's the System
 Notification tab, but it seems far from complete.  I'd like to turn off
 the sounds that accompany switching from one program to another,
 minimizing or maximizing a window, etc.  None of those events appear in
 the Control Center (at least that I can find) nor in
 ~/kde/share/config/knotifyrc.  So where are they set?
   
 Under System Notifications tab, did you see the Event Source section?
 Click on it and a list of events pops up, then select the one you want
 to change.  There is a LOT of them on mine.  You want KDE window Manager
 I think.
 

 Sheesh.  I knew it had to be something obvious but couldn't find it.  I 
 looked 
 through those but they all seemed to be independent programs rather  than KDE 
 itself other than Systems Notification.   Somehow looked right over the KDE 
 Window Manager selection.  Thanks!

   

Believe it or not, I didn't notice that for the longest either.  I think
someone had to point it out to me.  After that I changed the theme for
KDE so the little pop up menu would show up better.

Glad to have helped. 

Dale

:-)  :-) 


Re: [gentoo-user] nfs server problem

2007-10-03 Thread Hex Star
The error you are receiving indicates that you already have a service
occupying the port that the nfs server wants to bind to, however only one
service can bind to a port at any one given time. So you must find the
service that is occupying the port nfs server wants to bind to and either
disable that service or configure it to run on another port.


Re: [gentoo-user] Upgrading the kernel

2007-10-03 Thread Jed R. Mallen
On Wed, 3 Oct 2007 22:19:39 +0200
Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 reusing old configs). So after digging a bit it turns out dsd has an 
 explanation in his devspace.. ;)
 
 http://dev.gentoo.org/~dsd/make_oldconfig.htm

Bo, good job digging this up. Thanks for the link :)
--
[EMAIL PROTECTED] mailing list



[gentoo-user] To Neil Bothwick: Question re ntfs-3g

2007-10-03 Thread Anthony E. Caudel
Neil, back on 15 July, you stated that you used ntfs-3g with only the
in-kernel fuse modules.

When I try that, I get the following error:

error while loading shared libraries: libfuse.so.2: cannot open shared
object file: No such file or directory

I find I have to use sys-fs/fuse to be able to mount ntfs-3g.

Is there something else I should be doing?  I'm using kernel 2.6.22

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

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] To Neil Bothwick: Question re ntfs-3g

2007-10-03 Thread Ow Mun Heng
On Wed, 2007-10-03 at 22:05 -0500, Anthony E. Caudel wrote:
 Neil, back on 15 July, you stated that you used ntfs-3g with only the
 in-kernel fuse modules.
 
 When I try that, I get the following error:
 
 error while loading shared libraries: libfuse.so.2: cannot open shared
 object file: No such file or directory
 
 I find I have to use sys-fs/fuse to be able to mount ntfs-3g.


I'm using ntfs-3g w/o issues. I'm not using in-kernel fuse modules
though. I'm compiling it from the version in portage

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] insatiable revdev-rebuild

2007-10-03 Thread Allan Gottlieb
An emerge (of openssl, I believe, but am not sure)  a few days ago
triggered a request for me to run
  # revdep-rebuild --library libcrypto.so.0.9.7
  # revdep-rebuild --library libssl.so.0.9.7

I have done so.  The revdep-rebuild for libssl found nothing, but the
one for libcrypto rebuilt openssl.  However rerunning the command
again again rebuilt openssh.  A msg had explained that this is
possible but didn't suggest that the request would never end.  I have
run the revdep-rebuild for libcrypto 4 times and it keeps rebuilding
openssl

What should I do to fix this problem?

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] To Neil Bothwick: Question re ntfs-3g

2007-10-03 Thread Liviu Andronic
On 10/4/07, Ow Mun Heng [EMAIL PROTECTED] wrote:
 I'm using ntfs-3g w/o issues. I'm not using in-kernel fuse modules
 though. I'm compiling it from the version in portage

Same here, and it works OK so far.

-- 
Regards,
Liviu
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] insatiable revdev-rebuild

2007-10-03 Thread Liviu Andronic
On 10/4/07, Allan Gottlieb [EMAIL PROTECTED] wrote:
 I have done so.  The revdep-rebuild for libssl found nothing, but the
 one for libcrypto rebuilt openssl.  However rerunning the command
 again again rebuilt openssh.

I have just survived to a huge (one year, I think) emerge -tva -DNu
world. I learnt one way to deal efficiently with revdep-rebuild: run
revdep-rebuild -i. It will make it ignore his current temporary files
about your system's libraries. This should solve your problem.

-- 
Regards,
Liviu
-- 
[EMAIL PROTECTED] mailing list