Package: schoolbell Version: 1.0-1 Severity: normal Hi,
after an upgrade to version 1.0-1, I lost the RESTive interface. The webinterface is working fine (using default port 7180), just no-one is listening on port 7101. I tried on another machine with a fresh install, same result. Find attached the output of netstat and my config file. Cheers, Til -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages schoolbell depends on: ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy ii libschoolbell 1.0-1 web server for co-ordinating sched ii openssl 0.9.7e-3 Secure Socket Layer (SSL) binary a ii python2.3 2.3.5-3 An interactive high-level object-o ii ssl-cert 1.0-11 Simple debconf wrapper for openssl -- debconf information: schoolbell/auto_upgrade_db: true schoolbell/purge_db: true schoolbell/listen_ssl: schoolbell/cert-type: Create self-signed certificate schoolbell/incompatible_database: true schoolbell/import-cert: / * schoolbell/listen: 7101 schoolbell/web_ssl: schoolbell/no_compat_libs: ignore and continue schoolbell/create-cert: false schoolbell/db_upgrade_error: * schoolbell/web: 7180
# The default Debian SchoolBell server configuration file # Look at /usr/share/doc/schoolbell/examples/schoolbell.conf.in # for a detailed example with comments. ## You can easily change the following settings using dpkg-reconfigure ## But editing them here is safe # TCP port for the RESTive HTTP interface to listen on # marker for listen settings - Please don't change or delete this line. listen 7101 # TCP port for the web HTTP interface to listen on # marker for web settings - Please don't change or delete this line. web 7180 # TCP port for the RESTive HTTPS interface to listen on # marker for listen_ssl settings - Please don't change or delete this line. # TCP port for the web HTTPS interface to listen on # marker for web_ssl settings - Please don't change or delete this line. # Location of SSL certificate # running `DEBIAN_PRIORITY=low dpkg-reconfigure schoolbell` will let you re-generate # or import a certificate (The location will be overwritten though) # marker for ssl_certificate settings - Please don't change or delete this line. ## The following settings can only be changed by editing this file # Where should the server store all data? # Select one storage to use by uncommenting lines in the <zodb> section # below. <zodb> ## Uncomment the following three lines to use on-disk storage. You must ## specify the full path to the storage file. The file will be created ## automatically if it does not exist, but you must make sure that the ## directory exists and that the user running the server has the ## permissions required to write to it. ## <filestorage> path /var/lib/schoolbell/Data.fs </filestorage> ## Uncomment the following line to use nonpersisten in-memory storage. ## Note that if you use this, all the data will be lost when the server ## is stopped! ## # <mappingstorage/> </zodb> # Do not change the location of the pidfile, or /etc/init.d/schoolbell # will stop working. pid-file /var/run/schoolbell/schoolbell.pid # Default location of the log file error-log-file /var/log/schoolbell/error.log rest-access-log-file /var/log/schoolbell/rest-access.log web-access-log-file /var/log/schoolbell/web-access.log
mother:~# netstat -ape | grep schoolbell tcp 0 0 *:7180 *:* LISTEN schoolbell 40341 2781/python2.3