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

Suggestion: Modify Debian Installation Instructions #5

Open
johnrichardrinehart opened this issue Feb 2, 2016 · 2 comments
Open

Suggestion: Modify Debian Installation Instructions #5

johnrichardrinehart opened this issue Feb 2, 2016 · 2 comments

Comments

@johnrichardrinehart
Copy link

I suggest modifying the Debian installation instructions as follows (I have installed mhddfs-nosegfault on Ubuntu 15.10):

Installation

Debian

git clone https://github.com/vdudouyt/mhddfs-nosegfault
cd mhddfs-nosegfault
fakeroot dpkg-buildpackage -us -uc
sudo umount -a
cp /usr/bin/mhddfs mhddfs.bkp
sudo cp mhddfs /usr/bin
sudo mount -a

This package is awesome. I hope it fixes my transport endpoint error. Can you tell me what you changed in the mhddfs source (I don't want to sdiff everything)?

@johnrichardrinehart johnrichardrinehart changed the title Suggestion: Modify Installation Instructions Suggestion: Modify Debian Installation Instructions Feb 2, 2016
@johnrichardrinehart
Copy link
Author

Never mind. I see at 403e52f that you changed hash table implementations. Have you had the chance to test and implement #2?

@peterhorsley
Copy link

For linux n00bs like me, if you get:

/usr/bin/fakeroot: line 178: dpkg-buildpackage: command not found

sudo apt-get install dpkg-dev

then when running fakeroot dpkg-buildpackage -us -uc if you get:

dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 5) libfuse-dev (>= 2.9.4) libattr1-dev libglib2.0-dev

install those dependencies using:

sudo apt-get install debhelper
sudo apt-get install libfuse-dev
sudo apt-get install libattr1-dev
sudo apt-get install libglib2.0-dev

unfortunately that still did not upgrade my version of fuse, will update with additional steps if I can achieve that.

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

2 participants