Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-21 Thread Boyd Stephen Smith Jr.
In 20110319235133.aa4a79ae.cele...@gmail.com, Celejar wrote:
On Thu, 17 Mar 2011 16:50:36 -0400
shawn wilson ag4ve...@gmail.com wrote:
 about the same time as samba 4 and perl 6). As it is, I'd use nfs (add
 ddrd

I can't figure out what ddrd is.

I think they meant drbd, which is a way to keep two block devices 
synchronized during use.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-21 Thread Celejar
On Mon, 21 Mar 2011 08:12:11 -0500
Boyd Stephen Smith Jr. b...@iguanasuicide.net wrote:

 In 20110319235133.aa4a79ae.cele...@gmail.com, Celejar wrote:
 On Thu, 17 Mar 2011 16:50:36 -0400
 shawn wilson ag4ve...@gmail.com wrote:
  about the same time as samba 4 and perl 6). As it is, I'd use nfs (add
  ddrd
 
 I can't figure out what ddrd is.
 
 I think they meant drbd, which is a way to keep two block devices 
 synchronized during use.

Thanks - I've actually heard of that, although I have no experience
with it, and I'm pretty sure it's not what I need.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110321150046.79cdfb19.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-21 Thread Celejar
On Sun, 20 Mar 2011 12:27:40 +0100
Klistvud quotati...@aliceadsl.fr wrote:

 Dne, 20. 03. 2011 05:23:34 je Celejar napisal(a):
  On Sun, 20 Mar 2011 00:01:27 -0400
  Chris Brennan xa...@xaerolimit.net wrote:
  
   Sshfs requires fusefs to function, syntax is the same as  
  SSH/sftp/scp.
  
  IIUC, sshfs+fusefs must be on the system from which I'm running the
  sshfs command, but is not necessary on the other one; correct me if  
  I'm
  wrong. As I've said, I do have a working sshfs setup on my Debian box
  (it works with other Debian boxes).
 
 Then it's probably something with your OpenWrt ssh daemon and how it's  
 configured (you *have* the daemon running on it, I trust). In my  
 experiences with OpenWrt, they are forced to strip down their packages  
 quite a bit (for example, they ship a tiny cron that won't recognize  
 directives such as @reboot and the like; and God only knows what gets  
 left out from their kernel in order to keep it so small).

Well, OpenWrt uses Dropbear, not the regular ssh to begin with.
 
I did consider sshfs, but for some reason, it won't work; when I  
  try to
connect from my linux system to the OpenWrt box, all I get is the  
  less
than helpful error remote host has disconnected. ssh works fine
between the two boxes (using public / private keys), and I've  
  used sshfs
 THIS!   
 Probably the reason. Did you try running sshfs with simple password  
 verification first? Setting the right keys into the right ~/.ssh  
 directories, and with the right permissions, is probably the most  
 annoying part when setting up sshfs/fusefs with public/private keys  
 verification. It certainly helps if you set your remote ssh daemon to  
 verbose logging for the time being.

I'm not sure exactly what I need to do to prevent sshfs from using
keys, but no matter what I try, I get the same error.

before between two Debian boxes.
   
