Re: [gentoo-user] restricted IMAP configuration

2005-04-02 Thread Grant
  I'm using email as the clock in/clock out mechanism for my employees
  and I'd like to make sure they can only do that when they're at work.
  Is there an IMAP client that will let me hide the password once it's
  set up?  That should be enough right there.
 
 U... can't you firewall it so that the IMAP server can only be
 accessed from inside the building?
 
 Stroller.

I should have said the server is on my remote machine.

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



Re: [gentoo-user] KDE 3.4

2005-04-02 Thread Mike Williams
On Sunday 03 April 2005 01:37, Jerry McBride wrote:
   Keep in mind that it probably still has some bugs that  have not been
   fixed, hence the unstable label.
 
  Well, is there an expectation on when it will 'stablize'?

 As far as KDE.org goes, it is stable. I've been using it since it's been
 available. No problems

~arch is for unstable ebuilds, NOT unstable software (at least, not KNOWN 
unstable software)
Packages normally stay in ~arch for a few weeks, just to make sure they play 
nice with the rest of the tree.

-- 
Mike Williams


pgpU37sFZ8Vy2.pgp
Description: PGP signature


[gentoo-user] Error trying to get nvidia-glx for AMD64

2005-04-02 Thread Michael Haan
I'm getting the following:

tibeaux root # ACCEPT_KEYWORDS=~amd64 emerge -p nvidia-glx

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

Calculating dependencies ...done!
[blocks B ] app-emulation/emul-linux-x86-nvidia (is blocking
media-video/nvidia-glx-1.0.7174-r1)
[ebuild U ] x11-base/opengl-update-2.1.1-r1 [2.0_pre4-r1]
[ebuild U ] media-video/nvidia-glx-1.0.7174-r1 [1.0.6629-r1]

So, I can't get the latest version of nvidia-glx?  I've already
emerged 7174 nvidia-kernel, is that bad?
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia 6629 fail on 2.6.11.5

2005-04-02 Thread Stuart Howard
Using the latest nvidia [1.0.7174] builds has done the trick, I can
use 2.6.11.5 and nvidia in X.
I will have to wait and see on stability I guess, thx for the help chaps.

stu

ps. I had to fight with package.keywords for a while as the above
instruction returned an invalid atom response when attempting to
emerge, I found that the following syntax did the trick in the end.
media-video/nvidia-glx -*
media-video/nvidia-kernel -*




On Apr 2, 2005 9:21 PM, Daniel Drake [EMAIL PROTECTED] wrote:
 Stuart Howard wrote:
  thx for reply
 
  I found a few bugs but this one seems to match
  http://bugs.gentoo.org/show_bug.cgi?id=85802
 
  I dont see a workaround at the moment so am falling back to 2.6.10 for
  a quiet life ;)
 
 There is a workaround: Don't use the inbuilt kernel AGPGART. (the nvidia
 driver will install its own NvAGP driver instead)
 
 Daniel
 --
 gentoo-user@gentoo.org mailing list
 

--
gentoo-user@gentoo.org mailing list



[gentoo-user] adding to the wiki

2005-04-02 Thread Grant
I can't figure this out.  I tried to add this to the wiki:


== Burning ISO images with cdrecord ==
Here is a pretty self-explanatory line for burning an ISO image to a
CD with cdrecord:
{{Box_Code|Burn the ISO image:|
# cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
}}
The blank=fast portion can be omitted if you don't want to erase the
CDRW before burning.


but it comes out in the preview as:


Here is a pretty self-explanatory line for burning an ISO image to a
CD with cdrecord:
Code: Burn the ISO image:

{{{2}}}

The blank=fast portion can be omitted if you don't want to erase the
CDRW before burning.

What am I doing wrong?

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



Re: [gentoo-user] Host, Schmost!

2005-04-02 Thread John Lowell
Nick Rout wrote:
On Sat, 2005-04-02 at 18:08 -0500, John Lowell wrote:
 

Nick Rout wrote:
   

On Sat, 2005-04-02 at 16:26 -0500, John Lowell wrote:
 

Nick, Kashani, jstubbs and others,
OK, *ifconfig *...
eth0  Link encap:Ethernet  HWaddr 00:04:75:DC:B8:4E  
inet addr:192.168.1.44  Bcast:192.168.0.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:110 errors:0 dropped:0 overruns:1 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:37007 (36.1 Kb)  TX bytes:0 (0.0 b)
Interrupt:9 Base address:0xfc00 

loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b

and *route -n *...
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
192.168.1.0 0.0.0.0 255.255.255.0   U 0  00 eth0
127.0.0.0   127.0.0.1   255.0.0.0   UG0  00 lo
There is very clearly a problem with the Gateway number and, perhaps, the 
Destination as well? A kernel problem, perhaps?
  

   

user problem I think. Someone pointed out to you at the start of ther
thread that you have the broadcast address wrong and you still haven't
fixed it.
and then set gateway in the config file.
then restart the net.eth0 service.

 

Thoughts?
jlowell
--
gentoo-user@gentoo.org mailing list
  

   

Nick,
I've solved the problem but it has nothing to do with the broadcast 
number and setting the gateway. Initially, changing broadcast to 
192.168.1.255 and leaving the gateway setting where it has always been 
in /etc/conf.d/net, 192.168.1.1, gives no relief. Still can't ping the 
outside world. But running route add default gw 192.168.1.1 and pinging 
the web works. I've never had to do this before to get this box to the 
outside. The gateway address in /etc/conf.d/net has always been right, 
and frankly, I doubt  if changing broadcast would have made any 
difference either. I can test that if you'd like. The way I read it, 
somehow the installation program isn't doing what it did the last time I 
installed gentoo.

I'd appreciate knowing why it was necessary for me to run this command 
to fix the problem when /etc/conf.d/net was edited properly. Is this a bug?

jlowell
   

Stuffed if I know, but could you give us the exact gateway line
from /etc/conf.d/net?

 

--
gentoo-user@gentoo.org mailing list
   

Hi Nick,
Here's the whole of /etc/conf.d/net. Other than the 1 in broadcast 
it's been the same since the beginning. But changing the broadcast 
number hasn't meant a hill of beans of difference.

# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 
19:39:22 azarah Exp $
# Global config file for net.* rc-scripts
# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0=192.168.1.44 broadcast 192.168.1.255 netmask 255.255.255.0
#iface_eth1=207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0
# For DHCP set iface_eth? to dhcp
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0=dhcp
#dhcpcd_eth0=...
# For adding aliases to a interface
#
#alias_eth0=192.168.0.3 192.168.0.4
# NB:  The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly.  Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0=192.168.0.255 192.168.0.255
#netmask_eth0=255.255.255.0 255.255.255.0
# For setting the default gateway
#
gateway=192.168.1.1
As you can see, the gateway number was entered correctly yet it's not 
being read that way by the system. I mean I'm perfectly happy to take 
the blame for this problem but I can't see what I've done wrong to 
justly  acknowledge wrong-doing. I've installed gentoo probably 25 times 
over the last three years on various machines and have never encountered 
a need to use the route command to fix something. It may help to know 
that I ran the Feather Linux livecd with boot options set in such a way 
as to exclude a network configuration, configuring it with their 
graphical tool once I'd reached their desktop. Feather works using the 
self same configuration which leads me to conclude what is becoming more 
and more clear: That the problem is with gentoo, which worries me. One 
last question, might this be a kernel problem, a failure to check 
something in menuconfig?

Thanks for your attention to my questions, Nick.
jlowell
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Host, Schmost!

2005-04-02 Thread Mike Williams
On Sunday 03 April 2005 03:10, John Lowell wrote:
 # For setting the default gateway
 #
 gateway=192.168.1.1

gimli root # tail /etc/conf.d/net
#
#broadcast_eth0=192.168.0.255 192.168.0.255
#netmask_eth0=255.255.255.0 255.255.255.0


# For setting the default gateway
#
#gateway=eth0/192.168.0.1
#gateway=eth0/192.168.128.1

(I use DHCP)

-- 
Mike Williams


pgpBmeBl64fsC.pgp
Description: PGP signature


Re: [gentoo-user] restricted IMAP configuration

2005-04-02 Thread Bjoern Michaelsen
On Sat, Apr 02, 2005 at 05:06:55PM -0800, Grant wrote:
   I'm using email as the clock in/clock out mechanism for my employees
   and I'd like to make sure they can only do that when they're at work.
   Is there an IMAP client that will let me hide the password once it's
   set up?  That should be enough right there.
  
  U... can't you firewall it so that the IMAP server can only be
  accessed from inside the building?
  
  Stroller.
 
 I should have said the server is on my remote machine.
There are still some things possible with firewalls. But maybe this
would work better probably,Use a passwordless SSH-keypair and
portforwarding to get a ssh-tunnel from your machine to the other one.
But in the end its probably much easier to hack a little perl/python
script that sends a gpg-signed message from the clock in/out-machine
directly. BTW, if you are sending mail arent you using SMTP and not imap?

Greetings, Bjrn
-- 
Bjrn Michaelsen
pub  1024D/C9E5A256 2003-01-21 Bjrn Michaelsen [EMAIL PROTECTED]
   Key fingerprint = D649 8C78 1CB1 23CF 5CCF  CA1A C1B5 BBEC C9E5 A256


pgpoka0akeS9M.pgp
Description: PGP signature


Re: [gentoo-user] [OT] Packet size with TCP/IP

2005-04-02 Thread A. Khattri
On Sun, 3 Apr 2005, Andrew Lowe wrote:

   Just a quick question someone here may be able to answer. I've read
 recently about the speed trials that various research institutes do in
 pushing large volumes of data across the Internet. They have to use
 standard equipment but I think they can fiddle the software. One of the
 things they do is change the packet size in TCP/IP, I think the term
 jumbo packet comes to mind. Is this something that user on the
 street can do in their network setup? Can you change the size of your
 packets and in turn the machine at the other end, the one you are
 up/downloading from, also configure itself so that the transfer is
 quicker, the premise being that if you use bigger packets, there is less
 overhead as there are fewer packets sent.

http://www.nwfusion.com/forum/0223jumbono.html

-- 

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE 3.4

2005-04-02 Thread Jerry McBride
On Saturday 02 April 2005 08:08 pm, Mike Williams wrote:
 On Sunday 03 April 2005 01:37, Jerry McBride wrote:
Keep in mind that it probably still has some bugs that  have not been
fixed, hence the unstable label.
  
   Well, is there an expectation on when it will 'stablize'?
 
  As far as KDE.org goes, it is stable. I've been using it since it's been
  available. No problems

 ~arch is for unstable ebuilds, NOT unstable software (at least, not
 KNOWN unstable software)

exactly...

 Packages normally stay in ~arch for a few weeks, just to make sure they
 play nice with the rest of the tree.

-- 

**
 Registered Linux User Number 185956
  FSF Associate Member number 2340 since 05/20/2004
 Join me in chat at #linux-users on irc.freenode.net
Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
9:28pm  up 175 days,  5:14,  8 users,  load average: 0.10, 0.13, 0.09

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ssh authentication wierdness

2005-04-02 Thread A. Khattri
On Sat, 2 Apr 2005, Robert Persson wrote:

 One thing I haven't worked out is how to Listen to a group of addresses
 without having to put each one in a separate line.  If
 ListenAddress 192.168.1.0/255.255.255.0
 is illegal, and
 ListenAddress 192.168.1.0/24
 is also illegal, how can I tell my machine to listen to the entire local
 network?
 How could I tell it to listen to the whole internet?

You shouldn't have to mess with the sshd config to have this working.
By default, sshd listens on all IP addresses on a host. If you do netstat
-an you would normally see sshd listening on 0.0.0.0 (which means all
IPs).

-- 

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ssh authentication wierdness

2005-04-02 Thread Walter Dnes
On Sat, Apr 02, 2005 at 01:44:13PM -0800, Robert Persson wrote

 One thing I haven't worked out is how to Listen to a group of addresses 
 without having to put each one in a separate line.  If
 ListenAddress 192.168.1.0/255.255.255.0
 is illegal, and
 ListenAddress 192.168.1.0/24
 is also illegal, how can I tell my machine to listen to the entire local 
 network?
 How could I tell it to listen to the whole internet?

  I think that you've mis-understood the documentation.  ListenAddress
doesn't mean what you think it means.  It does *NOT* mean the addresses
it will listen *TO*, but rather, the address it will listen *ON*.
man sshd_config says...

ListenAddress
Specifies the local addresses sshd should listen on.

  The default (0.0.0.0) is to listen for connections on all your
interfaces.  If your machine has only one network card, then that's OK.
However, if you have multiple network cards, wireless, and sometimes do
dialup, it's not probably OK.  For instance, my machine shows the
following for eth0...

[m450][root][~]ifconfig
eth0  Link encap:Ethernet  HWaddr 00:04:5A:85:FC:BC
  inet addr:192.168.123.250  Bcast:192.168.123.255  Mask:255.255.255.248
  UP BROADCAST RUNNING MULTICAST  MTU:1454  Metric:1

  I set my ListenAddress line as follows

ListenAddress 192.168.123.250

  I could leave it at the default, but then it would also be listening to
ppp0 whenever I use my backup dialup.  I only use sshd for transferring
stuff between my machines at home, and do *NOT* want it listening to the
internet when I'm running dialup.

  More generally, you can specify multiple ListenAddress lines, if you
want say 2 out of 3 or more interfaces to be listened on.  You can also
specify non-standard ports.  I wonder if...

ListenAddress 192.168.123.250:22
ListenAddress 192.168.123.250:65022

would make sshd listen on the two ports.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] restricted IMAP configuration

2005-04-02 Thread Stroller
On Apr 3, 2005, at 2:06 am, Grant wrote:
I'm using email as the clock in/clock out mechanism for my employees
and I'd like to make sure they can only do that when they're at work.
Is there an IMAP client that will let me hide the password once it's
set up?  That should be enough right there.
U... can't you firewall it so that the IMAP server can only be
accessed from inside the building?
I should have said the server is on my remote machine.
Sorry for not broadening my approach here, but why not firewall the 
remote machine so it only accepts IMAP connections from the office's IP 
address? Your users _could_ spoof their IP addresses, but they're 
unlikely to do so just to beat the time clock. If you need to access 
IMAP yourself from other locations, have it listen on another port (to 
which the office IP is firewalled out).

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


Re: [gentoo-user] adding to the wiki

2005-04-02 Thread Stroller
On Apr 3, 2005, at 3:06 am, Grant wrote:
I can't figure this out.  I tried to add this to the wiki:

== Burning ISO images with cdrecord ==
This is a section title, so should be shown at the top of the preview 
page.

Here is a pretty self-explanatory line for burning an ISO image to a
CD with cdrecord:
{{Box_Code|Burn the ISO image:|
# cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
}}
I think the # needs a space before it to indicate that it's 
preformatted.

I usually use something like:
  {{Box_Code|Burn the ISO image:|
  pre
  # cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
  /pre
  }}
If in doubt, copy  paste from the edit box of some other article 
that displays right.

But since it is a single line of code, it might be more appropriate to 
use:

  Here is a pretty self-explanatory line for burning an ISO image to a 
CD with cdrecord:
  br
  {{Codeline|cdrecord -dev=/dev/cdrom blank=fast ~/image.iso}}
  p

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


Re: [gentoo-user] adding to the wiki

