Displaying 20 results from an estimated 1000 matches similar to: "samba configure not working"
2005 Jun 01
1
Samba and AD
Hello,
I can't seem to get Samba-3 to work with Active Directory.
I'm currently running Solaris 9(Sparc). When I run ./configure
--with-ads it seems to compile fine. However, when
I goto join the AD domain, It come with an error.,"ADS support not
compiled in" and ideas?
Rick Mattier
Systems Analyst II
Windriver Systems
120 Royall St
Canton, Ma 02021
2005 Jun 06
3
Configuring Samba with LDAP
Hello,
I'm having problems configuring Samba to work using ADS. I've
successfully compiled LDAP. When I try ./configure --with-pam
--with-winbind --with-ads --with-krb5 --with-ldap It says "Active
Directory support requires LDAP support" Are there any variables that
need to be set? I've done --with-ldap=/usr/local/openldap (This the
prefix for openldap). I'm
2005 May 10
2
ADS and Samba
Hi,
I'm trying to get Solaris running Samba 3.0.9 to join an Active
Directory Domain. Are there steps on configuring Kerberos, and using
the "NET" utility if there is one for Solaris?
Rick Mattier
Systems Analyst II
Windriver Systems
120 Royall St
Canton, Ma 02021
ricardo.mattier@windriver.com
Canton: 781 364-2002
Nashua: 603 897-2084
2005 Jun 14
1
Samba w/ ADS support
Hello,
I am currently trying to install Samba w/ ADS support on a series of
Solaris 9 & 10 machines. I have tried compiling samba3, but some reason
it will not compile with ADS support. I have compiled MIT krb5 and
openldap previous to compiling Samba. I compiled openldap and installed
it into /usr/local/openldap. Kerberos was compiled and installed into
/usr/local/kerberos5. When
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9.
I tried linking against both sun and openldap libraries,
both unsucessufully. I get
------------------------------
checking for LDAP support... auto
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for
2004 May 04
2
Samba 3.0.3 installing issue
I am trying to install Samba 3.0.3 on Solaris 9 and when I execute the
configure command I get the following error msg. I did install the latest
version of openldap and set the env variable for the ldap lib.
If anyone has encountered similar problem please let me know.
#./configure --with-ads --with-krb5=/usr --with-pam --with-pam_smbpasss
--with-syslog --with-libsmbclient --with-winbind
2013 Aug 22
2
[PATCH] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com>
Add error check when the write-buffer is finally flushed to the file,
the caller can detect if the disk filled up (or had an i/o error) and
return a NOSAPCE nak to the other side.
Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Roy.Li <rongqing.li at windriver.com>
---
common/tftpsubs.c | 8 +++++---
2013 Sep 03
1
[PATCH] tftp-hpa: add error check for disk filled up
On 08/29/2013 03:13 AM, H. Peter Anvin wrote:
> On 08/21/2013 06:00 PM, rongqing.li at windriver.com wrote:
>> From: "Roy.Li" <rongqing.li at windriver.com>
>>
>> Add error check when the write-buffer is finally flushed to the file,
>> the caller can detect if the disk filled up (or had an i/o error) and
>> return a NOSAPCE nak to the other side.
2007 May 03
2
[LLVMdev] LLVM Developers' meeting
I'd like to attend.
Thanks,
Tomas Evensen
Chief Technology Officer
500 Wind River Way
Alameda, CA 94501
510-749-2783 office
510-749-2007 fax
www.windriver.com
<file:///C:/Documents%20and%20Settings/teve/Application%20Data/Microsoft
/Signatures/www.windriver.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 22:38, H. Peter Anvin wrote:
> That is because it needs to use fseeko() and use off_t.
Do you mean it does need a patch for isohybrid.c. And the patch looks like:
#if _FILE_OFFSET_BITS == 64
fseeko(...)
#else
fseek(...)
Regards,
Kai
>
> On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote:
>> On 2014?05?12? 10:49, H. Peter
2014 Nov 28
2
Bug-report:rsync may hung if time jumps backwards
thanks your reply, could you please send off official fix?
On 11/28/2014 04:05 AM, Wayne Davison wrote:
> On Sun, Nov 16, 2014 at 10:44 PM, yhu2 <yadi.hu at windriver.com
> <mailto:yadi.hu at windriver.com>> wrote:
>
> + usleep(t*1000);
> Is it a correct fix? any comments would be appreciated!!!
>
>
> The hang was not because time went backwards, but
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
Fixed:
cp -r syslinux-6.01/com32/libupload/*.h image/usr/share/syslinux/com32/include/
[snip]
rm -rf image/usr/share/syslinux/com32/include
[snip]
cp: cannot create regular file `image/usr/share/syslinux/com32/include/serial.h': No such file or directory
The cp is happened in the "libupload" dir, while "rm -fr" is happend in
"lib" dir, let "libupload"
2024 Jan 10
2
using Paraview "in-situ" with R?
At ORNL, we worked with VisIt (a sibling of Paraview, both funded largely by DOE) around 2016 and made an in situ demo with R. We used packages pbdMPI (on CRAN) and pbdDMAT (on GitHub/RbigData), which were in part built for this purpose. Later also the package hola (on GitHub/RbigData) was built to connect with adios2, which can do buffered in situ connections with various codes.
But the VisIt
2016 Aug 24
6
[Bug 2608] New: Signed overflow in openbsd-compat/strlcpy.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2608
Bug ID: 2608
Summary: Signed overflow in openbsd-compat/strlcpy.c
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2013 Sep 03
1
[PATCH v2] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com>
Add error check when write file, the caller can detect if the disk filled
up (or had an i/o error) and return a NOSAPCE nak to the other side.
Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Roy.Li <rongqing.li at windriver.com>
---
common/tftpsubs.c | 4 +++-
tftpd/tftpd.c | 12 ++++++++++--
2
2018 Apr 18
3
[PATCH] configure.ac/cipher.c: Check for OpenSSL with EVP_des_ede3_cbc
While compiling openssl with option `no-des', it caused the openssh
build failure
...
cipher.c:85:41: error: 'EVP_des_ede3_cbc' undeclared here (not in a function);
...
Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
cipher.c | 2 ++
configure.ac | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/cipher.c b/cipher.c
index
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 10:49, H. Peter Anvin wrote:
> On 05/11/2014 06:56 PM, Kai Kang wrote:
>> When call isohybrid with option '-u', it overflows on a 32 bits host. It
>> seeks to 512 bytes before the end of the image to install gpt header. If
>> the size of image is larger than LONG_MAX, it overflows fseek() and
>> cause error:
>>
>> isohybrid:
2013 Jun 09
1
[PATCH] fix mac_computer
The mac_compute() function in openssh calls umac_final() to prepend a tag
to a buffer. Umac_final() calls pdf_gen_xor() on the tag as its final
operation, and as implemented, pdf_gen_xor() assumes an appropriate
alignment for 64-bit operations on its buffer. However, the buffer
is declared in mac_compute() as a static u_char array, and the linker
doesn't guarantee 64-bit alignment for such
2015 May 12
1
A question about CVE-2014-8242
wayne.
Thanks your explanation, how about MD4 (rsync protocal <30)? any comment
would be appreciated!!
Thanks again.
Yadi
On 05/12/2015 05:19 AM, Wayne Davison wrote:
> On Mon, May 11, 2015 at 12:50 AM, yhu2 <yadi.hu at windriver.com
> <mailto:yadi.hu at windriver.com>> wrote:
>
> whether or not CVE-2014-8242 affects rsync? any commnet would be
>
2014 Nov 24
6
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
The build would be failed and exit if build-gnu-efi.sh is failed, so
we'd better not suppress the output of build-gnu-efi.sh, which is good
for debugging.
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
efi/check-gnu-efi.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
index 85305f8..7d99e9a 100755
---