Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 1997 17:17:07 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
To:        wouter.de.boer@pobox.com (Wouter de Boer)
Cc:        freebsd-questions@FreeBSD.ORG, jkh@time.cdrom.com
Subject:   Re: 2.2.1 Installation -> problems
Message-ID:  <199705051517.RAA20766@helbig.informatik.ba-stuttgart.de>
In-Reply-To: <336DD333.41C67EA6@pobox.com> from Wouter de Boer at "May 5, 97 12:31:47 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello,
> 
> When my harddisk with FreeBSD 2.1.7 crashed, I need to install FreeBSD
> again. I received on the same day the FreeBSD 2.2.1 CD ROM. 

Good old disk waiting for FreeBSD 2.2.1 :-)

> 
> So I installed this version. However, there where some problems.
> 
> - Compiling a custom kernel. When I compiled the kernel again and try to
> start xdm, and error occurs with no SYSVSHM support. I never had this
> problem before, when I compiled kernels for version 2.1.7. I fixed this
> problem by adding this three options to the kernel. Why are these
> options removed from the GENERIC kernel file ??

A GENERIC kernel with SYSVHSM support would not fit on the installation
disk any more.

> - When I add suppport for my SoundBlaster I see a warning about line 194
> of sound\soundcard.c something about 'adintr'. Why ??

Don't know.

> - I don't see the device audio0 and the link audio in my device
> directory. So I added this two to my device. Onew with the commadn mknod
> and one with ln. I add the package nas to my computer and try to start
> au. But I see the error:
> 
> Fatal server error:
> could not create audio connection block info

This can have many causes:
Does the driver probe the sound card correctly during booting?
You might want to do
	dmesg
to check this after booting.

Are the major and minor of the device file set correctly?
Are the permissions of the /dev/audio and /dev/audio0 set correctly?

Did you check another package that uses the sounddriver to narrow in the
possibilities?

> 
> I never saw this error when I did the same using version 2.1.7. Do I
> something wrong ?? Missing something ??
> 
> - xload won't work as normal user. Happy for me I asked this earlier and
> I fixed the problem, but why is this still unsolved ??
> 

xload is maintained by the XFree86 Project or by the follow on of the
X Consortium, not by the FreeBSD project.

> - when I try to run the command 'man cp' for example I see this error:
> 
> Formatting page, please wait...Done.
> less: not found
> Error executing formatting or display command.
> system command exited with status 256

Your PAGER environment variable is set to less. You'll have to
install this package or change the PAGER environment variable in
.profile to `more'.

> never saw this error in version 2.1.7.
> 
> - What is the standard directory for apache ?? Version 2.1.7 used the
> apache directory /usr/local/www/server/conf. But in version 2.1.7 this
> directory isn't used. The directory is now /usr/local/etc/apache/. Why
> ?? Which is the standard direcory for apache ??

Standards are changing, but I really don't know why this change is
made -- possibly because all non system configuration files should
go into /usr/local/etc or a subdir thereof.

> - Maybe a stupid question. When I run moused, my mouse under X windows
> won't work why ??

Because moused is eating all input from /dev/mouse leaving a hungry
X, I guess.

> Can anybody help me to solve this problems or give an answer to explain
> something ??
> 
> thanks,

You are most welcome.

Wolfgang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705051517.RAA20766>