Displaying 20 results from an estimated 120 matches similar to: "Cluster Locking"
2004 Mar 31
0
What's the solution? Multiple users accessing Samba fromterminal server
When you have the connection problem, what error do you get? Does it say
that there are too many connections? By default, Samba only allows 128
connections per machine. On a Terminal Server, 128 connections can be
used up quickly. To resolve the connection problem, compile Samba from
source but before your run <./configure>, set MAX_CONNECTIONS in
samba-source-dir/smbd/conn.c to a larger
2005 Nov 19
2
ntlm_auth and PEAP machine authentication
At
http://groups.google.de/group/mailing.unix.samba/browse_frm/thread/3806dd92303380d1/10f21511e488d8d0?lnk=st&q=ntlm_auth++%22machine+authentication%22&rnum=1&hl=de#10f21511e488d8d0
the question is discussed, whether ntlm_auth can be used for machine
authentication against a Win2003/AD.
and the conclusion seems to be, that it is not really clear:
>Machine accounts are a problem
2004 Mar 24
1
Stopping new directory creation ?
Hi, I've been looking for a way to stop users creating new sub-directories
under a top level (shared) directory - which will need to contain 3
readymade directories and/or to stop users placing files outside the 3
readymade directories.
Is this at all possible ?
Got a really basic system - Slackware 8.0 and Samba 2.2.8a running purely as
a fileserver for Win2k clients.
Thanks
Mike
2004 Apr 23
6
Windows 2003 Active Directory and Group Access
Hi together,
we have a Windows 2003 Active Directory Server, working together with Samba Version 3.0.2a-Debian. It seems
everything (Kerberos authentication and so on) works fine. All the authentication is done by the windows 2003
server. My problem is, that I can't connect to a share via a windows xp client, when the share has an option
"valid user" which defines a group of the
2005 Sep 26
1
Can't access some files
OS running Samba: FreeBSD 5.4-STABLE amd64
OS accessing Samba: Windows XP SP2
Samba version: samba-3.0.20,1
This is a really frustrating problem. I've been
dealing with it for a while now, but I recently
upgraded to 3.0.20 in hopes that it would fix it...
and it made it worse.
So first, here is where I expect the problem comes
from. I've got a 500GB array on the FreeBSD box
2004 Nov 05
1
Configuration with Windows clients
Yes, until now it works well : I had written a mistake in the smb.conf
!
Sorry
Thanks a lot
-----Message d'origine-----
De : samba-bounces+albert.hervo=sydel.fr@lists.samba.org
[mailto:samba-bounces+albert.hervo=sydel.fr@lists.samba.org]De la part
de Albert HERVO
Envoy? : vendredi 5 novembre 2004 13:25
? : Samba
Objet : TR: [Samba] Configuration with Windows clients
It doesn't
2005 Dec 05
0
R-devel Digest, Vol 34, Issue 5
actually, I can confirm now that gs AFPL 8.53 is the "culprit" here on #2,
copied below again (though it is not a bug but a feature, albeit one you
need to know about.) the -dSAFER switch, which appears in later versions of
AFPL gs, not only eliminates renamefile and deletefile (manpage), but
seemingly also allows only fonts in the GS_LIB path to be used
export
2012 Mar 22
1
CTDB NFS setup?
Hello,
I try to set up a clustered samba server (on Novell SLES11SP2) based
upon CTDB and NFS. My problem is that I do not yet understand the
structure of the setup when using NFS.
I followed the documentation in
http://wiki.samba.org/index.php/CTDB_Setup#Setting_up_CTDB_for_clustered_NFS
As far as I understand this documentation, it should be possible to set
up a samba cluster say having 3
2005 Dec 04
1
font inclusions in pdf files
I am stumbling into external font issues here and there. I presume using
external lucida fonts is fairly rare, so I am more likely to stumble onto
issues here. (of course, I often think I have stumbled onto bugs/features
that are not.) So, I hope I am not imposing by reporting the following.
[1] can R please not include fonts that it is not using?
luafmfiles <-
2004 Jan 07
4
Ogg checksum thingie needed
I need some sort of utility to calculate a checksum of an Ogg file.
Two differently encoded Ogg:s should give different checksums, but the
same file with different tags should give the same result.
(The serial number doesn't work here, obviously. I need something that
is changed if a bit of the file is lost.)
--
Björn Lindström <bkhl@elektrubadur.se>
http://bkhl.elektrubadur.se/
2008 Apr 29
1
net view produces error 5
I am debbuging my Kubuntu Linux to Windows XP Professional Service Pack
1 and 2 connection using Andrew Tridgell's excellent diagnosis.txt.
The test fails on test 5 which should return a list of available shares
from the server.
From the XP command prompt:
net view \\kinda
System error 5 has occurred.
Access is denied.
I can't see why this error should be happening.
Bother users have
2002 Dec 17
2
rsync protocol description
Hello,
I'm currently evaluating the possibility of implementing a rsync client
in a project for my company. The platform used is currently not
supported and implementing the client from scratch currently seems to be
the most feasible approach.
For that I'd be very much interested in a description of the protocol
that rsync talks on port 873. Is such a description available somewhere?
I
2008 Feb 17
1
where to look for file reconstruction
Hello all,
Thanks for all the ideas. I liked the remote to remote idea and have told my
guide about it.
Anyways, can anybody tell me which files to look into, if I want to look at
the code for file reconstruction. I have studied Dr. Tridgell's thesis on
the Rsync Algorithm and have understood the working of the algorithm. Now, I
am trying to read the code to understand it better.
Any help
2008 Sep 19
0
Re lative Novice ? "Can I get some explanation of the docs for fitdistr(MASS)?"
In the docs I see:
Usage
fitdistr(x, densfun, start, ...)
Arguments
x A numeric vector.
densfun Either a character string or a function returning a density
evaluated at its first argument.
Distributions "beta", "cauchy", "chi-squared", "exponential", "f", "gamma",
"geometric", "log-normal", "lognormal",
2005 Sep 07
1
Samba HA-Cluster and SAN
Hi everybody
I'm trying to set up a high available (HA) cluster with samba and store
the data on a SAN.
Are there any known problems that I should no before starting this
project?
Have someone of you already realized a project like this? And which
cluster-software did you use?
Thanks for response
Greets
Chris
2017 Nov 26
0
Solution for rsync overall progress data display
> I looking for a solution to display overall rsync progress on an LCD display as a bargraph.
> I have found 2 parameters:
>
> --progress
> This option tells rsync to print information showing the
> progress of the transfer. This gives a bored user something to
> watch. Implies --verbose if it wasn't already specified.
>
2006 Jan 24
0
Calling webservices
Hey,
I found this on the web.
http://groups.google.be/group/comp.lang.ruby/browse_thread/thread/1e4015385d29fbae/1c75bbd325fffd80?lnk=st&q=ruby+Server+did+not+recognize+the+value+of+HTTP+Header+SOAPAction&rnum=1&hl=nl&utoken=1E3jSjEAAABJvF0LfsU_y2vKQdUqO05-SuWh7Qp4TDjaLpMsabUfgs6vFyhVbm91Ec8wnlUJkMJ1cPkfXpSLv0-5C4lVNC3B
''A newbie query about Soap4R and dot net web
2007 Sep 20
1
winbind and local groups
Hello,
I got a Samba setup with an samba server being part of a Windows Domain,
which is working great. I can authenticate using all domain users and so
on without any problem.
Now I added a local group named "rai-additional" to my samba system and
added a domain user to that group (using DOMAIN+username).
"getent passwd DOMAIN+username" the domain groups and
2006 Mar 23
1
feature request: generate symlink shadow tree
I was wondering if anyone has used rsync to generate forests of
symlinks which point
to a specified hierarchy.
for background see;
http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/91598a037e22ce8f/d655d9b6bfe36beb?lnk=st&q=spectral+forest+symlinks&rnum=1#d655d9b6bfe36beb
It would be nice to see this feature in rsync, specifically I'd like
to use it with a
2007 Apr 02
1
*****SPAM***** The folder 'Inbox' cannot contain items. Namespace problems
Several attempts to support both Mac and PCs keep failing.
In my latest attempt I used the following settings:
#courier-imap compatibility/Thunderbird
namespace private {
separator = .
prefix = INBOX.
inbox = yes
}
For MAC OS Mail.app
namespace private {
separator = /
prefix = INBOX/
inbox = no
hidden= yes
}
This last attempt was based on the suggestion of Timo Sirainen,