Re: [expert] Forte for Java on Mandrake 8.1

2002-03-16 Thread James

On 16 Mar 2002 01:30:43 -0300
damian <[EMAIL PROTECTED]> wrote:

> El vie, 15-03-2002 a las 16:52, James escribió:
> > On Fri, 15 Mar 2002 09:47:14 -0500
> > Bill Davidson <[EMAIL PROTECTED]> wrote:
> > 
> > > Now I'm curious. How did you find that out?
> > 
> > I looked into /proc/sys/kernel/threads-max the number was 3063 (I hadn't set 
>anything here and was curious so this is a stock number)  Then since my ram was 
>larger and the stock number was larger I divided 3063 by 384 and came up with 
>(rounded) 7.98  when I did 1024 divided by 128 I got 8 so I assumed (lousy idea but I 
>did it anyway) that the ratio is around 8 x ram = number in 
>/proc/sys/kernel/threads-max.
> > 
> > 
> > James
> > 
> > > 
> > > Bill
> > > 
> > > On Friday 15 March 2002 03:49 am, James wrote:
> > > > Raffaele,
> > > >   Your letter is one of those that peeks curiosity.  I looked at my box
> > > > (running 384 megs) and found that the number was 3063  you said you had
> > > > 128 megs and 1024 ... The ratio seems to be about 8xram in megs 
> > > > don't know what this means or why it's set to this but maybe this will
> > > > help.
> > > >
> > > > James
> > > >
> > > >
> > > > On Fri, 15 Mar 2002 08:52:14 +0100
> > > >
> > > > Raffaele Belardi <[EMAIL PROTECTED]> wrote:
> > > > > I had problems running a fairly big applet in the Forte for Java 3.0
> > > > > with JSDK 1.3.1: the IDE started ok, but when I tried to execute the
> > > > > applet I got an "out of memory" error (on a 128Mbyte machine).
> > > > >
> > > > > I found out that for some reason the threads-max kernel tunable was
> > > > > set to 1024, which turns out to be too small for the IDE. [is this a
> > > > > default for MDK 8.1, or was it changed when I played with the security
> > > > > things?]
> > > > >
> > > > > Changing to 32K with
> > > > > # echo 32768 > /proc/sys/kernel/threads-max
> > > > > fixed the issue.
> > > > >
> > > > > bye,
> > > > >
> > > > > raffaele - italy
> > > 
> > > 
> 
> 
> well i'm using 192 MB ram and my threads.max is 3071...?
> 
> Damian

Proof that I needed a larger database*grin* Like I said though it "seems"
> 
> 
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread Michael Holt

Tomorrow... Kenneth G. Kay ran for the door shrieking:

>There is a little trick you have to apply: use the standard X mouse
>actions as usual, but hold down the shift key while pasting the text to
>Pine or while selecting text for copy from Pine.
>
>   Ken

aha! I knew there had to be a way!  Thanks so much!

Mike

-- 
Michael & Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
www.holt-tech.net   [EMAIL PROTECTED]
===<
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread Kenneth G. Kay

On Sat, 16 Mar 2002, Michael Holt wrote:

> Hey, hope everyone is enjoying the weekend!
> I have a question , how do
> you paste a URL into an email using pine?  I love using pine, it's quick
> to move around and it's pretty easy to configure - but having to re-type
> long strings instead of just being able to copy/paste is a real pain.
>
> TIA, Mike
>
>

There is a little trick you have to apply: use the standard X mouse
actions as usual, but hold down the shift key while pasting the text to
Pine or while selecting text for copy from Pine.

Ken





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Re: [discuss] openldap for login authentication... help needed

2002-03-16 Thread Vincent Danen

On Sat Mar 16, 2002 at 10:16:38AM +0100, Antonio Galea wrote:

[...]

> > Not having done too much with pam before, I'm really not sure where to
> > go with this.
> >
> 
> I've found this reference, which applies to your case:
> 
> http://www.linuxdoc.org/HOWTO/Authentication-Gateway-HOWTO/setup.html
> 
> At the bottom of the document, there's something about LDAP authentication;
> the document gives a copy of RedHat's auto-generated /etc/pam.d/system-auth:
> #%PAM-1.0
> # This file is auto-generated.
> # User changes will be destroyed the next time authconfig is run.
> authrequired  /lib/security/pam_env.so
> authsufficient/lib/security/pam_unix.so likeauth nullok
> authsufficient/lib/security/pam_ldap.so use_first_pass
> authrequired  /lib/security/pam_deny.so
[...]

