Re: [gentoo-ppc-user] Hwclock error

2006-03-28 Thread David Gurvich
I used Xorgautoconfig to generate a working xorg.conf and modified for my 
specific system.

On Tuesday 28 March 2006 12:23 pm, Flisk . wrote:
 Hi David,
 Thanks for your reply. But last nught I found the problem, was a kernel
 parameter.
 I defined the CUDA instead of PMU in Device Drivers -- Machintosh
 device drivers.
 Now I'm tryng to install X and KDE. David, how did you installed KDE or
 Gnome in your machine, I'm with some problems in configs for video. Can you
 send me you xorg.conf?
 Best regards.

 On 3/28/06, David Gurvich [EMAIL PROTECTED] wrote:
  I would suggest seeing what modules are loaded by the CD.  As it happens,
  my
  current computer is a dual-G4 almost identical to the one described. 
  I'll attach my .config to this message.
 
  On Sunday 26 March 2006 3:11 pm, Flisk . wrote:
   Hi folks,
   Here where I work we received a G4 computer and I started to
   install
 
  a
 
   Gentoo 2006.0. The computer is a G4 2 CPU's 512MB of memory 2 HD, I
 
  started
 
   to install Gentoo 2006.0 from stage 1 and everything gone well. I
 
  installed
 
   with cpu flag as G4 and O2.
   But when the computer restarted a problem appeared with hwclock,
 
  when I
 
   execute the hwclock an error appear. The error is something like:
 
  select()
 
   to /dev/rtc to wait for clock tick timed out and the date in Linux
   stay 1970, the bios time is correctly because when I boot the Gento CD
   the hwclock work perfectly. I already recompiled the kernel with many
 
  options
 
   but nothing solve the problem.
   I believe that the problem is with some kernel option that I forgot
 
  or
 
   some patch, because in the Gentoo CD the hwclock works perfectly. What
   kernel option or patch can be solve the problem? Hints?
   Best regards.
  
   
   Fernando Simon
   Brazil
   
 
  --
  Kmail on Gentoo/PPC

-- 
Kmail on Gentoo/PPC
# This file was generated by Xorgautoconfig v0.2.
Section ServerLayout
Identifier  X.Org Configured
Screen  0  Screen0 0 0
InputDevice Mouse0 CorePointer
InputDevice Keyboard0 CoreKeyboard
EndSection

Section Files
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

   RgbPath  /usr/lib/X11/rgb

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

ModulePath  /usr/lib/modules

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

# For X Font Server support, uncomment this and comment the other FontPaths
# Note that this is not required for most configurations
#   FontPathunix/:-1
FontPath/usr/share/fonts/local/
FontPath/usr/share/fonts/encodings/
FontPath/usr/share/fonts/util/
FontPath/usr/share/fonts/misc/
FontPath/usr/share/fonts/75dpi/
FontPath/usr/share/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/100dpi/
FontPath/usr/share/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/cyrillic/
FontPath/usr/share/fonts/Type1/
FontPath/usr/share/fonts/TTF/
FontPath/usr/share/fonts/ukr/
FontPath/usr/share/fonts/default/
FontPath/usr/share/fonts/CID/
FontPath/usr/share/fonts/baekmuk-fonts/
FontPath/usr/share/fonts/arphicfonts/
FontPath/usr/share/fonts/kochi-substitute/
FontPath/usr/share/fonts/afms/
FontPath/usr/share/fonts/cronyx/
FontPath/usr/share/fonts/corefonts/
FontPath/usr/share/fonts/terminus/
FontPath/usr/share/fonts/intlfonts/
FontPath/usr/share/fonts/freefont/
FontPath/usr/share/fonts/ttf-bitstream-vera/
EndSection

Section Module
Loadextmod
Loaddri
Loaddbe
Loadrecord
Loadglx
Loadtype1
Loadfreetype
Loadfbdevhw
EndSection

Section Extensions
#   Option Composite  Disable   # Experimental
EndSection

Section ServerFlags
Option  blank time10# 10 minutes
Option  standby time  20
Option  suspend time  30
Option  off time  60
### Uncomment this Server flag if X should not change resolutions.
### This is useful if mode changing crashes / corrupts the X server
#   Option  DisableVidModeExtensions
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
# Change XkbModel to macintosh_old if you are using
# the deprecated adb keycodes.
Option   

Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 00:06:54 -0600, Teresa and Dale wrote:

 I upgraded gcc a while back.  I thought I read somewhere that it is best
 to just upgrade on occasion with the major upgrades.  Should this be
 upgraded or should I mask it?  This is what I get:
 
  [EMAIL PROTECTED] / # emerge -up world
 
  These are the packages that I would merge, in order:
 
  Calculating world dependencies ...done!
  [ebuild U ] sys-devel/gcc-config-1.3.13-r1 [1.3.12-r6]
  [ebuild U ] sys-devel/gcc-3.4.5-r1 [3.4.5]

Read the changelog and decide for yourself.
emerge --changelog gcc will show you the changes and the reason for
the upgrade.

 I really don't want to do a emerge -e world or rebuild a lot right now. 
 I am glad to see the new Scribus though.  ;-)

You don't have to do an emerge -e- world for a minor update to GCC. Maybe
when you go from 3.3 to 3.4, or 3.4 to 4.0, but not for this.


-- 
Neil Bothwick

Bookmark - A means of returning to where you got lost last time.


signature.asc
Description: PGP signature


Re: [gentoo-user] telnet localhost

2006-03-28 Thread Alexander Skwar
THUFIR HAWAT wrote:
 On 3/27/06, Jerry McBride [EMAIL PROTECTED] wrote:
 ..
 The localhost is not a service it's an ip.

 Jerry
 ..
 
 Jerry, I'm not understanding the signicance of that.

You used a wrong term. That's all.

  Ping is
 resolving localhost to the ip, yes?

Well, no. ping is sending icmp packages. And it'll also
resolve hostnames. But that's not the main purpose of
ping. For resolving hostnames, there's host or nslookup.

 [EMAIL PROTECTED] ~ $ telnet localhost
 Trying 127.0.0.1...
 telnet: Unable to connect to remote host: Connection refused
 [EMAIL PROTECTED] ~ $ telnet 127.0.0.1
 Trying 127.0.0.1...
 telnet: Unable to connect to remote host: Connection refused

Fine. Do you have a telnet server running?

Alexander Skwar
-- 
BOFH Excuse #451:

astropneumatic oscillations in the water-cooling
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] telnet localhost

2006-03-28 Thread Alexander Skwar
THUFIR HAWAT wrote:
 On 3/27/06, Dirk Heinrichs [EMAIL PROTECTED] wrote:


  Why can I not telnet to my own localhost?

 Because the services you want to connect to are not available.

 
 Yes, it does, thank you.  How do I find out why they're not available, though?

In the logs. Is leafnode using xinetd, or is it run
as a standalone service? Try to restart the service
(be it xinetd or leafnode) and watch the logs. Try
to connect to leafnode and watch the logs.



Alexander Skwar
-- 
BOFH Excuse #451:

astropneumatic oscillations in the water-cooling
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] telnet localhost

2006-03-28 Thread Alexander Skwar
THUFIR HAWAT wrote:
 On 3/27/06, Matt Richards [EMAIL PROTECTED] wrote:
  THUFIR HAWAT wrote:
 
  Why can I not telnet to my own localhost?
 
  Is leafnode enabled? Or is it still disabled?
 
  Check your xinetd configuration.
 
 I think it's enabled, see below.

Yes, it is, you're right. What's showing up in the logs?


 [EMAIL PROTECTED] ~ $ netstat -an | grep nntp

Of course not. Reading the man pages might help...

-n will not do any name resolving. So, do:

netstat -an | grep 119

 Is it a problem with the FQDN?  On re-reading the FAQ, I changed the
 hostname as I don't own gmail.com, but I *do* have an account with
 gmail, so...

so... what? You're still not allowed to use gmail.com as the
hostname part of your MID.

 Most of what's been written in reply goes over my head.

Well, there are howtos out there. And there's professional,
paid-for help.

Alexander Skwar
-- 
BOFH Excuse #451:

astropneumatic oscillations in the water-cooling
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: bash scripting: implement uninterruptable sleep

2006-03-28 Thread Sascha Lucas

Hi List,

I have a shell script and want a uninterruptable sleep. /usr/bin/sleep 
itself seems to have its own signal handlers. How is it possible to sleep 
uninterruptable?


#!/bin/bash
trap echo 'Ctrl+C should not work' INT

for foo in 1 2 3; do
echo $foo
sleep 10
done
## end of script

TIA,

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



Re: [gentoo-user] telnet localhost

2006-03-28 Thread Alexander Skwar
THUFIR HAWAT wrote:

 Based on the /var/log/messages I don't think I have the FQDN correctly set.

What makes you think so?


 localhost ~ # netstat -a|grep LISTEN

Is xinetd running?

Alexander Skwar
-- 
BOFH Excuse #451:

astropneumatic oscillations in the water-cooling
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] telnet localhost

2006-03-28 Thread Alexander Skwar
THUFIR HAWAT wrote:
 On 3/27/06, kashani [EMAIL PROTECTED] wrote:
 THUFIR HAWAT wrote:

 Then I'd look at logs. xinetd can be finicky about starting services if
 they aren't configured right. I'd restart xinetd
 
 I've been rebooting :(
 Is there a better way?

Ofcourse, there is. eselect rc restart xinetd or /etc/init.d/xinetd restart

   1054  Mar 22 13:40:13 localhost leafnode[19860]: cannot open
 /etc/leafnode/config

Is that right? There's no config file?

   1074  Mar 22 15:01:38 localhost leafnode[21414]:  Leafnode must have
 a fully-qualified and globally unique domain name, not just
 localhost.localdomain. Edit your /etc/hosts file to add a unique,
 fully qualified domain name. localhost.localdomain or thereabouts
 will not work; it's qualified, but not unique. Please see the
 README-FQDN file for details.

Did you read that file?

PS: Please do NOT wrap lines of log files, it makes it very
hard to read those messages, IMO.

Alexander Skwar
-- 
BOFH Excuse #451:

astropneumatic oscillations in the water-cooling
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Phil Sexton

Teresa and Dale wrote:

Hi folks,

My girlfriends mom comes over sometimes and she likes to play card games
on the computer.  Anybody have a list of the games in portage that are
card games?  You know, like Solitaire or something like that.  I have
the ones that come with KDE and Pysol too.  Just looking for some more
for her.

She's used to windoze by the way.  Also, is there a place to go to find
out which ones compare to what ever that is on windoze?  I know they
have to change the names sonce they may be copyrighted or something. 


Perhaps one of these links will help.

Linux Gamers' FAQ
http://icculus.org/lgfaq/

The Linux Game List
http://www.icculus.org/lgfaq/gamelist.php

The Linux Game Tome
http://www.happypenguin.org/

--
Phil
My Home Page: http://fancypiper.info
Our 2nd CD: http://www.cdbaby.com/naomisfancy
Naomi's Fancy: http://www.naomisfancy.net/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] after xorg update, emacs: undefined color: black

2006-03-28 Thread Micah Baker
On Tue, Mar 28, 2006 at 05:25:47PM +1000, Alan E. Davis wrote:
 Why does this happen?  I upgraded to xorg modular (7.0.0).  Most
 things work ok, but emacs gives me this error message.  This includes
 three versions of emacs.
 
 # emacs
 Undefined color: black
 #

I ran into something similar earlier with rxvt.  Changing RgbPath in
xorg.conf seemed to fix things, but the migrating to modular X howto
suggests removing the line (to use the default setting).

 
 I found two messages on the ubuntuforums about this error, assoc with
 xorg, but the www was too slow, and I gave up.
 
 Can anyone point to the light?
 
 Alan
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-28 Thread Bo Andresen
On Tuesday 28 March 2006 04:51, Lord Sauron wrote:
   I'm currently running 2.6.15-r8 of suspend2_sources, so if you're
   using a different kernel YMMV.

 Sorry, what does YMMV mean?

