Re: libc6 Compatibility

2022-06-15 Thread Martin Simmons
>>>>> On Wed, 15 Jun 2022 20:26:13 +0200 (CEST), Sysadmin Lists said: > > > -------- > > From: Martin Simmons > > Sent: Wed Jun 15 19:04:48 CEST 2022 > > To: Sysadmin Lists > > Cc: , > > Subject: Re: libc6 Co

Re: libc6 Compatibility

2022-06-15 Thread Martin Simmons
> On Tue, 14 Jun 2022 21:55:58 +0200 (CEST), Sysadmin Lists said: > > > > > From: Dmitry Chagin > > Sent: Tue Jun 14 09:24:37 CEST 2022 > > To: Sysadmin Lists > > Cc: Freebsd Emulation > > Subject: Re: libc6 Compatibility > > > > > > On Tue, Jun 14

Re: Old bug in patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c

2020-06-23 Thread Martin Simmons
Is the memcpy wrong too? It looks like fsinfo.serial is a single uint32_t (i.e. 32 bits), but mp->mnt_stat.f_fsid is a pair of int32_t (i.e. 64 bits), so copying this pair from fsinfo.serial is wrong. __Martin > On Mon, 22 Jun 2020 14:22:05 -0400, Mikhail T said: > > Gentlemen! > > An old

Re: virtualbox-ose-additions - build fails due to env mixup

2018-11-12 Thread Martin Simmons
> On Mon, 12 Nov 2018 09:53:17 +0100, Domagoj Smolčić said: > > virtualbox-ose-additions-5.2.22 and below > > If user which su-ed to root, has in it's .shrc file, inclusion of i.e; > . $HOME/_some_file.sh, during build, that file is included from /root/ > instead and build fails with: > .

Re: FreeBSD Port: emulators/virtualbox-ose-nox11

2016-12-29 Thread Martin Simmons
You are probably getting packages from the quarterly snapshot rather than latest. You can switch to the latest packages by creating a file /usr/local/etc/pkg/repos/FreeBSD.conf containing these three lines: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"; } Note that this affects al

Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-09 Thread Martin Simmons
>>>>> On Mon, 8 Feb 2016 21:26:55 +, Miguel C said: > > --089e011770cf92b957052b48ded9 > Content-Type: text/plain; charset=UTF-8 > > On Mon, Feb 8, 2016 at 6:19 PM, Martin Simmons wrote: > > > >>>>> On Mon, 8 Feb 2016 01:17:45 +, M

Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-08 Thread Martin Simmons
> On Mon, 8 Feb 2016 01:17:45 +, Miguel C said: > > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C wrote: > > > > > > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner < > > johan...@meixner.dk> wrote: > > > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA256 > >> > >> Hi Miguel, >

Re: /compat/linux and /usr/compat/linux

2015-02-11 Thread Martin Simmons
> On Tue, 10 Feb 2015 18:12:43 -0800, Kevin Oberman said: > > On Tue, Feb 10, 2015 at 2:54 PM, Chris H wrote: > > > On Tue, 10 Feb 2015 12:34:19 -0800 Patrick Powell > > wrote > > > > > On 02/08/15 02:10, Gary Jennejohn wrote: > > > > On Fri, 06 Feb 2015 08:43:15 -0800 > > > > Patrick Powel

Re: FreeBSD/i386 guests using excessive host CPU

2012-12-12 Thread Martin Simmons
> On Wed, 12 Dec 2012 12:43:36 +1100, Peter Jeremy said: > > [Please copy me in any replies] > > My VPS provider will not offer 32-bit FreeBSD guests because they use > excessive (ESXi) host CPU time. I have done some experiments using > VirtualBox on my FreeBSD/amd64 8-stable host and see t

Re: /usr/ports/print/acroread9 & ldd shared lib errors (fwd)

2012-08-28 Thread Martin Simmons
> On Thu, 23 Aug 2012 14:29:49 +0200, Julian H Stacey said: > > Hi, > Hiroki Sato wrote: > > "Julian H. Stacey" wrote > > > > jh> Hi h...@freebsd.org, > > jh> Sorry, just realised I should have sent you a copy of this > > jh> > > jh> Forwarded from: "Julian Stacey" > > http://www.berklix.c

