Opened 3 years ago

Closed 3 years ago

#63063 closed defect (fixed)

macfuse @4.1.2_0: Need to call load_macfuse after every reboot

Reported by: MarcelBochtler (Marcel Bochtler) Owned by: mohd-akram (Mohamed Akram)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: macfuse

Description

Multiple ports are not working correctly using macfuse.

e.g. encfs. I get it working on my Intel Macbook Pro 2019 Big Sur after running these commands:

sudo ln -sn /opt/local/Library/Filesystems/macfuse.fs /Library/Filesystems/macfuse.fs
sudo /Library/Filesystems/macfuse.fs/Contents/Resources/load_macfuse

After a reboot encfs stops working and this error gets printed:

kext load failed: -603947007
mount_macfuse: the file system is not available (255)
fuse failed.  Common problems:
 - fuse kernel module not installed (modprobe fuse)
 - invalid options -- see usage message

To temporarily fix it I need to run this command again:

sudo /Library/Filesystems/macfuse.fs/Contents/Resources/load_macfuse

This needs to be done after every reboot and I can reproduce it using encfs and other macfuse dependant ports.

Change History (3)

comment:1 Changed 3 years ago by MarcelBochtler (Marcel Bochtler)

Summary: macfuse @4.1.2_0:macfuse @4.1.2_0: Need to call load_macfuse after every reboot

comment:2 Changed 3 years ago by reneeotten (Renee Otten)

Owner: set to mohd-akram
Status: newassigned

In the future, please add the maintainer to CC (port info --maintainer macfuse)

comment:3 Changed 3 years ago by mohd-akram (Mohamed Akram)

Resolution: fixed
Status: assignedclosed

In 573063f7cc6a371c4feb382fb9b4b9e6fff25b6b/macports-ports (master):

macfuse: fix helper permissions

Fixes: #63063

Note: See TracTickets for help on using tickets.