Those are the resources that I use for that kind of questions:

http://en.wikipedia.org/wiki/YMMV
http://www.urbandictionary.com/define.php?term=ymmv

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



[gentoo-user] Alsa build problem

2006-03-28 Thread Technomancer
Hello guys! I'm having some trouble building alsa on my machine.

The alsa kernel driver builds fine, but I get many error messages when
alsasound tries to load the module and also a lot of error messages
when the service is stopped.

I tried to build the modules with alsa-driver (I have disabled the
alsa option in the kernel) but it fails to compile, with the following
error:

include/linux/pci.h:460: error: syntax error before numeric constant
make[4]: *** 
[/var/tmp/portage/alsa-driver-1.0.10-r2/work/alsa-driver-1.0.10/acore/hwdep.o]
Error 1
make[3]: *** 
[/var/tmp/portage/alsa-driver-1.0.10-r2/work/alsa-driver-1.0.10/acore]
Error 2
make[2]: *** 
[_module_/var/tmp/portage/alsa-driver-1.0.10-r2/work/alsa-driver-1.0.10]
Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.16-gentoo'
make: *** [compile] Error 2

!!! ERROR: media-sound/alsa-driver-1.0.10-r2 failed.
!!! Function src_compile, Line 101, Exitcode 2
!!! Make Failed

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: iRiver players (was: USB sync/async mount)

2006-03-28 Thread Matthias Bethke
Hi Boyd,
on Monday, 2006-03-27 at 16:51:00, you wrote:
 The stock firmware does not show up as a USB block device under either 
 Windows or Linux.  There is an official USB firmware that you can download 
 and install that makes it act like a standard USB block device under both 
 operating systems.

I tried it on my iFP-895 and didn't like it at all. The proprietary
protocol isn't exactly speedy but with the ifp driver for Linux it's OK,
does some 700-800 kB/s on my USB 1.1. The USB Mass Storage
implementation peaks at about 50 kB/s. For a 512 MB player that's a tad
slow...

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


pgpVevH9j7h21.pgp
Description: PGP signature


Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 11:51:11 +0200, Bo Andresen wrote:

  Sorry, what does YMMV mean?
 
 Those are the resources that I use for that kind of questions:
 
 http://en.wikipedia.org/wiki/YMMV
 http://www.urbandictionary.com/define.php?term=ymmv

You can also emerge wtf.

$ wtf ymmv
YMMV: your mileage may vary


-- 
Neil Bothwick

Interchangeable parts aren't.


signature.asc
Description: PGP signature


Re: [gentoo-user] Card games in portage

2006-03-28 Thread Bo Andresen
On Tuesday 28 March 2006 08:37, Teresa and Dale wrote:
 Hi folks,

 My girlfriends mom comes over sometimes and she likes to play card games
 on the computer.  Anybody have a list of the games in portage that are
 card games?  You know, like Solitaire or something like that.  I have
 the ones that come with KDE and Pysol too.  Just looking for some more
 for her.

 She's used to windoze by the way.  Also, is there a place to go to find
 out which ones compare to what ever that is on windoze?  I know they
 have to change the names sonce they may be copyrighted or something.

I don't know anything about pysol but these games are in Windows:

 # eix -C games -r 'hearts|freecell'
* games-board/hearts 
 Available versions:  1.98
 Installed:   none
 Homepage:http://hearts.luispedro.org/index.php
 Description: clone of the hearts game for KDE that comes with 
Windows

* games-board/xfreecell 
 Available versions:  1.0.5b
 Installed:   1.0.5b
 Homepage:http://www2.giganet.net/~nakayama/
 Description: A freecell game for X

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



Re: [gentoo-user] nvidia 6629? was: modular Xorg made it to ~x86

2006-03-28 Thread Norberto Bensa
Neil Bothwick wrote:
 On Tue, 28 Mar 2006 01:55:03 -0300, Norberto Bensa wrote:
  Has anyone tried Xorg7 with nvidia 1.0.6629?

 Why do you want to use such an old version? I have it working with
 1.0.7174, the last that works with the TNT2 card in this box.

With GLX enabled?

Regards,
Norberto


pgpjEfZhrSqm2.pgp
Description: PGP signature


Re: [gentoo-user] nvidia 6629? was: modular Xorg made it to ~x86

2006-03-28 Thread Norberto Bensa
Boyd Stephen Smith Jr. wrote:
 Nope, I'm running pure ~amd64, so I am using the 8xxx line of drivers.
 They seem fine to me; have you tried upgrading?  Or, perhaps you are using
 an old video card?

Old one. GeForce 2 MX (NV10 IIRC)

I guess I'll have to buy a new one...


Regards,
Norberto


pgpA9BdVFZL5z.pgp
Description: PGP signature


Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-28 Thread Hemmann, Volker Armin
On Tuesday 28 March 2006 08:06, Teresa and Dale wrote:
 Hi,

 I upgraded gcc a while back.  I thought I read somewhere that it is best
 to just upgrade on occasion with the major upgrades.  Should this be

 upgraded or should I mask it?  This is what I get:
  [EMAIL PROTECTED] / # emerge -up world
 
  These are the packages that I would merge, in order:
 
  Calculating world dependencies ...done!
  [ebuild U ] sys-devel/gcc-config-1.3.13-r1 [1.3.12-r6]
  [ebuild U ] sys-devel/gcc-3.4.5-r1 [3.4.5]
  [ebuild U ] app-office/scribus-1.3.3 [1.3.2-r1]
  [ebuild U ] sys-apps/dbus-0.61-r1 [0.61]
  [EMAIL PROTECTED] / #

 I really don't want to do a emerge -e world or rebuild a lot right now.
 I am glad to see the new Scribus though.  ;-)


you don't have to.

As long as you are not updating to gcc4 you never need to make an emerge -e 
world. Not because of gcc updates and never because of glibc updates.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nvidia 6629? was: modular Xorg made it to ~x86

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 09:10:33 -0300, Norberto Bensa wrote:

  Why do you want to use such an old version? I have it working with
  1.0.7174, the last that works with the TNT2 card in this box.
 
 With GLX enabled?

I think so, but I don't have access to that box right now.


-- 
Neil Bothwick

Time for a diet! -- [NO FLABBIER].


signature.asc
Description: PGP signature


Re: Re: [gentoo-user] Card games in portage

2006-03-28 Thread brettholcomb
Try the kde game set.  I can't remember off the top of my head (and I'm not 
near the system) what it's called. 

 
 From: Teresa and Dale [EMAIL PROTECTED]
 Date: 2006/03/28 Tue AM 02:43:21 EST
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Card games in portage
 
 Ted Ozolins wrote:
 
 pysol. you have to emerge python with tcltk use flag in order for it to
 work. Pysol contains just about every card game you can imagine.
 
   
 
 Yea, I have that one though.  I was wondering if there were any more
 though.  I looked in /usr/portage but they are not sorted by card or
 anything.  I do like Pysol though and you do need that flag too.
 
 Thanks,
 
 Any more neat card games?
 
 Dale
 :-)
 -- 
 gentoo-user@gentoo.org mailing list
 
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] arts

2006-03-28 Thread contiemilio
As I said yeasterday during the emerge of KDE I did not install arts.
So I installed arts then re-emerging the already installed KDE packages.
(argh, argh and argh).
But the sistem bell does not ring yet..
Another bug? 

Ciao
emilio

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] arts

2006-03-28 Thread Ralph Slooten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Maybe I misunderstand you, but here goes:

The system bell is a kernel module in the  2.6 kernels ~ this is if you
are meaning the actual system bell. If you are referring to a beep in
the KDE konsole, then that is a separate settings that can be turned on
and off, and has nothing to do with the system bell.

In the kernel:
Device Drivers -
  Input device support -
Miscellaneous devices - PC Speaker support

Greetings
Ralph

[EMAIL PROTECTED] wrote:
 As I said yeasterday during the emerge of KDE I did not install arts.
 So I installed arts then re-emerging the already installed KDE packages.
 (argh, argh and argh).
 But the sistem bell does not ring yet..
 Another bug? 
 
 Ciao
 emilio


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFEKTNpCt0ZF9kLPvYRAvI5AJ0cfZ+0n7IMHg/sGvQ8XMm6T203gACeLf68
AGp+OdkEqwdYNO74lxYgjJ8=
=B4wG
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] arts

2006-03-28 Thread b.n.

[EMAIL PROTECTED] wrote:

As I said yeasterday during the emerge of KDE I did not install arts.
So I installed arts then re-emerging the already installed KDE packages.
(argh, argh and argh).
But the sistem bell does not ring yet..
Another bug? 


Have you checked that arts was in your USE flags when you recompiled kde?

Have you checked your kde settings (probably kde was configured with 
arts disabled, and these configurations shouldn't have changed)?


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



[gentoo-user] Multiple whatis hits

2006-03-28 Thread Matthias Bethke
I was wondering about those multiple hits I get every time I use
whatis(1) or apropos(1) these days. Everything is listed three times,
which is kind of annoying. It's not too hard to find the culprit if you
look at whatis: /etc/man.conf lists /usr/man and /usr/X11R6/man as
separate entries for MANPATH but these are both links to /usr/shar/man
where the actual whatis-db lives. Now that's easy to fix, but I was
wondering
a) why it is like that in the default config (I don't think man.conf is
built dynamically depending on whether e.g. you install X11?) and
b) whether the best way to fix it would be to simply change man.conf or
convert /usr/man and /usr/X11R6/man to real directories and ask portage
for all manpages that are supposed to be installed there and move them
from /usr/share/man manually?

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


pgpxxJKVBEBU0.pgp
Description: PGP signature


[gentoo-user] Only one processor ?

2006-03-28 Thread Keats
Hi, 
on a recent gentoo installation, 
i ve noticed that i have only one of my processor detected...
i have dual xeon ht so i should have 4 processors detected but i only
have two, like on my xeon ht... 
physical id : 0 for the two processors detected means that only one
physicval processor is detected... 

themof ~ # cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  :   Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 1
cpu MHz : 3200.244
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm
constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips: 6409.60
clflush size: 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  :   Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 1
cpu MHz : 3200.244
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm
constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips: 6400.78
clflush size: 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

here is my headless config file, i removed a lot of things cause it's
only a server... so i don't need usb and things like that... 
any help is welcome :) 
thanx 

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.14-hardened-r6
# Mon Mar 27 16:16:52 2006
#
CONFIG_X86_64=y
CONFIG_64BIT=y
CONFIG_X86=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_CMPXCHG=y
CONFIG_EARLY_PRINTK=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_CPUSETS is not set
CONFIG_INITRAMFS_SOURCE=
# CONFIG_EMBEDDED is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0

#
# Loadable module support
#
# CONFIG_MODULES is not set
CONFIG_STOP_MACHINE=y

#
# Processor type and features
#
# CONFIG_MK8 is not set
CONFIG_MPSC=y
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_L1_CACHE_BYTES=128
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_MICROCODE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_X86_HT=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_MTRR=y
CONFIG_SMP=y
CONFIG_SCHED_SMT=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
# CONFIG_K8_NUMA is not set
# CONFIG_NUMA_EMU is not set
# CONFIG_NUMA is not set
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y
CONFIG_HPET_TIMER=y
# CONFIG_X86_PM_TIMER is not set
CONFIG_GART_IOMMU=y
CONFIG_SWIOTLB=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_PHYSICAL_START=0x10
# CONFIG_KEXEC is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_ISA_DMA_API=y
CONFIG_GENERIC_PENDING_IRQ=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SOFTWARE_SUSPEND is not set
CONFIG_SUSPEND_SMP=y

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
# CONFIG_ACPI_HOTKEY is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# 

