-- 
                                                              ...   __o
                                                           ....   _-\<,
                                                            .... (_)/(_)
+----------------------------------------------------------------------+
| Thomas Eisele                 Email: eisele_at_pfa.research.philips.com |
| Philips Research Labs Aachen (Germany)        Tel.: +49(241)6003-565 |
| Weisshausstrasse 2, D-52066 Aachen            Fax.: +49(241)6003-518 |
+----------------------------------------------------------------------+
***************************************************************************
As the error is fomr the UBC I would have expected the error to mean 
that it is having problems accessing a disk. Probably one of the swap 
areas.
but that's just a guess.
Bruce Whittaker
ANSTO  - Physics Division
email: bruce.whittaker_at_ansto.gov.au
Phone - +61 (02) 9717 3662
Fax      - +61 (02) 9717 3257
and now for the standard thing,,,,
DISCLAIMER: The views expressed in this E-mail message do not =
necessarily
represent the official views of ANSTO from which this message was =
conveyed.
*******************************************************************
Claudia Burg <cac_at_lambda.la.asu.edu> writes:
> 	UBC write error(28) on device(0,0) at block 16 size 8192
> 	UBC write error(28) on device(0,0) at block 32 size 8192
> 	UBC write error(28) on device(0,0) at block 48 size 8192
dsr_lns100> grep 28 /usr/include/errno.h 
#define ENOSPC		28		/* No space left on device */
error 28 is no space on device, UBC is the file system unified buffer
cache, and device(0,0) is what it unfortunately reports for all NFS
mounted file systems.  So something on your system is trying to write
to a full NFS mounted file systems--'df' ought to identify the file
system, but you may need something like lsof to find the process
responsible.
-- 
Dan Riley                                         dsr_at_mail.lns.cornell.edu
Wilson Lab, Cornell University       HEPNET/SPAN: lns598::dsr (44630::dsr)
http://www.lns.cornell.edu/~dsr/ "Distance means nothing/To me" -Kate Bush
**************************************************************************
Claudia,
On Fri, 17 Jan 1997, Claudia Burg wrote:
> i am getting the following error scrolling continuously 
> in my dxconsole:
> 
> 	UBC write error(28) on device(0,0) at block 16 size 8192
> 	UBC write error(28) on device(0,0) at block 32 size 8192
> 	UBC write error(28) on device(0,0) at block 48 size 8192
UCB is the "unified buffer cache" which caches write data in memory
for writing to disk at a later time. The above message seems to
indicate that this disk write failed.
I think you just have some bad blocks on your harddisk. You could
use SCU to fix them. I have not tried this yet myself so I cannot
give you detailed instructions how to do it. Check the "media scan"
comman in SCU. Beware that some of the commands are destructive,
though. Additionally if this is youe system disk, you would have to boot
from the CD to access it with SCU, I think.
I think the error is totally unrelated to your graphics card or
console device.
Hope this helps a bit -- Tom
--------------------------------------------------------------------------
T o m   L e i t n e r                       Dept. of Communications
                                            Graz University of Technology, 
e-mail    : tom_at_finwds01.tu-graz.ac.at      Inffeldgasse 12
Phone     : +43-316-873-7455                A-8010 Graz / Austria / Europe
Fax       : +43-316-463-697
Home page : http://wiis.tu-graz.ac.at/people/tom.html
PGP public key on : ftp://wiis.tu-graz.ac.at/pgp-keys/tom.asc or send 
mail with subject "get Thomas Leitner" to pgp-public-keys_at_keys.pgp.net
--------------------------------------------------------------------------
*************************************************************************
	This was a misfeature added in V3.2something.  All the
	write errors out of the buffer cache were logged in the
	form shown.  When the file system is NFS mounted, it
	uses the device number 0,0.  The errno value associated
	with the error is the 28, which is ENOSPC (no space).
	While write errors from the are significant, NFS write
	errors are pretty common, and this logged all the NFS
	write errors.  You can see the other errno values in the
	include file /usr/include/errno.h.
Received on Mon Jan 20 1997 - 19:14:09 NZDT
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT