From owner-freebsd-emulation Sun Jun 1 18:58:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA18947 for emulation-outgoing; Sun, 1 Jun 1997 18:58:42 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA18934 for ; Sun, 1 Jun 1997 18:58:36 -0700 (PDT) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) id LAA16749; Mon, 2 Jun 1997 11:28:21 +0930 (CST) From: Michael Smith Message-Id: <199706020158.LAA16749@genesis.atrad.adelaide.edu.au> Subject: Re: Linux emulation doesn't recognize timezone In-Reply-To: <199705301415.QAA24017@nietzsche.bowtie.nl> from Marc van Kempen at "May 30, 97 04:15:57 pm" To: marc@bowtie.nl (Marc van Kempen) Date: Mon, 2 Jun 1997 11:28:20 +0930 (CST) Cc: emulation@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (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 Marc van Kempen stands accused of saying: > > Output from FreeBSD binary: > > 30 May 1997, 16:10h <-- this is GMT+1 and summertime > > Output from Linux binary: > > 30 May 1997, 14:10h <-- this is GMT > > the testprogram is as follows: > > #include > #include > > void > main(void) > { > char d[100]; > time_t secs; > > secs = time(NULL); > strftime(d, 100, "%d %B %Y, %Rh", localtime(&secs)); > > printf("%s\n", d); > > return; > } > > I tried copying the /etc/localtime to /compat/linux/etc, > but this didn't work. What must I do to make the linux emulation > recognize my timezone? It appears that Linux systems keep the timezone in the kernel, wheras FreeBSD doesn't. The Linux gettimeofday syscall is just mapped directly to the FreeBSD syscall, so as far as Linux programs are concerned it's always GMT. Unfortunately, the emulator has no way of finding timezone information in order to fudge this; I can't see a simple solution, sorry. > Marc. -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-emulation Sun Jun 1 21:44:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26051 for emulation-outgoing; Sun, 1 Jun 1997 21:44:52 -0700 (PDT) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26040 for ; Sun, 1 Jun 1997 21:44:49 -0700 (PDT) Received: from buffnet1.buffnet.net (mmdf@buffnet1.buffnet.net [205.246.19.10]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id AAA24460 for ; Mon, 2 Jun 1997 00:45:06 -0400 (EDT) Received: from fppp3.buffnet.net(205.247.124.182) by buffnet1.buffnet.net via smap (V2.0) id xma014060; Mon, 2 Jun 97 00:44:24 -0400 Message-ID: <33924F63.6036@buffnet.net> Date: Mon, 02 Jun 1997 00:44:04 -0400 From: "Dennis J. Eberl" Reply-To: dww@buffnet.net X-Mailer: Mozilla 3.01Gold (Macintosh; U; PPC) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: FreeBSD with a little Zip? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a 33 MHz '486 w/8 MB RAM, a small HD, and a Zip drive (SCSI, not parallel port). Sure, I'll probably need more RAM (assuming FreeBSD will even install on a '486), but what I am really wondering is can I install onto a Zip disk thus avoiding having to partition my HD? Thanks. Dying to try unix. Dennis Eberl From owner-freebsd-emulation Sun Jun 1 22:26:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27798 for emulation-outgoing; Sun, 1 Jun 1997 22:26:12 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA27787 for ; Sun, 1 Jun 1997 22:26:07 -0700 (PDT) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) id OAA18461; Mon, 2 Jun 1997 14:55:48 +0930 (CST) From: Michael Smith Message-Id: <199706020525.OAA18461@genesis.atrad.adelaide.edu.au> Subject: Re: FreeBSD with a little Zip? In-Reply-To: <33924F63.6036@buffnet.net> from "Dennis J. Eberl" at "Jun 2, 97 00:44:04 am" To: dww@buffnet.net Date: Mon, 2 Jun 1997 14:55:47 +0930 (CST) Cc: freebsd-emulation@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (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 Not entirely sure why you're posting here rather than the -questions list... Dennis J. Eberl stands accused of saying: > I have a 33 MHz '486 w/8 MB RAM, a small HD, and a Zip drive (SCSI, not > parallel port). Sure, I'll probably need more RAM (assuming FreeBSD will > even install on a '486), but what I am really wondering is can I install > onto a Zip disk thus avoiding having to partition my HD? Yup, should be fine. > Dennis Eberl -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-emulation Sun Jun 1 23:38:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA01384 for emulation-outgoing; Sun, 1 Jun 1997 23:38:56 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA01379; Sun, 1 Jun 1997 23:38:53 -0700 (PDT) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) id QAA19387; Mon, 2 Jun 1997 16:08:42 +0930 (CST) From: Michael Smith Message-Id: <199706020638.QAA19387@genesis.atrad.adelaide.edu.au> Subject: Minor linux_emul update To: hackers@freebsd.org Date: Mon, 2 Jun 1997 16:08:42 +0930 (CST) Cc: emulation@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (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 Just a heads-up for anyone having trouble with Linux software keyed to the hardware ethernet address; I've just committed (to both -current and 2.2) an implementation of the SIOCGIFHWADDR ioctl (0x8927) which has FLEXlm now working correctly here. I would appreciate hearing from anyone if they have problems with this. -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-emulation Mon Jun 2 06:01:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA17971 for emulation-outgoing; Mon, 2 Jun 1997 06:01:07 -0700 (PDT) Received: from ns.russianet.ru (russianet.ru [194.84.155.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA17962; Mon, 2 Jun 1997 06:01:01 -0700 (PDT) Received: (from sergey@localhost) by ns.russianet.ru (8.8.5/8.8.5) id RAA07723; Mon, 2 Jun 1997 17:00:54 +0400 (MSD) From: Sergey Vnotchenko Message-Id: <199706021300.RAA07723@ns.russianet.ru> Subject: DOSEMU port To: freebsd-questions@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG Date: Mon, 2 Jun 1997 17:00:53 +0400 (MSD) X-Mailer: ELM [version 2.4ME+ PL25 (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 Hi,all! Does somebody port DOSEMU under FreeBSD 2.2? I've seen no VM86 in FreeBSD's kernel code, but DOSEMU hardly depends on it:(. Thanks in advance, Sergey. From owner-freebsd-emulation Mon Jun 2 06:21:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA18922 for emulation-outgoing; Mon, 2 Jun 1997 06:21:00 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA18917; Mon, 2 Jun 1997 06:20:57 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id IAA25826; Mon, 2 Jun 1997 08:20:47 -0500 (EST) Date: Mon, 2 Jun 1997 08:20:47 -0500 (EST) From: John Fieber To: Michael Smith cc: hackers@FreeBSD.ORG, emulation@FreeBSD.ORG Subject: Re: Minor linux_emul update In-Reply-To: <199706020638.QAA19387@genesis.atrad.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 2 Jun 1997, Michael Smith wrote: > Just a heads-up for anyone having trouble with Linux software keyed to > the hardware ethernet address; I've just committed (to both -current > and 2.2) an implementation of the SIOCGIFHWADDR ioctl (0x8927) which > has FLEXlm now working correctly here. ^^^^^^ Just curious, could the ibcs2 support have a similar problem, since FLEXlm doesn't work there (last time I tried running SCO wordperfect at least...)? -john From owner-freebsd-emulation Mon Jun 2 10:12:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA29531 for emulation-outgoing; Mon, 2 Jun 1997 10:12:50 -0700 (PDT) Received: from fps.biblos.unal.edu.co ([168.176.37.11]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA29526; Mon, 2 Jun 1997 10:12:44 -0700 (PDT) Received: from localhost by fps.biblos.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA29190; Mon, 2 Jun 1997 12:11:54 -0500 Date: Mon, 2 Jun 1997 12:11:51 -0500 (EST) From: "Pedro F. Giffuni" To: Sergey Vnotchenko Cc: freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: DOSEMU port In-Reply-To: <199706021300.RAA07723@ns.russianet.ru> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk AFAIK, DOSEMU relies heavily on VM86 ! VM86 is available as diff files in the experimental dir on the 2.2.1 CD (look under doscmd, it works pretty well!). DOSEMU was also ported for NetBSD, and I think it may be very easy to port for FreeBSD. Look for NetBSD's port into the "Projects" section in NetBSD's WWW if you want to port this. Pedro. On Mon, 2 Jun 1997, Sergey Vnotchenko wrote: > Hi,all! > Does somebody port DOSEMU under FreeBSD 2.2? I've seen no VM86 > in FreeBSD's kernel code, but DOSEMU hardly depends on it:(. > > Thanks in advance, Sergey. > From owner-freebsd-emulation Mon Jun 2 16:48:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA20654 for emulation-outgoing; Mon, 2 Jun 1997 16:48:01 -0700 (PDT) Received: from micron.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA20636 for ; Mon, 2 Jun 1997 16:47:56 -0700 (PDT) Received: from localhost (mini@localhost) by micron.efn.org (8.8.5/8.8.5) with SMTP id QAA03500; Mon, 2 Jun 1997 16:49:43 -0700 (PDT) Date: Mon, 2 Jun 1997 16:49:43 -0700 (PDT) From: Jonathan Mini Reply-To: Jonathan Mini To: "Dennis J. Eberl" cc: freebsd-emulation@FreeBSD.ORG Subject: Re: FreeBSD with a little Zip? In-Reply-To: <33924F63.6036@buffnet.net> Message-ID: X-files: The truth is out there. X-files: Believe the lie. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 2 Jun 1997, Dennis J. Eberl wrote: This should go to questions, but yes it will. I have run FreeBSD on 2.1.5-R on 386 4meg systems with old RLL drives before. *sigh* It was surprisingly fast. Several people I know use Zip Disks for their OS, thereby making a cheap way to keep FreeBSD, Win95, etc on the same system and have plenty of disk space. > I have a 33 MHz '486 w/8 MB RAM, a small HD, and a Zip drive (SCSI, not > parallel port). Sure, I'll probably need more RAM (assuming FreeBSD will > even install on a '486), but what I am really wondering is can I install > onto a Zip disk thus avoiding having to partition my HD? > > Thanks. Dying to try unix. > > Dennis Eberl > Jonathan Mini (j_mini@efn.org) ... bleakness ... desolation ... plastic forks ... From owner-freebsd-emulation Wed Jun 4 03:08:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA13532 for emulation-outgoing; Wed, 4 Jun 1997 03:08:30 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA13514; Wed, 4 Jun 1997 03:08:19 -0700 (PDT) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) id TAA14413; Wed, 4 Jun 1997 19:37:44 +0930 (CST) From: Michael Smith Message-Id: <199706041007.TAA14413@genesis.atrad.adelaide.edu.au> Subject: Re: DOSEMU port In-Reply-To: <199706021300.RAA07723@ns.russianet.ru> from Sergey Vnotchenko at "Jun 2, 97 05:00:53 pm" To: sergey@ns.russianet.ru (Sergey Vnotchenko) Date: Wed, 4 Jun 1997 19:37:44 +0930 (CST) Cc: freebsd-questions@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (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 Sergey Vnotchenko stands accused of saying: > Hi,all! > Does somebody port DOSEMU under FreeBSD 2.2? I've seen no VM86 > in FreeBSD's kernel code, but DOSEMU hardly depends on it:(. There is vm86 code under development. I and various other have looked at DOSEMU in that context, but I don't think anyone's been brave enough to dare it. The doscmd stuff works well enough for my needs, at least. > Thanks in advance, Sergey. -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-emulation Wed Jun 4 03:08:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA13597 for emulation-outgoing; Wed, 4 Jun 1997 03:08:50 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA13586; Wed, 4 Jun 1997 03:08:46 -0700 (PDT) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) id TAA14428; Wed, 4 Jun 1997 19:38:34 +0930 (CST) From: Michael Smith Message-Id: <199706041008.TAA14428@genesis.atrad.adelaide.edu.au> Subject: Re: Minor linux_emul update In-Reply-To: from John Fieber at "Jun 2, 97 08:20:47 am" To: jfieber@indiana.edu (John Fieber) Date: Wed, 4 Jun 1997 19:38:34 +0930 (CST) Cc: msmith@atrad.adelaide.edu.au, hackers@FreeBSD.ORG, emulation@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (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 John Fieber stands accused of saying: > On Mon, 2 Jun 1997, Michael Smith wrote: > > > Just a heads-up for anyone having trouble with Linux software keyed to > > the hardware ethernet address; I've just committed (to both -current > > and 2.2) an implementation of the SIOCGIFHWADDR ioctl (0x8927) which > > has FLEXlm now working correctly here. > > Just curious, could the ibcs2 support have a similar problem, > since FLEXlm doesn't work there (last time I tried running SCO > wordperfect at least...)? I don't honestly know; what happens if you run the SCO "lmhostid" command? > -john -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-emulation Thu Jun 5 15:37:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA11287 for emulation-outgoing; Thu, 5 Jun 1997 15:37:30 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA11282; Thu, 5 Jun 1997 15:37:28 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 5 Jun 1997 18:36:57 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA05188; Thu, 5 Jun 97 18:36:55 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA28640; Thu, 5 Jun 1997 18:35:44 -0400 Message-Id: <19970605183544.41475@ct.picker.com> Date: Thu, 5 Jun 1997 18:35:44 -0400 From: Randall Hopper To: emulation@freebsd.org Cc: multimedia@freebsd.org Subject: "mtv" - unimplemented ioctl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.75 Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk mtv, a nice Linux MPEG audio/video/system player, generates this error when I try to play an MPEG system stream (audio and video mixed): LINUX: 'ioctl' fd=10, typ=0x450(P), num=0xf not implemented I get a brief microsecond burst of audio and that's it, so that may be related. Is this ioctl supported in the latest -current emulation? And out of curiousity, what is the function of this particular ioctl?a Thanks, Randall