I was trying to get a feel for samba as a solution to just serve files.
I ran a long duration test over the holiday.
I haven't tried it again.
[global]
workgroup = smbmnt
server string = Samba Server
security = server
hosts allow = 192.168. 127.
load printers = no
log file = /var/samba/log/log.%m
max log size = 50000
passdb backend = smbpasswd
dns proxy = no
[smbmnt]
path = /data/a1/b1/c1
public = no
valid users = daemon
writable = yes
On the client:
mount -t smbfs -o username=daemon //server/smbmnt /smbmnt
I was hesitant to enable too much logging as I read there
was a severe, negative performance impact.
Performance is a keystone for me. It seems to hold up fine so I can
increase and try again but explorations like this take a lot of time so
I may not pursue this; at least not right away.
On Thu, 2008-12-04 at 12:04 -0500, Aaron Maley wrote:> G) Not enough info
> Did this only happen once? Is it a continuous problem? What's your
> server config file look like? Can you duplicate the issue? If you can
> duplicate it more detailed logs might help.
>
> I'm no expert, but there simply isn't enough info here to figure
out
> what's going on.
>
> rhubbell wrote:
> > Please choose one or more.
> >
> > Was this message:
> >
> > A. Extremely esoteric.
> > B. Ridiculously common.
> > C. Works for me.
> > D. Non-sequitur.
> > E. Boring.
> > F. Old software, go away.
> > G. Facile.
> > H. Call your vendor(s), chump.
> >
> > Thanks for participating.
> >
> > On Mon, 2008-12-01 at 11:50 -0800, rhubbell wrote:
> >
> > > Hello,
> > >
> > > Running client on
> > > redhat4 version 3.0.28-0
> > >
> > > and the server on
> > > Solaris 10 version 3.0.25c
> > >
> > > Writing 2-3megabytes/second.
> > >
> > > Something stopped working.
> > >
> > > On the client I ran strace against the mount.smbfs process:
> > >
> > > It showed
> > > pause(
> > >
> > > On the server all I saw was this:
> > > [2008/11/30 14:14:43, 1] smbd/service.c:(1230)
> > > 192.168.1.200 (192.168.1.200) closed connection to service smbmnt
> > >
> > > Can't strace smbiod on the client and can't find the man
page for it and
> > > I can't send signal 11 to try to get a core.
> > >
> > > I'm just running this instead of NFS, would CIFS be a better
choice
> > > here?
> > >
> > >
> > >
> >
> >
>