2005-04-02 Thread Grant
  I can't figure this out.  I tried to add this to the wiki:
 
  
  == Burning ISO images with cdrecord ==
 
 This is a section title, so should be shown at the top of the preview
 page.
 
  Here is a pretty self-explanatory line for burning an ISO image to a
  CD with cdrecord:
  {{Box_Code|Burn the ISO image:|
  # cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
  }}
 
 I think the # needs a space before it to indicate that it's
 preformatted.
 
 I usually use something like:
{{Box_Code|Burn the ISO image:|
pre
# cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
/pre
}}
 
 If in doubt, copy  paste from the edit box of some other article
 that displays right.
 
 But since it is a single line of code, it might be more appropriate to
 use:
 
Here is a pretty self-explanatory line for burning an ISO image to a
 CD with cdrecord:
br
{{Codeline|cdrecord -dev=/dev/cdrom blank=fast ~/image.iso}}
p
 
 Stroller.

I tried your code with similar strange results.  I can not figure that
thing out.

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



Re: [gentoo-user] Change Resolution

2005-04-02 Thread Walter Dnes
On Sat, Apr 02, 2005 at 11:51:49PM +, Shawn Singh wrote
 My screen resolution is set at 640 x 480...and (as you might
 understand) I'd like to change it.
 
 I've used the docs provided at:
 
 http://www.gentoo.org/doc/en/xorg-config.xml?style=printable
 
 As my guide but nothing has changed.
 
 This is a copy of my xorg.conf:

  [...deletia...]

 Section Screen
 Identifier Screen0
 Device Card0
 MonitorMonitor0
 DefaultDepth 24 You should be defaulting to
   to whatever resolution you've
   specified for 24-bit mode


 SubSection Display Two SubSection Display without
 Viewport   0 0without an EndSubSection between
 SubSection Display them.  Probably throws X for a
 Viewport   0 0loop trying to parse it, and it
 Depth 1   drops into 640 x 480 safe mode
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 4
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 8
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 15
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 16
 EndSubSection
 SubSection Display
 EndSubSection
 SubSection Display
 Depth 24
 Modes 1024x768  This is what you were expecting
 Viewport   0 0But due to the error above, X
 EndSubSection doesn't get this far.
 EndSection

  You do *NOT* need all possible depths.  Here's mine.  Modify for your
machine's setup...

Section Screen
Identifier  Screen 1
Device  ATI Rage 128
Monitor NEC MultiSync 95
DefaultDepth 16

Subsection Display
Depth   8
Modes   1152x864
ViewPort0 0
EndSubsection
Subsection Display
Depth   16
Modes   1152x864
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   1152x864
ViewPort0 0
EndSubsection
EndSection


-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Keeping things clean

2005-04-02 Thread Jason Stubbs
On Sunday 03 April 2005 02:48, James wrote:
 Hi all,

 I've been running Gentoo for a week or two now, all is going well, but
 I'm using up a lot of hard disk space with all these sources I've
 downloaded and uncompressed.

 I've had a quick look in the Portage docs, but can't find anything that
 looks like a solution to this problem. So my question: is there a
 function in Portage that allows me to delete old unpacked source files
 and tarballs (e.g. emerge --[whatever]), or should I go hunt them down
 in /usr/portage... and delete them 'manually'?

There should be no unpacked sources left around other than the kernels. Failed 
builds are left behind in /var/tmp/portage. Successful builds should 
completely remove all traces from that directory now. It's safe to delete 
everything in there as long as portage isn't running though.

For distfiles, I do similar to the following:

# mv /usr/portage/distfiles /usr/portage/distfiles.old
# mkdir -p /etc/portage
# echo local /usr/portage/distfiles.old  /etc/portage/mirrors
# emerge -ef world
# rm /etc/portage/mirrors
# rm -rf /usr/portage/distfiles.old

Regards,
Jason Stubbs
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Host, Schmost!

2005-04-02 Thread Jason Stubbs
 On Sunday 03 April 2005 03:10, John Lowell wrote:
  # For setting the default gateway
  #
  gateway=192.168.1.1

On Sunday 03 April 2005 11:34, Mike Williams wrote:
 # For setting the default gateway
 #
 #gateway=eth0/192.168.0.1
 #gateway=eth0/192.168.128.1

ie. You need the eth0/ prepending your gateway setting.

Regards,
Jason Stubbs
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] checking user messages from emerge

2005-04-02 Thread Nick Rout
look in /var/log/portage/

On Sun, 2005-04-03 at 07:41 +0800, William Kenworthy wrote:
 How can I view the user messages from an emerge done in the past?  In
 this case I emerged a new gcc on an old system last night and I just
 realised I need to check that the libpath is correctly set, and I think
 the path is mentioned at the end of the gcc emerge - but how do I check
 it now its long gone?
 
 BillK
 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change Resolution

2005-04-02 Thread Nick Rout
You really need to look at /var/log/Xorg.0.log

Quite likely your minitor is not being correctly probed by xorg, which
therefore defaults to a low resolution.

If that is the problem then you need to add HorizSync and VertRefresh
lines into your configuration file in the monitor section. Here is mine
as an example:

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
Option  DPMS
HorizSync35-85
VertRefresh  48-120
EndSection

I have had surprisingly good luck finding rates for crappy monitors by
googling.

On Sat, 2005-04-02 at 23:51 +, Shawn Singh wrote:
 My screen resolution is set at 640 x 480...and (as you might
 understand) I'd like to change it.
 
 I've used the docs provided at:
 
 http://www.gentoo.org/doc/en/xorg-config.xml?style=printable
 
 As my guide but nothing has changed.
 
 This is a copy of my xorg.conf:
 
 Section ServerLayout
 Identifier X.org Configured
 Screen  0  Screen0 0 0
 InputDeviceMouse0 CorePointer
 InputDeviceKeyboard0 CoreKeyboard
 EndSection
 
 Section Files
 RgbPath  /usr/lib/X11/rgb
 ModulePath   /usr/lib/modules
 FontPath /usr/share/fonts/misc/
 FontPath /usr/share/fonts/TTF/
 FontPath /usr/share/fonts/Type1/
 FontPath /usr/share/fonts/CID/
 FontPath /usr/share/fonts/75dpi/
 FontPath /usr/share/fonts/100dpi/
 EndSection
 
 Section Module
 Load  record
 Load  extmod
 Load  record
 Load  extmod
 Load  dbe
 Load  dri
 Load  glx
 Load  xtrap
 Load  freetype
 Load  type1
 EndSection
 
 Section InputDevice
 Identifier  Keyboard0
 Driver  kbd
 EndSection
 
 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol auto
 Option  Device /dev/mouse
 EndSectionOption  Device /dev/mouse
 EndSection
 
 Section Monitor
 Identifier   Monitor0
 VendorName   Monitor Vendor
 ModelNameMonitor Model
 EndSection
 
 Section Device
 ### Available Driver options are:-
 ### Values: i: integer, f: float, bool: True/False,
 ### string: String, freq: f Hz/kHz/MHz
 ### [arg]: arg optional
 #Option SWcursor  # [bool]
 #Option HWcursor  # [bool]
 #Option NoAccel   # [bool]
 #Option ShadowFB  # [bool]
 #Option UseFBDev  # [bool]
 #Option Rotate# [str]
 #Option VideoKey  # i
 #Option Rotate# [str]
 #Option VideoKey  # i
 #Option FlatPanel # [bool]
 #Option FPDither  # [bool]
 #Option CrtcNumber# i
 #Option FPScale   # [bool]
 #Option FPTweak   # i
 Identifier  Card0
 Driver  nv
 VendorName  nVidia Corporation
 BoardName   NV11 [GeForce2 MX/MX 400]
 BusID   PCI:1:0:0
 EndSection
 
 Section Screen
 Identifier Screen0
 Device Card0
 MonitorMonitor0
 DefaultDepth 24
 SubSection Display
 Viewport   0 0
 SubSection Display
 Viewport   0 0
 Depth 1
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 4
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 8
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 15
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 16
 EndSubSection
 SubSection Display
 EndSubSection
 SubSection Display
 Depth 24
 Modes 1024x768
 Viewport   0 0
 EndSubSection
 EndSection
 
 I'm running GNOME (if that makes any difference)...
 
 Thank you,
 
 Shawn Singh
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Mounting Problem with Gentoo Release 2005.0

2005-04-02 Thread Mark Brown
I was assisting on an gentoo install for my friend's computer using the 
newly released 2005.0 install CD. The install CD boots up fine, but 
after I partition the hard drive and create the filesystem (reiserfs) I 
cannot mount the newly created OS.

The error it stated was:
mount: /dev/hda1 already mounted or /mnt/gentoo busy
This is pretty strange since the disk is not mounted and I am able to do 
other operations on the block device.

I get the same error when I try to run swapon on partition 2.
swapon: device or resource busy
Thanks in advance,
-- Mark
Sorry if this is duplicate post I just subscribed to the gentoo-user forums!
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] mplayer and streaming wma

2005-04-02 Thread Phill MV
That's my exact problem.
Thanks.

On Apr 2, 2005 4:52 PM, Peter Gai [EMAIL PROTECTED] wrote:
 do you have your mplayer compiled with the 'network' USE flag? That
 fixed the problem here...
 
 HTH
 
 Peter
 
 On Apr 2, 2005 11:22 PM, Phill MV [EMAIL PROTECTED] wrote:
  For some reason mplayer can't handle some of the online radios my
  father likes to check out from time to time (i.e. going to
  http://www.tsf.pt/online/primeira/default.asp and clicking on TSF em
  directo on the navigation bar. See
  http://www.cbc.ca/listen/streams/r1_montreal_32.html for an english
  example of another radio I can't reach) and I really don't know why it
  doesn't work (win32codecs are installed right off portage).
 
  What usually happens when I visit such a site is that mplayer-in (the
  plugin of choice for watching videos on the web in firefox) is that it
  will simply hang, not giving me any info.
 
  This is what follows when I try it via a terminal:
 
  [EMAIL PROTECTED] Desktop $ cat cbcr1-montreal.asx
  ASX VERSION=3.0
   ENTRY
REF HREF=mms://wm05.nm.cbc.ca/cbcr1-montreal /
   /ENTRY
  /ASX
  [EMAIL PROTECTED] Desktop $ mplayer cbcr1-montreal.asx
  MPlayer 1.0pre5try2-3.3.4 (C) 2000-2004 MPlayer Team
 
  CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred 1667 MHz
  (Family: 6, Stepping: 1)
  Detected cache-line size is 64 bytes
  MMX supported but disabled
  MMX2 supported but disabled
  SSE supported but disabled
  3DNow supported but disabled
  3DNowExt supported but disabled
  CPUflags:  MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
  Compiled for x86 CPU with extensions:
 
  Reading config file /usr/share/mplayer/mplayer.conf
  Reading config file /home/hiffy/.mplayer/config
  Reading /home/hiffy/.mplayer/codecs.conf: Can't open
  '/home/hiffy/.mplayer/codecs.conf': No such file or directory
  Reading /usr/share/mplayer/codecs.conf: 73 audio  180 video codecs
  font: can't open file: /home/hiffy/.mplayer/font/font.desc
  Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
  Using usleep() timing
  Can't open input config file /home/hiffy/.mplayer/input.conf: No such
  file or directory
  Input config file /usr/share/mplayer/input.conf parsed: 53 binds
 
  Playing cbcr1-montreal.asx.
  Cache fill:  0.00% (99 bytes)XMMS: found plugin: libmp4.so (MP4 
  MPEG2/4-AAC audio player - 1.2.x)
  XMMS: found plugin: libwav.so (Wave Player 1.2.10)
  XMMS: found plugin: libmikmod.so (MikMod Player 1.2.10)
  XMMS: found plugin: libcdaudio.so (CD Audio Player 1.2.10)
  XMMS: found plugin: libtonegen.so (Tone Generator 1.2.10)
  XMMS: Closing plugin /usr/lib/xmms/Input/libtonegen.so
  XMMS: Closing plugin /usr/lib/xmms/Input/libcdaudio.so
  XMMS: Closing plugin /usr/lib/xmms/Input/libmikmod.so
  XMMS: Closing plugin /usr/lib/xmms/Input/libwav.so
  XMMS: Closing plugin /usr/lib/xmms/Input/libmp4.so
 
  Exiting... (End of file)
  [EMAIL PROTECTED] Desktop $ mplayer mms://wm05.nm.cbc.ca/cbcr1-montreal
  MPlayer 1.0pre5try2-3.3.4 (C) 2000-2004 MPlayer Team
 
  [same stuff as above]
  Reading config file /usr/share/mplayer/mplayer.conf
  Reading config file /home/hiffy/.mplayer/config
  Reading /home/hiffy/.mplayer/codecs.conf: Can't open
  '/home/hiffy/.mplayer/codecs.conf': No such file or directory
  Reading /usr/share/mplayer/codecs.conf: 73 audio  180 video codecs
  font: can't open file: /home/hiffy/.mplayer/font/font.desc
  Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
  Using usleep() timing
  Can't open input config file /home/hiffy/.mplayer/input.conf: No such
  file or directory
  Input config file /usr/share/mplayer/input.conf parsed: 53 binds
 
  Playing mms://wm05.nm.cbc.ca/cbcr1-montreal.
  Option stream url: This URL doesn't have a hostname part.
  File not found: 'cbcr1-montreal'
  Failed to open mms://wm05.nm.cbc.ca/cbcr1-montreal
 
  Exiting... (End of file)
 
  Any suggestions?
  --
  gentoo-user@gentoo.org mailing list
 
 
 --
 gentoo-user@gentoo.org mailing list
 


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Nvidia and Dlloader

2005-04-02 Thread Willie Wong
I've heard that nvidia-1.0.7167 and above now works with xorg using
dlloader. But if I try to start X, it hops to vt7, everything goes
blank, and stops. If I change back to the vt that I was on when trying
to start X, I get

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-hardened-r1 i686 [ELF]
Current Operating System: Linux sep.princeton.edu 2.6.11-hardened-r1
#4 Sat Apr
2 21:44:14 EST 2005 i686
Build Date: 02 April 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Apr  3 01:30:18 2005
(==) Using config file: /etc/X11/xorg.conf
Using vt 7
XIO:  fatal IO error 104 (Connection reset by peer) on X server :0.0
  after 0 requests (0 known processed) with 0 events remaining.

The Xorg.0.log shows the usual stuff, and it loads all the modules up
until the nvidia_drv.o and then there's nothing after that. 

There are no errors in the log file, and the only warning is 

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)

which is much before the end of the log. 

What could be the problem? What should I look for? 

Thanks, 

W

-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

   Life is full of surprises but never when you need one.
  -- Calvin
Sortir en Pantoufles: up 11 min

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-hardened-r1 i686 [ELF] 
Current Operating System: Linux sep.princeton.edu 2.6.11-hardened-r1 #4 Sat Apr 
2 21:44:14 EST 2005 i686
Build Date: 02 April 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Apr  3 00:51:26 2005
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor PRINCETON
(**) |   |--Device NVidia
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(WW) The directory /usr/share/fonts/truetype/ does not exist.
Entry deleted from font path.
(**) FontPath set to 
/usr/share/fonts/local/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/sharefonts/,/usr/share/fonts/TTF/,/usr/share/fonts/mathematica/,/usr/share/fonts/freefont/,/usr/share/fonts/mikachan-font/,/usr/share/fonts/aquafont/,/usr/share/fonts/aquapfont/,/usr/share/fonts/baekmuk-fonts/,/usr/share/fonts/artwiz/,/usr/share/fonts/jisx0213/,/usr/share/fonts/zh-kcfonts/,/usr/share/fonts/twmoefonts/,/usr/share/fonts/arphicfonts/,/usr/share/fonts/kochi-substitute/,/usr/share/fonts/unifont/
(**) RgbPath set to /usr/lib/X11/rgb
(==) ModulePath set to /usr/lib/modules
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor=X.Org Foundation
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/lib/modules/libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 8086,1a30 rev 11 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 11 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,5032 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,5032 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,5032 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,5032 