Re: VirtualBox-4.1.10 doesn't forward ports into the guests

2012-04-03 Thread Martin Simmons
> On Mon, 02 Apr 2012 12:00:58 -0700, Yuri said: > > I use these commands: > VBoxManage setextradata MyGuest > "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP > VBoxManage setextradata MyGuest > "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 22 > VBoxManage setextrad

Re: FreeBSD 9.0 on VirtualBox 4.1.8

2012-01-31 Thread Martin Simmons
> On Mon, 30 Jan 2012 19:07:25 -0500, Robert Simmons said: > > I encountered a problem installing FreeBSD 9.0-RELEASE on VirtualBox > 4.1.8, and I wanted to share my fix for it, so it can be added to the > FreeBSD wiki and Handbook if appropriate. > > Using the default settings of VirtualBox,

Re: Wine-fbsd64 updated to 1.3.36 (32bit Wine for 64bit FreeBSD)

2012-01-20 Thread Martin Simmons
> On Thu, 19 Jan 2012 20:45:13 +0100, =?ISO-8859-15?Q?Andr=E9 Hentschel?= > said: > > >> >>> > >> >>> To answer your question directly, I have put no thought or effort into > >> >>> wine64. > >> >> > >> >> There is still a need for the 32bit wine, as the wow64 build will ONLY > >> >> run

Re: Wine-fbsd64 updated to 1.3.36 (32bit Wine for 64bit FreeBSD)

2012-01-12 Thread Martin Simmons
>>>>> On Wed, 11 Jan 2012 11:47:40 -0600, Chuck Burns said: > > On 01/11/12 10:24, Martin Simmons wrote: > >>>>>> On Tue, 10 Jan 2012 17:20:04 -0600, Chuck Burns said: > >> > >> On 01/10/12 10:49, David Naylor wrote: > >>

Re: Wine-fbsd64 updated to 1.3.36 (32bit Wine for 64bit FreeBSD)

2012-01-11 Thread Martin Simmons
> On Tue, 10 Jan 2012 17:20:04 -0600, Chuck Burns said: > > On 01/10/12 10:49, David Naylor wrote: > > I wasn't aware of WoW64 (and how it will make my packages redundent :->). I > > see there are two wiki pages: > > + http://wiki.winehq.org/Wine64 > > + http://wiki.winehq.org/Wine64ForPa

Re: "headed" virtualbox + vnc

2011-12-01 Thread Martin Simmons
> On Thu, 01 Dec 2011 14:11:55 +0200, Andriy Gapon said: > > Is it possible to start a guess VM with GUI and also be able to access it via > VNC? > All google hits for freebsd+virtualbox+vnc are about VBoxHeadless. Probably not simultaneously, but you can close the GUI with the "Save the mac

Re: [ports-i...@freebsd.org: linux-f10-flashplugin-10.3r181.34 failed on i386 9]

2011-08-11 Thread Martin Simmons
> On Wed, 10 Aug 2011 23:20:04 +0300, Volodymyr Kostyrko said: > > PS: As far as I understand the main problem is about mirroring correct > player versions. Anyone (even me) can apply for a redistribution rights > and make those files available for download the way we want (the way > each v

Re: wine64

2011-06-22 Thread Martin Simmons
> On Tue, 21 Jun 2011 14:09:41 -1000, Bruce Meier said: > > I downloaded wine-fbsd64-1.3.21,1.tbz from > http://www.mediafire.com/wine_fbsd64 and it > installed without a problem. However when I run it I get the following > error: > > "ELF interpreter /libexec/ld-elf.so.1 not found Abort

Re: AW: AW: rc.d script for running multiple VirtualBox VMs from /etc/rc.conf

2011-04-13 Thread Martin Simmons
> On Tue, 12 Apr 2011 14:09:24 -0700, Tobias Oberstein said: > > In the meantime, I've implemented stop_cmd as synchronous (it does not > return until VM is stopped) and also restart_cmd. > > I somehow works .. but there seems to be a watchdog in place: I get > > "watchdog timeout 30s expire