From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 15:42:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EF04E36 for ; Tue, 22 Jul 2014 15:42:11 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 205AE2407 for ; Tue, 22 Jul 2014 15:42:10 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s6MFg7Qj072326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 22 Jul 2014 09:42:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s6MFg6N0072323; Tue, 22 Jul 2014 09:42:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 22 Jul 2014 09:42:06 -0600 (MDT) From: Warren Block To: Mario Lobo Subject: Re: About the black screen (Otherwise solved) Re: All of a sudden, problems with X In-Reply-To: Message-ID: References: <20140722024643.GA29536@munich.parts-unknown.org> <20140722051423.0cf369b9.freebsd@edvax.de> <20140722040440.GA16353@munich.parts-unknown.org> <20140722061900.008b35db.freebsd@edvax.de> <20140722060749.5487612C10D1@mail.parts-unknown.org> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 22 Jul 2014 09:42:07 -0600 (MDT) Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 15:42:11 -0000 On Tue, 22 Jul 2014, Mario Lobo wrote: > 2014-07-22 9:57 GMT-03:00 Warren Block : > > Verify that with 'svn info'--a build of stable shows in the uname. vt(4) is part of GENERIC as of r268366: > > % grep vt /usr/src/sys/amd64/conf/GENERIC > # vt is the new video console driver > device          vt > device          vt_vga > device          vtnet                   # VirtIO Ethernet device > > > > Still a no-go :( > > > # marioLAP/root [10:31:45] > [/usr/src]>svn info > Path: . > Working Copy Root Path: /usr/src > URL: https://svn0.us-east.freebsd.org/base/stable/10 > Relative URL: ^/stable/10 > Repository Root: https://svn0.us-east.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 268524 > Node Kind: directory > Schedule: normal > Last Changed Author: delphij > Last Changed Rev: 268519 > Last Changed Date: 2014-07-10 21:26:57 -0300 (Thu, 10 Jul 2014) > > # marioLAP/root [10:31:48] > [/usr/src]>grep vt /usr/src/sys/amd64/conf/GENERIC > device          vtnet           # VirtIO Ethernet device Even if you had modified GENERIC, Subversion still should have merged the changes. First, try 'svn cleanup' and an update. If it still does not have vt, move GENERIC out of the way and update again to get a clean version of the file: # mv /usr/src/sys/amd64/conf/GENERIC /usr/src/sys/amd64/conf/GENERIC.bak # svn up /usr/src From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 15:49:45 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 0D5E53C8 for ; Tue, 22 Jul 2014 15:49:45 +0000 (UTC) Received: from sbg-out.inti.gob.ar (sbg-out.inti.gov.ar [200.10.161.69]) by mx1.freebsd.org (Postfix) with ESMTP id 0737E24CB for ; Tue, 22 Jul 2014 15:49:42 +0000 (UTC) X-AuditID: c80aa145-f790a6d000000dff-54-53ce881421b7 Received: from [200.10.161.55] (jb.inti.gov.ar [200.10.161.55]) (using TLS with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by sbg-out.inti.gob.ar (SMTP_INTI) with SMTP id 57.E5.03583.4188EC35; Tue, 22 Jul 2014 12:49:40 -0300 (ART) Message-ID: <53CE8812.8050409@inti.gob.ar> Date: Tue, 22 Jul 2014 12:49:38 -0300 From: Juan Bernhard User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Migrating users from Linux References: <20140722160329.24aff9e6@mordeus> <53CE75BE.30407@inti.gob.ar> <20140722163740.157c7156@gumby.homeunix.com> In-Reply-To: <20140722163740.157c7156@gumby.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupjluLIzCtJLcpLzFFi42I5wbXQXFek41ywwcM9khYvv25icWD0mPFp PksAYxSXTUpqTmZZapG+XQJXxsyJV9kLdnFV7Fh9m72BcT5HFyMnh4SAiUTbzoXMELaYxIV7 69m6GLk4hAS6mCQ+bHvJ0sXIwcEroCXxfq0mSA2LgKrE0St72EBsNgE1ia9nTrGC2KICURIX 5vcwgti8AoISJ2c+YQGxRQQUJc6caQSrERZQl2hfuowNZKSQQLlEZ0MuSJhTwFJi69GPYCXM AjoS7/oeMEPY8hLNW2czT2Dkm4Vk6iwkZbOQlC1gZF7FKFyclK6bX1qiBwyhTL30/CS9xKJN jJBQct3BuHed+iFGAQ5GJR7eDZfPBguxJpYVV+YeYpTgYFYS4Y1uPRcsxJuSWFmVWpQfX1Sa k1p8iFGag0VJnDdY+kiwkEB6YklqdmpqQWoRTJaJg1OqgZHrpfKTO/pOTM4h7x/m/Tacf28O C8vyTu5dFlPUHzsYbvgvWfkjV0LsfqSNWt6iuuyTzm782hfM7BWbN6755Gdx+uTfi0vXGhnZ qZx8YPJkx0vBkPl602o2ud2Y2jttYt/mKY5aEw1FP5rd26PBeP3wDCOnuT/n/cn4+/nhLN51 l9N3682vNgpQYinOSDTUYi4qTgQA+9W0DiECAAA= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 15:49:45 -0000 El 22/07/2014 12:37 p.m., RW escribió: > On Tue, 22 Jul 2014 11:31:26 -0300 > Juan Bernhard wrote: > >> >> El 22/07/2014 11:03 a.m., Luciano Mannucci escribió: >>> >>> Still in the process of migrating all my Linux servers to FreeBSD, >>> I'm now trying to move out a couple of thousands users created in a >>> twenty years timespan from a linux server. >>> Of course I need to keep uid and gid, though the juicy part is... >>> the passwords! I have them only in encrypted form and in different >>> algorythms (DES, Blowfish, ...) and the happily coexist. Con they >>> be used as they are in Freebsd? >>> >>> Thanks a lot again, >>> >>> luciano. >>> >> >> I think that if you respect the fields order and values for >> master.password, the hash will work fine. >> See "man 5 master.password", and if you need to add another algorithm >> see "man 3 crytp" to understand in witch algorithm you have hashed the >> old passwords (for example, if the hash begins with $1$ is in MD5) > > I very much doubt that. FreeBSDs MD5 is a complicated iterative hash > not just MD5. Even where Linux uses the same algorithm for a hash, > there's no standard for the number of interations. It work for centos 6.3 to freebsd 8.3 with MD5 hased passdorwd ($1$hash). I already did it and its in a production for one year