[gentoo-user] Re: arts

2006-03-28 Thread James
b.n. brullonulla at gmail.com writes:


 contiemilio at virgilio.it wrote:
  As I said yeasterday during the emerge of KDE I did not install arts.
  So I installed arts then re-emerging the already installed KDE packages.
  (argh, argh and argh).
  But the sistem bell does not ring yet..
  Another bug? 

 Have you checked that arts was in your USE flags when you recompiled kde?
 
 Have you checked your kde settings (probably kde was configured with 
 arts disabled, and these configurations shouldn't have changed)?


recompiling kde does not have to be painful, just do it
overnight. Better still I put this entry into my /etc/make.conf
file to ease the pain:


PORTAGE_NICENESS=10

on slower systems I use 15

ymmv,

James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem with Summer Time setting

2006-03-28 Thread Michael Kintzios
Hi All,

This has been talked to death.  I never recall having any problems
setting my system clock and getting it to automatically adjust to the
British Summer Time change.

I recently moved my fs from my desktop to a laptop.  Unfortunately, the
time change did not happen - I think that the fs was in limbo at the
time the clock changed as I was moving it from one machine to the other.
Since booted on the lappy it is still showing winter time (GMT), while
the desktop system clock has happily changed over to the +1hr summer
time setting.

My /etc/localtime is pointing to /usr/share/zoneinfo/UTC (it was
originally pointing to GMT but I changed it in an effort to fix it).

My /etc/conf.d/clock is set to CLOCK=UTC.

I am not knowingly using NTP, python scripts or anything else to sync my
system clock with the Internet/network.

Is there anything else I am supposed to look into?
-- 
Regards,
Mick


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] iptables question

2006-03-28 Thread Hiren Dave
Hi,
I want to configure firewall such that network 192.168.1.0/24 canonly access http server from server1(192.168.0.2/24) andnetwork 
192.168.0.0/24 can not access http server. So I tried this:
#service iptables stop#iptables -P INPUT DROP#iptables -t filter -A INPUT -s 192.168.1.0/24 --dport 80 -j ACCEPT
But this command sends error that Unknown arg: --dport
HOW CAN I ACHIEVE THIS?

ALSO IS THEREANY BOOKS OR ONLINE DOCUMENTS FOR PRACTICALLY LEARNING OF IPTABLES?
TnRHiren


[gentoo-user] dhcp server

2006-03-28 Thread Hiren Dave
Hi,
I have configured dhcp server for 192.168.0.0/24 network. But when win2k pc is trying to get ip address from dhcp(192.168.0.2) server, it is getting 
192.168.205.1
While in dhcpd.conf file, the configured lease addresses are 192.168.0.10/24 to 192.168.0.20/24
Here is the dhcpd.conf file.##authoritative;ddns-updates on;ddns-update-style interim;ignore client-updates;
key rndckey {algorithm hmac-md5; secret OhoyIvQSE0MULVwlAXJom24RnpFUMhXdwihJHkECEBUQd9MKz0qcHKMphT8o;}
zone guru.com. {primary 192.168.0.2;key rndckey;}
zone 0.168.192.in-addr.arpa. {primary 192.168.0.2;key rndckey;}
subnet 192.168.0.0 netmask 255.255.255.0 {option routers192.168.0.2;option subnet-mask
255.255.255.0;option nis-domainguru;option domain-nameguru.com;option domain-name-servers192.168.0.2;option time-offset-18000;# Eastern Standard Time

range dynamic-bootp 192.168.0.10 192.168.0.20;default-lease-time 43200;max-lease-time 43200;}
/var/log/messages###Mar 27 17:53:46 server1 dhcpd: DHCPDISCOVER from 00:50:56:c0:00:01 (win2k) via eth0Mar 27 17:53:46 server1 dhcpd: DHCPOFFER on 
192.168.0.18 to 00:50:56:c0:00:01 (win2k) via eth0Mar 27 17:53:46 server1 dhcpd: DHCPREQUEST for 192.168.205.1 (192.168.205.254) from 00:50:56:c0:00:01 via eth0: wrong network.
Mar 27 17:53:46 server1 dhcpd: DHCPNAK on 192.168.205.1 to 00:50:56:c0:00:01 via eth0
Why is this win2k pc is getting wrong network ipaddress.
TnR,Hiren


Re: [gentoo-user] after xorg update, emacs: undefined color: black

2006-03-28 Thread Alan E. Davis
I see.

I learned, meanwhile, about that rgb.txt was responsible.  I linked
rgb.txt to it's old address, and wondered why it might have slipped
by.  My, my...  Should have read more of that howto, and will.

I am amazed at how straightforward Gentoo has been.  Less hocus pokus,
and more really solid work.  Thanks to all of the whomevers who have
done this.

I had paranoidly waited for months to update to modular xorg.  It went
really smootly.  I have to recompile Nvidia modules, and that's all.

Alan

On 3/28/06, Micah Baker [EMAIL PROTECTED] wrote:
 On Tue, Mar 28, 2006 at 05:25:47PM +1000, Alan E. Davis wrote:
  Why does this happen?  I upgraded to xorg modular (7.0.0).  Most
  things work ok, but emacs gives me this error message.  This includes
  three versions of emacs.
 
  # emacs
  Undefined color: black
  #

 I ran into something similar earlier with rxvt.  Changing RgbPath in
 xorg.conf seemed to fix things, but the migrating to modular X howto
 suggests removing the line (to use the default setting).

 
  I found two messages on the ubuntuforums about this error, assoc with
  xorg, but the www was too slow, and I gave up.
 
  Can anyone point to the light?
 
  Alan
 
  --
  gentoo-user@gentoo.org mailing list
 
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Javier Payno
Hi

El Martes, 28 de Marzo de 2006 15:18, Keats escribió:
 Hi,
 on a recent gentoo installation,
 i ve noticed that i have only one of my processor detected...
 i have dual xeon ht so i should have 4 processors detected but i only

Have you activated the ht at the system bios??

regards
-- 
Javier Payno

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't compile audacity

2006-03-28 Thread Matias Grana
On Sun, Mar 26, 2006 at 04:05:45AM -0600, Zac Slade wrote:
 On Sunday 26 March 2006 02:13, Martins Steinbergs wrote:
  Calculating dependencies ... done!
  [ebuild  N] media-sound/audacity-1.2.3-r1  USE=encode gtk2
  vorbis -flac -libsamplerate -mad 4,078 kB
 This is a package to definately put in package.keywords with ~arch.
 
 Not only is it under rapid development, each ebuild contains a release (even 
 the betas) that is almost of release quality.  I feel completely safe using 
 the betas that come out of the audacity project for my every day audio work.
 -- 
 Zac Slade

Thanks to all who answered. I was pointed to an ebuild for 1.3.0b in
b.g.o, which works fine.
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with Summer Time setting

2006-03-28 Thread Dirk Heinrichs
Am Dienstag, 28. März 2006 15:30 schrieb ext Michael Kintzios:

 I recently moved my fs from my desktop to a laptop.  Unfortunately, the
 time change did not happen - I think that the fs was in limbo at the
 time the clock changed as I was moving it from one machine to the other.
 Since booted on the lappy it is still showing winter time (GMT), while
 the desktop system clock has happily changed over to the +1hr summer
 time setting.

 My /etc/localtime is pointing to /usr/share/zoneinfo/UTC (it was
 originally pointing to GMT but I changed it in an effort to fix it).

Don't know if this has implications or not, however did you try 
Europe/London instead of UTC/GMT?

 My /etc/conf.d/clock is set to CLOCK=UTC.

In this case, there isn't any clock change. The time is just displayed 
differently.

 Is there anything else I am supposed to look into?

Your HW (bios) clock. Make sure you have CLOCK_SYSTOHC=yes 
in /etc/conf.d/clock, so that upon system shutdown the HW clock will be 
adjusted to system clock.

HTH...

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


pgpyuZMhj8Tg8.pgp
Description: PGP signature


Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Dirk Heinrichs
Am Dienstag, 28. März 2006 15:48 schrieb ext Javier Payno:
 El Martes, 28 de Marzo de 2006 15:18, Keats escribió:
  on a recent gentoo installation,
  i ve noticed that i have only one of my processor detected...
  i have dual xeon ht so i should have 4 processors detected but i only

 Have you activated the ht at the system bios??

And of course, SMP support in your kernel?

Bye...

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


pgpTG72Diw0R1.pgp
Description: PGP signature


Re: [gentoo-user] nvidia 6629? was: modular Xorg made it to ~x86

2006-03-28 Thread Chad Feller

Neil Bothwick wrote:

On Tue, 28 Mar 2006 09:10:33 -0300, Norberto Bensa wrote:

  

Why do you want to use such an old version? I have it working with
1.0.7174, the last that works with the TNT2 card in this box.
  

With GLX enabled?



I think so, but I don't have access to that box right now.


  


I've got an old nVida card:

 01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta 
LT] (rev 15)


and am using the 7174.  GLX, DRI it all works well.  I've been putting 
off upgrading to modular X on this box until I knew that any bugs which 
might affect the nVidia kernel were resolved.  So has anyone using this 
unified driver upgraded to modular Xorg and still had GLX, DRI all work 
using the nVidia 7174?


--
gentoo-user@gentoo.org mailing list



[gentoo-user] VMWare (Gentoo) Linux

2006-03-28 Thread Jeff
Hey all.

I have a question for any VMWare Linux users. My greatest concern, is
Windows being installed and run on top of Linux. When Windows is
'virtually' up and running, does it work as normal? AKA, does it detect
devices and what not, enabling printing, networking, etc? With Windows
running under VMWare, are you able to scan the host operating system's
file system in any way?

I haven't used VMWare for a very long time. Just wanted to get some input.

Thanks much!

-Jeff

-- 
Han Solo:
You said you wanted to be around when I made a mistake,
well, this could be it, sweetheart.
Princess Leia:
I take it back.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] iptables question

2006-03-28 Thread Boyd Stephen Smith Jr.
On Tuesday 28 March 2006 07:38, Hiren Dave [EMAIL PROTECTED] wrote 
about '[gentoo-user] iptables question':
 #service iptables stop
 #iptables -P INPUT DROP
 #iptables -t filter -A INPUT -s 192.168.1.0/24 --dport 80 -j ACCEPT

 But this command sends error that Unknown arg: --dport
 HOW CAN I ACHIEVE THIS?

Raw IP doesn't have port numbers;  You'll have to match on the TCP or UDP 
protocol to be able to match ports.

 ALSO IS THERE ANY BOOKS OR ONLINE DOCUMENTS FOR PRACTICALLY LEARNING OF
 IPTABLES?

Tldp is a good resource.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgp93bYhxqc76.pgp
Description: PGP signature


Re: [gentoo-user] Problem with Summer Time setting

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 14:30:56 +0100, Michael Kintzios wrote:

 My /etc/localtime is pointing to /usr/share/zoneinfo/UTC (it was
 originally pointing to GMT but I changed it in an effort to fix it).
 
 My /etc/conf.d/clock is set to CLOCK=UTC.

If you point it to UTC or GMT, that is what you will get, never BST. Try
pointing it to Europe/London.


-- 
Neil Bothwick

A bit of tolerance is worth a megabyte of flaming. -- Henry Spencer


signature.asc
Description: PGP signature


Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Alexander Skwar
Dirk Heinrichs wrote:
 El Martes, 28 de Marzo de 2006 15:18, Keats escribió:

  on a recent gentoo installation,
  i ve noticed that i have only one of my processor detected...
  i have dual xeon ht so i should have 4 processors detected but i only

 And of course, SMP support in your kernel?


I also wanted to ask this, but then found:

CONFIG_SMP=y

:)

Alexander Skwar
-- 
We have DIFFERENT amounts of HAIR --

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] another iptables question...

2006-03-28 Thread Hiren Dave
Hi,
I have configurediptables server on server1 (192.168.0.1/24).Now I want to allow user root on server1 to be connected to networkand all other users on server1 will not be able to ping other PCs. So
I did this:#iptables -F#service iptables stop#iptables -A OUTPUT -m owner --uid-owner 0 -j ACCEPT#iptables -A OUTPUT -j DROP#iptables -L
Chain INPUT (policy ACCEPT)target prot opt source destination 
Chain FORWARD (policy ACCEPT)target prot opt source destination 
Chain OUTPUT (policy ACCEPT)target prot opt source destination ACCEPT all -- anywhere anywhere OWNER UID match root DROP all -- anywhere anywhere 

Still other users including root can ping other PCs. Why is this notworking?
Also I have some diffulties understanding Connection Tracking(NEW, ESTABLISHED, RELATED, INVALID) concept.Can any one help me?
Any practical guide available on internet for iptables???
TnR,Hiren


Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Dirk Heinrichs
Am Dienstag, 28. März 2006 15:59 schrieb ext Dirk Heinrichs:
 Am Dienstag, 28. März 2006 15:48 schrieb ext Javier Payno:
  El Martes, 28 de Marzo de 2006 15:18, Keats escribió:
   on a recent gentoo installation,
   i ve noticed that i have only one of my processor detected...
   i have dual xeon ht so i should have 4 processors detected but i only
 
  Have you activated the ht at the system bios??

 And of course, SMP support in your kernel?

Just ignore this, Javier's answer reached my inbox _before_ the question 
came in.

Bye...

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


pgp0ojh3jUnEM.pgp
Description: PGP signature


Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Keats
Le mardi 28 mars 2006 à 15:48 +0200, Javier Payno a écrit :
 Hi
 
 El Martes, 28 de Marzo de 2006 15:18, Keats escribió:
  Hi,
  on a recent gentoo installation,
  i ve noticed that i have only one of my processor detected...
  i have dual xeon ht so i should have 4 processors detected but i only
 
 Have you activated the ht at the system bios??

i don't think it can be that... 
it's a server, i haven't access physicaly to it... so i can't modify
bios settings... 
and i suppose my prodider have the set like it would be... 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Keats
Le mardi 28 mars 2006 à 15:59 +0200, Dirk Heinrichs a écrit :
 Am Dienstag, 28. März 2006 15:48 schrieb ext Javier Payno:
  El Martes, 28 de Marzo de 2006 15:18, Keats escribió:
   on a recent gentoo installation,
   i ve noticed that i have only one of my processor detected...
   i have dual xeon ht so i should have 4 processors detected but i only
 
  Have you activated the ht at the system bios??
 
 And of course, SMP support in your kernel?
 
in the initial post : 
CONFIG_SMP=y

:) 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] docbkx412.zip MD5 verification failed?

2006-03-28 Thread James
Hello,

 Performing an routing update, I encountered this:

100%[+++] 75,683   642.05B/s