> Sorry, I had no time to set up an auth server to check if it works :-)
> 
> Hope this helps,

It *totally* helped.  Everything is working very nicely now... =)  I
can login locally authenticating against the LDAP database, so that's
very positive.  It's a bit of a PITA for account/password maintenance
(I had to write a ldap-passwd script for LDAP-based users to change
thier passwords.. actually, speaking of which, does anyone know how to
read input from stdin into a bash script but not print out the text to
stdout?  Kinda like passwd when you enter in your new
password... that's the only thing missing from the script right now).

I do have one other concern, and I hope someone with a little more
LDAP experience than I has an idea (thus why I'm also cc'ing this to
the expert list).

When I do lookups against the LDAP database locally, it's very fast.
But when I do them from the PPC machine, they're horrendously slow.  I
have NSS configured to do passwd/shadow/group/hosts lookups from the
LDAP server, and I'm pretty sure the LDAP client (via /etc/ldap.conf)
is configured properly as it does eventually work, but it's very very
slow.  For instance, using "getent hosts" on the PPC machine takes
30s-1m before the hosts info from LDAP is returned, but when I do
"getent hosts" on the LDAP server (likewise configured with regards to
NSS), the information is returned immediately.

I've looked at the slapd manpage and I've looked a the OpenLDAP guide,
but I don't see anything in there as to why it's so slow when
accessing it from remote.

Does anyone have any ideas about this?  I think LDAP-based
authentication is very very slick, and works real nice (once you get
past the PITA to set it up), but this slowdown is ridiculous...  doing
a simple query like:

ldapsearch -LL -H ldap://10.0.5.5 -b"dc=danen,dc=net" -x "(uid=adanen)"

takes forever... in fact, I haven't had it return any info once yet.
But getent hosts returns info (slow) as does doing a ping to a host
that's listed in ou=Hosts.  getent passwd works also... but still slow
(30s-1m).  My ldapsearch just never returns anything, and the logs
are, well, pretty cryptic.

Any pointers, tips, etc. would be more than welcome...  If this thing
can be sped up to be near-instant (ie. 1-3s delays), I would be
extremely happy.

Thanks.

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx -source http://www.freezer-burn.org/bios/vdanen.gpg | gpg --import"
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux kernel 2.4.8-34.1mdk uptime: 5 days 10 hours 48 minutes.



msg51034/pgp0.pgp
Description: PGP signature


[expert] DMA problem

2002-03-16 Thread Edison Kicho Shimabukuro Junior



Thanks all folks

hdparm pars solve my problem
now I can fly!





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Now a mutt thread!!!

2002-03-16 Thread J. Craig Woods

skidley wrote:
> 
> But I can with mutt and I have ditched pine and am a full fledged mutt
> user, no more just dabbling with mutt. Mutt Rules!
> 

Ya, another muttster! Rock on Mutt! And thanks to all who shared about
pine...

Mutt does indeed rule.
-- 
J. Craig Woods
UNIX/NT Network/System Administration

-Art is the illusion of spontaneity-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread skidley

On Sun, Mar 17, 2002 at 01:52:41PM +1100, Ron Stodden wrote:
> Michael Holt wrote:
> > 
> > Hey, hope everyone is enjoying the weekend!
> > I have a question , how do
> > you paste a URL into an email using pine?  I love using pine, it's quick
> > to move around and it's pretty easy to configure - but having to re-type
> > long strings instead of just being able to copy/paste is a real pain.
> 
> Surely just select the source string with your mouse, then go to the
> destination place and click your middle button (if you have a wheel
> mouse click the wheel, if you only have a two button mouse click both at
> once).
> 
> This method is application-independent (and puts Windows to shame).
> 
> -- 
> Ron. [au]
> 
I could never paste from a regular pine email to anywhere. If I hit
reply to that email I could then paste from it in vim(i refuse to use pico). 
But I can with mutt and I have ditched pine and am a full fledged mutt 
user, no more just dabbling with mutt. Mutt Rules!


-- 
"Seriously, my only ambition in the world is to go to Egypt, 
stand on top of the central pyramid, and piss all over it." 
-- Ozzy Osbourne

Chad Young - Registered Linux User #195191 @ http://counter.li.org
---
Linux localhost 2.4.19-pre3-ac1 #1 Thu Mar 14 23:39:52 AST 2002 i686 GenuineIntel




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] geforce go

