Your message dated Mon, 5 May 2008 12:56:05 +0100
with message-id <[EMAIL PROTECTED]>
and subject line linneighborhood has been removed from Debian, closing #238554
has caused the Debian Bug report #238554,
regarding linneighborhood: nmblookup command-line syntax wrong
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 [EMAIL PROTECTED]
immediately.)
--
238554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=238554
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linneighborhood
Version: 0.6.5-3
Severity: important
Tags: patch
Perhaps the command-line syntax for nmblookup has changed in samba3.
Whatever the reason, linneighborhood doesn't work on my system without
this patch.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (90, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
Versions of packages linneighborhood depends on:
ii gettext-base 0.14.1-1 GNU Internationalization utilities
ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets fo
ii smbclient 3.0.2a-1 a LanManager-like simple client fo
ii smbfs 3.0.2a-1 mount and umount commands for the
ii xlibs 4.2.1-12.1 X Window System client libraries
-- no debconf information
diff -ur linneighborhood-0.6.5/src/smbbrowse.c
linneighborhood-0.6.5.new/src/smbbrowse.c
--- linneighborhood-0.6.5/src/smbbrowse.c 2002-06-09 01:58:43.000000000
-0600
+++ linneighborhood-0.6.5.new/src/smbbrowse.c 2004-03-16 11:25:57.000000000
-0700
@@ -829,6 +829,12 @@
dup2(browsedat->fd[1],STDOUT_FILENO);
cArg[argcount++] = "nmblookup";
+ cArg[argcount++] = "-S";
+ cArg[argcount++] = "-d1";
+ for ( loop = 0; loop < add_argcount; loop++ )
+ {
+ cArg[argcount++] = cAddArg[loop];
+ }
if ( *wins_name )
{
cArg[argcount++] = "-U";
@@ -839,14 +845,9 @@
else
{
cArg[argcount++] = "-M";
+ cArg[argcount++] = "--";
cArg[argcount++] = group_name;
}
- cArg[argcount++] = "-S";
- cArg[argcount++] = "-d1";
- for ( loop = 0; loop < add_argcount; loop++ )
- {
- cArg[argcount++] = cAddArg[loop];
- }
cArg[argcount++] = NULL;
execvp(pref_get_nmblookup_exe(), cArg);
--- End Message ---
--- Begin Message ---
Version: 0.6.5-4+rm
The linneighborhood package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/466489 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---