similar to: Add permission? (was How to create a write-only share?)

Displaying 20 results from an estimated 600 matches similar to: "Add permission? (was How to create a write-only share?)"

2008 Apr 04
5
How to create a write-only share?
Hi! I need to create a share that will be readoble by root only (by owner) and writeable for all. We replacing a dead Windows NT 4.0 server and there was a permission type called "Add" and our users uses this type of permission often. They creates a shares where other users can add files but can not read or even list it. I saw a thread here called "How to make "Add
2005 Apr 01
4
error in kmeans
I am trying to generate kmean of 10 clusters for a 165 x 165 matrix. i do not see any errors known to me. But I get this error on running the script Error: empty cluster: try a better set of initial centers the commands are M <-matrix(scan("R_mutual",n = 165 * 165),165,165,byrow = T) cl <- kmeans(M,centers=10,20) len = dim(M)[1] .... .... I ran the same script last night and
2005 Mar 30
5
2d plotting and colours
Hi! I am new to R just 3 days in it and i apologize if my questions seem very trivial and consumed your valuable time. I am coding in perl and i stumbled upon R regarding plotting good statistical graphs. I tried the kmean clustering for a large matrix ,say > 150 * 150 . I tried the example code given in the tutorial to perform 2d plot # i ranges from 2 to 10 cl <- kmeans(x, i, 20)
2005 Mar 31
4
NA's?
Your message doesn't help us very much. You haven't said what kind of calculation it is you want to do, and that certainly matters. For example, for some kinds of computations the solution you started below would work fine: > M <- matrix(1:16, 4, 4) > is.na(diag(M)) <- TRUE > M [,1] [,2] [,3] [,4] [1,] NA 5 9 13 [2,] 2 NA 10 14 [3,] 3 7 NA
2004 Jul 02
3
Termination for Asterisk Users - Inter-Asterisk Exchange
Folks! Netweb Group, Inc. fully supports connectivity to any Asterisk PBX systems you have and can provide A-Z termination with immediate effect. Any volume is good enough for us, even an amount as small as $1.00 a day will do for us. We will provide connectivity from our Softswitch IP 216.162.116.46. If anyone is interested, add this to your Asterisk IPBX and then email me for setting up a
2007 Apr 22
2
PDC over PPTP VPN
Hi. I'm trying to add a client running Windows XP Professional SP2 to a PDC server running Samba 3.0.13 over a VPN tunnel made with PPTP. The VPN tunnel works without problem, and I can see the shared resources on the PDC from the client searching the server with its hostname (I can access to \\server). When I try to add the client to the PDC, Windows XP ask me for the root user, but after
2008 May 19
1
samba server maxing out cpu, load up to 10
This is samba 3.0.23c running on RHEL 5.0. Starting a few months ago, the server started periodically slowing to a crawl. The cpu would be maxed out and top would show the load between 5 and 10 (it's usually way under 1, like 0.3 to 0.5). Any way to figure out what is causing this? This is a 3.2 ghz P4 and a 'pgrep smbd' returns 141 processes. We only have about 300 users who
2008 Jul 15
2
SAMBA and VLAN
Hi. I have a network that is segregated with VLAN. In one of the VLAN I have a SAMBA PDC running. I want computers from others VLAN's to authenticate in this PDC. Is there anyway to make my PDC server work without forwarding the UDP broadcast ports (137, 138)? Thanks. Diego Ramos
2011 Sep 05
2
Unable to write mbr using syslinux.exe
Hi, ? I tried to use the syslinux.exe (version 4.04)?to make my usb drive bootable. When i run the syslinux.exe with the respective options I get this error ? "Accessing physical drive: The request is not supported. Did not successfully update the MBR; continuing..." ? I have administrator privilege and I started cmd prompt with "Run as Administrator" option too. I tried the
2008 Sep 18
4
WG: WG: Strange!!! Clients only log on to samba bdc
When I stop the BDC all clients log on to the PDC. And to my confusion when I restarted the BDC today and made a testparm on both PDC and BDC both showd role domain pdc --> Server role: ROLE_DOMAIN_PDC Here my smb.confs: PDC: [global] security=user smb ports = 139 logon script = logon.bat logon path = \\%L\%U\profile\%U logon drive = S: domain
2008 Nov 16
4
How to share [homes] in a more flexible way?
Hello everybody, This is the scenario I have: I've joined a GNU/Linux machine to an Active Directory domain using winbind, and I've shared [homes], so now every user of the entire organization were I work can see a shared resource named like his/her username when they connect to that PC, but I don't want that, I just want the people from my department to see their homes (they are the
2008 Nov 29
3
server change
Hi, Recently we changed our samba server to a bigger and more powerful system ( centos 5.2 ) The config file and smbpasswd and other passwd and group files were copied to the new server and it then assumed the same identity as the old one in the dns and ip address. It seems to have gone very well except we now seem to have a problem. There are windows XP workstations that were domain joined to the
2013 Jan 02
4
distance_of_time_in_words_to_now
Hi There, As I have learned the hard way, let me discuss my question, idea or feature here before doing actual work on it... distance_of_time_in_words_to_now() seems to be unable to tell if this distance is in the future or in the past. I''d really like to see ''in 5 days'' or ''5 days ago'' depending on, well, if it was 5 days ago or will be in 5
2007 Oct 14
1
Fw: How to make "Add permission" for folder in system with ntacl support?
Is it too simple and therefore noone will answer? :) Or it is not possible with Samba on Linux? Thanks, G. ----- Original Message ----- From: "Georgy Goshin" <gosha@inbox.ee> To: <samba@lists.samba.org> Sent: Thursday, October 11, 2007 6:34 PM Subject: [Samba] How to make "Add permission" for folder in system with ntacl support? > Hi, > > On
2005 Apr 22
1
algorithm used in k-mean clustering
Hi, I have used the kmean fucntion in R to produce some results for my analysis. I like to know the specific underlying algorithm used for the implementation of the function kmean in R. I tried looking for some documents but could not find any. I obtained the kmean result for k ranging from 2 to 10. When i did this initally it worked perfectly. When i tried running again i get the error
2009 Jun 09
3
can samba keep uid/gid/permission on a per-file-base?
Is there a trick to copy files via smbfs and keep uid/gid/permissions? Usually uid/gid/permission of a transfered file depends on the uid used when mounting the remote share. But maybe there is a trick/patch whatever ... background: I'd like to use a linux-based NAS to backup loads of files *including their permissions and uid/gid*. The NAS supports NFS (which can do what I want) but the
2003 Apr 08
6
Samba and ldap groups
Hi, I have just put Samba3alpha23 on my Suse 8.1 box and and implement the new goup structure in LDAP. All works fine expect when you log in a a user other than root on the windows box. The error is : [2003/04/08 13:30:19, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(2198) ldapsam_search_one_group: Problem during the LDAP search: LDAP error: (Insufficient access)ldapsam_open: cannot access
1998 Jan 13
4
hosts allow
So far, so good with 1.9.18p1 on HPUX 10.20 (kudos to the Samba team!). However, I've got a question.... I'd like to be able to restrict access to some of our services, and can certainly do so with the "hosts allow = " entry in smb.conf - it does exactly what I want. But... I plan on bringing Samba up on a few campus hosts, some of which have more extensive listings of PCs I
2004 Feb 13
3
Daylight saving
Hello there, I have a samba PDC 3.0.0 running ok, but I had turned on the option "Time Server" in smb.conf, to synchronize the workstations time with server. But the workstations synchronize 1 hour less than it is. I think that the workstations isn?t considering the daylight saving time. I?m using the command: net time \\server /set /yes Thank?s, []?s Tercio
2009 Feb 04
5
Multiple subnets, multiple domains and one LDAP
Hi all. I'm being asked to connect two networks, each having it's own PDC and it's own LDAP backend. I would like to know if it's possible to make both PDC's serve each a different domain with a single LDAP backend and having users from DOMAIN1 roaming to DOMAIN2 and viceversa. If it's of any use I have, in the past, set up a PDC+BDC configuration having