Date: Tue, 11 Jul 2000 10:10:36 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: User Raymond <raymond@one.com.au> Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: newbie installation question on Alpha Server 1000 Message-ID: <14699.9355.110436.792570@grasshopper.cs.duke.edu> In-Reply-To: <200007111342.XAA39132@gw.one.com.au> References: <200007111342.XAA39132@gw.one.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
User Raymond writes:
> To: freebsd-alpha@FreeBSD.ORG
>
> Andrew Gallatin wrote:
> >
> > Please post the output of the SRM 'show conf' command. Please also
> > post the boot output from FreeBSD. It is helpful to use a serial
> > console to capture this output (you may also be able to scroll back in
> > a graphics console by hitting scroll-lock & using the pageup/pagedown
> > keys).
<snip>
> I'm sorry to have to say this Drew but Santiago already gave the version
> of FreeBSD in his initial message.
You might notice that I did not ask him for the version precisely
because he supplied it. I was merely restating the information that
we need in order to be able to help.
> Basically, 4.0-RELEASE isn't usable. It took me a month to get installed.
> My questions re "can't get anywhere without my init" went largely unanswered.
> After that month, I found it wouldn't run my app anyway (see Problem Report
> alpha/18808). No one seems that interested. I suggest you move the
> "alpha port" back into "under development".
Rather than being insulting, you might get better results if you
stated your problems more clearly.
As to alpha/18808, I'm afraid I don't understand the problem you're
having & cannot duplicate it. Perhaps if you were to ammend the
problem report with some sample code, somebody might be able to
address it.
Can tell me why I cannot duplicate the problem? Here's what I did:
Script started on Tue Jul 11 10:00:28 2000
tcsh 6.08.00 (Astron) 1998-10-02 (alpha-unknown-FreeBSD) options 8b,nls,dl,sm,rh,nd,color
setting up context sens completions....done
.aliases: No such file or directory.
gallatin has logged on ttyp0 from grasshopper
<DING!>vivaldi/gallatin:hacks>uname -srm
FreeBSD 4.0-RELEASE alpha
<10:00am>vivaldi/gallatin:hacks>cat unaligned.c
#include <stdio.h>
#include <stdlib.h>
static long
foo(long *i)
{
*i = 7;
printf("%ld\n", *i);
return(*i);
}
main ()
{
char hack[16];
foo(&hack[3]);
}
<10:00am>vivaldi/gallatin:hacks>make unaligned
cc -g unaligned.c -o unaligned
unaligned.c: In function `main':
unaligned.c:16: warning: passing arg 1 of `foo' from incompatible pointer type
<10:00am>vivaldi/gallatin:hacks>./unaligned
pid 27485 (unaligned): unaligned access: va=0x11ffb3bb pc=0x1200006c8 ra=0x120000744 op=stq
pid 27485 (unaligned): unaligned access: va=0x11ffb3bb pc=0x1200006d4 ra=0x120000744 op=ldq
7
pid 27485 (unaligned): unaligned access: va=0x11ffb3bb pc=0x1200006ec ra=0x1200006dc op=ldq
<10:00am>vivaldi/gallatin:hacks>uac
parent printing is on
parent fixup is on
parent sigbus is off
<10:00am>vivaldi/gallatin:hacks>uac -p
parent printing is off
parent fixup is on
parent sigbus is off
<10:00am>vivaldi/gallatin:hacks>./unaligned
7
<10:00am>vivaldi/gallatin:hacks>exit
exit
Script done on Tue Jul 11 10:01:01 2000
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14699.9355.110436.792570>