Celejar
 
 FWIW: fusefs issupposedly more secure than nfs, but being done in user  
 space, it's also less flexible. For example, simply copying some user  
 A's files, if done from user B's account (which generally does not have  
 write permissions to A's home subtree) may involve copying them to an  
 intermediate staging area on the remote machine first, then logging  
 into the remote machine, becoming root there, moving over the copied  
 files from the staging area to their final, intended destination, and  
 finally setting their ownership/permissions right. Quite a chore, as  
 opposed to the totally seamless usage I was used to with nfs...

Got it, thanks.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110321150701.3dd96a57.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-20 Thread Klistvud

Dne, 20. 03. 2011 05:23:34 je Celejar napisal(a):

On Sun, 20 Mar 2011 00:01:27 -0400
Chris Brennan xa...@xaerolimit.net wrote:

 Sshfs requires fusefs to function, syntax is the same as  
SSH/sftp/scp.


IIUC, sshfs+fusefs must be on the system from which I'm running the
sshfs command, but is not necessary on the other one; correct me if  
I'm

wrong. As I've said, I do have a working sshfs setup on my Debian box
(it works with other Debian boxes).


Then it's probably something with your OpenWrt ssh daemon and how it's  
configured (you *have* the daemon running on it, I trust). In my  
experiences with OpenWrt, they are forced to strip down their packages  
quite a bit (for example, they ship a tiny cron that won't recognize  
directives such as @reboot and the like; and God only knows what gets  
left out from their kernel in order to keep it so small).


  I did consider sshfs, but for some reason, it won't work; when I  
try to
  connect from my linux system to the OpenWrt box, all I get is the  
less

  than helpful error remote host has disconnected. ssh works fine
  between the two boxes (using public / private keys), and I've  
used sshfs

THIS!   
Probably the reason. Did you try running sshfs with simple password  
verification first? Setting the right keys into the right ~/.ssh  
directories, and with the right permissions, is probably the most  
annoying part when setting up sshfs/fusefs with public/private keys  
verification. It certainly helps if you set your remote ssh daemon to  
verbose logging for the time being.



  before between two Debian boxes.
 
  Celejar


FWIW: fusefs issupposedly more secure than nfs, but being done in user  
space, it's also less flexible. For example, simply copying some user  
A's files, if done from user B's account (which generally does not have  
write permissions to A's home subtree) may involve copying them to an  
intermediate staging area on the remote machine first, then logging  
into the remote machine, becoming root there, moving over the copied  
files from the staging area to their final, intended destination, and  
finally setting their ownership/permissions right. Quite a chore, as  
opposed to the totally seamless usage I was used to with nfs...


--
Cheerio,

Klistvud  
http://bufferoverflow.tiddlyspot.com
Certifiable Loonix User #481801  Please reply to the list, not to  
me.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1300620460.7533.0@compax



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-19 Thread Celejar
On Thu, 17 Mar 2011 12:48:22 -0700
Todd A. Jacobs codegnome.consulting+deb...@gmail.com wrote:

 On Thu, Mar 17, 2011 at 12:08 PM, Celejar cele...@gmail.com wrote:
 
  I want to set up a network filesystem to share files between several
  linux systems (Debian  OpenWrt).  Judging from what I see on the list
 
 Do you actually need all the features of a typical shared filesystem?
 If not, you might look at sshfs, which will allow individual users to
 mount remote filesystems over SSH using per-user authentication.

I did consider sshfs, but for some reason, it won't work; when I try to
connect from my linux system to the OpenWrt box, all I get is the less
than helpful error remote host has disconnected.  ssh works fine
between the two boxes (using public / private keys), and I've used sshfs
before between two Debian boxes.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110319234808.aa5c5d2f.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-19 Thread Celejar
On Thu, 17 Mar 2011 16:50:36 -0400
shawn wilson ag4ve...@gmail.com wrote:

 On Mar 17, 2011 3:10 PM, Celejar cele...@gmail.com wrote:
 
  Hi,
 
  I want to set up a network filesystem to share files between several
  linux systems (Debian  OpenWrt).  Judging from what I see on the list
  and elsewhere, NFS stills seems to be the standard, but I am aware that
  newer options are available, e.g. Coda and OpenAFS.  Since I don't need
  any legacy or non-linux support, should I try one of those, or just
  stick with NFS?
 
 
 Well, if pnfs were stable, that would be the thing to use (it'll be stable

 about the same time as samba 4 and perl 6). As it is, I'd use nfs (add ddrd

I can't figure out what ddrd is.

 and krb for ha). However, if you get into the ha realm, you might be better

If ha is High Availability, I really don't think that I need it.

 with a proper san.

I'm definitely not in SAN territory here - this is just a small,
personal project, with a budget to match.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110319235133.aa4a79ae.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-19 Thread Celejar
On Thu, 17 Mar 2011 17:59:38 -0400
shawn wilson ag4ve...@gmail.com wrote:

 btw, i just ran across this (looking at perlbal) but this looks related to
 the 'network file system' conversation.
 http://www.danga.com/mogilefs/

Interesting, but almost certainly not what I need:

 MogileFS is not:
 
 * POSIX Compliant -- you don't run regular Unix applications or
 databases against MogileFS. It's meant for archiving write-once files
 and doing only sequential reads. (though you can modify a file by way
 of overwriting it with a new version)
 
 Notes: o Yes, this means your application has to specifically use a
 MogileFS client library to store and retrieve files. The steps in
 general are 1) talk to a tracker about what you want to put or get, 2)
 read/write to one of the places it told you you could (it'll pick
 storage node(s) for you as part of its load balancing), using HTTP
 GET/PUT

