From owner-freebsd-questions@FreeBSD.ORG Sun Mar 9 16:47:32 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0A2C3E2 for ; Sun, 9 Mar 2014 16:47:32 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E331CD4 for ; Sun, 9 Mar 2014 16:47:32 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f10so1550985yha.3 for ; Sun, 09 Mar 2014 09:47:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=raIKpPqxjX2CajKUTJfVKAfVC7vISykkRpoQ7HCQAcU=; b=V7t6S5lkhrQpzYKG+Yk2kaHwjhZY/SP+5NplXhAPMybltzV/E91VbOF0hVw882AerB omcQXq4XgnRiX73tWTfXUrH0fmDXjCWjJmM8ookj2yUDLzOuCAJIWPs21xQ1v+NPyWnZ WOOEbn7ApEMl0mywkpWE3NvY4K2Q/NG6HBof5qeP37rnoo+DxKlkt1jurP/7p8jga2U2 7A3MhZat7rkbu6so7cxybtXqMsVXf9yMYVgU0athLgxWEYWYX9XM4zkgDrPfBYTG+ejR 7zp6zmVQgnXmvCieRFRypt4x5/78hRnei6qX+PUQEPHGrDAa+9wcMbDgNVtwmEmC96qD LlAg== X-Received: by 10.236.79.134 with SMTP id i6mr12160756yhe.16.1394383651632; Sun, 09 Mar 2014 09:47:31 -0700 (PDT) Received: from [192.168.5.122] (adsl-98-87-170-216.bna.bellsouth.net. [98.87.170.216]) by mx.google.com with ESMTPSA id 44sm48534280yhp.17.2014.03.09.09.47.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Mar 2014 09:47:31 -0700 (PDT) Message-ID: <531C9B21.1050007@gmail.com> Date: Sun, 09 Mar 2014 11:47:29 -0500 From: Noel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Unlistable, Undeletable File in old-jailed clientmqueue References: <531C69C3.9030002@dracyrys.com> In-Reply-To: <531C69C3.9030002@dracyrys.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 16:47:32 -0000 In that case it sounds like fs corruption, and will probably need lower-level tools to fix. -- Noel Jones On 3/9/2014 8:16 AM, Gitsnik wrote: > Thanks Noel, I assume you mean for me to check if there are any octal > print outs in the file? There are not, and my reading of the rm man > page seems to imply that the -r feature of rm would be enough to clear > these files anyway, which it is currently unable to do. > > ls -a and ls -b provide no different output surrounding the file in > question. > > > > You may find # ls -b helpful. > > > See "man ls" and "man rm" for other possible hints. > > > > > -- Noel Jones > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"