2002-03-16 Thread FemmeFatale

Look at LM's Doc section on their main site under "Mandrake User", or
"MUO" as its called.

It has a very easy How-to.

Femme

Mark Dvoo wrote:
> 
> Just wanted to know if anyone had had any luck with the geforce 2 go ?
> 
> mark
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread Ron Stodden

Michael Holt wrote:
> 
> Yeah, that's what I thought too, but no-go.  I thought maybe there was
> some modifier key to make it work?

There is an "Emulate middle button" question in your
/etc/X11/XF86Config-4.  Make sure it is set to do that, then restart X
by Ctl-Alt-Bksp then startx.

-- 
Ron. [au]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread Ron Stodden

Michael Holt wrote:
> 
> Hey, hope everyone is enjoying the weekend!
> I have a question , how do
> you paste a URL into an email using pine?  I love using pine, it's quick
> to move around and it's pretty easy to configure - but having to re-type
> long strings instead of just being able to copy/paste is a real pain.

Surely just select the source string with your mouse, then go to the
destination place and click your middle button (if you have a wheel
mouse click the wheel, if you only have a two button mouse click both at
once).

This method is application-independent (and puts Windows to shame).

-- 
Ron. [au]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] info on pine

2002-03-16 Thread Darwin Gottfried

On Saturday 16 March 2002 07:10 pm, you wrote:
> Having not used pine, would some kind soul impart how it stacks up against
> mutt. Is pine a command line program or is it GUI?

Pine is nice, I've used it for years.  Mutt offers some different features.  
Both are run CLI.

-- 
Cheers
dg



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] info on pine

2002-03-16 Thread Craig Woods

Having not used pine, would some kind soul impart how it stacks up against mutt.
Is pine a command line program or is it GUI?

Thanks,
Dr John,
The Night Tripper



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Reposting: KDE Konsole PS1 problem

2002-03-16 Thread newbie

Thanks for the reply. But i don't think that's the case: ksh has the 
same concept of PS1. See my reply to jipe.

-newbie.

[EMAIL PROTECTED] wrote:
> On Sat, 16 Mar 2002, newbie wrote:
> 
> 
>>I have an off-the-shelf installation of Mandrake8.1. But no matter what
>>value i set PS1 to in /etc/profile, after I enters Konsole, it's always
>>'[\u@\h \W]\$' . This problem doesn't happen to other environment
>>variables in Konsole. Anyone has any idea?
>>
>>
> Try exec'ing bash and then trying the set the variable. The PS1 is a
> bashism that won't work with other shells.
> 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Reposting: KDE Konsole PS1 problem

2002-03-16 Thread newbie

Thanks jipe, that's indeed the problem - login shell vs. non-login 
shell. Another way to fix it is to launch konsole this way:
konsole -e bash --login
-newbie


jipe wrote:
> i remember that i had this problem on my 8.0 box.  
> so i put it in /etc/bashrc and it worked. 
> 
> bye
> jipe
> 
> 






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Reposting: KDE Konsole PS1 problem

2002-03-16 Thread kwan

On Sat, 16 Mar 2002, newbie wrote:

> I have an off-the-shelf installation of Mandrake8.1. But no matter what
> value i set PS1 to in /etc/profile, after I enters Konsole, it's always
> '[\u@\h \W]\$' . This problem doesn't happen to other environment
> variables in Konsole. Anyone has any idea?
>
Try exec'ing bash and then trying the set the variable. The PS1 is a
bashism that won't work with other shells.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Reposting: KDE Konsole PS1 problem

2002-03-16 Thread jipe

On Sat, 16 Mar 2002 18:27:22 -0500
newbie <[EMAIL PROTECTED]> wrote:

> I have an off-the-shelf installation of Mandrake8.1. But no matter what 
> value i set PS1 to in /etc/profile, after I enters Konsole, it's always 
> '[\u@\h \W]\$' . This problem doesn't happen to other environment 
> variables in Konsole. Anyone has any idea?
> 
> Thanks!
> 
> 
>

i remember that i had this problem on my 8.0 box.  
so i put it in /etc/bashrc and it worked. 

