From owner-freebsd-emulation Sun Oct 14 4:55:51 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id D3B7037B40D for ; Sun, 14 Oct 2001 04:55:47 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9EBtcR31375; Sun, 14 Oct 2001 13:55:42 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sun, 14 Oct 2001 13:57:06 +0200 (CEST) From: Martin Blapp To: Marcel Moolenaar Cc: Subject: Re: Errors during staroffice6.0 tests In-Reply-To: <20011013132544.A406@athlon.pn.xcllnt.net> Message-ID: <20011014135317.C63907-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > linux_base-7 has all the symlinks: > athlon% ls -al *render* > ... 17890 Mar 30 2001 libXrender.a > ... 17 Oct 3 21:17 libXrender.so -> libXrender.so.1.0 > ... 17 Oct 3 20:48 libXrender.so.1 -> libXrender.so.1.0 > ... 14612 Mar 30 2001 libXrender.so.1.0 > > linux_base(-6) doesn't have libXrender at all. Hmm, I've just installed Linux_base-7 from scratch. There is _no_ symlink from libXrender.so.1.0 to libXrender.so ! root@fuchur:/compat/linux/usr/X11R6/lib# ls -al *render* lrwxr-xr-x 1 root wheel 17 Oct 14 13:41 libXrender.so.1 -> libXrender.so.1.0 -rwxr-xr-x 1 root wheel 14612 Mar 31 2001 libXrender.so.1.0 Can you add it to your linux_base-7 port ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sun Oct 14 10:16:22 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from pop3.psconsult.nl (ps226.psconsult.nl [193.67.147.226]) by hub.freebsd.org (Postfix) with ESMTP id C618A37B408 for ; Sun, 14 Oct 2001 10:16:15 -0700 (PDT) Received: (from paul@localhost) by pop3.psconsult.nl (8.9.2/8.9.2) id TAA16483 for emulation@FreeBSD.ORG; Sun, 14 Oct 2001 19:16:14 +0200 (CEST) (envelope-from paul) Date: Sun, 14 Oct 2001 19:16:13 +0200 From: Paul Schenkeveld To: emulation@FreeBSD.ORG Subject: VMware on diskless workstation Message-ID: <20011014191613.A16357@psconsult.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I encountered problems using VMware (release 2) on a diskless workstation when using netgraph bridging. It appeared that while /usr/local/etc/rc.d/vmware.sh was setting up the bridge the NFS mounted partitions became unreachable and the ssytem was hanging. The work-around I found was to build a static version of ngctl and change /usr/local/etc/rc.d to copy this static version and a file containing the ngctl subcommands to /tmp which is a MFS filesystem and run the static ngctl from there. I don't know if this is the preferred way to solve this problem but for me it works so I thought I'd better share is with possible other victims of this particular incompatibility between VMware with bridged Ethernet interfaces and diskless workstations. Ngctl was built by running 'cc -static *.c -o ngctl' in the ngctl source directory. Here's the diff to /usr/local/etc/rc.d/vmware.sh: --- /usr/local/etc/rc.d/vmware.sh Sat Mar 31 20:47:51 2001 +++ /diskless/proto/etc/rc.d/vmware.sh Thu Oct 11 23:05:29 2001 @@ -61,12 +61,16 @@ kldstat -v | grep ng_bridge >/dev/null || kldload ng_bridge.ko ngctl mkpeer vmnet1: bridge lower link0 ngctl name vmnet1:lower vmnet_bridge - ngctl connect vmnet_bridge: ${bridge_interface}: link1 lower - ngctl connect vmnet_bridge: ${bridge_interface}: link2 upper - ngctl msg ${bridge_interface}: setautosrc 0 - ngctl msg ${bridge_interface}: setpromisc 1 - ngctl msg vmnet1: setautosrc 0 - ngctl msg vmnet1: setpromisc 1 + #ngctl connect vmnet_bridge: ${bridge_interface}: link1 lower + #ngctl connect vmnet_bridge: ${bridge_interface}: link2 upper + #ngctl msg ${bridge_interface}: setautosrc 0 + #ngctl msg ${bridge_interface}: setpromisc 1 + #ngctl msg vmnet1: setautosrc 0 + #ngctl msg vmnet1: setpromisc 1 + cp -p /sbin/ngctl.static /tmp/ngctl && + cp -p /etc/vmware.ngbridge /tmp && + /tmp/ngctl -f /tmp/vmware.ngbridge && + rm /tmp/ngctl /tmp/vmware.ngbridge fi fi echo -n " VMware" >&2 My /etc/vwmare.ngbridge (in the shared /usr tree) contains: connect vmnet_bridge: fxp0: link1 lower connect vmnet_bridge: fxp0: link2 upper msg fxp0: setautosrc 0 msg fxp0: setpromisc 1 msg vmnet1: setautosrc 0 msg vmnet1: setpromisc 1 Hope this helps others in the same situation. -- Paul Schenkeveld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sun Oct 14 14:17:22 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 760A537B40B for ; Sun, 14 Oct 2001 14:17:13 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f9ELHDI95219; Sun, 14 Oct 2001 14:17:13 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f9ELHZP14228; Sun, 14 Oct 2001 14:17:35 -0700 (PDT) (envelope-from marcel) Date: Sun, 14 Oct 2001 14:17:35 -0700 From: Marcel Moolenaar To: Martin Blapp Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: Errors during staroffice6.0 tests Message-ID: <20011014141735.A14162@dhcp01.pn.xcllnt.net> References: <20011013132544.A406@athlon.pn.xcllnt.net> <20011014135317.C63907-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011014135317.C63907-100000@levais.imp.ch> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 14, 2001 at 01:57:06PM +0200, Martin Blapp wrote: > > > linux_base-7 has all the symlinks: > > athlon% ls -al *render* > > ... 17890 Mar 30 2001 libXrender.a > > ... 17 Oct 3 21:17 libXrender.so -> libXrender.so.1.0 > > ... 17 Oct 3 20:48 libXrender.so.1 -> libXrender.so.1.0 > > ... 14612 Mar 30 2001 libXrender.so.1.0 > > > > linux_base(-6) doesn't have libXrender at all. > > Hmm, I've just installed Linux_base-7 from scratch. There is _no_ > symlink from libXrender.so.1.0 to libXrender.so ! You're right. I think the links are created by XFree86-devel-4.0.3-5.i386.rpm, which is installed by linux_devtools-7 (not in the ports collection yet). > Can you add it to your linux_base-7 port ? I'm not sure this is the right thing to do. It doesn't look like a bug in the XFree86-libs-4.0.3-5.i386.rpm package, which makes the behaviour intentional. It's our (or mine at least) policy to install packages without any modifications that are not related to them being installed on FreeBSD. Adding a link would be such a modification. It's even more a hack if we're only creating one such link while none of the libraries have *.so links. It looks like a problem that tis local to SO. Thoughts? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sun Oct 14 14:27:29 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 8DFD737B407 for ; Sun, 14 Oct 2001 14:27:25 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9ELRLR49529; Sun, 14 Oct 2001 23:27:21 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sun, 14 Oct 2001 23:28:49 +0200 (CEST) From: Martin Blapp To: Marcel Moolenaar Cc: Subject: Re: Errors during staroffice6.0 tests In-Reply-To: <20011014141735.A14162@dhcp01.pn.xcllnt.net> Message-ID: <20011014232625.H63907-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Marcel, > I'm not sure this is the right thing to do. It doesn't look like a > bug in the XFree86-libs-4.0.3-5.i386.rpm package, which makes the > behaviour intentional. It's our (or mine at least) policy to install > packages without any modifications that are not related to them being > installed on FreeBSD. Adding a link would be such a modification. > It's even more a hack if we're only creating one such link while none > of the libraries have *.so links. > > It looks like a problem that tis local to SO. Thoughts? I've done a workaround now with: +.if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) + @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${WRKDIR}/tmp/libXrender.so +.endif during the installation and +.if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) + @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${PREFIX}/${SOVERSION}/program/libXrender.so +.endif for the post-install section. This works ok Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Oct 15 15:28:41 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 9F3DF37B407 for ; Mon, 15 Oct 2001 15:28:36 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9FMSZR55520 for ; Tue, 16 Oct 2001 00:28:35 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Tue, 16 Oct 2001 00:30:02 +0200 (CEST) From: Martin Blapp To: Subject: Re: Errors during staroffice6.0 tests Message-ID: <20011016002632.I75488-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've tracked down a non-working SO60 -net installation to the following problem: A -net installation is done without any errors. A userinstall segfaults for a normal user, works most of time for root. Startup of SO60 does loop indefinitly. After the initial -net installation the following files are missing ! ( In a original redhat installation they are created by "setup -net", we do the same but these files are missing ) config/registry/cache/instance/org/openoffice/Office/SFX.dat config/registry/cache/instance/org/openoffice/Office/Labels.dat config/registry/cache/instance/org/openoffice/Office/Impress.dat config/registry/cache/instance/org/openoffice/Office/Draw.dat config/registry/cache/instance/org/openoffice/Office/Java.dat config/registry/cache/instance/org/openoffice/Office/Chart.dat config/registry/cache/instance/org/openoffice/Office/Calc.dat config/registry/cache/instance/org/openoffice/Office/Linguistic.dat config/registry/cache/instance/org/openoffice/Office/Writer.dat config/registry/cache/instance/org/openoffice/Office/Common.dat config/registry/cache/instance/org/openoffice/Office/TypeDetection.dat config/registry/cache/instance/org/openoffice/Office/DataAccess.dat config/registry/cache/instance/org/openoffice/Office/Math.dat config/registry/cache/instance/org/openoffice/Office/Views.dat config/registry/cache/instance/org/openoffice/Office/WriterWeb.dat config/registry/cache/instance/org/openoffice/ucb/Configuration.dat config/registry/cache/instance/org/openoffice/ucb/Store.dat config/registry/cache/instance/org/openoffice/ucb/Hierarchy.dat config/registry/cache/instance/org/openoffice/Inet.dat config/registry/cache/instance/org/openoffice/UserProfile.dat config/registry/cache/instance/org/openoffice/Setup.dat If I make a archive and add these files to the FreeBSD installation, everything begins to work ! No more segfaults or hangs. Where should these .dat files be created ? Martin M. Blapp ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Oct 16 4:36: 5 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from sp.gilan.uar.net (sp-obolon.gilan.uar.net [194.44.225.94]) by hub.freebsd.org (Postfix) with ESMTP id 19C2337B401; Tue, 16 Oct 2001 04:35:56 -0700 (PDT) Received: from localhost (petr@localhost) by sp.gilan.uar.net (8.11.6/8.11.6) with ESMTP id f9GBZmC32979; Tue, 16 Oct 2001 14:35:49 +0300 (EEST) (envelope-from petr@petrovich.net) X-Authentication-Warning: sp.gilan.uar.net: petr owned process doing -bs Date: Tue, 16 Oct 2001 14:35:48 +0300 (EEST) From: Serge Negodyuck X-X-Sender: To: Cc: Subject: FreeBSD hangs running some linux apps. Message-ID: <20011016134355.T2270-100000@sp.gilan.uar.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have troubles running some linux apps under FreeBSD. The box is Athlon-750/256 MB RAM. FreeBSD 4.4-STABLE, cvsupped 16 Oct. Kernel compiled with option COMPAT_LINUX, and "linux_enable" is set in /etc/rc.conf. There such applicatios: Linux Netscape 4.78 - works fine. Vmware 2.0.4.1142. running win98 as guest os. Guest os starts, and works sometime. It can work a long time if I do not use vmware. But when I try to run some "huge" apps inside vmware - such as openning many windows of IE for example host OS (FreeBSD) hangs. Kernel is compiled with DDB, but I cannot see it. May be DDB is avaible from serial conslole if I will attach it. But I did't try serial conslole yet. Demo version of Linux game "Heroes of Might and magic". (http://www.3ddownloads.com/?file_id=39800http://www.3ddownloads.com/?file_id=39800) This game just make my FreeBSD hangs in the same manner as vmware. 80% my box hangs at once after starting this game. Sometimes I can see some animation, but after that computer hangs. I think, hardware is OK. Running make -j 16 buildworld works fine. The most interesting, I have another box - Cyrix233/80MB RAM. With almost similar kernel config file. And cvsupped the same date. Vmware and "Heroes of Might and magic" works fine during an hour. But too slow :) P.S. I've found a message, where are almost the same trouble. http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=2506+4846+/usr/local/www/db/text/2000/freebsd-emulation/20001210.freebsd-emulation To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Oct 16 4:47:39 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 6647137B40F; Tue, 16 Oct 2001 04:47:35 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 6B90A14C2E; Tue, 16 Oct 2001 13:47:33 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Serge Negodyuck Cc: , Subject: Re: FreeBSD hangs running some linux apps. References: <20011016134355.T2270-100000@sp.gilan.uar.net> From: Dag-Erling Smorgrav Date: 16 Oct 2001 13:47:32 +0200 In-Reply-To: <20011016134355.T2270-100000@sp.gilan.uar.net> Message-ID: Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Serge Negodyuck writes: > But when I try to run some "huge" apps inside vmware - such as openning > many windows of IE for example host OS (FreeBSD) hangs. Kernel is compiled > with DDB, but I cannot see it. May be DDB is avaible from serial conslole > if I will attach it. But I did't try serial conslole yet. Please do so. DDB doesn't know how to switch back to text mode, so if the kernel panics while you're running X, you're screwed - unless you're using a serial console. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Oct 16 13: 5:38 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id F07E037B408 for ; Tue, 16 Oct 2001 13:05:35 -0700 (PDT) Received: (qmail 6591634 invoked by uid 0); 16 Oct 2001 20:05:33 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Oct 2001 20:05:33 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9GK5WB85751; Tue, 16 Oct 2001 22:05:32 +0200 (CEST) (envelope-from root) Message-Id: <200110162005.f9GK5WB85751@gits.dyndns.org> Subject: Re: Errors during staroffice6.0 tests In-Reply-To: <20011016002632.I75488-100000@levais.imp.ch> To: Martin Blapp Date: Tue, 16 Oct 2001 22:05:32 +0200 (CEST) Cc: freebsd-emulation@freebsd.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Martin Blapp wrote: > > If I make a archive and add these files to the FreeBSD installation, > everything begins to work ! No more segfaults or hangs. > > Where should these .dat files be created ? how big are they ? would be possible to put them (in a tar.gz archive) on make -V MASTER_SITE_LOCAL... Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Oct 16 13:37:42 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 70F2637B405 for ; Tue, 16 Oct 2001 13:37:39 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9GKbLR61989; Tue, 16 Oct 2001 22:37:21 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Tue, 16 Oct 2001 22:38:48 +0200 (CEST) From: Martin Blapp To: Cyrille Lefevre Cc: Subject: Re: Errors during staroffice6.0 tests In-Reply-To: <200110162005.f9GK5WB85751@gits.dyndns.org> Message-ID: <20011016223810.G82806-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > how big are they ? would be possible to put them (in a tar.gz archive) > on make -V MASTER_SITE_LOCAL... That's what we have done ;-) THe port is updated and committed. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Oct 16 15:52:35 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mustang.oldcity.dca.net (mustang.oldcity.dca.net [216.158.38.3]) by hub.freebsd.org (Postfix) with ESMTP id 8A80A37B40B for ; Tue, 16 Oct 2001 15:52:32 -0700 (PDT) Received: from defiant.mutara.net (ns1.mutara.net [216.158.26.30]) by mustang.oldcity.dca.net (8.9.3/8.9.3/DCANET) with ESMTP id SAA19400 for ; Tue, 16 Oct 2001 18:52:31 -0400 Received: (from cgriffiths@localhost) by defiant.mutara.net (8.11.6/8.11.6) id f9GMmh561389 for freebsd-emulation@freebsd.org; Tue, 16 Oct 2001 18:48:43 -0400 (EDT) (envelope-from cgriffiths@dca.net) X-Authentication-Warning: defiant.mutara.net: cgriffiths set sender to cgriffiths@dca.net using -f Date: Tue, 16 Oct 2001 18:48:43 -0400 From: Chris Griffiths To: freebsd-emulation@freebsd.org Subject: staroffice6 Message-ID: <20011016184843.A61381@dca.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD/4.4-STABLE (i386) Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I just got the staroffice60 port to work on 4.4-stable with the linux_base (not 7). I ran into some errors but it compiled and now runs. I got one problem though. When I go to open up documents or save, staroffice does not see any paths, directories, files, etc. Has anyone else had this problem? Please cc me since I am not on this list. Thanks Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Oct 17 8: 2:37 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mars.virtual-earth.de (mars.virtual-earth.de [212.89.109.104]) by hub.freebsd.org (Postfix) with SMTP id 21D1037B403 for ; Wed, 17 Oct 2001 08:02:30 -0700 (PDT) Received: (qmail 8441 invoked from network); 17 Oct 2001 15:04:36 -0000 Received: from mp.virtual-earth.de (HELO virtual-earth.de) (212.89.109.98) by mars.virtual-earth.de with SMTP; 17 Oct 2001 15:04:36 -0000 Date: Wed, 17 Oct 2001 17:02:24 +0200 (CEST) From: Mathias.Picker@virtual-earth.de Subject: vmware2 on current/kse does not see license or (I guess) home directory To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Message-Id: <20011017150230.21D1037B403@hub.freebsd.org> Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On a -current machine from Oct 11 I could compile and install vmware using the kse patches, but on startup I get mp% vmware Setting TMPDIR=/var/tmp. Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server Error: Can't open display: :0.0 mp% xhost +mp mp being added to access control list mp% vmware Setting TMPDIR=/var/tmp. after which vmare starts, but complains it cannot find the license. If I start as root and copy the license into /etc/vmware/license, I get at least the notice that the license is found, but not valid, so I guess the problem is not the license but finding it. This looks a bit like vmware does not see my home direcory. Is that possible/has anyone seen this before?? Thanks for any help, Mathias -- virtual earth Mathias Picker Geschäftsführer Gesellschaft für Wissens re/prä sentation mbH Mathias.Picker@virtual-earth.de Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Oct 18 0:53:20 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from admin4.dircon.net (admin4.dircon.net [195.157.2.156]) by hub.freebsd.org (Postfix) with ESMTP id 9D62F37B401 for ; Thu, 18 Oct 2001 00:53:12 -0700 (PDT) Received: (from tdcmb2@localhost) by admin4.dircon.net (8.11.1/8.11.1) id f9I7qwp51240; Thu, 18 Oct 2001 08:52:58 +0100 (BST) (envelope-from tdcmb2) Date: Thu, 18 Oct 2001 08:52:57 +0100 From: Mark Blackman To: Chris Griffiths Cc: freebsd-emulation@freebsd.org Subject: Re: staroffice6 Message-ID: <20011018085257.A51232@admin4.dircon.net> References: <20011016184843.A61381@dca.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011016184843.A61381@dca.net>; from cgriffiths@dca.net on Tue, Oct 16, 2001 at 06:48:43PM -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I see the same problem. Kudos to the porters for getting it up and going though. problem appears to be some unimplemented syscalls.. i.e. Oct 18 08:42:21 amoeba /kernel: linux: syscall stat64 is obsoleted or not implemented (pid=704) Oct 18 08:42:21 amoeba /kernel: linux: syscall sysctl is obsoleted or not implemented (pid=704) Oct 18 08:42:22 amoeba /kernel: linux: syscall setup is obsoleted or not implemented (pid=704) Oct 18 08:42:22 amoeba /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=704) Oct 18 08:42:22 amoeba /kernel: linux: syscall setup is obsoleted or not implemented (pid=704) Oct 18 08:42:22 amoeba /kernel: linux: syscall setup is obsoleted or not impleme nted (pid=704) Oct 18 08:42:23 amoeba /kernel: linux: syscall stat64 is obsoleted or not implemented (pid=669) Oct 18 08:42:25 amoeba /kernel: linux: syscall sysctl is obsoleted or not implemented (pid=669) Oct 18 08:42:25 amoeba /kernel: linux: syscall setup is obsoleted or not implemented (pid=669) Oct 18 08:42:25 amoeba /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=669) Oct 18 08:42:27 amoeba /kernel: linux: syscall setup is obsoleted or not implemented (pid=669) Oct 18 08:42:27 amoeba /kernel: linux: syscall setup is obsoleted or not implemented (pid=669) Oct 18 08:42:28 amoeba /kernel: linux: syscall ugetrlimit is obsoleted or not implemented (pid=669) Oct 18 08:43:12 amoeba /kernel: linux: syscall stat64 is obsoleted or not implemented (pid=718) Oct 18 08:43:12 amoeba /kernel: linux: syscall setup is obsoleted or not implemented (pid=718) Oct 18 08:43:12 amoeba /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=718) I've not yet determined if an update is required or if these are genuinely missing. I've got to wonder why linux need so many funny syscalls. - Mark On Tue, Oct 16, 2001 at 06:48:43PM -0400, Chris Griffiths wrote: > Hello, > > I just got the staroffice60 port to work on 4.4-stable with the > linux_base (not 7). I ran into some errors but it compiled and now > runs. I got one problem though. When I go to open up documents or > save, staroffice does not see any paths, directories, files, etc. Has > anyone else had this problem? Please cc me since I am not on this list. > > Thanks > > Chris > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Oct 18 1:47:28 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by hub.freebsd.org (Postfix) with ESMTP id BA57937B401 for ; Thu, 18 Oct 2001 01:47:24 -0700 (PDT) Received: from laptop.6bone.nl (penguin.ripe.net [193.0.1.232]) by birch.ripe.net (8.11.6/8.11.6) with SMTP id f9I8lM200573; Thu, 18 Oct 2001 10:47:22 +0200 Received: (nullmailer pid 2776 invoked by uid 1000); Thu, 18 Oct 2001 06:50:01 -0000 Date: Thu, 18 Oct 2001 08:50:01 +0200 From: Mark Santcroos To: Mathias.Picker@virtual-earth.de Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: vmware2 on current/kse does not see license or (I guess) home directory Message-ID: <20011018085001.C508@laptop.6bone.nl> References: <20011017150230.21D1037B403@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20011017150230.21D1037B403@hub.freebsd.org>; from Mathias.Picker@virtual-earth.de on Wed, Oct 17, 2001 at 05:02:24PM +0200 X-Handles: MS6-6BONE, MS18417-RIPE Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Something similar was discussed on freebsd-current@ some time ago. Look for messages with vmware in the subject. (You DO read freebsd-current don't you?!?) Mark On Wed, Oct 17, 2001 at 05:02:24PM +0200, Mathias.Picker@virtual-earth.de wrote: > On a -current machine from Oct 11 I could compile and install vmware > using the kse patches, but on startup I get > > > mp% vmware > Setting TMPDIR=/var/tmp. > Xlib: connection to ":0.0" refused by server > Xlib: Client is not authorized to connect to Server > Error: Can't open display: :0.0 > mp% xhost +mp > mp being added to access control list > mp% vmware > Setting TMPDIR=/var/tmp. > > after which vmare starts, but complains it cannot find the license. > > If I start as root and copy the license into /etc/vmware/license, I get > at least the notice that the license is found, but not valid, so I guess > the problem is not the license but finding it. > > > This looks a bit like vmware does not see my home direcory. Is that > possible/has anyone seen this before?? > > > Thanks for any help, Mathias > > -- > virtual earth > Mathias Picker > Geschäftsführer Gesellschaft für Wissens re/prä sentation mbH > > Mathias.Picker@virtual-earth.de > Fon +49 89 / 540 7425-1 > Fax +49 89 / 540 7425-9 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Oct 18 4:35: 7 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 0003337B401 for ; Thu, 18 Oct 2001 04:35:02 -0700 (PDT) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 04AFA1D169 for ; Thu, 18 Oct 2001 12:35:00 +0100 (BST) Date: Thu, 18 Oct 2001 12:35:00 +0100 From: Paul Richards To: freebsd-emulation@freebsd.org Subject: linux_base-7 problems Message-ID: <9110000.1003404900@lobster.originative.co.uk> X-Mailer: Mulberry/2.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I upgraded to linux_base-7 to try Staroffice 6.0 and it's hosed Mulberry. It can no longer connect to the IMAP server. It's difficult to track this down further, Mulberry forks a lot so finding the actual process that talks to the IMAP server and trussing it is tricky and there's no console output to help either. I've reverted back to linux_base-6 and Mulberry is working fine again so it's at least narrowed down to a linux_base-7 issue. It might be useful for the time being for linux_base-7 to install itself into /comat/linux-7 so you can have them both installed the same time and switch a symlink to choose which version to use. I've got it that way at the moment to continue playing with this. Marcel, any suggestions of something to try to debug this? Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Oct 18 6:39:51 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id AA38D37B401 for ; Thu, 18 Oct 2001 06:39:49 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 65E7314C40; Thu, 18 Oct 2001 15:39:47 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Paul Richards Cc: freebsd-emulation@freebsd.org Subject: Re: linux_base-7 problems References: <9110000.1003404900@lobster.originative.co.uk> From: Dag-Erling Smorgrav Date: 18 Oct 2001 15:39:46 +0200 In-Reply-To: <9110000.1003404900@lobster.originative.co.uk> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Paul Richards writes: > It's difficult to track this down further, Mulberry forks a lot so finding > the actual process that talks to the IMAP server and trussing it is tricky > and there's no console output to help either. Use ktrace(1). DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Oct 18 8:26:12 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from bleys.tpgi.com.au (bleys.tpgi.com.au [203.12.160.38]) by hub.freebsd.org (Postfix) with ESMTP id E9C9C37B412 for ; Thu, 18 Oct 2001 08:26:04 -0700 (PDT) Received: (from smtpd@localhost) by bleys.tpgi.com.au (8.11.2/8.11.2) id f9IFPgZ17197 for ; Fri, 19 Oct 2001 01:25:42 +1000 Received: from buffy.tpgi.com.au(203.12.160.34) via SMTP by bleys.tpgi.com.au, id smtpdve7dbL; Fri Oct 19 01:25:38 2001 Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id BAA25724 for ; Fri, 19 Oct 2001 01:25:59 +1000 Message-Id: <200110181525.BAA25724@buffy.tpgi.com.au> Received: from pen-56k-235.tpgi.com.au(203.58.15.235), claiming to be "there" via SMTP by buffy.tpgi.com.au, id smtpd1oC1Fv; Fri Oct 19 01:25:57 2001 Content-Type: text/plain; charset="iso-8859-1" From: Alastair Hogge Reply-To: agh@tpg.com.au To: FreeBSD-Emulation@FreeBSD.org Subject: Bochs and a F.A.Q Date: Fri, 19 Oct 2001 01:26:51 +1000 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I'm new to the list and was wondering if there is FAQ for it? I'm also trying to run Windows under Bochs. I have Bochs-1.2, XFree86-4.1.0, FreeBSD-4.4REL. I boot Bochs with 'a.' The floppy is a Windows95 Startup disk, but I get trouble with the cdrom. If I disable the CD stuff on the floppy Bochs loads allright. I get this just as Bochs get to the cdrom stuff: ============================================== Bochs x86 Emulator 1.2 June 3, 2001 ============================================== 00000000000 [ ] looking for configuration in .bochsrc 00000000000 [ ] reading configuration from .bochsrc 00000000000 [ ] using log file bochsout.txt ============================================== Bochs is exiting with the following message: [HD ] IO read(1f0h) with drq == 0: last command was a0h ============================================== I also think loading HIMEM and EMM386 causes problems. I get "Unable to control A20 line!\nXMS not loaded" or something like that. Any help? TIA -alastair To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Oct 18 13:17:42 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from smtp.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id DC3CA37B405 for ; Thu, 18 Oct 2001 13:17:33 -0700 (PDT) Received: (qmail 38723162 invoked by uid 0); 18 Oct 2001 20:17:32 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Oct 2001 20:17:32 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9IKHTt05598; Thu, 18 Oct 2001 22:17:29 +0200 (CEST) (envelope-from root) Message-Id: <200110182017.f9IKHTt05598@gits.dyndns.org> Subject: Re: Bochs and a F.A.Q In-Reply-To: <200110181525.BAA25724@buffy.tpgi.com.au> To: agh@tpg.com.au Date: Thu, 18 Oct 2001 22:17:29 +0200 (CEST) Cc: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alastair Hogge wrote: > > I'm new to the list and was wondering if there is FAQ for it? http://www.google.com/search?q=bochs+%2BFAQ&hl=fr&lr= > I'm also trying to run Windows under Bochs. I have Bochs-1.2, > XFree86-4.1.0, FreeBSD-4.4REL. I boot Bochs with 'a.' The > floppy is a Windows95 Startup disk, but I get trouble with > the cdrom. If I disable the CD stuff on the floppy Bochs loads > allright. don't know if it will fix your problem but I'll submit a bochs update (to 1.2.1) w/in a few days. in fact, the port is finished but I have to test it before to submit it and I'm only running an old P166 ;^) please, be patient. CC -ports to avoid duplicate works... Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 1:39: 2 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mars.virtual-earth.de (mars.virtual-earth.de [212.89.109.104]) by hub.freebsd.org (Postfix) with SMTP id 1D3D237B408 for ; Fri, 19 Oct 2001 01:38:59 -0700 (PDT) Received: (qmail 30372 invoked from network); 19 Oct 2001 08:41:05 -0000 Received: from mp.virtual-earth.de (HELO virtual-earth.de) (212.89.109.98) by mars.virtual-earth.de with SMTP; 19 Oct 2001 08:41:05 -0000 Date: Fri, 19 Oct 2001 10:38:51 +0200 (CEST) From: Mathias.Picker@virtual-earth.de Subject: vmware on current: Could not get addres for /dev/vmnet1 To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Message-Id: <20011019083859.1D3D237B408@hub.freebsd.org> Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is -current from yesterday, with the recent patches to ansi.h to get it to compile, and vmware2 with kse patches build today. I did a rm /compat/linux/dev/vmnet1;ln -s /dev/vmnet1 /compat/linux/dev (see kse-patches announcement) and this seems to be working. I tried bridged (using host-only conf. under vmware) and host-only configuration. The error Could not get address for /dev/vmnet1: argument is invalid Failed to configure ethernet0 is all I get... (this is the host-only case, for bridged it says something like could not get bridgin status of /dev/vmnet1...) ifconfig / ping for host-only configuration: mp# ifconfig vmnet1 vmnet1: flags=8843 mtu 1500 inet 192.168.254.1 netmask 0xffffff00 broadcast 192.168.254.255 inet6 fe80::2bd:ccff:fe07:1%vmnet1 prefixlen 64 scopeid 0x5 ether 00:bd:cc:07:00:01 mp# ping 192.168.254.1 PING 192.168.254.1 (192.168.254.1): 56 data bytes 64 bytes from 192.168.254.1: icmp_seq=0 ttl=64 time=0.100 ms 64 bytes from 192.168.254.1: icmp_seq=1 ttl=64 time=0.070 ms In the logs for host-only: Oct 19 10:22:28 mp /boot/kernel/kernel: /dev/vmmon: Vmx86_DestroyVM: unlocked pages: 0, unlocked dirty pages: 0 Oct 19 10:26:04 mp /boot/kernel/kernel: /dev/vmmon: Vmx86_DestroyVM: unlocked pages: 0, unlocked dirty pages: 0 with bridged I get: Oct 19 09:38:41 mp /boot/kernel/kernel: /dev/vmmon: Vmx86_DestroyVM: unlocked pages: 0, unlocked dirty pages: 0 Oct 19 09:39:40 mp /boot/kernel/kernel: linux: 'ioctl' fd=13, cmd=0x8940 ('\x89',64) not implemented Oct 19 09:39:44 mp /boot/kernel/kernel: /dev/vmmon: Vmx86_DestroyVM: unlocked pages: 0, unlocked dirty pages: 0 Any ideas? Cheers, mathias -- virtual earth Mathias Picker Geschäftsführer Gesellschaft für Wissens re/prä sentation mbH Mathias.Picker@virtual-earth.de Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 1:53:14 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from bleys.tpgi.com.au (bleys.tpgi.com.au [203.12.160.38]) by hub.freebsd.org (Postfix) with ESMTP id 0192637B403 for ; Fri, 19 Oct 2001 01:53:11 -0700 (PDT) Received: (from smtpd@localhost) by bleys.tpgi.com.au (8.11.2/8.11.2) id f9J8qkH15997 for ; Fri, 19 Oct 2001 18:52:46 +1000 Received: from buffy.tpgi.com.au(203.12.160.34) via SMTP by bleys.tpgi.com.au, id smtpd1ZgYud; Fri Oct 19 18:52:38 2001 Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id SAA32385 for ; Fri, 19 Oct 2001 18:53:01 +1000 Message-Id: <200110190853.SAA32385@buffy.tpgi.com.au> Received: from pen-56k-229.tpgi.com.au(203.58.15.229), claiming to be "there" via SMTP by buffy.tpgi.com.au, id smtpdm7i9Di; Fri Oct 19 18:52:50 2001 Content-Type: text/plain; charset="iso-8859-1" From: Alastair Hogge Reply-To: agh@tpg.com.au To: freebsd-emulation@FreeBSD.ORG Subject: Re: Bochs and a F.A.Q Date: Fri, 19 Oct 2001 18:53:45 +1000 X-Mailer: KMail [version 1.3] References: <200110182017.f9IKHTt05598@gits.dyndns.org> In-Reply-To: <200110182017.f9IKHTt05598@gits.dyndns.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 19 Oct 2001 06:17, Cyrille Lefevre wrote: > Alastair Hogge wrote: > > I'm new to the list and was wondering if there is FAQ for it? > > http://www.google.com/search?q=bochs+%2BFAQ&hl=fr&lr= D'oh! Sorry, I meant a FAQ for this list? > > I'm also trying to run Windows under Bochs. I have Bochs-1.2, > > XFree86-4.1.0, FreeBSD-4.4REL. I boot Bochs with 'a.' The > > floppy is a Windows95 Startup disk, but I get trouble with > > the cdrom. If I disable the CD stuff on the floppy Bochs loads > > allright. > > don't know if it will fix your problem but I'll submit a bochs > update (to 1.2.1) w/in a few days. in fact, the port is finished > but I have to test it before to submit it and I'm only running > an old P166 ;^) > > please, be patient. Will do. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 1:54:35 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 0A5B937B403 for ; Fri, 19 Oct 2001 01:53:29 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f9J8rSI09658; Fri, 19 Oct 2001 01:53:28 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f9J8s1o00749; Fri, 19 Oct 2001 01:54:01 -0700 (PDT) (envelope-from marcel) Date: Fri, 19 Oct 2001 01:54:01 -0700 From: Marcel Moolenaar To: Paul Richards Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: linux_base-7 problems Message-ID: <20011019015401.A689@dhcp01.pn.xcllnt.net> References: <9110000.1003404900@lobster.originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9110000.1003404900@lobster.originative.co.uk> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 18, 2001 at 12:35:00PM +0100, Paul Richards wrote: > > Marcel, any suggestions of something to try to debug this? > Not yet. I'm trying very hard to MFC the necessary changes (every time I want to start on it, I get distracted or interrupted). With linux_base-7 working on -stable, we should be able to filter-out problems related to -current and really focus on the compatibility layer. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 3:35:50 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5072337B403 for ; Fri, 19 Oct 2001 03:35:48 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id D1F7814C2E; Fri, 19 Oct 2001 12:35:46 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mathias.Picker@virtual-earth.de Cc: freebsd-emulation@freebsd.org Subject: Re: vmware on current: Could not get addres for /dev/vmnet1 References: <20011019083859.1D3D237B408@hub.freebsd.org> From: Dag-Erling Smorgrav Date: 19 Oct 2001 12:35:46 +0200 In-Reply-To: <20011019083859.1D3D237B408@hub.freebsd.org> Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Mathias.Picker@virtual-earth.de writes: > The error > > Could not get address for /dev/vmnet1: argument is invalid > Failed to configure ethernet0 > > is all I get... (this is the host-only case, for bridged it says > something like could not get bridgin status of /dev/vmnet1...) Can you send me a ktrace? I suspect my linux_ioctl.c commits may be at fault. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 9:29:17 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mars.virtual-earth.de (mars.virtual-earth.de [212.89.109.104]) by hub.freebsd.org (Postfix) with SMTP id 39C5937B403 for ; Fri, 19 Oct 2001 09:29:09 -0700 (PDT) Received: (qmail 35058 invoked from network); 19 Oct 2001 16:31:17 -0000 Received: from mp.virtual-earth.de (HELO virtual-earth.de) (212.89.109.98) by mars.virtual-earth.de with SMTP; 19 Oct 2001 16:31:17 -0000 Date: Fri, 19 Oct 2001 18:29:05 +0200 (CEST) From: Mathias.Picker@virtual-earth.de Subject: Re: vmware on current: Could not get addres for /dev/vmnet1 To: freebsd-emulation@freebsd.org, current@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Message-Id: <20011019162909.39C5937B403@hub.freebsd.org> Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 19 Oct, Dag-Erling Smorgrav wrote: > Mathias.Picker@virtual-earth.de writes: >> The error >> >> Could not get address for /dev/vmnet1: argument is invalid >> Failed to configure ethernet0 >> >> is all I get... (this is the host-only case, for bridged it says >> something like could not get bridgin status of /dev/vmnet1...) > > Can you send me a ktrace? I suspect my linux_ioctl.c commits may be > at fault. Does anyone know where to get an eval license for vmware2, to run it as root? Has anyone seen similar problem on recent -current or has someone an idea why vmware is issuing a SIOCGIFCONF ioctl without providing an interface name? Oct 19 18:04:53 mp /boot/kernel/kernel: linux_ioctl_socket(): ioctl 35093 on Oct 19 18:04:55 mp /boot/kernel/kernel: /dev/vmmon: Vmx86_DestroyVM: unlocked pages: 0, unlocked dirty pages: 0 -- virtual earth Mathias Picker Geschäftsführer Gesellschaft für Wissens re/prä sentation mbH Mathias.Picker@virtual-earth.de Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 10:18:47 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id AB13037B41E; Fri, 19 Oct 2001 10:18:34 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 5528014C2E; Fri, 19 Oct 2001 19:18:33 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mathias.Picker@virtual-earth.de Cc: freebsd-emulation@freebsd.org, current@freebsd.org Subject: Re: vmware on current: Could not get addres for /dev/vmnet1 References: <20011019162909.39C5937B403@hub.freebsd.org> From: Dag-Erling Smorgrav Date: 19 Oct 2001 19:18:32 +0200 In-Reply-To: <20011019162909.39C5937B403@hub.freebsd.org> Message-ID: Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Mathias.Picker@virtual-earth.de writes: > Has anyone seen similar problem on recent -current or has someone an > idea why vmware is issuing a SIOCGIFCONF ioctl without providing an > interface name? > > Oct 19 18:04:53 mp /boot/kernel/kernel: linux_ioctl_socket(): ioctl 35093 on To clarify, this is from debugging output I added to linux_ioctl.c, and it's supposed to print an interface name after "on". DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 10:51:53 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by hub.freebsd.org (Postfix) with ESMTP id 3FDAA37B403 for ; Fri, 19 Oct 2001 10:51:51 -0700 (PDT) Received: (from ambrisko@localhost) by ambrisko.com (8.11.6/8.11.6) id f9JHp7g29158; Fri, 19 Oct 2001 10:51:07 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200110191751.f9JHp7g29158@ambrisko.com> Subject: Re: vmware on current: Could not get addres for /dev/vmnet1 In-Reply-To: To: Dag-Erling Smorgrav Date: Fri, 19 Oct 2001 10:51:07 -0700 (PDT) Cc: Mathias.Picker@virtual-earth.de, freebsd-emulation@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dag-Erling Smorgrav writes: | Mathias.Picker@virtual-earth.de writes: | > The error | > | > Could not get address for /dev/vmnet1: argument is invalid | > Failed to configure ethernet0 | > | > is all I get... (this is the host-only case, for bridged it says | > something like could not get bridgin status of /dev/vmnet1...) | | Can you send me a ktrace? I suspect my linux_ioctl.c commits may be | at fault. FYI, I can confirm that I see the same thing when I run your changes ported to -stable. If I run my old changes on -stable then vmware is happy. So it does look related. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Oct 19 17:35:25 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from smtp.noos.fr (aragon.noos.net [212.198.2.75]) by hub.freebsd.org (Postfix) with ESMTP id 29BB437B403 for ; Fri, 19 Oct 2001 17:35:23 -0700 (PDT) Received: (qmail 40465190 invoked by uid 0); 20 Oct 2001 00:35:21 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.37]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 Oct 2001 00:35:21 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9K0ZJf31106; Sat, 20 Oct 2001 02:35:19 +0200 (CEST) (envelope-from root) Message-Id: <200110200035.f9K0ZJf31106@gits.dyndns.org> Subject: Re: Bochs and a F.A.Q In-Reply-To: <200110190853.SAA32385@buffy.tpgi.com.au> To: agh@tpg.com.au Date: Sat, 20 Oct 2001 02:35:19 +0200 (CEST) Cc: freebsd-emulation@FreeBSD.ORG Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alastair Hogge wrote: > On Fri, 19 Oct 2001 06:17, Cyrille Lefevre wrote: [snip] > > > I'm also trying to run Windows under Bochs. I have Bochs-1.2, > > > XFree86-4.1.0, FreeBSD-4.4REL. I boot Bochs with 'a.' The > > > floppy is a Windows95 Startup disk, but I get trouble with > > > the cdrom. If I disable the CD stuff on the floppy Bochs loads > > > allright. > > > > don't know if it will fix your problem but I'll submit a bochs > > update (to 1.2.1) w/in a few days. in fact, the port is finished > > but I have to test it before to submit it and I'm only running > > an old P166 ;^) > > > > please, be patient. > Will do. Thanks. done, see PR #31382 for details. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31382 Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Oct 20 9: 2:13 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from ns.stu.neva.ru (ns.stu.neva.ru [194.85.96.53]) by hub.freebsd.org (Postfix) with ESMTP id CE5BC37B405 for ; Sat, 20 Oct 2001 09:02:10 -0700 (PDT) Received: from localhost (user: 'yuri', uid#1000) by ns.stu.neva.ru with SMTP id <141893-82126>; Sat, 20 Oct 2001 20:01:39 +0400 Date: Sat, 20 Oct 2001 20:01:39 +0400 (MSD) From: =?KOI8-R?Q?Yuri_Shemanin_=28=E0=D2=C9=CA_=FB=C5=CD=C1=CE=C9=CE=29?= X-Sender: yuri@ns.stu.neva.ru To: Chris Griffiths Cc: freebsd-emulation@freebsd.org Subject: Re: staroffice6 In-Reply-To: <20011016184843.A61381@dca.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 16 Oct 2001, Chris Griffiths wrote: > I just got the staroffice60 port to work on 4.4-stable with the > linux_base (not 7). I ran into some errors but it compiled and now > runs. I got one problem though. When I go to open up documents or > save, staroffice does not see any paths, directories, files, etc. Has > anyone else had this problem? Please cc me since I am not on this list. Hi, Not that I can explain the reason but creating zero-length /usr/compat/linux/etc/mtab did the job for me. I ran to the solution after some pondering about truss output. Weird though ... Regards, Yuri. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Oct 20 13:40:41 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 70D2837B401; Sat, 20 Oct 2001 13:40:38 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9KKdRw22949; Sat, 20 Oct 2001 22:39:27 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sat, 20 Oct 2001 22:40:52 +0200 (CEST) From: Martin Blapp To: David Cc: Marcel Moolenaar , FreeBSD , John Merryweather Cooper , Mike Meyer , Lukas Ertl , Luis Neves , Uri Shaked , Derek Tattersall , Chris Griffiths , ian j hart , Jimmy Olgeni , Bob Van Valzah , Subject: Re: staroffice60 beta works now 100% In-Reply-To: <20011017233748.C91620-100000@levais.imp.ch> Message-ID: <20011020223046.O17080-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, Chris Griffiths found out that staroffice can save/read files only, if a /etc/mtab does exist. I tested this to, created this file, and now staroffice is now able to work properly in the filerequestor. Thanks a lot Chris ! Marcel: Can we add a empty mtab in both linux_base and linux_base-7 ports ? I'll add a check for this file and if it doesn't exist, create one within the port. Martin Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Oct 20 20:15:20 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 2865F37B406 for ; Sat, 20 Oct 2001 20:15:06 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f9L3F5o00524 for ; Sat, 20 Oct 2001 20:15:05 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f9L3Fis01509 for emulation@FreeBSD.org; Sat, 20 Oct 2001 20:15:44 -0700 (PDT) (envelope-from marcel) Date: Sat, 20 Oct 2001 20:15:44 -0700 From: Marcel Moolenaar To: emulation@FreeBSD.org Subject: HEADS UP: Linux module MFC candidate for testing (i386) Message-ID: <20011020201543.A1306@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, In order to install and use the linux_base-7 port on -STABLE, I prepared a patch for the linux kernel module that is indented to be committed as soon as enough evidence exists that it will not cause instabilities and/or breakages. The patch, currently only for the i386 platform, can be downloaded here: http://www.xcllnt.net/~marcel/linux.diff.gz What I like you to do is test this while I work on the Alpha bits. I suggest that anyone interested in testing the patch will test whether current installations based on the "old" linux_base port work without any form of regression. After you've convinced yourself that it doesn't break existing installations, you are of course free to try it out on the "new" linux_base port. If you find any regressions when testing the patched kernel module, the "old" linux_base port and any of the Linux binaries you use, let me know (make sure to CC this list). It's at this time not going to help if you notify me of problems you encounter with the patched kernel module, the *new* linux_base-7 port any of the Linux binaries you use, because it's more likely that you need to upgrade your binary than that there's a problem with either the port or the module (provided of course the new module and the old port work fine). We will resolve those specific issues soon enough after the dust settles. The FreeBSD community will be grateful, :-) HOWTO install: 1. Make sure your kernel source tree contains -STABLE sources no older than the date of this email. In other words, sync when you read this :-) 1. Download the compressed diff from the URL given above. 2. Uncompress (gunzip) the compressed diff and apply it as follows: cd /sys patch < linux.diff 3. Build the linux module or the entire kernel (depending on how recent your installed kernel is) and install it. HOWTO test: 1. After installing the module or kernel, work with the machine for a couple of days. During that time, pay special attention to your Linux programs. 2. If you have a need to install the new linux_base port, remove the old linux_base port first. Upgrading does not work as expected. Thanks, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Oct 20 21:12:14 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 1CCA737B408; Sat, 20 Oct 2001 21:12:11 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f9L4CAo00600; Sat, 20 Oct 2001 21:12:10 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f9L4ChC01861; Sat, 20 Oct 2001 21:12:43 -0700 (PDT) (envelope-from marcel) Date: Sat, 20 Oct 2001 21:12:43 -0700 From: Marcel Moolenaar To: Martin Blapp Cc: David , FreeBSD , John Merryweather Cooper , Mike Meyer , Lukas Ertl , Luis Neves , Uri Shaked , Derek Tattersall , Chris Griffiths , ian j hart , Jimmy Olgeni , Bob Van Valzah , freebsd-emulation@FreeBSD.ORG Subject: Re: staroffice60 beta works now 100% Message-ID: <20011020211242.A1808@dhcp01.pn.xcllnt.net> References: <20011017233748.C91620-100000@levais.imp.ch> <20011020223046.O17080-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011020223046.O17080-100000@levais.imp.ch> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Oct 20, 2001 at 10:40:52PM +0200, Martin Blapp wrote: > > Marcel: Can we add a empty mtab in both linux_base and > linux_base-7 ports ? I can certainly add an empty mtab to linux_base-7. I don't think it will do us a lot of good if I add it to linux_base this late in its life cycle, so I think I'm going to forget about that. Do we know of any bad side effects of having an empty/incomplete /compat/linux/etc/mtab. I vaguely remember some issues with mtab, but I can be wrong. I'll search the mailinglists for that... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message