[25/Jun/2014:12:43:23] ENGINE Listening for SIGTERM.
[25/Jun/2014:12:43:23]
ENGINE Listening for SIGUSR1.
[25/Jun/2014:12:43:23] ENGINE Listening for SIGHUP.
[25/Jun/2014:12:43:23] ENGINE Bus STARTING
CherryPy Checker:
The Application
mounted at '' has an empty config.
[25/Jun/2014:12:43:23] ENGINE Started monitor
thread 'Autoreloader'.
[25/Jun/2014:12:43:23] ENGINE Started monitor thread
'_TimeoutMonitor'.
[25/Jun/2014:12:44:14] ENGINE Error in 'start' listener <bound method Server.start
of <cherrypy._cpserver.Server object at 0x7f2a622fcfd0>>
Traceback (most recent
call last):
File
"/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py", line 197, in publish
output.append(listener(*args, **kwargs))
File
"/usr/lib/python3/dist-packages/cherrypy/_cpserver.py", line 151, in start
ServerAdapter.start(self)
File
"/usr/lib/python3/dist-packages/cherrypy/process/servers.py", line 174, in start
self.wait()
File
"/usr/lib/python3/dist-packages/cherrypy/process/servers.py", line 214, in wait
wait_for_occupied_port(host, port)
File
"/usr/lib/python3/dist-packages/cherrypy/process/servers.py", line 427, in
wait_for_occupied_port
raise IOError("Port %r not bound on
%r" % (port, host))
OSError: Port 8080 not bound on '0.0.0.0'
[25/Jun/2014:12:44:14] ENGINE Shutting down due to error in start listener:
Traceback
(most recent call last):
File
"/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py", line 235, in start
self.publish('start')
File
"/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py", line 215, in publish
raise exc
cherrypy.process.wspbus.ChannelFailures:
OSError("Port 8080 not bound on '0.0.0.0'",)
[25/Jun/2014:12:44:14]
ENGINE Bus STOPPING
[25/Jun/2014:12:44:14] ENGINE HTTP Server
cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) already shut down
[25/Jun/2014:12:44:14] ENGINE Joining '_TimeoutMonitor'
[25/Jun/2014:12:44:23] ENGINE
Stopped thread '_TimeoutMonitor'.
[25/Jun/2014:12:44:23] ENGINE Joining 'Autoreloader'
[25/Jun/2014:12:44:23] ENGINE Stopped thread 'Autoreloader'.
[25/Jun/2014:12:44:23]
ENGINE Bus STOPPED
[25/Jun/2014:12:44:23] ENGINE Bus EXITING
[25/Jun/2014:12:44:23]
ENGINE Bus EXITED
Hi there I have a web service that works perfectly well with python2.7 but if I run it with python3.4 it starts, it works for a while and then stops, I need to run it with pythone3 because inside it has some regular expressions that work with special characters, which are well treated with python3, while python2 gives some encoding errors:
this is what logs out when the service stops (actually from the starting to the stopping):[25/Jun/2014:12:43:23] ENGINE Listening for SIGTERM.
[25/Jun/2014:12:43:23] ENGINE Listening for SIGUSR1.
[25/Jun/2014:12:43:23] ENGINE Listening for SIGHUP.
[25/Jun/2014:12:43:23] ENGINE Bus STARTING
CherryPy Checker:
The Application mounted at '' has an empty config.
[25/Jun/2014:12:43:23] ENGINE Started monitor thread 'Autoreloader'.
[25/Jun/2014:12:43:23] ENGINE Started monitor thread '_TimeoutMonitor'.
and after a while....... (1 minute more or less)
[25/Jun/2014:12:44:14]
ENGINE Error in 'start' listener >
Traceback (most recent call last):
 File "/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py",
line 197, in publish
  Â
output.append(listener(*args, **kwargs))
 File
"/usr/lib/python3/dist-packages/cherrypy/_cpserver.py", line 151, in start
   ServerAdapter.start(self)
 File
"/usr/lib/python3/dist-packages/cherrypy/process/servers.py", line 174, in start
   self.wait()
 File
"/usr/lib/python3/dist-packages/cherrypy/process/servers.py", line 214, in wait
   wait_for_occupied_port(host, port)
 File "/usr/lib/python3/dist-packages/cherrypy/process/servers.py",
line 427, in wait_for_occupied_port
   raise
IOError("Port %r not bound on %r" % (port, host))
OSError: Port 8080 not bound
on '0.0.0.0'
[25/Jun/2014:12:44:14] ENGINE Shutting down due to error in start
listener:
Traceback (most recent call last):
 File
"/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py", line 235, in start
   self.publish('start')
 File
"/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py", line 215, in publish
   raise exc
cherrypy.process.wspbus.ChannelFailures: OSError("Port 8080 not bound on
'0.0.0.0'",)
[25/Jun/2014:12:44:14] ENGINE Bus STOPPING
[25/Jun/2014:12:44:14] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0',
8080)) already shut down
[25/Jun/2014:12:44:14] ENGINE Joining '_TimeoutMonitor'
[25/Jun/2014:12:44:23] ENGINE Stopped thread '_TimeoutMonitor'.
[25/Jun/2014:12:44:23]
ENGINE Joining 'Autoreloader'
[25/Jun/2014:12:44:23] ENGINE Stopped thread
'Autoreloader'.
[25/Jun/2014:12:44:23] ENGINE Bus STOPPED
[25/Jun/2014:12:44:23]
ENGINE Bus EXITING
[25/Jun/2014:12:44:23] ENGINE Bus EXITED
--
Yes, I know is telling that, but that is not true, I've checked thousand times the ports, I've even changed the port many times, and always happens the same, python2 works, python3 don't...
Yes, I know is telling that, but that is not true, I've checked thousand times the ports, I've even changed the port many times, and always happens the same, python2 works, python3 don't...
--
nmap localhost
Starting Nmap 6.40 ( http://nmap.org ) at 2014-06-25 14:05 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000080s latency).
Not
shown: 988 closed ports
PORTÂ Â Â Â Â STATE SERVICE
22/tcp   open ssh
25/tcp   open smtp
80/tcp   open http
110/tcp  open pop3
111/tcp  open rpcbind
143/tcp  open imap
783/tcp  open spamassassin
993/tcp  open imaps
995/tcp  open pop3s
3306/tcp open mysql
10024/tcp
open unknown
10025/tcp open unknown
lsof -i TCP |grep
LISTEN
rpcbind    632    root  Â
8u IPv4  8698     0t0 TCP *:sunrpc
(LISTEN)
rpcbind    632    root Â
11u IPv6  8701     0t0 TCP *:sunrpc
(LISTEN)
sshd       993   Â
root   3u IPv4  9601     0t0Â
TCP *:ssh (LISTEN)
sshd      Â
993    root   4u IPv6 Â
9604Â Â Â Â Â 0t0Â TCP *:ssh (LISTEN)
/usr/sbinÂ
1322  amavis   5u IPv4Â
10248Â Â Â Â Â 0t0Â TCP localhost:10024 (LISTEN)
/usr/sbin 1329    root   5u IPv4Â
10270Â Â Â Â Â 0t0Â TCP localhost:spamd (LISTEN)
/usr/sbin 1329    root   6u IPv6Â
10271Â Â Â Â Â 0t0Â TCP ip6-localhost:spamd (LISTEN)
spamd     1378    root  Â
5u IPv4 10270     0t0 TCP localhost:spamd
(LISTEN)
spamd     1378   Â
root   6u IPv6 10271     0t0 TCP
ip6-localhost:spamd (LISTEN)
spamd    Â
1379    root   5u IPv4Â
10270Â Â Â Â Â 0t0Â TCP localhost:spamd (LISTEN)
spamd     1379    root  Â
6u IPv6 10271     0t0 TCP ip6-localhost:spamd
(LISTEN)
couriertc 2360    root   3uÂ
IPv6Â 12252Â Â Â Â Â 0t0Â TCP *:imap2 (LISTEN)
couriertc 2390    root   3u IPv6Â
12289Â Â Â Â Â 0t0Â TCP *:imaps (LISTEN)
couriertcÂ
2414    root   3u IPv6Â
12323Â Â Â Â Â 0t0Â TCP *:pop3 (LISTEN)
couriertcÂ
2444    root   3u IPv6Â
12359Â Â Â Â Â 0t0Â TCP *:pop3s (LISTEN)
master    2574    root  12uÂ
IPv4Â 12683Â Â Â Â Â 0t0Â TCP *:smtp (LISTEN)
master    2574    root  13uÂ
IPv6Â 12684Â Â Â Â Â 0t0Â TCP *:smtp (LISTEN)
master    2574    root 107u IPv4Â
12776Â Â Â Â Â 0t0Â TCP localhost:10025 (LISTEN)
famd      2637    root  Â
3u IPv4 12936     0t0 TCP localhost:693
(LISTEN)
apache2   2715    root  Â
4u IPv6 13122     0t0 TCP *:http (LISTEN)
mysqld    8872   mysql  10u IPv4
114410Â Â Â Â Â 0t0Â TCP localhost:mysql (LISTEN)
/usr/sbin
11507  amavis   5u IPv4Â
10248Â Â Â Â Â 0t0Â TCP localhost:10024 (LISTEN)
/usr/sbin
11508  amavis   5u IPv4Â
10248Â Â Â Â Â 0t0Â TCP localhost:10024 (LISTEN)
apache2  13124 www-data   4u IPv6Â
13122Â Â Â Â Â 0t0Â TCP *:http (LISTEN)
apache2Â Â
13222 www-data   4u IPv6 13122    Â
0t0Â TCP *:http (LISTEN)
apache2  13232 www-data  Â
4u IPv6 13122     0t0 TCP *:http (LISTEN)
apache2  13381 www-data   4u IPv6Â
13122Â Â Â Â Â 0t0Â TCP *:http (LISTEN)
apache2Â Â
13387 www-data   4u IPv6 13122    Â
0t0Â TCP *:http (LISTEN)
apache2  13419 www-data  Â
4u IPv6 13122     0t0 TCP *:http (LISTEN)
apache2  13448 www-data   4u IPv6Â
13122Â Â Â Â Â 0t0Â TCP *:http (LISTEN)
apache2Â Â
13449 www-data   4u IPv6 13122    Â
0t0Â TCP *:http (LISTEN)
apache2  13498 www-data  Â
4u IPv6 13122     0t0 TCP *:http (LISTEN)
apache2  13504 www-data   4u IPv6Â
13122Â Â Â Â Â 0t0Â TCP *:http (LISTEN)
smtpd    13519 postfix   6u IPv4Â
12683Â Â Â Â Â 0t0Â TCP *:smtp (LISTEN)
smtpd    13519 postfix   7u IPv6Â
12684Â Â Â Â Â 0t0Â TCP *:smtp (LISTEN)
netstat
-lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local
Address          Foreign
Address       Â
State      PID/Program name
tcp       0     0
127.0.0.1:10024Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 1322/amavisd-new (m
tcp       0     0
127.0.0.1:10025Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     2574/master   Â
tcp       0     0
127.0.0.1:3306Â Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     8872/mysqld   Â
tcp       0     0
127.0.0.1:783Â Â Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 1329/spamd.pidÂ
tcp       0     0
0.0.0.0:111Â Â Â Â Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     632/rpcbind   Â
tcp       0     0
127.0.0.1:693Â Â Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     2637/famd     Â
tcp       0     0
0.0.0.0:22Â Â Â Â Â Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     993/sshd      Â
tcp       0     0
0.0.0.0:25Â Â Â Â Â Â Â Â Â Â Â Â Â
0.0.0.0:*Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     2574/master   Â
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::993Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 2390/couriertcpd
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::995Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 2444/couriertcpd
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::110Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 2414/couriertcpd
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::143Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 2360/couriertcpd
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
::1:783Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 1329/spamd.pidÂ
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::111Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     632/rpcbind   Â
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::80Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTENÂ Â Â Â Â 2715/apache2Â Â Â
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::22Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     993/sshd      Â
tcp6Â Â Â Â Â Â 0Â Â Â Â Â 0
:::25Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
:::*Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
LISTEN     2574/master   Â
ss -ap
|grep 80
u_str LISTEN    0    Â
100Â Â Â Â Â private/anvil
12748Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
* 0Â Â Â Â Â Â
users:(("anvil",12933,6),("master",2574,80))
u_dgrÂ
UNCONNÂ Â Â Â 0Â Â Â Â Â
0Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
*
12788Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
* 9248Â Â Â users:(("qmgr",2580,7))
u_strÂ
ESTABÂ Â Â Â Â 0Â Â Â Â Â
0Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
*
212805Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
* 0Â Â Â Â Â Â users:(("imapd",13444,5))
u_strÂ
ESTABÂ Â Â Â Â 0Â Â Â Â Â
0Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
*
12693Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
* 12692Â Â users:(("qmgr",2580,5),("master",2574,25))
when I start with python2 , this is what I get:
nmap localhost
Starting Nmap 6.40 ( http://nmap.org ) at 2014-06-25 14:06 CEST
Nmap scan report
for localhost (127.0.0.1)
Host is up (0.0000080s latency).
Not shown: 987 closed
ports
PORTÂ Â Â Â Â STATE SERVICE
22/tcp  Â
open ssh
25/tcp   open smtp
80/tcp  Â
open http
110/tcp  open pop3
111/tcp  openÂ
rpcbind
143/tcp  open imap
783/tcp  openÂ
spamassassin
993/tcp  open imaps
995/tcp  openÂ
pop3s
3306/tcp open mysql
8080/tcp open http-proxy
10024/tcp open unknown
10025/tcp open unknown
I get the
same with python3, but just for a minute.........
Actually yes, one of the things I've tried is changing this part of the code, and at this
moment I got this:# set service port, to not conflict with other services
cherrypy.config.update({'server.socket_host': '0.0.0.0',
'server.socket_port': 8080,
})
Different from the packed version as you correctly point out...
I've been thinking about the parameters of the server, could it be that the cherrypy server with python3
consumes too much memory, how could I control that, or any other parameter that can help.
thanks for the interest in my problem...
> -- Rivera² -- You received this message because you are subscribed to the Google Groups "cherrypy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to cherrypy-user...@googlegroups.com. To post to this group, send email to cherryp...@googlegroups.com. Visit this group at http://groups.google.com/group/cherrypy-users. For more options, visit https://groups.google.com/d/optout.
> it, send an email to cherrypy-users+unsubscribe@googlegroups.com. To > post to this group, send email to cherrypy-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/cherrypy-users. > For more options, visit https://groups.google.com/d/optout. > > > > > _______________________ > andrés > chandía > > administrador de > parles.upf.edu > psicoaching.net > mapuche koyaktu > ong mapuche koyaktu > P No imprima innecesariamente. ¡Cuide el medio ambiente! >
-- Rivera² -- You received this message because you are subscribed to the Google Groups "cherrypy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to cherrypy-users+unsubscribe@googlegroups.com. To post to this group, send email to cherrypy-users@googlegroups.com. Visit this group at <a title="Este enlace externo...
I continue looking for a solution and I can see that other people have the same problem:
check this:
https://groups.google.com/forum/#!topic/cherrypy-users/ttTKVN8dkE8
El Mar, 1 de Julio de 2014, 15:39, Andres Chandia escribió:
> (127.0.0.1) > Host is up (0.0000080s latency). > Not > shown: > 988 > closed ports > PORT     STATE SERVICE > 22/tcp >   open ssh > 25/tcp  >  > open smtp > 80/tcp   open http > 110/tcp >  open > pop3 > 111/tcp  open rpcbind > > 143/tcp  open imap > 783/tcp  open > > spamassassin > 993/tcp  open imaps > > 995/tcp  > > open pop3s > 3306/tcp open mysql > > 10024/tcp > open > > unknown > 10025/tcp > open unknown > > > > lsof -i TCP |grep > > LISTEN > rpcbind    632 >    root >   > > 8u IPv4  8698  >   >  0t0 TCP *:sunrpc > > (LISTEN) > rpcbind  >   > 632    > root  > 11u IPv6  > > 8701     0t0 > TCP *:sunrpc > (LISTEN) > > sshd       993   > >  > root >   3u IPv4  9601 >     0t0 > TCP *:ssh (LISTEN) > > sshd  >      > > 993    root >   4u IPv6  > 9604    > >  0t0 TCP *:ssh (LISTEN) > /usr/sbin > > 1322  > > amavis   5u IPv4 > > 10248   >   0t0 > TCP localhost:10024 (LISTEN) > /usr/sbin 1329 > >    root   > 5u IPv4 > > > 10270     0t0 TCP localhost:spamd (LISTEN) > > /usr/sbin 1329    root >   > 6u IPv6 > 10271     0t0 TCP > > ip6-localhost:spamd (LISTEN) > > spamd     1378 > >    root   > > 5u IPv4 > 10270   >   0t0 TCP localhost:spamd > > > (LISTEN) > spamd  >    1378   > >  > root   6u > IPv6 10271  >    > 0t0 TCP > ip6-localhost:spamd (LISTEN) > spamd >    >  > 1379    root > >   5u IPv4 > 10270     > 0t0 TCP localhost:spamd > > (LISTEN) > spamd     > 1379    root   > > 6u IPv6 > > 10271     0t0 TCP ip6-localhost:spamd > > > (LISTEN) > couriertc 2360    root >  >  3u > IPv6 12252     > 0t0 TCP *:imap2 > (LISTEN) > couriertc 2390    > > root   3u IPv6 > > 12289   >   0t0 > TCP *:imaps (LISTEN) > couriertc > 2414 >    > root   3u IPv6 > > > 12323     0t0 > TCP *:pop3 (LISTEN) > couriertc > 2444    root   > > 3u IPv6 > > 12359     0t0 TCP > *:pop3s (LISTEN) > master  >   2574   >  > root  12u > IPv4 12683 >   >   0t0 TCP *:smtp > (LISTEN) > master    > > 2574    root  > 13u > IPv6 > 12684     0t0 TCP *:smtp > (LISTEN) > master    2574 >    root > 107u > IPv4 > 12776     > 0t0 TCP > localhost:10025 (LISTEN) > famd      2637 > >    root   > 3u IPv4 > 12936 >     0t0 TCP localhost:693 > (LISTEN) > apache2  >  2715    root  >  > 4u IPv6 > 13122     > 0t0 > TCP *:http (LISTEN) > mysqld    > 8872 >   mysql  > 10u IPv4 > 114410   > >   0t0 TCP localhost:mysql (LISTEN) > > /usr/sbin > 11507 > >  amavis   5u IPv4 > > 10248  > >    0t0 TCP localhost:10024 (LISTEN) > /usr/sbin > > 11508 >  amavis   5u IPv4 > > > 10248     0t0 TCP localhost:10024 (LISTEN) > > apache2  13124 www-data   > 4u IPv6 > > > 13122     0t0 TCP *:http (LISTEN) > apache2  > 13222 > www-data   4u IPv6 > > 13122     > 0t0 > TCP *:http (LISTEN) > apache2  13232 > www-data   > 4u IPv6 > > 13122     0t0 > TCP *:http (LISTEN) > apache2  13381 > www-data   4u IPv6 > > > 13122     0t0 > TCP *:http (LISTEN) > apache2  > 13387 www-data   4u > IPv6 > > 13122     > 0t0 TCP *:http (LISTEN) > > apache2  13419 www-data   > 4u IPv6 > 13122 >     0t0 TCP *:http (LISTEN) > apache2  13448 www-data  >  4u IPv6 > > > 13122     0t0 TCP *:http (LISTEN) > apache2  > 13449 > www-data   4u IPv6 > > 13122     > 0t0 > TCP *:http (LISTEN) > apache2  13498 > www-data   > 4u IPv6 > > 13122     0t0 > TCP *:http (LISTEN) > apache2  13504 > www-data   4u IPv6 > > > 13122     0t0 > TCP *:http (LISTEN) > smtpd    > 13519 postfix   > 6u > IPv4 > 12683     > 0t0 TCP > *:smtp (LISTEN) > smtpd    13519 postfix > >   7u IPv6 > 12684     > 0t0 TCP *:smtp (LISTEN) > > > > > > netstat > -lntp > Active Internet > connections (only > > > servers) > Proto > Recv-Q Send-Q Local > Address   > >        Foreign > > Address  > >       > > State    >   > PID/Program name > tcp     >  >  0     > 0 > 127.0.0.1:10024     > >    > > 0.0.0.0:*      > >         > LISTEN  >   >  1322/amavisd-new (m > tcp   >   >   0   >   0 > 127.0.0.1:10025   >   >    > 0.0.0.0:*      >         > > LISTEN  >  >   2574/master    > tcp  >   >    0     0 > 127.0.0.1:3306      > >    > > 0.0.0.0:*      > >         > LISTEN  >   >  8872/mysqld    > > tcp  >      > 0     0 > > 127.0.0.1:783      >     > > 0.0.0.0:*     >  >         > LISTEN >    >  1329/spamd.pid > tcp   > >     0   >   0 > 0.0.0.0:111   >    >     >   > 0.0.0.0:*   > >         >    > > LISTEN     632/rpcbind  >   > tcp    >    0    > >  0 > 127.0.0.1:693    >   >     > > 0.0.0.0:*     >          > > LISTEN >  >    2637/famd      > > tcp       > 0    >  0 > 0.0.0.0:22       > >       > > 0.0.0.0:*   >          >   > > > LISTEN     993/sshd     > >   > > tcp       0 >     0 > > 0.0.0.0:25    >   >        > > > 0.0.0.0:*      >     >    >  > LISTEN     > > 2574/master    > tcp6     >  0     0 > > > :::993   >  >           >    > :::* >       >  >           >  > LISTEN  >    2390/couriertcpd > tcp6 >      0    >  0 > :::995  >        > >         > :::*  >   >          >       > LISTEN    > >  2444/couriertcpd > tcp6   >    0 >    >  0 > :::110     >  >       >      > > :::*        >    >     >     > LISTEN  > >    2414/couriertcpd > tcp6     >  0     0 > > > :::143   >  >           >    > :::* >       >  >           >  > LISTEN  >    2360/couriertcpd > tcp6 >      0    >  0 > ::1:783  >       >  >        > > :::*  >      >       >  >      > LISTEN >    >  1329/spamd.pid > > tcp6      > > 0     0 > :::111    > >            > >   > > :::*        >          >   > > > LISTEN     632/rpcbind    > > tcp6      > 0    >  0 > :::80        >  >       >    > :::* >          >   >      >   > LISTEN   > >   2715/apache2   > > tcp6   > >    0     0 > :::22 >    >         >       > :::*    > >            > >     > LISTEN     > 993/sshd       > > tcp6  >  >    0     0 > > :::25    >        > >        > > :::*   >     >        > >      > LISTEN >     > 2574/master  >   > > ss > -ap > |grep 80 > > u_str LISTEN    0    > >  > 100  >    private/anvil > 12748 > >        >     >    >  > * 0     >  > > users:(("anvil",12933,6),("master",2574,80)) > u_dgr > > > UNCONN    0     > > 0 >           >         > > * > 12788 >          >   >     > > * 9248   > > users:(("qmgr",2580,7)) > u_str > > ESTAB   > >   0     > > 0   >     >        > >      > * > 212805    > >            > > > * 0  >     users:(("imapd",13444,5)) > u_str > ESTAB  >    0   >  >  > 0      >   >      >       > > > * > 12693   >        > >       > * > 12692  > > users:(("qmgr",2580,5),("master",2574,25)) > > >
> > when I > start with > python2 , this is what I get: > > nmap localhost > > Starting > Nmap > 6.40 ( http://nmap.org ) at 2014-06-25 14:06 CEST > > Nmap scan > report > for localhost (127.0.0.1) > Host is up
> (0.0000080s latency). > Not shown: > 987 closed > ports > PORT >     STATE SERVICE > 22/tcp   > open ssh > 25/tcp   > > open smtp > 80/tcp >   > open http > 110/tcp  open pop3 > 111/tcp  > open > > > rpcbind > 143/tcp >  open imap > 783/tcp  > > open > spamassassin > > 993/tcp  open imaps > 995/tcp  open > > pop3s > 3306/tcp open mysql > 8080/tcp open http-proxy > > 10024/tcp open unknown > 10025/tcp > open unknown > > > I > get the > same with python3, but just for a > minute......... > > > > > > > > > > Thank you for running those commands. > Are you running the python3 > server at the same time as the > python2 one? I mean, do you stop the > python2 server before > starting the other one? > > > > > > -- Rivera² -- You received this message > because you are subscribed to the Google Groups "cherrypy-users" > group. To unsubscribe from this group and stop receiving emails from > it, send an email to cherrypy-users+unsubscribe@googlegroups.com. To > post to this group, send email to cherrypy-users@googlegroups.com. > Visit this group at http://groups.google.com/group/cherrypy-users. > For more options, visit https://groups.google.com/d/optout. > > > > > _______________________ > andrés > chandÃa > > administrador de > parles.upf.edu
> psicoaching.net > mapuche koyaktu > ong mapuche koyaktu
> P No imprima innecesariamente. ¡Cuide el medio ambiente! > -- Rivera² -- You received this message because you are subscribed to the Google Groups "cherrypy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to cherrypy-users+unsubscribe@googlegroups.com. To post to this group, send email to cherrypy-users@googlegroups.com. Visit this group at
I installed cherrypy from source:
# hg clone https://bitbucket.org/cherrypy/cherrypy
# cd cherrypy
# python3 setup.py install