I just want a basic setup that will allow me to use my normal tools to
operate on files stored on a different box.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110319235346.278d11da.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-19 Thread Celejar
On Thu, 17 Mar 2011 19:15:53 -0400
shawn wilson ag4ve...@gmail.com wrote:

...

 heh, i'd think you'd go with nfs because it's drop dead simple to setup.
 seriously, google something like 'linux exports example' and just look at
 it. you should have it setup in no more than 10 minutes. now, if you have
 100 servers hitting it and you start noticing interesting issues with file
 locking, dates, and the likes, you might have to read up. but, seriously,
 there's not much that is as simple to setup on unix as straight nfs.

Got it; thanks.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2011032048.872f82f5.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-19 Thread Chris Brennan
Sshfs requires fusefs to function, syntax is the same as SSH/sftp/scp.

-- Sent from my Droid
On Mar 19, 2011 11:48 PM, Celejar cele...@gmail.com wrote:
 On Thu, 17 Mar 2011 12:48:22 -0700
 Todd A. Jacobs codegnome.consulting+deb...@gmail.com wrote:

 On Thu, Mar 17, 2011 at 12:08 PM, Celejar cele...@gmail.com wrote:

  I want to set up a network filesystem to share files between several
  linux systems (Debian  OpenWrt).  Judging from what I see on the list

 Do you actually need all the features of a typical shared filesystem?
 If not, you might look at sshfs, which will allow individual users to
 mount remote filesystems over SSH using per-user authentication.

 I did consider sshfs, but for some reason, it won't work; when I try to
 connect from my linux system to the OpenWrt box, all I get is the less
 than helpful error remote host has disconnected. ssh works fine
 between the two boxes (using public / private keys), and I've used sshfs
 before between two Debian boxes.

 Celejar
 --
 foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
 mailmin.sourceforge.net - remote access via secure (OpenPGP) email
 ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
listmas...@lists.debian.org
 Archive: http://lists.debian.org/20110319234808.aa5c5d2f.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-19 Thread Celejar
On Sun, 20 Mar 2011 00:01:27 -0400
Chris Brennan xa...@xaerolimit.net wrote:

 Sshfs requires fusefs to function, syntax is the same as SSH/sftp/scp.

