Re: Linux emulation busted

2003-03-25 Thread qhwt
On Tue, Mar 25, 2003 at 12:58:35AM +0900, [EMAIL PROTECTED] wrote: > On Mon, Mar 24, 2003 at 08:40:55AM -0700, M. Warner Losh wrote: > > I had a working Linux world on my laptop. I upgraded my kernel and > > acroread4 stopped working. Now all I get is: > > > > Exited with error code: 0x400e0009.

Re: Linux emulation busted

2003-03-24 Thread Terry Lambert
[EMAIL PROTECTED] wrote: > Mensaje citado por "M. Warner Losh" <[EMAIL PROTECTED]>: > | I had a working Linux world on my laptop. I upgraded my kernel and > | acroread4 stopped working. Now all I get is: > | > | Exited with error code: 0x400e0009. > | > | after a whole lot of disk access when I t

Re: Linux emulation busted

2003-03-24 Thread qhwt
Hi, On Mon, Mar 24, 2003 at 08:40:55AM -0700, M. Warner Losh wrote: > I had a working Linux world on my laptop. I upgraded my kernel and > acroread4 stopped working. Now all I get is: > > Exited with error code: 0x400e0009. > > after a whole lot of disk access when I try to run it. This worke

Re: Linux emulation busted

2003-03-24 Thread Enache Adrian
On Mon, Mar 24, 2003 at 08:40:55AM -0700, M. Warner Losh wrote: > I had a working Linux world on my laptop. I upgraded my kernel and > acroread4 stopped working. Now all I get is: Is acroread4 multithreaded ? Because since about 2 months all multithreaded linux binaries have stopped working for

Re: Linux emulation busted

2003-03-24 Thread Kevin Oberman
> Date: Mon, 24 Mar 2003 08:40:55 -0700 (MST) > From: "M. Warner Losh" <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > I had a working Linux world on my laptop. I upgraded my kernel and > acroread4 stopped working. Now all I get is: > > Exited with error code: 0x400e0009. > > after a whole

Re: Linux emulation busted

2003-03-24 Thread eculp
Mensaje citado por "M. Warner Losh" <[EMAIL PROTECTED]>: | I had a working Linux world on my laptop. I upgraded my kernel and | acroread4 stopped working. Now all I get is: | | Exited with error code: 0x400e0009. | | after a whole lot of disk access when I try to run it. This worked on | a De

Re: Linux Emulation Panic

2003-01-14 Thread David O'Brien
On Mon, Jan 13, 2003 at 10:59:08AM -0800, Chuck McCrobie wrote: > Two panics produced when using Linux emulation on a > machine CVSUP'ed two hours ago. Both very easy to > produce. What? You didn't want accurate Linux emulation. ;-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscri

Re: Linux Emulation Panic

2003-01-14 Thread Daniel C. Sobral
Chuck McCrobie wrote: Thank you. That was it. Booted from /boot/cvsup/kernel, loaded modules from /boot/kernel/*. Now, if I can just figure out "read-conf" and friends in loader. It seems I have to manually: loader> unload loader> set kernel=cvsup loader> set kernelname=/boot/cvsup/kernel

Re: Linux Emulation Panic

2003-01-13 Thread John Baldwin
On 13-Jan-2003 Chuck McCrobie wrote: > Thank you. That was it. Booted from > /boot/cvsup/kernel, loaded modules from > /boot/kernel/*. Now, if I can just figure out > "read-conf" and friends in loader. > > It seems I have to manually: > > loader> unload > loader> set kernel=cvsup

Re: Linux Emulation Panic

2003-01-13 Thread Chuck McCrobie
Thank you. That was it. Booted from /boot/cvsup/kernel, loaded modules from /boot/kernel/*. Now, if I can just figure out "read-conf" and friends in loader. It seems I have to manually: loader> unload loader> set kernel=cvsup loader> set kernelname=/boot/cvsup/kernel

Re: Linux Emulation Panic

2003-01-13 Thread Kenneth Culver
What exactly were you running? I use linux emulation on -CURRENT right now for mozilla and a few other packages, and havn't had any panics... you might have your kernel modules out of sync with your kernel. Ken On Mon, 13 Jan 2003, Chuck McCrobie wrote: > Two panics produced when using Linux emu

Re: linux emulation

2000-11-02 Thread Michael Harnois
I'm not sure who all has been messing with the linuxulator in the last couple of days but as of my last several builds (the latest of a cvsup this afternoon) any attempt to manipulate entries in /compat/linux/dev (even to look at them with ls) causes a kernel page fault. -- Michael D. Harnois, R

Re: linux emulation

2000-11-01 Thread Nat Lanza
Marcel Moolenaar <[EMAIL PROTECTED]> writes: > Linux has the distinction between block and character devices. I don't > see any evidence that block devices can be accessed as character devices > as well (ie: there's /dev/fd0, but no /dev/rfd0). You can do this in Linux, but the way it works is p

Re: linux emulation

2000-11-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes: >> In that case, makebdev() has been wrong ever since we changed to >> mount cdevs in FreeBSD. > >In the sense that we would never find the vnode and thus always return >zero stats, right? No, depends on the bmaj <-> cmaj mapping and the t

Re: linux emulation

2000-11-01 Thread Marcel Moolenaar
Poul-Henning Kamp wrote: > > So, where do the programs that call this syscall have the udev_t from ? Most likely from stat, lstat and fstat. > Do they know it to be a mountpoint ? That is implied by the way they get the dev_t. > Do the know it to be a bmajor > or cmajor style udev_t ? AFAICT

Re: linux emulation

2000-11-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes: >Poul-Henning Kamp wrote: >> >> >In short: given the (u)dev_t, get the FS statistics and return the >> >number of free blocks and inodes of the FS on that device. >> >> But the udev_t is a (32bit truncated to) 16bit one, right ? > >Correct

Re: linux emulation

2000-11-01 Thread Marcel Moolenaar
Poul-Henning Kamp wrote: > > >In short: given the (u)dev_t, get the FS statistics and return the > >number of free blocks and inodes of the FS on that device. > > But the udev_t is a (32bit truncated to) 16bit one, right ? Correct. > In that case it will usually not work: > > crw-r- 1 ro

Re: linux emulation

2000-11-01 Thread Marcel Moolenaar
Andrew Gallatin wrote: > > Marcel Moolenaar writes: > > Wesley Morgan wrote: > > > > > > Anyone having problems with the linuxulator the past couple days? > > > > Define "past couple of days". I have a working linuxulator made on Oct > > 29, 12:25 PST. > > phk took away mkbdev on 10/31. T

Re: linux emulation

2000-11-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes: >Poul-Henning Kamp wrote: >> >> I was just looking at that piece of code, and I couldn't entirely >> make out what it was even trying to do. Can somebody more >> linuxolator savy explain what the function linux_ustat() should >> produce. >

Re: linux emulation

2000-11-01 Thread Marcel Moolenaar
Poul-Henning Kamp wrote: > > I was just looking at that piece of code, and I couldn't entirely > make out what it was even trying to do. Can somebody more > linuxolator savy explain what the function linux_ustat() should > produce. The following comment explains what linux_ustat should do:

Re: linux emulation

2000-11-01 Thread Poul-Henning Kamp
I was just looking at that piece of code, and I couldn't entirely make out what it was even trying to do. Can somebody more linuxolator savy explain what the function linux_ustat() should produce. I also find this comment rather interesting... /* * XXX - Don't return an error

Re: linux emulation

2000-11-01 Thread Andrew Gallatin
Marcel Moolenaar writes: > Wesley Morgan wrote: > > > > Anyone having problems with the linuxulator the past couple days? > > Define "past couple of days". I have a working linuxulator made on Oct > 29, 12:25 PST. phk took away mkbdev on 10/31. The following "fixes" it, but I have no id

Re: linux emulation

2000-11-01 Thread Munehiro Matsuda
From: Marcel Moolenaar <[EMAIL PROTECTED]> Date: Tue, 31 Oct 2000 22:59:48 -0800 ::> Anyone having problems with the linuxulator the past couple days? :: ::Define "past couple of days". I have a working linuxulator made on Oct ::29, 12:25 PST. By following commit, makebdev() went away. But there

Re: linux emulation

2000-10-31 Thread Szilveszter Adam
On Tue, Oct 31, 2000 at 10:59:48PM -0800, Marcel Moolenaar wrote: > Wesley Morgan wrote: > > > > Anyone having problems with the linuxulator the past couple days? > > Define "past couple of days". I have a working linuxulator made on Oct > 29, 12:25 PST. Mine: Mon Oct 30 17:01:15 CET 2000 and

Re: linux emulation

2000-10-31 Thread Marcel Moolenaar
Wesley Morgan wrote: > > Anyone having problems with the linuxulator the past couple days? Define "past couple of days". I have a working linuxulator made on Oct 29, 12:25 PST. -- Marcel Moolenaar mail: [EMAIL PROTECTED] / [EMAIL PROTECTED] tel: (408) 447-4222 To Unsubscribe: send mail

Re: linux emulation

2000-10-31 Thread Donny Lee
Wesley Morgan wrote: > Anyone having problems with the linuxulator the past couple days? > Module fails to load for me, with this message: > link_elf: symbol makebdev undefined Yah, i do. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the bod

Re: Linux Emulation ETTW?

2000-09-13 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jordan Hubbard writes: : > By ETTW i mean estimated time to work :D : : It works right now and has for the last week. If you get out of date : with your modules, on the other hand, you're shooting your own feet off. And the move to the new layout may be shooting y

Re: Linux Emulation ETTW?

2000-09-13 Thread Jordan Hubbard
> By ETTW i mean estimated time to work :D It works right now and has for the last week. If you get out of date with your modules, on the other hand, you're shooting your own feet off. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of th

Re: Linux Emulation ETTW?

2000-09-13 Thread John Baldwin
Tobias Fredriksson wrote: > By ETTW i mean estimated time to work :D > since the last compile a 1/2 days ago the linux emulation on my non-smp > station has failed. Everything that has to use linux emulation crashes the > kernel which is rather bad :/ > > Anybody know when this is schedueled to b

RE: Linux Emulation ETTW?

2000-09-13 Thread Daniel O'Connor
On 14-Sep-00 Tobias Fredriksson wrote: > By ETTW i mean estimated time to work :D > since the last compile a 1/2 days ago the linux emulation on my non-smp > station has failed. Everything that has to use linux emulation crashes the > kernel which is rather bad :/ > > Anybody know when thi

Re: Linux emulation causes a halt

2000-05-14 Thread Jesper Skriver
On Sun, May 14, 2000 at 06:29:59PM +0200, Eric Jacoboni wrote: > > "Jesper" == Jesper Skriver <[EMAIL PROTECTED]> writes: > > Jesper> Just upgraded my laptop from a late march -current to > Jesper> -current as of a couple of hours ago. > > Jesper> When it loads the "Linux binary

Re: Linux emulation causes a halt

2000-05-14 Thread Eric Jacoboni
> "Jesper" == Jesper Skriver <[EMAIL PROTECTED]> writes: Jesper> Just upgraded my laptop from a late march -current to Jesper> -current as of a couple of hours ago. Jesper> When it loads the "Linux binary compatibility" it Jesper> shutdown, if apm is enabled it looks like wh

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesdayy

2000-04-24 Thread Frank Mayhar
Martin Blapp wrote: > I really like to see your fix committed to STABLE. It fixes also the > bad designed Staroffice 5.2 installation for some part (/usr/sbin/test). ...as well as the WordPerfect 2000 for Linux installation. Basically, it sounds like it makes Linux emulation really complete. Al

Re: Linux emulation scripting fix to be committed to 5.x and 4.xwednesday

2000-04-24 Thread Doug Rabson
On Sun, 23 Apr 2000, Matthew Dillon wrote: > There's another good reason to MFC the linux patch on wednesday... > that is, to do it at the same time the SMP cleanup is MFC'd, and that > is because both patch sets require the linux kernel module to be > recompiled and I'd rather

Re: Linux emulation scripting fix to be committed to 5.x and 4.xwednesday

2000-04-24 Thread Martin Blapp
Hi Matt, I really like to see your fix committed to STABLE. It fixes also the bad designed Staroffice 5.2 installation for some part (/usr/sbin/test). Thank you for your work ! Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution a

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Jonathan M. Bresler
> > BTW; whilst I think Poul was entirely the wrong person to raise the > issue, I agree that you probably want to hang back on MFCing the linux > scripting changes for a week or so. This is really just common sense. > recently i added autoload to a usb related kernel module. very ha

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Mike Muir
Mike Muir wrote: > > Nate Williams wrote: > > > I was under the impression that 4.x hasn't been designated as the stable > > branch (yet). That will happen when 4.1 is released, but until that > > happens 3.x is still considered the -stable release. > > That would kinda make sense since cvsupi

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Mike Muir
Nate Williams wrote: > I was under the impression that 4.x hasn't been designated as the stable > branch (yet). That will happen when 4.1 is released, but until that > happens 3.x is still considered the -stable release. That would kinda make sense since cvsuping with tag=RELENG_3 seems to give

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
: :>I do not consider the linux scripting patch to be a major infrastructure :>change, I consider it to be a simple bug fix. If you have a functional :>issue with the patch I'm all ears. If you disagree with my assessment of :>the triviality of the linux scripting patch, then I

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Mike Smith
> I wonder if it makes sense to add a release id to the module header > and have the module loader refuse (unless forced) to load modules that > are out-of-date with the kernel? We actually have a whole module dependancy and versioning system more or less ready to go into -current.

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread David Greenman
>I do not consider the linux scripting patch to be a major infrastructure >change, I consider it to be a simple bug fix. If you have a functional >issue with the patch I'm all ears. If you disagree with my assessment of >the triviality of the linux scripting patch, then I will as

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Richard Wackerbarth
On Sun, 23 Apr 2000, Matthew Dillon wrote: > If core wants to change the current rules, that's fine by me. As I > said before I think the breakage that we thought would happen with 5.x > due to the BSDI merger that prompted the loose rules for 4.x is > overrated, and the rules should

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Nate Williams
> >Core should consider reverting the special rules that were originally > >created with the expectation of major breakage in 5.x back to > >the set of rules we had for 3.x and 4.x. > > I have no idea what special rules you are talking about for 4.x/5.x. > > 4.x-stable is a -stable

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
: :In message <[EMAIL PROTECTED]>, Matthew Dillon writes: : :>Core should consider reverting the special rules that were originally :>created with the expectation of major breakage in 5.x back to :>the set of rules we had for 3.x and 4.x. : :I have no idea what special rules you are

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
: : :Matt, : :I will say it this last time: : : Your patch does not qualify for immediate MFC. : :-- :Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 And I will say this to you for the last time: Under the current rules my patch DOES qualify for an immediate MFC. Hell, by t

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew Dillon writes: >Core should consider reverting the special rules that were originally >created with the expectation of major breakage in 5.x back to >the set of rules we had for 3.x and 4.x. I have no idea what special rules you are talking a

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
:> : :> :-- :> :Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 :> :>I think you're confused, Poul. I've gone over the commits made :>to the tree by people over the last few months and frankly there :>are dozens of simultanious -current and -stable commits. A quick :>check

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Rodney W. Grimes
> > : > :In message <[EMAIL PROTECTED]>, Matthew Dillon writes: > : > :>There's another good reason to MFC the linux patch on wednesday... > :>that is, to do it at the same time the SMP cleanup is MFC'd, and that > :>is because both patch sets require the linux kernel module to be >

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
Matt, I will say it this last time: Your patch does not qualify for immediate MFC. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Rodney W. Grimes
> There's another good reason to MFC the linux patch on wednesday... > that is, to do it at the same time the SMP cleanup is MFC'd, and that > is because both patch sets require the linux kernel module to be > recompiled and I'd rather not force people to do that twice. > >

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
: :In message <[EMAIL PROTECTED]>, Matthew Dillon writes: : :>There's another good reason to MFC the linux patch on wednesday... :>that is, to do it at the same time the SMP cleanup is MFC'd, and that :>is because both patch sets require the linux kernel module to be :>recompile

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew Dillon writes: >I'm sorry, Poul, but you are going to have to come up with better >reasoning then that. > >Not all changes committed to -current require a waiting period before >being MFC'd to stable. Specifically, simple and obvious bug f

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
:In message <[EMAIL PROTECTED]>, Matthew Dillon writes: : :>:I don't see anything justifying an immediate MFC in this patch. Please :>:allow the normal waiting period to elapse before you MFC. :> :>Unless you can justify a reason for it NOT to be MFC'd immediately, I :>see no reason to wa

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew Dillon writes: >There's another good reason to MFC the linux patch on wednesday... >that is, to do it at the same time the SMP cleanup is MFC'd, and that >is because both patch sets require the linux kernel module to be >recompiled and I'd

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
There's another good reason to MFC the linux patch on wednesday... that is, to do it at the same time the SMP cleanup is MFC'd, and that is because both patch sets require the linux kernel module to be recompiled and I'd rather not force people to do that twice. The SMP pat

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew Dillon writes: >:I don't see anything justifying an immediate MFC in this patch. Please >:allow the normal waiting period to elapse before you MFC. > >Unless you can justify a reason for it NOT to be MFC'd immediately, I >see no reason to wait for

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Matthew Dillon
: :In message <[EMAIL PROTECTED]>, Matthew Dillon writes: : :>I intend to commit this to -current and immediately MFC it to -stable. :>I don't expect there to be any controversy though I'm sure there is a :>cleaner way to do it. : :I don't see anything justifying an immediate MFC in t

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew Dillon writes: >I intend to commit this to -current and immediately MFC it to -stable. >I don't expect there to be any controversy though I'm sure there is a >cleaner way to do it. I don't see anything justifying an immediate MFC in this patch.

Re: linux emulation problems - path length restrictions inlinux_rename

2000-04-10 Thread Brad Knowles
At 11:09 AM -0700 2000/4/10, Matthew Dillon wrote: > I can't say I'm impressed. Oracle itself is a very complete relational > database, but their replication capabilities suck. They only do > non-quorum fully synchronous replication or non-quorum fully > asynchronous replica

Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Marcel Moolenaar
Matthew Dillon wrote: > Basically I had to take the linux_base port, and then chroot into > /usr/compat/linux and install the rpm's for most of redhat, including > the compiler environment, and the ld.so and ldd piece from slackware > (because redhat's is broken under emulation).

Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Matthew Dillon
:> (No, this fix alone isn't enough to do an oracle install, it's just too :> grungy a beast). : :In 1999Q2 I did an install of Oracle8i, which failed due to an installer :problem, IIRC. I only modified 1 script to overcome the shell execution :problem. You are using Blackdown JDK, are you

Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Marcel Moolenaar
[CC to -emulation as well] Matthew Dillon wrote: > > I just noticed that the reserved area of the user stack that the linux > emulator uses to copy modified paths is only 256 bytes long. > > linux_rename() makes two calls to the path munging code, which means > that the two path

Re: Linux Emulation patches

2000-02-23 Thread Gerald Pfeifer
On Wed, 23 Feb 2000, Victor A. Salaman wrote: > Anyways, after sending email to marcel and peter with the patches, I haven't > even received a reply. :-( > > So therefore, I'm posting them here, in case anyone wants to commit > them at all. I feel 4.0 shouldn't go out with a known broken linux > e

Re: linux emulation broken.. (solution)

1999-10-25 Thread Chuck Robey
On Mon, 25 Oct 1999, Chris Csanady wrote: > > I *know* someone else said it wasn't so, but just 3 weeks ago I had this > > very problem, with word perfect, and it works just fine now. Are you sure > > you have a really up to date linux_base port installed? It was recently > > changed, a *lot* o

Re: linux emulation broken.. (solution)

1999-10-25 Thread Chris Csanady
> I *know* someone else said it wasn't so, but just 3 weeks ago I had this > very problem, with word perfect, and it works just fine now. Are you sure > you have a really up to date linux_base port installed? It was recently > changed, a *lot* of new libs added, and I'd really like an answer on

Re: linux emulation broken..

1999-10-14 Thread Marc van Woerkom
> This is weird, I use linux netscape and word perfect all the time, and the > only problems I see are memory leaks I knew were there (in the > applications, not FreeBSD) Indeed. The Linux version was more stable than the FreeBSD version (that one can't digest the Slashdot site for some strange

Re: linux emulation broken..

1999-10-14 Thread Chuck Robey
On Thu, 14 Oct 1999, Kenneth Wayne Culver wrote: > This is weird, I use linux netscape and word perfect all the time, and the > only problems I see are memory leaks I knew were there (in the > applications, not FreeBSD) > I had equal problems a little while back. Make sure you have the linux_b

Re: linux emulation broken..

1999-10-14 Thread David Scheidt
On Thu, 14 Oct 1999, Marc van Woerkom wrote: > > (im)perfect. I was using the linux version of netscape, until > > recently when it began hanging for long periods of time during > > network or disk activity. > > Calling up linux-netscape-4.61 causes my system to freeze for a > couple of seco

Re: linux emulation broken..

1999-10-14 Thread Kenneth Wayne Culver
This is weird, I use linux netscape and word perfect all the time, and the only problems I see are memory leaks I knew were there (in the applications, not FreeBSD) = | Kenneth Culver | FreeBSD: The best OS around.|

Re: linux emulation broken..

1999-10-14 Thread Marcel Moolenaar
Chris Csanady wrote: [snip] > it is still broken. I don't have time to go into it any further > right now, but I thought I would check if others are having > similar difficulties. No. > I have a lot to do, and it is just extremely irritating right > now. I swear, nothing relating to linux ever

Re: linux emulation broken..

1999-10-14 Thread Marc van Woerkom
> (im)perfect. I was using the linux version of netscape, until > recently when it began hanging for long periods of time during > network or disk activity. Calling up linux-netscape-4.61 causes my system to freeze for a couple of seconds, then it reboots. This is either related to some rece

Re: Linux emulation

1999-10-04 Thread Marcel Moolenaar
Chuck Robey wrote: > > I just tried to use my copy of WordPerfect 8 to decode an rtf document, > like I've done before the signal change, and boy was I surprised. The > machine locked up for 10 seconds, then spontaneously rebooted. > > Anyone else have this experience with Linux emulation? Som