search for: mygroup

Displaying 20 results from an estimated 365 matches for "mygroup".

2012 Dec 07
2
Assigning cases to groupings based on the values of several variables
...even more efficient r-like way of doing it? Imagine - "mydata" is actually a very tall data frame. Thanks a lot! Dimitri ### My Data: mydata<-data.frame(sex=rep(c(rep("m",4),rep("f",4)),2),age=rep(c(1:4,1:4),2)) (mydata) ### My desired assignments (in column "mygroup") groupings<-data.frame(sex=c(rep("m",4),rep("f",4)),age=c(1:4,1:4),mygroup=1:8) (groupings) # No, I don't need a solution where the last column of "groupings" is stacked twice and bound to "mydata" # Method 1 of assigning to groups - requires a...
2008 Apr 16
3
Can connect directly, but not browse samba server from Windows Workgroup network
...d like to set it up so that the users don't need to type the IP address when they connect, and rather see the server in their network neighborhood. But no matter what I do, I can not see the server listed. Here's my /etc/samba/smb.conf: [global] security = share workgroup = MYGROUP server string = Samba Server netbios name = MYSERVER comment = My Server dns proxy = no load printers = no [share] path = /data read only = Yes browseable = Yes public = Yes guest ok = yes The samba server does not show up in t...
2011 Aug 31
1
formatting a 6 million row data set; creating a censoring variable
List, Consider the following data. gender mygroup id 1 F A 1 2 F B 2 3 F B 2 4 F B 2 5 F C 2 6 F C 2 7 F C 2 8 F D 2 9 F D 2 10 F D 2 11 F D 2 12 F D 2 13 F D 2 14 M A 3 15...
2011 Dec 06
5
Configure samba to not look for domain master browser
Hello On my network there is no domain master browser, and my nmbd is spamming my /var/log/messages file with messages that it cound not find one. Can I configure nmbd not to look for the domain master browser ? Thank you, Timothy Madden
2002 May 28
2
MYGROUP inaccessible
High gurus, Je souhaite mettre en place un serveur samba lorsque je vais dans le voisinnage r?seau je vois bien le partage MYGROUP cependantlorsque je veux y acc?der j'ai une erreur du type : MYGROUP est inaccessible. l'ordinateur ou le nom de partage n'a pas ?t? trouv? !! controler votre entr? et r??ssayez !! Une id?e ? # Samba config file created using SWAT # from 130.0.10.3 (130.0.10.3) # Date: 2002/05/28 1...
2011 Aug 24
2
data manipulation and summaries with few million rows
I have a data set with about 6 million rows and 50 columns. It is a mixture of dates, factors, and numerics. What I am trying to accomplish can be seen with the following simplified data, which is given as dput output below. > head(myData) mydate gender mygroup id 1 2012-03-25 F A 1 2 2005-05-23 F B 2 3 2005-09-08 F B 2 4 2005-12-07 F B 2 5 2006-02-26 F C 2 6 2006-05-13 F C 2 For each id, I want to count the number of changes of the variable 'mygroup' that occur. For example,...
2018 Jun 08
3
Samba4.6 - Groups creation/import fails
Hello, Actually migrating users/groups from samba3 to samba4 (in a separate domaine), i succeeded in importing users/gruops and their attributes. But For a reason i don't know some (a few) groups are not being created, and i get this error: "Failed to create group "MYGROUP" - samldb: Account name (sAMAccountName) 'MYGROUP' already in use! " Searching in ADUC no such group exists. Searching with "wbinfo -g" either I also tried a dbcheck in case something was corrupt, but had 0 errors to fix. I also restarted samba/winbind just to see i...
2007 Mar 18
1
Symlinks deletion behaviour
Hi List, hi Samba-team, Recently I've faced some problem with directories deletion trough Samba and trying to clarify the root cause. The following happens: 1. There is a directory my_dir and symlink to it my_dir_link drwxrwsr-x 48 myuser mygroup 20480 Mar 18 21:53 . drwxr-xr-x 33 root root 0 Feb 28 17:37 .. drwxr-sr-x 2 myuser mygroup 4096 Mar 18 21:47 my_dir lrwxrwxrwx 1 myuser mygroup 57 Mar 18 21:53 my_dir_link -> /test/my_dir/ 2. When I try to delete my_dir_link via Windows Explorer (under myuser who is a memeb...
2002 Oct 06
2
strange behavior maybe dependent on valid users
Hi! My problem: I have a network with many workgroups and my samba server 3.0alpha21cvs is the only member of one of that workgroups. If I went to the network neighborhood and tried to open the workgroup of my samba server I got an error message saying that the workgroup "mygroup" was not available. So I minimized the settings in the global section of my smb.conf and I was able to open "mygroup". I reactivated the most important options like "interfaces" and "hosts allow", which didn't seem to be the problem. But when I reactivated &...
2009 Jul 24
1
Samba Member server cannot access other Member servers
...o back it up with a command in the /etc/fstab. This no longer works and even when I specify the administrator and password I have a wrong password error. Here?s the 3.0.28 config file [global] workgroup = workgroup netbios name = OldSystem passdb backend=ldapsam:ldap://System.MyGroup.com idmap backend = ldap://192.168.1.1 security = domain encrypt passwords= yes ldap suffix=dc=MyGroup,dc=com ldap machine suffix = ou=Computers ldap user suffix =ou=Users ldap group suffix =ou=Groups ldap admin dn =cn=Manager,dc=MyGroup,dc=com ldap pass...
1999 Apr 21
1
Arrrgh, stuck in MYGROUP
...Remote Inter Process Communication Server Comment --------- ------- FAMILYSYS The Family System MURPHY The system that can go wrong Workgroup Master --------- ------- MYGROUP TITO YANLAN FAMILYSYS Where TITO is the Samba server mentioned above. Needless to say the upshot of this is that I cannot browse tito (or it's little brother lnbox) from the Network Neighborhood of any Windows box on the network (I _can_ access them through &...
2010 Jul 08
3
One account can access samba, another can't.
...ra storage space for both our Windows installs. It worked for a few days, then all of a sudden it stopped letting my account (michael) in while still letting my wife's account (amy) use the share. Here's my /etc/samba/smb.conf: carter samba # cat /etc/samba/smb.conf [global] workgroup = MYGROUP security = user encrypt passwords = yes guest account = guest wins support = yes local master = yes os level = 99 domain master = yes preferred master = yes hosts allow = 192.168.1. 127. interfaces = eth0 log level = 1 [tmp] path=/tmp writeable=yes [homes] path=/samba/michael valid users=...
2008 May 22
4
samba question
Hi, I am running Centos5.1, trying to configure samba now. I am quite new in this area and hope help from the list. I could not connect to it from a windows xp pc >From the console, I log in and do a >smbclient -L localhost -U% Domain=[MYGROUP] OS=[Unix] Server=[Samba 3.0.25b-0.el5.4] Sharename Type Comment --------- ---- ------- samba Disk IPC$ IPC IPC Service (Samba 3.0.25b-0.el5.4) Domain=[MYGROUP] OS=[Unix] Server=[Samba 3.0.25b-0.el5.4] Server...
2005 May 16
2
Winbind problem when exec freeradius
...n do it in a general case (user and domain) without problem. Now I have to do it restricting the authentication to the members of a group. I can exect the script (as is put in radiusd.conf) correct from the command line: Deb:~# /usr/bin/ntlm_auth --username=javi2 --require-membership-of='AAMM\MyGroup' --domain=AAMM password: NT_STATUS_OK: Success (0x0) Deb:~# /usr/bin/ntlm_auth --username=javi2 --require-membership-of='AAMM\OtherGroup' --domain=AAMM password: NT_STATUS_LOGON_FAILURE: Logon failure (0xc000006d) Deb:~# So samba and winbind look to be correctly configured, but when...
2004 Sep 06
1
rpart problem
...split is made). The following code recreates the issue using simulated data : # Create a 2 level factor with group 1 probability of success 90% and group 2 60% tmp1 <- as.factor((runif (1000) <= 0.9)) tmp2 <- as.factor((runif (1000) <= 0.5)) mysuccess <- as.factor(c(tmp1, tmp2)) mygroup <- as.factor(c(rep (1,1000), rep (2,1000))) table (mysuccess, mygroup) chisq.test (mysuccess, mygroup) # p-value = < 2.2e-16 myrpart <- rpart (mysuccess ~ mygroup) myrpart # rpart does not provide splits !! If I change the parameter in the setting of group 2 to 0.3 from 0.6 rpart do...
2002 Mar 11
0
Samba browsing and NAT
...) that I've set up on a local subnet to server as a router to the outside world, including the Internet. IP forwarding and NAT work just fine on the TCP/IP level. Outside World [10.11.0.0 network] 10.11.0.1 | |---- 10.11.0.2 Win2K MYGROUP | |---- 10.11.0.95 Win95 MYGROUP | |---- 10.11.0.98 Win98 MYGROUP | \ | \__ SHARED PRINTER |eth1 10.11.0.40 LinuxRouter MASQUARADE (NAT) (kernel 2.4) |eth0...
2005 Sep 04
0
net rpc group add mygroup - NT_STATUS_ACCESS_DENIED
does not work. Hi - I'm a little bit desperated. I've samba configured as an PDC with openldap as an information backend. Normally with tdb files I can do the command net rpc group add mygroup and this works. But if I switch to ldapsam I get the failure message root@balu-bash(1:10)# net rpc group add mygroup Password: add group failed: NT_STATUS_ACCESS_DENIED I'm quite sure that the permissions are correctly set, and the password is also ok. The new group will be found in /etc/gr...
2006 Jul 31
1
Issues with cifs mounts following Samba upgrade to 3.0.23a
...fs module on Ubuntu reports as version 1.39. The symptoms are that I can list the files on the cifs mount, but cannot access them. Here's an example of the problem from my laptop: $ sudo mount -t cifs //192.168.123.2/hde1 /mnt/hde1 -o / username=[myuser],domain=[mydomain],uid=[myuser],gid=[mygroup] Password: $ file /mnt/hde1/test.mp3 /mnt/hde1/test.mp3: ERROR: cannot read `/mnt/hde1/test.mp3' (Permission denied) $ ls -l /mnt/hde1/test.mp3 -rwxrwSrwt 1 [myuser] [mygroup] 5019629 2006-07-31 11:12 /mnt/hde1/test.mp3 If I simply change to smbfs: $ sudo mount -t smbfs //192.168.123.2/hde1...
2006 Mar 28
2
ACL on groups working half
...e a groupshare open for everyone. The directory it points to is closed for all domain users. No one can access this share. As I add domain-user tjaco with rwx by ACL (useing share-properties-security in windows or setfacl on linux) tjaco has instant access to the share. Now I add tjaco to group mygroup useing MMC (tjaco shows up as a groupmember of mygroup doing: getent group) I remove tjaco from the ACL and add mygroup with rwx to ACL Tjaco has NO access anymore As I add group 'domain users' (which tjaco is a member of) with rwx to ACL tjaco has access again. This keeps me baffeled f...
2003 Oct 08
2
our windows APW can't add printer driver to samba domain member
...testparm Load smb config files from /etc/samba/smb.conf Processing section "[printers]" Processing section "[print$]" Loaded services file OK. Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump of your service definitions # Global parameters [global] workgroup = MYGROUP realm = MYGROUP.MYREALM server string = %h server (Samba %v) security = ADS password server = PWDSERV syslog = 3 log file = /var/log/samba/log.%m max log size = 1000 dns proxy = No panic action = /usr/share/samba/panic-action %...