IIUC, sshfs+fusefs must be on the system from which I'm running the
sshfs command, but is not necessary on the other one; correct me if I'm
wrong. As I've said, I do have a working sshfs setup on my Debian box
(it works with other Debian boxes).

 On Mar 19, 2011 11:48 PM, Celejar cele...@gmail.com wrote:
  On Thu, 17 Mar 2011 12:48:22 -0700
  Todd A. Jacobs codegnome.consulting+deb...@gmail.com wrote:
 
  On Thu, Mar 17, 2011 at 12:08 PM, Celejar cele...@gmail.com wrote:
 
   I want to set up a network filesystem to share files between several
   linux systems (Debian  OpenWrt).  Judging from what I see on the list
 
  Do you actually need all the features of a typical shared filesystem?
  If not, you might look at sshfs, which will allow individual users to
  mount remote filesystems over SSH using per-user authentication.
 
  I did consider sshfs, but for some reason, it won't work; when I try to
  connect from my linux system to the OpenWrt box, all I get is the less
  than helpful error remote host has disconnected. ssh works fine
  between the two boxes (using public / private keys), and I've used sshfs
  before between two Debian boxes.
 
  Celejar
  --
  foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
  mailmin.sourceforge.net - remote access via secure (OpenPGP) email
  ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
 
 
  --
  To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
  with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
  Archive: http://lists.debian.org/20110319234808.aa5c5d2f.cele...@gmail.com
 


Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110320002334.1f613f6c.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-19 Thread Celejar
On Thu, 17 Mar 2011 19:19:54 -0400
Chris Brennan xa...@xaerolimit.net wrote:

 On Thu, Mar 17, 2011 at 7:15 PM, shawn wilson ag4ve...@gmail.com wrote:
 
  heh, i'd think you'd go with nfs because it's drop dead simple to setup.
  seriously, google something like 'linux exports example' and just look at
  it. you should have it setup in no more than 10 minutes. now, if you have
  100 servers hitting it and you start noticing interesting issues with file
  locking, dates, and the likes, you might have to read up. but, seriously,
  there's not much that is as simple to setup on unix as straight nfs.
 
 
 ch...@ziggy.xaerolimit.net [~]# cat /etc/exports
 /usr/home -alldirs -maproot=root
 /mnt/music -alldirs -maproot=root
 ch...@ziggy.xaerolimit.net [~]#
 
 there is your example ... that list is exported on my FreeBSD7.3 box and I
 can freely mount them in Mr. Gates favorite OS, Gentoo Linux and Debian 6.

Thanks for this.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110320002427.64c1e8d4.cele...@gmail.com



Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Celejar
Hi,

I want to set up a network filesystem to share files between several
linux systems (Debian  OpenWrt).  Judging from what I see on the list
and elsewhere, NFS stills seems to be the standard, but I am aware that
newer options are available, e.g. Coda and OpenAFS.  Since I don't need
any legacy or non-linux support, should I try one of those, or just
stick with NFS?

I've seen this IBM paper:

https://www.ibm.com/developerworks/linux/library/l-network-filesystems/

this thread:

http://www.mail-archive.com/debian-user@lists.debian.org/msg91079.html

and this:

http://coda.wikidev.net/Small_file_performance

but I am utterly new to network filesystems, and there isn't all that
much to go on in the above.  Recommendations?

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110317150829.d6c05f25.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Boyd Stephen Smith Jr.
On 2011-03-17 14:08:29 Celejar wrote:
I want to set up a network filesystem to share files between several
linux systems (Debian  OpenWrt).  Judging from what I see on the list
and elsewhere, NFS stills seems to be the standard, but I am aware that
newer options are available, e.g. Coda and OpenAFS.  Since I don't need
any legacy or non-linux support, should I try one of those, or just
stick with NFS?

Already using Kerberos everywhere?  If not, don't bother with AFS.  I'm not 
sure about Coda, but I think it is the same situation.

NFS (v4 if you can) is still the go-to for accessing a file system across a 
network connection.  (NBD, iSCSI, and ATAoE all operate underneath a file 
system, you might be able to use them with a cluster-aware file system for 
sharing, but double-mounting a normal file system is a no-no.)
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Chris Brennan
On Thu, Mar 17, 2011 at 3:08 PM, Celejar cele...@gmail.com wrote:

