Displaying 20 results from an estimated 300 matches similar to: "libsmbclient in Mac OS X / Darwin"
2002 May 09
1
patch to configure.in for Solaris/gcc (-KPIC vs. -fPIC)
To Solaris admins....
Here's a patch for 2.2.4 for building on Solaris
using GCC. You'll need to rerun autoconf after
applying....
The second patch removes compiler warnings about
redefinitions of ZERO_STRUCT.
Now winbind should compile on solaris quietly.
cheers, jerry
---------------------------------------------------------------------
Hewlett-Packard
2011 May 11
3
Vermunt's LEM in R
I don't know of any R package that can match all the functionality of LEM
eg fitting equality constraints to model parameters a la LISREL.
WRT dumping tables, I would have thought that as.data.frame.table does
pretty much what you want, [not tested]
newtab <- as.data.frame(table(a,b,c))
cat("dim\n")
for(i in seq(1, ncol(newtab)-1) {
cat(nlevels(newtab[,1]," ")
}
2004 Nov 07
3
Calling Other (non-C or Fortran) Programs from R
Hi!
I wonder if anyone has experiences of calling other programs
from R (i.e., not C or Fortran programs).
Specifically I want to call LEM from R and execute it in a
loop to process its output in R. Thanks,
Tim Liao
2013 Nov 13
3
Modelos Log Lineales
Estimados,
Existe algún package especifico para modelos lob lineales en R? Idealmente
algo que funcione como el programa LEM.
Muchas gracias por su ayuda,
Saludos
--
Pablo Reyes
[[alternative HTML version deleted]]
2003 Jan 27
19
Winbind on HPUX11, Totally Stuck, Please Help
Skipped content of type multipart/alternative
2011 Jan 06
1
Problems with FullTilt, Ubuntu 10.04 and Wine 1.3.10
Hi!
Wine 1.3.10 here, on Ubuntu 10.04 64 bit.
After maybe a week or two since last time (no probs back then), today I launched again FullTiltPoker: no way to connect to Full Tilt game server.
When it comes to the connection, the Windows executable tells me:
Trying again...
Trying again...
Trying again...
...
Launching the executable with WINEDEBUG="warn+all", at the same time I get
2006 Aug 02
1
loop, pipe connection, quote/unquote
Hi all,
I have the following problem.
Inside R, I am trying to run a loop on several files.
The data are stored in these files in a peculiar way, thus, at the same time I load the data, I would like to invoke a utility. I do this with "pipe". (The utility I am using is gbget from the package gbutils. It works correctly from shell, and it is not the problem.)
The problem is that from
1998 Nov 06
1
Getting my samba server to show up in browse lists
I've succeeded in making my samba server visible around the net, however
I can't convince the thing to appear in the browse lists on remote
subnets. I've read John Terpstra's article on configuring a browser at
http://samba.anu.edu.au/samba/ftp/docs/BROWSING-Config.txt
however my (admittedly willful) ignorance of Microsoft networking is
making this article seem rather
2005 Sep 24
1
10gR2, oifcfg fails on ocfs2
Howdy,
I am trying to setup a 10gR2 RAC on top of some nbd devices. OS is
Centos4.1/i386, (2.6.9-11.0.0.10.3.EL, ocfs2-2.6.9-11.0.0.10.3.EL-1.0.4-1).
ocfs2 setup went perfectly well, btw. (besides the fact that
ocfs2console apparently ignores nbd disks)
mount says
/dev/nbd1 on /opt/oradata/data1 type ocfs2 (rw,_netdev)
on both nodes
ls says (after runInstaller was started, so the files were
2013 Nov 13
1
Resumen de R-help-es, Vol 57, Envío 13
por favor alguien podria ayudarme con el paquete climatol, tengo ulgunos
problemas para ingresar la informaciòn
gracias
El 13 de noviembre de 2013 14:49, <r-help-es-request@r-project.org>escribió:
> Envíe los mensajes para la lista R-help-es a
> r-help-es@r-project.org
>
> Para subscribirse o anular su subscripción a través de la WEB
>
2014 Sep 29
0
Echo cancellation problem
Hi all,
I have been trying to implement speex echo cancellation algorithm on STM32F4 Discovery board; however, I could not make it work properly.
I tried synchronous, asynchronous way of to do that and the only thing I heard was "cazzsdaos?eo?hodg etc" :)
I try to use empty array for all parameters in the cancellation function, but the result is always the same
2014 Oct 10
0
Echo cancellation problem
Hello again,
I want to ask a question in my mind by reminding the topic below.
Can the reason of failing be that Codec,which plays sound, and Mic are connected the different clock source?
If it is because of that, what can I do to cancel the echo? Isn't there any solution for this? Is asynchronus speex functions for this?
Best Regards,
KAHYA
PS: Sorry for my bad english.
From: ?evket K?r?ad
2007 Mar 28
0
nlsystemfit: Errors with reproducing the manual example
Hi everybody, I'm a newbye with lots of problems :). I'm trying to use
nlsystemfit, but I recieve two error messages whose origin that I don't
understand.
1) When I try to reproduce the example reported in the systemfit package
manual, that is
library( systemfit )
data( ppine )
hg.formula <- hg ~ exp( h0 + h1*log(tht) + h2*tht^2 + h3*elev + h4*cr)
dg.formula <- dg ~ exp( d0
2007 Dec 17
1
problem with samba 3.0.28/Solaris 8/smbclient
Dear Samba users,
I am trying to update our local samba packages to 3.0.28.
They are built against heimdal-1.0.1 and openldap-2.3.38.
The Redhat Enterprise Linux 3 and 4 packages are working
fine so far in my limited testing. The problem with heimdal
and "net ads join..." has been fixed on all 3 platforms.
On the Solaris 8 server, the "net ads join..." works
correctly and the
2000 May 17
2
samba-2.0.7 build in separate directory fails
I try to compile samba-2.07 in a separate directory and it fails with :
Linking bin/smbd
ld: 0711-934 SEVERE ERROR: Cannot create the output file: bin/smbd
ld:open() A file or directory in the path name does not exist.
collect2: ld returned 12 exit status
gnumake: *** [bin/smbd] Error 1
because the directory `bin' does not exist in my build directory; the
2005 Jul 09
1
More info on: Solaris 9 + quota = configure script error?
See the mail below, I sent yesterday.
When changing the text '*solaris*' in the configure script to
'solaris*', the configure and make is going just fine. In other
words: the file include/config.h contains a define for SUNOS5
I don't wanna be a smart-ass, but looking at other packages which
use the configure script style configuration, they mostly use 'solaris*'
as
2004 Oct 19
0
libsmbclient ftruncate
All,
I am trying to build some SMB functionality into one of my
existing programs using libsmbclient. The interface has everything I
need, except for the ability to shrink files (basically do an ftruncate).
Looking at some ethereal captures, it looks like when a client wants to
do a shrink of a file, it issues a TRANS2 with SET_FILE_INFO and
SMB_FILE_END_OF_FILE_INFO, and
2012 Aug 31
1
Does samba-3.6.7's libsmbclient supports SMB2 protocol?
Hi,
I'm using libsmbclient library built from source3 directory of samba-3.6.7.
When I connect to a vista/2008 server using this libsmbclient library, communication is happening in SMB1 protocol and NOT in SMB2.
Please note that I've enabled SMB2 by adding following line to smb.conf
max protocol = SMB2
Does libsmbclient library built from source3 directory of samba-3.6.7 supports SMB2?
2006 May 24
1
Building libsmbclient independent of Samba
Hello,
I'm writing an application that is network-aware, and I would like to
add SMB/CIFS support to it. I would like to link against libsmbclient,
but I haven't figured out a way to build the library without installing
the whole Samba package.
First, are there any plans to offer libsmbclient independently?
Second, if not, does anyone know of a well-maintained library that
offers the
2004 Jul 28
0
libsmbclient programming
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All!
I try to create simple program in C. I`ve got in my $HOME/.smb/smb.conf
unix charset = KOI8-R
dos charset = 866
but my program ignore these params :-(. All message from my prog abot hosts
and shares are in utf8, but I want it in koi8-r. How can I fix this ?
I use samba-3.0.5 on my gentoo box.
P.S.: Samba server works