04:54:43 (641.38 B/s) - `/usr/portage/distfiles/docbkx412.zip' 
saved [75683/75683]

snip
 md5 files   ;-) files/digest-docbook-xml-dtd-4.1.2-r5
 md5 files   ;-) files/digest-docbook-xml-dtd-4.1.2-r6

!!! Digest verification Failed:
!!!/usr/portage/distfiles/docbkx412.zip
!!! Reason: Failed on MD5 verification


unusual?
workarounds?

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VMWare (Gentoo) Linux

2006-03-28 Thread Jeff Rollin
Hi.

On 28/03/06, Jeff [EMAIL PROTECTED] wrote:
Hey all.I have a question for any VMWare Linux users. My greatest concern, isWindows being installed and run on top of Linux. When Windows is
'virtually' up and running, does it work as normal? AKA, does it detectdevices and what not, enabling printing, networking, etc? 

VMWare basically emulates a subset of PC hardware (an Intel processor,
RAM, graphics, sound, and network cards). These are usually
VMWare-specific or very common hardware devices, but VMWare releases
the specifications for, e.g. its graphics-card emulation so that people
can write drivers for them. AFAIK, all current versions of Windows
should run on VMWare.

No modification of the guest operating system beyond choosing the
correct drivers is required; Windows should do this itself. You may
experience some difficulty if you attempt to use the same partition for
both a VMWare-hosted guest OS and standalone, i.e. running it on the
hardware rather than in VMWare.

VMWare should give you:

SVGA graphics

Centronics printer interface

Networking

CD-ROM drive

USB ports (??)

You will NOT be able to use any hardware from Windows that the host
(presumably Gentoo Linux) cannot use itself. Conversely, if the
hardware device is supported in Windows then VMware can use it to
provide functionality not available in another system. (For example, I
use FreeBSD under VMWare on a Windows XP laptop so that I can use its
network bridging functionality to take advantage of wireless
networking.)
With Windowsrunning under VMWare, are you able to scan the host operating system's
file system in any way?I haven't used VMWare for a very long time. Just wanted to get some input.Thanks much!-Jeff
If you make a hard drive from a file (the default), you will be
able to use any tools you would use on a normal Linux file, but e.g.
you will not be able to write to NTFS unless you set up shares between
the host and guest using samba. If you install the guest OS directly
onto a hard drive or partition, then you will be limited to using the
partition and filesystem-editing tools in Linux, but again you can use
samba to network the host and guest filesystems.

Jeff
-- --I have /conquered Gaul/,and subdued Pompey! I think I can handlea small boy and a eunuch!-- Ciaran Hinds as Caesar -
ROME, BBC/HBO, 2004--


Re: [gentoo-user] VMWare (Gentoo) Linux

2006-03-28 Thread Jeff Rollin
For best performance, you should have enough memory to run a VM with at
least 128MB RAM, plus 128MB+ for the host OS (assuming you are not
running anything else particularly memory-hungry).On 28/03/06, Jeff Rollin [EMAIL PROTECTED] wrote:
Hi.


On 28/03/06, Jeff [EMAIL PROTECTED] wrote:

Hey all.I have a question for any VMWare Linux users. My greatest concern, isWindows being installed and run on top of Linux. When Windows is
'virtually' up and running, does it work as normal? AKA, does it detectdevices and what not, enabling printing, networking, etc? 

VMWare basically emulates a subset of PC hardware (an Intel processor,
RAM, graphics, sound, and network cards). These are usually
VMWare-specific or very common hardware devices, but VMWare releases
the specifications for, e.g. its graphics-card emulation so that people
can write drivers for them. AFAIK, all current versions of Windows
should run on VMWare.

No modification of the guest operating system beyond choosing the
correct drivers is required; Windows should do this itself. You may
experience some difficulty if you attempt to use the same partition for
both a VMWare-hosted guest OS and standalone, i.e. running it on the
hardware rather than in VMWare.

VMWare should give you:

SVGA graphics

Centronics printer interface

Networking

CD-ROM drive

USB ports (??)

You will NOT be able to use any hardware from Windows that the host
(presumably Gentoo Linux) cannot use itself. Conversely, if the
hardware device is supported in Windows then VMware can use it to
provide functionality not available in another system. (For example, I
use FreeBSD under VMWare on a Windows XP laptop so that I can use its
network bridging functionality to take advantage of wireless
networking.)

With Windowsrunning under VMWare, are you able to scan the host operating system's
file system in any way?I haven't used VMWare for a very long time. Just wanted to get some input.Thanks much!-Jeff
If you make a hard drive from a file (the default), you will be
able to use any tools you would use on a normal Linux file, but e.g.
you will not be able to write to NTFS unless you set up shares between
the host and guest using samba. If you install the guest OS directly
onto a hard drive or partition, then you will be limited to using the
partition and filesystem-editing tools in Linux, but again you can use
samba to network the host and guest filesystems.

Jeff
-- --I have /conquered Gaul/,and subdued Pompey! I think I can handlea small boy and a eunuch!-- Ciaran Hinds as Caesar -
ROME, BBC/HBO, 2004--

-- --I have /conquered Gaul/,and subdued Pompey! I think I can handlea small boy and a eunuch!
-- Ciaran Hinds as Caesar -ROME, BBC/HBO, 2004--


Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Keats
on the dual xeon : 
dbthemof ~ # cat /proc/interrupts
   CPU0   CPU1   
  0:   21779945  0IO-APIC-edge  timer
  9:  0  0   IO-APIC-level  acpi
 17: 706168  0   IO-APIC-level  eth0
 18: 682541  0   IO-APIC-level  eth1
 20:  38497  0   IO-APIC-level  ioc0
NMI:326306 
LOC:   21780616   21780594 
ERR:  1

on the unique xeon : 
themof ~ #  cat /proc/interrupts
   CPU0   CPU1   
  0: 64   63663212IO-APIC-edge  timer
  9:  0  0   IO-APIC-level  acpi
 17:  01941736   IO-APIC-level  eth0
 18:  03412335   IO-APIC-level  eth1
 20:  0 289043   IO-APIC-level  ioc0
NMI:  12808  12788 
LOC:   63665314   63665291 
ERR:  1
MIS:  0

Le mardi 28 mars 2006 à 11:41 -0300, Fernando Antunes a écrit :
 Please, do a cat /proc/interrupts.
 
 How many CPU columns do you see ?
 
 On 3/28/06, Keats [EMAIL PROTECTED] wrote:
 Hi,
 on a recent gentoo installation,
 i ve noticed that i have only one of my processor detected...
 i have dual xeon ht so i should have 4 processors detected but
 i only
 have two, like on my xeon ht...
 physical id : 0 for the two processors detected means that
 only one 
 physicval processor is detected...
 
 themof ~ # cat /proc/cpuinfo
 processor   : 0
 vendor_id   : GenuineIntel
 cpu family  : 15
 model   : 4
 model name  :   Intel(R) Xeon(TM) CPU
 3.20GHz
 stepping: 1
 cpu MHz : 3200.244
 cache size  : 1024 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 1
 fpu : yes 
 fpu_exception   : yes
 cpuid level : 5
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep
 mtrr pge mca cmov
 pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
 lm
 constant_tsc pni monitor ds_cpl cid cx16 xtpr
 bogomips: 6409.60
 clflush size: 64 
 cache_alignment : 128
 address sizes   : 36 bits physical, 48 bits virtual
 power management:
 
 processor   : 1
 vendor_id   : GenuineIntel
 cpu family  : 15
 model   : 4
 model name  :   Intel(R) Xeon(TM) CPU
 3.20GHz
 stepping: 1
 cpu MHz : 3200.244
 cache size  : 1024 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 1
 fpu : yes 
 fpu_exception   : yes
 cpuid level : 5
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep
 mtrr pge mca cmov
 pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
 lm
 constant_tsc pni monitor ds_cpl cid cx16 xtpr
 bogomips: 6400.78
 clflush size: 64 
 cache_alignment : 128
 address sizes   : 36 bits physical, 48 bits virtual
 power management:
 
 here is my headless config file, i removed a lot of things
 cause it's
 only a server... so i don't need usb and things like that... 
 any help is welcome :)
 thanx
 
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.14-hardened-r6
 # Mon Mar 27 16:16:52 2006
 #
 CONFIG_X86_64=y
 CONFIG_64BIT=y
 CONFIG_X86=y 
 CONFIG_SEMAPHORE_SLEEPERS=y
 CONFIG_MMU=y
 CONFIG_RWSEM_GENERIC_SPINLOCK=y
 CONFIG_GENERIC_CALIBRATE_DELAY=y
 CONFIG_X86_CMPXCHG=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_GENERIC_ISA_DMA=y
 CONFIG_GENERIC_IOMAP=y 
 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
 
 #
 # Code maturity level options
 #
 CONFIG_EXPERIMENTAL=y
 CONFIG_CLEAN_COMPILE=y
 CONFIG_LOCK_KERNEL=y
 CONFIG_INIT_ENV_ARG_LIMIT=32
 
 #
 # General setup
 #
 CONFIG_LOCALVERSION=
 CONFIG_LOCALVERSION_AUTO=y
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 # CONFIG_BSD_PROCESS_ACCT is not set
 CONFIG_SYSCTL=y
 CONFIG_AUDIT=y
 CONFIG_AUDITSYSCALL=y 
 CONFIG_HOTPLUG=y
 CONFIG_KOBJECT_UEVENT=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 # CONFIG_CPUSETS is not set
 CONFIG_INITRAMFS_SOURCE=
 # CONFIG_EMBEDDED is not set
 CONFIG_PRINTK=y
 CONFIG_BUG=y 
 

Re: [gentoo-user] iptables question

2006-03-28 Thread Uwe Thiem
On 28 March 2006 15:38, Hiren Dave wrote:
 Hi,

 I want to configure firewall such that network 192.168.1.0/24 can
 only access http server from server1(192.168.0.2/24) and
 network 192.168.0.0/24 can not access http server. So I tried this:

 #service iptables stop
 #iptables -P INPUT DROP
 #iptables -t filter -A INPUT -s 192.168.1.0/24 --dport 80 -j ACCEPT

 But this command sends error that Unknown arg: --dport
 HOW CAN I ACHIEVE THIS?

Iptables is right, that line is nonsense.


 ALSO IS THERE ANY BOOKS OR ONLINE DOCUMENTS FOR PRACTICALLY LEARNING OF
 IPTABLES?

I don't have the URL handy right now, but google for Iptables Tutorial 
1.2.0.

Uwe

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



Re: [gentoo-user] Problem with Summer Time setting

2006-03-28 Thread Uwe Thiem
On 28 March 2006 15:30, Michael Kintzios wrote:
 Hi All,

 This has been talked to death.  I never recall having any problems
 setting my system clock and getting it to automatically adjust to the
 British Summer Time change.

 I recently moved my fs from my desktop to a laptop.  Unfortunately, the
 time change did not happen - I think that the fs was in limbo at the
 time the clock changed as I was moving it from one machine to the other.
 Since booted on the lappy it is still showing winter time (GMT), while
 the desktop system clock has happily changed over to the +1hr summer
 time setting.

 My /etc/localtime is pointing to /usr/share/zoneinfo/UTC (it was
 originally pointing to GMT but I changed it in an effort to fix it).

Shouldn't that point to /usr/share/Europe/London?

Uwe

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



Re: Re: [gentoo-user] Card games in portage

2006-03-28 Thread Michael Sullivan
On Tue, 2006-03-28 at 07:29 -0500, [EMAIL PROTECTED] wrote:
 Try the kde game set.  I can't remember off the top of my head (and I'm not 
 near the system) what it's called. 

The card game suite is called Patience (the filename is 'kpat'.)  I use
it frequently.
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another iptables question...

2006-03-28 Thread Hans-Werner Hilse
Hi,

On Tue, 28 Mar 2006 19:44:07 +0530 Hiren Dave [EMAIL PROTECTED]
wrote:

 I did this:
 [...]
 #iptables -A OUTPUT -m owner --uid-owner 0 -j ACCEPT
 #iptables -A OUTPUT -j DROP
 [...]
 Still other users including root can ping other PCs. Why is this not
 working?

please post the output of iptables -vnL. We're talking about users on
that PC, not those using it as a gateway/router/bridge/whatever,
correct?

 Also I have some diffulties understanding Connection Tracking(NEW,
 ESTABLISHED, RELATED, INVALID) concept.

Those are protocol dependant. I really think that those are well
described even in iptables man page. Basically, you'll want sth like
this:
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
and maybe the same for FORWARD. Of course, for FORWARD, you'll want to
match NEW,ESTABLISHED,RELATED for outgoing connections (well, or even
don't impose any restrictions for outgoing connections).

 Any practical guide available on internet for iptables???

Lots. That practical depends on the problem faced which you didn't
describe at all. So del.icio.us would be my first hint, Google follows:

http://del.icio.us/tag/netfilter
http://www.google.com/search?q=netfilter

(note that the concept is usually referred to as netfilter)

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



[gentoo-user] MP3 conversion tool?

2006-03-28 Thread Jeff
Hey all.

Wondering, is there a neat command-line tool that can convert MP3 into
other formats?

Cheers!

-Jeff

-- 
Han Solo:
Afraid I was gonna leave without giving you a
goodbye kiss?
Princess Leia:
I'd just as soon kiss a Wookiee!
Han Solo:
I can arrange that! You could use a good kiss!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-28 Thread Teresa and Dale
Hemmann, Volker Armin wrote:

On Tuesday 28 March 2006 08:06, Teresa and Dale wrote:
  

Hi,

I upgraded gcc a while back.  I thought I read somewhere that it is best
to just upgrade on occasion with the major upgrades.  Should this be

upgraded or should I mask it?  This is what I get:


[EMAIL PROTECTED] / # emerge -up world

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

Calculating world dependencies ...done!
[ebuild U ] sys-devel/gcc-config-1.3.13-r1 [1.3.12-r6]
[ebuild U ] sys-devel/gcc-3.4.5-r1 [3.4.5]
[ebuild U ] app-office/scribus-1.3.3 [1.3.2-r1]
[ebuild U ] sys-apps/dbus-0.61-r1 [0.61]
[EMAIL PROTECTED] / #
  

I really don't want to do a emerge -e world or rebuild a lot right now.
I am glad to see the new Scribus though.  ;-)




you don't have to.

As long as you are not updating to gcc4 you never need to make an emerge -e 
world. Not because of gcc updates and never because of glibc updates.
  


Thanks to both.  I looked in my world file and I think I upgraded as a
oneshot so why is it upgradeing?  I did the -t option and nothing else
is coming up as pulling it in.  Strange.

Thanks

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



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Teresa and Dale
Michael Sullivan wrote:

On Tue, 2006-03-28 at 07:29 -0500, [EMAIL PROTECTED] wrote:
  

Try the kde game set.  I can't remember off the top of my head (and I'm not 
near the system) what it's called. 



The card game suite is called Patience (the filename is 'kpat'.)  I use
it frequently.
 


  

Yea, I have that one.  I think I did kde-meta for my install and I think
it got ALL the KDE stuff.  O_O

Dale
:-)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Teresa and Dale
Phil Sexton wrote:

 Teresa and Dale wrote:

 Hi folks,

 My girlfriends mom comes over sometimes and she likes to play card games
 on the computer.  Anybody have a list of the games in portage that are
 card games?  You know, like Solitaire or something like that.  I have
 the ones that come with KDE and Pysol too.  Just looking for some more
 for her.

 She's used to windoze by the way.  Also, is there a place to go to find
 out which ones compare to what ever that is on windoze?  I know they
 have to change the names sonce they may be copyrighted or something. 


 Perhaps one of these links will help.

 Linux Gamers' FAQ
 http://icculus.org/lgfaq/

 The Linux Game List
 http://www.icculus.org/lgfaq/gamelist.php

 The Linux Game Tome
 http://www.happypenguin.org/


Thanks.  Nice links.  I bookmarked those.

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



Re: [gentoo-user] MP3 conversion tool?

2006-03-28 Thread Willie Wong
On Tue, Mar 28, 2006 at 10:48:15AM -0500, Penguin Lover Jeff squawked:
 Hey all.
 
 Wondering, is there a neat command-line tool that can convert MP3 into
 other formats?
 

Personally I don't like transcoding from MP3 to other formats because
of the quality loss. That said: you can do a lot with 'sox'

[11:02 AM]wwong ~ $ emerge search sox
Searching...   
[ Results for search key : sox ]
[ Applications found : 1 ]
 
*  media-sound/sox
  Latest version available: 12.17.7-r1
  Latest version installed: 12.17.7-r1
  Size of downloaded files: 455 kB
  Homepage:http://sox.sourceforge.net
  Description: The swiss army knife of sound processing programs
  License: LGPL-2.1

And if you want it in some format sox cannot deal with, you can always
convert first to wav/aiff/raw and convert again to your target format
with usually no additional quality loss. 

W
-- 
Q: What is the best way to determine the volume of a little red
ball.
A: Physicist: Measure the diameter, devide by two for radius and use
the formula 4/3 * PI * radius ^ 3

A: Chemist: Take a beaker, fill it with water. Dunk the ball in it,
and measure the amount of water displaced.

A: Engineer: It's easy, just pull out the Little Red Ball book and
look it up.
Sortir en Pantoufles: up 136 days,  8:26
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 09:50:28 -0600, Teresa and Dale wrote:

 Thanks to both.  I looked in my world file and I think I upgraded as a
 oneshot so why is it upgradeing?  I did the -t option and nothing else
 is coming up as pulling it in.  Strange.

gcc is part of system.


-- 
Neil Bothwick

Justify my text? I'm sorry but it has no excuse.


signature.asc
Description: PGP signature


Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Richard Fish
On 3/28/06, Keats [EMAIL PROTECTED] wrote:
  Have you activated the ht at the system bios??

 i don't think it can be that...
 it's a server, i haven't access physicaly to it... so i can't modify
 bios settings...
 and i suppose my prodider have the set like it would be...

It absolutely can be that.  HT requires BIOS support, and there is
usually an option to enable or disable it.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] docbkx412.zip MD5 verification failed?

2006-03-28 Thread Rumen Yotov
On Tue, 2006-03-28 at 14:39 +, James wrote:
 Hello,
 
  Performing an routing update, I encountered this:
 
 100%[+++] 75,683   642.05B/s
 
 04:54:43 (641.38 B/s) - `/usr/portage/distfiles/docbkx412.zip' 
 saved [75683/75683]
 
 snip
  md5 files   ;-) files/digest-docbook-xml-dtd-4.1.2-r5
  md5 files   ;-) files/digest-docbook-xml-dtd-4.1.2-r6
 
 !!! Digest verification Failed:
 !!!/usr/portage/distfiles/docbkx412.zip
 !!! Reason: Failed on MD5 verification
 
 
 unusual?
 workarounds?
 
 James
 
Hi,
Easiest is to do: rm /usr/portage/distfiles/docbkx412.zip
Seems it's an error during transfer of the file (ignore equal sizes this
happens very rarely).
emerge docbook-xml-dtd -a
HTH.Rumen


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user] Only one processor ?

2006-03-28 Thread kashani

Keats wrote:
Hi, 
on a recent gentoo installation, 
i ve noticed that i have only one of my processor detected...

i have dual xeon ht so i should have 4 processors detected but i only
have two, like on my xeon ht... 
physical id	: 0 for the two processors detected means that only one
physicval processor is detected... 


	I'd suspect the bios at this point. The other gotcha is that without 
ACPI in 2.6.15... and maybe earlier you don't see the HT CPUs either. 
That looks fine in your config so I don't think it's your kernel.


	I do recall reading some articles recently about HT being not so good 
in server environments. It's possible your provider sets them up without 
hT by default.


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



RE: [gentoo-user] Problem with Summer Time setting [SOLVED]

2006-03-28 Thread Michael Kintzios


 -Original Message-
 From: Uwe Thiem [mailto:[EMAIL PROTECTED] 
 Sent: 28 March 2006 15:28
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Problem with Summer Time setting
 
  My /etc/localtime is pointing to /usr/share/zoneinfo/UTC (it was
  originally pointing to GMT but I changed it in an effort to fix it).
 
 Shouldn't that point to /usr/share/Europe/London?

Sweet!  It worked a treat.  What puzzles me is why GMT/UTC works on my
desktop for years now, without any problem.

Thank you for your replies.  :-)
-- 
Regards,
Mick


-- 
gentoo-user@gentoo.org mailing list



[solved] Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Keats
thanx all for your suggestions.
it wasn't a config problem.
it's all about my provider. :) 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with Summer Time setting [SOLVED]

