From owner-freebsd-emulation Tue Jul 30 16:30:27 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17109 for emulation-outgoing; Tue, 30 Jul 1996 16:30:27 -0700 (PDT) Received: from MediaCity.com (root@easy1.mediacity.com [205.216.172.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA17104 for ; Tue, 30 Jul 1996 16:30:25 -0700 (PDT) Received: (from brian@localhost) by MediaCity.com (8.6.11/8.6.9) id QAA01360 for freebsd-emulation@freebsd.org; Tue, 30 Jul 1996 16:28:18 -0700 From: Brian Litzinger Message-Id: <199607302328.QAA01360@MediaCity.com> Subject: SCO: Unable to open console device <> To: freebsd-emulation@freebsd.org Date: Tue, 30 Jul 1996 16:28:17 -0700 (PDT) Reply-To: brian@MediaCity.com X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to run the dataflex ISP accounting package via SCO emulation on -current. When I run any of the applications that make up the package I get the error: Unable to open console device << STATUS 28675 >> My /compat/ibcs2/dev looks like lrwxr-xr-x 1 root wheel 9 Jul 30 23:40 X0R -> /dev/null lrwxr-xr-x 1 root wheel 9 Jul 30 23:40 XOR -> /dev/null lrwxr-xr-x 1 root wheel 7 Jul 30 23:40 nfsd -> socksys -rwxr-xr-x 1 root wheel 0 Jul 13 20:46 null lrwxr-xr-x 1 root wheel 9 Jul 30 23:40 socksys -> /dev/null crw-rw-rw- 1 root wheel 41, 0 Jul 30 02:14 spx Any ideas? -- Brian Litzinger Powered by FreeBSD http[s]://www.mpress.com From owner-freebsd-emulation Tue Jul 30 21:29:09 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA02164 for emulation-outgoing; Tue, 30 Jul 1996 21:29:09 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA02155 for ; Tue, 30 Jul 1996 21:29:06 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id WAA00532; Tue, 30 Jul 1996 22:28:59 -0600 (MDT) Date: Tue, 30 Jul 1996 22:28:59 -0600 (MDT) Message-Id: <199607310428.WAA00532@rocky.mt.sri.com> From: Nate Williams To: brian@mediacity.com Cc: freebsd-emulation@freebsd.org Subject: Re: SCO: Unable to open console device <> In-Reply-To: <199607302328.QAA01360@MediaCity.com> References: <199607302328.QAA01360@MediaCity.com> Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > When I run any of the applications that make up the package I get the > error: > > Unable to open console device << STATUS 28675 >> Hmm, you may want 'ktrace' on them. Note, you'll need to re-compile your kernel. > My /compat/ibcs2/dev looks like > > lrwxr-xr-x 1 root wheel 9 Jul 30 23:40 socksys -> /dev/null ... > crw-rw-rw- 1 root wheel 41, 0 Jul 30 02:14 spx It should be: mknod spx c 41 1 But, I'm not sure if that works. It may be that the call it is doing hasn't been implemented yet. Also, which version of FreeBSD are you using? Nate From owner-freebsd-emulation Wed Jul 31 11:33:04 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA15388 for emulation-outgoing; Wed, 31 Jul 1996 11:33:04 -0700 (PDT) Received: from MediaCity.com (root@easy1.mediacity.com [205.216.172.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA15382 for ; Wed, 31 Jul 1996 11:33:02 -0700 (PDT) Received: (from brian@localhost) by MediaCity.com (8.6.11/8.6.9) id LAA08199; Wed, 31 Jul 1996 11:30:29 -0700 From: Brian Litzinger Message-Id: <199607311830.LAA08199@MediaCity.com> Subject: Re: SCO: Unable to open console device <> To: nate@mt.sri.com (Nate Williams) Date: Wed, 31 Jul 1996 11:30:29 -0700 (PDT) Cc: freebsd-emulation@FreeBSD.ORG In-Reply-To: <199607310428.WAA00532@rocky.mt.sri.com> from Nate Williams at "Jul 30, 96 10:28:59 pm" Reply-To: brian@MediaCity.com X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=UNKNOWN-8BIT Content-Transfer-Encoding: 8bit Sender: owner-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nate Williams wrote: > > When I run any of the applications that make up the package I get the > > error: > > > > Unable to open console device << STATUS 28675 >> > > Hmm, you may want 'ktrace' on them. Note, you'll need to re-compile > your kernel. > ktrace output is included below. > > My /compat/ibcs2/dev looks like > > > > lrwxr-xr-x 1 root wheel 9 Jul 30 23:40 socksys -> /dev/null > ... > > crw-rw-rw- 1 root wheel 41, 0 Jul 30 02:14 spx > > It should be: > mknod spx c 41 1 fixed. > > But, I'm not sure if that works. It may be that the call it is doing > hasn't been implemented yet. Also, which version of FreeBSD are you > using? FreeBSD easysc.mediacity.com 2.2-CURRENT FreeBSD 2.2-CURRENT #0: Wed Jul 31 06:5 0:50 1996 brian@easysc.mediacity.com:/uss/src/sys/compile/LOCAL i386 sup'ed about 3 weeks ago. Also I am told that dataflex does work under Linux SCO emulation. Below in the ktrace you'll find that the program can't find dfini.cfg. That file doesn't exit on the real SCO system that dataflex is currently running on. -- Brian Litzinger Powered by FreeBSD http[s]://www.mpress.com 994 ktrace RET ktrace 0 994 ktrace CALL execve(0xefbfdb9f,0xefbfdb10,0xefbfdb18) 994 ktrace NAMI "./dfauto" 994 dfauto RET execve 0 994 dfauto CALL open(0x408d90,0,0x78f34) 994 dfauto NAMI "/compat/ibcs2/etc/default/lang" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/etc/default/lang" 994 dfauto RET open 3 994 dfauto CALL read(0x3,0xefbfd63c,0x400) 994 dfauto GIO fd 3 read 374 bytes "# @(#) lang.src 26.3 95/11/01 # # Copyright (C) 1987-1995 The Santa Cruz Operation, Inc. # All Rights Reserved. # # default/lang - system locales: locale(M) # LANG=C_C.C LANG=C_C.C LANG=english_us.ascii LANG=english_uk.8859 LANG=english_us.8859 LANG=french_france.8859 LANG=german_germany.8859 LANG=portuguese_brazil.8859 LANG=spanish_america.8859 LANG=spanish_spain.8859 " 994 dfauto RET read 374/0x176 994 dfauto CALL open(0xefbfda4c,0,0) 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/ctype" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/ctype" 994 dfauto RET open 4 994 dfauto CALL read(0x4,0xefbfda18,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^A" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd8fc,0x101) 994 dfauto GIO fd 4 read 257 bytes "\0 ((((( H\^P\^P\^P\^P\^P\^P\^P\^P\^P\^P\^P\ \^P\^P\^P\^P\M^D\M^D\M^D\M^D\M^D\M^D\M^D\M^D\M^D\M^D\^P\^P\^P\^P\^P\^P\ \^P\M^A\M^A\M^A\M^A\M^A\M^A\^A\^A\^A\^A\^A\^A\^A\^A\^A\^A\^A\^A\^A\^A\ \^A\^A\^A\^A\^A\^A\^P\^P\^P\^P\^P\^P\M^B\M^B\M^B\M^B\M^B\M^B\^B\^B\^B\ \^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^B\^P\^P\^P\^P \0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 994 dfauto RET read 257/0x101 994 dfauto CALL read(0x4,0xefbfd7f8,0x101) 994 dfauto GIO fd 4 read 257 bytes "\0\0\^A\^B\^C\^D\^E\^F\a\b \v\f\r\^N\^O\^P\^Q\^R\^S\^T\^U\^V\^W\^X\^Y\^Z\^[\^\\^]\^^\^_ !"#$%&'()\ *+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\\]^_`ABCDEFGHIJKLMN\ OPQRSTUVWXYZ{|}~\^?\M^@\M^A\M^B\M^C\M^D\M^E\M^F\M^G\M^H\M^I\M^J\M^K\ \M^L\M^M\M^N\M^O\M^P\M^Q\M^R\M^S\M^T\M^U\M^V\M^W\M^X\M^Y\M^Z\M^[\M^\\ \M^]\M^^\M^_ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзий\ клмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ" 994 dfauto RET read 257/0x101 994 dfauto CALL close(0x4) 994 dfauto RET close 0 994 dfauto CALL open(0xefbfda4c,0,0x4) 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/numeric" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/numeric" 994 dfauto RET open 4 994 dfauto CALL read(0x4,0xefbfda18,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^B" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd9f8,0x1) 994 dfauto GIO fd 4 read 1 bytes "." 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd9f9,0x1) 994 dfauto GIO fd 4 read 1 bytes "\0" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd9fc,0x2) 994 dfauto GIO fd 4 read 2 bytes "\0\0" 994 dfauto RET read 2 994 dfauto CALL break(0x4138c0) 994 dfauto RET break 0 994 dfauto CALL close(0x4) 994 dfauto RET close 0 994 dfauto CALL open(0xefbfda4c,0,0x4) 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/time" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/time" 994 dfauto RET open 4 994 dfauto CALL read(0x4,0xefbfda18,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^C" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd7a8,0x256) 994 dfauto GIO fd 4 read 598 bytes "\^A\0 \0(\0+\0\^S\0J\0Q\0X\0`\0j\0s\0z\0.\0002\0006\0:\0>\0B\0F\0Г\0Л\0Ф\0Ъ\ \0а\0д\0й\0о\0х\0я\0ї\0\0\^A\M^C\0\M^G\0\M^K\0\M^O\0\M^S\0\M^W\0\M^[\0\ \M^_\0Ѓ\0Ї\0Ћ\0Џ\0\0%m/%d/%y\0%H:%M:%S\0%a %b %d %H:%M:%S %Y\0AM\0PM\0\ Sun\0Mon\0Tue\0Wed\0Thu\0Fri\0Sat\0Sunday\0Monday\0Tuesday\0Wednesday\ \0Thursday\0Friday\0Saturday\0Jan\0Feb\0Mar\0Apr\0May\0Jun\0Jul\0Aug\0\ Sep\0Oct\0Nov\0Dec\0January\0February\0March\0April\0May\0June\0July\0\ August\0September\0October\0November\0December\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 994 dfauto RET read 598/0x256 994 dfauto CALL close(0x4) 994 dfauto RET close 0 994 dfauto CALL open(0xefbfda4c,0,0x4) 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/collate" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/collate" 994 dfauto RET open 4 994 dfauto CALL read(0x4,0xefbfda18,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^D" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd63c,0x3c4) 994 dfauto GIO fd 4 read 964 bytes "\0\^A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \^A\^A\^B\^A\^C\^A\^D\^A\^E\^A\^F\^A\a\^A\b\^A \^A \^A\v\^A\f\^A\r\^A\^N\^A\^O\^A\^P\^A\^Q\^A\^R\^A\^S\^A\^T\^A\^U\^A\^V\ \^A\^W\^A\^X\^A\^Y\^A\^Z\^A\^[\^A\^\\^A\^]\^A\^^\^A\^_\^A \^A!\^A"\^A#\ \^A$\^A%\^A&\^A'\^A(\^A)\^A*\^A+\^A,\^A-\^A.\^A/\^A0\^A1\^A2\^A3\^A4\ \^A5\^A6\^A7\^A8\^A9\^A:\^A;\^A<\^A=\^A>\^A?\^A@\^AA\^AB\^AC\^AD\^AE\ \^AF\^AG\^AH\^AI\^AJ\^AK\^AL\^AM\^AN\^AO\^AP\^AQ\^AR\^AS\^AT\^AU\^AV\ \^AW\^AX\^AY\^AZ\^A[\^A\\\^A]\^A^\^A_\^A`\^Aa\^Ab\^Ac\^Ad\^Ae\^Af\^Ag\ \^Ah\^Ai\^Aj\^Ak\^Al\^Am\^An\^Ao\^Ap\^Aq\^Ar\^As\^At\^Au\^Av\^Aw\^Ax\ \^Ay\^Az\^A{\^A|\^A}\^A~\^A\^?\^A\M^@\^A\M^A\^A\M^B\^A\M^C\^A\M^D\^A\ \M^E\^A\M^F\^A\M^G\^A\M^H\^A\M^I\^A\M^J\^A\M^K\^A\M^L\^A\M^M\^A\M^N\^A\ \M^O\^A\M^P\^A\M^Q\^A\M^R\^A\M^S\^A\M^T\^A\M^U\^A\M^V\^A\M^W\^A\M^X\^A\ \M^Y\^A\M^Z\^A\M^[\^A\M^\\^A\M^]\^A\M^^\^A\M^_\^A \^AЁ\^AЂ\^AЃ\^AЄ\^AЅ\ \^AІ\^AЇ\^AЈ\^AЉ\^AЊ\^AЋ\^AЌ\^A­\^AЎ\^AЏ\^AА\^AБ\^AВ\^AГ\^AД\^AЕ\^AЖ\ \^AЗ\^AИ\^AЙ\^AК\^AЛ\^AМ\^AН\^AО\^AП\^AР\^AС\^AТ\^AУ\^AФ\^AХ\^AЦ\^AЧ\ \^AШ\^AЩ\^AЪ\^AЫ\^AЬ\^AЭ\^AЮ\^AЯ\^Aа\^Aб\^Aв\^Aг\^Aд\^Aе\^Aж\^Aз\^Aи\ \^Aй\^Aк\^Aл\^Aм\^Aн\^Aо\^Aп\^Aр\^Aс\^Aт\^Aу\^Aф\^Aх\^Aц\^Aч\^Aш\^Aщ\ \^Aъ\^Aы\^Aь\^Aэ\^Aю\^Aя\^A№\^Aё\^Aђ\^Aѓ\^Aє\^Aѕ\^Aі\^Aї\^Aј\^Aљ\^Aњ\ \^Aћ\^Aќ\^A§\^Aў\^Aџ\^A\0\^A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0" 994 dfauto RET read 964/0x3c4 994 dfauto CALL close(0x4) 994 dfauto RET close 0 994 dfauto CALL open(0xefbfda4c,0,0x4) 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/messages" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/messages" 994 dfauto RET open 4 994 dfauto CALL read(0x4,0xefbfda18,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^E" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd9f0,0x10) 994 dfauto GIO fd 4 read 16 bytes "yes\0\0\0\0\0no\0\0\0\0\0\0" 994 dfauto RET read 16/0x10 994 dfauto CALL close(0x4) 994 dfauto RET close 0 994 dfauto CALL open(0xefbfda4c,0,0x4) 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/currency" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/usr/lib/lang/C/C/C/currency" 994 dfauto RET open 4 994 dfauto CALL read(0x4,0xefbfda18,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^F" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0xefbfd9f8,0x8) 994 dfauto GIO fd 4 read 8 bytes "\0\0\0\0\0\0\0\0" 994 dfauto RET read 8 994 dfauto CALL read(0x4,0xefbfd9f4,0x2) 994 dfauto GIO fd 4 read 2 bytes "\^D\0" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0x4134dc,0x4) 994 dfauto GIO fd 4 read 4 bytes "\0\0\0\0" 994 dfauto RET read 4 994 dfauto CALL read(0x4,0xefbfd9f4,0x2) 994 dfauto GIO fd 4 read 2 bytes "\0\0" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0xefbfd9f4,0x2) 994 dfauto GIO fd 4 read 2 bytes "\0\0" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0xefbfd9f4,0x2) 994 dfauto GIO fd 4 read 2 bytes "\0\0" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0xefbfd9f4,0x2) 994 dfauto GIO fd 4 read 2 bytes "\^B\0" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0x413500,0x2) 994 dfauto GIO fd 4 read 2 bytes "-1" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0xefbfd9f4,0x2) 994 dfauto GIO fd 4 read 2 bytes "\0\0" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0xefbfd9f4,0x2) 994 dfauto GIO fd 4 read 2 bytes "\0\0" 994 dfauto RET read 2 994 dfauto CALL read(0x4,0x409738,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0x409739,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0x40973a,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0x40973b,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0x40973c,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0x40973d,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0x40973e,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL read(0x4,0x40973f,0x1) 994 dfauto GIO fd 4 read 1 bytes "\^?" 994 dfauto RET read 1 994 dfauto CALL close(0x4) 994 dfauto RET close 0 994 dfauto CALL close(0x3) 994 dfauto RET close 0 994 dfauto CALL break(0x413cc0) 994 dfauto RET break 0 994 dfauto CALL break(0x4140c0) 994 dfauto RET break 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd79c) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd79c) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd7b8) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5402 ,0xefbfd7b8) 994 dfauto RET ioctl 0 994 dfauto CALL break(0x4144c0) 994 dfauto RET break 0 994 dfauto CALL open(0xefbfd11c,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/root/termlist.cfg" 994 dfauto NAMI "/root/termlist.cfg" 994 dfauto RET open -1 errno 2 No such file or directory 994 dfauto CALL open(0xefbfd11c,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/local/dataflex/usr/termlist.cfg" 994 dfauto NAMI "/usr/local/dataflex/usr/termlist.cfg" 994 dfauto RET open 3 994 dfauto CALL old.fstat(0x3,0x2,0x1) 994 dfauto RET old.fstat 0 994 dfauto CALL old.lseek(0x3,0,0) 994 dfauto RET old.lseek 0 994 dfauto CALL read(0x3,0xefbfd4dc,0x360) 994 dfauto GIO fd 3 read 864 bytes "DAVE VAN ABEL\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\^Z\0цI\^C\0\^P\b\^D\0\0\0\0\0і\^A\^D\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0}§'в\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 994 dfauto RET read 864/0x360 994 dfauto CALL close(0x3) 994 dfauto RET close 0 994 dfauto CALL open(0xefbfd34c,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/root/dfini.cfg" 994 dfauto NAMI "/root/dfini.cfg" 994 dfauto RET open -1 errno 2 No such file or directory 994 dfauto CALL open(0xefbfd34c,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/local/dataflex/usr/dfini.cfg" 994 dfauto NAMI "/usr/local/dataflex/usr/dfini.cfg" 994 dfauto RET open -1 errno 2 No such file or directory 994 dfauto CALL open(0xefbfd34c,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/local/dataflex/lib/dfini.cfg" 994 dfauto NAMI "/usr/local/dataflex/lib/dfini.cfg" 994 dfauto RET open -1 errno 2 No such file or directory 994 dfauto CALL open(0xefbfd34c,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/local/dataflex/bin/dfini.cfg" 994 dfauto NAMI "/usr/local/dataflex/bin/dfini.cfg" 994 dfauto RET open -1 errno 2 No such file or directory 994 dfauto CALL open(0xefbfd34c,0x2,0x1b6) 994 dfauto NAMI "./dfini.cfg" 994 dfauto RET open -1 errno 2 No such file or directory 994 dfauto CALL break(0x414cc0) 994 dfauto RET break 0 994 dfauto CALL open(0xefbfd418,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/local/dataflex/usr/collate.cfg" 994 dfauto NAMI "/usr/local/dataflex/usr/collate.cfg" 994 dfauto RET open -1 errno 2 No such file or directory 994 dfauto CALL open(0xefbfd418,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/local/dataflex/lib/collate.cfg" 994 dfauto NAMI "/usr/local/dataflex/lib/collate.cfg" 994 dfauto RET open 3 994 dfauto CALL old.fstat(0x3,0x2,0x1) 994 dfauto RET old.fstat 0 994 dfauto CALL break(0x4150c0) 994 dfauto RET break 0 994 dfauto CALL old.lseek(0x3,0,0) 994 dfauto RET old.lseek 0 994 dfauto CALL read(0x3,0x4149dc,0x400) 994 dfauto GIO fd 3 read 294 bytes "//\r // Standard DataFlex Collate Table\r //\r \r // Control Characters\r RANGE 0 31\r \r // Special Characters\r RANGE 32 47\r RANGE 58 63\r RANGE 91 96\r RANGE 123 255\r \r // Number\r RANGE 48 57\r \r // Alpha Characters\r TEXT "@AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz"\r \r // Finished.\r \r \r " 994 dfauto RET read 294/0x126 994 dfauto CALL old.lseek(0x3,0x126,0) 994 dfauto RET old.lseek 294/0x126 994 dfauto CALL read(0x3,0x4149dc,0x400) 994 dfauto GIO fd 3 read 0 bytes "" 994 dfauto RET read 0 994 dfauto CALL old.lseek(0x3,0x126,0) 994 dfauto RET old.lseek 294/0x126 994 dfauto CALL read(0x3,0x4149dc,0x400) 994 dfauto GIO fd 3 read 0 bytes "" 994 dfauto RET read 0 994 dfauto CALL close(0x3) 994 dfauto RET close 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd8c4) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd8c4) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5402 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd704) 994 dfauto RET ioctl 0 994 dfauto CALL open(0xefbfc244,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/lib/terminfo/x/xterm" 994 dfauto NAMI "/compat/ibcs2" 994 dfauto NAMI "/compat/ibcs2/usr/lib/terminfo/x/xterm" 994 dfauto RET open 3 994 dfauto CALL old.fstat(0x3,0x2,0x1) 994 dfauto RET old.fstat 0 994 dfauto CALL old.lseek(0x3,0,0) 994 dfauto RET old.lseek 0 994 dfauto CALL read(0x3,0xefbfc6e8,0x1000) 994 dfauto GIO fd 3 read 1432 bytes "\^Z\^A\^^\0%\0!\0\M^C\^A\0\^Bxterm|xterm terminal emulator\0\0\^A\0\0\ \^A\0\0\0\^A\0\0\0\0\^A\^A\0\0\0\0\0\^A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0P\0џџ\^X\0џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџ\^^\0(\0*\0Ь\^A \0\M^X\0\M^T\0џџџџ\\\0M\0\M^\\0џџџџџџџџX\0џџv\0џ\ џ\M^C\0\M^P\0џџџџЕ\^Aџџњ\^AЙ\^AџџџџџџџџџџџџТ\^AЧ\^Aџџ\\\^Aі\^A`\^Aџџџџ\ m\^Aq\^AџџџџџџџџС\0џџџџЎ\0Л\0џџт\0џџџџџџџџџџш\0џџџџџџє\0њ\0000\^A\0\^A\ \^F\^A\f\^A\^R\^A\^X\^A\^^\^A$\^A*\^AB\^Aџџџџф\0џџL\^AQ\^Aь\0џџџџџџ№\0\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџz\0\M^G\0D\0Ѕ\0џџВ\0;\0O\0џџm\0џџџџџ\ џџџџџџџџџu\^A\M^V\^AџџџџV\^AџџВ\^AП\0Y\^AџџЂ\0џџ \0џџџџџџџџџџџџџџџџџџџ\ џџџб\^Aџџђ\^AџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџG\^Aџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџъ\^Aџџџџџџџџџџџџџџџџю\ \^Aџџџџџџџџџџ6\^A<\^Aџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџxterm|xterm terminal emulator\0\a\0\^[[H\^[[2J\0\r\0\^[[%i%p1\ %d;%p2%dr\0\^[[%p1%dD\0\^[[%p1%dB\0 \0\^[[%p1%dC\0\^[[C\0\^[[%i%p1%d;%p2%dH\0\^[[%p1%dA\0\^[[A\0\^[[%p1%dP\ \0\^[[P\0\^[[%p1%dM\0\^[[M\0\^[[J\0\^[[K\0\^[[H\0 \0\^[H\0\^[[%p\ 1%d@\0\^[[@\0\^[[%p1%dL\0\^[[L\0 \0\^[7\^[[r\^[[m\^[[?7h\^[[?1;3;4;6l\^[[4l\^[8\^[>\0\b\0\^[[D\0\^[[B\0\ \^[[C\0\^[[A\0\^[[21~\0\^[[11~\0\^[[12~\0\^[[13~\0\^[[14~\0\^[[15~\0\ \^[[17~\0\^[[18~\0\^[[19~\0\^[[20~\0\^[[21~\0\^[[23~\0\^[[24~\0\^[[8~\ \0\^[[7~\0\^[[6~\0\^[[5~\0\^[8\0\^[M\0\^[(B\0\^[[2J\^[[?47l\^[8\0\^[[m\ \0\^[[m\0\^[>\^[[1;3;4;5;6l\^[[?7h\^[[m\^[[r\^[[2J\^[[H\0\^[>\^[[?3l\ \^[[?4l\^[[?5l\^[[?7h\^[[?8h\0\^[7\0\^[(0\0\^[7\^[[?47h\0\^[[7m\0\^[[4\ m\0\^[[3g\0aakkllmmjjnnwwvvuuttqqxx\0\^[[d\0\^[[c\0\^[[Z\0\^[[m\0\^[[1\ m\0O" 994 dfauto RET read 1432/0x598 994 dfauto CALL close(0x3) 994 dfauto RET close 0 994 dfauto CALL open(0xefbfc244,0x2,0x1b6) 994 dfauto NAMI "/compat/ibcs2/usr/local/dataflex/lib/terminfo/x/xterm" 994 dfauto NAMI "/usr/local/dataflex/lib/terminfo/x/xterm" 994 dfauto RET open 3 994 dfauto CALL old.fstat(0x3,0x2,0x1) 994 dfauto RET old.fstat 0 994 dfauto CALL old.lseek(0x3,0,0) 994 dfauto RET old.lseek 0 994 dfauto CALL read(0x3,0xefbfc6e8,0x1000) 994 dfauto GIO fd 3 read 2220 bytes "\^Z\^A+\0*\0\^_\0Ќ\^AД\^Dxterm|xterm terminal emulator for DataFlex\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџ\^C\0џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ\ џџџЌ\^DА\^DЎ\^Dџџџџџџџџ+\0В\^Dџџџџџџxterm|xterm terminal emulator for \ DataFlex\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^P\M^\@\0\f @\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\f @\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^[[1\^[[23~\ \^A\0\^C\0\^S\0\^F\0" 994 dfauto RET read 2220/0x8ac 994 dfauto CALL close(0x3) 994 dfauto RET close 0 994 dfauto CALL break(0x4154c0) 994 dfauto RET break 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd760) 994 dfauto RET ioctl 0 994 dfauto CALL break(0x4158c0) 994 dfauto RET break 0 994 dfauto CALL break(0x415cc0) 994 dfauto RET break 0 994 dfauto CALL break(0x4160c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4164c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4168c0) 994 dfauto RET break 0 994 dfauto CALL break(0x416cc0) 994 dfauto RET break 0 994 dfauto CALL break(0x4170c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4174c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4178c0) 994 dfauto RET break 0 994 dfauto CALL break(0x417cc0) 994 dfauto RET break 0 994 dfauto CALL break(0x4180c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4184c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4188c0) 994 dfauto RET break 0 994 dfauto CALL break(0x418cc0) 994 dfauto RET break 0 994 dfauto CALL break(0x4190c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4194c0) 994 dfauto RET break 0 994 dfauto CALL break(0x4198c0) 994 dfauto RET break 0 994 dfauto CALL break(0x419cc0) 994 dfauto RET break 0 994 dfauto CALL break(0x41a0c0) 994 dfauto RET break 0 994 dfauto CALL break(0x41a4c0) 994 dfauto RET break 0 994 dfauto CALL break(0x41a8c0) 994 dfauto RET break 0 994 dfauto CALL break(0x41acc0) 994 dfauto RET break 0 994 dfauto CALL break(0x41b0c0) 994 dfauto RET break 0 994 dfauto CALL break(0x41b4c0) 994 dfauto RET break 0 994 dfauto CALL break(0x41b8c0) 994 dfauto RET break 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd79c) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd79c) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd7b8) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5402 ,0xefbfd7b8) 994 dfauto RET ioctl 0 994 dfauto CALL sigprocmask(0x4,0x62da4) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0x7,0x62da4) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0xa,0x62da4) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0xb,0x62da4) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0xc,0x62da4) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0x3,0x7382c) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0x2,0x7382c) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0x18,0x7382c) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0xf,0x62e0f) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0x1,0x62e0f) 994 dfauto RET sigprocmask 0 994 dfauto CALL sigprocmask(0xd,0x1) 994 dfauto RET sigprocmask 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd904) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd904) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5402 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd7dc) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd7dc) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd7f8) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5402 ,0xefbfd7f8) 994 dfauto RET ioctl 0 994 dfauto CALL write(0x1,0xefbfd93c,0x1) 994 dfauto GIO fd 1 wrote 1 bytes " " 994 dfauto RET write 1 994 dfauto CALL write(0x1,0x40ee1c,0x1c) 994 dfauto GIO fd 1 wrote 28 bytes "Unable to open console devic" 994 dfauto RET write 28/0x1c 994 dfauto CALL write(0x1,0xefbfd8fc,0x1) 994 dfauto GIO fd 1 wrote 1 bytes "e" 994 dfauto RET write 1 994 dfauto CALL write(0x1,0xefbfd8fc,0x1) 994 dfauto GIO fd 1 wrote 1 bytes " " 994 dfauto RET write 1 994 dfauto CALL write(0x1,0x404002,0x9) 994 dfauto GIO fd 1 wrote 9 bytes "<< STATUS" 994 dfauto RET write 9 994 dfauto CALL write(0x1,0xefbfd8fc,0x1) 994 dfauto GIO fd 1 wrote 1 bytes " " 994 dfauto RET write 1 994 dfauto CALL write(0x1,0x40ccf0,0x4) 994 dfauto GIO fd 1 wrote 4 bytes "2867" 994 dfauto RET write 4 994 dfauto CALL write(0x1,0xefbfd8fc,0x1) 994 dfauto GIO fd 1 wrote 1 bytes "5" 994 dfauto RET write 1 994 dfauto CALL write(0x1,0x40400d,0x3) 994 dfauto GIO fd 1 wrote 3 bytes " >>" 994 dfauto RET write 3 994 dfauto CALL write(0x1,0xefbfd8fc,0x1) 994 dfauto GIO fd 1 wrote 1 bytes " " 994 dfauto RET write 1 994 dfauto CALL write(0x1,0xefbfd93c,0x1) 994 dfauto GIO fd 1 wrote 1 bytes " " 994 dfauto RET write 1 994 dfauto CALL ioctl(0,0x5402 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd8c0) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd8c0) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd798) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0x1,0x5401 ,0xefbfd798) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5401 ,0xefbfd7b4) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5402 ,0xefbfd7b4) 994 dfauto RET ioctl 0 994 dfauto CALL ioctl(0,0x5402 ,0x40ce10) 994 dfauto RET ioctl 0 994 dfauto CALL close(0) 994 dfauto RET close 0 994 dfauto CALL close(0x1) 994 dfauto RET close 0 994 dfauto CALL close(0x2) 994 dfauto RET close 0 994 dfauto CALL exit(0xdf) From owner-freebsd-emulation Fri Aug 2 00:29:09 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA24316 for emulation-outgoing; Fri, 2 Aug 1996 00:29:09 -0700 (PDT) Received: from localhost.my.domain (root@morrison-c06.aa.net [204.157.220.138]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA24311 for ; Fri, 2 Aug 1996 00:29:07 -0700 (PDT) Received: from localhost (smpatel@localhost [127.0.0.1]) by localhost.my.domain (8.7.5/8.6.12) with SMTP id AAA01457; Fri, 2 Aug 1996 00:28:41 -0700 (PDT) Date: Fri, 2 Aug 1996 00:28:40 -0700 (PDT) From: Sujal Patel X-Sender: smpatel@localhost To: Charles Henrich cc: emulation@freebsd.org Subject: Re: Linux Willows on -current? In-Reply-To: <199608020512.BAA02032@crh.cl.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [ Message redirected to emulation@freebsd.org ] On Fri, 2 Aug 1996, Charles Henrich wrote: > Okay I think I've found all the elf libraries I need from the slackware > distributions, now when I run the xwin (willows windows emulator) I get: > > FatalAppExit: DPMI failure > FatalAppExit: DPMI failure There is almost no chance of this stuff working under the Linux emulator. You may want to grab the patches that were done by Gary Jennejohn, myself, and others.. You'll need to contact me directly if you want the patches, because I'm not sure if I'm allowed to post the address (The Willows copyright is a bit restrictive). Sujal From owner-freebsd-emulation Fri Aug 2 05:54:38 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA06203 for emulation-outgoing; Fri, 2 Aug 1996 05:54:38 -0700 (PDT) Received: from earth.ColState.EDU (earth.CSG.PeachNet.EDU [168.26.193.20]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA06178 for ; Fri, 2 Aug 1996 05:54:35 -0700 (PDT) Received: from mercury.csg.peachnet.edu (mercury.CSG.PeachNet.EDU [168.26.193.32]) by earth.ColState.EDU (8.7.5/8.7.3) with ESMTP id IAA13815 for ; Fri, 2 Aug 1996 08:44:20 -0400 (EDT) Received: from CCMAIN/SpoolDir by mercury.csg.peachnet.edu (Mercury 1.21); 2 Aug 96 08:57:48 EST Received: from SpoolDir by CCMAIN (Mercury 1.30); 2 Aug 96 08:57:30 EST From: "Christian" Organization: Columbus State Univ., Columbus, Ga. To: emulation@freebsd.org Date: Fri, 2 Aug 1996 08:57:21 EST MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Is willows native on FreeBSD? Priority: normal X-mailer: Pegasus Mail v3.31 Message-ID: <12B97842126@mercury.csg.peachnet.edu> Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I was wondering if there was a native port of the willows emulator to FreeBSD. The reason I ask is because, I recently logged in to the willows ftp site and I only saw binaries for aix, hpux, solaris, sunos, linux, and sco, but none for freebsd. I was under the impression that someone was working on a freebsd port. I also noticed that the willows emulator is at version 2.0 now. Are there any plans to port this to freebsd native. There are already linux, hpux, sunos, etc. versions on the FTP site. Thanks, C.P. ____________ Christian Plazas Columbus State University, Columbus,GA 706.568.2063 ______________________________________________________________________ From owner-freebsd-emulation Fri Aug 2 08:54:44 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA14100 for emulation-outgoing; Fri, 2 Aug 1996 08:54:44 -0700 (PDT) Received: from mail13.digital.com (mail13.digital.com [192.208.46.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA14094 for ; Fri, 2 Aug 1996 08:54:38 -0700 (PDT) From: garyj@frt.dec.com Received: from cssmuc.frt.dec.com by mail13.digital.com (8.7.5/UNX 1.2/1.0/WV) id LAA09803; Fri, 2 Aug 1996 11:43:13 -0400 (EDT) Received: from localhost by cssmuc.frt.dec.com; (5.65v3.2/1.1.8.2/14Nov95-0232PM) id AA31470; Fri, 2 Aug 1996 17:43:06 +0200 Message-Id: <9608021543.AA31470@cssmuc.frt.dec.com> X-Mailer: exmh version 1.6.4 10/10/95 To: freebsd-emulation@freebsd.org In-Reply-To: Message from "Christian" of Fri, 02 Aug 96 08:57:21 EST. Reply-To: gjennejohn@frt.dec.com Subject: Re: Is willows native on FreeBSD? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 96 17:43:06 +0200 X-Mts: smtp Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk PLAZAS_CHRISTIAN@mercury.csg.peachnet.edu writes: > Hi, > I was wondering if there was a native port of the willows > emulator to FreeBSD. The reason I ask is because, I recently logged > in to the willows ftp site and I only saw binaries for aix, hpux, > solaris, sunos, linux, and sco, but none for freebsd. I was under > the impression that someone was working on a freebsd port. I also > noticed that the willows emulator is at version 2.0 now. Are there > any plans to port this to freebsd native. There are already linux, > hpux, sunos, etc. versions on the FTP site. > the effort sort of died. On my part it was mainly due to frustration; I just didn't seem to be making any progress. It was at the point where a few simple things ran (mahjongg, for example). One of my problems was that I don't have WinDoze installed, I just loaded a bunch of WinDoze apps into a directory and referenced it. This may be one reason why I was having so many difficulties :) I think Sujal Patel has some patches squirreled away someplace, but I can't remeber against which version of Willows they were made. Feel free to jump in with both feet and finish the port :-) --- Gary Jennejohn (work) gjennejohn@frt.dec.com (home) Gary.Jennejohn@munich.netsurf.de (play) gj@freebsd.org