michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

can't remove saved configuration #296

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. after adding a FTP/SHH server configuration to the macfusion app
2. try to delete the saved configuration by pressing the - icon or choosing the 
delete option from the menu 
3. Macfusion freezes and I must quit it to make it run again, however the saved 
configuration was not removed  

What is the expected output? What do you see instead?
remove or delete the saved configuration 

What version of the product are you using? On what operating system?
macfusion 2.0.4

MAC OSX  10.7.1 (lion)

Please provide any additional information below.

using osxfuse 2.3.4

Original issue reported on code.google.com by Island.A...@gmail.com on 10 Oct 2011 at 12:08

GoogleCodeExporter commented 8 years ago
Same problem here. Macbook Pro running Lion 10.7.2

As a workaround, could you please specify where this configuration data is 
stored, so I could nuke it. Sorry I am just a simple Linux user that converted 
to MAC

Original comment by hans.kra...@xs4all.nl on 18 Oct 2011 at 8:03

GoogleCodeExporter commented 8 years ago
Same problem here. 
If we could at least know the config file folder we could fix it manually. 

thanks.

Original comment by marco.bo...@gmail.com on 21 Oct 2011 at 8:42

GoogleCodeExporter commented 8 years ago
Same problem here...

Original comment by Frederik...@gmail.com on 1 Nov 2011 at 9:40

GoogleCodeExporter commented 8 years ago
Any idea on how to solve this? also have this problem!

Original comment by megacrus...@gmail.com on 7 Nov 2011 at 9:44

GoogleCodeExporter commented 8 years ago
What i did:

0. Uninstalled MacFusion (made sure it was closed)
1. Went into keychain
2. Deleted all passwords for entries which contained fusion in them. Use the 
search field.
3. Tried to connect without mac fusion via the finder entry

It somehow disapeared. Hope it works for some of you. but has to do somethign 
with keychain. Explore this option.
Somehow then

Original comment by megacrus...@gmail.com on 7 Nov 2011 at 10:03

GoogleCodeExporter commented 8 years ago
What i did:

0. Uninstalled MacFusion (made sure it was closed)
1. Went into keychain
2. Deleted all passwords for entries which contained fusion in them. Use the 
search field.
3. Tried to connect without mac fusion via the finder entry

It somehow disapeared. Hope it works for some of you. but has to do somethign 
with keychain. Explore this option.
Somehow then

Original comment by megacrus...@gmail.com on 7 Nov 2011 at 10:03

GoogleCodeExporter commented 8 years ago
Same issue.  Only had 3 entries in my key chain but im up to about 7 entries in 
my macfusion config now.

Original comment by florian....@gmail.com on 22 Nov 2011 at 5:57

GoogleCodeExporter commented 8 years ago
Adding one more step solved the issue for me:
0. Open up your terminal and rm anything in /Library/Application 
Support/Macfusion/Filesystems
1. Uninstalled MacFusion (made sure it was closed, and be sure you've no other 
versions of boost, fusion, or encfs installed via oh say macports)
2. Went into keychain
3. Deleted all passwords for entries which contained fusion in them. Use the 
search field.
4. Tried to connect without mac fusion via the finder entry
5. Open up your terminal and delete 

Original comment by sfmust...@gmail.com on 27 Nov 2011 at 12:01

GoogleCodeExporter commented 8 years ago
Please provide config so I can manually removed saved configuration entry. 
Besides this fubar remove feature, I like the GUI.

Original comment by jrspr...@gmail.com on 21 Dec 2011 at 3:45

GoogleCodeExporter commented 8 years ago
On my fresh 10.7.2 Lion install, the files were located here:
~/Library/Application Support/Macfusion/Filesystems

The files are names with a GID, & have the extension .macfusion.

Once I removed one of these, and killed and restarted the Macfusion daemon, the 
entries were gone.

HTH.

Original comment by puppycr...@gmail.com on 18 Jan 2012 at 8:27

GoogleCodeExporter commented 8 years ago
On 10.7.3 Lion the solution by puppycr...@gmail.com perfectly worked for me.

Thanks!

Original comment by gonzalor...@gmail.com on 21 Feb 2012 at 9:13

GoogleCodeExporter commented 8 years ago
comment 10 worked perfect for me , thx a lot!

Original comment by onnokl...@gmail.com on 15 Mar 2012 at 12:17

GoogleCodeExporter commented 8 years ago
I have same issue, also I've used a comment 10 tip, thx!

Original comment by paul.pho...@gmail.com on 20 Mar 2012 at 12:36

GoogleCodeExporter commented 8 years ago
Comment 10 works for me also, thanks!

Original comment by s.r.walk...@gmail.com on 21 Nov 2012 at 10:14

GoogleCodeExporter commented 8 years ago
Even tough I got it to work, I still had some problems. So when switching 
computer with os x 10.8 I also switched to ExpanDrive wich works, but I still 
like some of the GUI functions in macfusion. 

Original comment by dan...@cybercow.se on 21 Nov 2012 at 10:38

GoogleCodeExporter commented 8 years ago
Same bug here.

Original comment by lefeb...@gmail.com on 8 Feb 2013 at 7:22

GoogleCodeExporter commented 8 years ago
In case anyone is wondering, in regards to comment 10, how to restart the 
Macfusion daemon:
sudo killall macfusionAgent
And then launch macfusion to get it started again.

Original comment by rah...@gmail.com on 15 Mar 2013 at 6:56

GoogleCodeExporter commented 8 years ago
Same here, OSX Lion, MacFusion 2.0.4

Original comment by davidps...@gmail.com on 19 Apr 2013 at 5:20

GoogleCodeExporter commented 8 years ago
The files are just XML so you can easily remove a specific entry,

Original comment by keiranmr...@gmail.com on 23 May 2013 at 11:00

GoogleCodeExporter commented 8 years ago
or you can just get "expandrive" it works a thousand times better than 
macfusion because the developers actually still work on it.

(not free though, but totally worth it)

Original comment by soto...@gmail.com on 23 May 2013 at 2:04

GoogleCodeExporter commented 8 years ago
I have the same issue.

Original comment by jeffst...@gmail.com on 26 Mar 2014 at 9:48

GoogleCodeExporter commented 8 years ago
Don't need to uninstall macfusion, just kill the agent. 

Close the macfusion app.

1. go into ~/Library/Application Support/Macfusion/Filesystems
2. grep servername *
3. remove config file
4. clean keychain (optional
 a. in Passwords find keychain for servername and delete
5. in Terminal kill the macfusion deamon
 a. pkill macfusionAgent

Enjoy

Original comment by pllewi...@gmail.com on 13 Nov 2014 at 5:49

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hello all, 

 I am having the same bug using Yosemite but I can´t find even the ~/Library/Application Support/Macfusion/ directory or a config file anywhere. Everything else works fine with my GUI.

 Does someone has any suggestion?

Thanks!

Original comment by ivansk...@gmail.com on 8 Jan 2015 at 9:26

GoogleCodeExporter commented 8 years ago
#22 works for me, thanks!

Original comment by pierren...@gmail.com on 22 Jan 2015 at 12:11

GoogleCodeExporter commented 8 years ago
@iavnksk...

Open Finder, then in menu bar click on Go -> Go To Folder... then when the 
dialog box comes up type ~/Library and click Go.

This is how I got to see the Macfusion folder in Application support on 
Yosemite.

Original comment by mail.jon...@gmail.com on 13 May 2015 at 2:35