search for: brice

Displaying 20 results from an estimated 127 matches for "brice".

Did you mean: price
2008 Jun 02
2
cifs and kerberos
Hi, when I try to mount a windows share with a valide kerberos ticket : mount.cifs //auberge.iut.lan/install_autocad /mnt/test/ -o user='IUT\Administrateur',password=toto,sec=krb5i I get this error : Jun 2 12:32:51 brice-deb kernel: fs/cifs/cifs_spnego.c: key description = ver=0x1;host=auberge.iut.lan;ip4=10.31.0.12;sec=krb5;uid=0x0 Jun 2 12:32:51 brice-deb cifs.spnego: keyctl_describe_alloc failed: Invalid argument Jun 2 12:32:51 brice-deb kernel: fs/cifs/sess.c: ssetup freeing small buf ffff8100229c91...
2006 Mar 14
1
Shared maildir through namespace help...
...r 14 11:57 ./Maildir/new 4767756 0 -rw-r--r-- 1 marketing marketing 0 Mar 14 11:57 ./Maildir/dovecot-shared >From there, the namespace is visible from all the IMAP accounts. Now, if a user creates a new folder in this public namespace, here is what I get: 4767757 4 drwx--S--- 5 brice marketing 4096 Mar 14 12:05 ./Maildir/.test 4767758 4 drwx--S--- 2 brice marketing 4096 Mar 14 11:59 ./Maildir/.test/cur 4767759 4 drwx--S--- 2 brice marketing 4096 Mar 14 11:59 ./Maildir/.test/new 4767760 4 drwx--S--- 2 brice marketing 4096 Mar 14 11:59 ....
2009 Feb 21
12
[Bug 1559] New: Autoconf overrides AR environment variable
...t variable Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org ReportedBy: Brice.Lin at gmail.com Reproduced on Linux (x86) and Mac OS X (PPC and x86): $ LD="ld" AR="foo" ./configure Running the above command results in Autoconf incorrectly setting the AR variable in the generated Makefile. Setting CC instead of LD causes the same issue, while only speci...
2001 Aug 06
3
Need help!!! Newbie to Wine.
...tup.exe or installshield or install.exe to do this, I even looked for winesetup.exe with no luck. If anybody is out there with the patients to speak to a newbie it would be greatly appreciated. How my the way I was thinking of installing wine so I could run my Lotus Notes client on it. Anthony Brice
2006 May 22
13
Canceling a specific effect
...s.cancel(); } } }); } }, I''m not sure that this.cancel(); cancels the effect, nor that the comparisson (currentHeader == element) remains static to the original element the Effect was called for. Any ideas? Thanks, ~ Brice Burgess
2010 Nov 07
2
[LLVMdev] Testing with llvm-lit
...ion of LLVM from SVN HEAD and tried to run the following command (copied from http://llvm.org/docs/TestingGuide.html): $ ~/llvm/Debug+Asserts/bin/llvm-lit ~/llvm/test/Integer/BitCast.ll llvm-lit: lit.cfg:103: fatal: No site specific configuration available! Any ideas on why this happens? Thanks, Brice
2006 May 09
9
Tooltips v1.1 Released
All -- Thanks to those who sent me input! I'm proud to release my tooltips version 1.1 into the wild; it can be downloaded here: https://boygeni.us/svn/tooltips/tags/release-1.1.0/ Changes include: * Rendering constrained to viewport * User-defined effects options * MIT License Tested under Safari 2, IE 6 (strict) and Firefox 1.5 You can demo the sample app here:
2007 Nov 23
7
Modules design patterns ?
...nted default values and mandatory parameters. But I''m sure there are drawbacks... So now, the question is, if other more experimented people are writing modules in the first way, what am I missing with the second form? What module design patterns are considered best pratice? Thanks, -- Brice Figureau <brice+puppet@daysofwonder.com> Days of Wonder, http://www.daysofwonder.com/
2009 Apr 14
3
[LLVMdev] InstVisitor Example
On Apr 14, 2009, at 1:49 PM, Luke Dalessandro wrote: > > On Apr 14, 2009, at 12:48 PM, Brice Lin wrote: > >> I just read the LLVM Programmer's Manual, which mentions (but >> specifically does not include any details of) the InstVisitor >> template. Could someone please provide an example of how to use this >> template to find (as an example) all CallSites for...
2009 Apr 14
2
[LLVMdev] InstVisitor Example
I just read the LLVM Programmer's Manual, which mentions (but specifically does not include any details of) the InstVisitor template. Could someone please provide an example of how to use this template to find (as an example) all CallSites for the function strcpy? Thanks, Brice Lin
2013 Apr 02
2
rsync to sync time without attempting to modify the content
...ith rsync with appropriate options. But how to get rsync to give me info why files are different? If that turns out to be too tough, I think I can do it with Unison, it's just going to take a lot of time to compute all the md5sums and review all the files for changes... Hope it makes sense Brice
2010 Nov 08
0
[LLVMdev] Testing with llvm-lit
2010/11/8 Brice Lin <brice.lin at gmail.com>: > $ ~/llvm/Debug+Asserts/bin/llvm-lit ~/llvm/test/Integer/BitCast.ll > llvm-lit: lit.cfg:103: fatal: No site specific configuration available! Have you ever run "make check" and passed? ...Takumi
2009 Apr 14
0
[LLVMdev] InstVisitor Example
On Apr 14, 2009, at 12:48 PM, Brice Lin wrote: > I just read the LLVM Programmer's Manual, which mentions (but > specifically does not include any details of) the InstVisitor > template. Could someone please provide an example of how to use this > template to find (as an example) all CallSites for the function > s...
2009 Feb 26
3
[LLVMdev] LLVM compile with -emit-llvm
...ot of required architecture Undefined symbols: "_main", referenced from: start in crt1.10.5.o ld: symbol(s) not found collect2: ld returned 1 exit status On Thu, Feb 26, 2009 at 12:39 PM, Dale Johannesen <dalej at apple.com> wrote: > > On Feb 26, 2009, at 10:16 AMPST, Brice Lin wrote: > >> Is it possible to add any flags to this command so that the resulting >> compile runs perfectly fine (-c builds, but does not work)? >> >> llvm-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized >> -Wsign-compare -Wno-pointer-sign -Wformat-...
2009 Feb 26
0
[LLVMdev] LLVM compile with -emit-llvm
On Feb 26, 2009, at 12:40 PM, Brice Lin wrote: > Sorry, I should have been clearer. My question deals with -emit-llvm > and -c, not -g and debug information. If you remove the -g flag from > the command I posted previously, the problem remains. Either way, I > updated my tree recently. > > Oddly enough, -emit-llvm...
2010 Jun 24
3
puppet random errors
Hi, I thing this issue has been mentioned several times in this list but I can''t see any conclusion. In about 10% of all runs Puppet randomly fails on some (random) File resource either with this error: Thu Jun 24 02:40:03 +0000 2010 //<random module>/File[<random file>] (err): Failed to generate additional resources using ''eval_generate'': or this error:
2007 Nov 21
6
mod_proxy_balancer under heavy load.
So I''m still working on a ''perfect'' setup so I can document it on the wiki, and will submit some puppet patches against 0.23.2 next week, but here''s what I''ve done that has made a big difference to stability here. in puppetmasterd at line 261, I''ve modified the Mongrel instantiation from: server = Mongrel::HttpServer.new(addr,
2010 Oct 26
7
puppetdoc and wrong comparison
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hello, at the moment I fight with puppetdoc and end in a ruby confusion. To the problem: > puppetdoc --debug --trace --mode rdoc --all manifests/site.pp info: scanning: ["manifests/site.pp"] /usr/lib/ruby/1.8/puppet/util/rdoc.rb:82:in `output_resource_doc'' /usr/lib/ruby/1.8/puppet/util/rdoc.rb:82:in `sort''
2007 Nov 10
2
Array of files and other questions...
...est snippet: file { "/tmp/dir1": ensure => directory, mode => 3755; "/tmp/dir1/file2": content => "foobar\n"; } Am I sure puppet will first manage /tmp/dir1 *before* file2, or do I need to specify a "before" in the file2 definition ? Thanks, -- Brice Figureau Days of Wonder
2007 Nov 12
2
How to keep several puppetd in sync at the same time ?
...tale data for as most as the time between two synchronize run. (Is there any documentation somewhere that explains the synchronization process?) Can you think about a more puppet-like way of doing things which guarantees each puppetd can see the same data file at about the same time ? Thanks, -- Brice Figureau <brice+puppet@daysofwonder.com>