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

quick/marshal.4.8 folder missing #177

Closed
lionelperrin opened this issue Sep 23, 2014 · 2 comments
Closed

quick/marshal.4.8 folder missing #177

lionelperrin opened this issue Sep 23, 2014 · 2 comments
Labels

Comments

@lionelperrin
Copy link

When a gem is deleted using the GUI, the folder quick/marshal.4.8 is deleted and never rebuilt.
After that, the server is unable to serve any gems.

A work around consists in uploading again all the gems with 'gem inabox -o *.gem'.

This is not very convenient and does not look that difficult to fix. What do you think ?

Regards,

Lionel

@reggieb
Copy link
Member

reggieb commented Oct 17, 2014

Can you clarify what you mean by "When a gem is deleted using the GUI"?

@lionelperrin
Copy link
Author

I'm running geminabox (0.12.4) under windows with ruby 1.9.3 and webrick:

Geminabox::Server.run!( bind: '0.0.0.0', port: 9090, server: 'webrick' )

When I use a web browser and connect to geminabox, after deleting a gem using the 'delete' button from the web page, I don't get any issue. The gem is getting deleted. But after that, I can't get gem from the server anymore.

A command line like:

gem install mygemfromtheserver

returns an error because of the missing folder quick/marshal.4.8.

Let me know if it requires further explanation. This issue is a blocking one since it requires to reload all the gems on the server.

@tomlea tomlea added the Stale label Feb 15, 2016
@tomlea tomlea closed this as completed Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants