Re: [gentoo-user] /etc/conf.d/local.start and 12

2003-09-25 Thread Jason Stubbs
Each process has a STDIN, STDOUT and STDERR. 12 means to pipe STDOUT through 
STDERR. I usually see 21 meaning to pipe STDERR through STDOUT when 
capturing output. I'm not sure what the use of 12 would be...

On Thursday 25 September 2003 14:55, Stephen Boulet wrote:
 What does 12 mean?

 For example, I have the following commands in local.start:

route add -host 255.255.255.255 dev eth0
route add 255.255.255.0 dev eth0
/etc/init.d/dhcp start

 Should these commands each be followed by 12?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bittorrent

2003-09-25 Thread Stephen Boulet
On Tuesday 23 September 2003 09:01 am, Terry Churchill wrote:
 Absoloutely, but I don't agree that bittorrent is the way to go.

 But - it should be an option for those who do want to use it, and are
 willing to open the required ports on firewalls, etc. 

[snip]

You only have to open specific ports on firewalls if you are serving a 
torrent. Others jumping on it have no problem, and are encouraged to do so, 
since they make everyone's download rate go up.

I'm a big fan, if you couldn't tell.  ;)

-- 
Stephen  
  From here to there
 and there to here,
   funny things are everywhere.  -- Dr Seuss



--
[EMAIL PROTECTED] mailing list



[gentoo-user] new PAM-login won't let me login

2003-09-25 Thread Bryce
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

with the new update tonight, i emerged pam-login. And once it was done, it 
changed the /etc/pam.d/login file. But i didn't save it... so when i took the 
update, i can no longer login from a normal terminal. What happens is when i 
write the user name, i instantly get the login incorrect responce.

Can someone send me their login file, or tell me how to fix this. And pray i 
don't have another power failure cause i won't be able to login otherwise.

thanx in advance,
bryce
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/cozTtQGpkFAOeQERAg+xAKDBNVxmYMBplnagXNIfCNxjvZ+AKgCfQrSN
NWGsEoi/MrYKIkXTXiLMuJU=
=2L4Z
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge -k|-B not working?

2003-09-25 Thread Norberto Bensa
Hello list,

I'm trying emerge -B; emerge -k but I get errors.

For example, the tbz2 file for gcc-3.3.1 gives (with tar jtvvf)

--
-rw-r--r-- root/root41 2003-09-25 03:33:30 ./usr/share/gcc-data/   
 
i686-pc-linux-gnu/3.3/man/man1/g++.1.gz
-rw-r--r-- root/root123717 2003-09-25 03:33:30 ./usr/share/gcc-data/
i686-pc-linux-gnu/3.3/man/man1/gcc.1.gz

bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

-rw-r--r-- root/root 11733 2003-09-25 03:33:31 ./usr/share/gcc-data/
i686-pc-linux-gnu/3.3/man/man1/cpp.1.gz
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
---

Of course, emerge -k gcc gives error too :-/

Is -B|-k working for everybody else? Is it just me?

Many thanks,
Norberto

-- 
 03:35:49 up 10:43,  1 user,  load average: 0.81, 1.29, 1.36


pgp0.pgp
Description: signature


Re: [gentoo-user] new PAM-login won't let me login

2003-09-25 Thread Davide Brini
On Thursday 25 September 2003 08:35, Bryce wrote:

 Can someone send me their login file, or tell me how to fix this. And pray
 i don't have another power failure cause i won't be able to login
 otherwise.

/etc/pam.d/login

#%PAM-1.0

auth   required /lib/security/pam_securetty.so
auth   required /lib/security/pam_stack.so service=system-auth
auth   required /lib/security/pam_nologin.so

accountrequired /lib/security/pam_stack.so service=system-auth

password   required /lib/security/pam_stack.so service=system-auth

sessionrequired /lib/security/pam_stack.so service=system-auth
sessionoptional /lib/security/pam_console.so



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] remounting root as read/write

2003-09-25 Thread Gregory Staggel
Hello

You can boot from live-cd and make fsck

OR

#mount -o remount,rw /



-
Thanks,
Gregory

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 1:32 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [gentoo-user] remounting root as read/write

I almost have my system working, I got the scsi drives to
work. But somehow I managed to damage my reiserfs root
partition. I need to remount it as r/w to fix it, but I
cant figure out how to do that.
Pse help

Best Regards, Bruce



--
[EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new PAM-login won't let me login

2003-09-25 Thread Bryce
On Thursday 25 September 2003 12:12 am, Davide Brini wrote:

I found a fix( in desperatly trying to find one). Reemerge shadow, which will 
rewrite /etc/pam.d/login to its working condition.

Just incase anyone else comes across the same problem :)

b.


 On Thursday 25 September 2003 08:35, Bryce wrote:
  Can someone send me their login file, or tell me how to fix this. And
  pray i don't have another power failure cause i won't be able to login
  otherwise.

 /etc/pam.d/login

 #%PAM-1.0

 auth   required /lib/security/pam_securetty.so
 auth   required /lib/security/pam_stack.so service=system-auth
 auth   required /lib/security/pam_nologin.so

 accountrequired /lib/security/pam_stack.so service=system-auth

 password   required /lib/security/pam_stack.so service=system-auth

 sessionrequired /lib/security/pam_stack.so service=system-auth
 sessionoptional /lib/security/pam_console.so



 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EVMS2 on root partition

2003-09-25 Thread Dirk Heinrichs
Am Mittwoch, 24. September 2003 16:48 schrieb ext Gour:
 Dirk Heinrichs ([EMAIL PROTECTED]) wrote:
  EVMS devs now also provide an initrd, maybe you want to try that.

 You mean CVS version?

No. Read through http://evms.sf.net/install/ to find the link.

 So, now the situation is better. I can normally boot although there are
 several messages I'd like to get rid of.
 It starts with: unknown group tty
 and few others: audio, video .. (I dont' know how to capture all the
 messages since they're not in dmesg).

My script (if you still use it), doesn't copy /etc/{passwd,group} to the 
initrd, so user/group name resolution does not work from it.

 There are also several: error comparing kernel mappings for region xxx
 reported by EVMS LVM manager.

Not sure if I get these, also. Have to take a closer look on next reboot.

 So, do you ahve any idea how to capture all the boot messages so I can
 report back accurately?

Hmm, didn't try this, but you could put tee into your initrd and append 
21 | tee ${LOGFILE} to the essential commands executed from linuxrc.

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


Re: [gentoo-user] EVMS2 on root partition

2003-09-25 Thread Dirk Heinrichs
Am Donnerstag, 25. September 2003 09:13 schrieb Dirk Heinrichs:

 Hmm, didn't try this, but you could put tee into your initrd and append
 21 | tee ${LOGFILE} to the essential commands executed from linuxrc.
Better add -a option to tee.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


[gentoo-user] Submitting ebuilds

2003-09-25 Thread Ross
Hi,

Just a quick question about ebuilds - I want to make and ebuild for a 
closed-source program, and hopefully one day have it added to portage - would 
it being closed-source prevent it from being added?

thanks, Ross.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Submitting ebuilds

2003-09-25 Thread donnie berkholz
On Thu, 2003-09-25 at 03:34, Ross wrote:
 Hi,
 
 Just a quick question about ebuilds - I want to make and ebuild for a 
 closed-source program, and hopefully one day have it added to portage - would 
 it being closed-source prevent it from being added?
 
 thanks, Ross.
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 

Not at all. The only problem that could come up would be the license; if
we can't distribute it this way, etc.


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


Re: [gentoo-user] Submitting ebuilds

2003-09-25 Thread Ross
Thanks. The software is freely available from their site - as both a linux and 
windows binary - and they have no problem with it being distributed, they 
just don't want to release the source.

On Thursday 25 September 2003 10:21, donnie berkholz wrote:
 On Thu, 2003-09-25 at 03:34, Ross wrote:
  Hi,
 
  Just a quick question about ebuilds - I want to make and ebuild for a
  closed-source program, and hopefully one day have it added to portage -
  would it being closed-source prevent it from being added?
 
  thanks, Ross.
 
 
 
  --
  [EMAIL PROTECTED] mailing list

 Not at all. The only problem that could come up would be the license; if
 we can't distribute it this way, etc.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Davide Brini
On Thursday 25 September 2003 10:36, Joshua Banks wrote:

 And this is where I get confused.  Is there a simple not (totally ugly)
 window manager that I can use on my old machine and still be able to use
 the simple things that I use above?

Xfce, IceWm, {Black|Flux|Hacked|Open}Box, someone says also Waimea (don't know 
that).

Plus, of course, all the libraries you need for your apps (that hopefully will 
be automatically brought in by portage).

-- 
Ever notice how fast Windows runs? Neither did I.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Davide Brini
On Thursday 25 September 2003 10:59, you wrote:

 Xfce, IceWm, {Black|Flux|Hacked|Open}Box, someone says also Waimea (don't
 know that).

And, of course, one of the best: rox.

-- 
640K ought to be enough for anybody. - Bill Gates, 1981


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Joshua Banks
I'm reading up on this stuff right now. So I guess I would just want to get your 
opinion on the
slickest window manager out there that is light weight that will allow me to run the 
programs I've
listed below without taking up a ton of resources and memory when loaded.

Thanks,
JBanks
--- Joshua Banks [EMAIL PROTECTED] wrote:
 I just finished installing Gentoo on an older machine. I've just finished doing 
 system -u
 update
 and so I've basically have a system ready to go to the next stage of getting a 
 window manager
 installed.
 
 This is where my Newbness comes in. Since merging over to linux from windows which 
 did
 everything
 for me.. Heh..heh.. I tried Mandrake and found that Mandrake was a painless install. 
 It
 basically
 did everything for me as well, just allot more to choose from versus M$ and its free.
 
 My goal is to try out a lightweight window manager but all that I've been used to 
 is
 installing
 is KDE or GNOME. 
 KDE is a fatty and although I like it allot it seems to need a ton of memory and is 
 all around
 resource hog. Plus I only use it for the following:
 
 Web Browser
 Text Editor
 Konsole or Console shell
 Listening to music and occassionally watching mpegs or avi's.
 I use Gaim for Instant Messenging, Ethereal for sniffing traffic for 
 troubleshooting, and use
 Shorewall firewall for its ability of Natting or Masq'ing so that more than one 
 person can share
 the Internet Connection.
 
 Where my confusion comes in is the terms used. I just assumed that KDE was my linux 
 face so to
 say. But then I see terms like:
 Window Manager...kind-of understand this..The thing thats incharge of drawing the 
 windows..
 Session Manager...Not sure what this does or the huge difference between different 
 versions are.
 Theme Managerkind-of understand this..This lets you Jazz-up your windows 
 environment I
 think..
 
 And this is where I get confused.  Is there a simple not (totally ugly) window 
 manager that I
 can
 use on my old machine and still be able to use the simple things that I use above? 
 
 By the way...I just wanted to thank everyone for taking the time that responded to 
 my previous
 posts. You've helped a ton.
 
 I'm on my 3rd pc with Gentoo Rocking and Rolling. Now I just need to get simple 
 linux/unix
 networking/file/print/sharing down and I will be able replace everything at my moms 
 home
 business
 saving here probably around 10 thousand $US.. 
 
 Thanks,
 Joshua Banks
 
 
 __
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search
 http://shopping.yahoo.com
 
 --
 [EMAIL PROTECTED] mailing list
 

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Jason Stubbs
On Thursday 25 September 2003 17:36, Joshua Banks wrote:
 I'm on my 3rd pc with Gentoo Rocking and Rolling. Now I just need to get
 simple linux/unix networking/file/print/sharing down and I will be able
 replace everything at my moms home business saving here probably around 10
 thousand $US..

I suggest you make sure you're really confident that you can fix anything if 
it breaks before converting a business that relies on uptime. If you aren't/
can't, it could end up costing more than US$10k in lost profits...

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] remounting root as read/write

2003-09-25 Thread Sigurd Stordal
 partition. I need to remount it as r/w to fix it, but I
mount -o remount,rw /device /mountpoint.
if you come in such a situation again, you could just mount your /usr and man 
command. Man pages are a man 's best friend :-)
-- 
Sigurd Stordal
President of GOGS
Experimental Petrologist

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EVMS2 on root partition

2003-09-25 Thread Dirk Heinrichs
Am Mittwoch, 24. September 2003 16:48 schrieb ext Gour:

 So, now the situation is better. I can normally boot although there are
 several messages I'd like to get rid of.
 It starts with: unknown group tty
 and few others: audio, video .. (I dont' know how to capture all the
 messages since they're not in dmesg).

Even with /etc/{passwd,group,nsswitch.conf} copied to the initrd, I can't 
ged rid of these. Anybody else who has an idea?

 There are also several: error comparing kernel mappings for region xxx
 reported by EVMS LVM manager.

After modifying my linuxrc to get a logfile and carefully watching boot 
output, all I can say is I don't get these. Please ask on the evms-devel 
mailinglist.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


Re: [gentoo-user] EVMS2 on root partition

2003-09-25 Thread Dirk Heinrichs
Am Donnerstag, 25. September 2003 09:23 schrieb ext Dirk Heinrichs:
 Am Donnerstag, 25. September 2003 09:13 schrieb Dirk Heinrichs:
  Hmm, didn't try this, but you could put tee into your initrd and append
  21 | tee ${LOGFILE} to the essential commands executed from
  linuxrc.

 Better add -a option to tee.

Now I tried :-). Don't do this on the /sbin/devfsd line. If you let the 
mkinitrd script _create_ linuxrc, the use \${LOGFILE}. You could also add 
-v options to evms_activate, modprobe and mount to have more details in 
your logfile.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


