From owner-freebsd-questions@FreeBSD.ORG Sun Jul 18 21:38:45 2004 Return-Path: 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 3E06216A4CE for ; Sun, 18 Jul 2004 21:38:45 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy04.prodigy.net.mx [148.235.52.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72C643D2F for ; Sun, 18 Jul 2004 21:38:44 +0000 (GMT) (envelope-from renito73@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy04 [148.235.52.24]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1200IYZHGG9E@smtp.prodigy.net.mx>; Sun, 18 Jul 2004 16:38:40 -0500 (CDT) Received: from dup-200-64-114-86.prodigy.net.mx (du-200-64-114-86.prodigy.net.mx [200.64.114.86])(built Sep 8 2003)) with ESMTP id <0I1200C6DHGE8U@smtp.prodigy.net.mx>; Sun, 18 Jul 2004 16:38:40 -0500 (CDT) Date: Sun, 18 Jul 2004 16:45:15 -0500 From: Miguel Cardenas To: freebsd-questions@freebsd.org Message-id: <200407181645.15150.renito73@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.5.4 X-imss-version: 2.5 X-imss-result: Passed X-imss-scores: Clean:46.69223 C:22 M:2 S:5 R:5 X-imss-settings: Baseline:3 C:2 M:2 S:2 R:2 (0.5000 1.0000) Subject: tar: /dev/sa0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: renito73@prodigy.net.mx List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 21:38:45 -0000 Hello list! Am installing amsn (a msn clone) and it installs and runs fine, but when dowloading a TLS module, after decompresing the module for FreeBSD gives this message: Error installing TLS module: tar: /dev/sa0 Cannot open. No such file or directory tar: error is not recoverable: exiting now. What is /dev/sa0 ? I downloaded the platform independent version. It starts and runs, but is not able to decompress the TLS module 'cos that error... what is that? Thanks!