Package: webfs
Version: 1.21-5.2+b1
Severity: normal

I suspect Filippo is correct with regards to this being related to #560238.

webfsd recently broke for me, and it took me a while to figure out why it 
wasn't responding to requests.

The way I fixed it was to add a -4 to the command line:

Index: init.d/webfs
===================================================================
--- init.d/webfs        (revision 10017)
+++ init.d/webfs        (revision 10018)

 # build command line
 ARGS="-k $pidfile -r $web_root"
+test "$web_ip4"        != ""   && ARGS="$ARGS -4"
+test "$web_ip6"        != ""   && ARGS="$ARGS -6"
 test "$web_host"       != ""   && ARGS="$ARGS -n $web_host"
 test "$web_ip"         != ""   && ARGS="$ARGS -i $web_ip"
 test "$web_port"       != ""   && ARGS="$ARGS -p $web_port"


Index: webfsd.conf
===================================================================
--- webfsd.conf (revision 10017)
+++ webfsd.conf (revision 10018)

+web_ip4=true
+
+web_ip6=
+


Without this setting, I got:
------------------
webfsd
tcp6  0  0 [::]:8000   [::]:*    LISTEN      7048/webfsd
-------------------
webfsd -6
tcp6  0  0 [::]:8000   [::]:*    LISTEN      7062/webfsd
-------------------
webfsd -4
tcp   0  0    *:8000      *:*    LISTEN      6955/webfsd
-------------------

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages webfs depends on:
ii  debconf [debconf-2.0]         1.5.28     Debian configuration management sy
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries

webfs recommends no packages.

webfs suggests no packages.

-- debconf information excluded



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to