From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: devel@altlinux.ru Subject: Re: [devel] =?koi8-r?b?08zFxNXA3cHRINDSz8LM?= =?koi8-r?b?xc3B?= References: <20030128182543.66a3dd89.avl@l14.ru> <20030128210011.57156a47.avl@l14.ru> From: Sergey Bolshakov Date: 28 Jan 2003 20:35:50 +0200 In-Reply-To: <20030128210011.57156a47.avl@l14.ru> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: devel@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: --=-=-= Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit >>>>> "Alexey" == Alexey V Lubimov writes: > [root@server etc]# service sandd restart > Shutting BTE daemon: [ OK ] > Starting BTE daemon: [ OK ] > [root@server etc]# > [avl@avl avl]$ nmap localhost -p 65432 > The 1 scanned port on localhost.localdomain (127.0.0.1) is: closed > Это нормально? Не думаю. Предлагаю установить debug = 1 в /etc/sandman/sandd и сказать: su -s /bin/sh -c /usr/sbin/sandd -l sandman Было бы также полезно (если Вас не испугает :) приложить следующее: --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=sandman-0.5.4-verbose.patch Index: sandlib.tcl =================================================================== RCS file: /var/cvs/alt/modules/sandman/sandlib/sandlib.tcl,v retrieving revision 1.112 diff -u -r1.112 sandlib.tcl --- sandlib.tcl 2003/01/13 16:41:32 1.112 +++ sandlib.tcl 2003/01/28 18:33:19 @@ -50,7 +50,7 @@ [list init client]]]] array set log [list header {} msg stdout dbg stderr err stderr] - variable onerror errorResult + variable onerror errorInfo namespace export log parse perror popen chroot \ safepath shortpath readlink symlink fileq Index: sandrep.tcl =================================================================== RCS file: /var/cvs/alt/modules/sandman/sandlib/sandrep.tcl,v retrieving revision 1.351 diff -u -r1.351 sandrep.tcl --- sandrep.tcl 2003/01/27 17:03:14 1.351 +++ sandrep.tcl 2003/01/28 18:33:19 @@ -119,7 +119,7 @@ } # this happens before log init, so on stderr usually - if {0} { + if {1} { foreach r [lsort [keylkeys options]] { log dbg "--- $r ---" set rep [keylget options $r] --=-=-= Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit PS Видимо, дальше стоило бы в личной переписке. -- --=-=-=--