bye
jipe



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] geforce go

2002-03-16 Thread Mark Dvoo

Just wanted to know if anyone had had any luck with the geforce 2 go ?

mark



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread Pierre Fortin

On Sat, 16 Mar 2002 10:59:38 -0800 (PST) Michael Holt
<[EMAIL PROTECTED]> wrote:

> 12:38pm... Dave Sherman ran for the door shrieking:
> 
> >On Sat, 2002-03-16 at 12:31, Michael Holt wrote:
> >> Hey, hope everyone is enjoying the weekend!
> >> I have a question ,
> >> how do you paste a URL into an email using pine?  I love using pine,
> >> it's quick to move around and it's pretty easy to configure - but
> >> having to re-type long strings instead of just being able to
> >> copy/paste is a real pain.
> >> 
> >> TIA, Mike
> >
> >The X standard is to simply highlight the text you want to copy (this
> >will automatically put it in a "clipboard" buffer), then
> >middle-mouse-click where you want to paste. This works in every 
> >application I have ever tried, including the various x-terms, so it
> >should work in pine. I use this method in gnome-terminal with vi all
> >the time.
> >
> Yeah, that's what I thought too, but no-go.  I thought maybe there was 
> some modifier key to make it work?
> 
> Mike

Hmmm...  I use pine when out of town and can paste *into* pine as Dave
suggests; but can't copy *from* pine...  Just tried pine here and it won't
work at all...

The only difference is that it works on KDE; but not ICEwm...  maybe it's
a wm issue...

Pierre



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Reposting: KDE Konsole PS1 problem

2002-03-16 Thread newbie

I have an off-the-shelf installation of Mandrake8.1. But no matter what 
value i set PS1 to in /etc/profile, after I enters Konsole, it's always 
'[\u@\h \W]\$' . This problem doesn't happen to other environment 
variables in Konsole. Anyone has any idea?

Thanks!




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] KDE kamera module supported in kde2.2.2?

2002-03-16 Thread Ross

On Saturday 16 March 2002 05:58 am, you wrote:
> Hi all,
>
> I've read and I see that KDE's Configuration Panel offers a way to
> choose among digital cameras. I can choose the model I borrowed from
> work which is a Canon Powershot Pro70. Pushing the Test button does
> nothing. Opening Konqueror and begining the URL with kamera: or gphoto:
> just pops up a msg. saying 'Protocol not supported'.
> How do you get this thing to work, or has mandrake not build this thing
> in when compiling?
>
> I can use the camera with gtkam and the gphoto2 lib though, so I now the
> camera connection works.
> The connection is serial and at 56K so very slow. Often gtkam acts
> deadslow too.
>
> Thanks for your input.

Try "camera:/"  :-)




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread Dave Sherman

On Sat, 2002-03-16 at 12:59, Michael Holt wrote:
> 12:38pm... Dave Sherman ran for the door shrieking:
> 
> >Date: 16 Mar 2002 12:38:45 -0600
> >From: Dave Sherman <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: Mandrake-expert <[EMAIL PROTECTED]>
> >Subject: Re: [expert] pasting into email? 
> >
> >On Sat, 2002-03-16 at 12:31, Michael Holt wrote:
> >> Hey, hope everyone is enjoying the weekend!
> >> I have a question , how do 
> >> you paste a URL into an email using pine?  I love using pine, it's quick 
> >> to move around and it's pretty easy to configure - but having to re-type 
> >> long strings instead of just being able to copy/paste is a real pain.
> >> 
> >> TIA, Mike
> >
> >The X standard is to simply highlight the text you want to copy (this
> >will automatically put it in a "clipboard" buffer), then
> >middle-mouse-click where you want to paste. This works in every 
> >application I have ever tried, including the various x-terms, so it
> >should work in pine. I use this method in gnome-terminal with vi all the
> >time.
> >
> Yeah, that's what I thought too, but no-go.  I thought maybe there was 
> some modifier key to make it work?
> 
> Mike

Hmm, I don't know why it wouldn't work, unless pine is capturing the
middle-click before X sees it.

-- 
Dave Sherman  Beware the wrath of dragons,
MCSA, MCSE, CCNAfor you are crunchy,
Business Solutions Group, LLC   and good with ketchup.



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


Re: [expert] pasting into email?

