Your message dated Thu, 9 Jul 2009 10:34:08 +0200
with message-id <20090709083408.ga24...@celtic.nixsys.be>
and subject line Re: Bug#536290: nbd-server: Unknown error reading config file
has caused the Debian Bug report #536290,
regarding nbd-server: Unknown error reading config file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
536290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nbd-server
Version: 1:2.9.11-3
Severity: grave
Justification: renders package unusable
Running nbd-server results in an error that a configuration file cannot
be parsed or found:
$ nbd-server 1234 /some/file
** (process:9399): WARNING **: Could not parse config file: Could not open
config file.
$ nbd-server 1234 /some/file -C /usr/share/nbd-server/nbd-server.conf.tmpl
** (process:9401): WARNING **: Could not parse config file: Unknown error
$ nbd-server 1234 /some/file -C /non-existent
** (process:9403): WARNING **: Could not parse config file: Could not open
config file.
So neither the template config file works, nor a non-existent file as
specified in the man-page.
Best regards,
Jaap Eldering
-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages nbd-server depends on:
ii adduser 3.110 add and remove users and groups
ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libglib2.0-0 2.16.6-2 The GLib library of C routines
ii ucf 3.0016 Update Configuration File: preserv
nbd-server recommends no packages.
nbd-server suggests no packages.
-- debconf information:
nbd-server/convert: true
nbd-server/filename:
nbd-server/port:
* nbd-server/number: 0
nbd-server/autogen:
--- End Message ---
--- Begin Message ---
On Wed, Jul 08, 2009 at 11:00:42PM +0200, Jaap Eldering wrote:
> Package: nbd-server
> Version: 1:2.9.11-3
> Severity: grave
> Justification: renders package unusable
No it doesn't.
> Running nbd-server results in an error that a configuration file cannot
> be parsed or found:
>
> $ nbd-server 1234 /some/file
>
> ** (process:9399): WARNING **: Could not parse config file: Could not open
> config file.
It's a *warning*, not an error. nbd-server will happily continue with
the command-line specified configuration if it can't parse the config
file, but will give you a warning message that the config file could not
be read.
Since you specified a port and a filename, nbd-server should be running
and waiting for a client to connect at this point.
> $ nbd-server 1234 /some/file -C /usr/share/nbd-server/nbd-server.conf.tmpl
>
> ** (process:9401): WARNING **: Could not parse config file: Unknown error
That is an incomplete template file to be used by the debconf
configuration scripts. By itself, it indeed is an invalid configuration
file.
--
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
http://www.schneier.com/blog/archives/2009/01/biometrics.html
--- End Message ---