Re: [gentoo-user] mplayer and streaming wma

2005-04-02 Thread Nick Rout
On Sun, 2005-04-03 at 00:32 -0500, Phill MV wrote:
 That's my exact problem.
 Thanks.

I don't want to start a big media player flamfest here, but you may want
to take a look at kaffeine.

don't get me wrong, I am a big mplayer fan too, but kaffeine seems to
have improved my in-broswer experience enormously.

 
 On Apr 2, 2005 4:52 PM, Peter Gai [EMAIL PROTECTED] wrote:
  do you have your mplayer compiled with the 'network' USE flag? That
  fixed the problem here...
  
  HTH
  
  Peter
  
  On Apr 2, 2005 11:22 PM, Phill MV [EMAIL PROTECTED] wrote:
   For some reason mplayer can't handle some of the online radios my
   father likes to check out from time to time (i.e. going to
   http://www.tsf.pt/online/primeira/default.asp and clicking on TSF em
   directo on the navigation bar. See
   http://www.cbc.ca/listen/streams/r1_montreal_32.html for an english
   example of another radio I can't reach) and I really don't know why it
   doesn't work (win32codecs are installed right off portage).
  
   What usually happens when I visit such a site is that mplayer-in (the
   plugin of choice for watching videos on the web in firefox) is that it
   will simply hang, not giving me any info.
  
   This is what follows when I try it via a terminal:
  
   [EMAIL PROTECTED] Desktop $ cat cbcr1-montreal.asx
   ASX VERSION=3.0
ENTRY
 REF HREF=mms://wm05.nm.cbc.ca/cbcr1-montreal /
/ENTRY
   /ASX
   [EMAIL PROTECTED] Desktop $ mplayer cbcr1-montreal.asx
   MPlayer 1.0pre5try2-3.3.4 (C) 2000-2004 MPlayer Team
  
   CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred 1667 MHz
   (Family: 6, Stepping: 1)
   Detected cache-line size is 64 bytes
   MMX supported but disabled
   MMX2 supported but disabled
   SSE supported but disabled
   3DNow supported but disabled
   3DNowExt supported but disabled
   CPUflags:  MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
   Compiled for x86 CPU with extensions:
  
   Reading config file /usr/share/mplayer/mplayer.conf
   Reading config file /home/hiffy/.mplayer/config
   Reading /home/hiffy/.mplayer/codecs.conf: Can't open
   '/home/hiffy/.mplayer/codecs.conf': No such file or directory
   Reading /usr/share/mplayer/codecs.conf: 73 audio  180 video codecs
   font: can't open file: /home/hiffy/.mplayer/font/font.desc
   Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
   Using usleep() timing
   Can't open input config file /home/hiffy/.mplayer/input.conf: No such
   file or directory
   Input config file /usr/share/mplayer/input.conf parsed: 53 binds
  
   Playing cbcr1-montreal.asx.
   Cache fill:  0.00% (99 bytes)XMMS: found plugin: libmp4.so (MP4 
   MPEG2/4-AAC audio player - 1.2.x)
   XMMS: found plugin: libwav.so (Wave Player 1.2.10)
   XMMS: found plugin: libmikmod.so (MikMod Player 1.2.10)
   XMMS: found plugin: libcdaudio.so (CD Audio Player 1.2.10)
   XMMS: found plugin: libtonegen.so (Tone Generator 1.2.10)
   XMMS: Closing plugin /usr/lib/xmms/Input/libtonegen.so
   XMMS: Closing plugin /usr/lib/xmms/Input/libcdaudio.so
   XMMS: Closing plugin /usr/lib/xmms/Input/libmikmod.so
   XMMS: Closing plugin /usr/lib/xmms/Input/libwav.so
   XMMS: Closing plugin /usr/lib/xmms/Input/libmp4.so
  
   Exiting... (End of file)
   [EMAIL PROTECTED] Desktop $ mplayer mms://wm05.nm.cbc.ca/cbcr1-montreal
   MPlayer 1.0pre5try2-3.3.4 (C) 2000-2004 MPlayer Team
  
   [same stuff as above]
   Reading config file /usr/share/mplayer/mplayer.conf
   Reading config file /home/hiffy/.mplayer/config
   Reading /home/hiffy/.mplayer/codecs.conf: Can't open
   '/home/hiffy/.mplayer/codecs.conf': No such file or directory
   Reading /usr/share/mplayer/codecs.conf: 73 audio  180 video codecs
   font: can't open file: /home/hiffy/.mplayer/font/font.desc
   Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
   Using usleep() timing
   Can't open input config file /home/hiffy/.mplayer/input.conf: No such
   file or directory
   Input config file /usr/share/mplayer/input.conf parsed: 53 binds
  
   Playing mms://wm05.nm.cbc.ca/cbcr1-montreal.
   Option stream url: This URL doesn't have a hostname part.
   File not found: 'cbcr1-montreal'
   Failed to open mms://wm05.nm.cbc.ca/cbcr1-montreal
  
   Exiting... (End of file)
  
   Any suggestions?
   --
   gentoo-user@gentoo.org mailing list
  
  
  --
  gentoo-user@gentoo.org mailing list
  
 
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia and Dlloader [SOLVED]

2005-04-02 Thread Willie Wong
Nevermind, I am just a complete idiot. 

Forgot that I was running hardened-gentoo on this box, and need to set
the paxctl for Xorg to make it work. 

( I peeked at /var/log/everything/current and saw that PAX killed
Xorg, and everything suddenly dawned on me.)

Sorry for the noise. 

W

On Sun, Apr 03, 2005 at 01:38:46AM -0500, Willie Wong wrote:
 I've heard that nvidia-1.0.7167 and above now works with xorg using
 dlloader. But if I try to start X, it hops to vt7, everything goes
 blank, and stops. If I change back to the vt that I was on when trying
 to start X, I get
 
 X Window System Version 6.8.2
 Release Date: 9 February 2005
 X Protocol Version 11, Revision 0, Release 6.8.2
 Build Operating System: Linux 2.6.11-hardened-r1 i686 [ELF]
 Current Operating System: Linux sep.princeton.edu 2.6.11-hardened-r1
 #4 Sat Apr
 2 21:44:14 EST 2005 i686
 Build Date: 02 April 2005
 Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Sun Apr  3 01:30:18 2005
 (==) Using config file:   /etc/X11/xorg.conf
 Using vt 7
 XIO:  fatal IO error 104 (Connection reset by peer) on X server :0.0
   after 0 requests (0 known processed) with 0 events remaining.
 
 The Xorg.0.log shows the usual stuff, and it loads all the modules up
 until the nvidia_drv.o and then there's nothing after that. 
 
 There are no errors in the log file, and the only warning is 
 
 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
 
 which is much before the end of the log. 
 
 What could be the problem? What should I look for? 
 
 Thanks, 
 
 W
 
 -- 
 
 *   Address:  45 Spelman Hall, Princeton University  08544 *
 * Phone:  x68958  AIM:  AngularJerk*
 *E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *
 
Life is full of surprises but never when you need one.
 -- Calvin
 Sortir en Pantoufles: up 11 min

 
 X Window System Version 6.8.2
 Release Date: 9 February 2005
 X Protocol Version 11, Revision 0, Release 6.8.2
 Build Operating System: Linux 2.6.11-hardened-r1 i686 [ELF] 
 Current Operating System: Linux sep.princeton.edu 2.6.11-hardened-r1 #4 Sat 
 Apr 2 21:44:14 EST 2005 i686
 Build Date: 02 April 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Sun Apr  3 00:51:26 2005
 (==) Using config file: /etc/X11/xorg.conf
 (==) ServerLayout Simple Layout
 (**) |--Screen Screen 1 (0)
 (**) |   |--Monitor PRINCETON
 (**) |   |--Device NVidia
 (**) |--Input Device Mouse1
 (**) |--Input Device Keyboard1
 (WW) The directory /usr/share/fonts/truetype/ does not exist.
   Entry deleted from font path.
 (**) FontPath set to 
 /usr/share/fonts/local/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/sharefonts/,/usr/share/fonts/TTF/,/usr/share/fonts/mathematica/,/usr/share/fonts/freefont/,/usr/share/fonts/mikachan-font/,/usr/share/fonts/aquafont/,/usr/share/fonts/aquapfont/,/usr/share/fonts/baekmuk-fonts/,/usr/share/fonts/artwiz/,/usr/share/fonts/jisx0213/,/usr/share/fonts/zh-kcfonts/,/usr/share/fonts/twmoefonts/,/usr/share/fonts/arphicfonts/,/usr/share/fonts/kochi-substitute/,/usr/share/fonts/unifont/
 (**) RgbPath set to /usr/lib/X11/rgb
 (==) ModulePath set to /usr/lib/modules
 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
 (II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
 (II) Loader running on linux
 (II) LoadModule: bitmap
 (II) Loading /usr/lib/modules/fonts/libbitmap.so
 (II) Module bitmap: vendor=X.Org Foundation
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
 (II) Loading font Bitmap
 (II) LoadModule: pcidata
 (II) Loading /usr/lib/modules/libpcidata.so
 (II) Module pcidata: vendor=X.Org Foundation
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
 Using vt 7
 (--) using VT number 7
 
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 

[gentoo-user] Re: checking user messages from emerge

2005-04-02 Thread Francesco Talamona
On Sunday 03 April 2005 06:56, Nick Rout wrote:
 look in /var/log/portage/

Only if it instructed to do so...

quote from my /etc/make.conf:

PORT_LOGDIR is the location where portage will store all the logs it 
creates from each individual merge. They are stored as YYMMDD-$PF.log 
in the directory specified. This is disabled until you enable it by 
providing a directory. Permissions will be modified as needed IF the 
directory exists, otherwise logging will be disabled.
PORT_LOGDIR=/var/log/portage

Ciao
Francesco
-- 
Linux Version 2.6.12-rc1, Compiled #7 Sun Mar 20 08:26:19 CET 2005
One 1.53GHz AMD Athlon XP Processor, 2.5GB RAM, 3022.84 Bogomips Total
macula
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change Resolution

2005-04-02 Thread Shawn Singh
I've made some changes, but this time I got a different error message.
 The message told me that no screens were found...

Here is a copy of my Xorg.conf:

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/lib/X11/rgb
ModulePath   /usr/lib/modules
FontPath /usr/share/fonts/misc/
FontPath /usr/share/fonts/TTF/
FontPath /usr/share/fonts/Type1/
FontPath /usr/share/fonts/CID/
FontPath /usr/share/fonts/75dpi/
FontPath /usr/share/fonts/100dpi/
EndSection

Section Module
Load  record
Load  record
Load  extmod
Load  dbe
Load  dri
Load  glx
Load  xtrap
Load  freetype
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/mouse
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
Option   DPMS
HorizSync68.7
VertRefresh  85
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]   
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel # [bool]
#Option FPDither  # [bool]
#Option CrtcNumber# i
#Option FPScale   # [bool]
#Option FPTweak   # i
Identifier  Card0
Driver  nv
VendorName  nVidia Corporation
BoardName   NV11 [GeForce2 MX/MX 400]
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
Depth 24
Modes 1024x768
Viewport   0 0
EndSubSection
EndSection
   SubSection Display




On Apr 3, 2005 5:01 AM, Nick Rout [EMAIL PROTECTED] wrote:
 You really need to look at /var/log/Xorg.0.log
 
 Quite likely your minitor is not being correctly probed by xorg, which
 therefore defaults to a low resolution.
 
 If that is the problem then you need to add HorizSync and VertRefresh
 lines into your configuration file in the monitor section. Here is mine
 as an example:
 
 Section Monitor
 Identifier   Monitor0
 VendorName   Monitor Vendor
 ModelNameMonitor Model
 Option  DPMS
 HorizSync35-85
 VertRefresh  48-120
 EndSection
 
 I have had surprisingly good luck finding rates for crappy monitors by
 googling.
 
 On Sat, 2005-04-02 at 23:51 +, Shawn Singh wrote:
  My screen resolution is set at 640 x 480...and (as you might
  understand) I'd like to change it.
 
  I've used the docs provided at:
 
  http://www.gentoo.org/doc/en/xorg-config.xml?style=printable
 
  As my guide but nothing has changed.
 
  This is a copy of my xorg.conf:
 
  Section ServerLayout
  Identifier X.org Configured
  Screen  0  Screen0 0 0
  InputDeviceMouse0 CorePointer
  InputDeviceKeyboard0 CoreKeyboard
  EndSection
 
  Section Files
  RgbPath  /usr/lib/X11/rgb
  ModulePath   /usr/lib/modules
  FontPath /usr/share/fonts/misc/
  FontPath /usr/share/fonts/TTF/
  FontPath /usr/share/fonts/Type1/
  FontPath /usr/share/fonts/CID/
  FontPath /usr/share/fonts/75dpi/
  FontPath /usr/share/fonts/100dpi/
  EndSection
 
  Section Module
  Load  record
  Load  extmod
  Load  record
  Load  extmod
  Load  dbe
  Load  dri
  Load  glx
  Load  xtrap
  Load  freetype
  Load  type1
  EndSection
 
  Section InputDevice
  Identifier  Keyboard0
  Driver  kbd
  EndSection
 
  Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option  Protocol auto
  Option  Device /dev/mouse
  EndSectionOption  Device /dev/mouse
  EndSection
 
  Section Monitor
  Identifier   Monitor0
  VendorName   Monitor Vendor
  ModelNameMonitor Model
  EndSection
 
 

Re: [gentoo-user] Change Resolution

2005-04-02 Thread Nick Rout
On Sun, 2005-04-03 at 06:09 +, Shawn Singh wrote:
 I've made some changes, but this time I got a different error message.
  The message told me that no screens were found...

you will need the error messages that come above  the no screens
founs. The log is usually long and spotting the right bit can be
difficult.



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Time Zone Confusion

2005-04-02 Thread David Busby
List,
  I some how have my time settings in all messed up state.
I want to keep my hardware clock in UTC but have my Server in 
America/Los_Angles

So Here's what I have
hydrogen root # grep -R CLOCK /etc/*
/etc/init.d/clock:  if [ ${CLOCK} = UTC ]
/etc/init.d/clock:  if [ ${CLOCK} = UTC ]
/etc/rc.conf:# Set CLOCK to UTC if your system clock is set to UTC 
(also known as
/etc/rc.conf:# Greenwich Mean Time).  If your clock is set to the local 
time, then set CLOCK
/etc/rc.conf:CLOCK=local

hydrogen root # cat /etc/adjtime
-88918.485321 1112535620 0.00
1112535620
UTC
hydrogen root # hwclock --show --utc
Sun Apr  3 06:48:45 2005  -0.809294 seconds
hydrogen root # date
Thu Apr  7 17:25:43 PDT 2005
hydrogen root # ls -l /etc/localtime
lrwxrwxrwx  1 root root 39 Feb 12 11:15 /etc/localtime - 
/usr/share/zoneinfo/America/Los_Angeles

When I say `hwclock --show --utc` it shows the correct UTC time, when I 
say date it's way off.  If I reboot both times will be way different, 
like a few days or something.  Right now I don't have clock started, see:

hydrogen root # rc-update -s |grep clock
   clock |
What should I do?
/djb
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Error trying to get nvidia-glx for AMD64

2005-04-02 Thread John Myers
On Saturday 02 April 2005 17:12, Michael Haan wrote:
 I'm getting the following:

 tibeaux root # ACCEPT_KEYWORDS=~amd64 emerge -p nvidia-glx

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

 Calculating dependencies ...done!
 [blocks B ] app-emulation/emul-linux-x86-nvidia (is blocking
 media-video/nvidia-glx-1.0.7174-r1)
 [ebuild U ] x11-base/opengl-update-2.1.1-r1 [2.0_pre4-r1]
 [ebuild U ] media-video/nvidia-glx-1.0.7174-r1 [1.0.6629-r1]

 So, I can't get the latest version of nvidia-glx?  I've already
 emerged 7174 nvidia-kernel, is that bad?

# echo =media-video/nvidia-glx-1.0.7174* ~x86/etc/portage/package.keywords
# emerge unmerge app-emulation/emul-linux-x86-nvidia
# emerge =media-video/nvidia-glx-1.0.7174-r1

The 32-bit nVidia GLX libs, which were formerly in the 
app-emulation/emul-linux-x86-nvidia package, are now provided by 
media-video/nvidia-glx.



pgpviwBJgCD61.pgp
Description: PGP signature


Re: [gentoo-user] OT: cron and top

2005-04-01 Thread Nick Rout
probably cron doesn't know the path to top


try 

/usr/bin/top -b -n 1 | mail email address



On Thu, 2005-03-31 at 22:31 -0500, Matthew Cline wrote:
 I tried to run the following command as a daily cron job:
 
 # top -b -n 1 | mail email address
 
 However, all I get is a blank email. When I run this command manually,
 I get what I expected. Is there any reason why top would not work from
 cron?
 
 
 Thanks in advance,
 
 Matt
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell



I just completed a stage1 install from the minimal 
2005.0 livecd on a box that will be used as a web server. I boot without 
incident, run ifconfig and get a 
perfectly suitable response, can ping my router successfully but, attempting to 
reach the web, get unknown host errors. The setup here is almost trite: 
Three workstations with dynamic addresses behind an ADSL router/switch which 
doubles as a dhcp server, and the webserver mentioned earlier with a static 
address outside the range authorized for dynamic service and with port 80 
forwarded. I have /etc/conf.d/net with iface_eth0="192,168.1.44 Broadcast 
192.168.0.255 NetMask 255.255.255.0" and gateway enabled at 192.168.1.1. 
/etc/resolv.conf shows proper nameserver numbers. I don't get it. The 
workstations all reach the web without difficulty. But the webserver, nothing 
but unknown host errors. This same machine was working just fine before the 
latest install with the very same configuration. Some help please. 
jlowell


Re: [gentoo-user] portage and package specific CFLAGS

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 04:07, Ciaran McCreesh wrote:
 On Thu, 31 Mar 2005 20:46:31 +0200 Christoph Gysin [EMAIL PROTECTED]

 wrote:
 | Juergen Fiedler wrote:
 |  If you really feel the need to cram it all onto one line, you could
 |  #CFLAGS=whatever  CXXFLAGS=CFLAGS  emerge something
 |
 | without the typo and even smaller:
 | # CFLAGS=whatever  CXXFLAGS=$CFLAGS emerge something

 CFLAGS=whatever CXXFLAGS=$CFLAGS emerge fnord

 No .

Conflicting advice...

On Thursday 31 March 2005 16:46, Aaron Walker wrote:
 One thing to note though, is that your reasoning is flawed when setting
 CXXFLAGS to $CFLAGS.  CFLAGS wont be equal to whatever until after you
 hit enter, so unless CFLAGS is already set in your env, CXXFLAGS will be
 null.  If it is set in your env, CXXFLAGS will be whatever CFLAGS is in
 your env, not whatever.

/me checks which is correct.

$ CFLAGS=old
$ CFLAGS=new CXXFLAGS=$CFLAGS echo $CFLAGS - $CXXFLAGS
old -

Woah... Ciaran is wrong! First time for everything, eh? *wink, nudge*

Regards,
Jason Stubbs
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Nick Rout
On Thu, 2005-03-31 at 21:38 +0200, Antonio Coralles wrote:
 Dave Nebinger wrote:

 Is it possible to tell dhcpd to wait longer for a response, or eaven
 retry automatically in periodic time intervals if not succesfull ?

man dhcpcd
cat /etc/conf.d/net

you will find out how to change the timeout if you read those two pieces
of documentation :)


 
 antonio
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't complete the install!

2005-04-01 Thread Nick Rout
To cut a long story short it looks like the notorious ipv6 problem -
wherein mirrorselect choses ipv6 mirrors (because ipv6 is enabled on the
boot cd) but your chroot does not use ipv6.

Find a mirror near you and put it in /etc/make.conf manually (within the
chroot), the mirror list is easy to find off the main gentoo.org page.


If that doesn't work use emerge-webrsync - once you have done that you
have enough to complete the install, you don't need to emerge --sync
after emerge-webrsync. 

On Thu, 2005-03-31 at 21:49 -0500, Robert G. Hays wrote:
 Gentoo universal CD + packages CD, 2004.3
 
 By-the-book, literally -- I printed it and punched it into binder !
 
 Note that I am typing  sending this in Windows, thus some data may be 
 off a *little*, since Gentoo doesn't work.
 
 
 -
 stage 1 install :
 -
 
 Tried mirrorselect -a  -i, both: with  without -bX
 
 emerge --sync only finds raven, raptor, heron, hawk, crane,  cockatoo 
 servers, no matter what.
 First server hit in a given run gets to about app-admin/?/io.c, at which 
 point it gives code 30 at line 109  code 12 at line 189 and times out, 
 follow-on servers give nothing except list-of-files.
 
 emerge-webrsync finds one server, I forget which.  Says no md5's 
 available at all, and quits.
 
 
 -
 stage 3 install :
 -
 
 same, even after I 'select with -o -i  -b10, picking ~12 *new* servers 
  retrying ~11 times.
 (Yes I mean that 'emerge --sync' hits the same 6 servers, or rather 4 of 
 them per run, ignoring the servers I selected, or, retrying 11 times, -a 
 -s12, recycles through same old 6.)
 
 emerge-webrsync finally found a server *I* told it to find, apparently 
 worked, but...  emerge --sync performed per previous paragraph, except 
 different files fetched, still the io.c errors above.
 
 ...
 
 Rebooted to hdisk.
 
 Still can't get anything else, except one-at-a-time, and that has trouble.
 
 Can compile bzImage, can NOT compile modules without crash; seg-fault in 
 various files, kernel panic in others.
 
 (SuSE 9.0 on target drive for ~10 months can compile anything, far more 
 in a row than required to crash Gentoo-compiles, but oldconfig-bzImage 
 does not match booted kernel, thus I will NOT patch-c.  Otherwise, SuSE 
 runs fine, always, no matter what the load.)
 
 And yes I dotted all the 'i's that I know of, in all above; 20+ years 
 programming and everything else; I *do* know how to RTFM  *follow* it.
 
 
 -
 Hardware c..:
 -
 
 Shuttle AN35N 400 Ultra+MCP mobo w/nVidia nForce2 chip ~6 months old. 
 Never gets over ~45c.
 
 AMD XP 2700+, never gets over 51C, and that only once -- otherwise never 
 over 47c.
 
 NO over-/under-  -clock/-voltage.
 
 1GB Centon RAM, as 512+256+256.  www.simmtester.com for 12 hours no 
 errors, repeatedly.
 
 Maxtor 30G hda.  (Testing hd; will only fornicate with 'real' 120G when 
 all works RIGHT.)
 
 ATI All-In-Wonder 9600 video 128MB, AGP8
 
 Sound Blaster Live Value PCI
 
 3Com '3c59x' NIC, PCI
 
 On-board Realtek sound  nic both turned off.
 
 All BIOS parms set for precisely what I have.  Precisely.
 -
 Netgear RP114 (updated) router between nic  Westell modem to phone-co 
 (bellsouth) DSL 1.5m/256k.
 -
 Drive-parts:
 1) 512M dos
 2) 200M linux boot
 3) ~5.5G Win98/f32
 4) (extended)
 5) 1G unused limux (all-in-one)
 6) 15M hidden dos
 7) 15M dos
 8) ~1G f32
 9) ~1G f32
 10) 1G swap
 11) linux /, to end of drive; ~~20G.
 grub in 2).
 -
 Partitions  router are NOT negotiable!
 
 I NEED correct ATI drivers to get *ALL* functionality avail on video card.
 I NEED Win4Lin (for W98se under linux to solve native-mode issues).
 I intend other things, but these two are NOT negotiable, or else I'll 
 just have to keep running Wunnerful-Hic!-Winders98SE-HIC!!.
 
 **POSSIBLE** that the 30G hd is bad, but I doubt, rest of machine is as 
 solid as a planet.
 
 Why crashes  ignoring selected servers?
 
 PLEASE help!
 
 Thank you,
 Robert G. Hays
 
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: cron and top