2006-03-28 Thread Uwe Thiem
On 28 March 2006 19:40, Michael Kintzios wrote:
  -Original Message-
  From: Uwe Thiem [mailto:[EMAIL PROTECTED]
  Sent: 28 March 2006 15:28
  To: gentoo-user@lists.gentoo.org
  Subject: Re: [gentoo-user] Problem with Summer Time setting
 
   My /etc/localtime is pointing to /usr/share/zoneinfo/UTC (it was
   originally pointing to GMT but I changed it in an effort to fix it).
 
  Shouldn't that point to /usr/share/Europe/London?

 Sweet!  It worked a treat.  

If in doubt, ask the Africans. ;-)

 What puzzles me is why GMT/UTC works on my 
 desktop for years now, without any problem.

Strange. The timezone UTC itself isn't supposed to provide any daylight 
saving. It's just the base for all other timezones.

Uwe

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



Re: [gentoo-user] arts

2006-03-28 Thread contiemilio
Alle 15:00, martedì 28 marzo 2006, Ralph Slooten ha scritto:
 Maybe I misunderstand you, but here goes:

 The system bell is a kernel module in the  2.6 kernels ~ this is if you
 are meaning the actual system bell. If you are referring to a beep in
 the KDE konsole, then that is a separate settings that can be turned on
 and off, 

This is what I meant.

Bye
emilio

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] cron fetchnews

2006-03-28 Thread THUFIR HAWAT
I've read abit about cron, then I was thinking about doing it myself,
when I came across this very neat file :)

Just to confirm, please, all I do is uncomment line 10 and every hour
fetchnews will run as a daemon?  Neat-o!


[EMAIL PROTECTED] ~ $
[EMAIL PROTECTED] ~ $ cat -n /etc/cron.hourly/fetchnews
 1  #!/bin/sh
 2  #
 3  # Uncomment the following if you want to regularly
 4  # fetch new messages from your news server.
 5  #
 6  #
 7  # This is part of the leafnode package.
 8  #
 9
10  #/usr/sbin/fetchnews
[EMAIL PROTECTED] ~ $ date
Tue Mar 28 22:07:10 IST 2006
[EMAIL PROTECTED] ~ $


thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] FIXED: Re: docbkx412.zip MD5 verification failed?

2006-03-28 Thread James
Rumen Yotov rumen at qrypto.org writes:


  !!! Digest verification Failed:
  !!!/usr/portage/distfiles/docbkx412.zip
  !!! Reason: Failed on MD5 verification

 Hi,
 Easiest is to do: rm /usr/portage/distfiles/docbkx412.zip
 Seems it's an error during transfer of the file (ignore equal sizes this
 happens very rarely).
 emerge docbook-xml-dtd -a

That was so simple, I'v just never seen verification fail like that.

thx,
James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] telnet localhost

2006-03-28 Thread Andrew Frink
did you enable telnet in your xinetd configs?On 3/27/06, THUFIR HAWAT [EMAIL PROTECTED] wrote:
On 3/27/06, Gabriel Dain [EMAIL PROTECTED]
 wrote: If you really wanted to telnet to yourself (i dont see any circumstance in which this would be useful), you'd have to set up a telnet/ssh server: 
http://freessh.org/unix.html -- Gabriel Dain..I emergednetkit-telnetdDescription: Standard Linux telnet client and serverwhich I think is sufficient for my needs (?).
I'm going by the following (except that I'm doing xinit): Leafnode should run now.Try telnet on port 119:$ telnet localhost 119Hopefully you see something like that:
[EMAIL PROTECTED] ~]$ telnet localhost 119Trying 127.0.0.1...Connected to localhost.localdomain.Escape character is '^]'.200 Leafnode NNTP Daemon, version 1.9.14 running at 
maggie.scriptkiddie.dehttp://www-student.cs.uni-bonn.de/~kuester/html/slrn-with-leafnode-HOWTO-3.html
thanks,Thufir--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] ffmpeg emerging

2006-03-28 Thread Richard Fish
On 3/27/06, Luigi Pinna [EMAIL PROTECTED] wrote:
 I need it because I must do dvdauthoring... I solve it dropping the
 ieee1394 flag, but I can't understand how I can use it...
 Thanks for your helps,

I would suggest filing a bug report on bugs.gentoo.org if there isn't
one already.

Have you tried the ~x86 version of ffmpeg (ffmpeg-0.4.9_p20060302)?

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Monitor resolutions

2006-03-28 Thread Richard Fish
On 3/27/06, Manuel McLure [EMAIL PROTECTED] wrote:
 So it's probably best to run at the native resolution.

I would say this is especially true on an LCD, where a non-native
resolution can have some really ugly effects on fonts.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: bash scripting: implement uninterruptable sleep

2006-03-28 Thread Richard Fish
On 3/28/06, Sascha Lucas [EMAIL PROTECTED] wrote:
 Hi List,

 I have a shell script and want a uninterruptable sleep. /usr/bin/sleep
 itself seems to have its own signal handlers. How is it possible to sleep
 uninterruptable?

trap echo 'Ctrl+C should not work' INT
now=`date +%s`
expires=$(( $now + 10 ))
while test $now -lt $expires; do
sleep $(( $expires - $now ))
now=`date +%s`
done

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Alsa build problem

2006-03-28 Thread Richard Fish
On 3/28/06, Technomancer [EMAIL PROTECTED] wrote:
 Hello guys! I'm having some trouble building alsa on my machine.

 The alsa kernel driver builds fine, but I get many error messages when
 alsasound tries to load the module and also a lot of error messages
 when the service is stopped.

 I tried to build the modules with alsa-driver (I have disabled the
 alsa option in the kernel) but it fails to compile, with the following
 error:

 include/linux/pci.h:460: error: syntax error before numeric constant

I think we are going to need a few more preceding lines here.

Also, which kernel version are you trying to build against?

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Philip Webb
On Tuesday 28 March 2006 08:37, Teresa and Dale wrote:
 Anybody have a list of the games in portage that are card games?

I've always been amazed that there's no pgm to play Bridge on UNIX.
There's lots of commercial stuff for M$ Windows
 I found a fairly good free pgm (Finesse Bridge, Wild Card Software),
which works on Win98 in my back-up machine, but the URL is defunct.

It's a rather interesting sociological question:
do UNIX programmers not play bridge ?
isn't it an itch they'ld want to scratch ?
You can play poker, backgammon etc, so it's not puritanism ... (smile)

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



Re: [gentoo-user] limewire won't start

2006-03-28 Thread maxim wexler


 So we have to get Java back into your path... I've
 got Sun Java, so mine 
 will be slightly different than yours, but in your
 /etc/env.d/ and 
 /etc/env.d/java directory you should have a couple
 of files in there.  
 First you will have something like
 /etc/env.d/java/20sun-jdk-1.4.2.10.  
 Each file in /etc/env.d/java/ represents each
 version of java you have 
 installed on your system (thus you could have
 multiple versions and 
 switch between them).  my
 /etc/env.d/java/20sun-jdk-1.4.2.10 contains 
 the following.
 
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General
 Public License v2
 # $Header: 

/var/cvsroot/gentoo-x86/dev-java/sun-jdk/files/sun-jdk-1.4.2.10,v
 1.2 
 2006/01/08 23:27:53 nichoj Exp $
 
 VERSION=Sun JDK 1.4.2.10
 JAVA_HOME=/opt/sun-jdk-1.4.2.10
 JDK_HOME=/opt/sun-jdk-1.4.2.10
 JAVAC=${JAVA_HOME}/bin/javac

ADDPATH=${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin:${JAVA_HOME}/jre/javaws

ADDLDPATH=${JAVA_HOME}/jre/lib/i686/:${JAVA_HOME}/jre/lib/i686/native_threads/:${JAVA_HOME}/jre/lib/i686/client/:${JAVA_HOME}/jre/lib/i686/server/
 MANPATH=/opt/sun-jdk-1.4.2.10/man
 ENV_VARS=JAVA_HOME JDK_HOME JAVAC ADDPATH ADDLDPATH
 MANPATH
 
 You should also have something like
 /etc/env.d/20java  This would be the 
 version of java you currently have set (active).  In
 my case, because I 
 only have one java installed, it will largely be the
 same.  its contents 
 are:
 
 # Autogenerated by java-config
 # Command: --set-system-vm=sun-jdk-1.4.2.10
 JDK_HOME=/opt/sun-jdk-1.4.2.10
 JAVAC=/opt/sun-jdk-1.4.2.10/bin/javac

PATH=/opt/sun-jdk-1.4.2.10/bin:/opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws

ROOTPATH=/opt/sun-jdk-1.4.2.10/bin:/opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws

LDPATH=/opt/sun-jdk-1.4.2.10/jre/lib/i686/:/opt/sun-jdk-1.4.2.10/jre/lib/i686/native_threads/:/opt/sun-jdk-1.4.2.10/jre/lib/i686/client/:/opt/sun-jdk-1.4.2.10/jre/lib/i686/server/
 # VERSION=Sun JDK 1.4.2.10
 MANPATH=${MANPATH}:/opt/sun-jdk-1.4.2.10/man
 JAVA_HOME=/opt/sun-jdk-1.4.2.10
 
 Now if you have a file in
 /etc/env.d/java/something but don't have an 
 /etc/env.d/20java (or if you do, it is empty), then
 you should be able 
 to fix that with java-config (man java-config). 
 However if both files 
 /etc/env.d/java/something and /etc/env.d/20java
 seem legit, then we 
 need to see why bash isn't sourcing the env.d files.
  In fact now that I 
 think about it, that might be your problem, as your
 path did seem to be 
 quite short.  Mine for instance is:
 
 echo $PATH

/usr/lib/ccache/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/sun-jdk-1.4.2.10/bin:/opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws:/usr/qt/3/bin:/usr/games/bin
 
 Before I start speculating any further, let me know
 where the above 
 leads you...

[EMAIL PROTECTED] ~ $ ls /etc/env.d
00basic 05portage.envd30java-finalclasspath 
50ncurses   binutils
01hostname  09ati 45qt3 
50qtdir3gcc
02distcc10MozillaFirefox  46kdepaths-3.4
60ladspajava
03opengl10mozilla 50gconf   
70less
05binutils  10xorg50glib2   
99kde-env
05gcc   20java50gtk2
99limewire
[EMAIL PROTECTED] ~ $ ls /etc/env.d/java
20blackdown-jdk-1.4.2.02  20blackdown-jre-1.4.2.02

When I do the following limewire comes back:

PATH=$PATH:/path/to/java/bin
export PATH

But it doesn't survive a reboot.

Somebody said put those commands into ~/.bash_profile.
How would that work? I mean what's the syntax? Just
like they are there. This is all I got in
.bash_profile now:

[EMAIL PROTECTED] ~ $ cat .bash_profile
# /etc/skel/.bash_profile:
# $Header:
/var/cvsroot/gentoo-x86/app-shells/bash/files/dot-bash_profile,v
1.1 2005/04/30 00:08:01 vapier Exp $

# This file is sourced by bash for login shells.  The
following line
# runs your .bashrc and is recommended by the bash
info pages.
[[ -f ~/.bashrc ]]  . ~/.bashrc


 
 
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 


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



[gentoo-user] Telephony software

2006-03-28 Thread Gianluca Gargiulo
Hi,
somebody knows any telephony software for Linux?
I do not refer to Skype and likes, but any software that can me to
call a contact using the 56K modem and headphone-microphone.

Thank you!

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] automatically adding a new user to cdrom group?

2006-03-28 Thread Schleimer, Ben
Would it be reasonable to request that useradd
automatically adds a new user to the cdrom group?

For a long time I couldn't figure out why the cdrom
didn't work properly in user mode. Once i stumbled
about the add user to cdrom group solution,
everything works correctly. I'm thinking that gentoo
would be a better system if this was done
automatically.

