Displaying 20 results from an estimated 95 matches for "libcmds".
Did you mean:
libcmd
2003 Dec 25
1
How to tell if option "with-acl-support" is compiled in Solaris smbd?
How can I tell if option "with-acl-support" is compiled in Solaris smbd?
Here's the output using ldd:
bash-2.05$ ldd /usr/local/samba/sbin/smbd
libldap.so.2 => /usr/lib/libldap.so.2
liblber.so.2 => /usr/lib/liblber.so.2
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2
libkrb5.so.3 => /usr/lib/libkrb5.so.3
libk5crypto.so.3
2010 Oct 14
0
Still no working windbind on Solaris9 - samba 3.4.9
Greetings,
Was away from samba for a time, now trying again. I have this working
under Solaris 10, but have not been able to get a functional samba
Active Directort member server working on Solaris 9 since samba 3.2.15.
Later versions Samba will serve file to PC clients, but not permit
interactive logins to the host. I see messages like:
ld.so.1: su: fatal: relocation error: file
2010 Sep 18
0
dovecot-2.0.3 : Am I missing anything here ?
I'm just asking if there is anything else that needs to be added at all. I
seem to have everything linked in from soup to nuts but I want to be sure
that a basic or essential feature is not being overlooked for forgotten :
[titan] elfdump -d .libs/auth | grep NEED
[0] NEEDED 0x3084 libdovecot.so.0
[1] NEEDED 0x3055 libpam.so.1
2006 May 28
0
sigbus fault ?
Hi Folks,
I'm trying to run samba on Solaris 9. It works OK when I don't compile in kerberos and ldap, but when with those two compiled in, smbd seems to freeze (nmbd and winbindd are OK). After a bit of investigation I notice something strange in truss:
...
/1@1: -> libldap-2.3:ldap_free_urldesc(0x30dfe8, 0x32e048, 0x32dfb8, 0x3
/1@1: ->
2016 Sep 26
0
[PATCH 3/3] tools: build common fish sources in a static library
...(top_builddir)/src/libguestfs.la \
+ $(top_builddir)/src/libutils.la \
+ $(LIBXML2_LIBS) \
+ $(LTLIBINTL)
+
guestfish_SOURCES = \
$(generator_built) \
$(SHARED_SOURCE_FILES) \
@@ -159,7 +182,7 @@ guestfish_LDADD = \
-lm
# Make guestfish use the convenience libraries.
-noinst_LTLIBRARIES = libcmds.la librc_protocol.la
+noinst_LTLIBRARIES = libcmds.la librc_protocol.la libfishcommon.la
guestfish_LDADD += libcmds.la librc_protocol.la ../gnulib/lib/libgnu.la
if HAVE_RPCGEN
diff --git a/format/Makefile.am b/format/Makefile.am
index 6c22beb..6eabd8a 100644
--- a/format/Makefile.am
+++ b/forma...
2006 May 16
1
Solaris 10 x64 - crash report
Dear dovecot-devel
I have a newly built dovecot-1.0.beta8 crashing at start
May 16 11:11:33 zorch dovecot: [ID 475045 mail.info] Dovecot v1.0.beta8
starting up
May 16 11:11:34 zorch dovecot: [ID 920869 mail.error] Login process died
too early - shutting down
May 16 11:11:34 zorch dovecot: [ID 684838 mail.error] child 28853
(login) killed with signal 11
Built on Solaris 10u1 x64 with Studio11
2006 May 28
1
sigbus fault?
Hi Folks,
I'm trying to run samba on Solaris 9. It works OK when I don't compile in kerberos and ldap, but when with those two compiled in, smbd seems to freeze (nmbd and winbindd are OK). After a bit of investigation I notice something strange in truss:
...
/1@1: -> libldap-2.3:ldap_free_urldesc(0x30dfe8, 0x32e048, 0x32dfb8, 0x3
/1@1: ->
2008 Jan 17
1
Need help to install dovecot on solaris 10 with openldap libs
Hi,
I install dovecot with ldap support at Solaris 10 (x86). I know that solaris LDAP is broken and so I install openldap. OpenLDAP shared libraries are at /usr/local/lib and /usr/local/include. While installing dovecot, I did the followings:
I execute this before run "./configure --with-ldap"
LDFLAGS="-L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib
2003 Dec 25
1
How to tell if option "with-acl-support" is compiledin Solaris smbd?
Thanks. I am still not sure whether option "with-acl-support" has been compiled in the smbd.
The following is the output:
Build environment:
Built by: root@hxwu-dt-tt
Built on: Tue Dec 23 15:00:40 CST 2003
Built using: gcc
Build host: SunOS hxwu-dt-tt 5.9 Generic_112233-08 sun4u sparc SUNW,Sun-Blade-100
SRCDIR: /space/hxwu/swinstall/samba-3.0.1/source
2006 May 22
0
smbd process grows to 25Mb resident size
Hi,
I've 4 Samba servers running 3.0.21c in solaris 10 zones. One PDC,
3 BDCs.
The machines are identically installed and the samba binaries and
associated libraries
are copied between the machines so are also identical.
On my PDC which seems to be accepting almost all of the clients, my smbd
processes
are 33M with 25M resident. This seems to be used by dev:32,0 ino301938
,see pmap
2016 Sep 26
3
[PATCH 1/3] build: remove extra libconfig linkage
Some of the C tools were building also config.c as part of the shared
sources from guestfish, and thus bringing a dependency on libconfig.
Since none of them actually read the libguestfs configuration at all,
then exclude fish/config.c from their build, and stop linking to
libconfig.
---
align/Makefile.am | 3 ---
df/Makefile.am | 3 ---
edit/Makefile.am | 3 ---
2017 Mar 06
0
[PATCH] lib: Prefer tirpc for XDR, and rationlise how we search for alternatives.
...S = \
$(WARN_CFLAGS) $(WERROR_CFLAGS) \
+ $(RPC_CFLAGS) \
$(LIBCONFIG_CFLAGS) \
$(LIBXML2_CFLAGS)
@@ -147,32 +148,23 @@ guestfish_LDADD = \
$(LIBREADLINE) \
$(LIBTINFO_LIBS) \
$(LTLIBINTL) \
+ $(RPC_LIBS) \
-lm
# Make guestfish use the convenience libraries.
noinst_LTLIBRARIES = libcmds.la librc_protocol.la
guestfish_LDADD += libcmds.la librc_protocol.la ../gnulib/lib/libgnu.la
-if HAVE_RPCGEN
-RPCGEN_DEFS =
-if HAVE_XDR_U_INT64_T
-RPCGEN_DEFS += -DHAVE_XDR_U_INT64_T=1
-else
-if HAVE_XDR_UINT64_T
-RPCGEN_DEFS += -DHAVE_XDR_UINT64_T=1
-endif
-endif
-
rc_protocol.c: rc_protocol....
2017 Mar 07
1
[PATCH v2] lib: Prefer tirpc for XDR, and rationalise how we search for alternatives.
v1 -> v2:
- No functional changes to the patch, just fixes a few bugs.
Rich.
2008 Aug 25
11
pid-provider sees ld.so.1 only
I''m trying to do some userspace tracing on a server-process with the pid provider.
My problem is, that the only probes the pid-provider lists for the server-process (to which I attach dtrace with "-p nnnn") are coming from "ld.so.1".
There''s not a single one from my modules.
If I''m specifying "a.out" (or any of our shared-objects) as the
2006 May 31
1
Dovecot 1.0beta8 dovecot-auth consumes 100% CPU time on Solaris 10 amd64
Hello. I hope someone out there can help with this. It is getting pretty urgent.
I am running a Solaris 10 server on Opteron (amd64) hardware and have compiled
Dovecot 1.0beta8 from source. It has openssl compiled in (after much mucking
around with various environment variables and modifying the Makefile), and was
built with:
$ ./configure --with-ldap --with-ssl-dir=/etc/ssl
$ make
# make
2015 Jan 21
18
[Bug 2340] New: Openssh issue: unable to ssh the solaris server from ldap users
https://bugzilla.mindrot.org/show_bug.cgi?id=2340
Bug ID: 2340
Summary: Openssh issue: unable to ssh the solaris server from
ldap users
Product: Portable OpenSSH
Version: 5.8p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: critical
Priority: P5
Component: PAM
2010 Jul 21
3
smbd -D hangs
I'm testing both sunfreeware and official sun (sfw) samba on Solaris
10. For some reason since yesterday, the smbd process just "hangs" at
the start.
No log is generated on server side
Where smbd is started, I can't find any open port on 139 or 145
My OS is Solaris 10
# uname -a
SunOS labo2 5.10 Generic_142900-13 sun4v sparc SUNW,SPARC-Enterprise-T5120
#
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
I've gone back to 3.0.1 to try and get winbind to work with my Solaris 9
machine and NT4 domain. Everything works except user authentication. The
wbinfo and getent commands do what they are supposed to.
I've included a truss of 'su - ganguly'
According to pamlog, the user 'ganguly' has been granted access but it is
still hanging.
How do I do a truss of a telnet login?
2008 Sep 29
4
static libgcc issue on solaris 8
Hello all,
little question. Has somebody already compiled samba on SunOS 5.8
because I cannot statically link libgcc libraries.
I already tried "gcc -static-libgcc", added "-lgcc_s" to LIBS variable
but always the same result.
Below resulted compiled binary ..
# ldd bin/ntlm_auth
libthread.so.1 => /usr/lib/libthread.so.1
libsendfile.so.1 =>
2006 Oct 31
0
6362982 namespace pollution/protection in libc
Author: raf
Repository: /hg/zfs-crypto/gate
Revision: 4e0d2d9869b6e03153797c60bb3786268667c14c
Log message:
6362982 namespace pollution/protection in libc
6369040 there should be but one synonyms.h file outside of libc
Files:
create: deleted_files/usr/src/lib/common/inc/mtlib.h
create: deleted_files/usr/src/lib/libc/sparcv9/gen/llabs.s
create: