Re: Unable to create virtual machines under FreeBSD's VirtualBox

2019-07-11 Thread Damjan Jovanovic
On Thu, Jul 11, 2019 at 10:46 PM Manish Jain wrote: > Hi, > > > I am on a box that was reinstalled 2 weeks back. > > > I earlier used to be able to create VirtualBox virtual machines. But now > things are not so good. Now when I try to create a Windows 10 vm, the > vdi gets created alright. But w

Re: Microsoft Teams for Linux

2020-05-07 Thread Damjan Jovanovic
On Tue, May 5, 2020 at 2:52 PM Maciej Suszko wrote: > Hi, > > I'm wondering if anyone tried to use Microsoft Temas either web version > or desktop app... Web version does work but making audio/video call > isn't officialy suppported, so you need to spoof user-agent to make it > partially working

Re: Microsoft Teams for Linux

2020-05-07 Thread Damjan Jovanovic
On Thu, May 7, 2020 at 11:58 PM Maciej Suszko wrote: > On 5/7/20 5:50 PM, Damjan Jovanovic wrote: > > > > > > On Tue, May 5, 2020 at 2:52 PM Maciej Suszko > <mailto:mac...@suszko.eu>> wrote: > > > > Hi, > > > > I'm wonderi

Re: Linux Discord application

2020-05-10 Thread Damjan Jovanovic
On Sun, May 10, 2020 at 8:02 PM wrote: > Hi, > i tried run discord linux application with linux emulation > but i have still problem with SIGTRAP and i dont know how to continue > and where have mistake. I installed linux-c7 package. > Copied library to /compat/linux/lib64/tls/x86-64/ . > Thx M.

Re: Linux Discord application

2020-05-10 Thread Damjan Jovanovic
On Sun, May 10, 2020 at 9:21 PM wrote: > Dne 2020-05-10 20:39, free...@sysctl.cz napsal: > > Dne 2020-05-10 20:06, Damjan Jovanovic napsal: > >> On Sun, May 10, 2020 at 8:02 PM wrote: > >> > >>> Hi, > >>> i tried run discord linux application

Wine > 5.6 crashes on startup on FreeBSD

