From owner-freebsd-questions@FreeBSD.ORG Sat Apr 11 23:01:33 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE929F9D for ; Sat, 11 Apr 2015 23:01:33 +0000 (UTC) Received: from mail-qk0-x22a.google.com (mail-qk0-x22a.google.com [IPv6:2607:f8b0:400d:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CA6F21B for ; Sat, 11 Apr 2015 23:01:33 +0000 (UTC) Received: by qkx62 with SMTP id 62so99547654qkx.0 for ; Sat, 11 Apr 2015 16:01:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:disposition-notification-to:content-type:date :message-id:mime-version; bh=B4TLi5u8AYco+cZr8PqdJ1JWOVjRBMRxPhjHnXlpWOs=; b=Xus1imTX/cPrqqvnUKtRNFngcJSd/dm8yWaaVFCZv7YmbNr7HJkjC1RdFa1/0uaEsy biRziAVVxd7iclYjUj5BU3Vrkfb12CsY0W3lhE6krlR5wlmmtIk1yj/Qv6ajKoD1JR6G /JB96ffQvGMBcbu5GObXG3q5nfHU1yQa76Tbs1njEXgyAy1tUrPiImRvSvmNv5aMcGRO wxi/8i7c6BEzlGytT4pro3VAfeqFcrM05/LtY16tGQQmWAOG3rEstyMYEDUInqVY+jHn QGpkNsGJVVFecSqFbzL/YNEsbbtB6xRxJU9G0gSHU0hyEVBQEY4jOIwXlvS8DG3omxi5 9H3w== X-Received: by 10.140.202.20 with SMTP id x20mr10031911qha.101.1428793292634; Sat, 11 Apr 2015 16:01:32 -0700 (PDT) Received: from [192.168.6.123] ([179.184.51.72]) by mx.google.com with ESMTPSA id 8sm2340749qkq.35.2015.04.11.16.01.31 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 11 Apr 2015 16:01:32 -0700 (PDT) Subject: help with caja, SOLVED From: sergio de Almeida Lenzi To: freebsd-questions Date: Sat, 11 Apr 2015 20:01:29 -0300 Message-ID: <1428793289.59024.6.camel@lenzinote.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 23:01:34 -0000 After searching all around I found that the problem was in the hal daemon an custom FDI file fixes the problem create a file /usr/local/share/hal/fdi/preprobe/20thirdparty/ignore_scsi.fdi with contents: ============================================================= true ============================================================= and restart hal: service hald restart after log out and log in, the bogus scsi drives are gone..