Hi, I have problems - *which freaks me out* - to start more than one Zope thread on RedHat 9.0. What I tried: a) upgraded kernel to 2.4.20-13.9 b) upgraded glibc,glibc-common,glibc-devel to 2.3.2-27.9 c) tried "export LD_ASSUME_KERNEL=2.4.1" d) started z2.py as root or as unpriviligted user I use RedHat's python2.2.2 and Zope-2.6.2b1 from source. The postings "Zope and RedHat 9" http://www.dzug.org/mailinglisten/zope-org-zope/archive/2003/2003-04/1051699... didn't help. Any other ideas? Saluti, Marcus
On Thu, 2003-05-15 at 18:45, Marcus Schopen wrote:
I have problems - *which freaks me out* - to start more than one Zope thread on RedHat 9.0. What I tried:
Among the things you indicate trying, you didn't mention configuring Zope in any particular way. You might find this howto helpful: http://www.zope.org/Members/chaim/multi-instance.html Or perhaps you've already attended to your setup and are having some other problem... in which case, additional detail would be helpful. HTH, Dylan
Dylan Reinhardt wrote:
On Thu, 2003-05-15 at 18:45, Marcus Schopen wrote:
I have problems - *which freaks me out* - to start more than one Zope thread on RedHat 9.0. What I tried:
Among the things you indicate trying, you didn't mention configuring Zope in any particular way. You might find this howto helpful:
nope, that's not what I'm looking for. I'd like to start Zope with e.g. '-t 10' to have 10 threads, not a "multi instance" environment. Cheers, Marcus
ooops... I sent you that from the dsl machine which is not set up to take incoming mail. My appologies. No harm done. -d
have you run "ps -m" to force ps to show all threads (it will not do that by default)? if i do that on my desktop i get the expected number of threads without any trickery. jens On Thursday, May 15, 2003, at 21:45 US/Eastern, Marcus Schopen wrote:
Hi,
I have problems - *which freaks me out* - to start more than one Zope thread on RedHat 9.0. What I tried:
a) upgraded kernel to 2.4.20-13.9 b) upgraded glibc,glibc-common,glibc-devel to 2.3.2-27.9 c) tried "export LD_ASSUME_KERNEL=2.4.1" d) started z2.py as root or as unpriviligted user
I use RedHat's python2.2.2 and Zope-2.6.2b1 from source.
The postings "Zope and RedHat 9"
http://www.dzug.org/mailinglisten/zope-org-zope/archive/2003/2003-04/ 1051699373837
didn't help.
Any other ideas?
Saluti, Marcus
Jens Vagelpohl wrote:
have you run "ps -m" to force ps to show all threads (it will not do that by default)? if i do that on my desktop i get the expected number of threads without any trickery.
Oh my good .... that's the trick!? I can't believe it. I'll check, if this works with RH standard kernel or one has to update to kernel 2.4.20-13.9 and glibc 2.3.2-27.9. RedHat? What the f... is RedHat? Debian rulz .... Cheers, M.
the only difference to a stock RH9 i have is the latest updates, and i put them on not because of that perceived threading issue but simply because i had the time and they were available... jens On Friday, May 16, 2003, at 08:21 US/Eastern, Marcus Schopen wrote:
Jens Vagelpohl wrote:
have you run "ps -m" to force ps to show all threads (it will not do that by default)? if i do that on my desktop i get the expected number of threads without any trickery.
Oh my good .... that's the trick!? I can't believe it. I'll check, if this works with RH standard kernel or one has to update to kernel 2.4.20-13.9 and glibc 2.3.2-27.9.
RedHat? What the f... is RedHat? Debian rulz ....
Cheers, M.
--On Freitag, 16. Mai 2003 14:21 Uhr +0200 Marcus Schopen <marcus.schopen@uni-bielefeld.de> wrote:
Jens Vagelpohl wrote:
have you run "ps -m" to force ps to show all threads (it will not do that by default)? if i do that on my desktop i get the expected number of threads without any trickery.
Oh my good .... that's the trick!? I can't believe it. I'll check, if this works with RH standard kernel or one has to update to kernel 2.4.20-13.9 and glibc 2.3.2-27.9.
RedHat? What the f... is RedHat? Debian rulz ....
redhat ist das Windows der Linuxianer -sich-als-maus-schubbser-bekenn- -aj
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Marcus Schopen Sent: Friday, May 16, 2003 8:22 AM
Jens Vagelpohl wrote:
have you run "ps -m" to force ps to show all threads (it will not do that by default)? if i do that on my desktop i get the expected number of threads without any trickery.
Oh my good .... that's the trick!? I can't believe it. I'll check, if this works with RH standard kernel or one has to update to kernel 2.4.20-13.9 and glibc 2.3.2-27.9.
I just upgraded to 2.4.20-13.9 and the ps behavior appears to have changed. All the threads aren't shown without the -m option, whereas before they were. This brings back memories of going from FreeBSD to Linux and wondering why on earth MySQL had so many "processes" running. :-) _______________________ Ron Bickers Logic Etc, Inc.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Marcus Schopen Sent: Friday, May 16, 2003 8:22 AM
I just upgraded to 2.4.20-13.9 and the ps behavior appears to have changed. All the threads aren't shown without the -m option, whereas before they were. This brings back memories of going from FreeBSD to Linux and wondering why on earth MySQL had so many "processes" running. :-)
Note also for the record that I can now start Zope as the right user (instead of having to run as root) to get multiple threads. If you happen to recall, I was beating myself over the head to find out why I could get multiple threads and starting as root was necessary to fix it. I guess with cutting edge technology, someone's going to get hurt. _______________________ Ron Bickers Logic Etc, Inc.
Marcus Schopen kirjutas R, 16.05.2003 kell 04:45:
Hi,
I have problems - *which freaks me out* - to start more than one Zope thread on RedHat 9.0. What I tried:
a) upgraded kernel to 2.4.20-13.9 b) upgraded glibc,glibc-common,glibc-devel to 2.3.2-27.9 c) tried "export LD_ASSUME_KERNEL=2.4.1" d) started z2.py as root or as unpriviligted user
I use RedHat's python2.2.2 and Zope-2.6.2b1 from source.
Are you sure that Zope 2.6.x runs with Python2.2.x - I was under impression that exactly 2.1.3 is _required_ ------------------- Hannu
Hannu Krosing wrote:
Marcus Schopen kirjutas R, 16.05.2003 kell 04:45:
Hi,
I have problems - *which freaks me out* - to start more than one Zope thread on RedHat 9.0. What I tried:
a) upgraded kernel to 2.4.20-13.9 b) upgraded glibc,glibc-common,glibc-devel to 2.3.2-27.9 c) tried "export LD_ASSUME_KERNEL=2.4.1" d) started z2.py as root or as unpriviligted user
I use RedHat's python2.2.2 and Zope-2.6.2b1 from source.
Are you sure that Zope 2.6.x runs with Python2.2.x - I was under impression that exactly 2.1.3 is _required_
I don't know any problems. It works fine for me with RedHat's RPM python2.2.2 Cheers, M.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Hannu Krosing
Are you sure that Zope 2.6.x runs with Python2.2.x - I was under impression that exactly 2.1.3 is _required_
I've read reports of a few problems with 2.2.2, but many people have reported success. RH9's 'python' package is 2.2.2. The 'python2.1' RPMs for version 2.1.3 (available at python.org) install and coexist well with Red Hat's package. That's what I'm running. _______________________ Ron Bickers Logic Etc, Inc.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Hannu Krosing
Are you sure that Zope 2.6.x runs with Python2.2.x - I was under impression that exactly 2.1.3 is _required_
I've read reports of a few problems with 2.2.2, but many people have reported success. RH9's 'python' package is 2.2.2. The 'python2.1' RPMs for version 2.1.3 (available at python.org) install and coexist well with Red Hat's package. That's what I'm running. _______________________ Ron Bickers Logic Etc, Inc. _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
participants (10)
-
Andreas Jung -
Dennis Allison -
Dylan Reinhardt -
Hannu Krosing -
Jens Vagelpohl -
Marcus Schopen -
Ron Bickers -
Ron Bickers -
Ron Bickers -
whartter@gmx.de