2002-03-16 Thread Michael Holt

12:38pm... Dave Sherman ran for the door shrieking:

>Date: 16 Mar 2002 12:38:45 -0600
>From: Dave Sherman <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Mandrake-expert <[EMAIL PROTECTED]>
>Subject: Re: [expert] pasting into email? 
>
>On Sat, 2002-03-16 at 12:31, Michael Holt wrote:
>> Hey, hope everyone is enjoying the weekend!
>> I have a question , how do 
>> you paste a URL into an email using pine?  I love using pine, it's quick 
>> to move around and it's pretty easy to configure - but having to re-type 
>> long strings instead of just being able to copy/paste is a real pain.
>> 
>> TIA, Mike
>
>The X standard is to simply highlight the text you want to copy (this
>will automatically put it in a "clipboard" buffer), then
>middle-mouse-click where you want to paste. This works in every 
>application I have ever tried, including the various x-terms, so it
>should work in pine. I use this method in gnome-terminal with vi all the
>time.
>
Yeah, that's what I thought too, but no-go.  I thought maybe there was 
some modifier key to make it work?

Mike

-- 
Michael & Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
www.holt-tech.net   [EMAIL PROTECTED]
===<
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] pasting into email?

2002-03-16 Thread Dave Sherman

On Sat, 2002-03-16 at 12:31, Michael Holt wrote:
> Hey, hope everyone is enjoying the weekend!
> I have a question , how do 
> you paste a URL into an email using pine?  I love using pine, it's quick 
> to move around and it's pretty easy to configure - but having to re-type 
> long strings instead of just being able to copy/paste is a real pain.
> 
> TIA, Mike

The X standard is to simply highlight the text you want to copy (this
will automatically put it in a "clipboard" buffer), then
middle-mouse-click where you want to paste. This works in every 
application I have ever tried, including the various x-terms, so it
should work in pine. I use this method in gnome-terminal with vi all the
time.

-- 
Dave Sherman  Beware the wrath of dragons,
MCSA, MCSE, CCNAfor you are crunchy,
Business Solutions Group, LLC   and good with ketchup.



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


[expert] pasting into email?

2002-03-16 Thread Michael Holt

Hey, hope everyone is enjoying the weekend!
I have a question , how do 
you paste a URL into an email using pine?  I love using pine, it's quick 
to move around and it's pretty easy to configure - but having to re-type 
long strings instead of just being able to copy/paste is a real pain.

TIA, Mike

-- 
Michael & Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
www.holt-tech.net   [EMAIL PROTECTED]
===<
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Mozilla 0.9.9 and TrueType fonts

2002-03-16 Thread Dave Sherman

Anybody got truetype working in Mozilla 0.9.9? Support is supposed to be
built in (and NS_FONT_DEBUG did not kick out any errors), but I followed
the directions at the mozilla website (
http://www.mozilla.org/projects/fonts/unix/enabling_truetype.html ) and
got nothing. I am using the RedHat 7.x rpm available at mozilla.org (to
avoid libpng issues).

I have libfreetype.so.6, in /usr/lib, so I think it should be in the
standard library path :-)

-- 
Dave Sherman  Beware the wrath of dragons,
MCSA, MCSE, CCNAfor you are crunchy,
Business Solutions Group, LLC   and good with ketchup.



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


Re: [expert] Forte for Java on Mandrake 8.1

2002-03-16 Thread Dianne Marie Montesa

hi list

it just so happen that i am currently researching
about threads-max when i saw this thread on my mails.
the internet sources say the computation for
thread-max is 

((RAM * 1024 * 1024) /8192)/2

check out:

http://www.linuxjournal.com/article.php?sid=3814

however, on actual experience, i have a web/java
server with 2 GB RAM and the default thread-max set is
only 32768. if i should use the computation above it
would be way more than 32768. 

it seems that it is assumed (by the kernel developers)
that 512 MB RAM is the max RAM which is why even if i
have more than 512 MB, my thread-max was set to 32768.
or maybe they think that 32768 is the max that is
still workable for the linux OS. i really dont have
any idea about that.

im not sure how its gonna affect the system by setting
the max thread to the computed value or at least
double the current default. anyway, i am gonna make
some tests to see if its gonna make the java apps
perform better or if its gonna kill it. 

hope the info above sheds light on your queries about
the computation.

cheers,
dianne

