search for: boehm

Displaying 20 results from an estimated 1016 matches for "boehm".

Did you mean: boehme
2008 Nov 04
1
Confusing behavior of hosts allow/hosts deny in Samba 3.0.28/3.2.4
...d 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 storage path = /export # admin users = boehm hosts allow = boehm-1 hosts deny = boehm-3 oplocks = no level2 oplocks = no guest ok = no create mask = 0775 directory mask = 0775 map archive = no writeable = yes Then host boehm-1 has...
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 execut...
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. M...
2010 Jan 31
0
[LLVMdev] Boehm GC + static variables?
...riables belonging to that module. Can anyone confirm if I can rely on these assumptions? -- James On 31 January 2010 12:53, James Williams <junk at giantblob.com> wrote: > 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...
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 default. On Sun, Jan 31, 2010 at 6:12 AM, James Williams <junk at giantblob.com> wrote: > I've implemented this by adding calls to GC_add_r...
2005 Aug 24
1
Username.map works in 2.2.8a, doesn't work in 3.0.14a
...2005/08/24 14:59:52, 3, pid=7767] smbd/password.c:(340) User name: pnmadm Real name: PNM Admin,PSD17792 [2005/08/24 14:59:52, 3, pid=7767] smbd/password.c:(736) authorise_login: ACCEPTED: validated uid ok as non-guest (user=pnmadm) [2005/08/24 14:59:52, 1, pid=7767] smbd/service.c:(636) boehm-1 (47.143.20.49) connect to service export as user pnmadm (uid=34344, gid=4794) (pid 7767) >From 3.0.14a logs [2005/08/24 15:09:11, 3, pid=10515] libsmb/ntlmssp.c:(606) Got user=[pnmadm09] domain=[americase] workstation=[BOEHM-1] len1=24 len2=24 [2005/08/24 15:09:11, 3, pid=10515] lib/usern...
2010 Jan 05
2
[LLVMdev] LLVM C bindings and Boehm GC
...ange 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 of questions I'd be grateful if anyone can answer: My language in general and the compiler in particular rely heavily on Boehm GC. I'm assuming that LLVM is OK with being linked into a process that's using libgc? I really don't want to write a garbage collector! My existing IR has no structured type information. All structures are layed out exactly for the target machine before intermediate code is generated a...
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. http://www.ffconsultancy.com/products/?e
2008 Mar 13
2
Is there a maximum number of shares samba can serve?
...ed it. Feel free to point me to the correct documentation or source file. I've seen some references that you can't have either more than 145 or 165 shares per samba server. However, if there is anyone running such a large number of shares and has advice, I am happy to listen. -- Eric M. Boehm /"\ ASCII Ribbon Campaign boehm@nortel.com \ / No HTML or RTF in mail X No proprietary word-processing Respect Open Standards / \ files in mail
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...
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 [javac] Note: Some input files us...
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
...t;>> Which revision of vmkit are you using? With the most recent one I can't >>>> have any success with any revisions of llvm and llvm-gcc (when using >>>> -with-llvmgcc). >>>> >>>> I am not sure if I said so before, but I do have all gc but Boehm working >>>> with vmkit release 2.6. >>>> >>>> >>>> Thanks for the help, >>>> Kyle >>>> >>>> Quoting nicolas geoffray <nicolas.geoffray at gmail.com>: >>>> >>>> Do you have a gcalloc.c...
2008 Apr 21
2
[LLVMdev] News on vmkit
...e 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 you found these patches were useful. Second, vmkit has now an interface with the boehm Garbage Collector. Just specify that you want to use it with the configure argument --with-gc=boehm. The GC is not included, so it has to be installed on your system. Have fun! Nicolas
1997 May 25
5
signing syslog files with PGP
...prohibit unauthorised access to the secret key, the key ring is protected by a pass-phrase which is only known by the system administrator and has to be entered on startup. > What do you think about this concept ? If you think this will [not] work, please write me a short message. Hannes R. Boehm [mod: reformatted, deleted PGP signature. Sorry. -- REW] -- !------------------------------------------------------------------! Hannes R. Boehm email : hannes@boehm.org www : http://hannes.boehm.org PGP-key : http://hannes.boehm.org/hannes-pgp.asc !---------------...
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? >>...
2003 Apr 01
0
BUG REPORT: change_trust_account_password works in 2.0.7, fails in 2.2.3a through 2.2.8
...o 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 level = 1 (pid 28443 from pid 28443) [2003/04/01 12:34:12, 1, pid=28443] smbd/service.c:(651) boehm-1 (47.142.166.20) connect to service perl as user boehm (uid=20718, gid=2245) (pid 28443) [2003/04/01 12:34:12, 1, pid=28443] smbd/service.c:(651) boehm-1 (47.142.166.20) connect to service perl as user boehm (uid=20718, gid=2245) (pid 28443) [2003/04/01 12:35:12, 0, pid=28443] rpc_client/cli_tru...
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 -...