PDA

View Full Version : How To Install A PLONE CMS On Debian


squirrel_killer
4th November 2006, 07:43
Hello,

Thanks for making this guide

Clean install of sarge using the first two pages of the perfect install

Followed How to, using ssh as root, no errors

hal:/home/zopy/zinstance/bin# ./zopectl start
. daemon process started, pid=14677
hal:/home/zopy/zinstance/bin#

then when I try and login from firefox I get
Firefox can't establish a connection to the server at 192.168.1.57:8080

Where should I look first?

Thanks

falko
5th November 2006, 17:39
What's the output of netstat -tap and iptables -L?

ginocic
7th November 2006, 18:37
Hi, all.

First of all, i would thanks to Falko for his work for getting our hours on pc easier (he does the work for us. we just copy'n'paste) and funny (try different scenes and then choosing the best).

about this HowTo, it looks like I've the same problem than squirrel_killer.
For me, Falko, these are the outputs of the two command you ask:

[Sorry for the smile in the quote section. it should be "*:POP3" (lowercase, of course) ]

server1:/home/zope/zinstance/bin# netstat -tap|more
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 1571/inetd
tcp 0 0 *:pop3 *:* LISTEN 1571/inetd
tcp 0 0 *:imap2 *:* LISTEN 1571/inetd
tcp 0 0 *:sunrpc *:* LISTEN 1349/portmap
tcp 0 0 *:auth *:* LISTEN 1571/inetd
tcp 0 0 *:915 *:* LISTEN 1581/rpc.statd
tcp 0 0 *:smtp *:* LISTEN 1541/exim4
tcp6 0 0 *:ssh *:* LISTEN 1577/sshd
tcp6 0 0 *:smtp *:* LISTEN 1541/exim4
tcp6 0 0 ::ffff:192.168.0.10:ssh ::ffff:192.168.0.:55591 ESTABLISHED1691/sshd: admin [p


and


server1:/home/zope/zinstance/bin# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination


It looks like there isn't no 8080 port listening... and no httpd.

Maybe we have to install also Apache from page 5 of your HowTo (http://www.howtoforge.com/perfect_setup_debian_sarge_p5).

falko
8th November 2006, 18:52
It looks like there isn't no 8080 port listening... and no httpd.Yes, right. Do you get any error messages when you try to start Zope? Maybe in the log files?

Maybe we have to install also Apache from page 5 of your HowTo (http://www.howtoforge.com/perfect_setup_debian_sarge_p5).I don't know, I've never worked with Zope... :confused:

ginocic
20th November 2006, 14:04
Sory for ansewering only now :(
I was not at my place those days.

I'll let you know about Zope. I never worked with that app before, too...

tommytomato
2nd June 2007, 15:01
I'm working though the same tutorial, is there a typo :confused:

apt-get install libmxml1

is it meant to be apt-get install libxml1 :confused:

it seem to install ok, still running make as i type

TT

falko
3rd June 2007, 18:35
The package libmxml1 exists for Debian, so I guess the author means that one (no typo).