From owner-freebsd-alpha Sun Jun 30 14:29:26 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DCB37B405 for ; Sun, 30 Jun 2002 14:29:23 -0700 (PDT) Received: from mail48.fg.online.no (mail48-s.fg.online.no [148.122.161.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5232343E13 for ; Sun, 30 Jun 2002 14:29:22 -0700 (PDT) (envelope-from cobb139@online.no) Received: from epostleser.online.no (epostleser14.frisurf.no [148.122.3.22]) by mail48.fg.online.no (8.9.3/8.9.3) with ESMTP id XAA17275 for ; Sun, 30 Jun 2002 23:29:21 +0200 (MET DST) X-WebMail-UserID: cobb139@online.no Date: Sun, 30 Jun 2002 23:29:21 +0200 From: cobb139 To: freebsd-alpha@FreeBSD.org X-EXP32-SerialNo: 50000140 Subject: Problems with the alpha distribution Message-ID: <3D1FFF6A@epostleser.online.no> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: InterChange (Hydra) SMTP v3.62 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Some days ago I brushed the dust of the Alphastation 200 standing in the basement running slackware 8 alpha. Since slackware was quite unstable I thought of switching to freebsd, and I did (4.6-RELEASE). This is a whole new world to me, quite nicer than the linux systems I've tried. I actually learn a whole lot :-). I've encountered some things I haven't found answers for yet, and I wonder if you've got any suggestions: 1.> I made a new kernel with netsmb and netsmbcrypto (+ libmchain and libiconv which are required for smb). When I installed FreeBSD I chose custom install and installed the User distribution (binaries and docs(nice)). My problem is that mount_smbfs hasn't been installed, and I "really" need those MP3s on a windows computer on my local network. Do you know where mount_smbfs resides on my CD-ROM (I tried to compile the source, but the Makefile complained I didn't have a 32-bit Intel processor)? 2.> My soundcard seems to work nice, but when I'm playing an MP3 with mpg123 it pauses perhaps 30 seconds with occasional noise (sounds like an LP-player which has reached the end of the LP :-)). My soundcard is based on a CS4231A chip (built-in alphastation card). I inserted the port, irq and io parameters into my kernel configuration file after looking in INSTALL.TXT(?) on disc 1. 3.> When adding new users they are added with a DES hash in /etc/master.passwd, but I really want MD5 or Blowfish. Root was added with MD5 though. /etc/auth.conf has crypt_default = md5 des and I added blf. Now, /etc/login.conf's got md5 as default, but still new users are added with DES. Hrmf. So I changed crypt_default in /etc/auth.conf to md5, and new users were added with a md5 hash (and of course I cap_mkdb'd /etc/auth.conf), wohoo! It worked, but now users with DES hashes couldn't log in :-(. I spoke to someone on IRC and he said crypt_default = md5 allowed both md5 and des users to log in. 4.> dhclient de0 managed to crash my system. Disks could not be synced, wham! I'll try to get some more details later. Sorry for the hassle, but perhaps some of these could be bugs? (*hides in a dark corner*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message