search for: codo

Displaying 3 results from an estimated 3 matches for "codo".

Did you mean: code
2004 Feb 03
4
samba 3.0.1 and ldap backend problem - I can not add new accounts to domain.
Hi ! I cant add any user (person, and machine) to my domain made with samba-3.0.1, openldap-2.0.27, new samba.schema, smbldap-tools-0.8.3. I have to migrate from ldap_compact to ldap backend. Rhea is a ldap server, codo is a PDC from DOMAIN. To show, what the problem is, look at the following instructions: root@rhea:~# smbldap-useradd -w loko20 root@rhea:~# getent passwd|grep loko loko$:x:1459:553:loko$:/dev/null:/bin/false loko20$:x:1088:553:loko20$:/dev/null:/bin/false [root@codo cyrus-sasl]# getent passwd|g...
2004 Feb 14
0
is this bug or what - samba 3.0.2 - workaround
...orkaround to this problem. I have moved all databases from /var/lib/samba to /var/lib/samba_lock folder, add: lock directory = /var/lib/samba_lock to smb.conf and it is working now - i can log into domain, i can browse machine list etc. but in logs i have many errors like that: lut 14 23:46:31 codo smbd[13803]: [2004/02/14 23:46:31, 0, pid=13803, effective(1002, 221), real(1002, 0)] groupdb/mapping.c:get_group_from_gid(655) lut 14 23:46:31 codo smbd[13803]: failed to initialize group mappingget_alias_user_groups: gid of user boka doesn't exist. Check your /etc/passwd and /etc/group...
2008 Mar 18
1
Error when producing multiple graphes
Dear all, Within a larger script I use the following code to produce barplots for all variables contained in a dataframe "type3m": for(xn in names(type3m)) barplot(table(type3m[[xn]]), main = paste ("Barplot of", xn), width=0.75,legend.text=barnamesm, xlim=c(0,4),ylim=c(0,400)) The plots are produced and printed into a *.ps file. However, R gives an error