Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 1999 10:23:34 -0500
From:      Randall Hopper <aa8vb@pagesz.net>
To:        emulation@FreeBSD.ORG
Subject:   XessLite4 Spreadsheet - Problem on 3.0-RELEASE
Message-ID:  <19990116102334.A5244@pagesz.net>

next in thread | raw e-mail | index | archive | help
     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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990116102334.A5244>