Re: [gentoo-user] Newbie window manager question :)[Jason Stubbs]

2003-09-25 Thread Joshua Banks

--- Jason Stubbs [EMAIL PROTECTED] wrote:
 On Thursday 25 September 2003 17:36, Joshua Banks wrote:
  I'm on my 3rd pc with Gentoo Rocking and Rolling. Now I just need to get
  simple linux/unix networking/file/print/sharing down and I will be able
  replace everything at my moms home business saving here probably around 10
  thousand $US..
 
 I suggest you make sure you're really confident that you can fix anything if 
 it breaks before converting a business that relies on uptime. If you aren't/
 can't, it could end up costing more than US$10k in lost profits...
 
 Jason


Heh..

I here ya Jason. I've got a year before that happens. Even know I'm new to linux 
doesn't mean I'm
new to decision making 101.  I would never put myself in a professional business 
situation (even
at my moms expense), where I would install something that I don't know how to 
troubleshoot if it
breaks.  Ummm, that would be, Um, totally idiotic (insanely irresponsible).. 

But I must say, at my last job where I worked as tech-support rep, I would run into 
people on a
daily basis that had no business what so ever installing our products. And of all 
things our
products are firewall hardware devices so you can imagine what a noob could get 
him/her-self into,
(at that businesses expense) and we would have to bail him/her out off thier own 
stupidness
because they had a support contract with us.  O...I despised people like that. So, 
I here what
your saying basically.. 

Anyways, thanks for the suggestion Jason.. Heh..

JBanks

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] (OT) New thread in old thread (was: Submitting ebuilds)

2003-09-25 Thread Dirk Heinrichs
Am Donnerstag, 25. September 2003 09:34 schrieb Ross:

 [something]
Please don't start a new thread by replying to an old one.

Thanx...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


Re: [gentoo-user] /etc/conf.d/local.start and 12

2003-09-25 Thread Norberto Bensa
Jason Stubbs wrote:
 I usually see 21 meaning to pipe STDERR through STDOUT

... and it can also be typed as 

Regards,
Norberto




pgp0.pgp
Description: signature


Re: [gentoo-user] kismet-needed Orinoco monitor mode pcmcia driver patch for gentoo's pcmcia-cs-3.2.4]

2003-09-25 Thread Jon
I just got done doing this (setting up an Orinoco WaveLAN card)

Requires a kernel patch to work in Monitor mode

http://airsnort.shmoo.com/orinocoinfo.html


--
[EMAIL PROTECTED] mailing list



[gentoo-user] SMTP Advice

2003-09-25 Thread Ricardo Nuno
Hi all,

I have a question regarding what should be the best way to send a Newsletter
to 500.000
subscrivers. Does 1 mail server can deal with this load and also with the
normal mails ?
Or should i create another SMTP just for this task ?

If so, witch you recomend for this kind of task ?

Thanks,
RNuno



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Filter a message on log of system.

2003-09-25 Thread Fellipe



Hi all,

I got a syslog-ng log daemon on my Gentoo 1.4 and 
my network interface (eth2) got an error:


# tail messages
- /var/log/messages 
-Sep 25 08:50:26 dvfw eth2: PCI Bus error 2290.Sep 25 
08:50:26 dvfw eth2: PCI Bus error 1290.Sep 25 08:50:26 dvfw eth2: PCI Bus 
error 2290.Sep 25 08:50:26 dvfw eth2: PCI Bus error 1290.Sep 25 08:50:26 
dvfw eth2: PCI Bus error 2290.Sep 25 08:50:26 dvfw eth2: PCI Bus error 
0290.Sep 25 08:50:26 dvfw eth2: PCI Bus error 2290.Sep 25 08:50:26 dvfw 
eth2: PCI Bus error 2290.Sep 25 08:50:26 dvfw eth2: PCI Bus error 
2290.Sep 25 08:50:26 dvfw eth2: PCI Bus error 0290.
- /var/log/messages -

its dont stop and my log file insane!!!
I need filter it to a other file like /dev/null, any idea is 
appreciate!

tkx
Banza

Ps.: my syslog-ng.conf...


options { 
long_hostnames(off); 
sync(0);
};

source src { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); 
};
destination messages { file("/var/log/messages"); };
log { source(src); destination(messages); };log { source(src); 
destination(console_all); };



RE: [gentoo-user] DynDNS Clients

2003-09-25 Thread Brenden Walker
Hmm, will it work on Hammernode as well?  

 -Original Message-
 From: Timothy Grant [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, September 24, 2003 11:46 PM
 To: [EMAIL PROTECTED]; Anthony Floyd
 Subject: Re: [gentoo-user] DynDNS Clients
 
 
 On Wednesday 24 September 2003 08:35 pm, Anthony Floyd wrote:
  On Wed, 24 Sep 2003 19:38:45 -0700 (PDT)
 
  Jeff Greene [EMAIL PROTECTED] wrote:
   Does anyone have any suggestions for a CLI program
   that can interface with dyndns.org and update my ip? I
 
  ddclient
 
 I second that. I've been using it for years and it has never failed.
 
 -- 
 Stand Fast,
 tjg.
 
 Timothy Grant
 www.craigelachie.org
 
 
 --
 [EMAIL PROTECTED] mailing list
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Joshua Banks
Thanks for the info Dirk. 

To funny.. the site that you linked in your email was the same site that I was 
researching while
reading your response.

Thanks,
JBanks
--- Dirk Heinrichs [EMAIL PROTECTED] wrote:
 Am Donnerstag, 25. September 2003 11:02 schrieb ext Joshua Banks:
  I'm reading up on this stuff right now. So I guess I would just want to
  get your opinion on the slickest window manager out there that is light
  weight that will allow me to run the programs I've listed below without
  taking up a ton of resources and memory when loaded.
 
 First, you can run every program with every window manager. So choose the 
 one you like most.
 
 You have installed X, so you allready have twm ;-) Need more comfort: tvtwm, 
 fvmw2. Then there's windowmaker, which gives you a nice Nextstep alike 
 look, and many more (see: http://www.plig.org/xwinman/).
 
 Bye...
 
   Dirk
 -- 
 Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
 Configuration Manager   | Fax:  +49 (0)211 47068 111
 Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
 Hambornerstraße 55  | Web:  http://www.cgey.com
 D-40472 Düsseldorf  | ICQ#: 110037733
 GPG Public Key C2E467BB | Keyserver: www.keyserver.net
 

 ATTACHMENT part 2 application/pgp-signature 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] SMTP Advice

2003-09-25 Thread Patrick
Hi,

first off try not to send spam :) *rant* otherwise are you planning on
sending this from a permanent connection or a dialup/adsl/etc... ? if so you
can always just use somthing like ssmtp to spool the mail and relay through
your service provider which might be a simpler smarter way as some places
block adsl/etc... ranges.

Also how are you planning on sending this ? through a program or a web
application ?
the more information you can send the better equiped we will be to help you.

P
- Original Message - 
From: Ricardo Nuno [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 1:46 PM
Subject: [gentoo-user] SMTP Advice


| Hi all,
|
| I have a question regarding what should be the best way to send a
Newsletter
| to 500.000
| subscrivers. Does 1 mail server can deal with this load and also with the
| normal mails ?
| Or should i create another SMTP just for this task ?
|
| If so, witch you recomend for this kind of task ?
|
| Thanks,
| RNuno
|
|
|
| --
| [EMAIL PROTECTED] mailing list
|
|
|


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread brett holcomb
Don't forget xfce (www.xfce.org).  It's excellent.

On Thu, 25 Sep 2003 05:21:41 -0700 (PDT)
 Joshua Banks [EMAIL PROTECTED] wrote:
Thanks for the info Dirk. 

To funny.. the site that you linked in your email was the 
same site that I was researching while
reading your response.

Thanks,
JBanks
--- Dirk Heinrichs [EMAIL PROTECTED] wrote:
Am Donnerstag, 25. September 2003 11:02 schrieb ext 
Joshua Banks:

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Automated PEAR ebuild generation

2003-09-25 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hihi,

Is there a (planned) way to automagically make ebuilds, or just install, PHP 
PEAR modules like the script for CPAN stuff?

Cheers

- -- 
Mike Williams
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/cuEGInuLMrk7bIwRAiJbAJ4u4hHHiAo8v7vMD9P4dKXjvTqeTQCfUIjq
NBa6QXBZsgpq2qv8wdAcmuY=
=xWD3
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] SMTP Advice

2003-09-25 Thread Brenden Walker
What I'd like to know is how you end up with 500,000 'subscribers' and no
means to contact them already in place?

Sorry, but this sounds like spam.

 -Original Message-
 From: Patrick [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 25, 2003 8:35 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] SMTP Advice
 
 
 Hi,
 
 first off try not to send spam :) *rant* otherwise are you 
 planning on sending this from a permanent connection or a 
 dialup/adsl/etc... ? if so you can always just use somthing 
 like ssmtp to spool the mail and relay through your service 
 provider which might be a simpler smarter way as some places 
 block adsl/etc... ranges.
 
 Also how are you planning on sending this ? through a program 
 or a web application ? the more information you can send the 
 better equiped we will be to help you.
 
 P
 - Original Message - 
 From: Ricardo Nuno [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, September 25, 2003 1:46 PM
 Subject: [gentoo-user] SMTP Advice
 
 
 | Hi all,
 |
 | I have a question regarding what should be the best way to send a
 Newsletter
 | to 500.000
 | subscrivers. Does 1 mail server can deal with this load and 
 also with 
 | the normal mails ? Or should i create another SMTP just for 
 this task 
 | ?
 |
 | If so, witch you recomend for this kind of task ?
 |
 | Thanks,
 | RNuno
 |
 |
 |
 | --
 | [EMAIL PROTECTED] mailing list
 |
 |
 |
 
 
 --
 [EMAIL PROTECTED] mailing list
 

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] SMTP Advice

2003-09-25 Thread Ricardo Nuno
Hi Patrik,

This is a Newsletter only for subscrivers not spam at all cuz i hate it too.

This system is a complement to a webaplication that works like this:

A person gets to the site and searches for let's say a Audio Workshop
to put new stereo system on is car, in our subscrivers, in the category
Audio Workshop he have 200.000 records so we send a mail to eatch one of
them, so that the potencial client receive pleaty of Budget's so that he can
pick the best one.

About the line i have a dedicated 2Mb line upstream/downstream.

Thanks
RNuno



-Original Message-
From: Patrick [mailto:[EMAIL PROTECTED]
Sent: quinta-feira, 25 de Setembro de 2003 13:35
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [gentoo-user] SMTP Advice


Hi,

first off try not to send spam :) *rant* otherwise are you planning on
sending this from a permanent connection or a dialup/adsl/etc... ? if so you
can always just use somthing like ssmtp to spool the mail and relay through
your service provider which might be a simpler smarter way as some places
block adsl/etc... ranges.

Also how are you planning on sending this ? through a program or a web
application ?
the more information you can send the better equiped we will be to help you.



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] SMTP Advice

2003-09-25 Thread Ricardo Nuno
What I'd like to know is how you end up with 500,000 'subscribers' and no
means to contact them already in place?

Sorry, but this sounds like spam.

like i said in the other mail, the request of the client is sent *only*
to companys who paid to be on the database, this is not spam.



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] SMTP Advice

2003-09-25 Thread Brenden Walker
You can always cheat and BCC 50 or so addys in each copy of the mail.
That'll off load some of the processing to the downstream side (but may PO
somebody else ;-)

 -Original Message-
 From: Ricardo Nuno [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 25, 2003 8:46 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [gentoo-user] SMTP Advice
 
 
 Hi Patrik,
 
 This is a Newsletter only for subscrivers not spam at all cuz 
 i hate it too.
 
 This system is a complement to a webaplication that works like this:
 
 A person gets to the site and searches for let's say a Audio 
 Workshop to put new stereo system on is car, in our 
 subscrivers, in the category Audio Workshop he have 200.000 
 records so we send a mail to eatch one of them, so that the 
 potencial client receive pleaty of Budget's so that he can 
 pick the best one.
 
 About the line i have a dedicated 2Mb line upstream/downstream.
 
 Thanks
 RNuno
 
 
 
 -Original Message-
 From: Patrick [mailto:[EMAIL PROTECTED]
 Sent: quinta-feira, 25 de Setembro de 2003 13:35
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] SMTP Advice
 
 
 Hi,
 
 first off try not to send spam :) *rant* otherwise are you 
 planning on sending this from a permanent connection or a 
 dialup/adsl/etc... ? if so you can always just use somthing 
 like ssmtp to spool the mail and relay through your service 
 provider which might be a simpler smarter way as some places 
 block adsl/etc... ranges.
 
 Also how are you planning on sending this ? through a program 
 or a web application ? the more information you can send the 
 better equiped we will be to help you.
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] SMTP Advice