Hi,

 I want to set up a network filesystem to share files between several
 linux systems (Debian  OpenWrt).  Judging from what I see on the list
 and elsewhere, NFS stills seems to be the standard, but I am aware that
 newer options are available, e.g. Coda and OpenAFS.  Since I don't need
 any legacy or non-linux support, should I try one of those, or just
 stick with NFS?

 I've seen this IBM paper:

 https://www.ibm.com/developerworks/linux/library/l-network-filesystems/

 this thread:

 http://www.mail-archive.com/debian-user@lists.debian.org/msg91079.html

 and this:

 http://coda.wikidev.net/Small_file_performance

 but I am utterly new to network filesystems, and there isn't all that
 much to go on in the above.  Recommendations?


I've not used Coda or OpenAFS yet as the last time I browsed the Linux
kernel, they were still marked as extremely experimental still. NFS is good
when going Linix - Linux (yes I know OpenWRT is Linux (so is ddwrt) but
why not use Samba? I have a LinkSYS WRT54G (v3.1 *I think*) and I use a
Samba Share that DD-WRT mounts for me at boot to provide extra storage on my
router. For my needs, it's fast enough, in all honesty, I don't notice any
performance impacts from doing this other then the router takes ~1-3s longer
to boot, but at 12mo intervals, that is perfectly acceptable in my mind.

-- 
Did you know...
If you play a Windows 2000 CD backwards, you hear satanic messages,

but what's worse is when you play it forward
  ...it installs Windows 2000

-- Alfred Perlstein on chat at freebsd.org


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Todd A. Jacobs
On Thu, Mar 17, 2011 at 12:08 PM, Celejar cele...@gmail.com wrote:

 I want to set up a network filesystem to share files between several
 linux systems (Debian  OpenWrt).  Judging from what I see on the list

Do you actually need all the features of a typical shared filesystem?
If not, you might look at sshfs, which will allow individual users to
mount remote filesystems over SSH using per-user authentication.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTikhnZ4eC4F+wq16f=as+acxreuvurcc5ptgk...@mail.gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Celejar
[Please don't cc me; I'm subscribed.]

On Thu, 17 Mar 2011 15:28:23 -0400
Chris Brennan xa...@xaerolimit.net wrote:

 On Thu, Mar 17, 2011 at 3:08 PM, Celejar cele...@gmail.com wrote:
 
 Hi,
 
  I want to set up a network filesystem to share files between several
  linux systems (Debian  OpenWrt).  Judging from what I see on the list
  and elsewhere, NFS stills seems to be the standard, but I am aware that
  newer options are available, e.g. Coda and OpenAFS.  Since I don't need
  any legacy or non-linux support, should I try one of those, or just
  stick with NFS?

...

 I've not used Coda or OpenAFS yet as the last time I browsed the Linux
 kernel, they were still marked as extremely experimental still. NFS is good

AFS (and Ceph) are marked as experimental, but I don't see that Coda is.

 when going Linix - Linux (yes I know OpenWRT is Linux (so is ddwrt) but
 why not use Samba? I have a LinkSYS WRT54G (v3.1 *I think*) and I use a

I suppose I could, but I just don't like it much, although I admit that
I don't have much experience with it.  IIUC, it's basically a
reverse-engineered version of Microsoft's protocol.  It seems hugely
complex - last time I checked, going through the config files was not
fun - and just doesn't feel very natural on linux (although it's been a
while since I played with it).

 Samba Share that DD-WRT mounts for me at boot to provide extra storage on my
 router. For my needs, it's fast enough, in all honesty, I don't notice any
 performance impacts from doing this other then the router takes ~1-3s longer
 to boot, but at 12mo intervals, that is perfectly acceptable in my mind.

Ah, not my OpenWrt box :/

https://forum.openwrt.org/viewtopic.php?pid=130991

Thanks.
Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110317155052.f8551574.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Celejar
On Thu, 17 Mar 2011 14:28:07 -0500
Boyd Stephen Smith Jr. b...@iguanasuicide.net wrote:

 On 2011-03-17 14:08:29 Celejar wrote:
 I want to set up a network filesystem to share files between several
 linux systems (Debian  OpenWrt).  Judging from what I see on the list
 and elsewhere, NFS stills seems to be the standard, but I am aware that
 newer options are available, e.g. Coda and OpenAFS.  Since I don't need
 any legacy or non-linux support, should I try one of those, or just
 stick with NFS?
 
 Already using Kerberos everywhere?  If not, don't bother with AFS.  I'm not 
 sure about Coda, but I think it is the same situation.

Would you mind elaborating a bit?  Are you talking about security,
authentication, encryption?
 
 NFS (v4 if you can) is still the go-to for accessing a file system across a 
 network connection.  (NBD, iSCSI, and ATAoE all operate underneath a file 
 system, you might be able to use them with a cluster-aware file system for 
 sharing, but double-mounting a normal file system is a no-no.)

Thanks.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110317155337.04748e9c.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread shawn wilson
On Mar 17, 2011 3:10 PM, Celejar cele...@gmail.com wrote:

 Hi,

 I want to set up a network filesystem to share files between several
 linux systems (Debian  OpenWrt).  Judging from what I see on the list
 and elsewhere, NFS stills seems to be the standard, but I am aware that
 newer options are available, e.g. Coda and OpenAFS.  Since I don't need
 any legacy or non-linux support, should I try one of those, or just
 stick with NFS?


Well, if pnfs were stable, that would be the thing to use (it'll be stable
about the same time as samba 4 and perl 6). As it is, I'd use nfs (add ddrd
and krb for ha). However, if you get into the ha realm, you might be better
with a proper san.


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Boyd Stephen Smith Jr.
On 2011-03-17 14:53:37 Celejar wrote:
 Already using Kerberos everywhere?  If not, don't bother with AFS.  I'm
 not sure about Coda, but I think it is the same situation.

