[Zope] ZOPE and INSTANCES

2005-10-14 Thread benmania

Hi guys, 

I installed Zope2.7 and created an instance home in /var/lib/zope2.7/instance
But whenever I try to run a instance by using runzope in 
/var/lib/zope2.7/instance/, I will get the following error: --
-bash: runzope: command not found. 
--
Whenever I try to run the server on the instance, I ll get the following error: 

--
failed: missing required path(/var/lib/zop/cgi-bin/default) 
Waiting instances in late: donae
default: start: missing required path(/var/lib/zop/cgi-bin/default) 
--
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
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 )


Re: [Zope] INSTALLING gcc (and ZOPE) on DEBIAN

2005-10-12 Thread benmania

 It's probably not going to be enough anyway.
Oh.But is it possible to install a later DEBIAN PACKAGE VERSION because 
installing DEBIAN PACKAGES does work?
Whenever I try to install ZOPE via apt-get, it is just the 2.6 version that is 
installed but I need a 2.7 ZOPE version. 

 What
 is the end you are trying to reach?

Well, I want to get my ZOPE server running in order to be able to use a CONTENT 
Management System called ZMS that is based on ZOPE. But this CMS requires a 2.7 
ZOPE Version. 

__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
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 )


Re: [Zope] Re: INSTALLING gcc (and ZOPE) on DEBIAN

2005-10-07 Thread benmania

Hello, 

Ok, does this error message mean that it is just a swap problem so that I 
wont have to install gcc, Python anymore? 
Having run top, I could dectect that there is 10,241,428k total Swap. About 
3,856,000k of it is actually being used and approximately 6,384,000k is free 
and about 463,000k is cached. 
I expect the 6,384,000k free space not to be enough - right? But what processes 
am I allowed to kill? Are there any processes that are absolutely neccessary? 

Ben


Nikko Wolf [EMAIL PROTECTED] schrieb am 06.10.05 17:00:38:
 
 Jens Vagelpohl wrote:
  
  On 6 Oct 2005, at 11:39, [EMAIL PROTECTED] wrote:
 
  virtual memory exhausted: Nicht genügend Hauptspeicher verfügbar
  error: command 'gcc' failed with exit status 1
  make *** [build] Fehler 1
  
  
  Have you actually *read* the output? It tells you, quite clearly,  even 
  in German, that you don't have enough memory on that machine.
  
 
 Indeed, although it's virtual memory (a.k.a. swap space or swap -- 
 although more RAM might help)  Not meaning to insult you, but see: 
 http://de.wikipedia.org/wiki/Virtuelle_Speicherverwaltung
 
 At the command prompt, run top and look at the Swap: line, which 
 should show large values for total and free such as:
 Swap: 1959888k total, 356276k used, 1603612k free, 124196k cached
 
 If total is high, but free is not, you can have 'ps' list the 
 virtual memory used by each process and sort it in increasing usage with 
 something like:
 ps -Ao pid,user,stime,vsize,args | sort +3n
 
 Cheers,
 N
 
 
 


__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
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 )


Re: [Zope] INSTALLING gcc (and ZOPE) on DEBIAN

2005-10-07 Thread benmania


 Because that, I assume
 that I have to kill certain processes in order to get more free swap -
 am I right?
 Probably not, no.

Why not? I dont understand - killing processes does not mean getting their 
space? 
 
  But what processes am I allowed to kill? Are there any processes that are 
  absolutely neccessary?
 
 Only the ones you have started.

I do not understand your answer at all. So I cannot kill any processes that are 
running on my Vserver (since I have not started any of them)?!? 

But do you advise me to do? 
__
XXL-Speicher, PC-Virenschutz, Spartarife  mehr: Nur im WEB.DE Club!
Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130

___
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 )


[Zope] Re: INSTALLING gcc (and ZOPE) on DEBIAN

2005-10-06 Thread benmania

 $ which gcc
 /usr/bin/gcc

After entering which gcc, I always get the following output: /usr/bin/gcc

The whole error message is (after entering the make - command) : 

---
/usr/bin/python /Zope-2.7.5-final/setup.py\
build --build-base=/Zope-2.7.5-final/build-base/python-2.3 
--build-lib=/Zope-2.7.5-finale/build-base/python-2.3/build-lib 
--build-scripts=/Zope-2.7.5-finale/build-base/python-2.3/build-scripts 
--build-temp=/Zope-2.7.5-final/build-base/python-2.3/build-temp
running build 
running build_py
running build_ext 
building 'ExtensionClass' extensions 
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
-fPIC -I/Zope-2.7.5-final/lib/Components/ExtensionClass/src 
-I/usr/include/python2.3 -c ../Components/ExtensionClass/src/ExtensionClass.c 
-o 
/Zope-2.7.5-final/build-base/python-2.3/build-temp/../Components/ExtensionClass/src/ExtensionClass.o
 

virtual memory exhausted: Nicht genügend Hauptspeicher verfügbar 
error: command 'gcc' failed with exit status 1 
make *** [build] Fehler 1
---
__
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131

___
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 )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-05 Thread benmania


Hello, 

