search for: existst

Displaying 6 results from an estimated 6 matches for "existst".

Did you mean: exists
2023 Nov 25
1
Switching to a RFC2307 Schema
...to be broken, as it's still possible to > start the Samba service again. > > Yes, I wonder about that message, I didn't find an error I did > following that tutorial and I'm sure that the Samba Active Directory > was provisioned without RFC2307. If 'CN=ypServ30' existst, it must have been initially provisioned with '--use-rfc2307'. > > Searching if other people experienced the same error I found this > discussion > https://groups.google.com/g/mailing.unix.samba-technical/c/8vQIEkIQIiw Sheesh, that's going back a bit. > mentioning tha...
2023 Nov 26
1
Switching to a RFC2307 Schema
...sible to > > start the Samba service again. > > > > Yes, I wonder about that message, I didn't find an error I did > > following that tutorial and I'm sure that the Samba Active Directory > > was provisioned without RFC2307. > > If 'CN=ypServ30' existst, it must have been initially provisioned with > '--use-rfc2307'. > Obviously it was, as I find a lot of ypServ30 entries looking into the ldb database by "ldbsearch -H /var/lib/samba/private/sam.ldb". But: Checking the history, I didn't give the "--use-rfc2307&quot...
2023 Nov 26
1
Switching to a RFC2307 Schema
...amba service again. > > > > > > Yes, I wonder about that message, I didn't find an error I did > > > following that tutorial and I'm sure that the Samba Active > > > Directory was provisioned without RFC2307. > > > > If 'CN=ypServ30' existst, it must have been initially provisioned > > with '--use-rfc2307'. > > > Obviously it was, as I find a lot of ypServ30 entries looking into the > ldb database by "ldbsearch -H /var/lib/samba/private/sam.ldb". > But: Checking the history, I didn't give the...
2003 Apr 23
0
MySQL
...> But there are lots of commands I found in R docs which are "not found", > such as getTable. Deprecated (I successfully used dbListTables) or do I > simply miss a package ? >From RMySQL\NEWS: * added (almost) trivial convenience RS-DBI functions getTable(), assignTable(), existsTable(), and removeTable(). They all mimic the corresponding R/S get(), assign(), exists(), and remove(), and they all work with a connection object and an sql table name (NOT generic SQL queries); assignTable() assigns a data.frame object (or coerceable) to the database. (These function...
2023 Nov 25
2
Switching to a RFC2307 Schema
Hello, after stumbling in almost every thread, that it makes sense to have RFC2307 enabled, I wanted to switch an AD DC to it and follwed this wiki page https://wiki.samba.org/index.php/Setting_up_RFC2307_in_AD When I try to import the modified ldif file, I get an error message: ERR: (Entry already exists) "Entry CN=ypServ30,CN=RpcServices,CN=System,DC=ad,DC=url,DC=de already exists"
2002 Oct 16
5
Database newbee problem...
Hi all, This is a potentially very stupid question about MySQL <-> R interaction, but I have not been able to solve it. I'm just trying to connect R to my MySQL databse, and gets this: > library(RMySQL) Loading required package: methods > m <- dbDriver("MySQL") > con <- dbConnect(m,group="testdb") Process R segmentation fault at Wed Oct 16 07:04:30