Thanks,
Ben

 he who writes the code gets to choose his license, and nobody else gets to 
complain - Linus Torvale
In my honest option, it should read - he who writes the code gets to choose 
his license, and everybody else complains.
 



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 17:03:26 -0500, Philip Webb wrote:

 I've always been amazed that there's no pgm to play Bridge on UNIX.

There's abridge - http://www.abridgegame.org/ - for playing online, or
did you me something to play against the computer?


-- 
Neil Bothwick

Support bacteria - they're the only culture some people have.


signature.asc
Description: PGP signature


Re: [gentoo-user] limewire won't start

2006-03-28 Thread Chad Feller

maxim wexler wrote:
  

So we have to get Java back into your path... I've
got Sun Java, so mine 
will be slightly different than yours, but in your
/etc/env.d/ and 
/etc/env.d/java directory you should have a couple
of files in there.  
First you will have something like
/etc/env.d/java/20sun-jdk-1.4.2.10.  
Each file in /etc/env.d/java/ represents each
version of java you have 
installed on your system (thus you could have
multiple versions and 
switch between them).  my
/etc/env.d/java/20sun-jdk-1.4.2.10 contains 
the following.


# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General
Public License v2
# $Header: 



/var/cvsroot/gentoo-x86/dev-java/sun-jdk/files/sun-jdk-1.4.2.10,v
  
1.2 
2006/01/08 23:27:53 nichoj Exp $


VERSION=Sun JDK 1.4.2.10
JAVA_HOME=/opt/sun-jdk-1.4.2.10
JDK_HOME=/opt/sun-jdk-1.4.2.10
JAVAC=${JAVA_HOME}/bin/javac



ADDPATH=${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin:${JAVA_HOME}/jre/javaws
  
ADDLDPATH=${JAVA_HOME}/jre/lib/i686/:${JAVA_HOME}/jre/lib/i686/native_threads/:${JAVA_HOME}/jre/lib/i686/client/:${JAVA_HOME}/jre/lib/i686/server/
  

MANPATH=/opt/sun-jdk-1.4.2.10/man
ENV_VARS=JAVA_HOME JDK_HOME JAVAC ADDPATH ADDLDPATH
MANPATH

You should also have something like
/etc/env.d/20java  This would be the 
version of java you currently have set (active).  In
my case, because I 
only have one java installed, it will largely be the
same.  its contents 
are:


# Autogenerated by java-config
# Command: --set-system-vm=sun-jdk-1.4.2.10
JDK_HOME=/opt/sun-jdk-1.4.2.10
JAVAC=/opt/sun-jdk-1.4.2.10/bin/javac



PATH=/opt/sun-jdk-1.4.2.10/bin:/opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws
  
ROOTPATH=/opt/sun-jdk-1.4.2.10/bin:/opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws
  
LDPATH=/opt/sun-jdk-1.4.2.10/jre/lib/i686/:/opt/sun-jdk-1.4.2.10/jre/lib/i686/native_threads/:/opt/sun-jdk-1.4.2.10/jre/lib/i686/client/:/opt/sun-jdk-1.4.2.10/jre/lib/i686/server/
  

# VERSION=Sun JDK 1.4.2.10
MANPATH=${MANPATH}:/opt/sun-jdk-1.4.2.10/man
JAVA_HOME=/opt/sun-jdk-1.4.2.10

Now if you have a file in
/etc/env.d/java/something but don't have an 
/etc/env.d/20java (or if you do, it is empty), then
you should be able 
to fix that with java-config (man java-config). 
However if both files 
/etc/env.d/java/something and /etc/env.d/20java
seem legit, then we 
need to see why bash isn't sourcing the env.d files.
 In fact now that I 
think about it, that might be your problem, as your
path did seem to be 
quite short.  Mine for instance is:


echo $PATH



/usr/lib/ccache/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/sun-jdk-1.4.2.10/bin:/opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws:/usr/qt/3/bin:/usr/games/bin
  

Before I start speculating any further, let me know
where the above 
leads you...



[EMAIL PROTECTED] ~ $ ls /etc/env.d
00basic 05portage.envd30java-finalclasspath 
50ncurses   binutils
01hostname  09ati 45qt3 
50qtdir3gcc
02distcc10MozillaFirefox  46kdepaths-3.4
60ladspajava
03opengl10mozilla 50gconf   
70less
05binutils  10xorg50glib2   
99kde-env
05gcc   20java50gtk2
99limewire

[EMAIL PROTECTED] ~ $ ls /etc/env.d/java
20blackdown-jdk-1.4.2.02  20blackdown-jre-1.4.2.02

When I do the following limewire comes back:

PATH=$PATH:/path/to/java/bin
export PATH

But it doesn't survive a reboot.

Somebody said put those commands into ~/.bash_profile.
How would that work? I mean what's the syntax? Just
like they are there. This is all I got in
.bash_profile now:

[EMAIL PROTECTED] ~ $ cat .bash_profile
# /etc/skel/.bash_profile:
# $Header:
/var/cvsroot/gentoo-x86/app-shells/bash/files/dot-bash_profile,v
1.1 2005/04/30 00:08:01 vapier Exp $

# This file is sourced by bash for login shells.  The
following line
# runs your .bashrc and is recommended by the bash
info pages.
[[ -f ~/.bashrc ]]  . ~/.bashrc


  


--
gentoo-user@gentoo.org mailing list






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
  
The problem here is that you don't want to hard code it into your 
.bash_profile as that is only local (to that specific user).  you could 
do it in /etc/profile, but that would only work until the next java 
upgrade...  it looks like you have a java in /etc/env.d/java.  what 
happens if you run java-config (man java-config for the syntax).  you 
can use it to show the view the current jvm/jdk as well as set it, which 
is what we'll want to do if it isn't set.


also, what is contained in /etc/env.d/20java ?

also for giggles, can you put the output of  the command env here as well?



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] automatically adding a new user to cdrom group?

2006-03-28 Thread Neil Bothwick
On Tue, 28 Mar 2006 15:31:50 -0800 (PST), Schleimer, Ben wrote:

 Would it be reasonable to request that useradd
 automatically adds a new user to the cdrom group?

Add 'alias useradd=useradd --groups cdrom' to your profile.


-- 
Neil Bothwick

Voting Democrat or Republican is like choosing a cabin in the Titanic.


signature.asc
Description: PGP signature


[gentoo-user] OT: Gnome widget keys

2006-03-28 Thread JimD
Hello all,

Does anyone know some of the common keys for Gnome widgets or maybe a
link to some docs?  Searching Google hasn't show anything besides basic
shortcut keys.  I am looking for functional keys.  For example, in this
screenshot:
http://keeliegirl.dyndns.org/temp/Screenshot.png
I have Sylpheed running.  I am trying to find out how to expand the
threads in the list view.  Under MS you usually can just press the left
or right arrow keys to exapand a treeview, though that does not work
here.  I hate having to take my hands off the keyboard just to expand a
thread.

I found that I can set shortcut keys in Sylpheed by highlighting the
menu item and pressing a key.  However I only found shortcuts for
expand/collapse all in Sylpheed and I would rather expand just one
thread.

Thanks,

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



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Manuel McLure

Neil Bothwick wrote:

On Tue, 28 Mar 2006 17:03:26 -0500, Philip Webb wrote:



I've always been amazed that there's no pgm to play Bridge on UNIX.



There's abridge - http://www.abridgegame.org/ - for playing online, or
did you me something to play against the computer?


In the commercial arena, there's GIB (Ginsberg's Intelligent 
Bridgeplayer) at www.gibware.com - I personally haven't tried it, but 
they do provide a Linux version.



--
Manuel A. McLure KE6TAW [EMAIL PROTECTED] http://www.mclure.org
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.   -- H.P. Lovecraft
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Philip Webb
060329 Neil Bothwick wrote:
 On Tue, 28 Mar 2006 17:03:26 -0500, Philip Webb wrote:
 I've always been amazed that there's no pgm to play Bridge on UNIX.
 There's abridge - http://www.abridgegame.org/ - for playing online
 or did you me something to play against the computer?

Yes, I meant a program to play against the computer.
Finesse Bridge (Win98 only) gives a fairly good imitation of club players
 there are some very strong commercial offerings for M$ Windows.
However, no-one has ever set out to create such a program for UNIX.

There are excellent chess programs for Linux
 a Go program which makes me (2 kyu) think a bit
-- tho' Go is much more difficult for a computer than is chess -- ,
so I return to my sociological question in the previous message.

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



Re: [gentoo-user] automatically adding a new user to cdrom group?

2006-03-28 Thread Richard Fish
On 3/28/06, Schleimer, Ben [EMAIL PROTECTED] wrote:
 Would it be reasonable to request that useradd
 automatically adds a new user to the cdrom group?

You can do this yourself in /etc/group by assigning different group
names the same gid:

users:x:100:rjf
cdrom:x:100:
plugdev:x:100:
audio:x:100:
scanner:x:100:
usb:x:100:
...

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Postfix authentication

2006-03-28 Thread JimD
Can Postfix do authentication on its own?  I currently use
Postfix/SASL.  I am building a mail server and I was wondering if I
need SASL.

My mail server setup is simple.  There are only two users, my wife and
everything else goes to me.  I want Postfix to send emails from
localhost to anywhere and from remote hosts to anywhere if
authenticated.

I don't have a problem with my current postfix/sasl setup.  However, I
would rather have as little software running as possible to simplify
the new setup.

Thanks,

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



Re: [gentoo-user] Card games in portage

2006-03-28 Thread Philip Webb
060328 Manuel McLure wrote:
 In the commercial arena, there's Ginsberg's Intelligent Bridgeplayer
 at www.gibware.com - I haven't tried it, but they provide a Linux version.

Yes, it's  USD 80   looks impressive from the maker's write-up.
One would have to be cautious that the Linux version might not be supported,
ie if you find a serious bug, you have to wait  hope they'll fix it.

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



Re: [gentoo-user] Postfix authentication

2006-03-28 Thread kashani

JimD wrote:

Can Postfix do authentication on its own?  I currently use
Postfix/SASL.  I am building a mail server and I was wondering if I
need SASL.

My mail server setup is simple.  There are only two users, my wife and
everything else goes to me.  I want Postfix to send emails from
localhost to anywhere and from remote hosts to anywhere if
authenticated.

I don't have a problem with my current postfix/sasl setup.  However, I
would rather have as little software running as possible to simplify
the new setup.


Nope you need sasl if you'd like to auth from outside the system.

Or you can just ssh in and tunnel your email down your session which 
will appear to be coming from localhost or a trusted IP. Or go with some 
sort of VPN type setup. sasl is probably easier than all that.


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



Re: [gentoo-user] nvidia 6629? was: modular Xorg made it to ~x86

2006-03-28 Thread Matthew Cline
On 3/28/06, Chad Feller [EMAIL PROTECTED] wrote:
 I've got an old nVida card:

   01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta
 LT] (rev 15)

  and am using the 7174.  GLX, DRI it all works well.  I've been putting
 off upgrading to modular X on this box until I knew that any bugs which
 might affect the nVidia kernel were resolved.  So has anyone using this
 unified driver upgraded to modular Xorg and still had GLX, DRI all work
 using the nVidia 7174?

 --
 gentoo-user@gentoo.org mailing list



I also have an old nvidia card:

# lspci
01:00.0 VGA compatible controller: nVidia Corporation NV15 [GeForce2
GTS/Pro] (rev a4)

and am using the 7167 driver. I upgraded to modular X this weekend.
The only problem i ran into was this bug:

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

To get around this, I had to switch to the X opengl interface, emerge
X, then switch back to the nvidia interface. I also made sure to
rebuild the nvidia module after the X upgrade.

No problems so far. Haven't really noticed any differnce in speed,
stability, etc.

