Displaying 20 results from an estimated 10000 matches similar to: "Compile Problem with libs"
2003 Jun 10
1
Compiling 3.0.0beta1
Preface, running redhat 8.0 (pretty standard and up2date)
[atlantis 158] uname -a
Linux atlantis.cs.umd.edu 2.4.18-27.8.0 #1 Fri Mar 14 06:45:49 EST 2003
i686 i686 i386 GNU/Linux
[atlantis 159] gcc --version
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO warranty;
2010 Dec 03
5
Fact auto sync reloading
So we run puppetd as a long running ruby process on the hosts. When we update a fact that gets auto sync''d to the host it seems when puppetd wakes up and starts its catalog run it doesn''t re-sync the facts. It you run it standalone it will or if you restart the service then it will do the right thing. Do other people see this? Or have you all gone to running out of cron?
2003 Sep 29
4
bad encryption type when accessing AD member server
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm trying to access a Samba 3.0 server (running on Debian unstable) in an
Active Directory environment. I successfully joined the domain, klist shows
my Kerberos ticket(s) and I can use smbclient -k to access a Windows 2000
server. However, when I try to access a share on the Samba machine from a
Windows 2000 client, I'm being asked
2010 Nov 08
1
extraneous messages/multiple fact loads
Hi,
For a long time now when we run puppetd --test I get the following double output on our custom facts,
info: Retrieving plugin
info: Loading facts in scratch
info: Loading facts in os_name
info: Loading facts in pam_limits_d
info: Loading facts in os_platform
info: Loading facts in nvidia_graphics
info: Loading facts in hostname_hour
info: Loading facts in os_version
info: Loading facts in
2009 Jul 13
7
puppetd no-daemonize
So I have been trying to run puppet once in my kickstart %post scripts but
every time it detaches and daemonizes even though I have explicitly stated
otherwise. Am I missing something?
# rpm -q puppet
puppet-0.24.8-1
# /usr/sbin/puppetd --onetime --no-daemonize --verbose --debug
debug: Creating default schedules
debug: Failed to load library ''shadow'' for feature
2003 Sep 25
1
samba 3.0.0 compiling solaris
I am having trouble compiling 3.0.0 (release) on solaris 2.8
I am getting this,
Using FLAGS = -g -O2 -I/usr/local/cups-1.1.18/include -I/usr/local/krb5-1.3.1/include -I./popt -Iinclude -I/usr/local/src/samba/samba-3.0.0/source/include -I/usr/local/src/samba/samba-3.0.0/source/ubiqx -I/usr/local/src/samba/samba-3.0.0/source/smbwrapper -I. -I/usr/local/openldap-2.1.22/include
2005 May 18
1
Samba Comple Problem on Solaris 2.8
So I am compling the newest release of samba 3.0.14a on Solaris 2.8.
I can get it to compile but I don't get all the built in modules that I
should and smbd when fired up bombs out with something like,
-------
derek@supernova:/opt/UMsmb/sbin# ./smbd -c /etc/samba/smb.conf -i
smbd version 3.0.14a started.
Copyright Andrew Tridgell and the Samba Team 1992-2004
No builtin nor plugin backend for
2010 Jan 18
7
reload/restarting puppetd after puppet.conf change
Subject basically says it all. Anyone have a good idea of how to get
puppetd restarted after installing a updated puppet.conf? Using the
Service types obviously doesn''t work since puppet is already running.
Is there no, please reload your config on the next run option? I mean
there is always some screwing with a cronjob to just restart puppet once
and awhile but I dunno I was
2005 Sep 30
3
LDAP PDC question
When setting up an LDAP PDC do I have to have both user and machines
in the ou=People container? Here's what I've got.
LDAP Tree
ou=People,o=umd.umich.edu
ou=NIS,ou=Groups,o=umd.umich.eud
ou=machines,ou=Samba,ou=Services,o=umd.umich.edu
ou=Idmap,ou=Samba,ou=Services,o=umd.umich.edu
smb.conf (ldap stuff)
ldap delete dn = no
ldap suffix = o=umd.umich.edu
ldap
2006 Feb 13
3
libldap not found
Can anybody clue me in on why this build script is failing?
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for ber_scanf in -llber... no
checking for ldap_init in -lldap... no
checking for ldap_set_rebind_proc... no
checking whether ldap_set_rebind_proc takes 3 arguments... 3
configure: error: libldap is needed
2003 Sep 26
4
valid users = %S in rc4
After upgrading rc2 -> rc4 (suse binary packages)
line 'valid users = %S' in [homes] section prevents user getting to his
homedirectory
in logfile smbd says:
[2003/09/25 15:07:59, 2] smbd/service.c:make_connection_snum(384)
user 'xxxx' (from session setup) not permitted to access this share (xxxx)
Hannu
2010 Sep 02
3
puppet file recursion requires two passes to converge
Hi,
So for awhile I have been seeing this issue but it hasn''t been painful. However, recently I have been deploying a new module that has made it much more annoying.
file { cdh3_config:
recurse => true,
ignore => ".svn",
checksum => md5,
notify => Exec[hadoop_alternatives],
require
2013 Jan 11
4
Define custom ldap libraries when building Dovecot
Hello,
I would like to compile Dovecot using custom ldap libraries, located at
a particular custom system location.
How should I alter the config process to specify that the include dir is
"/usr/local/openldap/include" and the lib dir is
"/usr/local/openldap/lib64" and not the standard ones (/usr/include/ and
/usr/lib64/ respectively) on RHEL/CentOS 5 (x86_64). Note that
2005 Jan 20
1
compiling libldap error??
Samba experts,
Ok, we are having so many problems getting ldap to work, we decided to
start over with our compile. We are compiling Samba --with-ldap on our AIX
5.1 system which uses gcc. Openldap (for client support) exists in
/usr/local/openldap/2.2.17. In order for Samba to find the ldap.h file,
we had to configure with
CPPFLAGS="-I/usr/local/openldap/2.2.17/include"
2004 Aug 03
2
Samba3 GPO
Hi @all,
I have some question I can't find a explanation.
I have a standalone Samba3 as PDC. It works perfect with LDAP.
Now I want to implement Policies.
1) Is it possible to use GPO from ads ?
And if so, where to store this policies.
2) Or can I only use policies created with poledit from NT4 which should
be stored in NETLOGON.
Any help or links about this would be apreciated.
2004 Jun 04
1
Winbind problem?
I've got a Samba PDC and a Samba domain member server. I successfully
joined the domain, started winbind and run the wbinfo -p; wbinfo -t
tests, both succeeded. But if I do a winbind -g I only get
BUILDIN/group and if I do a wbinfo -u I get "Error looking up domain
users". But ntlm_auth succeeds.
So I'm a little confused. At this point this is a minor issue since
2008 Feb 20
2
MGE pulsar evolution 3000 discharges without nut noticing
I'm running nut 2.0.1 with an MGE pulsar evolution 3000 with the
mge-utalk (serial) driver on NetBSD 3.1 .
I had a very strange occurance in my basement datacenter this early AM.
the following was logged by upslog:
20080219 023452 100.0 123.0 049.0 [OL CHRG] NA 60.00
20080219 023522 100.0 122.8 049.0 [OL CHRG] NA 60.00
20080219 023552 098.0 123.0 049.0 [OL DISCHRG] NA 60.00
20080219 023622
2008 Dec 08
1
AD controller problems.
In my AD setup I have 3 domain controllers (dc1, dc2, dc3) when samba/
winbind are talking to dc1 everything is great when talking to dc2 or
dc3 I get this error "kinit succeeded but ads_sasl_spnego_krb5_bind
failed: Strong(er) authentication required" and nothing works. I
don't think its a samba config problem but my AD admins aren't real
helpful in getting samba
2009 Nov 27
1
FTBFS with binutils-gold
As reported in debian bug #554306 [1] dovecot fails to build with GNU
binutils-gold or setting LDFLAGS=-Wl,--no-add-needed
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554306
The problem is that liblber isn't explicitly declared as a dependence
when dovecot is compiled with ldap support.
The attached patch fixes this little error.
Regards,
Marco
--
2004 Jun 07
3
XP Joining domain
I'm attempting to join a Samba 3.0.4 domain on a Debian linux box, with
a Windows XP client.
Problems
1) Can only get the join to work if I use the root account. On Win2k I
can use any account in the Domain Admins group.
2) The join succeeds, the unix account and the smb account are created
but the smb account is disabled, and the password contains all XXXXs.
Joining the domain works