2005-04-01 Thread Frank Schafer
Hi,

if I remember right the ``-n 1'' means, that top should do one snapshot
and exit. Due to my experiences, the first snapshots are liars, thus
this solution donesn't deliver much useable results. For machines where
this is valuable (not desktops) I use to setup ``sar'', the System
Activity Reporter. It is in the sysstat package.

0.02$
Frank


On Fri, 2005-04-01 at 20:00 +1200, Nick Rout wrote:
 probably cron doesn't know the path to top
 
 
 try 
 
 /usr/bin/top -b -n 1 | mail email address
  
 
 
 On Thu, 2005-03-31 at 22:31 -0500, Matthew Cline wrote:
  I tried to run the following command as a daily cron job:
  
  # top -b -n 1 | mail email address
  
  However, all I get is a blank email. When I run this command manually,
  I get what I expected. Is there any reason why top would not work from
  cron?
  
  
  Thanks in advance,
  
  Matt
  --
  gentoo-user@gentoo.org mailing list
  


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 03:03 -0800, John Lowell wrote:
 I just completed a stage1 install from the minimal 2005.0 livecd on a
 box that will be used as a web server. I boot without incident, run
 ifconfig and get a perfectly suitable response, can ping my router
 successfully but, attempting to reach the web, get unknown host
 errors. 
 
 The setup here is almost trite: Three workstations with dynamic
 addresses behind an ADSL router/switch which doubles as a dhcp server,
 and the webserver mentioned earlier with a static address outside the
 range authorized for dynamic service and with port 80 forwarded. I
 have /etc/conf.d/net with iface_eth0=192,168.1.44 Broadcast
 192.168.0.255 NetMask 255.255.255.0 and gateway enabled at
 192.168.1.1. /etc/resolv.conf shows proper nameserver numbers. 
 
 I don't get it. The workstations all reach the web without difficulty.
 But the webserver, nothing but unknown host errors. This same machine
 was working just fine before the latest install with the very same
 configuration. Some help please. 

sounds like s dns problem.

on the webserver what does /etc/resolv.conf say? I should include some
nameserver lines.

dhcp sets the nameserver lines in /etc/resolv.conf, a manula setup does
not. I suspect thats the problem. copy the nameserver lines from one of
the dhcp workstations.

If that doesn't fix it try pinging an ip address on the net by number,
eg ping 123.123.123.123 and let us know the results.

 
 jlowell
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 20:03, John Lowell wrote:
 I just completed a stage1 install from the minimal 2005.0 livecd on a box
 that will be used as a web server. I boot without incident, run ifconfig
 and get a perfectly suitable response, can ping my router successfully but,
 attempting to reach the web, get unknown host errors.

 The setup here is almost trite: Three workstations with dynamic addresses
 behind an ADSL router/switch which doubles as a dhcp server, and the
 webserver mentioned earlier with a static address outside the range
 authorized for dynamic service and with port 80 forwarded. I have
 /etc/conf.d/net with iface_eth0=192,168.1.44 Broadcast 192.168.0.255
 NetMask 255.255.255.0 and gateway enabled at 192.168.1.1. /etc/resolv.conf
 shows proper nameserver numbers.

Your broadcast address is wrong there. You also have a comma between 192 and 
168. Not sure if the capitalization matters either.

 I don't get it. The workstations all reach the web without difficulty. But
 the webserver, nothing but unknown host errors. This same machine was
 working just fine before the latest install with the very same
 configuration. Some help please.

`route -n` output on the box makes sense?

Regards,
Jason Stubbs
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
Correct me if I am wrong, but aren't bind and pdnsd both dns servers? I
don't think you can run both at once (and why would you?)


On Fri, 2005-04-01 at 03:39 +0400, Andrew Gaydenko wrote:
 I don't think it is Gentoo way. I have installed net-dns/bind, but it isn't
 added to any runlevel script. Deleting the /etc/init.d/named file will break
 a correctness of net-dns/bind installation.
 
 === On Friday 01 April 2005 01:47, A. Khattri wrote: ===
 On Fri, 1 Apr 2005, Andrew Gaydenko wrote:
 
  Each Regenerating /etc/ld.so.cache shows the message:
 
   * Caching service dependencies ...
   *  Service 'named' already provided by 'dns'!;
   *  Not adding service 'pdnsd'...
 
  What does it mean? I have not noticed any side effects.
 
 If you are replacing named with pdnsd then you will need to remove
 /etc/init.d/named
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Nick Rout
I suggest the first thing is to fix this bloody mailing list and
whatever it is doing that makes a large number of people who click
reply send their message twice.

PS I don't regularly post to the sender as well as the list, but if you
are co-ordinating bug day, this is important to many people.




On Thu, 2005-03-31 at 19:43 +0200, Bryan Oestergaard wrote:
 Greetings and salutation everybody!
 
 Here's your monthly bugday (like anybody could possibly forget :) that
 the next bugday is held saturday 2. april.
 
 Join #gentoo-bugs on irc://irc.freenode.net to participate in all the
 fun and occasional bugfixing :)
 
 Regards,
 Bryan stergaard
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: On-topic, possible mailing list issue

2005-04-01 Thread Nick Rout
On Thu, 2005-03-31 at 08:13 +0200, Andrea Barisani wrote:
  This mailing list has gone goddamned crazy for the last few months.
 I am sick of it, I try to contribute, yet I am flooded with idiots
 posting
  messages twice (once to gentoo-user@gentoo.org and once to
 [EMAIL PROTECTED])
 
 That's because people doesn't know how to use their mail client and/or
 watching the screen before typing 'send', that issue has been widely
 discussed.

yeah i know, and i am firmly of the view that as this is the only list
that I am on (of very many) that exhibits the behaviour, it is a
configuration problem.

Technically your config may follow the letter of whatever standard(s)
are applicable, but it is causing a problem that didn't arise before
robin, and therefore I humbly submit that whatever configuration
option is causing this to happen should be fixed. IE the previous
configuration didn't exhibit the behaviour, and on my observation didn't
seem broken, so it should be kept. 

I know that the ideal would be to educate the users to either use
different clients or use their clients differently, but frankly the fact
that very regular posters are double posting time and time again, hour
after hour, day after day, week after week, means that user education is
not working in this case. Assuming that the frequent posters, who are
regularly offending, read the majority of the list mail, one would
assume that if they were capable of being educated, it would have sunk
in by now.

They have done away with everything under 5c pieces here, so that will
be 10 cents thanks.

 
 About this loop that's definetly a major problem that need to be
 solved
 immediately.

and thanks for doing so :-)

 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
Nick,

You can see, I have net-dns/bind installed _only_. named is not added
to any runlevel script!!

rc-update -s
...

 mpd |
   mysql |  default
   named |
 nessusd |
net.eth0 |  default
...

=== On Friday 01 April 2005 12:18, Nick Rout wrote: ===
Correct me if I am wrong, but aren't bind and pdnsd both dns servers? I
don't think you can run both at once (and why would you?)


On Fri, 2005-04-01 at 03:39 +0400, Andrew Gaydenko wrote:
 I don't think it is Gentoo way. I have installed net-dns/bind, but it isn't
 added to any runlevel script. Deleting the /etc/init.d/named file will break
 a correctness of net-dns/bind installation.
 
 === On Friday 01 April 2005 01:47, A. Khattri wrote: ===
 On Fri, 1 Apr 2005, Andrew Gaydenko wrote:
 
  Each Regenerating /etc/ld.so.cache shows the message:
 
   * Caching service dependencies ...
   *  Service 'named' already provided by 'dns'!;
   *  Not adding service 'pdnsd'...
 
  What does it mean? I have not noticed any side effects.
 
 If you are replacing named with pdnsd then you will need to remove
 /etc/init.d/named
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
if you are not using named, then delete it and rm /etc/init.d/named.

On Fri, 2005-04-01 at 12:47 +0400, Andrew Gaydenko wrote:
 Nick,
 
 You can see, I have net-dns/bind installed _only_. named is not added
 to any runlevel script!!
 
 rc-update -s
 ...
 
  mpd |
mysql |  default
named |
  nessusd |
 net.eth0 |  default
 ...
 
 === On Friday 01 April 2005 12:18, Nick Rout wrote: ===
 Correct me if I am wrong, but aren't bind and pdnsd both dns servers? I
 don't think you can run both at once (and why would you?)
 
 
 On Fri, 2005-04-01 at 03:39 +0400, Andrew Gaydenko wrote:
  I don't think it is Gentoo way. I have installed net-dns/bind, but it isn't
  added to any runlevel script. Deleting the /etc/init.d/named file will break
  a correctness of net-dns/bind installation.
  
  === On Friday 01 April 2005 01:47, A. Khattri wrote: ===
  On Fri, 1 Apr 2005, Andrew Gaydenko wrote:
  
   Each Regenerating /etc/ld.so.cache shows the message:
  
* Caching service dependencies ...
*  Service 'named' already provided by 'dns'!;
*  Not adding service 'pdnsd'...
  
   What does it mean? I have not noticed any side effects.
  
  If you are replacing named with pdnsd then you will need to remove
  /etc/init.d/named
  --
  gentoo-user@gentoo.org mailing list
  
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] openldap question (non-ssl = ssl)

2005-04-01 Thread Scott Storck
Frank Schafer schrieb:
Hi,
I don't (yet) have ldap installed. Is there a configuration file for
ldap in /etc/conf.d, where you (probably) can setup behaviour like if to
use or not to use ssl or the port ldap should be listening on etc.
 

This is 100% correct.
There is the file in /etc/conf.d/slapd.
I currently have version 2.1.30-r2 emerged, and the default contents are 
as follows:
---
# conf.d file for the openldap-2.1 series
#
# To enable both the standard unciphered server and the ssl encrypted
# one uncomment this line or set any other server starting options
# you may desire.
#
# OPTS=-h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'
---
Just as it says in the comments, just remove the # sign before the OPTS= .
You then have ldaps over 636, ldap over 389, and the ldap for local 
connections.
Depending on you are using ldap for, I would leave the unsecure port open.
However, then be sure to use the slapd.conf to restrict what actions can 
be done over the unsecure connection.
Otherwise it is just too easy for people to get access to sensitive 
infomation like passwords.

Regards,
Scott
Just a thought
Frank
On Thu, 2005-03-31 at 00:35 -0500, Travis Osterman wrote:
 

I'm trying to get openldap working on my network (obviously) and seem
to get the correct action from running
# /usr/lib/openldap/slapd -d -1
but not
# /etc/init.d/slapd start
Using the /etc/init.d version I get
# nmap localhost | grep ldap
636/tcp   open  ldapssl
While the /usr/lib version gets me
# nmap localhost | grep ldap
389/tcp   open  ldap
I've tried to follow the guides at
http://www.gentoo.org/doc/en/ldap-howto.xml,
http://www.openldap.org/doc/admin21/quickstart.html, and
http://www.metaconsultancy.com/whitepapers/ldap.htm to get this far. 
Do I have to do something extra to get it to work via ssl on port 636?
I think my simple directory is at least created based on the
information below.

If anyone can point me in the next step (getting connected on 636), I
woud appreciate it.  Thanks in advance.
-- Travis Osterman
--
Performing this search with the /etc/init.d version gives the
following output/logs
--
# ldapsearch -x objectClass=* -h 127.0.0.1
ldap_bind: Can't contact LDAP server (81)
and a log of  (/var/log/messages)
Mar 31 00:25:10 jaga slapd[2763]: daemon: socket() failed errno=97
(Address family not supported by protocol)
Mar 31 00:25:10 jaga slapd[2763]: bdb_initialize: Sleepycat Software:
Berkeley DB 4.1.25: (December 19, 2002)
Mar 31 00:25:10 jaga slapd[2770]: slapd starting
--
Performing the same search with the /usr/lib version gives the
following output/logs (seems to work fine)
--
# ldapsearch -x objectClass=* -h 127.0.0.1
# extended LDIF
#
# LDAPv3
# base  with scope sub
# filter: objectClass=*
# requesting: ALL
#
# example.com
dn: dc=example,dc=com
dc: example
o: example.com
objectClass: top
objectClass: dcObject
objectClass: organization
# people, example.com
dn: ou=people,dc=example,dc=com
ou: people
objectClass: top
objectClass: organizationalUnit
# admin, example.com
dn: cn=admin,dc=example,dc=com
cn: admin
userPassword:: c2VjcmV0
objectClass: top
objectClass: organizationalRole
objectClass: simpleSecurityObject
# search result
search: 2
result: 0 Success
# numResponses: 4
# numEntries: 3
and a log of  (/var/log/messages)
Mar 31 00:23:47 jaga slapd[2706]: conn=0 fd=9 ACCEPT from
IP=127.0.0.1:50227 (IP=0.0.0.0:389)
Mar 31 00:23:47 jaga slapd[2711]: conn=0 op=0 BIND dn= method=128
Mar 31 00:23:48 jaga slapd[2711]: conn=0 op=0 RESULT tag=97 err=0 text=
Mar 31 00:23:48 jaga slapd[2711]: conn=0 op=1 SRCH
base=dc=example,dc=com scope=2 filter=(objectClass=*)
Mar 31 00:23:48 jaga slapd[2711]: conn=0 op=1 SEARCH RESULT tag=101
err=0 nentries=3 text=
Mar 31 00:23:48 jaga slapd[2711]: conn=0 op=2 UNBIND
Mar 31 00:23:48 jaga slapd[2711]: conn=0 fd=9 closed
--
gentoo-user@gentoo.org mailing list
   


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
/etc/init.d/named is a part of net-dns/bind installation. Imagine
the situation when I need to remove pdnsd from runlevel script and
add named tinstead of pdnsd.

=== On Friday 01 April 2005 12:56, Nick Rout wrote: ===
if you are not using named, then delete it and rm /etc/init.d/named.

On Fri, 2005-04-01 at 12:47 +0400, Andrew Gaydenko wrote:
 Nick,
 
 You can see, I have net-dns/bind installed _only_. named is not added
 to any runlevel script!!
 
 rc-update -s
 ...
 
  mpd |
mysql |  default
named |
  nessusd |
 net.eth0 |  default
 ...
 
 === On Friday 01 April 2005 12:18, Nick Rout wrote: ===
 Correct me if I am wrong, but aren't bind and pdnsd both dns servers? I
 don't think you can run both at once (and why would you?)
 
 
 On Fri, 2005-04-01 at 03:39 +0400, Andrew Gaydenko wrote:
  I don't think it is Gentoo way. I have installed net-dns/bind, but it isn't
  added to any runlevel script. Deleting the /etc/init.d/named file will break
  a correctness of net-dns/bind installation.
  
  === On Friday 01 April 2005 01:47, A. Khattri wrote: ===
  On Fri, 1 Apr 2005, Andrew Gaydenko wrote:
  
   Each Regenerating /etc/ld.so.cache shows the message:
  
* Caching service dependencies ...
*  Service 'named' already provided by 'dns'!;
*  Not adding service 'pdnsd'...
  
   What does it mean? I have not noticed any side effects.
  
  If you are replacing named with pdnsd then you will need to remove
  /etc/init.d/named
  --
  gentoo-user@gentoo.org mailing list
  
-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Scott Taylor
On Fri, 2005-04-01 at 12:47 +0400, Andrew Gaydenko wrote:
 You can see, I have net-dns/bind installed _only_. named is not added
 to any runlevel script!!
 rc-update -s
  mpd |
mysql |  default
named |
  nessusd |
 net.eth0 |  default
   Each Regenerating /etc/ld.so.cache shows the message:
* Caching service dependencies ...
*  Service 'named' already provided by 'dns'!;
*  Not adding service 'pdnsd'...
   What does it mean? I have not noticed any side effects.

Are you saying that you had pdnsd installed, then uninstalled it and
installed bind to run in its place? If so, delete /etc/init.d/pdnsd (or
any other dns-providing init scripts except for /etc/init.d/named) then
run /sbin/depscan.sh which is the script telling you that you have two
files in /etc/init.d that provide dns. After doing that you should be
able to rc-update add named default to get it added to that runlevel.
Services are never added automatically just because they happen to
exist.

--
Scott Taylor - [EMAIL PROTECTED] 

When a lot of remedies are suggested for a disease, that means it can't
be cured.
-- Anton Chekhov, The Cherry Orchard



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 13:13 +0400, Andrew Gaydenko wrote:
 /etc/init.d/named is a part of net-dns/bind installation. Imagine
 the situation when I need to remove pdnsd from runlevel script and
 add named tinstead of pdnsd.

both bind and pdns provide the service dns

you cannot have both initscripts in /etc/init.d or things will break (as
you have seen).

if you want to keep bind installed, then back up the /etc/init.d/bind
script to somewhere else (outside /etc/init.d) and try again.

sorry if it wasn't well enough explained before :-)



-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
I have installed them _both_. But only one service is activated
at a time.


=== On Friday 01 April 2005 13:13, Scott Taylor wrote: ===
On Fri, 2005-04-01 at 12:47 +0400, Andrew Gaydenko wrote:
...
 rc-update -s
  mpd |
mysql |  default
named |
  nessusd |
 net.eth0 |  default
   Each Regenerating /etc/ld.so.cache shows the message:
* Caching service dependencies ...
*  Service 'named' already provided by 'dns'!;
*  Not adding service 'pdnsd'...
   What does it mean? I have not noticed any side effects.

Are you saying that you had pdnsd installed...

--
Scott Taylor - [EMAIL PROTECTED] 

When a lot of remedies are suggested for a disease, that means it can't
be cured.
-- Anton Chekhov, The Cherry Orchard



--
gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Bryan Oestergaard
I don't think 'fixing' is likely to happen as this discussion happens
frequently. It mostly boils down to the list handling being correct but
some clients seems to behave incorrectly.

Personally, I'd prefer if the clients handle lists properly.

See http://bugs.gentoo.org/show_bug.cgi?id=40980 for more information.

Regards,
Bryan stergaard

On Fri, Apr 01, 2005 at 08:22:56PM +1200, Nick Rout wrote:
 I suggest the first thing is to fix this bloody mailing list and
 whatever it is doing that makes a large number of people who click
 reply send their message twice.
 

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Andrew Gaydenko
I see, I can remove/backup this file. The problem is I don't understand
why the /etc/init.d/named file (more strictly, the fact, this service 
provides 'dns') is taken into account when the service is _not_ added to
one of runlevel scrips.

=== On Friday 01 April 2005 13:21, Nick Rout wrote: ===
On Fri, 2005-04-01 at 13:13 +0400, Andrew Gaydenko wrote:
 /etc/init.d/named is a part of net-dns/bind installation. Imagine
 the situation when I need to remove pdnsd from runlevel script and
 add named tinstead of pdnsd.

both bind and pdns provide the service dns

you cannot have both initscripts in /etc/init.d or things will break (as
you have seen).

if you want to keep bind installed, then back up the /etc/init.d/bind
script to somewhere else (outside /etc/init.d) and try again.

sorry if it wasn't well enough explained before :-)



-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 13:45 +0400, Andrew Gaydenko wrote:
 I see, I can remove/backup this file. The problem is I don't
 understand
 why the /etc/init.d/named file (more strictly, the fact, this service 
 provides 'dns') is taken into account when the service is _not_ added
 to
 one of runlevel scrips.

neither do i!


-- 
Nick Rout [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USE variables gone

2005-04-01 Thread Walter Dnes
On Tue, Mar 29, 2005 at 08:42:04AM -0500, Bill Roberts wrote

 I had that problem when I upgraded to the 2005.0 profile, then opened
 ufed to change a USE flag. Twenty-five or so flags, gone.
 
 I reconstructed them by using
 
 emerge avDt --newuse world
 
 and NOT executing, but looking for the changes in USE flags marked by
 an *.
 
 I edited /etc/make.conf by hand.
 
 There may be an easier way, but this worked.

  It's called backups g.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restart

2005-04-01 Thread Stroller
On Mar 31, 2005, at 8:01 pm, Antonio Coralles wrote:
Maybe this is also helpfull:
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5,
glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686)
Which version of baselayout are you using, please? I can't pretend to 
be an expert on it, but I have done some experimentation with the 
testing ebuilds around 1.11.10  this sort of behaviour sounds kinda 
familliar.

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


Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Uwe Thiem
On Friday 01 April 2005 13:03, John Lowell wrote:
 I just completed a stage1 install from the minimal 2005.0 livecd on a box
 that will be used as a web server. I boot without incident, run ifconfig
 and get a perfectly suitable response, can ping my router successfully but,
 attempting to reach the web, get unknown host errors.

 The setup here is almost trite: Three workstations with dynamic addresses
 behind an ADSL router/switch which doubles as a dhcp server, and the
 webserver mentioned earlier with a static address outside the range
 authorized for dynamic service and with port 80 forwarded. I have
 /etc/conf.d/net with iface_eth0=192,168.1.44 Broadcast 192.168.0.255
 NetMask 255.255.255.0 and gateway enabled at 192.168.1.1. /etc/resolv.conf
 shows proper nameserver numbers.

Your broadcast is wrong. Should be 192.168.1.255.

Uwe

-- 
95% of all programmers rate themselves among the top 5% of all software 
developers. - Linus Torvalds

http://www.uwix.iway.na (last updated: 20.06.2004)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge kde-base/arts doesn't see qt

2005-04-01 Thread Frédéric Grosshans
Le mardi 29 mars 2005 à 21:58 +0200, Holly Bostick a écrit :
 Luigi Pinna wrote:
  Alle 20:27, martedì 29 marzo 2005, Frédéric Grosshans ha scritto:
  
 2. What is arts good for ? Shouldn't I avoid it altogether with a
 -arts USE flag ?
 
 Without KDE, nothing; yes. Putting -arts in your /etc/make.conf should 
 solve the immediate issue of libao dragging it in as a dependency as well

Thanks, Then I remove arts.

  Fred

  
-- 
Frédéric Grosshans [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] emerge kde-base/arts doesn't see qt

2005-04-01 Thread Frédéric Grosshans
Le mardi 29 mars 2005 à 13:57 -0500, Dave Nebinger a écrit :

 The true source of the problem is that at the same time 3.4 came out a new
 update to glibc came out; in rebuilding glibc, a new pthread library (ala
 nptl) was built that had an API change that libqt-mt is no longer compatible
 with.
 
 Re-emerging qt resolves the linking failures in qt/kde builds.

Thanks for the explanation. Why wasn't it caught by revdep-rebuild ?

Fred
-- 
Frédéric Grosshans [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Nick Rout
On Fri, 2005-04-01 at 11:40 +0200, Bryan Oestergaard wrote:
 I don't think 'fixing' is likely to happen as this discussion happens
 frequently. It mostly boils down to the list handling being correct but
 some clients seems to behave incorrectly.
 
 Personally, I'd prefer if the clients handle lists properly.
 
 See http://bugs.gentoo.org/show_bug.cgi?id=40980 for more information.
 
 Regards,
 Bryan stergaard

And if you look you will see I have posted there, and got no reponse,
which is about par for the course from the admins on this list. I
emailed one of the list admins twice yesterday with info on the mailing
loop, in the hope that it might help her sort it quickly. Not so much as
an acknowledgement or a thank you. That sucks. I have often thought
about offering to help gentoo more actively, perhaps volunteering to
help write documentation (I am no programmer), but the attitude of many
of the people round here is frankly arrogant and rude, and every time I
verge on offering to help, I get put off by that sort of behaviour. 

At the risk of annoying people, but for your benefit in case you don't
read the whole list, here is something I posted in another message to
the list on the subject of the email list configuration (the behaviour I
am referring to is the dumping of the list address into to: and cc: on
some clients):

quote
i am firmly of the view that as this is the only list
that I am on (of very many) that exhibits the behaviour, it is a
configuration problem.

Technically your config may follow the letter of whatever standard(s)
are applicable, but it is causing a problem that didn't arise before
robin, and therefore I humbly submit that whatever configuration
option is causing this to happen should be fixed. IE the previous
configuration didn't exhibit the behaviour, and on my observation didn't
seem broken, so it should be kept. 

I know that the ideal would be to educate the users to either use
different clients or use their clients differently, but frankly the fact
that very regular posters are double posting time and time again, hour
after hour, day after day, week after week, means that user education is
not working in this case. Assuming that the frequent posters, who are
regularly offending, read the majority of the list mail, one would
assume that if they were capable of being educated, it would have sunk
in by now.
/quote

I say again, no other list I am on exhibits this problem, just bloody
change it back the the way it used to be, right, wrong or debateable in
technical terms. what is easiest and most convenient for the majority of
users, and causes the least annoyances, is the right config

I'll add that I have no problem if I hit reply in evolution, nor in
Becky! (my client in the windows environment). It is other peoples
messages that are annoying, not anything I have to do in my practice.
However if I did have the problem of my client putting the list into To:
and cc: I would understandably forget to delete the extra address most
of the time.

Its late and maybe I had a long day sorting out clients' (non computer)
problems. Good night.

 
 On Fri, Apr 01, 2005 at 08:22:56PM +1200, Nick Rout wrote:
  I suggest the first thing is to fix this bloody mailing list and
  whatever it is doing that makes a large number of people who click
  reply send their message twice.
  
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Neil Bothwick
On Fri, 1 Apr 2005 03:03:46 -0800, John Lowell wrote:

 This same machine was working just fine before the latest install with
 the very same configuration.

Why did you reinstall if it was working fine?

If it ain't broke, etc...


-- 
Neil Bothwick

For every action, there is an equal and opposite malfunction.


pgp5Nlku04FL4.pgp
Description: PGP signature


Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:


 On Mar 31, 2005, at 8:01 pm, Antonio Coralles wrote:
 
  Maybe this is also helpfull:
  Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5,
  glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686)

 Which version of baselayout are you using, please? I can't pretend to
 be an expert on it, but I have done some experimentation with the
 testing ebuilds around 1.11.10  this sort of behaviour sounds kinda
 familliar.

I'm using baselayout 1.9.4-r6 ... According to genloop the last time i
updated it was 
Tue Oct 26 09:35:43 2004 but my problem occured about one week ago.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] gentoo-dev-sources being moved into gentoo-sources has occurred

2005-04-01 Thread William Kenworthy
Just did an emerge sync and see the long awaited change of
gentoo-dev-sources being moved into gentoo-sources has occurred.
However, kernel.org shows 2.6.12-rc1 is out and no ~x86 version of this
is evident.  Does the next gentoo-sources kernel get worked on in
another category (as used to happen in the distant past), or is
gentoo-sources where its at?

BillK

-- 
William Kenworthy [EMAIL PROTECTED]
Home!

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge kde-base/arts doesn't see qt

2005-04-01 Thread Stuart Howard
I recently removed arts and then found that mplayer no longer worked
though I am a gnome user.
Prehaps another package could have replaced arts? 
My own fault for not checking but a worthy point if you do want to use
mplayer but dont think you need a kde app on a non kde system ;)

stu

ps. I am a new user to linux/gentoo so cant argue the other points but
it was my experiance.

On Apr 1, 2005 11:19 AM, Frédéric Grosshans
[EMAIL PROTECTED] wrote:
 Le mardi 29 mars 2005 à 13:57 -0500, Dave Nebinger a écrit :
 
  The true source of the problem is that at the same time 3.4 came out a new
  update to glibc came out; in rebuilding glibc, a new pthread library (ala
  nptl) was built that had an API change that libqt-mt is no longer compatible
  with.
 
  Re-emerging qt resolves the linking failures in qt/kde builds.
 
 Thanks for the explanation. Why wasn't it caught by revdep-rebuild ?
 
Fred
 --
 Frédéric Grosshans [EMAIL PROTECTED]
 
 --
 gentoo-user@gentoo.org mailing list
 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo-dev-sources being moved into gentoo-sources has occurred

2005-04-01 Thread Etaoin Shrdlu
On Friday 01 April 2005 13:18, William Kenworthy wrote:

 Just did an emerge sync and see the long awaited change of
 gentoo-dev-sources being moved into gentoo-sources has occurred.

development-sources - vanilla-sources occurred also.

 However, kernel.org shows 2.6.12-rc1 is out and no ~x86 version of
 this is evident.

It's there, at least for vanilla:

# ls /usr/portage/sys-kernel/vanilla-sources

ChangeLog vanilla-sources-2.4.26.ebuild
Manifest  vanilla-sources-2.4.27.ebuild
files vanilla-sources-2.4.28.ebuild
metadata.xml  vanilla-sources-2.4.29.ebuild
vanilla-sources-2.0.40-r1.ebuild  vanilla-sources-2.6.10.ebuild
vanilla-sources-2.2.26-r1.ebuild  vanilla-sources-2.6.11.4.ebuild
vanilla-sources-2.4.20.ebuild vanilla-sources-2.6.11.5.ebuild
vanilla-sources-2.4.21.ebuild vanilla-sources-2.6.11.6.ebuild
vanilla-sources-2.4.22.ebuild vanilla-sources-2.6.11.ebuild
vanilla-sources-2.4.23.ebuild vanilla-sources-2.6.12_rc1.ebuild
vanilla-sources-2.4.24-r1.ebuild  vanilla-sources-2.6.5.ebuild
vanilla-sources-2.4.25.ebuild vanilla-sources-2.6.7.ebuild

 Does the next gentoo-sources kernel get worked on in 
 another category (as used to happen in the distant past), or is
 gentoo-sources where its at?

I suppose the gentoo version should be as usual in gentoo-dev-sources. 
Keep in mind, however, that gentoo-sources usually come out some time 
after the corresponding vanilla versions (and furthermore vanilla is at 
2.6.12_rc1, not an official stable release), so you might have to wait 
some time to see a 2.6.12 gentoo kernel source.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] gentoo all doc tar ball download

2005-04-01 Thread simply change
hi! all,

is there a gentoo all doc tar ball to download? if yes, whats the url?

-- 
___

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



Re: [gentoo-user] 64Bit Proc

2005-04-01 Thread Patrick Marquetecken

 On Thu, 31 Mar 2005, Patrick Marquetecken wrote:

 Can i install without problems Gentoo on the new Dell machines with a
 64bit Xeon processor?

 I have Gentoo running on a dual-Xeon DELL server.

Thanks all for your answers.



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo all doc tar ball download

2005-04-01 Thread Octavio Ruiz (Ta^3)
simply change, who happens to be smarter than you, thinks:
 hi! all,
 
 is there a gentoo all doc tar ball to download? if yes, whats the url?

AFAIK It doesnt exists anymore, In the beggining they was a docs cvs snapshot. I
guess the prefered way now is to use the viewcvs interface.

If I'm wrong, please tell me.

-- 
You were s'posed to laugh!
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Monthly BugDay reminder!

2005-04-01 Thread Dave Nebinger
 I don't think 'fixing' is likely to happen as this discussion happens
 frequently. It mostly boils down to the list handling being correct but
 some clients seems to behave incorrectly.
 
 Personally, I'd prefer if the clients handle lists properly.

As would we all.  But the truth of the matter is that for this list I'd bet
we could find at least 10 different client programs being used, and the
chances of getting them all repaired any time soon are the same as M$
open-sourcing windows xp.

More importantly, I don't think it is specifically a client issue.  I am
very careful to look at my to: and cc: values before posting; the to: always
reads gentoo-user@gentoo.org and the cc: only has a targeted individual if I
feel that there's relevant information that person needs.

That said, I still see many of my posts duplicated on the list, often with a
significant time-lapse between the dups (i.e. 30 minutes).

Sure, it's one thing to say that the mail list admins want to adhere to the
correct standards, but it's quite another to annoy so many of the
subscribers as to chase them off, defeating the purpose of having a mailing
list at all.

We've got folks generating procmail rules and all kinds of other crap just
to handle the fact that, under the current configuration, tons of dups are
now coming through.

I admire the list admins for wanting to adhere to the standards, but at this
point in time it is probably too late in the game to do so.

Please please please bring back the old mailing list config...



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Arts don't work

2005-04-01 Thread Nuno Alexandre Neves Raimundo
I have a problem with arts, i doesn't work!!!

In the sound system module of the control center i can't enable the sound 
system. The progress bar go to 90% and then go to 0%, over an over.

In the console, fi i execute artsd, the fowling error apears:
unix_connect: can't connect to server 
(unix:/tmp/mcop-neves/localhost-541d-424d4a13)
Segmentation fault

I have kde 3.4
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error compiling showimg

2005-04-01 Thread Nuno Alexandre Neves Raimundo
I have solve the problem by emerge again the packages that showimg depends.
Some of that package gave me the same error, so i just emerge their 
dependecys.
After 5 or 6 packages, i dont have any errors and i just emerge showimg 
without any errors.

thanks for your help.

On Thursday 31 March 2005 18:25, Dave Nebinger wrote:
  Is there any way to see what libraries hare linked to library?

 ldd is your friend...
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] suggestions: buying a new computer

2005-04-01 Thread Neil Bothwick
On Wed, 30 Mar 2005 21:53:17 +0100, Digby Tarvin wrote:

  CF cards have a finite writing life - I imagine /var on a CF would
  wear out the card pretty quickly :-)
  
 I am aware of the problem, but have found it hard to get concrete
 figures. That was why I was thinking of a journal cache rather then
 a standalone filesystem.

Most recent flash media has a life cycle of 100,000 writes. It sounds a
lot, but if you have atime set on a filesystem, the same bit will get hit
every time you look at a file. /var or /etc would be particularly hard on
it.


-- 
Neil Bothwick

WinErr 018: Unrecoverable error - System has been destroyed. Buy a new
one. Old Windows licence is not valid anymore.


pgpWkDGTNvUkl.pgp
Description: PGP signature


[gentoo-user] Raid 1 howto

2005-04-01 Thread Patrick Marquetecken
Hi,
To protect my home server i'm thinking to create a raid1, because this is
the first time for me i have looked around for some howto's.
There are quite a lot howto's(1), but its always from scratch, does anyone
know a howto for changing a working system into a raid1 without formating
disks?

(1)
http://www.schwarzvogel.de/od2md.shtml
http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID
and others ...


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



[gentoo-user] Re: Raid 1 howto

2005-04-01 Thread Remy Blank
Patrick Marquetecken wrote:
 To protect my home server i'm thinking to create a raid1, because this is
 the first time for me i have looked around for some howto's.
 There are quite a lot howto's(1), but its always from scratch, does anyone
 know a howto for changing a working system into a raid1 without formating
 disks?

It is a bit tricky, but works very well. I wrote a rough HOWTO in this
message:

http://article.gmane.org/gmane.linux.gentoo.user/118475

Never got to writing a real document. Oh well...