HTH,

Matt

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] rc-status and broken links

2006-03-28 Thread Peter Kelly
Hola!

After a recent rebuild starting with a failed hard drive, I think I've got 
everything nailed down... except 

root ~ $ rc-status -s default
Runlevel: all
 alsasound   [ broken   ]
 apmd[ broken   ]
...
xdm  [ broken   ]
 xfs [ broken   ]
 * You have some broken symbolic links as reported by the broken
 * status above. This can be fixed by removing the broken service
 * from its runlevel and re-adding it back using rc-update.

Now, it shows that every service is [broken], but the advice to remove the 
broken service using rc-update -d (service) and add it in again does nothing.  
Everything is still [broken].

Anyone seen this, and have an idea how to fix it?

Thanks.

Peter

-- 
Conformity is the refuge of the unimaginative.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dhcp server

2006-03-28 Thread Bob Sanders
On Tue, 28 Mar 2006 19:09:21 +0530
Hiren Dave [EMAIL PROTECTED] wrote:


 subnet 192.168.0.0 netmask 255.255.255.0 {
 ^ shouldn't that be a 2?

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



Re: [gentoo-user] Alsa build problem

2006-03-28 Thread Technomancer
On 3/28/06, Richard Fish [EMAIL PROTECTED] wrote:
 On 3/28/06, Technomancer [EMAIL PROTECTED] wrote:
  Hello guys! I'm having some trouble building alsa on my machine.
 
  The alsa kernel driver builds fine, but I get many error messages when
  alsasound tries to load the module and also a lot of error messages
  when the service is stopped.
 
  I tried to build the modules with alsa-driver (I have disabled the
  alsa option in the kernel) but it fails to compile, with the following
  error:
 
  include/linux/pci.h:460: error: syntax error before numeric constant

 I think we are going to need a few more preceding lines here.

 Also, which kernel version are you trying to build against?

 -Richard

 --
 gentoo-user@gentoo.org mailing list



Well... I was using 2.6.15-gentoo-r1 and upgraded to 2.6.16 hoping
this was bug in the Kernel version. The strange thing is that kernel
alsa works fine but the alsasound script reports errors. The
alsa-driver packages just fails to compile as I said.

The sound card is CMI 8738 and the motherboard is an old Asus TUV4X.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
uname -a output:

Linux tannhauser 2.6.16-gentoo #3 PREEMPT Tue Mar 28 21:38:05 BRT 2006
i686 Pentium III (Coppermine) GenuineIntel GNU/Linux

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
make.conf:

CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CXXFLAGS=${CFLAGS}
MAKEOPTS=-j2
USE=mmx sse opengl nvidia glut fbcon svga acpi alsa esd usb nptl
nptlonly crypt ssl doc sdl directfb v4l qt xprint lm_sensors -kde -oss
-arts -gnome -gtk -gtk2 -eds -ipv6

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Only one processor ?

2006-03-28 Thread JimD
On Tue, 28 Mar 2006 09:49:09 -0700
Richard Fish [EMAIL PROTECTED] wrote:

 On 3/28/06, Keats [EMAIL PROTECTED] wrote:
   Have you activated the ht at the system bios??
 
  i don't think it can be that...
  it's a server, i haven't access physicaly to it... so i can't modify
  bios settings...
  and i suppose my prodider have the set like it would be...
 
 It absolutely can be that.  HT requires BIOS support, and there is
 usually an option to enable or disable it.
 
 -Richard

I want to second this.  We got 3 freebie dual 3.2 GHz xeons with HT from
HP a few months back.  I am pretty certain that he bios had HT support
off by defualt.

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



Re: [gentoo-user] iptables question

2006-03-28 Thread JimD
On Tue, 28 Mar 2006 19:08:38 +0530
Hiren Dave [EMAIL PROTECTED] wrote:

 Hi,
 
 I want to configure firewall such that network 192.168.1.0/24 can
 only access http server from server1(192.168.0.2/24) and
 network 192.168.0.0/24 can not access http server. So I tried this:
 
 #service iptables stop
 #iptables -P INPUT DROP
 #iptables -t filter -A INPUT -s 192.168.1.0/24 --dport 80 -j ACCEPT

 But this command sends error that Unknown arg: --dport
 HOW CAN I ACHIEVE THIS?

Because you need to put in a protocol like -p tcp.

 ALSO IS THERE ANY BOOKS OR ONLINE DOCUMENTS FOR PRACTICALLY LEARNING
 OF IPTABLES?

http://www.google.com/search?q=iptables+howto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VMWare (Gentoo) Linux

2006-03-28 Thread JimD
On Tue, 28 Mar 2006 09:04:23 -0500
Jeff [EMAIL PROTECTED] wrote:

 Hey all.
 
 I have a question for any VMWare Linux users. My greatest concern, is
 Windows being installed and run on top of Linux. When Windows is
 'virtually' up and running, does it work as normal? AKA, does it
 detect devices and what not, enabling printing, networking, etc? With
 Windows running under VMWare, are you able to scan the host operating
 system's file system in any way?
 
 I haven't used VMWare for a very long time. Just wanted to get some
 input.
 
 Thanks much!
 
 -Jeff

Yup.  VMWare is pretty slick.  I am running the 4.x series, and VMWare
is up to 5.x, I didn't feel like paying to upgrade.  I am able to run a
full WinXP development environment under Linux with VMWare.  That
includes SQL Server, Visual Sutdio .Net 2005, IIS, etc.  I also run my
VPN client under VMWare.  The linux version is borked and doesn't want
to work.  The windows version runs fine and lets connect to work
through VMWare.

The only thing I recommend is having at least 1 GB memory, maybe you
could get by with 768 MB.  I have 2 GB right now.  With 2 GB I give
WinXP a full 512 MB and tell VMWare to not swap to disk, and the
performance is pretty impressive.

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



Re: [gentoo-user] Postfix authentication

2006-03-28 Thread JimD
On Tue, 28 Mar 2006 16:42:43 -0800
kashani [EMAIL PROTECTED] wrote:

 Nope you need sasl if you'd like to auth from outside the system.
 
 Or you can just ssh in and tunnel your email down your session which 
 will appear to be coming from localhost or a trusted IP. Or go with
 some sort of VPN type setup. sasl is probably easier than all that.
 
 kashani

Thanks for the info.  I will stick with sasl : )

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



Re: [gentoo-user] limewire won't start

2006-03-28 Thread Ryan Tandy

maxim wexler wrote:

So we have to get Java back into your path... I've
got Sun Java, so mine

MASSIVE SNIPPAGE

Have you run 'env-update  source /etc/profile' recently?  env-update 
rebuilds your environment (variables like PATH) based on what's in 
/etc/env.d.  java-config and friends don't set env variables themselves 
- they put them in /etc/env.d, and are supposed to call env-update as 
part of their cleanup.  If this didn't happen for some reason, running 
it by hand may help.


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



[gentoo-user] USB issue

2006-03-28 Thread Ian
Hi there,

Im using 2.6.15-gentoo-r5 and am having issues copying files to my iPod and my other USB devices.

Whether in gtkPod or using the cp command, I get problems.



Ive mounted everything alright as its worked before and I haven't changed anything.

Basically I just use the cp command and:

 	  			  cp: writing '/mnt/ipod/file': Input/Output error



cp: cannot create regular file '/mnt/ipod/file2': Input/Output error	



Any ideas?

Thanks!!-- Cheers,Ian


Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-28 Thread Teresa and Dale
Neil Bothwick wrote:

On Tue, 28 Mar 2006 09:50:28 -0600, Teresa and Dale wrote:

  

Thanks to both.  I looked in my world file and I think I upgraded as a
oneshot so why is it upgradeing?  I did the -t option and nothing else
is coming up as pulling it in.  Strange.



gcc is part of system.


  

LOL  That would be a good reason huh?  Where is that file?  I'm not real
sure about upgrading this thing right now.  Oh, what the heck.  I'll
upgrade it anyway.

Thanks

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



Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-28 Thread Ryan Tandy

Teresa and Dale wrote:

Neil Bothwick wrote:

  

On Tue, 28 Mar 2006 09:50:28 -0600, Teresa and Dale wrote:

 



Thanks to both.  I looked in my world file and I think I upgraded as a
oneshot so why is it upgradeing?  I did the -t option and nothing else
is coming up as pulling it in.  Strange.
   

  

gcc is part of system.


 



LOL  That would be a good reason huh?  Where is that file?  I'm not real
sure about upgrading this thing right now.  Oh, what the heck.  I'll
upgrade it anyway.

Thanks

Dale
:-)
  
Assuming it's the gcc-3.4.5-r1 update you're considering postponing, you 
could just:


# echo 'sys-devel/gcc-3.4.5'  /etc/portage/package.mask

and just remove that line when you're ready to upgrade.  It's a *far* 
better idea than trying to modify your profile.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Alsa build problem

2006-03-28 Thread Richard Fish
 Well... I was using 2.6.15-gentoo-r1 and upgraded to 2.6.16 hoping
 this was bug in the Kernel version. The strange thing is that kernel
 alsa works fine but the alsasound script reports errors. The
 alsa-driver packages just fails to compile as I said.

But you didn't say enough.  Is it looking at include/linux/pci.h
from /usr/src/linux, /usr, or someplace else?  This is information
that should be in the preceding lines.

Actually the most useful part to look at would be the configure
output.  You should see a line that starts with ./configure,
followed by a bunch of checking for ... lines.

Also, you might try alsa-driver-1.0.11_rc4.  It is keyworded ~x86, but
should have lots of bug fixes over 1.0.10.


 The sound card is CMI 8738 and the motherboard is an old Asus TUV4X.

You will probably want to set ALSA_CARDS=cmi8330 in /etc/make.conf to
avoid building a bunch of drivers that you don't need.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] chroot

2006-03-28 Thread Zac Slade
On Monday 27 March 2006 23:21, Boyd Stephen Smith Jr. wrote:
  Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote:
   Yes, that's an option to, although with more than ~768K of ram it's
   not ideal.
Maybe not ideal (especially on 64-bit processors) it is more than possible to 
address a lot of memory (damn I forget the numbers, I think 64G).

  Why is that?  I thought 32-bit should have no problems addressing
  2GB?
Yes you can.  It will be slower than native 48-bit address modes from 64-bit 
processors, but not a large overhead at all (and the code mostly stays in 
cache).  You will need to select 3G/1G split to access the full 2GB you have 
in your system.  I have 1.5G and have to use 2G/2G to address all of mine.

 Plus, with a 64-bit kernel, it'll have access to the 64-bit specific
 registers. :)
That is a much larger benefit than most people give it credit for.  Almost 
double the registers!

-- 
Zac Slade
[EMAIL PROTECTED]
ICQ:1415282 YM:krakrjak AIM:ttyp99
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc upgrade, should it upgrade?

2006-03-28 Thread Teresa and Dale
Ryan Tandy wrote:

 Teresa and Dale wrote:

 Neil Bothwick wrote:

 gcc is part of system.


  

 

 LOL  That would be a good reason huh?  Where is that file?  I'm not real
 sure about upgrading this thing right now.  Oh, what the heck.  I'll
 upgrade it anyway.

 Thanks

 Dale
 :-)
   

 Assuming it's the gcc-3.4.5-r1 update you're considering postponing,
 you could just:

 # echo 'sys-devel/gcc-3.4.5'  /etc/portage/package.mask

 and just remove that line when you're ready to upgrade.  It's a *far*
 better idea than trying to modify your profile.

I was just going to mask it or upgrade by hand till I had time to mess
with it.  I got me a new girlfriend and she has two kids.  I go from
nobody to worry about but me to me and three other people to worry
about.  Just don't have as much time as I used to have.  One boy plays
baseball and the other does cub scouts.  :/

I'll get around to it eventually.

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



  1   2   >