--- damian <[EMAIL PROTECTED]> wrote:
> El vie, 15-03-2002 a las 16:52, James escribió:
> > On Fri, 15 Mar 2002 09:47:14 -0500
> > Bill Davidson <[EMAIL PROTECTED]> wrote:
> > 
> > > Now I'm curious. How did you find that out?
> > 
> > I looked into /proc/sys/kernel/threads-max the
> number was 3063 (I hadn't set anything here and was
> curious so this is a stock number)  Then since my
> ram was larger and the stock number was larger I
> divided 3063 by 384 and came up with (rounded) 7.98 
> when I did 1024 divided by 128 I got 8 so I assumed
> (lousy idea but I did it anyway) that the ratio is
> around 8 x ram = number in
> /proc/sys/kernel/threads-max.
> > 
> > 
> > James
> > 
> > > 
> > > Bill
> > > 
> > > On Friday 15 March 2002 03:49 am, James wrote:
> > > > Raffaele,
> > > >   Your letter is one of those that peeks
> curiosity.  I looked at my box
> > > > (running 384 megs) and found that the number
> was 3063  you said you had
> > > > 128 megs and 1024 ... The ratio seems to be
> about 8xram in megs 
> > > > don't know what this means or why it's set to
> this but maybe this will
> > > > help.
> > > >
> > > > James
> > > >
> > > >
> > > > On Fri, 15 Mar 2002 08:52:14 +0100
> > > >
> > > > Raffaele Belardi <[EMAIL PROTECTED]>
> wrote:
> > > > > I had problems running a fairly big applet
> in the Forte for Java 3.0
> > > > > with JSDK 1.3.1: the IDE started ok, but
> when I tried to execute the
> > > > > applet I got an "out of memory" error (on a
> 128Mbyte machine).
> > > > >
> > > > > I found out that for some reason the
> threads-max kernel tunable was
> > > > > set to 1024, which turns out to be too small
> for the IDE. [is this a
> > > > > default for MDK 8.1, or was it changed when
> I played with the security
> > > > > things?]
> > > > >
> > > > > Changing to 32K with
> > > > > # echo 32768 > /proc/sys/kernel/threads-max
> > > > > fixed the issue.
> > > > >
> > > > > bye,
> > > > >
> > > > > raffaele - italy
> > > 
> > > 
> 
> 
> well i'm using 192 MB ram and my threads.max is
> 3071...?
> 
> Damian
> 
> 
> 
> > Want to buy your Pack or Services from
MandrakeSoft?
> 
> Go to http://www.mandrakestore.com
> 


__
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Orinoco Wireless Card

2002-03-16 Thread Paul Rodríguez



Hi, I have a desktop and a laptop both running 8.1 and Orinoco Wavelan
Wireless PCMCIA cards.  I was able to get the wireless card working on
my laptop fairly easily by downloading the driver from the
OrinocoWireless.com web site, compiling it and editing the
/etc/pcmcia/config.opts file.  

No such luck on the desktop however.  It is automatically detected in
the 8.1 install (it is not in the 8.2 install incedentally), but even so
after inputting all the parameters I needed during install I was not
able to connect to the internet with it.  So I then followed the steps I
followed for the laptop (meaning I followed the steps in the orinoco
wirless driver README to the letter).  But afterwords, not only could I
still not connect to the internet, but it no longer seems to be detected
by my system.  WHen I open DrakConf, it doesn't even show I have a
network device at all (but when I first installed it did show it, I just
couldn't bring it up).  My log files show a variety of messages
regarding this card during bootup.  I've included them below.

Thank you very much.

- Paul Rodriguez

WAVELAN init_modeule(): doing device probing (bad !)
Specify base adresses while loading module to correct the problem
WAVELAN init_module(): no device found

later...

PCI: No IRQ known for interrupt pin A of device 00:13.0.  Please try
using pci=biosirq

[an lsdev shows 00:13.0 CardBus bridge: Texas Intruments PCI1410 PC card
Cardbus Controller (rev 01), which I take to be the pcmcia pci card
adapter.]

/lib/modules/2.4.8-26mdk/kernel/drivers/net/wavlan.o.gz: init_module:
Input/output error
NET4: Appletalk 0.18a for Linux NET4.0
/lib/modules/2.4.8-26mdk/kernel/drivers/net/wavlan.o.gz:insmod eth0
failed

WAVELAN init_modeule(): doing device probing (bad !)
modprobe: Can't locate module eth1
Specify base adresses while loading module to correct the problem
modprobe: Can't locate module eth2
WAVELAN init_module(): no device found
modprobe: Can't locate module eth3
modprobe: Can't locate module eth4
modprobe: Can't locate module eth5
modprobe: Can't locate module eth6
modprobe: Can't locate module eth7
modprobe: Can't locate module eth8
modprobe: Can't locate module eth9


Cardmgr[1041] watching 1 sockets
Cardmgr[1042] starting, verison 3.1.32
rc Starting pcmcia: succeeded
Cardmgr[1042] executing'modprobe wavelan2_cs
network_name=\"[mynetname]\" key_1=\"[mykey]\" enable_encryption=Y'


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] NETDEV WATCHDOG: ippp0: transmit timed out with sis900 ethernet card, kernel 2.4.18-4mdk!?

2002-03-16 Thread Juergen Hammelmann


Hello together,

since of the reported security problems I upgraded to the kernel 2.4.18-4mdk
from kernel 2.4.16.
Now I have problems with my ethernet card, which is connected to a second pc 
with windows: if my pc is on over night, the second pc is off and booted 
another day, then the connection is very slow and a lot of pings hangs with 
times longer than 6 seconds! Normally about 270 usec!
Then you can also see the kernel message NETDEV WATCHDOG: ippp0: transmit 
timed out, there are no losses of frames shown in ifconfig.
shutdown and shutup of eth0 with ifdown/ifup when the second pc is running 
corrects the configuration, and communication then runs normally.

Do you have some similar problems with it?

Thanks for your help.

Jürgen
-- 
A possum must be himself, and being himself he is honest.
-- Walt Kelly

system:  2:52pm  up 1 day, 21:02,  2 users,  load average: 0.08, 0.03, 0.04
--
email: [EMAIL PROTECTED]   address: J. Hammelmann, Brühlstr. 6
phone: +49-7034-61578, +49-179-2178869  D-71157 Hildrizhausen, Germany
fax:   +49-7034-652189
www:   http://www.mathematik.uni-stuttgart.de/~hammelje



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Slightly OT: Supporting Mandrake

2002-03-16 Thread Olly P

On Friday 15 March 2002 17:24, wolfgang typed:
>
> People in the Mandrake Newsgroup just try to convince me that such is
> the real Mandrake forum, open to everything. They regard these
> mailinglists as too boring.
>
> Seems like I'm growing old
>
> wobo

--
Saturday 16 March 2002  --  07:12hrs cst

Naw wobo, all the groups have merit...hang in there.

you just got in with people who live to disagree.

stay positive
later

-- 
Olly P. Biloxi Mississippi  Linux MDK 8.0 and
2.4.3-20 mdk Kmail 2.1.1
ATX Plll 600mhz Asus CUBX ...384m PC133ram

Sat Mar 16 07:15:56 EST 2002

The men sat sipping their tea in silence.  

  7:15am  up 6 days,  4:17,  2 users,  load average: 0.00, 0.00, 0.00



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] KDE kamera module supported in kde2.2.2?

2002-03-16 Thread Guy Zelck

Hi all,

I've read and I see that KDE's Configuration Panel offers a way to
choose among digital cameras. I can choose the model I borrowed from
work which is a Canon Powershot Pro70. Pushing the Test button does nothing.
Opening Konqueror and begining the URL with kamera: or gphoto: just pops
up a msg. saying 'Protocol not supported'.
How do you get this thing to work, or has mandrake not build this thing
in when compiling?

I can use the camera with gtkam and the gphoto2 lib though, so I now the
camera connection works.
The connection is serial and at 56K so very slow. Often gtkam acts
deadslow too.

Thanks for your input.






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Where in in the world is the encrypted filesystem support?

2002-03-16 Thread Schlomo Schwartz

I don't even know how many 8.2 beta installs I've done
thus far, but I haven't yet found the encrypted
filesystem support that's claimed on 

http://www.linux-mandrake.com/en/82beta.php3

I might be assuming it's something that it's not.  Is
it an option when setting up filesystems?  That's
where I'd think it'd naturally be, but I haven't seen
it there.

Can anyone point me in the right direction?

Thanks!

-s

__
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com