Displaying 20 results from an estimated 6000 matches similar to: "compile samba 3.0.23c statically"
2013 Jan 16
5
libguestfs-test-tool error, libcap.so - no such file
Did install from source of libguestfs-1.20.1 on Ubuntu-12.10.
And libguestfs-test-tool complains about not finding libcap.so.2
uptime: 2.26 1.00
guestfsd: error while loading shared libraries: libcap.so.2: cannot
open shared object file: No such file or directory
[ 2.277795] Unregister pv shared memory for cpu 0
[ 2.278324] kvm: exiting hardware virtualization
[ 2.278763] sd 2:0:1:0:
2007 Feb 23
0
Simple patch
Inline below is a simple patch that drops the root capabilities that
aren't needed (inspired by a similar patch against the mpm_itk
project!). Possibly it is a little too restrictive, extras can be
added to suidcaps, but on platforms that support capabilities this
will prevent things such as kernel module loading.
Needed on linux is libcap, available in most distros. Note that this
2006 Oct 10
0
Need for libcap.so.1 in 3.0.23c?
What is the new component that is added in samba 3.0.23c which
requires libcap.so.1 ?
Thanks,
--
Dil
2013 Jan 17
5
A few patches needed for libguestfs 1.20+ on current Debian systems
Here's what I needed to build and run 1.20 on Debian/unstable.
Perhaps the libcap2 dependency in the packagelist should only be added
if libcap has actually been used in building guestfsd...
2008 Mar 03
1
Unable open raw socket in CentOS 5 - SE Linux and kernel capability interaction?
I am wondering what is the interaction between SE Linux and the kernel
"capabilities" in CentOS 5.1? I'm trying to open a raw socket and keep
getting permission denied errors. I've tried using the lcap library to
find that CAP_SETPCAP appears to be off in the kernel. For compliance
reasons, I don't want to turn this on. I've also tried a hand-crafted
SE Linux
2010 Mar 08
3
Security problem with Samba on Linux - affects 3.5.0, 3.4.6 and 3.3.11
Security problem with Samba on Linux
------------------------------------
In Samba releases 3.5.0, 3.4.6 and 3.3.11 new code
was added to fix a problem with Linux asynchronous IO handling.
This code introduced a severe security flaw which was undetected until
now.
We are releasing new binaries and fixed source code as release numbers:
3.5.1, 3.4.7 and 3.3.12 with this fix included. This will be
2010 Mar 08
3
Security problem with Samba on Linux - affects 3.5.0, 3.4.6 and 3.3.11
Security problem with Samba on Linux
------------------------------------
In Samba releases 3.5.0, 3.4.6 and 3.3.11 new code
was added to fix a problem with Linux asynchronous IO handling.
This code introduced a severe security flaw which was undetected until
now.
We are releasing new binaries and fixed source code as release numbers:
3.5.1, 3.4.7 and 3.3.12 with this fix included. This will be
2010 Aug 22
2
Build failure building dbox and gnutls
Hello!
I'm having two issues building dovecot, one is with dbox storage, and
another building gnutls as the SSL backend (builds fine with openssl).
Software versions are Dovecot v2.0.0, GnuTLS 2.8.6 and OpenSSL 1.0.0a
Configure: ./configure --prefix=/usr --sysconfdir=/etc/dovecot
--localstatedir=/var --libexecdir=/usr/lib
--with-moduledir=/usr/lib/dovecot/modules --with-zlib
2009 Jul 29
1
winbind + rpc windows
Hi,
I've managed to configure winbind to use RPC instead of AD to
authenticate users. I was able to do a few auths and from nothing
winbind started to crash with the following error message:
Any hint on what may be the error?
I've already deleted all tdb files and restarted the services, and the
server, and don't get it solved.
[2009/07/29 14:19:01, 0] winbindd/
2007 Aug 07
2
AW: Probs to "make" Samba-3.0.25b
Hello List,
is there really nobody out there who could give me a tip to solve the issue?
Thanks a lot.
Mit freundlichen Gr??en
Michael Kaiser
Business Unit IT-Services
Network Solutions
InfraServ GmbH & Co. Gendorf KG
Industriepark Werk GENDORF
> -----Urspr?ngliche Nachricht-----
> Von:
> samba-bounces+michael.kaiser=infraserv.gendorf.de@lists.samba.
> org
>
2015 Jul 20
1
building samba git master: error with pyldb-util/ldb
[Please CC me in reply]
On Sun, 2015-07-19 at 16:08 +0100, Rowland Penny wrote:
> Why ? is there some specific reason to not use the libraries that
> building samba will produce ?
I generally like to install things that are released separately in
separate packages. I assumed ldb was developed separately too but it
sounds like it is an internal samba-specific library?
> This could
2013 Aug 16
1
Problems with openssl library path
Hello,
I tried to compile Dovecot 2.2.5 on Debian 6 with an alternate OpenSSL
installation located at /usr/local/ssl
A compilation with
CPPFLAGS="-I/usr/local/ssl/include" \
LDFLAGS="-L/usr/local/ssl/lib -Wl,-rpath=/usr/local/ssl/lib" \
SSL_LIBS="-L/usr/local/ssl/lib -Wl,-rpath=/usr/local/ssl/lib" \
./configure \
--prefix=/opt/dovecot-2.2.5 \
--enable-asserts \
2015 Aug 24
1
Wiki Update on Compiling Samba on Debian Jessie
Dear all,
What I found out the OS requirement of compiling samba 4 in Debian Jessie,
apt-get install acl attr autoconf bison build-essential \
debhelper dnsutils docbook-xml docbook-xsl flex gdb krb5-user \
libacl1-dev libaio-dev libattr1-dev libblkid-dev libbsd-dev \
libcap-dev libcups2-dev libgnutls28-dev libjson-perl \
libldap2-dev libncurses5-dev libpam0g-dev libparse-yapp-perl \
2006 Jan 30
1
Compiling openssh statically?
Greetings,
[non-list member, here]
I'm wondering if it's possible to compile openssh-4.2p1 (portable) statically.
The platform is Linux 2.4 x86, openssl-0.9.7i, zlib-1.2.3, gcc-3.3.5.
Thanks,
Josh
2004 Apr 27
2
build problem on SuSE SLES 8 SP3 (s390) - struct statfs redefinition?
Has anyone had any problems building on SuSE SLES 8 for s390 with all
patches applied... After applying patches to my build server last night,
building samba fails with the following...
mycomp:/srv/build/samba-3.0.2a/source # make
Using FLAGS = -O -I./popt -Iinclude
-I/srv/build/samba-3.0.2a/source/include -I
/srv/build/samba-3.0.2a/source/ubiqx
-I/srv/build/samba-3.0.2a/source/smbwrapper
-I.
2017 May 08
1
2.2 -git fails to compile as of Apr 28 2017
On 8 May 2017, at 17.14, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>
>>>>> On 28/04/2017 7:27 PM, Reuben Farrelly wrote:
>>>>>> This has been broken for the last few days:
>>>>>>
>>>>>> libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s
2010 Apr 09
0
ANNOUNCE: cifs-utils release 4.3 available for download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This release is primarily to fix a few bugs that were introduced with
the mount.cifs overhaul in the last release. Most of the problems were
issues with the handling of capabilities that prevented credential files
from being accessed when mount.cifs was run by root.
There are a few other changes:
- - credential files accept parameter names
2006 Apr 28
4
The Ajax Experience
Anyone on the list going to The Ajax Experience in San Francisco May 10?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2013 Mar 27
11
[Bug 62835] New: Screen freezes after resume from s2ram
https://bugs.freedesktop.org/show_bug.cgi?id=62835
Priority: medium
Bug ID: 62835
Assignee: nouveau at lists.freedesktop.org
Summary: Screen freezes after resume from s2ram
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: pontus.fuchs at gmail.com
2013 Jan 05
38
[Bug 59057] New: Black screen after resume from s2ram
https://bugs.freedesktop.org/show_bug.cgi?id=59057
Priority: medium
Bug ID: 59057
Assignee: nouveau at lists.freedesktop.org
Summary: Black screen after resume from s2ram
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: pontus.fuchs at gmail.com