HTH.
-- Remy


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

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Hi.
I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1:
#ifdef ERROR_MESS
i386-pc-linux-gnu-gcc localealias.c -c -std=gnu99 -O2 -Wall -Winline 
-Wstrict-prototypes -Wwrite-strings -mcpu=i686 
-mpreferred-stack-boundary=2 -fPIC -g0 -O99 -fomit-frame-pointer 
-D__USE_STRING_INLINES -I../include -I. 
-I/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-gnu-linuxthreads/intl 
-I.. -I../libio 
-I/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-gnu-linuxthreads 
-I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 
-I../linuxthreads/sysdeps/unix/sysv/linux 
-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread 
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix 
-I../linuxthreads/sysdeps/i386 -I../libidn/sysdeps/unix 
-I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux 
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman 
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 
-I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix 
-I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 
-I../sysdeps/ieee754 -I../sysdeps/generic/elf 
-I../sysdeps/generic-nostdinc -isystem 
/usr/lib/gcc/i386-pc-linux-gnu/3.4.3-20050110/include -isystem 
/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC 
-DSHARED -D'LOCALEDIR=/usr/share/locale' 
-D'LOCALE_ALIAS_PATH=/usr/share/locale' -o 
/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-gnu-linuxthreads/intl/localealias.os 
-MD -MP -MF 
/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-gnu-linuxthreads/intl/localealias.os.dt 
-MT 
/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-gnu-linuxthreads/intl/localealias.os
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
loadmsgcat.c: In function `_nl_init_domain_conv':
../sysdeps/i386/bits/string.h:655: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm'
make[2]: *** 
[/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-gnu-linuxthreads/intl/loadmsgcat.os] 
Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory 
`/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4/intl'
make[1]: *** [intl/subdir_lib] Error 2
make[1]: Leaving directory 
`/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.4.20050125-r1 failed.
!!! Function toolchain-glibc_src_compile, Line 237, Exitcode 2
#endif
I define
$ARCH='~x86'
What product do I select when reporting this bug on Gentoo bugzilla?
Should I just send an email directly to the glibc maintainer?
Leo
--
gentoo-user@gentoo.org mailing list


[gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Mike Turcotte
Hello I am trying to upgrade my file server that was built a half to three 
quarters of a year ago using Gentoo 2004.2 GRP. I know this is really old and 
probably insecure, but it is used mainly for file sharing internally on my 
network. Anyways, I emerge synced, which went fine, but when I try to pretend 
to emerge -uDvp world to see what it's going to install, I get the error about 
missing /etc/make.profile and check symlink. What does this mean and what can I 
do about it? Are those the emerge options I should be using for this?

Thanks in advance

Michael Turcotte
Information Systems
City of North Bay
200 McIntyre St. E
PO Box 360
North Bay, Ontario
P1B 8H8
 
[EMAIL PROTECTED]
http://www.cityofnorthbay.ca 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: cron and top

2005-04-01 Thread Matthew Cline
On Apr 1, 2005 3:15 AM, Frank Schafer [EMAIL PROTECTED] wrote:
 Hi,
 
 if I remember right the ``-n 1'' means, that top should do one snapshot
 and exit. Due to my experiences, the first snapshots are liars, thus
 this solution donesn't deliver much useable results. For machines where
 this is valuable (not desktops) I use to setup ``sar'', the System
 Activity Reporter. It is in the sysstat package.
 
 0.02$
 Frank

Thanks for the info. I did know about sar, I was just lazy and looking
for a quick and dirty way to monitor this system. If the -n 1 option
to top is unreliable, then I will definately look into getting sar
going instead.


Thanks for everyone's help.


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



Re: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Bradley Krumme
On Apr 1, 2005 9:02 AM, Mike Turcotte [EMAIL PROTECTED] wrote:
 Hello I am trying to upgrade my file server that was built a half to three 
 quarters of a year ago using Gentoo 2004.2 GRP. I know this is really old and 
 probably insecure, but it is used mainly for file sharing internally on my 
 network. Anyways, I emerge synced, which went fine, but when I try to pretend 
 to emerge -uDvp world to see what it's going to install, I get the error 
 about missing /etc/make.profile and check symlink. What does this mean and 
 what can I do about it? Are those the emerge options I should be using for 
 this?
 
 Thanks in advance
 
 Michael Turcotte
 Information Systems
 City of North Bay
 200 McIntyre St. E
 PO Box 360
 North Bay, Ontario
 P1B 8H8
  
 [EMAIL PROTECTED]
 http://www.cityofnorthbay.ca
 
 --
 gentoo-user@gentoo.org mailing list
 
 

What you need to do is check out the Gentoo upgrade guide.  The newest
profile is 2005.0.

Check out the guide at http://www.gentoo.org/doc/en/gentoo-upgrading.xml

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



RE: [gentoo-user] Bug reporting questions

2005-04-01 Thread Dave Nebinger
 I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1:
 
 #ifdef ERROR_MESS
 
 i386-pc-linux-gnu-gcc localealias.c -c -std=gnu99 -O2 -Wall -Winline
 -Wstrict-prototypes -Wwrite-strings -mcpu=i686
 -mpreferred-stack-boundary=2 -fPIC -g0 -O99 -fomit-frame-pointer
 -D__USE_STRING_INLINES -I../include -I.
 -I/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-
 linux-gnu-linuxthreads/intl
 -I.. -I../libio
 -I/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-
 linux-gnu-linuxthreads
 -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386
 -I../linuxthreads/sysdeps/unix/sysv/linux
 -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread
 -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
 -I../linuxthreads/sysdeps/i386 -I../libidn/sysdeps/unix
 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
 -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
 -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386
 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix
 -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386
 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96
 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
 -I../sysdeps/ieee754 -I../sysdeps/generic/elf
 -I../sysdeps/generic-nostdinc -isystem
 /usr/lib/gcc/i386-pc-linux-gnu/3.4.3-20050110/include -isystem
 /usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC
 -DSHARED -D'LOCALEDIR=/usr/share/locale'
 -D'LOCALE_ALIAS_PATH=/usr/share/locale' -o
 /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-
 gnu-linuxthreads/intl/localealias.os
 -MD -MP -MF
 /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-
 gnu-linuxthreads/intl/localealias.os.dt
 -MT
 /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-
 gnu-linuxthreads/intl/localealias.os
 `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
 loadmsgcat.c: In function `_nl_init_domain_conv':
 ../sysdeps/i386/bits/string.h:655: error: can't find a register in class
 `GENERAL_REGS' while reloading `asm'
 make[2]: ***
 [/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-
 linux-gnu-linuxthreads/intl/loadmsgcat.os]
 Error 1
 make[2]: *** Waiting for unfinished jobs
 make[2]: Leaving directory
 `/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4/intl'
 make[1]: *** [intl/subdir_lib] Error 2
 make[1]: Leaving directory
 `/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4'
 make: *** [all] Error 2
 
 !!! ERROR: sys-libs/glibc-2.3.4.20050125-r1 failed.
 !!! Function toolchain-glibc_src_compile, Line 237, Exitcode 2
 
 #endif
 
 I define
 $ARCH='~x86'
 
 What product do I select when reporting this bug on Gentoo bugzilla?
 Should I just send an email directly to the glibc maintainer?

You should not do either of these things.  First you should fix your CFLAGS
to remove the -mcpu flag and replace with the appropriate -march value.

Secondly, since you're using -mcpu=686 yet gcc appears to be i386 based, I
would guess that your system setup from the ground up is poorly set up.

If you're still in the early stages of the system build, I'd suggest
starting over with valid CFLAGS; trust me, having a solid foundation ensures
that you'll end up with a stable gentoo box when you're done.

If the system has been operational for awhile, then I think you should count
yourself lucky, not emerge the glibc update, and keep your misconfigured box
running as it is.


--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Dave Nebinger
 Anyways, I emerge synced, which went fine, but when I try
 to pretend to emerge -uDvp world to see what it's going to install, I get
 the error about missing /etc/make.profile and check symlink. What does
 this mean and what can I do about it? Are those the emerge options I
 should be using for this?

Possibly your /etc/make.profile is invalid, quite possibly because the
emerge --sync process removed the older profiles.  Re-create the link to a
valid profile from /usr/portage/profiles.  I've included my link for your
reference...

winux root # ls -l /etc/make.profile
lrwxrwxrwx  1 root root 48 Jan 28 19:45 /etc/make.profile -
../usr/portage/profiles/default-linux/x86/2004.3

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 23:02, Mike Turcotte wrote:
 Hello I am trying to upgrade my file server that was built a half to three
 quarters of a year ago using Gentoo 2004.2 GRP. I know this is really old
 and probably insecure, but it is used mainly for file sharing internally on
 my network. Anyways, I emerge synced, which went fine, but when I try to
 pretend to emerge -uDvp world to see what it's going to install, I get the
 error about missing /etc/make.profile and check symlink. What does this
 mean and what can I do about it? Are those the emerge options I should be
 using for this?

Okay. You've hit a bug in portage, which you'll side-step, and then have to 
side-step another bug in order to get you back to a supported profile. 
Assuming that you do in fact have an /etc/make.profile symlink, first create 
an empty make.defaults under it:

# touch /etc/make.profile/make.defaults

Then upgrade portage to the latest, which should be 2.0.51.19. You'll get a 
depracation notice telling you to upgrade your profile. Ignore it. So, that's 
just:

# emerge portage

Once that's done, then you can follow whatever the steps shown were to upgrade 
your profile. After that's done, you should be back in business again.

Regards,
Jason Stubbs
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Jason Stubbs
On Friday 01 April 2005 22:49, Leo wrote:
 Hi.

 I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1:

 loadmsgcat.c: In function `_nl_init_domain_conv':
 ../sysdeps/i386/bits/string.h:655: error: can't find a register in class
 `GENERAL_REGS' while reloading `asm'
 make[2]: ***
 [/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-
gnu-linuxthreads/intl/loadmsgcat.os] Error 1

These lines contain all the information necessary. The first error that 
occurred, what file it occurred in and what directory that file is in. The 
rest of the information will sometimes help but it is quite rare in my 
experience.

 I define
 $ARCH='~x86'

Are you sure you don't mean ACCEPT_KEYWORDS? You should not be touching the 
ARCH variable at all. If you are, it could quite realistically be causing 
your issue.

 What product do I select when reporting this bug on Gentoo bugzilla?
 Should I just send an email directly to the glibc maintainer?

You should just follow what it tells you, ie Gentoo Linux.

Regards,
Jason Stubbs
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo-dev-sources being moved into gentoo-sources has occurred

2005-04-01 Thread Daniel Drake
William Kenworthy wrote:
Just did an emerge sync and see the long awaited change of
gentoo-dev-sources being moved into gentoo-sources has occurred.
However, kernel.org shows 2.6.12-rc1 is out and no ~x86 version of this
is evident.  Does the next gentoo-sources kernel get worked on in
another category (as used to happen in the distant past), or is
gentoo-sources where its at?
We do not produce -rc releases for gentoo-sources - we only provide patches on 
top of the stable kernel. If you want a (clean) -rc kernel then you want to 
look at vanilla-sources.

Note that this is no different from how gentoo-dev-sources did it.
Daniel
--
gentoo-user@gentoo.org mailing list


RE: [gentoo-user] Won't emerge -uDvp world

2005-04-01 Thread Mike Turcotte
Thanks everyone for the info!

Michael Turcotte
Information Systems
City of North Bay
200 McIntyre St. E
PO Box 360
North Bay, Ontario
P1B 8H8
 
