From owner-freebsd-current Fri Jul 26 01:53:26 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12344 for current-outgoing; Fri, 26 Jul 1996 01:53:26 -0700 (PDT) Received: from caliban.dihelix.com (caliban.dihelix.com [199.4.33.251]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA12324; Fri, 26 Jul 1996 01:53:21 -0700 (PDT) Received: (from langfod@localhost) by caliban.dihelix.com (8.7.5/8.6.12) id WAA00291; Thu, 25 Jul 1996 22:52:36 -1000 (HST) Message-Id: <199607260852.WAA00291@caliban.dihelix.com> Subject: Re: SCO and Wordperfect 7 problems (socksys) To: kuku@gilberto.physik.rwth-aachen.de Date: Thu, 25 Jul 1996 22:52:36 -1000 (HST) Cc: langfod@dihelix.com, jfieber@indiana.edu, hackers@freebsd.org, current@freebsd.org In-Reply-To: <199607260738.JAA13228@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at "Jul 26, 96 09:38:54 am" From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> DISPLAY = 127.0.0.1:0.0 >> libsocket: socket: /dev/socksys: No such device or address >> Error: Can't open display: 127.0.0.1:0.0 >> >> I dont have any other SCO programs to try (any one know of some???) >> and I dont have the WP6.0 demo- guess I can download it... weeee. >> Is anyone using SCO X stuff (like Wordperfect) on current?? >> -David Langford > >Wasn't the clue just to do a touch /dev/socksys ? >--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de Well I found this problemn out. MAKEDEV seems to create socksys as a device: MAKEDEV:socksys) MAKEDEV: rm -f socksys nfsd spx MAKEDEV: mknod socksys c 41 0 >-----^ MAKEDEV: mknod spx c 41 1 MAKEDEV: ln -s socksys nfsd MAKEDEV: chown root.wheel socksys nfsd spx MAKEDEV: chmod 666 socksys nfsd spx MAKEDEV: ;; removing socksys and linking it to /dev/null was the right trick. I assumed that MAKEDEV would do the right thing. ot that part out of the way. Now on to the next problem: % SCO/_I/wpinstg agre -bg grey Segmentation fault (core dumped) Last part of ktrace I have right now is: ... 276 wpinstg NAMI "shared/m_agre" 276 wpinstg RET open 4 276 wpinstg CALL ioctl(0x4,0x5401 ,0xefbfd6ba) 276 wpinstg RET ioctl -1 errno 25 Inappropriate ioctl for device 276 wpinstg CALL sendmsg(0x4,0xefbfd6a8) 276 wpinstg RET sendmsg 0 276 wpinstg CALL read(0x4,0x767de8,0x400) 276 wpinstg GIO fd 4 read 609 bytes "PREV_BUTTON= COMMENT=WordPerfect 7 for UNIX Systems blah blah blah Comment=DONE " 276 wpinstg RET read 609/0x261 276 wpinstg CALL read(0x4,0x767de8,0x400) 276 wpinstg GIO fd 4 read 0 bytes "" 276 wpinstg RET read 0 276 wpinstg CALL close(0x4) 276 wpinstg RET close 0 276 wpinstg PSIG SIGSEGV SIG_DFL 276 wpinstg NAMI "wpinstg.core" Not too helpful... trudging along. -David Langford langfod@dihelix.com