Would you mind elaborating a bit?  Are you talking about security,
authentication, encryption?

Kerberos is primarily authentication.  It provides some information to 
authorization systems built on top of it and has some small authorization 
conventions for managing the domain.  It uses encryption to enable the 
authentication, but doesn't necessarily enforce any protocol-level encryption 
on applications using it for authentication.

From what I understand, permissions on files under AFS are not really handled 
the way a simple UNIX filesystem is (uid/gid/perms in the inode, optional 
acl extensions).  Instead, files are owned and permissions granted based on 
your Kerberos principal for the domain the AFS is in.  Essentially, a Kerberos 
infrastructure is necessary to use AFS, at least a minimal one.  And, with a 
truly minimal Kerberos configuration, I don't think it would be any more 
secure and probably more poorly performing than an equivalent NFS.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread shawn wilson
On Mar 17, 2011 5:06 PM, Boyd Stephen Smith Jr. b...@iguanasuicide.net
wrote:

 On 2011-03-17 14:53:37 Celejar wrote:

And, with a
 truly minimal Kerberos configuration, I don't think it would be any more
 secure and probably more poorly performing than an equivalent NFS.

You mean '... than an equivalent nis or ypbind' configuration since we are
talking authentication here? IIRC, you can enforce ssl / tls with nfs+krb.
It seemed pretty fast but I didn't benchmark it.


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread shawn wilson
btw, i just ran across this (looking at perlbal) but this looks related to
the 'network file system' conversation.
http://www.danga.com/mogilefs/


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Celejar
On Thu, 17 Mar 2011 16:05:53 -0500
Boyd Stephen Smith Jr. b...@iguanasuicide.net wrote:

 On 2011-03-17 14:53:37 Celejar wrote:
  Already using Kerberos everywhere?  If not, don't bother with AFS.  I'm
  not sure about Coda, but I think it is the same situation.
 
 Would you mind elaborating a bit?  Are you talking about security,
 authentication, encryption?
 
 Kerberos is primarily authentication.  It provides some information to 
 authorization systems built on top of it and has some small authorization 
 conventions for managing the domain.  It uses encryption to enable the 
 authentication, but doesn't necessarily enforce any protocol-level encryption 
 on applications using it for authentication.
 
 From what I understand, permissions on files under AFS are not really handled 
 the way a simple UNIX filesystem is (uid/gid/perms in the inode, optional 
 acl extensions).  Instead, files are owned and permissions granted based on 
 your Kerberos principal for the domain the AFS is in.  Essentially, a 
 Kerberos 
 infrastructure is necessary to use AFS, at least a minimal one.  And, with a 
 truly minimal Kerberos configuration, I don't think it would be any more 
 secure and probably more poorly performing than an equivalent NFS.

