Error of MAC Address for Wordpress

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

Error of MAC Address for Wordpress

Postby Loco_Poco_Loco » 24. August 2022 13:23

Hello everyone,
I have been trying to open Wordpress but it states the error: cannot calculate MAC address: cannot calculate MAC address: Using fd 13 for I/O notifications.

I tried using a solution provided earlier with the solution:
===========================================
cd /tmp

curl -LJO "https://downloads.bitnami.com/files/hyperkit/hyperkit-testing-20210430"

md5 /tmp/hyperkit-testing -20210430

MD5 ( /tmp/ hyperkit-testing -20210430 ) = 37495 adde6a3279dd7265904b85c3dc9

mv /tmp/hyperkit-testing -20210430 ~ /.bitnami/ stackman/helpers/hyperkit

chmod +x ~ /.bitnami/ stackman/helpers/hyperkit
=================================================

However, when I get to the 2nd line (md5 /tmp/hyperkit-testing -20210430), my terminal states that there is no such file or directory. Can someone please help me? Thanks!
Loco_Poco_Loco
 
Posts: 1
Joined: 24. August 2022 13:16
XAMPP version: 8.1.6-0
Operating System: Monterrey Mac

Re: Error of MAC Address for Wordpress

Postby Nobbie » 26. August 2022 13:15

The command md5 probably is unknown, on Linux it is md5sum instead. You also have an invalid space bevor the hyphen "-" from the filename. Instead of

Code: Select all
md5 /tmp/hyperkit-testing -20210430


try

Code: Select all
md5sum /tmp/hyperkit-testing-20210430
(without space before "-20210430")

If it still fails, its not that important, skip it and continue to the next step, moving the file (you also have the invalid space in your filename, there is also an invalid space between "~" and "/" and also before "stackman"):

Code: Select all
mv /tmp/hyperkit-testing-20210430 ~/.bitnami/stackman/helpers/hyperkit


Finally chmod (you again have an invalid space between "~" and "/" and one more invalid space before "stackman"):

Code: Select all
chmod +x ~/.bitnami/stackman/helpers/hyperkit


You should think about using Windows instead of OSX, as you obviously do not have the slightest idea of what you are doing there. You did so many many errors. Its an Apple ly that everything runs smoothly and is easy on OSX. Actually Windows is far easier to maintain for normal users.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04

Re: Error of MAC Address for Wordpress

Postby JDLH » 11. September 2022 08:23

Loco_Poco_Loco wrote:Hello everyone,
I have been trying to open Wordpress but it states the error: cannot calculate MAC address: cannot calculate MAC address: Using fd 13 for I/O notifications.

I tried using a solution provided earlier with the solution:
===========================================
cd /tmp

curl -LJO "https://downloads.bitnami.com/files/hyperkit/hyperkit-testing-20210430"

md5 /tmp/hyperkit-testing -20210430

MD5 ( /tmp/ hyperkit-testing -20210430 ) = 37495 adde6a3279dd7265904b85c3dc9

mv /tmp/hyperkit-testing -20210430 ~ /.bitnami/ stackman/helpers/hyperkit

chmod +x ~ /.bitnami/ stackman/helpers/hyperkit
=================================================

However, when I get to the 2nd line (md5 /tmp/hyperkit-testing -20210430), my terminal states that there is no such file or directory. Can someone please help me? Thanks!


There is a formatting error in the post you quoted. For some reason, the other poster included space characters which should not be there. Try this instead:

Code: Select all
cd /tmp

curl -LJO "https://downloads.bitnami.com/files/hyperkit/hyperkit-testing-20210430"

md5 /tmp/hyperkit-testing-20210430

MD5 (/tmp/hyperkit-testing-20210430)= 37495 adde6a3279dd7265904b85c3dc9

mv /tmp/hyperkit-testing-20210430 ~/.bitnami/stackman/helpers/hyperkit

chmod +x ~/.bitnami/stackman/helpers/hyperkit


Also, could you please help others by being more specific about your situation, and what errors you are observing?

Which version of XAMPP are you using?

Are you using the native OS X installers (distributed as filename ending in
Code: Select all
installer.dmg
) or as a Virtual Machine (VM, distributed as filename ending in
Code: Select all
-vm.dmg
)?

What version of macOS are you using?

What computer are you using? Does it have an intel CPU, or an M1 (ARM) CPU?

Thank you for the information. Good luck!
JDLH
 
Posts: 23
Joined: 11. September 2022 02:27
XAMPP version: 7.4
Operating System: macOS 12.6

Re: Error of MAC Address for Wordpress

Postby Taha » 26. September 2022 16:48

Hi There,
I have used the same code you mentioned below to use xampp, however I got the below error. Hoping you can assist guys.
FYI I am using m1 and the xampp version is 8.1.6

Error: cannot calculate MAC address: Using fd 13 for I/O notifications
hv_vm_create unknown error 0x00000004


cd /tmp

curl -LJO "https://downloads.bitnami.com/files/hyperkit/hyperkit-testing-20210430"

md5 /tmp/hyperkit-testing-20210430

MD5 (/tmp/hyperkit-testing-20210430)= 37495 adde6a3279dd7265904b85c3dc9

mv /tmp/hyperkit-testing-20210430 ~/.bitnami/stackman/helpers/hyperkit

chmod +x ~/.bitnami/stackman/helpers/hyperkit
Taha
 
Posts: 2
Joined: 26. September 2022 16:43
XAMPP version: 8.1.6
Operating System: OS m1

Re: Error of MAC Address for Wordpress

Postby JDLH » 26. September 2022 23:28

Hello, Taha:

Are you using the native OS X installers (distributed as filename ending in installer.dmg ) or as a Virtual Machine (VM, distributed as filename ending in -vm.dmg )?

What version of macOS are you using?

I believe that the VIrtual Machine form of XAMPP works only on Macs with intel CPUs, not on Macs with Apple Silicon (M1 or M2) CPUs. See the XAMPP-VM Frequently Asked Questions at https://www.apachefriends.org/faq_stackman.html, specifically the question Does XAMPP-VM support Apple M1 (arm64) CPUs?, for more information.
JDLH
 
Posts: 23
Joined: 11. September 2022 02:27
XAMPP version: 7.4
Operating System: macOS 12.6

Re: Error of MAC Address for Wordpress

Postby Taha » 30. September 2022 23:08

Thanks fir your reply, i tried the native installer and it is working fine
Taha
 
Posts: 2
Joined: 26. September 2022 16:43
XAMPP version: 8.1.6
Operating System: OS m1


Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 16 guests