2003-09-25 Thread Brenden Walker
 -Original Message-
 From: Ricardo Nuno [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 25, 2003 8:49 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [gentoo-user] SMTP Advice
 
 
 What I'd like to know is how you end up with 500,000 
 'subscribers' and 
 no means to contact them already in place?
 
 Sorry, but this sounds like spam.
 
 like i said in the other mail, the request of the client is 
 sent *only* to companys who paid to be on the database, this 
 is not spam.

But how did you get 500,000 companies to pay you for a service you haven't
figured out how to provide?  I could use some of that marketing skill! ;-)

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] SMTP Advice

2003-09-25 Thread Ricardo Nuno

 But how did you get 500,000 companies to pay you for a service you haven't
 figured out how to provide?  I could use some of that marketing skill! ;-)

It's simple, a company that already provided this type off service for many
years
on office's around the country now want to get online with this.

so this aren't my 'companys' i just have to make the site witch is ready,
and figure out the best way to do the service.

regards,
RNuno



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] SMTP Advice

2003-09-25 Thread Patrick
Hi,

the best thing i can reccomend is that you get a nice box
with a dns cache and your choice of qmail,exim,postfix
and then queue the mail on that machine alone
it will make life slightly easier to do.

Also make sure that your upstream isp knows about your mass mailings
as they might get a complaint and decide to cut you off.

Your biggest bottlenecks will probably come with disk I/O, Bandwidth and
DNS.

Other than that you should be able to do that know problem.

If you need any help feel free to mail me.

P

