From owner-freebsd-current@FreeBSD.ORG Sat Dec 20 11:56:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB8B16A4CE for ; Sat, 20 Dec 2003 11:56:43 -0800 (PST) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D07243D1F for ; Sat, 20 Dec 2003 11:56:41 -0800 (PST) (envelope-from timon@memphis.mephi.ru) Received: from memphis.mephi.ru (timon@localhost [127.0.0.1]) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id hBKFOwPo016109 for ; Sat, 20 Dec 2003 18:24:59 +0300 (MSK) (envelope-from timon@memphis.mephi.ru) Received: (from timon@localhost) by memphis.mephi.ru (8.12.6p2/8.12.6/Submit) id hBKFOvkd015938 for freebsd-current@freebsd.org; Sat, 20 Dec 2003 18:24:57 +0300 (MSK) Date: Sat, 20 Dec 2003 18:24:56 +0300 From: "Artem 'Zazoobr' Ignatiev" To: freebsd-current@freebsd.org Message-ID: <20031220152456.GA26730@memphis.mephi.ru> Mail-Followup-To: Artem 'Zazoobr' Ignatiev , freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: 5.2-RC1 impresiions X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 19:56:43 -0000 Hi,... My old hdd just went down, so I had to reinstall freebsd completely from the scratch second time for a three years on my home box, via ftp. Impression one: dynamic root. I've got a habbit of doing 'cd /etc; for i in syslog.conf rc.conf ttys; do ed $i; done' in fixit console during the install process once /bin had been settled down. Whoops - with dynamic root one must wait for /lib to come up Impression two: pkg_add. It is in base system. Trying to bring system to multiuser run-level ASAP, i've choosed to install only bin and catman distros. Trying to do 'pkg_add -r bash' resulted in ld-elf trapping without libssl.so.3 (ha, ldd tells me that it requires also libcrypto). So I must say, installing only bin distributions leads to inconsistent system. pkg_add(1) either must be compiled without cryptostuff (if possible), or there must be some other solution. Impression three (Implied from impression two): 'Do you want to visit main menu...'? Of course, I do. I need sshd and ssh, and working pkg_add. So I go to distributions, select the crypto distribution, go to top level - and sysinstall runs from the very beginning. Hey, I've downloaded bin distribution, and catman, and I don't want to download them once more (and pay for them twice, in particular). Just thinking, whether it worth filling a PR...