Displaying 20 results from an estimated 600 matches similar to: "samba 4.10 searches wrong libs on cross-compile"
2011 May 17
2
CentOS 5.6 X86_64 install problem
I am trying to install samba 4 on a CentOS 5.6 X86_64 with all update
installed following the directions from
http://wiki.samba.org/index.php/Samba4/HOWTO
Installed git and am able to use that to pull down latest version of
samba source code
ran ./configure.developer (can post output from this long file if
needed)
Once that was done I ran the make command and got this at the end
2005 Jun 09
1
[PATCH] more xenstore makefile fixes
This allows tools in the python directory to properly link to
libxenstore.a on x86-64.
--- tools/xenstore/Makefile.orig 2005-06-09 12:56:34.000000000
-0500
+++ tools/xenstore/Makefile 2005-06-09 13:48:06.000000000 -0500
@@ -20,6 +20,9 @@
BASECFLAGS+= -I.
CFLAGS+=$(BASECFLAGS)
+ifeq ($(XEN_TARGET_ARCH),x86_64)
+CFLAGS += -fPIC
+endif
LDFLAGS=$(PROFILE) -L$(XEN_LIBXC)
2006 Aug 02
0
[PATCH] xenstore-chmod
Hello,
I''ve modified tools/xenstore/xenstore_client.c to include a new utility,
xenstore-chmod. This utility permits developers and administrators to
manually change the permissions on arbitrary locations in XenStore from
the command line. This is often helpful if you''re trying to debug an
application that relies on XenStore and is encountering difficulties
with permissions.
2007 May 03
0
Problem of displying contents of shares
I'm using samba 3.0.24. I create my Makefile for cross compiling smbd nmbd
testparm and CP850.so:
Makefile:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Flags divers
#COFLAGS=-O2
CWFLAGS= -g -Wall
# Cross compile tools
CC=mips-linux-gcc
#CC=gcc
LINT=splint
SHLD= $(CC) -O -D_SAMBA_BUILD_
LDSHFLAGS=-shared -Wl,-Bsymbolic
2010 Mar 25
2
permanent flags (are very permanent)
Hello,
first of all i am not sure wheter this is a correct behavior according to the RFC or not...
Problem is, when i set a new custom permanent flag (e.g. testflag) and remove it afterwards, the flag still stays in the list of the permanent flags of this drawer even if there are no messages left with this flag set.
So the keyword list gets "polluted" with unused flags.
* OK
2012 Mar 22
0
[LLVMdev] Catching C++ exceptions, cleaning up, rethrowing
On Mar 22, 2012, at 12:28 AM, Bill Wendling wrote:
> On Mar 20, 2012, at 7:38 PM, Paul J. Lucas wrote:
>
>> I've read the docs on LLVM exceptions, but I don't see any examples. A little help?
>
> I don't think this has anything to do with LLVM's IR-level exception system. It sounds to me like you just need a way to handle C++ exceptions inside of the C++ code
2007 Aug 23
2
removing IMAP keywords?
Hi there,
I found that with an IMAP command like
<unique-leader> STORE 1 +FLAGS (testflag)
I can set arbitrary flags on mails through the dovecot IMAP daemon.
This rules.
Now I wonder, however, how I can remove those flags, which become
properties of the folder, really. For instance, after the above,
SELECT on the containing folder gives:
* FLAGS (\Answered \Flagged \Deleted \Seen
2012 Mar 23
2
[LLVMdev] Catching C++ exceptions, cleaning up, rethrowing
On Mar 22, 2012, at 11:40 AM, Paul J. Lucas <paul at lucasmail.org> wrote:
> On Mar 22, 2012, at 12:28 AM, Bill Wendling wrote:
>
>> On Mar 20, 2012, at 7:38 PM, Paul J. Lucas wrote:
>>
>>> I've read the docs on LLVM exceptions, but I don't see any examples. A little help?
>>
>> I don't think this has anything to do with LLVM's
2013 Jun 09
2
Minitest mock or stub methods
Hi
I''m building a small library to use in my Rails app which interacts with a
3rd party API. It fetches artists and tracks.
So I have:
lib/my_lib.rb
lib/my_lib/artist.rb
lib/my_lib/track.rb
To get an artist I do
artist = MyLib::Artist.find("Oasis")
Which returns an instance of Artist if it finds (via 3rd party API) it or
nil otherwise.
Then I can call artist.tracks which
2020 May 27
2
OpenMP Error in Clang
Hello,
I am getting the following error while trying to build a benchmark with a custom function pass:
clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c
error: unknown argument: '-fopenmp=libomp'
If I use this instead:
clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c
I get the error: fatal error: 'omp.h' file not found
I am not
2015 Feb 02
0
Samba 4.0.7 doesn't work with Russian credentials
Resending for assistance on this issue.
Thank you in advance,
- Mike
?
-----Original Message-----
From: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] On Behalf Of Tompkins, Michael
Sent: Thursday, January 29, 2015 7:48 AM
To: Jeremy Allison
Cc: samba at lists.samba.org; USA Xerox Samba
Subject: Re: [Samba] Samba 4.0.7 doesn't work with Russian credentials
Sorry
2017 Jan 23
0
Bug 12518 - smbclient -c 'cd <dir>; ls' for DFS generates STATUS_INVALID_PARAMETER
I'm wondering if anyone else has any feedback on this or needs anymore info ?
Mike
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Tompkins, Michael via samba
Sent: Thursday, January 19, 2017 9:19 AM
To: Aurélien Aptel <aaptel at suse.com>; samba at lists.samba.org
Cc: USA Xerox Samba <USA.Xerox.Samba at xerox.com>; Futrell, Earl
2018 Oct 02
2
Is samba FIPS compliant ? Can it be build with openssl ?
Thanks for the quick reply Jeremy.
We have other FIPS compliant libraries, which check for, and ensure the proper FIPS compliant algorithms are used. Is there a link option to specify this kind of library ?
~ Mike
-----Original Message-----
From: Jeremy Allison <jra at samba.org>
Sent: Tuesday, October 2, 2018 2:08 PM
To: Tompkins, Michael <Michael.Tompkins at xerox.com>
Cc:
2015 Apr 21
0
smbclient 4.0.7 resolves host name to IP address for SMB2 but not NT1
On 21/04/15 13:37, Tompkins, Michael wrote:
> The problem is that I don't want it to use the IP address, but to use the hostname.
>
> Regards,
> - Mike
>
>
You posted:
Is there a way to turn off resolving the hostname in either the smb.conf
file or as a command line option to smbclient using SMB2/3 ?
Using '-I' is a command line
2017 Oct 31
1
SMB 311 Negotiates and then stops
On Tue, 31 Oct 2017 16:06:13 +0000
"Tompkins, Michael via samba" <samba at lists.samba.org> wrote:
> Re-sending ... We tend to see a lot of issues with NetApp servers and
> SMB 311. Not sure what might be wrong with their response packet,
> that 4.6.6 doesn't like.
>
> ~ Mike
>
>
> -----Original Message-----
> From: samba [mailto:samba-bounces at
2006 Jul 08
1
access to lib?
Do I need to do anything special to access classes in RAILS_ROOT/lib from a worker?
Maybe:
require File.dirname(__FILE__) + ''../my_lib.rb''
or does it do that automatically like a controller does?
Also if I write a unit test for a worker that is accessing AR, is there anything special needed to
be done to access fixtures etc to test it?
Thanks
--
Jim Morris,
2017 Mar 15
2
[LLD] Linking static library does not resolve symbols as gold/ld
On Wed, Mar 15, 2017 at 2:22 PM, Martin Richtarsky <s at martinien.de> wrote:
> Here is the relevant output:
>
> 0000000000013832 <func()>:
> 13832: 55 push %rbp
> 13833: 48 89 e5 mov %rsp,%rbp
> 13836: 53 push %rbx
> 13837: 48 83 ec 18 sub $0x18,%rsp
2017 Jan 19
2
Bug 12518 - smbclient -c 'cd <dir>; ls' for DFS generates STATUS_INVALID_PARAMETER
This issue is reproducible for this customer and a couple of others. We execute the smbclient command the same way for each instance. The null user name is valid syntax sent from the smbclient. When we send the command " smbclient -c 'cd <dir>; ls' ", samba code executes starting with Negotiate Protocol Request, and onward. I'm guessing this could be a DFS issue, but
2017 Apr 25
1
[LLD] Linking static library does not resolve symbols as gold/ld
Hi Martin,
Thank you for sending the script. I can reproduce the issue with it. It
looks like the program crashes when it tries to call
std::vector<sometype>'s ctor from a static initializer. I don't fully
understand what is causing the issue yet, but here are my observations.
- Since you are creating a temporary object file using `ld.gold -r`, your
object file contains multiple
2011 Mar 24
2
[LLVMdev] Instrumentation with liblto and gold
Hi,
I need advice in instrumenting programs using liblto and gold plugin.
Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp.
My pass inserts functions (myLoad and myStore) for some load and store
instructions.
The functions exist in a library file.
I found that the approach works for the example in the link:
http://llvm.org/docs/GoldPlugin.html
$ llvm-gcc -flto a.c -c -o a.o
$ ar q