Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Received Signal 11 #54

Closed
kneemaa opened this issue Sep 25, 2018 · 24 comments
Closed

Error: Received Signal 11 #54

kneemaa opened this issue Sep 25, 2018 · 24 comments

Comments

@kneemaa
Copy link

kneemaa commented Sep 25, 2018

When trying to use vfuse to create the VMware image, we're getting the error "Error: Received Signal 11" during then immediately having the process fail.

I have replicated this with the following.

System OS: macOS 10.13.6
Original DMG: macOS 10.13.6
vFuse Version: 2.0.6
AutoDMG Version: 1.9

and

Round 1
System OS: macOS 10.14.0
Original DMG: macOS 10.13.6
vFuse Version: 2.0.6 
AutoDMG Version: 1.9

Round 2
System OS: macOS 10.14.0
Original DMG: macOS 10.14.0
vFuse Version: 2.0.6 
AutoDMG Version: 1.9

Output

Password:
Mounting osx-10.13.6-17G65.apfs.dmg
macOS version is 10.13.4
Unmounting /Volumes/Macintosh HD 1
Using VMware Fusion path: /Applications/VMware Fusion.app
Converting DMG to VMDK
/Error: Received signal 11.
Unmounting /dev/disk3```

Unsure why this is failing on High Sierra with another High Sierra installer when this worked previously.
@chilcote
Copy link
Owner

Fusion 11 introduces this bug. I have a ticket open with VMware. Point vfuse to a copy of Fusion 10 in the meantime. Or use qemu-img.

@kneemaa
Copy link
Author

kneemaa commented Sep 26, 2018

Thank you, I've confirmed this works for now.

@chilcote
Copy link
Owner

chilcote commented Oct 8, 2018

I would encourage everyone who relies on this functionality to open a bug report with VMware. Reference report no. 18931231409 if you want to pile on. More info and a quick example to replicate: https://gist.github.com/chilcote/e044f844dcb28353446dd01f7415914c

@sadcup
Copy link

sadcup commented Oct 29, 2018

Hi, there

I am not so familiar with the usage of vFuse.
Does the tool run under pure command line environment please?
So is it acceptable that running the command line after VMware Fusion opened manually(or using script)please?

Best Regards

@chilcote
Copy link
Owner

It's a command line tool only, yes. And you can run it with Fusion open or closed, as it's utilizing binaries from the Fusion library (/Applications/VMware Fusion.app/Content/Library).

@sadcup
Copy link

sadcup commented Nov 5, 2018

Hi, chicote
I understand now.
Thanks for your reply.

@devlinford
Copy link

I would encourage everyone who relies on this functionality to open a bug report with VMware. Reference report no. 18931231409 if you want to pile on. More info and a quick example to replicate: https://gist.github.com/chilcote/e044f844dcb28353446dd01f7415914c

To clarify...we need to downgrade VMware Fusion from 11 to V10 so we can get this to work? Or can we have both installed at the same time and somehow point the command to use V10?

Thanks,

@mistacabbage
Copy link

I also get Error: Received Signal 11 with VMware Fusion Professional Version 11.0.1 (10738065). I put the 11.0.1.app in the trash and emptied it then reinstalled 10.1.4 (10700604) and did not get Error: Received Signal 11. Then I put the 10.1.4 app in the trash and emptied it, reinstalled 11.0.1 and the .vmware file booted normally.

@chilcote
Copy link
Owner

Additional notes on this bug, and how to work around it here: https://github.com/chilcote/vfuse/wiki/Received-signal-11

@erikng
Copy link
Contributor

erikng commented Nov 17, 2018

Would make a great blog post

@chilcote
Copy link
Owner

If only I knew someone with a blog.

@Honestpuck
Copy link

This issue persists with Fusion v11.0.2 dated 21 November 2018

@chilcote
Copy link
Owner

chilcote commented Jan 8, 2019

Yep sure does. VMware says it'll be fixed in the next release, with the caveat that the Fusion app will need to be running.

@motionbug
Copy link

New release of Fusion version 11.0.3 Build 12992109 does not fix the Error: Received signal 11

@mikedowler
Copy link

mikedowler commented Apr 2, 2019

Sadly, not fixed in Fusion 11.0.3 as far as I can see. (Sorry - that's what happens when you don't refresh the page before commenting)

@chilcote
Copy link
Owner

chilcote commented Apr 4, 2019

Yeah that's a shame. I've pretty much settled on using qemu-img for now.

@motionbug
Copy link

yeah moving to that myself @chilcote

Thanks

@mikeroySoft
Copy link

Just FYI, but we are planning to ship a fix for this in the next few weeks. We wanted to get it in 11.0.3 but that release was specifically to address security vulnerabilities disclosed to us. I regret that we weren't able to bundle this fix with the .0.3 release, but please be assured it's coming =)

@mngrant-zz
Copy link

Not to be impatient, but a new version of macOS has shipped and this still isn't fixed.

@erikng
Copy link
Contributor

erikng commented May 13, 2019

There's no need to wait for VMware to fix it.

@chilcote
Copy link
Owner

11.1.0 purports to fix this, if someone wants to test.

https://docs.vmware.com/en/VMware-Fusion/11.1.0/rn/VMware-Fusion-1110-Release-Notes.html

@rickheil
Copy link

11.1.0 fixed the issue for me, although as noted the app must be launched. This is the traceback I get if the app is not running:

Mounting osx-10.14.2-18C54.apfs-100gb.dmg
macOS version is 10.14.2
Unmounting /Volumes/Macintosh HD 1
Using VMware Fusion path: /Applications/VMware Fusion.app
Converting DMG to VMDK
\Error: AppleXPC: Failed to connect to service com.vmware.MountHelper
AppleXPC: Failed to connect to service com.vmware.MountHelper
HOSTDISK-MACOS: Failed communicating with mount helper.
AppleXPC: Failed to connect to service com.vmware.MountHelper
Failed to convert disk: This function cannot be performed because the handle is executing another function (0x5).
Unmounting /dev/disk7

@chilcote
Copy link
Owner

Fixed in Fusion 11.1.0. vfuse will alert you if Fusion is not running now.

@motionbug
Copy link

motionbug commented May 16, 2019

FYI
@chilcote fixed in Vmware version 11.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests