From owner-freebsd-emulation Sat Jan 16 07:47:46 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24289 for freebsd-emulation-outgoing; Sat, 16 Jan 1999 07:47:46 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from nina.pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24284 for ; Sat, 16 Jan 1999 07:47:45 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (isabella-59.pagesz.net [208.194.157.59]) by nina.pagesz.net (8.8.7/8.8.7) with ESMTP id KAA21516 for ; Sat, 16 Jan 1999 10:47:55 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id KAA05726 for emulation@freebsd.org; Sat, 16 Jan 1999 10:23:34 -0500 (EST) (envelope-from rhh) Date: Sat, 16 Jan 1999 10:23:34 -0500 From: Randall Hopper To: emulation@FreeBSD.ORG Subject: XessLite4 Spreadsheet - Problem on 3.0-RELEASE Message-ID: <19990116102334.A5244@pagesz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a spreadsheet I've heard is pretty good. Only problem is that there is only a Linux version. So I thought I'd try it with our LINUX emulation. Here's what I see. On FreeBSD w/ ktrace: 5167 xslite4 NAMI "/compat/linux/proc/version" 5167 xslite4 NAMI "/compat/linux" 5167 xslite4 NAMI "/compat/linux/proc/version" 5167 xslite4 RET obs_vtimes 0 5167 xslite4 CALL write(0x2,0xefbfc70c,0x4c) 5167 xslite4 GIO fd 2 wrote 76 bytes "Oops ... cannot find CPU information. Please contact AIS technical support. " 5167 xslite4 RET write 76/0x4c 5167 xslite4 CALL exit(0x1) On Linux w/ strace, I see the output below. I've created /compat/linux/proc/{version,cpuinfo} with copies of these files from a Linux box that Xesslite4 runs on, but no success. Any ideas as to what I need to do to get it working? Or is the Linux layer missing some needed functionality. Thanks, Randall URL: http://www.ais.com/xesslite_share_lic.html URL: ftp://ftp.uu.net/vendor/ais/XessLite/XessLite-4.0.6-2.i386.rpm lstat("/proc/version", {st_mode=0, st_size=0, ...}) = 0 open("/proc/version", O_RDONLY) = 4 fstat(4, {st_mode=0, st_size=0, ...}) = 0 mmap(0, 1024, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400080 00 read(4, "Linux version 2.0.36 (root@ku4nf"..., 1024) = 99 lseek(4, -98, SEEK_CUR) = 1 close(4) = 0 munmap(0x40008000, 1024) = 0 open("/proc/version", O_RDONLY) = 4 fstat(4, {st_mode=0, st_size=0, ...}) = 0 mmap(0, 1024, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400080 00 read(4, "Linux version 2.0.36 (root@ku4nf"..., 1024) = 99 lseek(4, -79, SEEK_CUR) = 20 close(4) = 0 munmap(0x40008000, 1024) = 0 lstat("/proc/cpuinfo", {st_mode=0, st_size=0, ...}) = 0 open("/proc/cpuinfo", O_RDONLY) = 4 fstat(4, {st_mode=0, st_size=0, ...}) = 0 mmap(0, 1024, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400080 00 read(4, "processor\t: 0\ncpu\t\t: 586\nmo"..., 1024) = 238 lseek(4, -237, SEEK_CUR) = 1 close(4) = 0 munmap(0x40008000, 1024) = 0 open("/proc/cpuinfo", O_RDONLY) = 4 fstat(4, {st_mode=0, st_size=0, ...}) = 0 mmap(0, 1024, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400080 00 read(4, "processor\t: 0\ncpu\t\t: 586\nmo"..., 1024) = 238 read(4, "", 1024) = 0 read(4, "", 1024) = 0 close(4) = 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message