search for: load_default

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

2019 Feb 25
3
samba-tool provision error
...line 176, in _run     return self.run(*args, **kwargs)   File "/usr/lib64/python2.7/site-packages/samba/netcmd/domain.py", line 319, in run     lp = sambaopts.get_loadparm()   File "/usr/lib64/python2.7/site-packages/samba/getopt.py", line 92, in get_loadparm     self._lp.load_default() My system is : openSuSE Leap 15 What can I do? T.I.A. -- Ing. Jesús Reyes Piedra Admin Red Neurodesarrollo,Cárdenas La caja decía:"Requiere windows 95 o superior"... Entonces instalé LINUX. -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece In...
2019 Apr 02
2
samba 4.10.0 - problem with samba-tool domain provision
...return self.run(*args, **kwargs) File "/usr/local/samba/lib64/python3.6/site-packages/samba/netcmd/domain.py", line 371, in run lp = sambaopts.get_loadparm() File "/usr/local/samba/lib64/python3.6/site-packages/samba/getopt.py", line 91, in get_loadparm self._lp.load_default() [root at geo22 ~]# I would be thankful for any suggestion on what might be wrong in my setup. Best regards, Andreas Habel -- Andreas Habel Petroleum engineering lab Geosciences | Unix network Faculty of Science and Technology University of Stavanger Norway
2014 Jul 15
1
samba-tool crashes if include = /patch/to/%U.conf in smb.conf
...netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/user.py", line 261, in run lp = sambaopts.get_loadparm() File "/usr/lib/python2.7/dist-packages/samba/getopt.py", line 92, in get_loadparm self._lp.load_default() In fact it crashes for any include with any variable substitution (%U, %g, %a?). Any ideas ? Thanks, Quentin Gibeaux
2019 Feb 25
0
samba-tool provision error
...line 176, in _run     return self.run(*args, **kwargs)   File "/usr/lib64/python2.7/site-packages/samba/netcmd/domain.py", line 319, in run     lp = sambaopts.get_loadparm()   File "/usr/lib64/python2.7/site-packages/samba/getopt.py", line 92, in get_loadparm     self._lp.load_default() My system is : openSuSE Leap 15 What can I do? T.I.A. -- Ing. Jesús Reyes Piedra Admin Red Neurodesarrollo,Cárdenas La caja decía:"Requiere windows 95 o superior"... Entonces instalé LINUX. -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Inf...
2019 Feb 25
0
samba-tool provision error
...eturn self.run(*args, **kwargs) >   File "/usr/lib64/python2.7/site-packages/samba/netcmd/domain.py", > line 319, in run >     lp = sambaopts.get_loadparm() >   File "/usr/lib64/python2.7/site-packages/samba/getopt.py", line 92, > in get_loadparm >     self._lp.load_default() > > > My system is : openSuSE Leap 15 > > What can I do? > > > T.I.A. >
2019 Apr 02
0
samba 4.10.0 - problem with samba-tool domain provision
...File > "/usr/local/samba/lib64/python3.6/site-packages/samba/netcmd/d > omain.py", line 371, in run > lp = sambaopts.get_loadparm() > File > "/usr/local/samba/lib64/python3.6/site-packages/samba/getopt.p > y", line 91, in get_loadparm > self._lp.load_default() > [root at geo22 ~]# > > I would be thankful for any suggestion on what might be wrong > in my setup. > > Best regards, > Andreas Habel > > > -- > Andreas Habel > Petroleum engineering lab > Geosciences | Unix network > Faculty of Science and Technol...
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?