Problems with Backhand on Compaq DS10L (alpha) w/ Redhat 7.2

Leonardo Herrera <[email protected]> Thu, 03 Jul 2003 11:43:47 -0400
Newsgroups gmane.comp.apache.mod-backhand.general
Message-ID <[email protected]>
(I'm not sure if this message was sent, so I'm sending it again. Sorry 
for any inconvenience)

Hi. I'm trying to use Backhand on a Compaq DS10L (alpha) running Redhat
7.2. I have already a setup working, thanks to the help of Theo; but
now, when I try to add another machine (mentioned above) it shows its
values corrupted. A wild guess: Are you mapping a stream of bytes
directly to a structure? If so, I wrote a little program that prints the
sizeof's of the different types present in serverstat. Here's the output

Alpha:
[root@bateria17 leus]# cat /proc/cpuinfo |grep platform
platform string         : AlphaServer DS10L 617 MHz
[root@bateria17 leus]# ./a.out
serverstat: 112
time_t: 8
sockaddr_in: 16
int: 4

Intel:
leus@desarrollo:~/test> cat /proc/cpuinfo |grep "model name"
model name      : AMD Duron(tm) processor
leus@desarrollo:~/test> ./a.out
serverstat: 104
time_t: 4
sockaddr_in: 16
int: 4


Regards,
-- 
Leonardo Herrera
mailto:[email protected]