From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 17:25:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8061065673 for ; Wed, 24 Dec 2008 17:25:18 +0000 (UTC) (envelope-from royer.franck@gmail.com) Received: from mail-bw0-f19.google.com (mail-bw0-f19.google.com [209.85.218.19]) by mx1.freebsd.org (Postfix) with ESMTP id 75ADF8FC1A for ; Wed, 24 Dec 2008 17:25:18 +0000 (UTC) (envelope-from royer.franck@gmail.com) Received: by bwz12 with SMTP id 12so8871294bwz.19 for ; Wed, 24 Dec 2008 09:25:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:content-type:content-transfer-encoding:from; bh=wy+mSpBDCBrr7LKhlN7FDCA2LyIVXEDeMbLYxXB/z20=; b=K3wXhzO0Waj+SDeS3L0pmSc6FaHIyrzV+rG3IkCIkGJR/D0imCKgCw5Svupq6Ci9Ab FZ6sMzitbc+lw2Dmvcvjvx1HrWQDKmX2ATjey7DbfPRykSbMqIiRmVh7RiYLMIWp3CaN qxUZuyDnUppRHXsD10iivx+jrol6hbJfz5+ME= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:content-type :content-transfer-encoding:from; b=fe1VIwd6VzHfqljnl3yw6Ea2g2u0lhQSPvzguHVTqWJ1P6WSZOgMX06dGl6HILArmJ pGsX7yD2QatWokJohzTVnuptMpOZiHSffbi0RShpDIj4EjKgHz/DCeX5NNONSxGOJJUn Bayk2zSRwGDyOzwneef5enARy/nA7cVbN7wzs= Received: by 10.103.93.18 with SMTP id v18mr3223706mul.111.1230139517071; Wed, 24 Dec 2008 09:25:17 -0800 (PST) Received: from ?192.168.0.3? (bx.dantesk.net [82.66.28.193]) by mx.google.com with ESMTPS id 12sm15759487muq.54.2008.12.24.09.25.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Dec 2008 09:25:16 -0800 (PST) Message-ID: <4952707A.7070609@free.fr> Date: Wed, 24 Dec 2008 18:25:14 +0100 User-Agent: Thunderbird 2.0.0.18 (X11/20081127) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Franck Royer Subject: empty root password 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: Wed, 24 Dec 2008 17:25:19 -0000 Hi, It's not a "how can I recover my root password" but something more weird. I copied my root filesystem from a partition to another with rsync -Pia. But since that moment, I don't need any password to log myself as root or to do a "su" from a user who is in the wheel group. I did some passwd on root, but that changes nothing. And my normal user password wasn't affected. What can I do ? Thank you Franck