Re: samba-3.0.0-2
"Ingo T. Storm" <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Message-ID | <009901c38ea5$ee4b5bd0$022ca8c0@OPTIMUS> |
> I did my build on an Ultra 2 using the sparc32 method and it gives the
> same errors.
I built with "sparc32 rpm --rebuild" on a Blade 100. Tool chain is stock
Aurora. It really seems to be a samba bug, not build related.
When I run
smbclient -L <ip address of samba machine> -U XXX/YYY
strace is telling me this
open("/etc/localtime", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x70022000
read(6, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10"..., 8192) =
837
close(6) = 0
munmap(0x70022000, 8192) = 0
--- SIGBUS (Bus error) ---
+++ killed by SIGBUS +++
If I give it an ip address of an NT4 or a W2K server, I get
open("/etc/localtime", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x70024000
read(6, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10"..., 8192) =
837
close(6) = 0
munmap(0x70024000, 8192)
i.e. "0x70022000" vs. "0x70024000".
But I am afraid I don't have a clue what the conclusion is...
Ingo
_______________________________________________
Aurora-sparc-devel mailing list
[email protected]
http://lists.auroralinux.org/mailman/listinfo/aurora-sparc-devel
Aurora FAQ: http://www.ecs.soton.ac.uk/~mas01r/aurorafaq.html