- Original Message - 
From: Ricardo Nuno [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 2:46 PM
Subject: RE: [gentoo-user] SMTP Advice


| Hi Patrik,
|
| This is a Newsletter only for subscrivers not spam at all cuz i hate it
too.
|
| This system is a complement to a webaplication that works like this:
|
| A person gets to the site and searches for let's say a Audio Workshop
| to put new stereo system on is car, in our subscrivers, in the category
| Audio Workshop he have 200.000 records so we send a mail to eatch one of
| them, so that the potencial client receive pleaty of Budget's so that he
can
| pick the best one.
|
| About the line i have a dedicated 2Mb line upstream/downstream.
|
| Thanks
| RNuno
|
|
|
| -Original Message-
| From: Patrick [mailto:[EMAIL PROTECTED]
| Sent: quinta-feira, 25 de Setembro de 2003 13:35
| To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
| Subject: Re: [gentoo-user] SMTP Advice
|
|
| Hi,
|
| first off try not to send spam :) *rant* otherwise are you planning on
| sending this from a permanent connection or a dialup/adsl/etc... ? if so
you
| can always just use somthing like ssmtp to spool the mail and relay
through
| your service provider which might be a simpler smarter way as some places
| block adsl/etc... ranges.
|
| Also how are you planning on sending this ? through a program or a web
| application ?
| the more information you can send the better equiped we will be to help
you.
|
|
|
| --
| [EMAIL PROTECTED] mailing list
|
|
|


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Alberto Bert
I'm not an expert at all, but I'm enjoying window maker a lot.
It's got a lot of nice features, like multiple desktops and high
configurability, without fill your memory. I think it's a good
compromisea and If you are used to KDE,
you'll be surprised by the short time it takes to start...

alb

On Sep 25 at 01:36AM-0700, Joshua Banks wrote:
 I just finished installing Gentoo on an older machine. I've just finished doing 
 system -u update
 and so I've basically have a system ready to go to the next stage of getting a 
 window manager
 installed.
 
 This is where my Newbness comes in. Since merging over to linux from windows which 
 did everything
 for me.. Heh..heh.. I tried Mandrake and found that Mandrake was a painless install. 
 It basically
 did everything for me as well, just allot more to choose from versus M$ and its free.
 
 My goal is to try out a lightweight window manager but all that I've been used to 
 is installing
 is KDE or GNOME. 
 KDE is a fatty and although I like it allot it seems to need a ton of memory and is 
 all around
 resource hog. Plus I only use it for the following:
 
 Web Browser
 Text Editor
 Konsole or Console shell
 Listening to music and occassionally watching mpegs or avi's.
 I use Gaim for Instant Messenging, Ethereal for sniffing traffic for 
 troubleshooting, and use
 Shorewall firewall for its ability of Natting or Masq'ing so that more than one 
 person can share
 the Internet Connection.
 
 Where my confusion comes in is the terms used. I just assumed that KDE was my linux 
 face so to
 say. But then I see terms like:
 Window Manager...kind-of understand this..The thing thats incharge of drawing the 
 windows..
 Session Manager...Not sure what this does or the huge difference between different 
 versions are.
 Theme Managerkind-of understand this..This lets you Jazz-up your windows 
 environment I think..
 
 And this is where I get confused.  Is there a simple not (totally ugly) window 
 manager that I can
 use on my old machine and still be able to use the simple things that I use above? 
 
 By the way...I just wanted to thank everyone for taking the time that responded to 
 my previous
 posts. You've helped a ton.
 
 I'm on my 3rd pc with Gentoo Rocking and Rolling. Now I just need to get simple 
 linux/unix
 networking/file/print/sharing down and I will be able replace everything at my moms 
 home business
 saving here probably around 10 thousand $US.. 
 
 Thanks,
 Joshua Banks
 
 
 __
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search
 http://shopping.yahoo.com
 
 --
 [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] SMTP Advice

2003-09-25 Thread Marshal Newrock
On Thu, 25 Sep 2003, Ricardo Nuno wrote:

 Hi all,

 I have a question regarding what should be the best way to send a Newsletter
 to 500.000
 subscrivers. Does 1 mail server can deal with this load and also with the
 normal mails ?
 Or should i create another SMTP just for this task ?

 If so, witch you recomend for this kind of task ?

Use a mailing list manager, which tends to self-throttle.  With qmail, it
would be ezmlm.  With a different mail server (postfix, exim, sendmail),
it would be one like mailman.

-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bittorrent

2003-09-25 Thread Stroller
On 25 Sep 2003, at 7:08 am, Stephen Boulet wrote:

On Tuesday 23 September 2003 09:01 am, Terry Churchill wrote:
Absoloutely, but I don't agree that bittorrent is the way to go.

But - it should be an option for those who do want to use it, and are
willing to open the required ports on firewalls, etc.
[snip]

You only have to open specific ports on firewalls if you are serving a
torrent. Others jumping on it have no problem, and are encouraged to 
do so,
since they make everyone's download rate go up.
I think you're mistaken. As far as BitTorrent is concerned there should 
be no difference between someone serving a torrent (IE: the original 
individual with the complete file) and other peer with parts to share. 
Someone who is NATted or firewalled but who has the complete file may 
contribute very little (if at all - I don't know how BT implements 
this) to other peers.

For anyone else reading who is unfamiliar with BitTorrent, background 
is available at http://bitconjurer.org/BitTorrent/introduction.html

I've been using BitTorrent quite a bit recently, and this is what I can 
surmise:
 - BitTorrent relies on all peers serving the file simultaneously as 
downloading it.
 - If you are behind NAT or a firewall, and have not opened the 
appropriate ports then other peers cannot connect to you. They can, 
however, share the file with you if you can connect to them.
 - The problem with this is that the VAST majority of users are NATted 
or firewalled  do NOT open these ports.
 - Consequently, the burden of sharing is shifted largely onto the few 
peers who do have their ports open correctly.
 - All NATted / firewalled peers (without ports open) share a total 
download bandwidth supplied by the total upload of peers with their 
ports open correctly. It is more desirable that all peers share a 
download bandwidth equalling the total upload of ALL peers (which is 
many times more).
 - If you open your ports, all the incorrectly configured clients can 
then connect to you, and you benefit from their total upload bandwidth, 
too.

Whether this is important is a matter of scaling. I tend to deal 
mostly, at present, with .torrents with a shortish life-span (of a week 
or three) and total peers in the order of 10 - 200.

My theory is that when a .torrent is fresh, there a relatively high 
number of sophisticated peers connected: that is to say peers who 
know what they're doing  have their ports open; if just one or two of 
these peers are on a fast connection (say 3mbit or a university 
connection) then they can largely compensate for all the 
unsophisticated peers (without their ports open). It is still 
possible for the unsophisticated peers to download, say, a 650meg file 
in a matter of a few hours, especially as an unspohisticated peer may 
get a chunk from one sophisticated peer and share it with several 
others.

When there are only a dozen or two peers, however, and only one of them 
has his ports open, the download rate for NATted/firewalled peers slows 
to trickle - if the sophisticated peer has only 512/256 ADSL, then his 
meagre upload is shared between ALL of the unsophisticated peers. The 
sophisticated peer can get chunks from all of the other peers, however, 
and may still be able to saturate his bandwidth. A characteristic of 
this scenario is that you may experience very fast download rates up to 
a certain point, and only then does the trickle become noticeable.

Conclusion: it may not always matter to you if you're NATted or 
firewalled when you BitTorrent, but if you are then you become part of 
the problem. Users opening their BitTorrent ports (6881 - 6889 are a 
good start) may experience speed increases of a factor of 10 or more. 
It is my experience that for any reasonably well-seeded (or even 
well-peered) file then BitTorrent should be able to saturate my 512k 
ADSL download bandwidth - I can download a 650meg file in 3 - 6 hours, 
when NATted / firewalled peers might show ETAs of several days for the 
same file.

I like this discussion of BitTorrent's ports  firewall requirements, 
but it seems to be down at the time of writing: 
http://www.dessent.net/btfaq/#ports

I would be interested to discuss this matter further, especially if you 
can point out any flaws in my reasoning.

Stroller.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Making the forums searchable

2003-09-25 Thread Klavs Klavsen
Hi guys,

I guess a lot of you already know that the search function in phpBB
doesn't really work very well. Search for nsteg f.ex. - and you won't
get hits on several hints that are in there - and it's also full of stop
words, that mean you can't search on those - that sometimes would give
many, but good hits.

All this could be resolved easily, by inserting some rewite rules in
apache and an output-filter in php (or apache - it too has
modules/features for this kinda stuff) which simply rewrites urls like:

http://forums.gentoo.org/viewforum.php?f=14sid=0d48ecb4e79d41ac653661d849983ec6

to 

http://forums.gentoo.org/viewforum.php/f/14

and for gods sake - put sid in a cookie - and besides why should the sid
be necessary for not logged in users? All this has been done in
PostNuke, and I'd gladly do the setup in apache/php for the forums - so
that everyone who uses google, also can find all the GREAT help there is
to find in the Gentoo Forum. 

I have many times found answers to hard problems in the gentoo forums,
which werent' available on google - and I'm sorry to see that so many
Linux users don't find the gentoo forums - or just don't find the answer
on the forums, due to the bad search function in phpBB.

-- 
Regards,
Klavs Klavsen, GSEC - [EMAIL PROTECTED] - http://www.vsen.dk
PGP: 7E063C62/2873 188C 968E 600D D8F8  B8DA 3D3A 0B79 7E06 3C62
See my new CMS Hosting Service at http://www.VirkPaaNettet.dk

Working with Unix is like wrestling a worthy opponent. 
Working with windows is like attacking a small whining child 
who is carrying a .38.  


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


Re: [gentoo-user] Filter a message on log of system.

2003-09-25 Thread Marshal Newrock
On Thu, 25 Sep 2003, Fellipe wrote:

 Hi all,

 I got a syslog-ng log daemon on my Gentoo 1.4 and my network interface (eth2) got an 
 error:

 # tail messages
 - /var/log/messages -
 Sep 25 08:50:26 dvfw eth2: PCI Bus error 2290.
 Sep 25 08:50:26 dvfw eth2: PCI Bus error 1290.
 Sep 25 08:50:26 dvfw eth2: PCI Bus error 2290.

 its dont stop and my log file insane!!!
 I need filter it to a other file like /dev/null, any idea is appreciate!

First, I'd say this indicates a hardware problem.  Move the card to a
different slot.  If that doesn't stop the errors, replace the card.  While
you can always get rid of noises in the car by turning the stereo up, it's
not necessarily the best idea.

That said, the following would let you can the errors:
filter drop_eth2_errors { match(eth2: PCI Bus error); };
destination null { file(/dev/null); };
log { source(src); filter(drop_eth2_errors); destination(null);
flags(final); };

If you don't have 'flags(final)' then it will continue processing after
it delivers to /dev/null, and deliver to /var/log/messages.

The manpage for syslog-ng.conf doesn't have much information, but the
manual at /usr/share/doc/syslog-ng*/html/book1.html has all you need to
know.


-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Ernie Schroder
I agree with Alberto. WindowMaker seems the easiest for this old time 
KDE user to learn and set up.

E

On Thursday 25 September 2003 09:25 am, Alberto Bert wrote:
 I'm not an expert at all, but I'm enjoying window maker a lot.
 It's got a lot of nice features, like multiple desktops and high
 configurability, without fill your memory. I think it's a good
 compromisea and If you are used to KDE,
 you'll be surprised by the short time it takes to start...

 alb

 On Sep 25 at 01:36AM-0700, Joshua Banks wrote:
  I just finished installing Gentoo on an older machine. I've just
  finished doing system -u update and so I've basically have a
  system ready to go to the next stage of getting a window manager
  installed.
 
  This is where my Newbness comes in. Since merging over to linux
  from windows which did everything for me.. Heh..heh.. I tried
  Mandrake and found that Mandrake was a painless install. It
  basically did everything for me as well, just allot more to
  choose from versus M$ and its free.
 
  My goal is to try out a lightweight window manager but all that
  I've been used to is installing is KDE or GNOME.
  KDE is a fatty and although I like it allot it seems to need a
  ton of memory and is all around resource hog. Plus I only use it
  for the following:
 
  Web Browser
  Text Editor
  Konsole or Console shell
  Listening to music and occassionally watching mpegs or avi's.
  I use Gaim for Instant Messenging, Ethereal for sniffing traffic
  for troubleshooting, and use Shorewall firewall for its ability
  of Natting or Masq'ing so that more than one person can share the
  Internet Connection.
 
  Where my confusion comes in is the terms used. I just assumed
  that KDE was my linux face so to say. But then I see terms like:
  Window Manager...kind-of understand this..The thing thats
  incharge of drawing the windows.. Session Manager...Not sure what
  this does or the huge difference between different versions are.
  Theme Managerkind-of understand this..This lets you Jazz-up
  your windows environment I think..
 
  And this is where I get confused.  Is there a simple not (totally
  ugly) window manager that I can use on my old machine and still
  be able to use the simple things that I use above?
 
  By the way...I just wanted to thank everyone for taking the time
  that responded to my previous posts. You've helped a ton.
 
  I'm on my 3rd pc with Gentoo Rocking and Rolling. Now I just need
  to get simple linux/unix networking/file/print/sharing down and I
  will be able replace everything at my moms home business saving
  here probably around 10 thousand $US..
 
  Thanks,
  Joshua Banks
 
 
  __
  Do you Yahoo!?
  The New Yahoo! Shopping - with improved product search
  http://shopping.yahoo.com
 
  --
  [EMAIL PROTECTED] mailing list

 --
 [EMAIL PROTECTED] mailing list

-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Making the forums searchable

2003-09-25 Thread Brenden Walker
 -Original Message-
 From: Klavs Klavsen [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 25, 2003 9:46 AM
 To: [EMAIL PROTECTED]
 Subject: [gentoo-user] Making the forums searchable
 
 
 Hi guys,
 
 rewrites urls like:
 

That would be awesome, I've often wonderered by phpBB couldn't do phrase
searching as well as more complicated boolean searches.

If any assistance is needed, I can help.. I manage to implement rewriting on
a heavily modified php-nuke and it's well worth the effort.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread mathieu
Hi!

I've just installed lm-sensors to peek at my motherboard.
I've got the following informations.
I don't understand everything but I don't like the ALARM messages...
Can I trust those informations? Should I call the firemen?
And I'm specially worried about the +224.4°C (limit +120°).
After a few tries, all infomations seem pretty static, only the temp2 changes 
a bit.


as99127f-i2c-0-2d
Adapter: SMBus Via Pro adapter at e800
Algorithm: Non-I2C SMBus adapter
VCore 1:   +1.84 V  (min =  +1.76 V, max =  +2.14 V)
VCore 2:   +0.09 V  (min =  +1.76 V, max =  +2.14 V)   ALARM
+3.3V: +3.26 V  (min =  +2.97 V, max =  +3.63 V)
+5V:   +4.80 V  (min =  +4.50 V, max =  +5.48 V)
+12V: +12.27 V  (min = +10.79 V, max = +13.11 V)
-12V:  -7.55 V  (min = -15.06 V, max = -12.32 V)   ALARM
-5V:   -2.66 V  (min =  -5.48 V, max =  -4.50 V)   ALARM
fan1: 3901 RPM  (min = 3000 RPM, div = 2)
fan2:0 RPM  (min = 3000 RPM, div = 2)  ALARM
fan3:0 RPM  (min = 3000 RPM, div = 2)  ALARM
temp1:   +33°C  (limit =  +60°C)
temp2: +69.0°C  (limit = +120°C, hysteresis = +100°C)(beep)
temp3:+224.4°C  (limit = +120°C, hysteresis = +100°C)
vid:  +1.950 V
alarms:
beep_enable:
  Sound alarm enabled

-- 
mathieu perrenoud

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread Andrew Gaffney
mathieu wrote:
Hi!

I've just installed lm-sensors to peek at my motherboard.
I've got the following informations.
I don't understand everything but I don't like the ALARM messages...
Can I trust those informations? Should I call the firemen?
And I'm specially worried about the +224.4°C (limit +120°).
After a few tries, all infomations seem pretty static, only the temp2 changes 
a bit.

as99127f-i2c-0-2d
Adapter: SMBus Via Pro adapter at e800
Algorithm: Non-I2C SMBus adapter
VCore 1:   +1.84 V  (min =  +1.76 V, max =  +2.14 V)
VCore 2:   +0.09 V  (min =  +1.76 V, max =  +2.14 V)   ALARM
+3.3V: +3.26 V  (min =  +2.97 V, max =  +3.63 V)
+5V:   +4.80 V  (min =  +4.50 V, max =  +5.48 V)
+12V: +12.27 V  (min = +10.79 V, max = +13.11 V)
-12V:  -7.55 V  (min = -15.06 V, max = -12.32 V)   ALARM
-5V:   -2.66 V  (min =  -5.48 V, max =  -4.50 V)   ALARM
fan1: 3901 RPM  (min = 3000 RPM, div = 2)
fan2:0 RPM  (min = 3000 RPM, div = 2)  ALARM
fan3:0 RPM  (min = 3000 RPM, div = 2)  ALARM
temp1:   +33°C  (limit =  +60°C)
temp2: +69.0°C  (limit = +120°C, hysteresis = +100°C)(beep)
temp3:+224.4°C  (limit = +120°C, hysteresis = +100°C)
vid:  +1.950 V
alarms:
beep_enable:
  Sound alarm enabled
I think that 224.4 is the maximum temp that the sensors can report, 
which probably means that the sensor isn't working anymore or doesn't 
actually exist on the motherboard.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Filter a message on log of system.

2003-09-25 Thread Fellipe
Thank you!!

- Original Message - 
From: Marshal Newrock [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 10:53 AM
Subject: Re: [gentoo-user] Filter a message on log of system.


 On Thu, 25 Sep 2003, Fellipe wrote:

  Hi all,
 
  I got a syslog-ng log daemon on my Gentoo 1.4 and my network interface
(eth2) got an error:
 
  # tail messages
  - /var/log/messages -
  Sep 25 08:50:26 dvfw eth2: PCI Bus error 2290.
  Sep 25 08:50:26 dvfw eth2: PCI Bus error 1290.
  Sep 25 08:50:26 dvfw eth2: PCI Bus error 2290.
 
  its dont stop and my log file insane!!!
  I need filter it to a other file like /dev/null, any idea is appreciate!

 First, I'd say this indicates a hardware problem.  Move the card to a
 different slot.  If that doesn't stop the errors, replace the card.  While
 you can always get rid of noises in the car by turning the stereo up, it's
 not necessarily the best idea.

 That said, the following would let you can the errors:
 filter drop_eth2_errors { match(eth2: PCI Bus error); };
 destination null { file(/dev/null); };
 log { source(src); filter(drop_eth2_errors); destination(null);
 flags(final); };

 If you don't have 'flags(final)' then it will continue processing after
 it delivers to /dev/null, and deliver to /var/log/messages.

 The manpage for syslog-ng.conf doesn't have much information, but the
 manual at /usr/share/doc/syslog-ng*/html/book1.html has all you need to
 know.


 -- 
 Marshal Newrock, unemployed Linux user in Lansing, MI
 Caution: Product will be hot after heating


 --
 [EMAIL PROTECTED] mailing list






--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't update postgresql

2003-09-25 Thread Dr. Robert M. Fuhrer
At 01:25 PM 9/14/2003 -0400, Phil Barnett wrote:
About a month ago, I started getting a message that ant is not working, which
keeps me from emerging the latest postgresql, which in turn keeps me from
emerging the latest php.
I had this problem too, and it turned out that I had re-built my
kernel with security features on. Here's the gentoo.org forum URL:
  http://forums.gentoo.org/viewtopic.php?t=34384highlight=ant+postgresql+java

HTH!

 - Bob


Dr. Robert M. Fuhrer  rfuhrer AT watson DOT ibm DOT com
Programming Technologies   IBM T. J. Watson Research Center
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread mathieu
Le Jeudi 25 Septembre 2003 16:19, Andrew Gaffney a écrit :
 mathieu wrote:
  Hi!
 
  I've just installed lm-sensors to peek at my motherboard.
  I've got the following informations.
  I don't understand everything but I don't like the ALARM messages...
  Can I trust those informations? Should I call the firemen?
  And I'm specially worried about the +224.4°C (limit +120°).
  After a few tries, all infomations seem pretty static, only the temp2
  changes a bit.
 
 
  as99127f-i2c-0-2d
  Adapter: SMBus Via Pro adapter at e800
  Algorithm: Non-I2C SMBus adapter
  VCore 1:   +1.84 V  (min =  +1.76 V, max =  +2.14 V)
  VCore 2:   +0.09 V  (min =  +1.76 V, max =  +2.14 V)   ALARM
  +3.3V: +3.26 V  (min =  +2.97 V, max =  +3.63 V)
  +5V:   +4.80 V  (min =  +4.50 V, max =  +5.48 V)
  +12V: +12.27 V  (min = +10.79 V, max = +13.11 V)
  -12V:  -7.55 V  (min = -15.06 V, max = -12.32 V)   ALARM
  -5V:   -2.66 V  (min =  -5.48 V, max =  -4.50 V)   ALARM
  fan1: 3901 RPM  (min = 3000 RPM, div = 2)
  fan2:0 RPM  (min = 3000 RPM, div = 2)  ALARM
  fan3:0 RPM  (min = 3000 RPM, div = 2)  ALARM
  temp1:   +33°C  (limit =  +60°C)
  temp2: +69.0°C  (limit = +120°C, hysteresis = +100°C)(beep)
  temp3:+224.4°C  (limit = +120°C, hysteresis = +100°C)
  vid:  +1.950 V
  alarms:
  beep_enable:
Sound alarm enabled

 I think that 224.4 is the maximum temp that the sensors can report,
 which probably means that the sensor isn't working anymore or doesn't
 actually exist on the motherboard.

thanks andrew,
I feel more confortable now. But I'm still worried about other ALARMs. Do you 
have some advice about them?

-- 
mathieu perrenoud

--
[EMAIL PROTECTED] mailing list



[gentoo-user] SUPER-FREESWAN binary packages

2003-09-25 Thread Prabhat Gupta
Hi,

I recently upgraded the system:

emerge -u system(~x86)

Now I am getting touble, compiling super-freeswan with the newly 
upgraded gcc-3.3.1

Can some make a binay package for it and post it on the web?
I have pentium 4 laptop.
Can I downgrade the system using following:

env USE='x86' emerge -u system

Thanks

--
P r a b h a t  G u p t a 
/\/\*



--
[EMAIL PROTECTED] mailing list


RE: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread Matthew Coulson
The fan headers you don't have anything connected to, so don't worry about them. The 
VCore 2 I assume your machine does not use (do you have a P4 by any chance?). The -12v 
and -5v lines being way off probably means your PSU isn't supplying them, or is doing 
an extremely bad job of it. There is very, very little equipment around that uses 
these lines, so again, don't worry about them. The temp2 is quite high, I'd look into 
better cooling for your CPU. Unless the machine is stable in which case I wouldn't 
worry again :)

_
Please Note: This e-mail is confidential and may be protected by law.  This e-mail is 
intended solely for the named recipient(s).  If you receive this e-mail in error, 
please destroy the copy in your possession immediately.  Please do not disclose the 
contents to any other person, use information contained in it for any purpose, store 
or copy it.  Although this e-mail and any attachments are believed to be free of any 
virus, which might affect a computer system into which it is received and opened, 
Express Reinforcements Ltd. can not guarantee this and does not accept responsibility 
for any damage resulting from the use of this e-mail.
Copyright in this e-mail and any attachments remains with us.  Express Reinforcements 
Ltd. Registered in England No.1808624. Head Office: Fordwater Trading Estate, Ford 
Road, Chertsey, Surrey   KT16 8HG
To Visit our website go to http://www.ExpressReinforcements.co.uk

This message has been checked for all known viruses by UUNET delivered 
through the MessageLabs Virus Control Centre. For further information visit
http://www.uk.uu.net/products/security/virus/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel Upgrade question..

2003-09-25 Thread Stephen Turner
  As root:
  cd /usr/src
  rm linux
  ln -s linux-2.4.20-gentoo-r7 linux
  cd linux
  mount /boot
  genkernel

LOL im not gifted enough in the ways of scripting to do it yet plus my
linux died ok ok i killed it, (accident) and im using win2k at the moment
(gaming reasons) its a demo version. anyways id like to see a script that
does all that goey kernel stuff for ya! LOL actually why not cron a script
that does new kernel gen + updating system :-p altho if something died you
wouldnt know why. hey what happens if you shut down your system over
nights (home system conserve electricity) and you have in a daily cronjob
to do something? it just gets done the next time you log on right? im sure
it does has too lol geeks and that wierd to put a kink in it like that...
oh well lol curiosity got me.

=
**  computers are a lot like air conditioners, they stop working properly once you 
open windows **

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



[gentoo-user] lm sensors nforce 2 based mother boards

2003-09-25 Thread Ernie Schroder
Has anyone gotten lm-sensors working on an Nforce 2 based board? I 
would appreciate links and/or hints.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



[gentoo-user] sa-learn

2003-09-25 Thread Christian Herzyk
Hi,

I figured out that spamd, when started with the -x flag uses one 
database and not one for each user. I hope that is right.
If so how, or better as what user, do I have to run sa-learn zo make 
sure this database is trained?

If the above is not correct at all, here is what I do.
I fetch mail for all users and sort it with procmail (procmail is 
started from postfix). spamc is envoked from there.  I am nit sure under 
what user these are running but ti seems that it is not a priviledged 
user as I couldn't uses /var/log/procmail.log due to a lack of write 
permission.
So I guess it doesn't make sense that every user trains SA but that one 
database of ham and spam is built. So the user databaeses should not be 
readable by the user running procmail anyway.

So can you give me push into the right direction?

Thanks

Christian

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread mathieu

 The fan headers you don't have anything connected to, so don't worry about
 them. The VCore 2 I assume your machine does not use (do you have a P4 by

athlon xp 1700+

 any chance?). The -12v and -5v lines being way off probably means your PSU
 isn't supplying them, or is doing an extremely bad job of it. There is
 very, very little equipment around that uses these lines, so again, don't
 worry about them. The temp2 is quite high, I'd look into better cooling for
 your CPU. Unless the machine is stable in which case I wouldn't worry again

I've lots of things in my box: 4 hdds, dvd, cd, zip, ... Could this be the 
explanation of the high temps and bad voltage? Should I take some things out? 
Add new fans? 
What would be the acceptable temperature for temp2? (and for hdds btw)

-- 
mathieu perrenoud

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [gentoo-dev] gentoo vs. the FHS

2003-09-25 Thread Stephen Turner
lol i dont understand most of the placement of files as it is, i mean var,
whats that stand for? why is it used for logs is it? lol ok boot is
logical, bin and sbin is even more logical. etc? whats it for? everything
that dont quite belong? usr is logical i suppose, its nonsystem but
installed by user? home well that should be like ms mydocs :-p lol i say
theres allways room for improvement and if getting a little funky brings
gentoo into the worlds eye GO FOR IT! maybe we will be able to use our
beloved in a company setting :D (wish i was in a IT department and using linux)

=
**  computers are a lot like air conditioners, they stop working properly once you 
open windows **

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread Gustav_Schaffter





I would also carefully read
http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/doc/lm_sensors-FAQ.html

It seems that the sensor readings may need to be tweaked quite a lot.

Biker




   
   
  mathieu  
   
  [EMAIL PROTECTED]To:   [EMAIL PROTECTED]
   
  ch  cc:   (bcc: Gustav 
Schaffter/CDS/CG/CAPITAL)   
   Subject:  Re: [gentoo-user] strange 
(alarming) informations from lm-sensors
  25-09-2003 17:01 
   
  Please respond to
   
  gentoo-user  
   
   
   
   
   





 The fan headers you don't have anything connected to, so don't worry
about
 them. The VCore 2 I assume your machine does not use (do you have a P4 by

athlon xp 1700+

 any chance?). The -12v and -5v lines being way off probably means your
PSU
 isn't supplying them, or is doing an extremely bad job of it. There is
 very, very little equipment around that uses these lines, so again, don't
 worry about them. The temp2 is quite high, I'd look into better cooling
for
 your CPU. Unless the machine is stable in which case I wouldn't worry
again

I've lots of things in my box: 4 hdds, dvd, cd, zip, ... Could this be the
explanation of the high temps and bad voltage? Should I take some things
out?
Add new fans?
What would be the acceptable temperature for temp2? (and for hdds btw)

--
mathieu perrenoud

--
[EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] PDF Viewers?

2003-09-25 Thread D. Michael McFarland
Robert E. Raymond [EMAIL PROTECTED] writes:

 Thanks, Wine's getting emerged, we'll see if Acrobat Reader 6 works
 under it.

If it doesn't, and if you need this badly enough, the academic price
for WMware Workstation is quite reasonable.  This app has saved me a
_lot_ of grief in dealing with my *cough* unenlightened colleagues'
MS addiction.

Michael

-- 
D. Michael McFarland, Visiting Senior Research Scientist
Department of Aerospace Engineering
University of Illinois at Urbana-Champaign
[EMAIL PROTECTED], www.uiuc.edu/ph/www/dmmcf

--
[EMAIL PROTECTED] mailing list



[gentoo-user] lm_sensors and 2.6 kernel

2003-09-25 Thread Andrew Gaffney
Has anyone got lm_sensors working with any of the 2.6-test kernels? It 
was nice have gkrellm running showing my temps and voltages with my 
2.4.20 gentoo-sources kernel.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: [gentoo-dev] gentoo vs. the FHS

2003-09-25 Thread Gustav_Schaffter




 i mean var, whats that stand for?
Variable data files

 usr is logical i suppose, its nonsystem but installed by user?
No. /usr should _not_ be pronounced as user, since it stands for UNIX
System Resources (USR).


Biker


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread Matthew Coulson
 athlon xp 1700+

Hmm. I took a guess at the CPU from the temp2, as you might have been overclocking a 
P4 and overvolting it to 1.85. 69 degrees is a bit hot for an XP

 I've lots of things in my box: 4 hdds, dvd, cd, zip, ... 
 Could this be the 
 explanation of the high temps and bad voltage?

The voltages used by this equipment +5, +12, +3.3 are all extremely good, so theres no 
extreme power drain from them. 33c chassis temperature is also very good.

 Should I take 
 some things out? 

No need

 Add new fans?

If it's stable no. If you're paranoid about temperatures (which normally happens once 
someone finds out what the temperatures inside their machine is) then yes. To be 
honest I would try to get a better CPU cooler setup as personally I wouldn't be happy 
with 69c.

 What would be the acceptable temperature for temp2? (and for hdds btw)

I tend to go by a 50c maximum. You're not getting the HD's temperatures with the lm 
sensor, you'll need a S.M.A.R.T monitoring program for that. 

On my Shuttle SS51G (P4 2.4 non-overclocked, 1 Seagate Barracuda IV 40G, 1 Barracuda V 
120Gb), when I was running WinXP/2K, I used SpeedFan to monitor temperatures and 
adjust fan speed accordingly. On 1% fan speed I would achieve 49-50c CPU when idle, 
and 48-50c HDD. This made the fans completely inaudible. Once above 50c the fans would 
gradually speed up 5% a second to cool it down.

This weekend I hope to have a go getting a similar setup on my Gentoo install (the 
Shuttles built in fan throttling won't throttle enough!), and I'm hoping it will be a 
simple case of getting the following http://member.melbpc.org.au/~iann/varyfan/ 
working! It might already be in portage, I don't know.

_
Please Note: This e-mail is confidential and may be protected by law.  This e-mail is 
intended solely for the named recipient(s).  If you receive this e-mail in error, 
please destroy the copy in your possession immediately.  Please do not disclose the 
contents to any other person, use information contained in it for any purpose, store 
or copy it.  Although this e-mail and any attachments are believed to be free of any 
virus, which might affect a computer system into which it is received and opened, 
Express Reinforcements Ltd. can not guarantee this and does not accept responsibility 
for any damage resulting from the use of this e-mail.
Copyright in this e-mail and any attachments remains with us.  Express Reinforcements 
Ltd. Registered in England No.1808624. Head Office: Fordwater Trading Estate, Ford 
Road, Chertsey, Surrey   KT16 8HG
To Visit our website go to http://www.ExpressReinforcements.co.uk

This message has been checked for all known viruses by UUNET delivered 
through the MessageLabs Virus Control Centre. For further information visit
http://www.uk.uu.net/products/security/virus/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [gentoo-dev] gentoo vs. the FHS

2003-09-25 Thread Stephen Turner
they arent letting others suggest standards? well screw fhs then! sounds
like microsoft in the making! whos up for winix? LOL the linux distro that
crashes! yes crashes! you thought it was impossible to crash linux but
this one blue screens you 5 billion times a week! or your money back!

=
**  computers are a lot like air conditioners, they stop working properly once you 
open windows **

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [gentoo-dev] gentoo vs. the FHS

2003-09-25 Thread Terry Churchill
My pet monkey insists that on Sep 25 2003 at 04:09PM
Stephen Turner [EMAIL PROTECTED] warbled:

 they arent letting others suggest standards? 

Erm, yes they are:

http://bugs.freestandards.org/

I for one support the FHS, and certainly don't support proposals to make it
'Windows' like.
-- 
 .~.   Terry Churchill : [EMAIL PROTECTED]  .''`.
 /V\   ICQ : 256731870 : :'  :
/(_)\   http://www.doc-linux.co.uk/`. `'`
 ^ ^ `- 


pgp0.pgp
Description: PGP signature


[gentoo-user] Serial ATA with kernel 2.4.20?

2003-09-25 Thread Gustav_Schaffter




Well, before I go out buying a new set of hardware, I need to verify one
thing.

Question: Can the V2.4.20 series gentoo-sources kernel use SATA without
special patching or should I wait for the 2.6 kernels to become mainstream
before I go SATA?




Note 1. Currently, I really don't have the time to start patching the
kernel source myself.
Note 2. For those that have read some of my messages here; Yes, I do
maintain two relatively modern PCs as well, one of them (Dual PIII-550) is
getting too slow for the load I put on it.
Note 3. My 486-33 is still running the stage1 bootstrap after more than 5
days. ;-) But that's a completely different story. And OT.


Biker


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [gentoo-dev] gentoo vs. the FHS

2003-09-25 Thread Marshal Newrock
On Thu, 25 Sep 2003, Terry Churchill wrote:

 My pet monkey insists that on Sep 25 2003 at 04:09PM
 Stephen Turner [EMAIL PROTECTED] warbled:

  they arent letting others suggest standards?

 Erm, yes they are:

 http://bugs.freestandards.org/

 I for one support the FHS, and certainly don't support proposals to make it
 'Windows' like.

Don't worry, this guy has all the earmarks of a troll.  From what I
managed to read of his posts anyway lol.

-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



[gentoo-user] fix-db.pl

2003-09-25 Thread Ash Varma
At the end of my emerge -uv --deep world I get the following message:


!!! COUNTER file is missing for sys-apps/kbd-1.08-r2 in /var/db.
!!! Please run /usr/lib/portage/bin/fix-db.pl




When I run /usr/lib/portage/bin/fix-db.pl, I get the following output..


Grabbing db contents...
Grabbing mtimes...
fix-db: fatal: couldn't open
/var/db/pkg/app-misc/linux_logo-4.07-r1/CONTENTS: No such file or directory




How can I fix this?

Thanks
Ash


-- 

Ash Varma
[EMAIL PROTECTED]

April is the cruellest month...
-- Thomas Stearns Eliot

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread mathieu
Le Jeudi 25 Septembre 2003 17:08, Matthew Coulson a écrit :
  athlon xp 1700+

 Hmm. I took a guess at the CPU from the temp2, as you might have been
 overclocking a P4 and overvolting it to 1.85. 69 degrees is a bit hot for
 an XP

  I've lots of things in my box: 4 hdds, dvd, cd, zip, ...
  Could this be the
  explanation of the high temps and bad voltage?

 The voltages used by this equipment +5, +12, +3.3 are all extremely good,
 so theres no extreme power drain from them. 33c chassis temperature is also
 very good.

  Should I take
  some things out?

 No need

  Add new fans?

 If it's stable no. If you're paranoid about temperatures (which normally
 happens once someone finds out what the temperatures inside their machine
 is) then yes. To be honest I would try to get a better CPU cooler setup as
 personally I wouldn't be happy with 69c.

I'm not happy with 69C. But I have choosen a big fan when I buyed my PC. Could 
my fan be on the wrong side? Should it pull the hot air outside or blow cold 
air inside?
Now my pc is totally idle but it's temperature is 70C.
My HDD are now at 39C.
What is a better cpu cooler setup? a better fan?

  What would be the acceptable temperature for temp2? (and for hdds btw)

 I tend to go by a 50c maximum. You're not getting the HD's temperatures
 with the lm sensor, you'll need a S.M.A.R.T monitoring program for that.

 On my Shuttle SS51G (P4 2.4 non-overclocked, 1 Seagate Barracuda IV 40G, 1
 Barracuda V 120Gb), when I was running WinXP/2K, I used SpeedFan to monitor
 temperatures and adjust fan speed accordingly. On 1% fan speed I would
 achieve 49-50c CPU when idle, and 48-50c HDD. This made the fans completely
 inaudible. Once above 50c the fans would gradually speed up 5% a second to
 cool it down.

 This weekend I hope to have a go getting a similar setup on my Gentoo
 install (the Shuttles built in fan throttling won't throttle enough!), and
 I'm hoping it will be a simple case of getting the following
 http://member.melbpc.org.au/~iann/varyfan/ working! It might already be in
 portage, I don't know.

# emerge -s varyfan
Searching...
[ Results for search key : varyfan ]
[ Applications found : 0 ]

sorry

-- 
mathieu perrenoud

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Making the forums searchable

2003-09-25 Thread Marius Mauch
The better recipient for this mail would be the forum administrators, a
thread in Forums Feedback should get their attention.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


[gentoo-user] can't start X

2003-09-25 Thread btv
Hey all, After going and taking care of the whole pam-login incident last night,
i try to start X today, and i get an error saying that my user account and root
don't own the session. And thus startx doesn't work.

I'm thinking of reemerging X and seeing if that fixes it, but i'd like avoid
that if possible.

Does anyone else have ideas of what be causing this to happen, and how to fix it.

thanks in advance,
bryce

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel panic while booting a new Gentoo installation

2003-09-25 Thread a park
I received the following message while booting with a kernel that I compiled 
during the installation of Gentoo 2:

hub.c: USB hub found
hub.c: 3 ports detected
 Detected usb-ohci hardware
 Scanning for hid... usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik ([EMAIL PROTECTED])
hid-core.c: USB HID support drivers
 Detected hid hardware
Kernel panic: Attempted to kill init!
I compiled the 2.4.20 kernel that is retreived from gentoo-sources.  I used 
the genkernel command without the --config option.  I emerged the following: 
nvidia-kernel, nforce-net, nforce-audio because I have the following 
hardware:

Athlon XP 2200+, Gigabyte  GA-7NNXP (nforce2), 256 MB RAM, 40 GB IDE 
Harddrive (i think it is 7200rpm), NVidia GeForce 4400, Logitech USB Mouse, 
cdrom, two additional IDE hard drives.

I've looked around the web for some answers and most seem to focus on ACPI / 
APIC and disabling it.  I don't mind disabling it as long as I don't see any 
performance degredation (which is kind of difficult to judge since my 
machine is not performing at all).  There seems to be three places to 
disable it:  the BIOS, the kernel and the boot command (pci=noacpi noapic) 
(could i place this in lilo.conf?).  What would be the best way to determine 
if this is the problem?  Which would be the best place to disable it at?  
Would this solve my problems?

Here is one of the sources of information that I found on the net:

http://www.burocrata.org/newwiki/NvidiaNforce

Thank you in advance for any and all assistance.

Andrew

_
Get MSN 8 Dial-up Internet Service FREE for one month.  Limited time offer-- 
sign up now!   http://join.msn.com/?page=dept/dialup

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread Ernie Schroder
On Thursday 25 September 2003 11:52 am, mathieu wrote:
 I'm not happy with 69C. But I have choosen a big fan when I buyed
 my PC. Could my fan be on the wrong side? Should it pull the hot
 air outside or blow cold air inside?


Assuming you have only 1 case fan, It should, in my opinion be sucking 
air into the box. Every power supply I've ever seen blows air out, so 
if you have 2 fans blowing out, you tend to create a vaccuum in the 
box.(yes, I know a PC case is not air tight) The air exchange would 
still be lower and heat would build up inside the case. Assuming you 
now have your case fan blowing out, try this experiment. Tape a small 
bit of paper to the case just above the power supply fan so that it 
hangs in front. (just tape it at the top. Notice how far the paper is 
moved out from the case by the air flow exiting the power supply. 
Reverse the direction of the case fan so that it now sucks air into 
the box. Replace the covers and check the piece of paper again. If, 
as I assume the paper stands out farther from the box, you have 
succeeded in increasing air flow and your processor will probably run 
some whatl cooler.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread brett holcomb
The more fans the better!  One fan should pull air into 
the box.  However, just having fans doesn't mean you'll 
have adequate cooling.  There may be dead spots inside the 
case where air doesn't circulate no matter how many fans 
you have.

On Thu, 25 Sep 2003 12:52:34 -0400
 Ernie Schroder [EMAIL PROTECTED] wrote:
On Thursday 25 September 2003 11:52 am, mathieu wrote:
I'm not happy with 69C. But I have choosen a big fan 
when I buyed
my PC. Could my fan be on the wrong side? Should it pull 
the hot
air outside or blow cold air inside?


Assuming you have only 1 case fan, It should, in my 
opinion be sucking 
air into the box. Every power supply I've ever seen blows 
air out, so 
if you have 2 fans blowing out, you tend to create a 
vaccuum in the 
box.(yes, I know a PC case is not air tight) The air 
exchange would 
still be lower and heat would build up inside the case. 
Assuming you 
now have your case fan blowing out, try this experiment. 
Tape a small 
bit of paper to the case just above the power supply fan 
so that it 
hangs in front. (just tape it at the top. Notice how far 
the paper is 
moved out from the case by the air flow exiting the power 
supply. 
Reverse the direction of the case fan so that it now 
sucks air into 
the box. Replace the covers and check the piece of paper 
again. If, 
as I assume the paper stands out farther from the box, 
you have 
succeeded in increasing air flow and your processor will 
probably run 
some whatl cooler.
--
Regards, Ernie
100% Microsoft and Intel free

--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread Rune Zimmermann
brett holcomb wrote:
Don't forget xfce (www.xfce.org).  It's excellent.
- And Xfce4 :-)

Regards
Rune Z.
Denmark
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Newbie window manager question :)

2003-09-25 Thread brett holcomb
Yes, 4 is even better than 3!
On Thu, 25 Sep 2003 19:09:01 +0200
 Rune Zimmermann [EMAIL PROTECTED] wrote:
brett holcomb wrote:
Don't forget xfce (www.xfce.org).  It's excellent.
- And Xfce4 :-)

Regards
Rune Z.
Denmark
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


[gentoo-user] Error while building lm-sensors

2003-09-25 Thread Scharf Yuval
Hi

emerge -v lm-sensors

!!! ERROR: sys-apps/lm-sensors-2.7.0-r1 failed.
!!! Function src_compile, Line 45, Exitcode 2
!!! lm_sensors requires the source of a compatible kernel\nversion
installed in /usr/src/linux and =i2c-2.7.0 support built as a modules
this support is included in gentoo-sources as of 2.4.20-r1

emerge -v i2c

!!! ERROR: sys-apps/i2c-2.7.0 failed.
!!! Function src_compile, Line 18, Exitcode 2
!!! i2c requires the source of a compatible kernel\nversion installed in
/usr/src/linux\nand kernel i2c *disabled* or *enabled as a module*

uname -a

Linux yuval_scharf 2.4.20-gentoo-r6 #1 Wed Sep 17 22:54:18 IDT 2003 i686
Pentium III (Coppermine) GenuineIntel GNU/Linux

Can some one tell me what the problem is?

Thanks,
Yuval Scharf



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange (alarming) informations from lm-sensors

2003-09-25 Thread Ernie Schroder
On Thursday 25 September 2003 12:59 pm, brett holcomb wrote:
 The more fans the better!  One fan should pull air into
 the box.  However, just having fans doesn't mean you'll
 have adequate cooling.  There may be dead spots inside the
 case where air doesn't circulate no matter how many fans
 you have.


Brett is absolutely right. It can't be too cool inside your case. 
But, there is the law of diminishing returns. At some point, the air 
inside your box gets so close in temperature to the ambient that more 
fans becomes a waste of money and power supply wattage. In my Athlon 
XP 2100+ box, the inside air temp stays at about 10 degrees  C above 
ambient and the processor about 5 degrees C above that.
Currently, CPU temp is 36 C inside air is 32  C and ambient is 23 C. I 
have 2 generic fans at the front of the box sucking air in and one at 
the rear blowing out. The CPU heatsink and fan are the basic AMD 
approved units that came with the processor. ($8 retail)The 450 Watt 
PSU is a dual fan unit that sucks air in from within the case and 
blows it out at the top rear. 
The dead spots that Brett mention can be the fault of a poorly 
designed case or, more commonly cables and other stuff obstructing 
air flow. The biggest culprits are the IDE cables.  If not positioned 
properly they can cut air flow to the point where you can have 20 
degree differences in temps in various spots within the case. The 
best bet is to buy the round jacketed cables, but these can severely 
destroy a budget. I tend to tuck extra length of my IDE cables into 
unused drive bays and rout them in places where they won't block air 
flow I hope this helps you some what.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel panic while booting a new Gentoo installation

2003-09-25 Thread Peter Ruskin
On Thursday 25 Sep 2003 17:39, a park wrote:
 Athlon XP 2200+, Gigabyte  GA-7NNXP (nforce2), 256 MB RAM, 40 GB IDE
 Harddrive (i think it is 7200rpm), NVidia GeForce 4400, Logitech USB
 Mouse, cdrom, two additional IDE hard drives.

I finally gave up on the GA-7NNXP because I just couldn't get IDE 
working right in linux and this supposedly fast machine felt like a 
386.  I also got lots of these messages:

hda: dma_timer_expiry: dma status == 0x64
hda: lost interrupt
hda: dma_intr: bad DMA status (dma_stat=70)
hda: dma_intr: status=0x50 { DriveReady SeekComplete }

...and substantial disk corruption.  It performs great in Windows, but 
linux :--(

The on-board USB and LAN didn't work either, nor did AGPGART.  I swapped 
the board for a GA-7VT600 1394.  That uses the VIA KT600 chipset and is 
much more compatible.

Peter
-- 
==
Gentoo: Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 
2.4.22_pre2-gss)
kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Digital camera recommendations?

2003-09-25 Thread Thomas T. Veldhouse

- Original Message -
From: Carl Hudkins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 7:47 PM
Subject: [gentoo-user] Digital camera recommendations?


 Hi, all...

 Ok, an upcoming vacation and my seeming inability to completely shoot a
 roll of film and get it developed before it's so old that half the
 pictures look like they were shot from behind brown draperies have got me
 thinking about getting a digital camera.  Since I live in a Windows-free
 environment, any such camera must be compatible with Linux in at least
 these ways:

 * Appears to the system as a USB mass-storage device -- that means, no
   special software or drivers are needed; you just plug it in and you can
   then get your pictures off it like a normal filesystem.
   + This would also be a benefit if I needed to plug it into someone
 else's computer in order to upload the pix to myself or something.
 I've tried to deal with cameras at work (Kinko's) that needed special
 drivers, and had to give up when even the manufacturer's web site did
 not have have (Win2k) drivers that would work.

 * No more than two hours of screwing with config files or kernel rebuilds
   should be required to get it working.

 Further, it must be compatible with my budget, which means it costs less
 than $300 (US).  :)  I know this will not get me an ultra-high-quality
 camera, but from what I've read the photos from such a device should be
 more than sufficient for my meager needs.

 Does such a thing exist?  If anyone has one, I'd sure like to know about
 it!


I bought a Kodak DX6340 3.1 megapixel.  It has 4x optical/3x digital.  I
bought it at Costco for $329 and it came with an included base station and
the NiMH battery as well.  It uses SD memory, which is awesome.  It has an
included 16MB and I added an additional 256MB ($65 Sandisk from Costco as
well).  This thing has been very nice and easy to use.  It also reportedly
works very well with Linux (I haven't yet tried).

I am sure you can find this camera for less than $300 by searching the
online vendors for better prices.  The base station is not stock equipment
unless you buy the camera from Costco.

Tom Veldhouse


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Digital camera recommendations?

2003-09-25 Thread Carl Hudkins
On Wed, 24 Sep 2003 21:04:48 -0400, Ernie Schroder wrote:

 I'm using a Olympus D-550 here It meets your requirments and it's a 3 
 megapixle camera with 2.8 optical and 3x digital zoom Cost is about 
 $250 (US) The camera itself looks just like a card reader to Linux so 

Thanks!  I'll keep that in mind next time I go shopping.  :)

-- 
// Carl Hudkins :: Jabber [EMAIL PROTECTED] :: PGP 50238D9E
//
// German beer is chemical-free / Germany's all right with me!
//--Why Aye Man, Mark Knopfler



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error while building lm-sensors

2003-09-25 Thread Renat Golubchyk
On Thursday 25 September 2003 19:23, Scharf Yuval wrote:
 Hi

 emerge -v lm-sensors

 !!! ERROR: sys-apps/lm-sensors-2.7.0-r1 failed.
 !!! Function src_compile, Line 45, Exitcode 2
 !!! lm_sensors requires the source of a compatible kernel\nversion
 installed in /usr/src/linux and =i2c-2.7.0 support built as a modules
 this support is included in gentoo-sources as of 2.4.20-r1

 emerge -v i2c

 !!! ERROR: sys-apps/i2c-2.7.0 failed.
 !!! Function src_compile, Line 18, Exitcode 2
 !!! i2c requires the source of a compatible kernel\nversion installed in
 /usr/src/linux\nand kernel i2c *disabled* or *enabled as a module*

 uname -a

 Linux yuval_scharf 2.4.20-gentoo-r6 #1 Wed Sep 17 22:54:18 IDT 2003 i686
 Pentium III (Coppermine) GenuineIntel GNU/Linux

 Can some one tell me what the problem is?

Does it have something to do with this?
http://bugs.gentoo.org/show_bug.cgi?id=22698


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error while building lm-sensors

2003-09-25 Thread brett holcomb
Do you have i2c in the kernel as a module?

On Thu, 25 Sep 2003 20:23:02 +0300 (IDT)
 Scharf Yuval [EMAIL PROTECTED] wrote:
Hi

emerge -v lm-sensors

!!! ERROR: sys-apps/lm-sensors-2.7.0-r1 failed.
!!! Function src_compile, Line 45, Exitcode 2
emerge -v i2c
!!! ERROR: sys-apps/i2c-2.7.0 failed.
!!! Function src_compile, Line 18, Exitcode 2
!!! i2c requires the source of a compatible 
kernel\nversion installed in
/usr/src/linux\nand kernel i2c *disabled* or *enabled as 
a module*

uname -a

Linux yuval_scharf 2.4.20-gentoo-r6 #1 Wed Sep 17 
22:54:18 IDT 2003 i686
Pentium III (Coppermine) GenuineIntel GNU/Linux

Can some one tell me what the problem is?

Thanks,
Yuval Scharf


--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Digital camera recommendations?

2003-09-25 Thread gabriel
do yourself a favour and get a card reader with the camera.  they appear
as a usb mass-storage device to linux and are even more portable than
the camera itself.  what's more, they're nearly free.  i once saw one
for $20 with a $20 rebate.  setup for linux was as easy as plugging it
in, finding the device that was created for it in /dev/usb/ and i was
ready to go.

as far as cameras go, i swear by my canon powershot g3, but it's kinda
pricy.  from what i've heard (not my personal experience since i've only
ever used mine), nikon  olympus are cheap and high quality, canon is
expensive and high quality, as is sony (but they use memorysticks...
ew).  i've been told the following over and over again:

  stay away from kodak and hp.  they suck.

i'm a fan of rechargable battery based cameras as opposed to 4-AA's, but
only because it's more environmentally friendly, and i chose
compact-flash over sony's memory sticks simply out of distates for
proprietary standars and price (memory sticks are nearly 2x the price of
similar compact-flash cards.

a good place to look for quality comparisions is google.  i found a site
through there that compared any camera out there to any other camera
based on pretty much anything you can think of.  sorry, i don't have the
link handy.  good luck and have a lot of fun.



On Thu, 2003-09-25 at 13:46, Thomas T. Veldhouse wrote:
 - Original Message -
 From: Carl Hudkins [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, September 24, 2003 7:47 PM
 Subject: [gentoo-user] Digital camera recommendations?
 
 
  Hi, all...
 
  Ok, an upcoming vacation and my seeming inability to completely shoot a
  roll of film and get it developed before it's so old that half the
  pictures look like they were shot from behind brown draperies have got me
  thinking about getting a digital camera.  Since I live in a Windows-free
  environment, any such camera must be compatible with Linux in at least
  these ways:
 
  * Appears to the system as a USB mass-storage device -- that means, no
special software or drivers are needed; you just plug it in and you can
then get your pictures off it like a normal filesystem.
+ This would also be a benefit if I needed to plug it into someone
  else's computer in order to upload the pix to myself or something.
  I've tried to deal with cameras at work (Kinko's) that needed special
  drivers, and had to give up when even the manufacturer's web site did
  not have have (Win2k) drivers that would work.
 
  * No more than two hours of screwing with config files or kernel rebuilds
should be required to get it working.
 
  Further, it must be compatible with my budget, which means it costs less
  than $300 (US).  :)  I know this will not get me an ultra-high-quality
  camera, but from what I've read the photos from such a device should be
  more than sufficient for my meager needs.
 
  Does such a thing exist?  If anyone has one, I'd sure like to know about
  it!
 
 
 I bought a Kodak DX6340 3.1 megapixel.  It has 4x optical/3x digital.  I
 bought it at Costco for $329 and it came with an included base station and
 the NiMH battery as well.  It uses SD memory, which is awesome.  It has an
 included 16MB and I added an additional 256MB ($65 Sandisk from Costco as
 well).  This thing has been very nice and easy to use.  It also reportedly
 works very well with Linux (I haven't yet tried).
 
 I am sure you can find this camera for less than $300 by searching the
 online vendors for better prices.  The base station is not stock equipment
 unless you buy the camera from Costco.
 
 Tom Veldhouse
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Digital camera recommendations?

2003-09-25 Thread Alan
 i'm a fan of rechargable battery based cameras as opposed to 4-AA's, but
 only because it's more environmentally friendly, and i chose
 compact-flash over sony's memory sticks simply out of distates for
 proprietary standars and price (memory sticks are nearly 2x the price of
 similar compact-flash cards.

Actually I'm undecided.  I have a canon a70 (4xAA) and have two sets of
rechargable NiMH batteries for it.  The advantage I see over propriatory
batteries is that if I do run both sets down (for me a set will last a
day of full shooting, ie: all the time), I can run down to the corner
store and pick up an emergency set.  With custom batteries you're
probably going to pay the same amount to get a second set (and charger)
as a spare, and if they both run down you're out of luck (of course, if
the recharable AAs run down outside where one can get a set of AAs the
same applies).  

I guess my point is that while this is a valid point, don't restrict
yourself as it is possible to be environmentally friendly for about the
same cost :)  Use all these suggestions and get the camera that feels 
good in your hands, you like and that you're comfortable with and most 
importantly, that you're going to use! :)

alan

-- 
Alan [EMAIL PROTECTED] - http://arcterex.net

There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games.-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel panic while booting a new Gentoo installation

2003-09-25 Thread Ernie Schroder
On Thursday 25 September 2003 01:44 pm, Peter Ruskin wrote:
 On Thursday 25 Sep 2003 17:39, a park wrote:
  Athlon XP 2200+, Gigabyte  GA-7NNXP (nforce2), 256 MB RAM, 40 GB
  IDE Harddrive (i think it is 7200rpm), NVidia GeForce 4400,
  Logitech USB Mouse, cdrom, two additional IDE hard drives.

 I finally gave up on the GA-7NNXP because I just couldn't get IDE
 working right in linux and this supposedly fast machine felt like a
 386.  I also got lots of these messages:

 hda: dma_timer_expiry: dma status == 0x64
 hda: lost interrupt
 hda: dma_intr: bad DMA status (dma_stat=70)
 hda: dma_intr: status=0x50 { DriveReady SeekComplete }

 ...and substantial disk corruption.  It performs great in Windows,
 but linux :--(

 The on-board USB and LAN didn't work either, nor did AGPGART.  I
 swapped the board for a GA-7VT600 1394.  That uses the VIA KT600
 chipset and is much more compatible.

 Peter

Just so folks don't think that Peter's problems are due to the Nforce 
2 chipset., I'll report no such problems with my LeadtekK7NCR18D 
(nforce2) mother board. DMA is working, USB and USB 2 work perfectly 
my onboard nic is fine, and the onboard firewire seems to work too. 
My last problem is getting lm-sensors working. I tend to stay FAR 
away from VIA chipsets due to AGP problems I experienced with 2 
different VIA based boards. Nothing against Peter's judgement, just 
my personal experience
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Networking setup

2003-09-25 Thread Kasper Rönning
Hello!

I've been an occasional Linux user, and now I've decided to really start
learning Linux by installing Gentoo on my Apple iMac. I contemplated
writing to either gentoo-ppc-user or gentoo-osx but I'm not sure my
problem is platform specific so I wrote to this list instead.

The problem is I can ping all addresses on the same network (subnet
255.255.240.0) but I can't reach any hosts outside.

My hardware is Apple iMac 15 G4 800MHz TFT w/ SuperDrive. Should I post
to another list?

I found one discussion that might be related (?):
http://www.mail-archive.com/[EMAIL PROTECTED]/msg14363.html

Any suggestion would be really appreciated.

/Kasper

Here are some details (manually copy/pasted):

# ifconfig
eth0Link encap:Ethernet  HWaddr 00:03:93:B1:63:DC
inet addr:130.233.30.18  Bcast:130.233.31.255  Mask:255.255.240.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:299064 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txquelen:100
RX bytes:39259331 (37.4 Mb)  TX bytes:2843 (2.7 Kb)
Interrupt:41 Base address:0x2000

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

# route (I took out the Ref and Use columns, all were 0)
Kernel IP routing table
Destination Gateway Genmask Flags   Metric  Iface
130.233.16.0*   255.255.240.0   U   0   eth0
default trinet-gw.tky.h 0.0.0.0 UG  1   eth0

# cat /etc/conf.d/net   (Comments removed)

iface_eth0=130.233.30.18 broadcast 130.233.31.255 netmask 255.255.240.0
gateway=eth0/130.233.31.254

# ping 130.233.30.17
PING 130.233.30.17 (130.233.30.17) 56(84) bytes of data.
64 bytes from 130.233.30.17: icmp_seq=1 ttl=128 time=1.4 ms

# ping kosh.hut.fi
PING kosh.hut.fi (130.233.228.10) 56(84) bytes of data.

nothing happens...

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Digital camera recommendations?

2003-09-25 Thread Anthony Floyd
On Thu, 25 Sep 2003 14:13:46 -0400
gabriel [EMAIL PROTECTED] wrote:

[snip]

 a good place to look for quality comparisions is google.  i found a site
 through there that compared any camera out there to any other camera
 based on pretty much anything you can think of.  sorry, i don't have 

It was probably http://www.steves-digicams.com/.  Do yourself a favour and go there.  
Run, don't walk.  Read about whatever camera you are considering purchasing.  You'll 
come away enlightened.

A

-- 
Anthony Floyd
[EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Digital camera recommendations?

2003-09-25 Thread Prabhat Gupta
www.dpreview.com

is also good for information.

Prabhat

Anthony Floyd wrote:

On Thu, 25 Sep 2003 14:13:46 -0400
gabriel [EMAIL PROTECTED] wrote:
[snip]

 

a good place to look for quality comparisions is google.  i found a site
through there that compared any camera out there to any other camera
based on pretty much anything you can think of.  sorry, i don't have 
   

It was probably http://www.steves-digicams.com/.  Do yourself a favour and go there.  Run, don't walk.  Read about whatever camera you are considering purchasing.  You'll come away enlightened.

A

 

--
P r a b h a t  G u p t a 
/\/\*

Senior Software Engineer
Alternative System Concepts, Inc.
www.ascinc.com
22 Haverhill Road
Windham, NH 03087
Phone: (603) 437-2234  (o)



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Networking setup

2003-09-25 Thread R'twick Niceorgaw
Kasper Rönning said the following on 9/25/2003 2:33 PM

Hello!

I've been an occasional Linux user, and now I've decided to really start
learning Linux by installing Gentoo on my Apple iMac. I contemplated
writing to either gentoo-ppc-user or gentoo-osx but I'm not sure my
problem is platform specific so I wrote to this list instead.
The problem is I can ping all addresses on the same network (subnet
255.255.240.0) but I can't reach any hosts outside.
My hardware is Apple iMac 15 G4 800MHz TFT w/ SuperDrive. Should I post
to another list?
I found one discussion that might be related (?):
http://www.mail-archive.com/[EMAIL PROTECTED]/msg14363.html
Any suggestion would be really appreciated.

/Kasper

Here are some details (manually copy/pasted):

# ifconfig
eth0Link encap:Ethernet  HWaddr 00:03:93:B1:63:DC
inet addr:130.233.30.18  Bcast:130.233.31.255  Mask:255.255.240.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:299064 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txquelen:100
RX bytes:39259331 (37.4 Mb)  TX bytes:2843 (2.7 Kb)
Interrupt:41 Base address:0x2000
lo  Link encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txquelen:0
RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
# route (I took out the Ref and Use columns, all were 0)
Kernel IP routing table
Destination Gateway Genmask Flags   Metric  Iface
130.233.16.0*   255.255.240.0   U   0   eth0
default trinet-gw.tky.h 0.0.0.0 UG  1   eth0
# cat /etc/conf.d/net   (Comments removed)

iface_eth0=130.233.30.18 broadcast 130.233.31.255 netmask 255.255.240.0
gateway=eth0/130.233.31.254
# ping 130.233.30.17
PING 130.233.30.17 (130.233.30.17) 56(84) bytes of data.
64 bytes from 130.233.30.17: icmp_seq=1 ttl=128 time=1.4 ms
# ping kosh.hut.fi
PING kosh.hut.fi (130.233.228.10) 56(84) bytes of data.
nothing happens...

--
[EMAIL PROTECTED] mailing list

do you have a valid nameserver entry in /etc/resolv.conf ?

-R'twick

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] DynDNS Clients

2003-09-25 Thread HvR




i use ddclient, i added my own script to determine which ip address it needs to put into the dns entry.
works great.

On Wed, 2003-09-24 at 19:38, Jeff Greene wrote:

Does anyone have any suggestions for a CLI program
that can interface with dyndns.org and update my ip? I
emerged dyndnsupdate a while ago and have been using
that, but lately its been segfaulting and I don't care
to find out why. I noticed that the ebuild for
dyndnsupdate doesn't exist anymore, but there must be
plenty of those kinds of programs. What do you guys
use?

--Jeff

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
[EMAIL PROTECTED] mailing list






RE: [gentoo-user] DynDNS Clients

2003-09-25 Thread HvR




it should if you can run perl

On Thu, 2003-09-25 at 05:11, Brenden Walker wrote:

Hmm, will it work on Hammernode as well?  

 -Original Message-
 From: Timothy Grant [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, September 24, 2003 11:46 PM
 To: [EMAIL PROTECTED]; Anthony Floyd
 Subject: Re: [gentoo-user] DynDNS Clients
 
 
 On Wednesday 24 September 2003 08:35 pm, Anthony Floyd wrote:
  On Wed, 24 Sep 2003 19:38:45 -0700 (PDT)
 
  Jeff Greene [EMAIL PROTECTED] wrote:
   Does anyone have any suggestions for a CLI program
   that can interface with dyndns.org and update my ip? I
 
  ddclient
 
 I second that. I've been using it for years and it has never failed.
 
 -- 
 Stand Fast,
 tjg.
 
 Timothy Grant
 www.craigelachie.org
 
 
 --
 [EMAIL PROTECTED] mailing list
 

--
[EMAIL PROTECTED] mailing list






Re: [gentoo-user] Networking setup

2003-09-25 Thread Ernie Schroder
On Thursday 25 September 2003 02:33 pm, Kasper Rönning wrote:
 Hello!

 I've been an occasional Linux user, and now I've decided to really
 start learning Linux by installing Gentoo on my Apple iMac. I
 contemplated writing to either gentoo-ppc-user or gentoo-osx but
 I'm not sure my problem is platform specific so I wrote to this
 list instead.

 The problem is I can ping all addresses on the same network (subnet
 255.255.240.0) but I can't reach any hosts outside.

 My hardware is Apple iMac 15 G4 800MHz TFT w/ SuperDrive. Should I
 post to another list?

 I found one discussion that might be related (?):
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg14363.html

 Any suggestion would be really appreciated.

 /Kasper

 Here are some details (manually copy/pasted):

 # ifconfig
 eth0  Link encap:Ethernet  HWaddr 00:03:93:B1:63:DC
   inet addr:130.233.30.18  Bcast:130.233.31.255  Mask:255.255.240.0
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:299064 errors:0 dropped:0 overruns:0 frame:0
   TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txquelen:100
   RX bytes:39259331 (37.4 Mb)  TX bytes:2843 (2.7 Kb)
   Interrupt:41 Base address:0x2000

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

 # route   (I took out the Ref and Use columns, all were 0)
 Kernel IP routing table
 Destination   Gateway Genmask Flags   Metric  Iface
 130.233.16.0  *   255.255.240.0   U   0   eth0
 default   trinet-gw.tky.h 0.0.0.0 UG  1   eth0

 # cat /etc/conf.d/net   (Comments removed)

 iface_eth0=130.233.30.18 broadcast 130.233.31.255 netmask
 255.255.240.0 gateway=eth0/130.233.31.254

 # ping 130.233.30.17
 PING 130.233.30.17 (130.233.30.17) 56(84) bytes of data.
 64 bytes from 130.233.30.17: icmp_seq=1 ttl=128 time=1.4 ms

 # ping kosh.hut.fi
 PING kosh.hut.fi (130.233.228.10) 56(84) bytes of data.

 nothing happens...

 --
 [EMAIL PROTECTED] mailing list


Try pinging 204.213.185.250 (www.ntplx.net, a US ISP) If that works, 
R'twick's solution is most likely right. My resolv.conf is below for 
an example. This may or may not get you up so you can search out 
nameservers in Finland.

nameserver 205.152.144.235
nameserver 205.152.132.235
search bellsouth.net

-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: lm_sensors and 2.6 kernel

2003-09-25 Thread mikpolniak
On Thu, 25 Sep 2003 10:10:02 -0500, Andrew Gaffney wrote:

 Has anyone got lm_sensors working with any of the 2.6-test kernels? It was
 nice have gkrellm running showing my temps and voltages with my 2.4.20
 gentoo-sources kernel.
 
 
Using 2.6 kernel it depends on the chipset.On my m/b using w83781d module,
gkrellm shows temps and volts just as with 2.4 kernel.

On my m/b using the it87 module, gkrellm doesnt show temps/volts. But you
can get this info from /sys/devices/legacy/i2c-0. I just display it in a
xterm on the desktop.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Making the forums searchable

2003-09-25 Thread Kurt Lieber
On Thu, Sep 25, 2003 at 03:46:28PM +0200 or thereabouts, Klavs Klavsen wrote:
 All this could be resolved easily, by inserting some rewite rules in
 apache and an output-filter in php (or apache - it too has
 modules/features for this kinda stuff) which simply rewrites urls like:

Send me some working code and we'll look at implementing it.

--kurt


pgp0.pgp
Description: PGP signature


[gentoo-user] Re: lm sensors nforce 2 based mother boards

2003-09-25 Thread mikpolniak
On Thu, 25 Sep 2003 10:44:56 -0400, Ernie Schroder wrote:

 Has anyone gotten lm-sensors working on an Nforce 2 based board? I would
 appreciate links and/or hints.

I have a nforce2 m/b using the it8712 sensor chipset. I am using
lm-sensors in gkrellm. Using modules i2c-isa and it87, it works with
2.4.23-pre5 and prior 2.4 kernels.

Unfortunately this sensors chipset doesnt work with gkrellm and 2.6
kernels. But you can access the sensors info in /sys/devices/legacy/i2c-0

With my 2.4 kernel i am using lm_sensors-2.6.3 and i2c-2.6.3, which i
compile and install in /usr/src/modules. Been doing it this way since 
before i started using Gentoo. 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel panic while booting a new Gentoo installation

2003-09-25 Thread a park
ernie,

did you have to make any bios / boot / kernel adjustments to get your system 
to work with the nforce2 chip set?

andrew

From: Ernie Schroder [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Kernel panic while booting a new Gentoo 
installation
Date: Thu, 25 Sep 2003 14:30:13 -0400

Just so folks don't think that Peter's problems are due to the Nforce
2 chipset., I'll report no such problems with my LeadtekK7NCR18D
(nforce2) mother board. DMA is working, USB and USB 2 work perfectly
my onboard nic is fine, and the onboard firewire seems to work too.
My last problem is getting lm-sensors working. I tend to stay FAR
away from VIA chipsets due to AGP problems I experienced with 2
different VIA based boards. Nothing against Peter's judgement, just
my personal experience
--
Regards, Ernie
100% Microsoft and Intel free
_
High-speed Internet access as low as $29.95/month (depending on the local 
service providers in your area). Click here.   https://broadband.msn.com

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] fix-db.pl

2003-09-25 Thread Norberto Bensa
Ash Varma wrote:
 At the end of my emerge -uv --deep world I get the following message:

Good!!! I'm not the only one... Seems like a bug to me. Candidate to B.G.O?

Regards,
Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] Networking setup

2003-09-25 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 25 September 2003 7:15 pm, Ernie Schroder wrote:
 On Thursday 25 September 2003 02:33 pm, Kasper Rönning wrote:
  # ping kosh.hut.fi
  PING kosh.hut.fi (130.233.228.10) 56(84) bytes of data.
 
 Try pinging 204.213.185.250 (www.ntplx.net, a US ISP) If that works,

Doesnt the fact that the hostname has been resolved to an IP imply that Kasper 
is able to resolve DNS?

Your default gateway, is this machine/router under your control?  Does the 
iMac or the gateway have any filtering or access list of any type?  What 
happens when you try to traceroute an IP?
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/c10SzrmqzOOQUj8RAlQCAKChpeKn1y6QAhyaZS2J8K8iC13evACfXG+P
/Dme11TRG+6/R++OQ+G8gII=
=ZtBz
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Networking setup

2003-09-25 Thread Kasper Rönning


On Thu, 25 Sep 2003, R'twick Niceorgaw wrote:

 Date: Thu, 25 Sep 2003 14:50:24 -0400
 From: R'twick Niceorgaw [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Networking setup

 Kasper Rönning said the following on 9/25/2003 2:33 PM

  Hello!
 
  I've been an occasional Linux user, and now I've decided to really start
  learning Linux by installing Gentoo on my Apple iMac. I contemplated
  writing to either gentoo-ppc-user or gentoo-osx but I'm not sure my
  problem is platform specific so I wrote to this list instead.
 
  The problem is I can ping all addresses on the same network (subnet
  255.255.240.0) but I can't reach any hosts outside.
 
  My hardware is Apple iMac 15 G4 800MHz TFT w/ SuperDrive. Should I post
  to another list?
 
  I found one discussion that might be related (?):
  http://www.mail-archive.com/[EMAIL PROTECTED]/msg14363.html
 
  Any suggestion would be really appreciated.
 
  /Kasper
 
  Here are some details (manually copy/pasted):
 
  # ifconfig
  eth0Link encap:Ethernet  HWaddr 00:03:93:B1:63:DC
  inet addr:130.233.30.18  Bcast:130.233.31.255  Mask:255.255.240.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:299064 errors:0 dropped:0 overruns:0 frame:0
  TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txquelen:100
  RX bytes:39259331 (37.4 Mb)  TX bytes:2843 (2.7 Kb)
  Interrupt:41 Base address:0x2000
 
  lo  Link encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txquelen:0
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
  # route (I took out the Ref and Use columns, all were 0)
  Kernel IP routing table
  Destination Gateway Genmask Flags   Metric  Iface
  130.233.16.0*   255.255.240.0   U   0   eth0
  default trinet-gw.tky.h 0.0.0.0 UG  1   eth0
 
  # cat /etc/conf.d/net   (Comments removed)
 
  iface_eth0=130.233.30.18 broadcast 130.233.31.255 netmask 255.255.240.0
  gateway=eth0/130.233.31.254
 
  # ping 130.233.30.17
  PING 130.233.30.17 (130.233.30.17) 56(84) bytes of data.
  64 bytes from 130.233.30.17: icmp_seq=1 ttl=128 time=1.4 ms
 
  # ping kosh.hut.fi
  PING kosh.hut.fi (130.233.228.10) 56(84) bytes of data.
 
  nothing happens...
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 do you have a valid nameserver entry in /etc/resolv.conf
Yes, I can resolve hostnames, because the DNS server is on the same
subnet.

/Kasper

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: lm sensors nforce 2 based mother boards

2003-09-25 Thread Ernie Schroder
On Thursday 25 September 2003 03:34 pm, mikpolniak wrote:
 On Thu, 25 Sep 2003 10:44:56 -0400, Ernie Schroder wrote:
  Has anyone gotten lm-sensors working on an Nforce 2 based board?
  I would appreciate links and/or hints.

 I have a nforce2 m/b using the it8712 sensor chipset. I am using
 lm-sensors in gkrellm. Using modules i2c-isa and it87, it works
 with 2.4.23-pre5 and prior 2.4 kernels.

 Unfortunately this sensors chipset doesnt work with gkrellm and 2.6
 kernels. But you can access the sensors info in
 /sys/devices/legacy/i2c-0

 With my 2.4 kernel i am using lm_sensors-2.6.3 and i2c-2.6.3, which
 i compile and install in /usr/src/modules. Been doing it this way
 since before i started using Gentoo.


 --
 [EMAIL PROTECTED] mailing list

This thing uses the w83781d chip, if my tired eyes can see that well, 
and I've not had any luck before. I recently upgraded to 
gentoo-sources-2/4/20-r7 from r1 and am thinking about trying again. 
I'm just hunting for success stories
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fix-db.pl

2003-09-25 Thread Marius Mauch
On 09/25/03  Norberto Bensa wrote:

 Ash Varma wrote:
  At the end of my emerge -uv --deep world I get the following
  message:
 
 Good!!! I'm not the only one... Seems like a bug to me. Candidate to
 B.G.O?

We are aware of it and there are already several bugs open about it.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


  1   2   >