[EMAIL PROTECTED]
http://www.cityofnorthbay.ca 

 -Original Message-
 From: Jason Stubbs [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 01, 2005 9:36 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Won't emerge -uDvp world
 
 On Friday 01 April 2005 23:02, Mike Turcotte wrote:
  Hello I am trying to upgrade my file server that was built a half to
 three
  quarters of a year ago using Gentoo 2004.2 GRP. I know this is
really
 old
  and probably insecure, but it is used mainly for file sharing
internally
 on
  my network. Anyways, I emerge synced, which went fine, but when I
try to
  pretend to emerge -uDvp world to see what it's going to install, I
get
 the
  error about missing /etc/make.profile and check symlink. What does
this
  mean and what can I do about it? Are those the emerge options I
should
 be
  using for this?
 
 Okay. You've hit a bug in portage, which you'll side-step, and then
have
 to
 side-step another bug in order to get you back to a supported profile.
 Assuming that you do in fact have an /etc/make.profile symlink, first
 create
 an empty make.defaults under it:
 
 # touch /etc/make.profile/make.defaults
 
 Then upgrade portage to the latest, which should be 2.0.51.19. You'll
get
 a
 depracation notice telling you to upgrade your profile. Ignore it. So,
 that's
 just:
 
 # emerge portage
 
 Once that's done, then you can follow whatever the steps shown were to
 upgrade
 your profile. After that's done, you should be back in business again.
 
 Regards,
 Jason Stubbs
 --
 gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread A. R.
  http://gentooexperimental.org/nt/




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



Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Neil,

Terribly sorry, Neil. I'll make absolutely sure next time to check with you
first before reinstalling, I promise.

jlowell

- Original Message -
From: Neil Bothwick [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 01, 2005 2:43 AM
Subject: Re: [gentoo-user] Host, Schmost!




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Nick Rout wrote:
 On Fri, 2005-04-01 at 03:03 -0800, John Lowell wrote:
 I just completed a stage1 install from the minimal 2005.0 livecd on a
 box that will be used as a web server. I boot without incident, run
 ifconfig and get a perfectly suitable response, can ping my router
 successfully but, attempting to reach the web, get unknown host
 errors.

 The setup here is almost trite: Three workstations with dynamic
 addresses behind an ADSL router/switch which doubles as a dhcp
 server, and the webserver mentioned earlier with a static address
 outside the range authorized for dynamic service and with port 80
 forwarded. I have /etc/conf.d/net with iface_eth0=192,168.1.44
 Broadcast 192.168.0.255 NetMask 255.255.255.0 and gateway enabled at
 192.168.1.1. /etc/resolv.conf shows proper nameserver numbers.

 I don't get it. The workstations all reach the web without
 difficulty. But the webserver, nothing but unknown host errors. This
 same machine was working just fine before the latest install with
 the very same configuration. Some help please.

 sounds like s dns problem.

 on the webserver what does /etc/resolv.conf say? I should include some
 nameserver lines.

 dhcp sets the nameserver lines in /etc/resolv.conf, a manula setup
 does not. I suspect thats the problem. copy the nameserver lines from
 one of the dhcp workstations.

 If that doesn't fix it try pinging an ip address on the net by number,
 eg ping 123.123.123.123 and let us know the results.


 jlowell
 --
 Nick Rout [EMAIL PROTECTED]

Hi Nick,

Thanks for the reply.

The DNS entries were, in fact, entered during installation via dhcp, which
is the way the livecd read my network. Checking /etc/resolv.conf, the
nameserver entries there are perfectly correct for this machine. Unless the
style used to enter them needs to be revised in some way, which I would
doubt, they're fine. Id tried your suggestion of pinging by number rather
than address and it doesn't make any difference.

Again thanks for your reply.

jlowell

jlowell  .


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Dave Nebinger wrote:
I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1:
[snipped]
You should not do either of these things.  First you should fix your CFLAGS
to remove the -mcpu flag and replace with the appropriate -march value.
 

OK what do you suggest as an appropriate -mach value? 

Some time ago I started getting this warning.
Secondly, since you're using -mcpu=686 yet gcc appears to be i386 based, I
would guess that your system setup from the ground up is poorly set up.
 

I set up the system from Gentoo ver 2004.2  At the time I chose what the 
documentation recommended as reasonable defaults.  I am not familiar 
with what these flags really do for gcc.  I understand that certain 
optimizations for 686 exist that make incompatible binaries for earlier 
processors ie i586.

My make.conf has
CHOST=i386-pc-linux-gnu
I don't know if gcc depends on any specific part of this value.  AFAIK 
it's simply a name (handle).  Maybe so you can have several versions of 
gcc around and chose which one you want to use?

If you're still in the early stages of the system build, I'd suggest
starting over with valid CFLAGS; trust me, having a solid foundation ensures
that you'll end up with a stable gentoo box when you're done.
 

Yeah I though that I might have to tweak my CFLAGS...  I was never sure 
if it was optimized or not.

Right now I use
CFLAGS=-O2 -mcpu=i686 -fomit-frame-pointer
Clearly -mcpu=i686 is depreciated.  What -march setting is good?
How does -fomit-frame-pointer effect the compilations?
I don't put -O[3-6] because I read that gcc doesn't always define such 
optimizations it falls back to -O2.  Also, I don' t know if any of the 
higher optimizations are experimental or not. 

Anyway what do you suggest?
I have a vanilla P4 Willemite...
If the system has been operational for awhile, then I think you should count
yourself lucky, not emerge the glibc update, and keep your misconfigured box
running as it is.
 

I've emerged glibc about 4 times already.  I remember a similar error 
occured a while ago but was fixed by a subsequent release.

TNX for your attention
Leo
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Bug reporting questions

2005-04-01 Thread Leo
Jason Stubbs wrote:
On Friday 01 April 2005 22:49, Leo wrote:
 

Hi.
I'm getting an error with sys-libs/glibc-2.3.4.20050125-r1:
loadmsgcat.c: In function `_nl_init_domain_conv':
../sysdeps/i386/bits/string.h:655: error: can't find a register in class
`GENERAL_REGS' while reloading `asm'
make[2]: ***
[/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i386-pc-linux-
gnu-linuxthreads/intl/loadmsgcat.os] Error 1
   

These lines contain all the information necessary. The first error that 
occurred, what file it occurred in and what directory that file is in. The 
rest of the information will sometimes help but it is quite rare in my 
experience.

 

I define
$ARCH='~x86'
   

Are you sure you don't mean ACCEPT_KEYWORDS? You should not be touching the 
ARCH variable at all. If you are, it could quite realistically be causing 
your issue.
 

Yes!  ACCEPT_KEYWORDS in fact.  oops  I didn't touch the ARCH var at all.
 

What product do I select when reporting this bug on Gentoo bugzilla?
Should I just send an email directly to the glibc maintainer?
   

You should just follow what it tells you, ie Gentoo Linux.
Regards,
Jason Stubbs
--
gentoo-user@gentoo.org mailing list

 

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Leo
A. R. wrote:
 http://gentooexperimental.org/nt/

Nah!
--
 

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


Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Jason Stubbs wrote:
 On Friday 01 April 2005 20:03, John Lowell wrote:
 I just completed a stage1 install from the minimal 2005.0 livecd on
 a box that will be used as a web server. I boot without incident,
 run ifconfig and get a perfectly suitable response, can ping my
 router successfully but, attempting to reach the web, get unknown
 host errors.

 The setup here is almost trite: Three workstations with dynamic
 addresses behind an ADSL router/switch which doubles as a dhcp
 server, and the webserver mentioned earlier with a static address
 outside the range authorized for dynamic service and with port 80
 forwarded. I have /etc/conf.d/net with iface_eth0=192,168.1.44
 Broadcast 192.168.0.255 NetMask 255.255.255.0 and gateway enabled
 at 192.168.1.1. /etc/resolv.conf shows proper nameserver numbers.

 Your broadcast address is wrong there. You also have a comma between
 192 and 168. Not sure if the capitalization matters either.

 I don't get it. The workstations all reach the web without
 difficulty. But the webserver, nothing but unknown host errors. This
 same machine was working just fine before the latest install with
 the very same configuration. Some help please.

 `route -n` output on the box makes sense?

 Regards,
 Jason Stubbs

Hi Jason,

Thanks for the reply.

Interesting point about the 0 vs. a 1 in broadcast. I, too, thought that
changing to 1 might make a difference but it doesn't. The 0 is default for
/etc/conf.d/net, of course, and I've never understood why it's set that way
in Gentoo. The comma is a typo and the caps the result of transcribing by
hand to the mail message.

Will I have access to the route command? This is a fresh install with, so
far, only system packages.

Again, thanks for your reply.

jlowell






--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread John Lowell
Uwe Thiem wrote:
 On Friday 01 April 2005 13:03, John Lowell wrote:
 I just completed a stage1 install from the minimal 2005.0 livecd on
 a box that will be used as a web server. I boot without incident,
 run ifconfig and get a perfectly suitable response, can ping my
 router successfully but, attempting to reach the web, get unknown
 host errors.

 The setup here is almost trite: Three workstations with dynamic
 addresses behind an ADSL router/switch which doubles as a dhcp
 server, and the webserver mentioned earlier with a static address
 outside the range authorized for dynamic service and with port 80
 forwarded. I have /etc/conf.d/net with iface_eth0=192,168.1.44
 Broadcast 192.168.0.255 NetMask 255.255.255.0 and gateway enabled
 at 192.168.1.1. /etc/resolv.conf shows proper nameserver numbers.

 Your broadcast is wrong. Should be 192.168.1.255.

 Uwe

 --
 95% of all programmers rate themselves among the top 5% of all
 software developers. - Linus Torvalds

 http://www.uwix.iway.na (last updated: 20.06.2004)

Uwe,

Thanks for writing.

Broadcast with 0 is default in /etc/conf.d/net. I've tried it both ways with
no difference being made.

Regards.

jlowell


--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Bug reporting questions

2005-04-01 Thread Dave Nebinger
NOTE: Making the changes I suggest below may impact your system (especially
by changing the CHOST).  If you choose to make them be sure to emerge
--emptytree system at least and probably the world as well.

 My make.conf has
 CHOST=i386-pc-linux-gnu

use CHOST=i686-pc-linux-gnu

 CFLAGS=-O2 -mcpu=i686 -fomit-frame-pointer
 
 Clearly -mcpu=i686 is depreciated.  What -march setting is good?
 

use CFLAGS=-O2 -march=pentium4 -pipe -fomit-frame-pointer

 How does -fomit-frame-pointer effect the compilations?

It removes the frame pointer from the execution stack.  As one method calls
another, a frame pointer would normally be put on the stack to assist in
debugging.  However, it uses space that is not normally needed for a
production build, which is why it is omitted.

 I don't put -O[3-6] because I read that gcc doesn't always define such
 optimizations it falls back to -O2.  Also, I don' t know if any of the
 higher optimizations are experimental or not.

Stick with -O2 as it is the safest bet.

 I've emerged glibc about 4 times already.  I remember a similar error
 occured a while ago but was fixed by a subsequent release.

The toolchain is the critical part of any unix system; a misconfig on one of
the components can crop up in all kinds of weird and funky places at weird
and funky times.

I'm also going to guess that you do not have the nptl use flag defined in
make.conf; if you do not, add the nptl use flag as the nptl threads
currently receive more development support than the older threads.  With
your P4 they will have a better performance profile as well.



--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Dave Nebinger
   http://gentooexperimental.org/nt/
 
 Nah!

It's got to be an april fool's joke...


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo for the Windows NT Kernel

2005-04-01 Thread Derek Hansen
I have to admit, it had me going for just a little while...

On Apr 1, 2005 8:05 AM, Leo [EMAIL PROTECTED] wrote:
 A. R. wrote:
 
   http://gentooexperimental.org/nt/
 
 
 
 Nah!
 --
 
 
 
 ditto!
 --
 gentoo-user@gentoo.org mailing list
 

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11: truetype-fonts vs. type1-fonts

2005-04-01 Thread Grant
 Nope, Type1 are high quality fonts from Adobe. Truetype are fonts
 introduced by M$. They are of lower quality.
 
 Frank

Is it beneficial to build both of them into an xorg installation or is
that a waste?

- Grant

 On Wed, 2005-03-30 at 13:32 -0800, Grant wrote:
  Are the USE flags 'truetype-fonts' and 'type1-fonts' in xorg-x11 meant
  to be substitutes for each other?  I'm running the xfs font server,
  and I know I'm supposed to keep my installed fonts down to those I
  want.
 
  - Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] E-Builds for DVD Software

2005-04-01 Thread Kiawud
On Mar 31, 2005 4:22 AM, Ralph Slooten [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Matthias F. Brandstetter wrote:
  Hi, can you make backup copies of copy protected DVDs with dvdrip?
  Of course, including menu and resizing to a single layer DVD, as some
  windows programs can do?
 
 Although I don't know the answer to that, however I did get DVDshrink to
 work well with wine
 (http://axljab.homelinux.org/DVD_to_DVD_-_DVDshrink). The ripping to ISO
 takes a while though (about 1:1 for the film with my 800MHz), however
 it's almost all automatic... and results are great, and all  extras
 (menus/audio tracks etc) are avaliable. Easy to use too. Protection can
 be removed too.
 
 The resulting ISO is burned with growisofs to DVD.
 
 Greetings
 Ralph
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.0 (MingW32)
 
 iD8DBQFCS91vAWKxH5yWMT8RAnQxAKDHPtFMWGgF9J16i2kj6xXG2ANVqACfZzwW
 uWVaJrYJ2onnWTC4+edZlWs=
 =sPye
 -END PGP SIGNATURE-
 
 --
 gentoo-user@gentoo.org mailing list
 
 
I've used 'lxdvdrip' to make backup copies of various DVD's.  lxdvdrip
is basically a front end to apps such as dvdauthor, dvdbackup,
transcode, etc. ...  It will take a dual-layer DVD and shrink it to a
single-layer (or make a straight dvdbackup of a single-layer DVD).

However, I have noticed some irregularities with it.  On one DVD
player, the movie starts automatically and I can't get to the menu
unless I fast-forward to the end of the movie.  On another DVD player,
the menu comes up just fine. YMMV.

HTH,

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



Re: [gentoo-user] Service named already provided by dns!

2005-04-01 Thread Neil Bothwick
On Fri, 1 Apr 2005 13:45:16 +0400, Andrew Gaydenko wrote:

 I see, I can remove/backup this file. The problem is I don't understand
 why the /etc/init.d/named file (more strictly, the fact, this service 
 provides 'dns') is taken into account when the service is _not_ added to
 one of runlevel scrips.

Because you have two services providing dns available. Imagine if neither
of them was in a run level bit something else was that had a dependency on
dns, which one would it start?


-- 
Neil Bothwick

Planet 98% full! Delete Windows users? (Y/y)


pgpSbYgU93a5r.pgp
Description: PGP signature


Re: [gentoo-user] openldap question (non-ssl = ssl)

2005-04-01 Thread Travis Osterman
 There is the file in /etc/conf.d/slapd.
 # conf.d file for the openldap-2.1 series
 #
 # To enable both the standard unciphered server and the ssl encrypted
 # one uncomment this line or set any other server starting options
 # you may desire.
 #
 # OPTS=-h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'

FIXED:

Thanks, I had deleted the ldap:// option at some point.  After
replacing it and restarting the service, I'm good to go.

 # nmap localhost | grep ldap
389/tcp   open  ldap
636/tcp   open  ldapssl

Thanks also for the security concerns.  It's my next order of business
after migrating user accounts.

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



Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Kashani
John Lowell wrote:
  Thanks for writing.
Broadcast with 0 is default in /etc/conf.d/net. I've tried it both ways with
no difference being made.
Why don't we clear this up and have you post your ifconfig and netstat -rn
kashani
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Host, Schmost!

2005-04-01 Thread Neil Bothwick
On Fri, 1 Apr 2005 10:04:34 -0800, John Lowell wrote:

 Terribly sorry, Neil. I'll make absolutely sure next time to check with
 you first before reinstalling, I promise.

What's your problem? I only asked a question. There's no reason to get
sarcy, even less reason to do it twice.


-- 
Neil Bothwick

Forgive your enemies. But hit them a few times first.


pgp7WDq2y0LZI.pgp
Description: PGP signature


Re: [gentoo-user] Can't complete the install!

2005-04-01 Thread Robert G. Hays
Nick,
IPv6, huh?  Hmmm  Any way to tell it v4?
Local servers -- I did that, right under the 'stage 3' banner, and 
several are known to me as v4 capable; used themseveral times.

emerge-webrsync when it finishes says to now proceed with emerge --sync.
Given that I really, really wanted to do stage-1  lots of 
custom/performance changes soon to get the best out of my system, don't 
I still need to do this?,  Probably  with --world or something?

Thank You!,
rgh.
Nick Rout wrote:
To cut a long story short it looks like the notorious ipv6 problem -
wherein mirrorselect choses ipv6 mirrors (because ipv6 is enabled on the
boot cd) but your chroot does not use ipv6.
Find a mirror near you and put it in /etc/make.conf manually (within the
chroot), the mirror list is easy to find off the main gentoo.org page.
If that doesn't work use emerge-webrsync - once you have done that you
have enough to complete the install, you don't need to emerge --sync
after emerge-webrsync. 

On Thu, 2005-03-31 at 21:49 -0500, Robert G. Hays wrote:
 

Gentoo universal CD + packages CD, 2004.3
By-the-book, literally -- I printed it and punched it into binder !
Note that I am typing  sending this in Windows, thus some data may be 
off a *little*, since Gentoo doesn't work.

-
stage 1 install :
-
Tried mirrorselect -a  -i, both: with  without -bX
emerge --sync only finds raven, raptor, heron, hawk, crane,  cockatoo 
servers, no matter what.
First server hit in a given run gets to about app-admin/?/io.c, at which 
point it gives code 30 at line 109  code 12 at line 189 and times out, 
follow-on servers give nothing except list-of-files.

emerge-webrsync finds one server, I forget which.  Says no md5's 
available at all, and quits.

-
stage 3 install :
-
same, even after I 'select with -o -i  -b10, picking ~12 *new* servers 
 retrying ~11 times.
(Yes I mean that 'emerge --sync' hits the same 6 servers, or rather 4 of 
them per run, ignoring the servers I selected, or, retrying 11 times, -a 
-s12, recycles through same old 6.)

emerge-webrsync finally found a server *I* told it to find, apparently 
worked, but...  emerge --sync performed per previous paragraph, except 
different files fetched, still the io.c errors above.

...
Rebooted to hdisk.
Still can't get anything else, except one-at-a-time, and that has trouble.
Can compile bzImage, can NOT compile modules without crash; seg-fault in 
various files, kernel panic in others.

(SuSE 9.0 on target drive for ~10 months can compile anything, far more 
in a row than required to crash Gentoo-compiles, but oldconfig-bzImage 
does not match booted kernel, thus I will NOT patch-c.  Otherwise, SuSE 
runs fine, always, no matter what the load.)

And yes I dotted all the 'i's that I know of, in all above; 20+ years 
programming and everything else; I *do* know how to RTFM  *follow* it.

-
Hardware c..:
-
Shuttle AN35N 400 Ultra+MCP mobo w/nVidia nForce2 chip ~6 months old. 
Never gets over ~45c.

AMD XP 2700+, never gets over 51C, and that only once -- otherwise never 
over 47c.

NO over-/under-  -clock/-voltage.
1GB Centon RAM, as 512+256+256.  www.simmtester.com for 12 hours no 
errors, repeatedly.

Maxtor 30G hda.  (Testing hd; will only fornicate with 'real' 120G when 
all works RIGHT.)

ATI All-In-Wonder 9600 video 128MB, AGP8
Sound Blaster Live Value PCI
3Com '3c59x' NIC, PCI
On-board Realtek sound  nic both turned off.
All BIOS parms set for precisely what I have.  Precisely.
-
Netgear RP114 (updated) router between nic  Westell modem to phone-co 
(bellsouth) DSL 1.5m/256k.
-
Drive-parts:
1) 512M dos
2) 200M linux boot
3) ~5.5G Win98/f32
4) (extended)
5) 1G unused limux (all-in-one)
6) 15M hidden dos
7) 15M dos
8) ~1G f32
9) ~1G f32
10) 1G swap
11) linux /, to end of drive; ~~20G.
grub in 2).
-
Partitions  router are NOT negotiable!

I NEED correct ATI drivers to get *ALL* functionality avail on video card.
I NEED Win4Lin (for W98se under linux to solve native-mode issues).
I intend other things, but these two are NOT negotiable, or else I'll 
just have to keep running Wunnerful-Hic!-Winders98SE-HIC!!.

**POSSIBLE** that the 30G hd is bad, but I doubt, rest of machine is as 
solid as a planet.

Why crashes  ignoring selected servers?
PLEASE help!
Thank you,
Robert G. Hays
--
gentoo-user@gentoo.org mailing list
   

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] xorg-x11: truetype-fonts vs. type1-fonts

2005-04-01 Thread Robert G. Hays
Depends on if you need some font(s) that are only in the M$ list.
 quality depends mostly on size  capabilities of the intended output 
device...

rgh
Grant wrote:
Nope, Type1 are high quality fonts from Adobe. Truetype are fonts
introduced by M$. They are of lower quality.
Frank
   

Is it beneficial to build both of them into an xorg installation or is
that a waste?
- Grant
 

On Wed, 2005-03-30 at 13:32 -0800, Grant wrote:
   

Are the USE flags 'truetype-fonts' and 'type1-fonts' in xorg-x11 meant
to be substitutes for each other?  I'm running the xfs font server,
and I know I'm supposed to keep my installed fonts down to those I
want.
- Grant
 

--
gentoo-user@gentoo.org mailing list
 

--
gentoo-user@gentoo.org mailing list


<    2   3   4   5   6   7   8   9   10   11   >