Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 1995 09:19:47 +0200 (MET DST)
From:      Thomas Graichen <graichen@omega.physik.fu-berlin.de>
To:        bugs@freebsd.org
Subject:   some more ... (small) bugs & problems in 2.0.5
Message-ID:  <199507120719.JAA01888@julia.physik.fu-berlin.de>

next in thread | raw e-mail | index | archive | help
hello again

two more things i've found out that should change before 2.1:

* i think kzip.o should be chmod'ed without a+x

  graichen@titania:~> ls -l /usr/lib/kzip.o 
  -r-xr-xr-x   1 bin      bin         13481 Jun 10 11:59 /usr/lib/kzip.o*

it should be

  -r--r--r--   1 bin      bin         13481 Jun 10 11:59 /usr/lib/kzip.o

* is iBCS2 workning under 2.0.5 ? - i tried to run the wp-demo and had no
success - i compiled the kernel with COMPAT_IBCS2 and loaded the modules via
sysconfig (rc.i386, ibcs2) - but it always says

  /dev/spx: no such device

or that it can not open /dev/socksys (they are made via MAKEDEV + the /dev/X0R
link to /dev/null) - then i tried

  cat /dev/spx or cat /dev/socksys or cat > /dev/spx or cat > /dev/socksys

but i always got: device not configured - any ideas ? - is iBCS2 really
working under 2.0.5 with the modules ?

t



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