From owner-freebsd-questions@FreeBSD.ORG Tue May 16 05:49:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6055F16A42C for ; Tue, 16 May 2006 05:49:27 +0000 (UTC) (envelope-from idzuwan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B12543D7C for ; Tue, 16 May 2006 05:49:17 +0000 (GMT) (envelope-from idzuwan@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so1280646pya for ; Mon, 15 May 2006 22:49:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:from; b=JWdcABANLj76z1EV6I0uhlJXn2nx38ebToqGoNlM8uWbICkngS+3j1sfwDRfAfGSKiij4aBnuyZmvNraG2SIT7UuTPrOKUDWgeI8xEwDMYOy0d6W54JzLRNSVSfFcZ5AgKBHg6jK7FomhxRmJtC4qQGmI07n9oenod5X1bkY4ac= Received: by 10.35.82.15 with SMTP id j15mr3001011pyl; Mon, 15 May 2006 22:42:28 -0700 (PDT) Received: from ?10.10.10.121? ( [219.93.36.225]) by mx.gmail.com with ESMTP id d13sm347658pyd.2006.05.15.22.42.23; Mon, 15 May 2006 22:42:28 -0700 (PDT) Message-ID: <4469662E.50001@gmail.com> Date: Tue, 16 May 2006 13:42:06 +0800 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4468470C.800@anticogroup.com> <200605151330.10966.nvass@teledomenet.gr> <44685FCD.9040207@gmail.com> <446944E1.6010009@anticogroup.com> <44694E58.9060507@gmail.com> <44695AF0.1060207@anticogroup.com> <44695C84.40500@gmail.com> <4469626B.5010500@anticogroup.com> In-Reply-To: <4469626B.5010500@anticogroup.com> From: idzuwan@gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: oliverrojo@anticogroup.com Subject: Re: pptpd with mpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:49:28 -0000 I think it would be better to monitor mpd via syslog it can be done by doing: open /etc/syslog.conf and add: !mpd *.* /var/log/mpd.log Then, restart syslogd: # touch /var/log/mpd.log # killall -HUP syslogd open /etc/newsyslog.conf and add: # logfilename [owner:group] mode count size when flags /var/log/mpd.log 644 4 100 * J run "mpd -b" all the mpd error/status should be in /var/log/mpd.log now, do tail -f /var/log/mpd.log and try connection if there and error it should be displayed in the log >>>> >>> Ok here's the result: >>> >>> # ngctl shut ng0 >>> ngctl: shutdown: No such file or directory >>> >>> >> "ngctl shut ng0:" please take note the semicolon dont leave it :) >> _______________________________________________ >> > ok i just resolve the error but my windows client still could not > connect. It says that the Remote Computer did not Respond. >