Displaying 20 results from an estimated 1052 matches for "boehms".
Did you mean:
boehme
2008 Nov 04
1
Confusing behavior of hosts allow/hosts deny in Samba 3.0.28/3.2.4
I saw some unexpected behavior in the interaction of hosts allow and
hosts deny on Samba 3.0.28. I built Samba 3.2.4 just to be sure it
wasn't something that had been fixed. I saw the same behavior.
I'm not sure if it is a bug or a failure on my part to
understand the documentation or misleading documentation.
If I have a share defined as
[export]
comment = exported
2010 Jan 31
2
[LLVMdev] Boehm GC + static variables?
Hi,
I'm running LLVM bitcode generated by my compiler under lli. The bitcode is
linked against Boehm GC (lli -load=/usr/lib/libgc.so).
It looks like Boehm GC isn't scanning global variables and as a result
objects referenced only through globals are being prematurely collected. I
understand that Boehm GC needs to see the data segment containing my global
variables as a root. For native
2009 Mar 10
1
[LLVMdev] LLVM JIT + Boehm's GC, Need I Worry?
The virtual machine I'm implementing allocates objects on the heap using
Boehm's garbage collector. I currently have an interpreter working for my
language, and I'm working on a JIT that will compile some of the functions
that would otherwise get interpreted.
What I'm wondering is whether or not I need to perform special adjustments
for the GC to work properly. My understanding is
2010 Jan 31
0
[LLVMdev] Boehm GC + static variables?
I've implemented this by adding calls to GC_add_roots(<first global in
module>,<last global in module>+1) to the llvm.global_ctors before any other
static initialization code for the module.
This should be safe assuming that:
- global variables are laid out in memory in the order they appear in their
module (and ideally contiguously without being interleaved with any other
values)
2010 Jan 31
1
[LLVMdev] Boehm GC + static variables?
You should look at
http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/JITMemoryManager.h?view=markup
and see if inheriting from that and overriding allocateGlobal() will
do what you want.
I'm a little surprised the boehm gc doesn't already see the globals,
since there's a reference to their memory from the JMM, but maybe it
doesn't scan mmap regions by
2005 Aug 24
1
Username.map works in 2.2.8a, doesn't work in 3.0.14a
I'm a bit puzzled. I am able to map an account without any problem on
Samba 2.2.8a (security=domain). However, access fails with Samba
3.0.14a when everything else is the same (same configuration files).
Any advice as to the cause of the problems (and its solution) would be
appreciated.
>From 2.2.8a logs
[2005/08/24 14:59:51, 3, pid=7767] smbd/reply.c:(880)
Domain=[americase]
2010 Jan 05
2
[LLVMdev] LLVM C bindings and Boehm GC
Hi,
I want to use LLVM as replacement code generator for an existing self
hosting compiler. I hope to replace the existing BURS code generator with
LLVM in order to take advantage of LLVM's JIT, optimizations and wider range
of targets. I'm planning on ditching my existing IR completely and using my
language's native call mechanism to call the LLVM C bindings.
I've got a couple
2007 Dec 27
1
[LLVMdev] Boehm GC with JIT compiled code
I'm hoping to have a stab at getting a tiny language implementation up and
running soon.
I assume I can just pull in Boehm's GC to get a very rudimentary collector up
and running. However, can this work using JIT compilation from OCaml or will
the new GC try to traverse the OCaml program's own stack?
--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
2008 Mar 13
2
Is there a maximum number of shares samba can serve?
I am being asked to determine the feasibility of serving hundreds
(300-400) of directories as individual shares instead of sharing a single
parent directory.
Personally, I don't think this is a good idea. Clients will go from
having a single connection to a single share to 50-300 connections to
multiple shares. That can't be good for performance or load.
I've searched the mailing
2012 Feb 14
1
Boehm
As the Boehm GC is an available option, do I take that to mean it's
beneficial for some users but not most?
--
Daniel
2020 Oct 30
3
Samba as AD member & without winbind...
On 30/10/2020 13:17, Ralph Boehme wrote:
> Am 10/30/20 um 12:39 PM schrieb Rowland penny via samba:
>> On 30/10/2020 11:20, Ralph Boehme wrote:
>>> Am 10/30/20 um 12:11 PM schrieb Rowland penny via samba:
>>>> On 30/10/2020 11:06, Ralph Boehme via samba wrote:
>>>>> Am 10/30/20 um 10:20 AM schrieb Thomas Besser via samba:
>>>>>> Can I
2010 Aug 05
2
[LLVMdev] VMKit Boehm MMTk Compilation
Hello,
I've been able to get J3 working with the single and multimap garbage
collectors but have hit several snags with Boehm and MMTk.
For MMTk I get here:
Buildfile: /cs/student/kyleklein/vmkit/mmtk/java/build.xml
main:
[mkdir] Created dir: /cs/student/kyleklein/vmkit/mmtk/java/classes
[javac] Compiling 373 source files to
/cs/student/kyleklein/vmkit/mmtk/java/classes
2002 Dec 10
5
Using the right network interface
Hi everyone,
samba 2.2.5
The server I'm using has 2 interfaces so using the
interface parameter I'm telling samba to use eth0 but
for some reason when I do netstat it is listening on eth1
interface = eth0 (the IP is 192.168.6.10)
netstat -an
udp 0 0 138.79.161.225:137 0.0.0.0:*
udp 0 0 0.0.0.0:137 0.0.0.0:*
udp 0 0 138.79.161.225:138
2010 Aug 19
0
[LLVMdev] VMKit Boehm MMTk Compilation
For anyone who encounters this issue in the future, my issue was the
configuration of llvm-gcc.
Configure with --with-llvmgccdir=YOUR/PATH doesn't work, instead you
are supposed to use --with-llvmgcc=PATH/TO/llvm-gcc and
--with-llvmgxx=/PATH/TO/llvm-g++
That will at least get you past my error.
Best,
Kyle
Quoting nicolas geoffray <nicolas.geoffray at gmail.com>:
> I am
2008 Apr 21
2
[LLVMdev] News on vmkit
Hi everyone,
vmkit had two major improvements recently, so I guess I should let you
know :).
First, it does not require to patch llvm. So you can use your llvm TOT
with it. There are some not-required arch-specific patches in case you
encounter problems when executing large applications. These should be
mainly for ppc external symbols and x86 SSE. Please post to llvm-dev
your test-case if
1997 May 25
5
signing syslog files with PGP
I am thinking about writing some sort of deamon which signs syslog
files with PGP.
This should help dedecting unauthorised changes in the syslog files.
What I have in mind works as follows:
Whenever a new line is added to a syslog file the existing syslog file
checked against the privious made signature. If the file passes this
test, the new line(s) is/are added. Then a new signature is
2020 Oct 30
3
Samba as AD member & without winbind...
On 30/10/2020 11:20, Ralph Boehme wrote:
> Am 10/30/20 um 12:11 PM schrieb Rowland penny via samba:
>> On 30/10/2020 11:06, Ralph Boehme via samba wrote:
>>> Am 10/30/20 um 10:20 AM schrieb Thomas Besser via samba:
>>>> Can I configure winbind to use 'local' users and groups from NSS?
>>> there's idmap_nss that may work for you.
>>>
2003 Apr 01
0
BUG REPORT: change_trust_account_password works in 2.0.7, fails in 2.2.3a through 2.2.8
I posted an earlier message about change_trust_account_password
failing.
I have been able to reproduce the error with
2.2.3a
2.2.5
2.2.7a
2.2.8
I can't seem to get 2.2.1 to even attempt to change the machine
account password, even with
machine password timeout = 300
The log of the failure looks like this:
[2003/04/01 12:34:11, 1, pid=28443] lib/debug.c:(258)
INFO: Debug class all
2004 Jul 07
3
SAMBA and NFS
Can samba connect to an NFS share and then re-export that share so my
windows XP users can connect to it? Basically I have a NFS share that all
of my windows XP users need read-only access to. The goal of this project
is to replace an old MS Gateway Services for Novell server (using IPX) with
something that can do the same thing but over IP. I am pretty sure Novell
and AD can share files
2020 May 09
1
Win7 clients problem after upgrading samba file server to 4.12 on Arch
Am 5/9/20 um 3:32 PM schrieb Ralph Boehme via samba:
> I have a WIP fix for master, can you give it a whirl?
here it is.
-slow
--
Ralph Boehme, Samba Team https://samba.org/
Samba Developer, SerNet GmbH https://sernet.de/en/samba/
GPG-Fingerprint FAE2C6088A24252051C559E4AA1E9B7126399E46
-------------- next part --------------
A non-text attachment was scrubbed...
Name: