Re: [gentoo-user] baselayout-1.12.* and Network is unreachable

2006-09-23 Thread Walter Dnes
On Sat, Sep 16, 2006 at 03:28:40PM -0700, Grant wrote

 This all I have for eth0 is /etc/conf.d/net :
 
 routes_eth0=default via 192.168.1.1
 config_eth0=192.168.1.2
 
 Can anyone help me with this?
 
 - Grant
 
 I'm very sorry about the subject line.  It should have read:
 
 baselayout-1.12.* and Network is unreachable

  I don't see the original, so I'm replying to this message.  My
(somewhat non-standard) setup has the following lines...

config_eth0=192.168.123.252 broadcast 192.168.123.255 netmask 255.255.255.248 
mtu 1454
routes_eth0=(default via 192.168.123.254)

  I think that you should specify netmask and the broadcast address in
config_eth0.  First, we need to know...
  - what IP address range is allocated to the machines behind the router?
  - what IP address does the router display to the machines behind it
(presumably on eth1)?

  I've dealt with a multi-port router sitting behind a single-port ADSL
modem, and I'm aware that you have to take care that they don't step on
each other's address ranges.

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Wow, this is what I call stable! ;-)

2006-09-23 Thread sdoma
Hi,

I tried to update my world after gentoo saying me that there is a new
portage available on a x86 based system (need to install ~x86 libaio for
Oracle).

emerge -u says, that pam-login is blocked (blocked by shadow)...
I ``emerge -C shadow'' .. and emerge tells me, that pam-login is
blocked  by shadow.
I unmerge pam-login, and emerge tells me, that openal is blocked by
amother package ... ``emerge --pretend openal'' doesn't show any
blockers. BTW, I will NOT uninstall openal.

What's going on?

Frank



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Wow, this is what I call stable! ;-)

2006-09-23 Thread Remy Blank
sdoma wrote:
 emerge -u says, that pam-login is blocked (blocked by shadow)...
 I ``emerge -C shadow'' .. and emerge tells me, that pam-login is
 blocked  by shadow.
 I unmerge pam-login, and emerge tells me, that openal is blocked by
 amother package ... ``emerge --pretend openal'' doesn't show any
 blockers. BTW, I will NOT uninstall openal.
 
 What's going on?

You only had to unmerge pam-login and update shadow. The functionality
of pam-login is now provided by shadow, so that the former is no longer
needed.

Hint: Don't logout between the unmerge and the update, or you'll be
locked out.

Hint 2: This question has been asked (and answered) several times on
this mailing list and in the forums. Please search the archives before
posting.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Moving house . . . /home

2006-09-23 Thread Dale
Hi,

I have a new install and I want to move as little as possible to the new
/home partition.  I really only want to save my emails and the filters
and nothing else.  What do I need to copy to do this?  I use Mozilla,
well Seamonkey now, for my email.

I would even like to loose some of the settings in Mozilla if I can.

Thanks

Dale

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



[gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Chris Walters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everyone,

I realize that I just posted on this subject, but since all versions of
Xorg, except for modular X have been hard masked, I need some help or
advice - preferably from someone who has had this problem and solved it.

My configuration: Athlon 1 Ghz, 512 MB, and for video an ATI Radeon
9550SE (identified by the kernel probe as a Radeon 9600 AS.

This all works fine under monolithic Xorg (6.8.2).  However, when I have
tried to switch to modular Xorg, I can't get a screen.  I have tried
both the proprietary driver, which is supposed to support my card (the
kernel won't load it), and the radeon driver.

For setup, I have used every setup utility available, and even tried to
set up my xorg.conf file myself.  In most cases, it finds all the modes
supported by my card when I try it out, but it errors out with a couple
of errors: 1. Insufficient memory for the requested window, and 2.
Screens found, but none have a usable configuration.

For some reason, modular Xorg is not allocating enough memory for a
screen and I can't find a way to fix this.

Regards,
Chris
-BEGIN PGP SIGNATURE-

iD8DBQFFFOk8vAEeEHp061sRAgn6AKCa3p3SZSo689NiHzS95OESpgoSKwCcCw00
MPkhADQzUMF0n/A6qQlRc7I=
=P1Yk
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with libstdc++.

2006-09-23 Thread Christopher E. Granade
Bo Ørsted Andresen wrote:
 On Saturday 23 September 2006 05:59, Christopher Granade wrote:
 [...]
   
 /opt/skype/skype.bin: error while loading shared libraries:
 libstdc++.so.5: cannot open shared object file: No such file or directory

 I then ran revdep-rebuild to try and fix the problem, and it said that
 that libstdc++.so.5 was broken, and that it would fix it. After
 revdep-rebuild ran, I went back to run Skype again and got the same
 error. Running revdep-rebuild a second time resulted in the exact same
 output. Any ideas? Thanks.
 

 revdep-rebuild doesn't look at /opt (which is where binary stuff like skype 
 is 
 installed). Also remerging won't help since it's binary. It won't be 
 recompiled since the source code isn't available.

 sys-libs/libstdc++-v3 provides libstdc++.so.5:

 # emerge -va sys-libs/libstdc++-v3

   
Running this command reveals that libstdc++-v3 was already emerged. I
reemerged anyway, and the error persists. Thank you for the help, but it
seems that there's something else wrong. Is this a problem with amd64?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wow, this is what I call stable! ;-)

2006-09-23 Thread sdoma
Solved,

seems there is a replacement for openal, or the package has a new
name, ... or ...

BTW, as I said, I run a stable version (x86 without the '~') and I'm
updating 87 (!!!) packages after a month or so. Is this normal? In this
case I'll return to ~x86.

Regards
Frank


On Sat, 2006-09-23 at 08:33 +0200, sdoma wrote:
 Hi,
 
 I tried to update my world after gentoo saying me that there is a new
 portage available on a x86 based system (need to install ~x86 libaio for
 Oracle).
 
 emerge -u says, that pam-login is blocked (blocked by shadow)...
 I ``emerge -C shadow'' .. and emerge tells me, that pam-login is
 blocked  by shadow.
 I unmerge pam-login, and emerge tells me, that openal is blocked by
 amother package ... ``emerge --pretend openal'' doesn't show any
 blockers. BTW, I will NOT uninstall openal.
 
 What's going on?
 
 Frank
 
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Piotr Gąsiorowski
On Sat, 23 Sep 2006 09:58:56 +0200, Chris Walters [EMAIL PROTECTED]  
wrote:



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everyone,

I realize that I just posted on this subject, but since all versions of
Xorg, except for modular X have been hard masked, I need some help or
advice - preferably from someone who has had this problem and solved it.

My configuration: Athlon 1 Ghz, 512 MB, and for video an ATI Radeon
9550SE (identified by the kernel probe as a Radeon 9600 AS.

This all works fine under monolithic Xorg (6.8.2).  However, when I have
tried to switch to modular Xorg, I can't get a screen.  I have tried
both the proprietary driver, which is supposed to support my card (the
kernel won't load it), and the radeon driver.

For setup, I have used every setup utility available, and even tried to
set up my xorg.conf file myself.  In most cases, it finds all the modes
supported by my card when I try it out, but it errors out with a couple
of errors: 1. Insufficient memory for the requested window, and 2.
Screens found, but none have a usable configuration.

For some reason, modular Xorg is not allocating enough memory for a
screen and I can't find a way to fix this.

Regards,
Chris
-BEGIN PGP SIGNATURE-

iD8DBQFFFOk8vAEeEHp061sRAgn6AKCa3p3SZSo689NiHzS95OESpgoSKwCcCw00
MPkhADQzUMF0n/A6qQlRc7I=
=P1Yk
-END PGP SIGNATURE-


Did you try:
#emerge x11-drm ?

I had some similar problems, as my Gentoo didn't installed the keyboard  
and mouse drivers (check if your did) :)


Next try to install the drivers from ATi homepage. After installing try:
#aticonfig --initial (it makes the xorg.conf)

Can you attach your xorg log?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Jure Varlec
On Saturday 23 September 2006 09:58, Chris Walters wrote:
 Hello everyone,

 I realize that I just posted on this subject, but since all versions of
 Xorg, except for modular X have been hard masked, I need some help or
 advice - preferably from someone who has had this problem and solved it.

 My configuration: Athlon 1 Ghz, 512 MB, and for video an ATI Radeon
 9550SE (identified by the kernel probe as a Radeon 9600 AS.

 This all works fine under monolithic Xorg (6.8.2).  However, when I have
 tried to switch to modular Xorg, I can't get a screen.  I have tried
 both the proprietary driver, which is supposed to support my card (the
 kernel won't load it), and the radeon driver.

 For setup, I have used every setup utility available, and even tried to
 set up my xorg.conf file myself.  In most cases, it finds all the modes
 supported by my card when I try it out, but it errors out with a couple
 of errors: 1. Insufficient memory for the requested window, and 2.
 Screens found, but none have a usable configuration.

 For some reason, modular Xorg is not allocating enough memory for a
 screen and I can't find a way to fix this.

 Regards,
 Chris


Chris,
Unless I missed your mail, as tends to happen to me on this list, you didn't 
respond to my earlier suggestion, nor did you post your /var/log/Xorg.0.log 
as Richard requested. I don't see why a new thread is necessary.

Regards,
Jure


pgpmkWxZ4npd2.pgp
Description: PGP signature


Re: [gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 10:18, sabato 23 settembre 2006, Jure Varlec ha scritto:
[...]
 Chris,
 Unless I missed your mail, as tends to happen to me on this list, you
 didn't respond to my earlier suggestion, nor did you post your
 /var/log/Xorg.0.log as Richard requested. I don't see why a new
 thread is necessary.

 Regards,
 Jure

Wait a second!
I had a similar problem (black screen, no mouse or keyboard activity) 
and I had no log: I tried to remove then to see only new reports and 
when I had that problem X wrote nothing inside...
I found only a partial working solution: if you don't load dri module 
(it's enough to comment it and use your old xorg.conf) you have a 
working X server.
Unfortunately my only solution was to switch the graphic card to nvidia.
There is something wrong in radeon driver on modular X...
See you,
Luigi
- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFFPK8HmkkjmM/hrcRAp8bAKCRk03J/PQCC2F7g3XTFmO5fY66LgCeJFlh
4zQDiSDF++j/eNSA7YZENmA=
=4A2E
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Failed raid

2006-09-23 Thread Jesper Fruergaard Andersen
I have a home server using 2.6.15-vs2.1.0-gentoo-r1 kernel. It has several 
raid arrays. The other day it froze, but I am away, so I had someone else 
turn it off and on again. After that 2 of the arrays didn't come up. One 
of them complained about invalid superblock on one partition but I added 
that back and it synchronized and that work fine again.
However another array, md6, had 2 partitions complaining about invalid 
superblock as shown below. It should use the partitions
/dev/hda8,/dev/hdc6,/dev/hdg7,/dev/hdh6,/dev/hde2
Two missing is one too many for raid 5 to just synchronize again. I have 
looked around but cannot find any information about if or how this can be 
fixed. Is it possible to fix the superblock or force it in some way. I 
guess maybe they may be out of sync so the filesystem could be invalid if 
forced to start anyway.
But maybe it would be possible to force it long enough to mount the 
filesystem readonly for a while to retrieve those things not backed up 
elsewhere and the recreate the array from scratch?


md: Autodetecting RAID arrays.
md: invalid raid superblock magic on hdg7
md: hdg7 has invalid sb, not importing!
md: invalid raid superblock magic on hdh6
md: hdh6 has invalid sb, not importing!
md: autorun ...
md: considering hdh7 ...
...
md: considering hde2 ...
md:  adding hde2 ...
md:  adding hdc6 ...
md: hdc2 has different UUID to hde2
md: hdc1 has different UUID to hde2
md:  adding hda8 ...
md: hda2 has different UUID to hde2
md: hda1 has different UUID to hde2
md: created md6
md: bindhda8
md: bindhdc6
md: bindhde2
md: running: hde2hdc6hda8
md: md6: raid array is not clean -- starting background reconstruction
md: personality 4 is not loaded!
md: do_md_run() returned -22
md: md6 stopped.
md: unbindhde2
md: export_rdev(hde2)
md: unbindhdc6
md: export_rdev(hdc6)
md: unbindhda8
md: export_rdev(hda8)
...


-- 
Jesper
 17:09:48 up 2 days, 59 min, 25 users,  load average: 0.38, 0.88, 0.93
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wow, this is what I call stable! ;-)

2006-09-23 Thread Greg Bur

On 9/23/06, sdoma [EMAIL PROTECTED] wrote:

Solved,

seems there is a replacement for openal, or the package has a new
name, ... or ...

BTW, as I said, I run a stable version (x86 without the '~') and I'm
updating 87 (!!!) packages after a month or so. Is this normal? In this
case I'll return to ~x86.



If you're moving from ~x86 to x86 chances are portage is downgrading
several packages.  Once you have completed the migration to x86 you
should only have a handful of updates a week at most.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xdm doesn´t start anymore

2006-09-23 Thread Oliver Klein
Hi

Thx a lot that was the mistake, x11-apps/xdm was not installed, but i´m sure
it was installed befor update the system...now i got a login window. But it
was not very comfortable and the background is full with snow like a bad
TV frame. Any ideas how to fix this...

Regards
Olly



On 22.09.2006 20:42 Uhr, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Friday 22 September 2006 20:21, Oliver Klein wrote:
 After update the hole system xdm doesn´t start anymore. During the boot
 process i saw this error message
 
 /sbin/start-stop-daemon stat /usr/bin/xdm no such file or directory
 Error could not start the display manager
 
 I have installed xorg-7.0 and in my rc.conf i add the following lines
 
 ISPLAYMANAGER=xdm
 XSESSION=kde-3.5
 
 So what´s wrong here and how can i solve this? Thx in advance!
 
 Did you follow the migration guide [1]? Did you emerge x11-apps/xdm (or
 virtual/x11)? If you did please post the output of (equery is part of
 app-portage/gentoolkit):
 
 # equery check x11-apps/xdm
 
 [1] http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wow, this is what I call stable! ;-)

2006-09-23 Thread sdoma
Hmmm,
I've installed x86 based from scratch a month ago 

On Sat, 2006-09-23 at 05:47 -0400, Greg Bur wrote:
 On 9/23/06, sdoma [EMAIL PROTECTED] wrote:
  Solved,
 
  seems there is a replacement for openal, or the package has a new
  name, ... or ...
 
  BTW, as I said, I run a stable version (x86 without the '~') and I'm
  updating 87 (!!!) packages after a month or so. Is this normal? In this
  case I'll return to ~x86.
 
 
 If you're moving from ~x86 to x86 chances are portage is downgrading
 several packages.  Once you have completed the migration to x86 you
 should only have a handful of updates a week at most.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mplayer: error while loading shared libraries: libGL.so.1:

2006-09-23 Thread Fred Kastl
It works now.
The driver wasn't loaded successfully.

regards

Fred

Dale wrote:
 Fred Kastl wrote:
 Hi,

 I cannot start mplayer because of :

 mplayer: error while loading shared libraries: libGL.so.1: cannot open
 shared object file: No such file or directory

 Any suggestions ?

 regards

 Fred Kastl

 ### ldd:
 ..
 libGL.so.1 = not found
 ...

 ### ldconfig
 # -v
  libGL.so.1 - libGL.so.1.2

 # -g
 libGL.so.1 (libc6, OS ABI: Linux 2.4.20) =
 //usr//lib/opengl/xorg-x11/lib/libGL.so.1
 libGL.so (libc6, OS ABI: Linux 2.4.20) =
 //usr//lib/opengl/xorg-x11/lib/libGL.so
 libGL.so (libc6, OS ABI: Linux 2.4.20) = /usr/lib/libGL.so

 ### emerge

 media-video/mplayer-1.0_pre8  USE=X aac alsa arts bidi directfb doc dts
 dvd dvdread encode esd gif gtk ipv6 jpeg lirc live lzo mad mmx mmxext
 oss png real rtc samba sdl sse sse2 theora truetype unicode vorbis
 win32codecs xanim xmms xv xvid -3dfx -3dnow -3dnowext -aalib -bindist
 -bl -cdparanoia -cpudetection -custom-cflags -debug -dga -dv -dvb -fbcon
 -ggi -i8x0 -jack -joystick -libcaca -livecd -matrox -musepack -nas
 -nvidia -openal opengl -speex -svga -tga -v4l -v4l2 -x264 -xinerama -xvmc

 My System:

 Gentoo
 kernel   2.6.17-gentoo-r4
 media-video/mplayer  1.0_pre8
 media-libs/mesa  6.5-r4




   
 
 Well, this is what package it belongs to on mine if this will help any.
 
 [EMAIL PROTECTED] / # equery belongs libGL.so.1
 [ Searching for file(s) libGL.so.1 in *... ]
 x11-drivers/nvidia-drivers-1.0.8762-r1
 (/usr/lib/opengl/nvidia/lib/libGL.so.1 - libGL.so.1.0.8762)
 media-libs/mesa-6.4.2-r2 (/usr/lib/opengl/xorg-x11/lib/libGL.so.1 -
 libGL.so.1.2)
 [EMAIL PROTECTED] / #
 
 Do you have your video drivers installed and loaded correctly?  Just a
 guess on my part though.
 
 Hope that helps.
 
 Dale
 
 :-)  :-)  :-)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] java failure (or DVArchive issue)

2006-09-23 Thread Fred Kastl
Have you checked whether the mentioned font is present on your system
-bh-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1 ?

regards


Fred

Peter Kelly wrote:
 Holas,
 
 I'm slowly, but surely, moving away from the Windows platform.  My latest 
 challenge is DVArchive, a utility for ReplayTV users.
 
 When I run it as root, there is no issue.
 I ran it as a user once, but every time since then I get
 
 [EMAIL PROTECTED] ~ $ java  -jar /opt/DVArchive/DVArchive.jar
 Warning: Cannot convert 
 string -bh-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1 to type 
 FontStruct
 java.lang.Exception: Stack trace
 at java.lang.Thread.dumpStack(Thread.java:1064)
 at dvarchive.L.D.?(ReplayDevice.java:448)
 at dvarchive.D.Q.?(KnownDVR.java:153)
 at dvarchive.D.Q.init(KnownDVR.java:39)
 at dvarchive.ReplayUI.R.?(OpenDVRManager.java:274)
 at dvarchive.ReplayUI.dvaMainFrame.?(dvaMainFrame.java:233)
 at dvarchive.ReplayUI.dvaMainFrame.?(dvaMainFrame.java:385)
 at dvarchive.dvArchive$1.run(dvArchive.java:434)
 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
 at 
 java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
 at 
 java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
 at 
 java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
 at 
 java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
 
 
 As a java-ignorant individual, I have no idea where to even start, after 
 Google.  I get the same font warning as root, so I doubt that's the issue.  
 Then again...
 
 Any ideas?
 
 Thanks.
 
 Peter
 
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] usb gadget support

2006-09-23 Thread Iain Buchanan
Hi all,

I am looking at digital dvd/hard drive recorders for dvb, and I noticed
that a lot of them are coming out with usb nowadays.  However, all I can
find out about the usb port is that it is for usb _devices_ like usb
storage, not for an uplink to your PC.

I came across USB gadget support a while ago [1], but from their web
page it sounds like you need special hardware, not just any usb port:

Many Linux systems will not be able to use it, since they only have
PC-style USB Host (master) hardware in a PC...

can I plug my laptop in so these devices see it as just a large hard
drive?  I would rather not go through two steps - eg. dvd recorder to
dvd to computer; or dvd recorder to usb hd, to computer.

Or alternatively, are there any recorders with a usb uplink?

thanks heaps!

[1] http://www.linux-usb.org/gadget/

-- 
Iain Buchanan iaindb at netspace dot net dot au

Avoid the Gates of Hell.  Use Linux
(Unknown source)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Moving house . . . /home

2006-09-23 Thread Daniel Iliev
Dale wrote:
 Hi,

 I have a new install and I want to move as little as possible to the new
 /home partition.  I really only want to save my emails and the filters
 and nothing else.  What do I need to copy to do this?  I use Mozilla,
 well Seamonkey now, for my email.

 I would even like to loose some of the settings in Mozilla if I can.

 Thanks

 Dale

 :-)  :-)
   
Doesn't rm -r /new-home/Dale/.mozilla ; cp -a /old-home/Dale/.mozilla
/new-home/Dale/ work?

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Chris Walters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jure Varlec wrote:
 On Saturday 23 September 2006 09:58, Chris Walters wrote:

 I realize that I just posted on this subject, but since all versions of
 Xorg, except for modular X have been hard masked, I need some help or
 advice - preferably from someone who has had this problem and solved it.

 My configuration: Athlon 1 Ghz, 512 MB, and for video an ATI Radeon
 9550SE (identified by the kernel probe as a Radeon 9600 AS.

 This all works fine under monolithic Xorg (6.8.2).  However, when I have
 tried to switch to modular Xorg, I can't get a screen.  I have tried
 both the proprietary driver, which is supposed to support my card (the
 kernel won't load it), and the radeon driver.

 For setup, I have used every setup utility available, and even tried to
 set up my xorg.conf file myself.  In most cases, it finds all the modes
 supported by my card when I try it out, but it errors out with a couple
 of errors: 1. Insufficient memory for the requested window, and 2.
 Screens found, but none have a usable configuration.

 For some reason, modular Xorg is not allocating enough memory for a
 screen and I can't find a way to fix this.
 
 Chris,
 Unless I missed your mail, as tends to happen to me on this list, you didn't 
 respond to my earlier suggestion, nor did you post your /var/log/Xorg.0.log 
 as Richard requested. I don't see why a new thread is necessary.
 
 Regards,
 Jure

Jure,

I don't recall seeing any replies to my original post, so I figured it
must have gotten lost.  As for the Xorg log, I don't have one to post -
if I had, I would have posted the pertinent portions rather than
describe the problem.

Regards,
Chris
-BEGIN PGP SIGNATURE-

iD8DBQFFFTITvAEeEHp061sRAnYEAJ974x01Zt8A8rGiH630MooqD+Hp1QCgikdc
om8XdHkcXbbYKjA3iTEAjPM=
=0ryd
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] usb gadget support

2006-09-23 Thread Iain Buchanan
On Sat, 2006-09-23 at 22:18 +0930, Iain Buchanan wrote:
 Hi all,
 
 I am looking at digital dvd/hard drive recorders for dvb, and I noticed
 that a lot of them are coming out with usb nowadays.  However, all I can
 find out about the usb port is that it is for usb _devices_ like usb
 storage, not for an uplink to your PC.

and then I found this [2] on wikipedia:

An extension to USB called USB On-The-Go allows a single port to act
as either a host or a device - chosen by which end of the cable plugs
into the socket on the unit. Even after the cable is hooked up and the
units are talking, the two units may swap ends under program control.
This facility targets units such as PDAs where the USB link might
connect to a PC's host port as a device in one instance, yet connect as
a host itself to a keyboard and mouse device in another instance. USB
On-The-Go has therefore defined two small form factor connectors, the
Mini-A and Mini-B, and a universal socket (Mini-AB)

so it is possible in the usb standard - but is there a dvd/hd recorder
that has such capability and can talk direct to my PC (running gentoo of
course, to keep this discussion on-topic to the mailing list ;)

-- 
Iain Buchanan iaindb at netspace dot net dot au

Good-bye.  I am leaving because I am bored.
-- George Saunders' dying words

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Chris Walters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Piotr G?siorowski wrote:
 Did you try:
 #emerge x11-drm ?

 I had some similar problems, as my Gentoo didn't installed the keyboard
 and mouse drivers (check if your did) :)

 Next try to install the drivers from ATi homepage. After installing try:
 #aticonfig --initial (it makes the xorg.conf)

 Can you attach your xorg log?

 [EMAIL PROTECTED] mailing list

Hi Piotr,

Yes, I did try both of those things and neither worked.  As for a log,
as I already mentioned, I don't have one - I wish I did.  I suspect that
there is a problem with Modular X and ATI (at least with Radeon), and
that if I want it to work, I'll have to use a different graphics card.

Regards,
Chris
-BEGIN PGP SIGNATURE-

iD8DBQFFFTN3vAEeEHp061sRAkC/AJ9PNAb41xlBlqc7qFB10r8N7sgtYACgh9gV
hn9TQ9Zce0GV/8tDMRqtnno=
=wlxF
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Wow, this is what I call stable! ;-)

2006-09-23 Thread sdoma
Thanks for the hint. I've unmerged shadow AND pam just now.

emerge failed on glibc, saying the new version is nplt-only (I don't get
the picture here ... I use nplt on my system). Well restarting emerge
(no resume, just a new emerge -u world, which says it will rebuild 48
further packages) continues. Let's see if (and whwere) it fails and if
everything is working afterwards.

So I'll remerge shadow after this if all goes well.

Frank


On Sat, 2006-09-23 at 09:24 +0200, Remy Blank wrote:
 sdoma wrote:
  emerge -u says, that pam-login is blocked (blocked by shadow)...
  I ``emerge -C shadow'' .. and emerge tells me, that pam-login is
  blocked  by shadow.
  I unmerge pam-login, and emerge tells me, that openal is blocked by
  amother package ... ``emerge --pretend openal'' doesn't show any
  blockers. BTW, I will NOT uninstall openal.
  
  What's going on?
 
 You only had to unmerge pam-login and update shadow. The functionality
 of pam-login is now provided by shadow, so that the former is no longer
 needed.
 
 Hint: Don't logout between the unmerge and the update, or you'll be
 locked out.
 
 Hint 2: This question has been asked (and answered) several times on
 this mailing list and in the forums. Please search the archives before
 posting.
 
 -- Remy
 
 
 Remove underscore and suffix in reply address for a timely response.
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] baselayout-1.12.* and Network is unreachable

2006-09-23 Thread Grant

 This all I have for eth0 is /etc/conf.d/net :
 
 routes_eth0=default via 192.168.1.1
 config_eth0=192.168.1.2
 
 Can anyone help me with this?
 
 - Grant

 I'm very sorry about the subject line.  It should have read:

 baselayout-1.12.* and Network is unreachable

  I don't see the original, so I'm replying to this message.  My
(somewhat non-standard) setup has the following lines...

config_eth0=192.168.123.252 broadcast 192.168.123.255 netmask 255.255.255.248 mtu 
1454
routes_eth0=(default via 192.168.123.254)

  I think that you should specify netmask and the broadcast address in
config_eth0.  First, we need to know...
  - what IP address range is allocated to the machines behind the router?
  - what IP address does the router display to the machines behind it
(presumably on eth1)?

  I've dealt with a multi-port router sitting behind a single-port ADSL
modem, and I'm aware that you have to take care that they don't step on
each other's address ranges.


Thank you very much.  That fixed it, I needed to specify the netmask.

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



[gentoo-user] [OT?] Cannot delete symlinks which point to folders on a different filesystem

2006-09-23 Thread Alexander Skwar
Hi!

I'm having a problem with Nautilus from Gnome 2.16 (I also had this
with 2.14.x).

On my Desktop folder, I've got a symlink:

[EMAIL PROTECTED] ~/Desktop $ ls -la `pwd`/Bilder
lrwxrwxrwx 1 alexander alexander 20 23. Sep 16:07 
/home/alexander/Desktop/Bilder - /mnt/HD/share/Bilder

When I now try to move this link into the trash (by selecting it and 
pressing Del or by selecting the appropriate action from the context
menu), I get an error message:

Fehler: »Nicht auf demselben Dateisystem«
beim Löschen von »/home/alexa...top/Bilder«.

Wollen Sie fortfahren?

[ Abbrechen ] [ Wiederholen ]


Error Not on the same file system
while deleting /home/alex...top/Bilder.

Would you like to continue?

[ Cancel ] [ Retry ]

(With a different user, I don't get any message at all - ie. there's
no message and just nothing happens when I hit Del - but that's
a different issue...)

Well, the message is correct - the symlink points to a different
filesystem. To a NFS mounted directory, to be exact.

Am I doing something wrong? How can I delete symlinks to a
different filesystem with Nautilus?

Thanks,

Alexander Skwar
-- 
Misery loves company, but company does not reciprocate.


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] eupdatedb

2006-09-23 Thread Daniel D Jones
How is esearch supposed to stay in sync?  I've realized that mine is 
constantly out of sync and I have to manually run eupdatedb if I want to 
receive accurate answers.  I can set up a cron job to run it after syncing 
emerge, of course, but I'd first like to know if there's another mechanism 
that isn't working properly, or if keeping it synced is an exercise left to 
the reader.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Moving house . . . /home

2006-09-23 Thread Dale
Daniel Iliev wrote:
 Dale wrote:
   
 Hi,

 I have a new install and I want to move as little as possible to the new
 /home partition.  I really only want to save my emails and the filters
 and nothing else.  What do I need to copy to do this?  I use Mozilla,
 well Seamonkey now, for my email.

 I would even like to loose some of the settings in Mozilla if I can.

 Thanks

 Dale

 :-)  :-)
   
 
 Doesn't rm -r /new-home/Dale/.mozilla ; cp -a /old-home/Dale/.mozilla
 /new-home/Dale/ work?

   

I'm not sure to be honest.  I have this too:

 [EMAIL PROTECTED] / # ls -l /home/dale/
 total 371
 drwxrwxr-x  4 dale users   400 Sep 19 20:20 Desktop
 drwxrwxr-x 21 dale users  2560 Jan 23  2006 Mail
  SNIP 
 [EMAIL PROTECTED] / #
I wasn't sure if the Mail directory needs to go or not.  This install is
about 3 years old.  I used to use Kmail but I'm not sure if this is left
overs from that or if Seamonkey uses it.  I wanted to make sure before I
did it though.

I also wanted to loose all the Seamonkey, Mozilla, settings because I
can not get adblock to work anymore.  All it ever says is pending.  I
wanted to keep email for sure and filters !IF! I can.  I'll redo the
filters if I need to.

Won't copying the whole .mozilla directory copy settings and all? 

Dale

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



Re: [gentoo-user] eupdatedb

2006-09-23 Thread Rudmer van Dijk
On Saturday 23 September 2006 16:27, Daniel D Jones wrote:
 How is esearch supposed to stay in sync?  I've realized that mine is
 constantly out of sync and I have to manually run eupdatedb if I want to
 receive accurate answers.  I can set up a cron job to run it after syncing
 emerge, of course, but I'd first like to know if there's another mechanism
 that isn't working properly, or if keeping it synced is an exercise left to
 the reader.

easiest way would be to switch to eix (`emerge eix`) and then use eix-sync to 
keep portage up-to-date. eix-sync runs `emerge --sync` and then shows a list 
of ebuilds that have been changed, that's is really great!

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



Re: [gentoo-user] Moving house . . . /home

2006-09-23 Thread Daniel Iliev
Dale wrote:
 Daniel Iliev wrote:
   
 Dale wrote:
   
 
 Hi,

 I have a new install and I want to move as little as possible to the new
 /home partition.  I really only want to save my emails and the filters
 and nothing else.  What do I need to copy to do this?  I use Mozilla,
 well Seamonkey now, for my email.

 I would even like to loose some of the settings in Mozilla if I can.

 Thanks

 Dale

 :-)  :-)
   
 
   
 Doesn't rm -r /new-home/Dale/.mozilla ; cp -a /old-home/Dale/.mozilla
 /new-home/Dale/ work?

   
 

 I'm not sure to be honest.  I have this too:

   
 [EMAIL PROTECTED] / # ls -l /home/dale/
 total 371
 drwxrwxr-x  4 dale users   400 Sep 19 20:20 Desktop
 drwxrwxr-x 21 dale users  2560 Jan 23  2006 Mail
  SNIP 
 [EMAIL PROTECTED] / #
 
 I wasn't sure if the Mail directory needs to go or not.  This install is
 about 3 years old.  I used to use Kmail but I'm not sure if this is left
 overs from that or if Seamonkey uses it.  I wanted to make sure before I
 did it though.

 I also wanted to loose all the Seamonkey, Mozilla, settings because I
 can not get adblock to work anymore.  All it ever says is pending.  I
 wanted to keep email for sure and filters !IF! I can.  I'll redo the
 filters if I need to.

 Won't copying the whole .mozilla directory copy settings and all? 

 Dale

 :-)  :-)
   
Well, I wrongly supposed I'd like to save all settings. If you don't
want them saved, then I think the way to go is:
1) delete the .mozilla's dir /home/$USER/.mozilla
2) Start seamonkey in order to create a fresh home folder
3) Open seamonkey-mail.  Edditt  Account Setting  Server Settings.
Here you will find the directory under which the mail is saved.
Something like: /home/$USER/.thunderbird/ia8thvk6.default/   (yes, mine
is .thunderbird for obvious  reasons ;-))

4) In /old-home/ you'll find a similar directory, where your mails are
stored. Stop seamonkey, copy old-folder/contents into the freshh
folder and start seamonkey again.

The commands should be something like:

rm -r /new-home/$USER/.mozilla/
start seamonkey, take that funky name from the account settings, close
seamonky
cp -a /old-home/$USER/.mozilla/XX/*
/new-home/$USER/.mozilla/YY/

HTH

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Moving house . . . /home

2006-09-23 Thread Dale
Daniel Iliev wrote:
 Dale wrote:
   
 Daniel Iliev wrote:
   
 
 Dale wrote:
   
 
   
 Hi,

 I have a new install and I want to move as little as possible to the new
 /home partition.  I really only want to save my emails and the filters
 and nothing else.  What do I need to copy to do this?  I use Mozilla,
 well Seamonkey now, for my email.

 I would even like to loose some of the settings in Mozilla if I can.

 Thanks

 Dale

 :-)  :-)
   
 
   
 
 Doesn't rm -r /new-home/Dale/.mozilla ; cp -a /old-home/Dale/.mozilla
 /new-home/Dale/ work?

   
 
   
 I'm not sure to be honest.  I have this too:

   
 
 [EMAIL PROTECTED] / # ls -l /home/dale/
 total 371
 drwxrwxr-x  4 dale users   400 Sep 19 20:20 Desktop
 drwxrwxr-x 21 dale users  2560 Jan 23  2006 Mail
  SNIP 
 [EMAIL PROTECTED] / #
 
   
 I wasn't sure if the Mail directory needs to go or not.  This install is
 about 3 years old.  I used to use Kmail but I'm not sure if this is left
 overs from that or if Seamonkey uses it.  I wanted to make sure before I
 did it though.

 I also wanted to loose all the Seamonkey, Mozilla, settings because I
 can not get adblock to work anymore.  All it ever says is pending.  I
 wanted to keep email for sure and filters !IF! I can.  I'll redo the
 filters if I need to.

 Won't copying the whole .mozilla directory copy settings and all? 

 Dale

 :-)  :-)
   
 
 Well, I wrongly supposed I'd like to save all settings. If you don't
 want them saved, then I think the way to go is:
 1) delete the .mozilla's dir /home/$USER/.mozilla
 2) Start seamonkey in order to create a fresh home folder
 3) Open seamonkey-mail.  Edditt  Account Setting  Server Settings.
 Here you will find the directory under which the mail is saved.
 Something like: /home/$USER/.thunderbird/ia8thvk6.default/   (yes, mine
 is .thunderbird for obvious  reasons ;-))

 4) In /old-home/ you'll find a similar directory, where your mails are
 stored. Stop seamonkey, copy old-folder/contents into the freshh
 folder and start seamonkey again.

 The commands should be something like:

 rm -r /new-home/$USER/.mozilla/
 start seamonkey, take that funky name from the account settings, close
 seamonky
 cp -a /old-home/$USER/.mozilla/XX/*
 /new-home/$USER/.mozilla/YY/

 HTH

   

That sounds like a plan.  I'll give it a try.  It does come up with a
funky name for that directory don't it??  O_O

Thanks

Dale

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



Re: [gentoo-user] Xdm doesn ´t start anymore

2006-09-23 Thread Urs Schuetz
On Sat, 23 Sep 2006, Oliver Klein wrote:

 Hi
 
 Thx a lot that was the mistake, x11-apps/xdm was not installed, but i´m sure
 it was installed befor update the system...now i got a login window. But it
 was not very comfortable and the background is full with snow like a bad
 TV frame. Any ideas how to fix this..

http://gentoo-wiki.com/TIP_Changing_Gray_Startup_Background

Urs

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Apache emerge stumbles on LDAP; should I care?

2006-09-23 Thread Kevin O'Gorman

I'm in the midst of an avalanche of re-emerging packages, occasioned in part by
an update to the LDAP libraries.  I don't completely understand that because I
never turned on the LDAP USE-flag, but maybe some things just need it.

However, I'm annoyed that apache would not build because, it said,
dev-libs/apr-util
did not have LDAP support.  DUH!  Nothing new here.  I hadn't changed my mind
about LDAP, so why all of a sudden apache is getting touchy about LDAP?

I explicitly set apache to -ldap in packages.use, and it compiled okay.  B ut
I'm starting to wonder if that was sensible.  I only vaguely understand that
LDAP has to do with directory searches, but I don't know why I should care
about that in general, or about it in reference to apache.

So what do I need to know about this?

++ kevin

--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Apache emerge stumbles on LDAP; should I care?

2006-09-23 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kevin O'Gorman wrote:
 I explicitly set apache to -ldap in packages.use, and it compiled okay. 
 B ut
 I'm starting to wonder if that was sensible.  I only vaguely understand
 that
 LDAP has to do with directory searches, but I don't know why I should
 care
 about that in general, or about it in reference to apache.

LDAP is a special type of database that is like a tree, full of nodes, branchs 
and properties with
values. it USUALLY used to store user account information to be shared among 
different servers, or
to store email account definitions.

if you are NOT using openldap, then it's probably safe to put -ldap in your 
global USE flag in
/etc/make.conf

But I don't know your system, so analyze it. check out www.openldap.org and 
read about it.

- --
Arturo Buanzo Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
http://www.vivamoslavida.com.ar - Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar 
; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFFVMCAlpOsGhXcE0RAnt9AJ4trQxGKu3h3sJVs+ro3Y+GUit3WwCdGKlh
RMCOj1zAX1B3dpAMSvtZGDA=
=C6t8
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eupdatedb

2006-09-23 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Norberto Bensa wrote:
 Replace it with eix (and update-eix --sync)
 You'll never use esearch again.

I second that!

I (L) eix. Using it for genetic. rocks.

- --
Arturo Buanzo Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
http://www.vivamoslavida.com.ar - Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar 
; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFFVR+AlpOsGhXcE0RApv8AJ0eTjjE+bSu6CgFMjsgvaV0PM1RPgCeKNNI
AAmXdEbavw/AwwLuKf7GcLo=
=/51R
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with libstdc++.

2006-09-23 Thread Bo Ørsted Andresen
On Saturday 23 September 2006 10:04, Christopher E. Granade wrote:
 Bo Ørsted Andresen wrote:
  On Saturday 23 September 2006 05:59, Christopher Granade wrote:
  [...]
 
  /opt/skype/skype.bin: error while loading shared libraries:
  libstdc++.so.5: cannot open shared object file: No such file or
  directory
 
  I then ran revdep-rebuild to try and fix the problem, and it said that
  that libstdc++.so.5 was broken, and that it would fix it. After
  revdep-rebuild ran, I went back to run Skype again and got the same
  error. Running revdep-rebuild a second time resulted in the exact same
  output. Any ideas? Thanks.
 
  revdep-rebuild doesn't look at /opt (which is where binary stuff like
  skype is installed). Also remerging won't help since it's binary. It
  won't be recompiled since the source code isn't available.
 
  sys-libs/libstdc++-v3 provides libstdc++.so.5:
 
  # emerge -va sys-libs/libstdc++-v3

 Running this command reveals that libstdc++-v3 was already emerged. I
 reemerged anyway, and the error persists. Thank you for the help, but it
 seems that there's something else wrong. Is this a problem with amd64?

Not really sure. On amd64 this requires some of the 
app-emulation/emul-linux-x86-* packages (since skype is a 32 bit app), but it 
should pull them by itself... What does:

# equery check app-emulation/emul-linux-x86-compat

give? What version of skype are you using? Please also post the output of:

# emerge --info

-- 
Bo Andresen


pgp6BZeE9N2lz.pgp
Description: PGP signature


Re: [gentoo-user] Apache emerge stumbles on LDAP; should I care?

2006-09-23 Thread Daniel Iliev
Kevin O'Gorman wrote:
 I'm in the midst of an avalanche of re-emerging packages, occasioned
 in part by
 an update to the LDAP libraries.  I don't completely understand that
 because I
 never turned on the LDAP USE-flag, but maybe some things just need it.

 However, I'm annoyed that apache would not build because, it said,
 dev-libs/apr-util
 did not have LDAP support.  DUH!  Nothing new here.  I hadn't changed
 my mind
 about LDAP, so why all of a sudden apache is getting touchy about LDAP?

 I explicitly set apache to -ldap in packages.use, and it compiled
 okay.  B ut
 I'm starting to wonder if that was sensible.  I only vaguely
 understand that
 LDAP has to do with directory searches, but I don't know why I
 should care
 about that in general, or about it in reference to apache.

 So what do I need to know about this?

 ++ kevin

Obviously you don't use LDAP, so I could try this:
emerge gentoolkit (if you haven't done this)
euse -D ldap
emerge -DuNav world

If you come again to a package which doesn't compile you can just skip
it with:
emerge --resume --skipfirst

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Strident message from mysql on emerge

2006-09-23 Thread Kevin O'Gorman

I'm looking at my email inbox after some of the recent activity in
revdep-rebuilds (whew!)
and standing out among the exhortations is this from MySQL (int part)

WARN: unpack
Previous datadir found, it's YOUR job to change
ownership and take care of it.


There's something off about this.  I never have used MySQL in person, though
I'm guessing it gets used by some packages.  So what am I to make of a message
like this?  The ownership and permissions look okay to me.  And I have no
idea what it means to take care of it.

I don't expect myself to be clueful about all the hundreds (thousands?) of
packages I have installed.  I'd like them to be a bit more helpful, and perhaps
careful to state what the problem actually is, or might be.  Courteous wouldn't
be a bad idea either.

++ kevin

--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strident message from mysql on emerge

2006-09-23 Thread kashani

Kevin O'Gorman wrote:
I'm looking at my email inbox after some of the recent activity in 
revdep-rebuilds (whew!) and standing out among the exhortations is

this from MySQL (int part)

WARN: unpack Previous datadir found, it's YOUR job to change 
ownership and take care of it.



There's something off about this.  I never have used MySQL in person,
 though I'm guessing it gets used by some packages.  So what am I to
make of a message like this?  The ownership and permissions look okay
to me.  And I have no idea what it means to take care of it.

I don't expect myself to be clueful about all the hundreds
(thousands?) of packages I have installed.  I'd like them to be a bit
more helpful, and perhaps careful to state what the problem actually
is, or might be.  Courteous wouldn't be a bad idea either.


	The above only matters when you're actually running a database on the 
local server. I'm guessing at one time you tried Mysql out and the 
directory /var/lib/mysql is still there with db files in it. That's the 
only reason you'd ever have that directory. Generally there isn't 
anything you need to do when you update Mysql on the server other than 
restart it, but if you're switching between major versions you may need 
to change things. This is just a reminder of that.


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



Re: [gentoo-user] Re: Wow, this is what I call stable! ;-)

2006-09-23 Thread sdoma
Uff,

... all went well :oD

I've re-emerged shadow, logged out and logged in and even rebooted the
system and (otherwise I wouldn't be able to send this post) all is
living again.

Thank you guys for the hints and for this system (:oD)

Frank

PS: Just a minor issue: Is there a way to use normal SysV booting on
Gentoo? What I mean is the booting style with the [0-9][0-9]something
in /etc/[init.d/]rc[0-9] what usuelly are links to /etc/init.d instead
of this simpleinit (?) style booting?
Xcuse me, I'm mostly working on AIX, HP-UX, Solaris, Dynix and Tru64, so
the Gentoo boot style is an annoying one for me. .. I'm not saying that
it is a bad one with this stating ;o)
I started on Linux with Slackware. They use BSD style booting. THERE it
was easy to replace this. How on Gentoo?


On Sat, 2006-09-23 at 12:45 +0200, sdoma wrote:
 Thanks for the hint. I've unmerged shadow AND pam just now.
 
 emerge failed on glibc, saying the new version is nplt-only (I don't get
 the picture here ... I use nplt on my system). Well restarting emerge
 (no resume, just a new emerge -u world, which says it will rebuild 48
 further packages) continues. Let's see if (and whwere) it fails and if
 everything is working afterwards.
 
 So I'll remerge shadow after this if all goes well.
 
 Frank
 
 
 On Sat, 2006-09-23 at 09:24 +0200, Remy Blank wrote:
  sdoma wrote:
   emerge -u says, that pam-login is blocked (blocked by shadow)...
   I ``emerge -C shadow'' .. and emerge tells me, that pam-login is
   blocked  by shadow.
   I unmerge pam-login, and emerge tells me, that openal is blocked by
   amother package ... ``emerge --pretend openal'' doesn't show any
   blockers. BTW, I will NOT uninstall openal.
   
   What's going on?
  
  You only had to unmerge pam-login and update shadow. The functionality
  of pam-login is now provided by shadow, so that the former is no longer
  needed.
  
  Hint: Don't logout between the unmerge and the update, or you'll be
  locked out.
  
  Hint 2: This question has been asked (and answered) several times on
  this mailing list and in the forums. Please search the archives before
  posting.
  
  -- Remy
  
  
  Remove underscore and suffix in reply address for a timely response.
  
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Wow, this is what I call stable! ;-)

2006-09-23 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

sdoma wrote:
 I started on Linux with Slackware. They use BSD style booting. THERE it
 was easy to replace this. How on Gentoo?

Well, sysvinit IS installed on gentoo by default. and if you check the 
runlevel command, you'll
see where you are standing /etc/inittab is the same check it out, there 
is the difference ;)

- --
Arturo Buanzo Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
http://www.vivamoslavida.com.ar - Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar 
; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFFYnYAlpOsGhXcE0RAqB/AJ4ilpGTOHcxFj0jyuP0YkRbFwwp7wCffy9b
QNxDXNjf1F/0+8jc4tnNrl8=
=3GlF
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] sabayon

2006-09-23 Thread Thufir
I was just perusing http://en.wikipedia.org/wiki/Sabayon_Linux, which
seems interesting, as it uses anaconda,
http://fedoraproject.org/wiki/Anaconda, during the install.

Anyone on this list have any experience with sabayon?



from the sabayon website:

SabayonLinux is not part of the Gentoo project and are not directed or
managed by Gentoo Foundation, Inc. Gentoo is a trademark of Gentoo
Foundation, Inc. Other trademarks are property of their respective owners.
SabayonLinux contains proprietary software, be sure to agree with their
licenses before using them. Otherwise, after the installation, you can
simply remove and forget them.



IMPORTANT NOTE - READ CAREFULLY: 

* - This distribution contains libdvdcss look here if you live in the 
U.S. !.
* - This distribution contains proprietary and non-GPL softwares too 
(like from NVIDIA, ATI, Google, etc). Before running them, be sure to read 
their license and agree with that, otherwise, just remove those applications. 
To run SabayonLinux without Proprietary drivers, just use noproprietary boot 
flag.
* - Reiser4 is disabled on the Installer (to enabled it just add 
reiser4 to your boot options) - USE AT YOUR OWN RISK!
* - When you exit ColdWar (if you boot with coldwar and coldwarsmp) 
the System will shut down automatically.
* - Trademarks are property of their respective owners, everywhere. 


Please notice that if not otherwise specified, the copyright owner is
Fabio Erculiani - lxnay dEsigN and, his materials are licensed under
Creative Commons Attribution Share-Alike license. 




thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with libstdc++.

2006-09-23 Thread Christopher E. Granade
Bo Ørsted Andresen wrote:
 On Saturday 23 September 2006 10:04, Christopher E. Granade wrote:
   
 Bo Ørsted Andresen wrote:
 
 On Saturday 23 September 2006 05:59, Christopher Granade wrote:
 [...]

   
 /opt/skype/skype.bin: error while loading shared libraries:
 libstdc++.so.5: cannot open shared object file: No such file or
 directory

 I then ran revdep-rebuild to try and fix the problem, and it said that
 that libstdc++.so.5 was broken, and that it would fix it. After
 revdep-rebuild ran, I went back to run Skype again and got the same
 error. Running revdep-rebuild a second time resulted in the exact same
 output. Any ideas? Thanks.
 
 revdep-rebuild doesn't look at /opt (which is where binary stuff like
 skype is installed). Also remerging won't help since it's binary. It
 won't be recompiled since the source code isn't available.

 sys-libs/libstdc++-v3 provides libstdc++.so.5:

 # emerge -va sys-libs/libstdc++-v3
   
 Running this command reveals that libstdc++-v3 was already emerged. I
 reemerged anyway, and the error persists. Thank you for the help, but it
 seems that there's something else wrong. Is this a problem with amd64?
 

 Not really sure. On amd64 this requires some of the 
 app-emulation/emul-linux-x86-* packages (since skype is a 32 bit app), but it 
 should pull them by itself... What does:

 # equery check app-emulation/emul-linux-x86-compat

 give? What version of skype are you using? Please also post the output of:

 # emerge --info

   
Well, I didn't know about equery check. That told me that the package
was broken, and so I reemerged it. Skype now works! Thank you so much.
--Christopher Granade
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] custom ebuilds

2006-09-23 Thread Robert Persson
On Sat, 2006-16-09 at 11:42 -0400, David Relson wrote:

 What's the best way to create a personalized ebuild to include this fix
 when I build?  

http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds

http://gentoo-wiki.com/HOWTO_Create_an_Updated_Ebuild

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2chap=1

http://devmanual.gentoo.org/quickstart/index.html


I can't remember which one of these guides I used when I created a
couple of ebuilds, but it was probably the third one. I didn't find it
too hard and I have very limited programming skills.

 What's the best way to get this patch included in the official ebuild?

Sorry. Don't know. It's probably in the wiki somewhere.

Robert




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Failed raid

2006-09-23 Thread Richard Fish

On 9/23/06, Jesper Fruergaard Andersen [EMAIL PROTECTED] wrote:

looked around but cannot find any information about if or how this can be
fixed. Is it possible to fix the superblock or force it in some way. I
guess maybe they may be out of sync so the filesystem could be invalid if
forced to start anyway.


I *think* this will work.  Or it might permanently trash your data.
Unfortunately I don't have access to any raid arrays to test with atm.
:-(

Take a look at one of the good superblocks with mdadm --examine.  That
should give you an idea of what options to give to create.  You'll
want to make sure you use the same layout, chunksize, etc...

You should then be able to recreate the array with mdadm --create
--assume-clean, and get access to your filesystem and data.

Check man mdadm for more details...

Good luck. :-(

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



Re: [gentoo-user] Instant reboot at grub stage 1.5

2006-09-23 Thread Richard Fish

On 9/21/06, fire-eyes [EMAIL PROTECTED] wrote:

Any ideas?


Can you post the output of:

carcharias rjf # cat  EOF | grub --batch

root (hd0,0)
setup (hd0)
EOF


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



Re: [gentoo-user] Moving house . . . /home

2006-09-23 Thread darren kirby
quoth the Dale:


 I wasn't sure if the Mail directory needs to go or not.  This install is
 about 3 years old.  I used to use Kmail but I'm not sure if this is left
 overs from that or if Seamonkey uses it.  I wanted to make sure before I
 did it though.

~/Mail/ is likely where all your old Kmail mail is. That's where Kmail sticks 
all mine...

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Instant reboot at grub stage 1.5

2006-09-23 Thread fire-eyes

Richard Fish wrote:

On 9/21/06, fire-eyes [EMAIL PROTECTED] wrote:

Any ideas?


Can you post the output of:

carcharias rjf # cat  EOF | grub --batch

root (hd0,0)
setup (hd0)
EOF


-Richard



Actually I have since resolved the problem... Sadly not with grub. After 
about 12 hours I just tried lilo, and it worked right away. I prefer 
grub but... :(


Here is the info I had gathered, if you spot anything suspicious let me 
know, i would rather use grub...




http://fire-eyes.org/temp/bootproblems.html

Thanks for your replies :)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Jure Varlec
On Saturday 23 September 2006 15:09, Chris Walters wrote:
 I don't recall seeing any replies to my original post, so I figured it
 must have gotten lost.  As for the Xorg log, I don't have one to post -
 if I had, I would have posted the pertinent portions rather than
 describe the problem.

I apologize then. While single messages do sometimes go missing on this list 
(they should be archived on gmane though), it's strange that both of them 
would go missing so I assumed you got at least one.

Anyway, my suggestion was to put  'VideoRam 131072' in your xorg.conf under 
Section Device, assuming misdetection of card's memory is the only problem. 
There's not much else to try without any detailed information, i.e. logs :/ . 
How about running with 'startx -logfile filename' or, if that 
fails, 'startx -verbose 3'? In the latter case, you can log it easily 
using 'script'.

HTH
Jure


pgphbjqiPzHJl.pgp
Description: PGP signature


Re: [gentoo-user] sabayon

2006-09-23 Thread Collins Richey

On 9/23/06, Thufir [EMAIL PROTECTED] wrote:

I was just perusing http://en.wikipedia.org/wiki/Sabayon_Linux, which
seems interesting, as it uses anaconda,
http://fedoraproject.org/wiki/Anaconda, during the install.

Anyone on this list have any experience with sabayon?



It's something like 13g of pre-compiled ~x86 or ~amd64 stuff (your
choice) on a DVD. Even after install, it takes something like1 1/2
minutes to boot! Maybe that's because it uses the genkernel crap ?

--
Collins Richey
If you fill your heart with regrets of yesterday and the worries
of tomorrow, you have no today to be thankful for.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] {OT} Video cataloging software

2006-09-23 Thread Grant

Does anyone know of software that will catalog videos like banshee or
rhythmbox catalogs music?  Preferrably something that can launch
mplayer for playback.  Does this exist?

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



Re: [gentoo-user] Please Help: Major problems with Modular X

2006-09-23 Thread Richard Fish

On 9/23/06, Chris Walters [EMAIL PROTECTED] wrote:

I don't recall seeing any replies to my original post, so I figured it
must have gotten lost.  As for the Xorg log, I don't have one to post -
if I had, I would have posted the pertinent portions rather than
describe the problem.


You can see the previous thread and responses here:

http://thread.gmane.org/gmane.linux.gentoo.user/170748/focus=170748

Although there isn't much to see...we can't help a whole lot without
that log file.

So I would suggest to quickpkg the current xorg, try the modular X
again, so we can see what problems you are actually running into.

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



[gentoo-user] recompiing kernel quesiton

2006-09-23 Thread Stephen Liu
Hi folks,Gentoo_amd64I need to recompile kernel to enable/check some items.I'll run# cd /usr/src/linux# make menuconfigchecked "Legacy Power Management API", etc.# makeHere I hesitate what shall I copy.# ls arch/alpha cris i386 m68k parisc s390 sparc v850arm frv ia64 m68knommu powerpc sh sparc64 x86_64arm26 h8300 m32r mips ppc sh64 um xtensaI'm running Gentoo_amd64, not 32 bits.cp arch/x86-64/boot/bzImage /boot ??ORcp
 arch/i386/boot/bzImage /boot ??Afterwards shall I run;# make install# make modules_installI haven't enable "module"TIAB.R.SL

[gentoo-user] kernel 2.6.18 : 2 questions

2006-09-23 Thread Philip Webb
I've successfully installed Kernel 2.6.18
-- is it imagination or is it a bit faster on this desktop ? -- ,
but there are a couple of simple questions I'm not sure how to answer.

(1) I used 'make xconfig'  it didn't show me the 'PPP' option:
when I used find from the edit menu, it showed up
 I was able to add it, but it's not under the tree-menu.
Is this a glitch in the 'xconfig' interface or did I miss something ?

(2) I compiled the sensor items into the kernel, not as modules,
but I'm now left with  2  orphan module lines when Init runs:
loading lm_sensors modules ... [!!] .
I've looked around, but can't easily see where those lines are defined
(it's not  /etc/modules.autoload.d/ , which is used by the kernel).
Can anyone give me a quick pointer to where to find them,
so that I can comment them out of whatever file they're mentioned in ?

-- 
,,
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] Screenshot package

2006-09-23 Thread Nico
you probably want this :* media-gfx/scrot  Available versions: 0.8 Installed: 0.8 Homepage: http://www.linuxbrit.co.uk/
 Description: Screen Shooter 


Re: [gentoo-user] kernel 2.6.18 : 2 questions

2006-09-23 Thread Ted Ozolins
Philip Webb wrote:

I've successfully installed Kernel 2.6.18
-- is it imagination or is it a bit faster on this desktop ? -- ,
but there are a couple of simple questions I'm not sure how to answer.

(1) I used 'make xconfig'  it didn't show me the 'PPP' option:
when I used find from the edit menu, it showed up
 I was able to add it, but it's not under the tree-menu.
Is this a glitch in the 'xconfig' interface or did I miss something ?

(2) I compiled the sensor items into the kernel, not as modules,
but I'm now left with  2  orphan module lines when Init runs:
loading lm_sensors modules ... [!!] .
I've looked around, but can't easily see where those lines are defined
(it's not  /etc/modules.autoload.d/ , which is used by the kernel).
Can anyone give me a quick pointer to where to find them,
so that I can comment them out of whatever file they're mentioned in ?

  

/etc/modules.d/lm_sensors

-- 
Ted Ozolins(VE7TVO)
Westbank, B. C

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem updating madwifi-ng.

2006-09-23 Thread Christopher Granade
I have madwifi-ng installed and working, but portage tells me that there
are updates available. Upon trying to emerge these updates, I get the
following during compiling:

WARNING: Symbol version dump /usr/src/linux-2.6.17-gentoo-r7/Module.symvers
   is missing; modules will have no dependencies and modversions.

  CC [M]
/var/tmp/portage/madwifi-ng-0.9.2/work/madwifi-0.9.2/ath/ah_osdep.o
/bin/sh: scripts/genksyms/genksyms: No such file or directory

The compile bombs and blocks the entire portage --update --deep world
process. Any suggestions would be greatly appreciated. Thanks!
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user]

2006-09-23 Thread Christian Heinz


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel 2.6.18 : 2 questions

2006-09-23 Thread Philip Webb
060923 Ted Ozolins wrote:
 Philip Webb wrote:
 (2) I compiled the sensor items into the kernel, not as modules,
 but I'm now left with  2  orphan module lines when Init runs:
 loading lm_sensors modules ... [!!] .
 I've looked around, but can't easily see where those lines are defined
 (it's not  /etc/modules.autoload.d/ , which is used by the kernel).
 Can anyone give me a quick pointer to where to find them,
 so that I can comment them out of whatever file they're mentioned in ?
 /etc/modules.d/lm_sensors

Thanks for trying, but there's no such file/dir :

  root: modules.d pwd
/etc/modules.d
  root: modules.d ls -l
total 24
-rw-r--r-- 1 root root 1310 Sep 16 16:34 aliases
-rw-r--r-- 1 root root  122 Sep 16 16:34 i386
-rw-r--r-- 1 root root  719 Jun  5 15:01 nvidia
-rw-r--r-- 1 root root  299 Aug 20 01:41 ppp
-rw-r--r-- 1 root root   36 Feb 12  2005 svgalib
-rw-r--r-- 1 root root  251 Jul 22 11:33 svgalib_helper

Ok, a bit more effort by me (smile) shows

  root: etc grep -r it87 *
conf.d/lm_sensors:MODULE_1=it87

and in that file 

  MODULE_0=i2c-isa
  MODULE_1=it87

so I've commented them  will see what happens when I reboot later.

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