I tried to install ZOPE from sources via configure - make - make instance but 
unfortunately I always get the following error message when typing in the 
make command. 

  command 'gcc' failed with exit status 1 
  -basherror:: command not found 

In my last message, I assumed that gcc was not installed. I derived this 
assumption from the error message 

The weird thing is that whenever I type in the command 'gcc'. There is always 
the following error message: 
'No input files found'

I am wondering why: If gcc was not installed, there should be an error message 
that is similar to 'command not found'. 
The output 'No input files found' implies that - in my opinion - gcc is 
actually installed. 

What do you think of that? 

__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
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 )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-10-01 Thread benmania

Hi 

Yes, I actually try to deinstall the latter apt-get version that I installed 
via source. But your solution does not work. After reading the pakets, it is 
always said that the system could not find the paket zope_2.6.4-1_i386.deb. 
The weird thing is that this paket is actually on system; I can even see it in 
my root directory! Do you know what problem is?

Benjamin 
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
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 )


[Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Benmania Guin

Hi, 

I successfully installed ZOPE on my VServer which has an DEBIAN op. 
I want to change ports now in order to have access via a normal HTTP request.
How do I change ports and what port is the right one? 

Benjamin
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
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 )


Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Benmania Guin


Yes. 

It was more a general question. I actually used the DEBIAN Version 'cause when 
I installed it, you had not sent your answer.-
I am wondering whether everything will work properly if I have two servers both 
an apache AND Zope running. 
I distinguish them by ports - the normal 80 PORT for Zope (for all HTTP 
requests) and Apache using all other ports (using it as a mailserver and 
stuff). 
Besides that, if I want to deinstall the old ZOPE version, is it possible to 
simply delete simply all files or is there any special deinstallation process? 

Benjamin 


Peter Bengtsson [EMAIL PROTECTED] schrieb am 28.09.05 18:51:58:
 
 If you're going to be using this lovely little zope instance I advice
 you to stay away from debian packages and do it with custom binary
 installations. I use debian for all my other programs but zope is what
 I do for a living so I'm not satisfied with the deb package way of
 doing it.
 And if you're going to take take you're zope more seriously I
 suggest you have a read in some of the documentation about how to
 manage a zope instance.
 http://www.plope.com/Books/2_7Edition/InstallingZope.stx#3-64
 
 If you're not in the mood for reading some instructions, just edit the
 file etc/zope.conf (you find it) and look for where it says
 http-server
   # valid keys are address and force-connection-close
   address 8080
   # force-connection-close on
 /http-server
 
 Change that to:
 http-server
   # valid keys are address and force-connection-close
   address 80
   # force-connection-close on
 /http-server
 
 2005/9/28, Benmania Guin [EMAIL PROTECTED]:
 
  Hi,
 
  I successfully installed ZOPE on my VServer which has an DEBIAN op.
  I want to change ports now in order to have access via a normal HTTP 
  request.
  How do I change ports and what port is the right one?
 
  Benjamin
  __
  Verschicken Sie romantische, coole und witzige Bilder per SMS!
  Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
 
  ___
  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 )
 
 
 
 --
 Peter Bengtsson,
 work www.fry-it.com
 home www.peterbe.com
 hobby www.issuetrackerproduct.com


__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

___
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 )


[Zope] Vservers and ZOPE

2005-09-27 Thread Benmania Guin

Hi guys, 

I have some experience with Zope on my desktop pc with an WIN XP operating 
system. Now I want to order my own virtual server but I am unsure about the 
features I will need and I do not know how to install ZOPE on such a system at 
all. 
Can you give me any advice what features I will certainly need, e.g. SSH(?), 
Root access(?)? 
Can you tell me where I can find more infos about this issue (installing ZOPE 
on different VServers with different OSs)? 

I hope my inquiries were not too trivial to be answered. 

sincerely, 
Benjamin 
__
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131

___
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 )


[Zope] LAN access and session timeout?

2005-09-26 Thread Benmania Guin

Hi guys, 

 I installed ZOPE on my PC with a WIN XP operating system. I connected this 
computer to another one with the same operating system. Everything works fine 
except the fact that after a certain time period, I am not able to have access 
to the ZOPE server  through the connected (2nd) computer anymore.  
Do you know what the problem is? I already tried to change the .conf file of my 
instance by replacing the timeout-minutes option - but it did not work. 

sincerely, 
Benjamin 
_
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle 
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179



___
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 )


[Zope] [Win XP] Installation problems

2005-08-29 Thread Benmania Guin

Hi guys, 

I have some troubles to install Zope on my Windows XP Home Edition 
operating system. 
The installation procedure went on without any problems but whenever I tried to 
start the Zope server, either in Console or as an instance, the server 
would not run. There was simply a window blinking up for a couple of 
milliseconds (so that I was not able to read the message) - and that was it - 
but no process was running. Is there any specific problem, e.g. caused by the 
operating system (WIN XP HOME EDITION), known (the registry, for instance) - 
or do you have any idea of the possible problem? I hope the prob is not too 
trivial to be answered.

Thanks a lot for helping me (I am really frustrated 'cause I've been searching 
the whole net for advice that hints on a possible solution but I could not 
find any...). 

Ben


_
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle 
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179



___
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 )