Your message dated Fri, 19 Jan 2007 12:40:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#373648: new boinc ports
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: nmap
Version: 4.10-1
Severity: wishlist
Tags: patch
>From boinc documentation:
- Apparently, even though the port number 1043 is assigned to BOINC
(see http://www.iana.org/assignments/port-numbers)
Microsoft IIS binds to it on some systems.
So...
core client: if can't bind to 1043, bind to 31416
BOINC mgr: if can't connect to 31416, connect to 1043
If something is bound to 31416 we're screwed.
Thanks a lot, Microsoft!
Patch for nmap:
--- nmap-4.03/nmap-services~ 2006-04-23 01:03:01.000000000 +0200
+++ nmap-4.03/nmap-services 2006-06-14 21:28:26.113282800 +0200
@@ -1157,7 +1157,7 @@
netinfo 1033/tcp # Netinfo is apparently on many OS X boxes.
activesync-notify 1034/udp # Windows Mobile device ActiveSync Notifications
netsaint 1040/tcp # Netsaint status daemon
-boinc-client 1043/tcp # BOINC Client Control
+boinc-client 1043/tcp # BOINC Client Control or Microsoft IIS
boinc-client 1043/udp # BOINC Client Control
java-or-OTGfileshare 1050/tcp # J2EE nameserver, also OTG, also called
Disk/Application extender. Could also be MiniCommand backdoor OTGlicenseserv
nim 1058/tcp #
@@ -2203,6 +2203,7 @@
Trinoo_Register 31335/udp # Trinoo distributed attack tool Bcast Daemon
registration port
BackOrifice 31337/udp # cDc Back Orifice remote admin tool
Elite 31337/tcp # Sometimes interesting stuff can be found here
+boinc-client 31416/tcp # BOINC Client Control
omad 32768/udp # OpenMosix Autodiscovery Daemon
sometimes-rpc3 32770/tcp # Sometimes an RPC port on my Solaris box
sometimes-rpc4 32770/udp # Sometimes an RPC port on my Solaris box
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-12-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Versions of packages nmap depends on:
ii libc6 2.3.6-13 GNU C Library: Shared libraries
ii libgcc1 1:4.1.0-4 GCC support library
ii libpcre3 6.4-2 Perl 5 Compatible Regular Expressi
ii libssl0.9.8 0.9.8b-2 SSL shared libraries
ii libstdc++6 4.1.0-4 The GNU Standard C++ Library v3
nmap recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, Jun 14, 2006 at 09:29:29PM +0200, Robert Millan wrote:
> Package: nmap
> Version: 4.10-1
> Severity: wishlist
> Tags: patch
>
Fixed in 4.11-1
--- End Message ---