search for: load_defaults

Displaying 9 results from an estimated 9 matches for "load_defaults".

Did you mean: load_default
2019 Feb 25
3
samba-tool provision error
Hi friends:  I try provisioning my new samba 4.9.4  with AD-DC capability, after compiling and install my new samba4 and try to provisioning my samba, I get this error: # samba-tool domain provision --interactive ERROR(runtime): uncaught exception - Unable to load default file   File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line 176, in _run     return
2019 Apr 02
2
samba 4.10.0 - problem with samba-tool domain provision
Hi, I am currently installing Samba 4.10.0 on a CentOS7 test system facing problems with the provisioning of AD. I built samba from source; configure/make/make install finished successfully. When running the "samba-tool domain provision" command I get the following error messages: [root at geo22 ~]# samba-tool domain provision --use-rfc2307 --interactive WARNING: Ignoring invalid value
2014 Jul 15
1
samba-tool crashes if include = /patch/to/%U.conf in smb.conf
Hi, Samba4 (4.1.9) on Ubuntu 12.04 here (seen same behavior on 4.1.6 on Ubuntu 14.04). I've encountered an annoying bug with samba-tool, some exceptions aren't caught causing the tool to crash if it finds something it doesn't like in the smb.conf. I have a specific line in my conf : "include = /etc/samba/%U.smb.conf ", it's useful for applying specific samba
2019 Feb 25
0
samba-tool provision error
Hi friends:  I try provisioning my new samba 4.9.4  with AD-DC capability, after compiling and install my new samba4 and try to provisioning my samba, I get this error: # samba-tool domain provision --interactive ERROR(runtime): uncaught exception - Unable to load default file   File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line 176, in _run     return
2019 Feb 25
0
samba-tool provision error
Hi, It looks like samba is having trouble reading the smb.conf file, so I'd suggest double-checking that. From memory, I think you can get this exception if the smb.conf file exists, but cannot be parsed correctly. I think the default location of the smb.conf can vary depending on distro/compilation/etc. On ubuntu the default location is /usr/local/samba/etc/smb.conf. You could try using
2019 Apr 02
0
samba 4.10.0 - problem with samba-tool domain provision
Whats wrong.. > When running the "samba-tool domain provision" command I get the following error messages: Remove the old smb.conf before you provision. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Andreas Habel via samba > Verzonden: dinsdag 2 april 2019 9:29 > Aan: samba at lists.samba.org
2008 Dec 05
0
RMySQL 0.7-2 now available on CRAN
...he NEWS file: * New maintainer is Jeffrey Horner <jeff.horner at vanderbilt.edu>. * We no longer distribute libmysql.dll. This library is now found either by reading the MYSQL_HOME environment variable or by reading the windows registry entries. * Removed dependence on MySQL C function load_defaults() as it was meant for command-line tools, not for (re)connecting to a database. * Fixed \r issue with dbWriteTable(). * Tests have been added and depend on proper values set in the environment variables MYSQL_DATABASE, MYSQL_USER, and MYSQL_PASSWD. Best, Jeff ____________________________...
2008 Dec 05
0
RMySQL 0.7-2 now available on CRAN
...he NEWS file: * New maintainer is Jeffrey Horner <jeff.horner at vanderbilt.edu>. * We no longer distribute libmysql.dll. This library is now found either by reading the MYSQL_HOME environment variable or by reading the windows registry entries. * Removed dependence on MySQL C function load_defaults() as it was meant for command-line tools, not for (re)connecting to a database. * Fixed \r issue with dbWriteTable(). * Tests have been added and depend on proper values set in the environment variables MYSQL_DATABASE, MYSQL_USER, and MYSQL_PASSWD. Best, Jeff ____________________________...
2009 Aug 16
3
python: listing samba shares
I've been googling that for a long time, but couldn't find an answer. I also checked the python-samba Debian (ubuntu) package contents and even compiled samba 4.0.0 alpha8, and checked its python libraries, but couldn't find anything regarding viewing the shares contents there. Is it possible to list samba shares and their contents of a particular host?