Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2001 18:25:37 +0100 (CET)
From:      Martin Blapp <mb@imp.ch>
To:        Marcel Moolenaar <marcel@cup.hp.com>, Hellmuth Michaelis <hm@hcs.de>, eivind@FreeBSD.org
Cc:        freebsd-emulation@FreeBSD.org
Subject:   Staroffice Network Problem (still unsolved)
Message-ID:  <Pine.BSF.4.21.0101201812500.5360-100000@levais.imp.ch>

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

Hi all,

I'm still trying to get a clue about the Staroffice 5.2 network
problem. (All connect()s to localhost work, all connect()s to
a different network adress is not working.

If SO52 connects to localhost, it's using linux_send(), linux_recv(),
else it's using linux_send(), linux_recvfrom() which seems to be different
in linux ... strange thing ...

This is debugging code from the linux ABI:

Staroffice connecting to localhost
----------------------------------

Jan 20 18:00:40 fuchur /kernel: LINUX: linux_socket() protocol(0), type(1), domain(2)
Jan 20 18:00:40 fuchur /kernel: LINUX: linux_connect() s(34), name(140162896), namelen(16)
Jan 20 18:00:40 fuchur /kernel: LINUX: linux_send() s(34), buf(140146488), len(270), flags(0)
Jan 20 18:00:40 fuchur /kernel: LINUX: linux_recv() s(34), buf(140146488), len(16384), flags(0)

Staroffice connecting to a outside adress
-----------------------------------------

Jan 20 18:02:00 fuchur /kernel: LINUX: linux_socket() protocol(0), type(1), domain(1)
Jan 20 18:02:00 fuchur /kernel: LINUX: linux_connect() s(34), name(-1126172072), namelen(110)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_socket() protocol(0), type(2), domain(2)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_connect() s(34), name(717489552), namelen(16)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_send() s(34), buf(-1126176048), len(30), flags(0)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_recvfrom() s(34), buf(-1126172824), len(1024), flags(0), from(-1126176612),
fromlenaddr(-1126176636)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_socket() protocol(0), type(1), domain(2)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_connect() s(34), name(138450144), namelen(16)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_connect() s(34), name(140749176), namelen(16)
Jan 20 18:02:01 fuchur /kernel: LINUX: linux_connect() s(34), name(140750024), namelen(16)

and about 1000 connects following ...

Maybe you have a clue how to debug it further ?

Martin

Martin Blapp, mb@imp.ch
------------------------------------------------
Improware AG, UNIX solution and service provider
Zurlindenstrasse 29, 4133 Pratteln, Switzerland
Phone: +41 79 370 26 05, Fax: +41 61 826 93 01
------------------------------------------------




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101201812500.5360-100000>