Displaying 20 results from an estimated 7000 matches similar to: "Rsync and CVS"
2002 Aug 01
0
User directory shares with Samba, Winbind, and Win2k domain - Partial solution
Mats,
After a couple hours of reading and trial and error, this is what I got to work for me.
[username]
path = /home/USERS/username
writable = yes
comment = User File Storage
valid users = DOMIAN+username
create mode = 0664
directory mode = 0775
browseable = no
Then on the directory structure it self I had to run a 'chown -R
2002 Jul 31
1
User directory shares with Samba, Winbind, and Win2k domain - help deparately needed!
I have a new samba install with winbindd running correctly.
I have moved folders from the old Win2k file server to this new file server.
I need to re-create the same permissions that the Win2k file server had for the users. The users were in groups, based upon departments. Each department head had RW priv to the department share and RO on each user's sub directory. Each user, of course,
2002 Jul 26
1
Needed: step-by-step HOW-TO for Smaba and Winbind in mixed environment
I need a document that will walk me (a Samba newbie) through a setup of samba and winbind in a mixed unix/linux/win2k environment. I am also looking for a linux/unix equivalent to 'network neighborhood' on Windows systems for some of my users.
Thanks
Daniel Curry
IT Manager
Cariocas
625 Second Street
Suite 201
San Francisco, CA 94107
ph: 415-348-6516
fx: 415-348-6505
cell:
2002 Nov 14
0
Code 23 at main.c(887) error
Command:
$ rsync -lrptczP --exclude=mysql dcurry@monopoly::cvs /home/dcurry/kiko
Output:
docs/coke/AverageEntries.htm
1132 100% 0.00kB/s 0:00:00
docs/coke/AverageEntries_files/NewTrendData_11316_image001.gif
8713 100% 0.00kB/s 0:00:00
wrote 197 bytes read 844193 bytes 336.08 bytes/sec
total size is 817566737 speedup is 968.23
rsync error: partial transfer (code 23)
2002 Jul 30
0
Winbind/WIn2k domain question
I have just set up an RH7.3 system with Samba and winbind.
I would like this system to be the company's primary file server with users mounting their /home/DOMAIN/username directory as some drive letter on their local machine. Is there a document for this someplace? Have I over looked something in the Samba-HOW-TO collection? I would also like to establish team/department shares as well,
2002 Feb 26
5
Samba 3
Can/Will anyone suggest where (which file) to get the Samba 3? I am
interested in seeing how well the Win2k AD integration is working.
Thanks
Daniel Curry
IT Manager
Cariocas
625 Second Street
Suite 201
San Francisco, CA 94107
ph: 415-348-6516
fx: 415-348-6505
cell: 510-579-6680
2001 Dec 27
1
New to samba Want to use samba as file/print servers for Win2K domain
I am new to Samba. I have a brand new win2K domain. I would like to
use Samba on RH7.2 systems to handle all of our file and print services.
Before implementing this, I would like to be prepared for the
installation. Where can I find information for implementing security on
a Samba files share using the Win2K Active Directory security system?
Will I need to implement kerberos or LDAP services
2002 Jun 25
1
linux+samba as DC in a win2k network
All,
For a bunch of good reasons ;), my company thinks of getting rid of
our win2k DC and replacing it with a linux RH 7.3 box with samba 2.2.4
or 2.2.5.
Before starting working on that, I would like to gather some basic
informations.
We've got solaris 2.8, linux and win2k clients machines.
LDAP:
I understand that I need to setup an LDAP server which will replace
the win2k Active Directory
1998 Sep 15
7
Samba and NIS
Dear All,
I am attempting to set up Samba 1.9.18p8 on a Sun E450 running Solaris
2.6. The Sun is configured as a NIS master serving a number of other
Unix machines. It is our primary development platform acting as a NIS
client and also has auto mounted home directories for users.
Samba has been built using GCC 2.8.1 with the following options set:
FLAGSM = -DSUNOS5 -DSHADOW_PWD -DAUTOMOUNT
2002 Mar 10
14
SAMBA 3.0
Hi
Can anyone tell me when is SAMBA 3.0 supposed to be released?
Thanks.
-------------- next part --------------
HTML attachment scrubbed and removed
2007 Nov 01
3
Curry: proposed new functional programming, er, function.
Hi all (especially R-core) I suppose,
With the introduction of the new functional programming functions into
base I thought I'd ask for a Curry() function. I use a simple one that
looks this:
Curry = function(FUN,...) { .orig = list(...);function(...)
do.call(FUN,c(.orig,list(...))) }
This comes in really handy when using say, heatmap():
2011 Mar 21
1
Curry with `[.function` ?
Dear all,
I sometimes use the following function:
Curry <- function(FUN,...) {
# by Byron Ellis,
https://stat.ethz.ch/pipermail/r-devel/2007-November/047318.html
.orig <- list(...)
function(...) do.call(FUN,c(.orig,list(...)))
}
... and have thought it might be convenient to have a method for [ doing
this. As a simple example,
> apply(M, 1, mean[trim=0.1]) # hypothetical
2003 Aug 26
0
Someone just searched for word-of-mouth information about: rsync@lists.samba.org
Word-of-Mouth.Org Search Awareness System
**This email is an automated message, but it is not spam.**
An acquaintance of your's recently conducted a search on your email address in our online community, Word-of-Mouth.Org. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2023 Nov 11
1
New syntax for positional-only function parameters?
6 ?????? 2023 ?. 22:54:24 GMT+03:00, mikkmart via R-devel <r-devel at r-project.org> ?????:
>The pattern of functions accepting other functions as inputs and
>passing additional ... arguments to them is prevalent throughout
>the R ecosystem. Currently, however, all such functions must one
>way or another tackle the problem of inadvertently passing arguments
>meant to go to
2010 Jan 26
1
ordisymbol - changing symbols used in plotting factor levels
Hello,
I'm trying plot points in an NMDS according to a factor with two levels:
fig<-ordiplot(canod.sol,
type="none",cex.axis=0.9,cex.lab=0.1,pty="m",tck=-0.01)
ordisymbol(fig, y = hab, factor = "habitat", rainbow = T,col = env,
legend = F)
This gets me part of the way - It produces a plot with blue triangles
for the first factor level and red circles
2003 Sep 08
1
Someone just searched for word-of-mouth information about: r-help@lists.r-project.org
WordofMouthConnection.com Search Awareness System
This email is a website-generated message, but it is not spam.
An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2003 Oct 17
2
Someone just searched for word-of-mouth information about: r-help@lists.r-project.org
WordofMouthConnection.com Search Awareness System
This email is a website-generated message, but it is not spam.
An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2003 Sep 25
0
A Connection Has Been Made To: r-help@stat.math.ethz.ch
WordofMouthConnection.com Connection Awareness System
This is a website-generated email, but it is not spam.
An acquaintance of yours recently shared their experience with you in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else you have run into at some time.
Why are we sending you this email?
When people
2003 Sep 25
5
Someone just searched for word-of-mouth information about: r-help@stat.math.ethz.ch
WordofMouthConnection.com Search Awareness System
This email is a website-generated message, but it is not spam.
An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2024 Nov 09
1
Limit
Then you don't have enough memory to process the whole thing at once. Not unlike stuffing your mouth with cookies and not being able to chew for lack of space to move the food around in your mouth.
Now, can you answer my question?
On November 8, 2024 5:38:37 PM PST, Val <valkremk at gmail.com> wrote:
>The data was read. The problem is with processing.
>
>On Fri, Nov 8, 2024