Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 5 matches

by ovemh
15 Dec 2010, 11:13
Forum: B2 & B3 Support
Topic: access rights on storage directory
Replies: 10
Views: 10875

Re: access rights on storage directory

Ubi wrote: (...) Also, the chgrp command is superfluous if you can give the group together with the chown command. (...)
I agree.

Code: Select all

$ chown root.users /home/storage
...are more elegant ;) I didn't catch your post before I posted mine.
by ovemh
15 Dec 2010, 06:53
Forum: B2 & B3 Support
Topic: access rights on storage directory
Replies: 10
Views: 10875

Re: access rights on storage directory

I think this should do it:

You ssh log in to your bubba

$ su root

// Change owner: (The -R changes all files/directories below storage)
$ chown -R root /home/storage

// Change group membership of the files
$ chgrp -R users /home/storage/

Then the chmod thing listed above, or:
chmod 777 -R ...
by ovemh
10 Sep 2010, 01:08
Forum: B2 & B3 Support
Topic: NFS v4
Replies: 3
Views: 5238

Re: NFS v4

At the Bubba I get following output

bubba:/sbin# yum --version nfs
Warning, could not load sqlite, falling back to pickle
2.4.0
So I suppose it is 2.4.0

At the other machine/server which also runs as server with NFSv4 running automatically i get:

user@server:/sbin$ sudo yum --version nfs
3.2 ...
by ovemh
09 Sep 2010, 19:30
Forum: B2 & B3 Support
Topic: NFS v4
Replies: 3
Views: 5238

NFS v4

I try to use my B2 as a nfs server with the NFSv4-protocol. I have everything installed but my client wont connect:
sudo mount -t nfs4 192.168.my.bubba: /home/client/bubba
mount.nfs4: Protocol not supported


The same command works fine when i mount my client to a different machine, so the problem ...
by ovemh
07 Sep 2010, 17:36
Forum: B2 & B3 Support
Topic: Bubba 2 not booting, and not starting with a rescue USB img
Replies: 3
Views: 7456

Re: Bubba 2 not booting, and not starting with a rescue USB

Hey, I do not know if this is a too late reply, but I also wanted to post this instruction for those with problems making the USB Rescue Stick.

Many are apparently struggling because the USB sticks are quite different regarding to the hardware in use and they all have different file systems. The ...