From owner-freebsd-emulation@FreeBSD.ORG Mon May 19 15:52:08 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EEC91065681 for ; Mon, 19 May 2008 15:52:08 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id DB2A68FC17 for ; Mon, 19 May 2008 15:52:07 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2389208fgb.35 for ; Mon, 19 May 2008 08:52:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=i19IrAZFbrGKMCSH6kNQjiGK1saIwEyHxx9dKHjsznQ=; b=qALubcSxhnj8NXjwycPkl5o+iiYKYyvE1lzoFgLM/2zB9z/6FQePhQXQulT2Q2p4s9G9zUoq/Zsj/yRvLHdReZ6ZeyYJiWameafmPy/AkxvKQVVo31GYTCCwiMRvTcQ+makovSzQBfGvopcuvk+FTtIPqGRGkklBFZV9Oi/Pd8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iMzKtGNHOhAXNPnQR2npb9LhYlL1yCDR+XzVyX+FuGpnfCZhV92jun8DrdD5LZD463gSUFxqNaEqQRN1qzvlufgTNrpuMM0L0o6ngaI530kEHbq4LNt3D8ziy7I163+iDhuhMiy99BDgPghsnq5Fl3JwxcJmVsepm7n5WtPQTIg= Received: by 10.82.150.15 with SMTP id x15mr949349bud.23.1211210761487; Mon, 19 May 2008 08:26:01 -0700 (PDT) Received: by 10.82.180.3 with HTTP; Mon, 19 May 2008 08:25:56 -0700 (PDT) Message-ID: <7ad7ddd90805190825j4ab17560k3b0296ac00c4a4c9@mail.gmail.com> Date: Mon, 19 May 2008 17:25:56 +0200 From: "Ulrich Spoerlein" To: emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Running IBM DB2 Client V8.1 under FreeBSD X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 15:52:08 -0000 Hi, did anyone accomplish this feat? I have a DB/2 Client installation copied over to a FreeBSD 6.3 system and while the db2(1) binary starts, it runs into an endless loop. 89938 db2 RET getdomainname 0 89938 db2 CALL open(0xbfbfc7e8,0x801,0) 89938 db2 NAMI "/compat/linux/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 NAMI "/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 RET open JUSTRETURN 89938 db2 CALL getdomainname(0xbfbfc930,0xbfbfc938) 89938 db2 RET getdomainname 0 89938 db2 CALL open(0xbfbfc7e8,0x801,0) 89938 db2 NAMI "/compat/linux/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 NAMI "/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 RET open JUSTRETURN 89938 db2 CALL getdomainname(0xbfbfc930,0xbfbfc938) 89938 db2 RET getdomainname 0 89938 db2 CALL open(0xbfbfc7e8,0x801,0) 89938 db2 NAMI "/compat/linux/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 NAMI "/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 RET open JUSTRETURN 89938 db2 CALL getdomainname(0xbfbfc930,0xbfbfc938) 89938 db2 RET getdomainname 0 89938 db2 CALL open(0xbfbfc7e8,0x801,0) 89938 db2 NAMI "/compat/linux/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 NAMI "/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 RET open JUSTRETURN 89938 db2 CALL getdomainname(0xbfbfc930,0xbfbfc938) 89938 db2 RET getdomainname 0 89938 db2 CALL open(0xbfbfc7e8,0x801,0) 89938 db2 NAMI "/compat/linux/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 NAMI "/home/dtinst/sqllib/tmp/R1116180A8942" 89938 db2 RET open JUSTRETURN 89938 db2 CALL getdomainname(0xbfbfc930,0xbfbfc938) Google seems to be suspiciously silent about DB2 on FreeBSD. Ciao, Uli