2020-05-12 Thread Damjan Jovanovic
Hi As I contribute to Wine often, and build it from upstream (not ports), I would like to warn people that version 5.7 and later are unusable on FreeBSD at the moment. 5.7 crashes on startup due to a major wineserver regression affecting all Linux users too (https://bugs.winehq.org/show_bug.cgi?i

Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
Hi Wine 5.9 is out, and all 3 of the bugs in 5.7 - 5.8 that were affecting FreeBSD should be fixed upstream now. However I accidentally introduced another bug recently, where we don't check the return value from an mmap() call, resulting in assertion failures and possibly memory corruption... I d

Re: Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
On Sat, May 23, 2020 at 1:16 PM Konstantin Belousov wrote: > On Sat, May 23, 2020 at 11:45:43AM +0200, Damjan Jovanovic wrote: > > Hi > > > > Wine 5.9 is out, and all 3 of the bugs in 5.7 - 5.8 that were affecting > > FreeBSD should be fixed upstream now. >

Re: Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
On Sat, May 23, 2020 at 8:43 PM Gerald Pfeifer wrote: > On Sat, 23 May 2020, Damjan Jovanovic wrote: > >>> Also Konstantin and other developers have fixed that rtld-elf issue in > >>> the base system by changing link_map.l_addr to work the way it does on > >>

Re: Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
On Sat, May 23, 2020 at 9:53 PM Gerald Pfeifer wrote: > On Sat, 23 May 2020, Damjan Jovanovic wrote: > > Wine 5.9 is out, and all 3 of the bugs in 5.7 - 5.8 that were affecting > > FreeBSD should be fixed upstream now. > > Thank you for debugging and even fixing those, Da

Re: Wine 5.9 bugfix

2020-05-24 Thread Damjan Jovanovic
On Sun, May 24, 2020 at 3:40 PM Gerald Pfeifer wrote: > On Sat, 23 May 2020, Damjan Jovanovic wrote: > > For Wine. I'll submit it upstream when the rtld-elf patch goes into > > stable/12. > > What will happen to users on FreeBSD 11 (or 12 before the rtld-elf > patc

Re: Wine 5.9 bugfix

2020-05-24 Thread Damjan Jovanovic
On Sun, May 24, 2020 at 4:49 PM Konstantin Belousov wrote: > On Sun, May 24, 2020 at 03:45:47PM +0200, Damjan Jovanovic wrote: > > On Sun, May 24, 2020 at 3:40 PM Gerald Pfeifer > wrote: > > > > > On Sat, 23 May 2020, Damjan Jovanovic wrote: > > > > For

Re: Linuxulator: running one's own small Linux in FreeBSD?

2021-02-12 Thread Damjan Jovanovic
On Sat, Feb 13, 2021 at 6:31 AM Thomas Mueller wrote: > from JB: > > > If it's just a local directory, you can use `sysctl' to tell the kernel > what the emulation path is: > > > sysctl compat.linux.emul_path=/foo/bar > > > Then restart the `linux' service. > > How do I restart the 'linux' servic

qemu port: out of tree patches?

2014-12-09 Thread Damjan Jovanovic
Hi Qemu's user mode emulation doesn't work when compiled from Git (immediate segfault on startup). Apparently the many large patches necessary to get it to work are all in the qemu-devel port and not upstream, and are based on the qemu 2.0.2 port. Is there some reason these patches weren't merged

Re: FreeBSD MachO File format, your comments on it.

2016-03-24 Thread Damjan Jovanovic
ELF itself is a disaster. Symbol lookup in ELF is process scoped, not library scoped like Windows's PE and Mac's Mach-O, so same named symbols from different libraries in the same process (loaded through any number of levels of indirection) can and do clash, resulting in memory corruption. This is

[patch] Wine DLL base address patches

2013-02-20 Thread Damjan Jovanovic
option as used by Wine. Please review/test/comment/commit. Thank you Damjan Jovanovic ___ freebsd-emulation@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emu

Re: [patch] Wine DLL base address patches

2013-02-20 Thread Damjan Jovanovic
On Wed, Feb 20, 2013 at 10:51 PM, Tijl Coosemans wrote: > On 20-02-2013 16:48, Konstantin Belousov wrote: >> On Wed, Feb 20, 2013 at 05:29:01PM +0200, Damjan Jovanovic wrote: >>> Hi >>> >>> Wine needs some of its libraries to be loaded at specific base >>

Re: [patch] Wine DLL base address patches

2013-02-21 Thread Damjan Jovanovic
On Thu, Feb 21, 2013 at 5:44 PM, Konstantin Belousov wrote: > On Thu, Feb 21, 2013 at 12:57:45AM +0200, Damjan Jovanovic wrote: >> On Wed, Feb 20, 2013 at 10:51 PM, Tijl Coosemans wrote: >> > On 20-02-2013 16:48, Konstantin Belousov wrote: >> >> On Wed, Feb 20, 20

Re: [patch] Wine DLL base address patches

2013-02-26 Thread Damjan Jovanovic
On Fri, Feb 22, 2013 at 5:19 AM, Damjan Jovanovic wrote: > On Thu, Feb 21, 2013 at 5:44 PM, Konstantin Belousov > wrote: >> On Thu, Feb 21, 2013 at 12:57:45AM +0200, Damjan Jovanovic wrote: >>> On Wed, Feb 20, 2013 at 10:51 PM, Tijl Coosemans wrote: >>> >

Re: [patch] Wine DLL base address patches

2013-02-26 Thread Damjan Jovanovic
On Thu, Feb 21, 2013 at 11:35 PM, Jeremie Le Hen wrote: > Hi Damjan, > > On Wed, Feb 20, 2013 at 05:29:01PM +0200, Damjan Jovanovic wrote: >> >> Wine needs some of its libraries to be loaded at specific base >> addresses (https://wiki.freebsd.org/Wine), something