Got it; thanks.  I suppose I'll probably go with NFS, if for no other
reason than than experience with linux has taught me that *all else
being equal*, it's generally better to do what the masses are doing, as
the likelihood of it Just Working, and of being able to get help and
support, are much better that way.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110317184128.8cfe6ea3.cele...@gmail.com



Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread shawn wilson
On Thu, Mar 17, 2011 at 6:41 PM, Celejar cele...@gmail.com wrote:

 On Thu, 17 Mar 2011 16:05:53 -0500
 Boyd Stephen Smith Jr. b...@iguanasuicide.net wrote:

  On 2011-03-17 14:53:37 Celejar wrote:
   Already using Kerberos everywhere?  If not, don't bother with AFS.
  I'm
   not sure about Coda, but I think it is the same situation.
  
  Would you mind elaborating a bit?  Are you talking about security,
  authentication, encryption?
 
  Kerberos is primarily authentication.  It provides some information to
  authorization systems built on top of it and has some small authorization
  conventions for managing the domain.  It uses encryption to enable the
  authentication, but doesn't necessarily enforce any protocol-level
 encryption
  on applications using it for authentication.
 
  From what I understand, permissions on files under AFS are not really
 handled
  the way a simple UNIX filesystem is (uid/gid/perms in the inode,
 optional
  acl extensions).  Instead, files are owned and permissions granted based
 on
  your Kerberos principal for the domain the AFS is in.  Essentially, a
 Kerberos
  infrastructure is necessary to use AFS, at least a minimal one.  And,
 with a
  truly minimal Kerberos configuration, I don't think it would be any more
  secure and probably more poorly performing than an equivalent NFS.

 Got it; thanks.  I suppose I'll probably go with NFS, if for no other
 reason than than experience with linux has taught me that *all else
 being equal*, it's generally better to do what the masses are doing, as
 the likelihood of it Just Working, and of being able to get help and
 support, are much better that way.

 heh, i'd think you'd go with nfs because it's drop dead simple to setup.
seriously, google something like 'linux exports example' and just look at
it. you should have it setup in no more than 10 minutes. now, if you have
100 servers hitting it and you start noticing interesting issues with file
locking, dates, and the likes, you might have to read up. but, seriously,
there's not much that is as simple to setup on unix as straight nfs.


Re: Best network filesystem for a bleeding edge, pure linux environment?

2011-03-17 Thread Chris Brennan
On Thu, Mar 17, 2011 at 7:15 PM, shawn wilson ag4ve...@gmail.com wrote:

 heh, i'd think you'd go with nfs because it's drop dead simple to setup.
 seriously, google something like 'linux exports example' and just look at
 it. you should have it setup in no more than 10 minutes. now, if you have
 100 servers hitting it and you start noticing interesting issues with file
 locking, dates, and the likes, you might have to read up. but, seriously,
 there's not much that is as simple to setup on unix as straight nfs.


ch...@ziggy.xaerolimit.net [~]# cat /etc/exports
/usr/home -alldirs -maproot=root
/mnt/music -alldirs -maproot=root
ch...@ziggy.xaerolimit.net [~]#

there is your example ... that list is exported on my FreeBSD7.3 box and I
can freely mount them in Mr. Gates favorite OS, Gentoo Linux and Debian 6.

-- 
Did you know...
If you play a Windows 2000 CD backwards, you hear satanic messages,

but what's worse is when you play it forward
  ...it installs Windows 2000
   -- Alfred Perlstein on chat at freebsd.org