Displaying 5 results from an estimated 5 matches for "_large_".
2004 Nov 29
0
delay in winbindd user/group lookups with many users/groups in domain
...peed the lookups up?
All of the above happens with Samba 3.0.9 under SuSE Linux 9.1 (RPMs
installed from ftp.suse.com:/projects/samba), SuSE Linux kernel
2.6.5-7.111-default on a P-II/400 with 512MB (doesn't do anything else but
running Samba).
It runs as a NT4 domain client. The domain is _large_: almost 20000 users
and 170000 groups (yes, no error: 170 thousend! Please don't ask me why so
many groups, I'm _not_ the domain admin...)
smb.conf:
security = domain
workgroup = MY_DOMAIN
password server = *
wins server = 10.1.1.1
name resolve order = wins bcast
...
idmap...
2006 Mar 03
5
Yahoo UI Library with Rails
Has anybody used the Yahoo UI library successfully with rails? I am
particulary interested in some of the ratings tools they used (like 4 out of
5 stars thing rating a post). Curious to see if anyone out there has worked
with this at all.
adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 12
4
v1.0.2 release candidate
http://dovecot.org/tmp/dovecot-1.0.2-rc.tar.gz
Unless someone finds something broken, I'll release v1.0.2 in a few
days. The most important changes since v1.0.1:
* dbox isn't built anymore by default. It will be redesigned so it
shouldn't be used.
+ Maildir: Support reading dovecot-uidlist (v3) files created by
Dovecot v1.1.
- Maildir: "UIDVALIDITY changed" errors
2005 Jan 18
3
[LLVMdev] Very Experimental LLVM Debian packages for i386
...ren't
pretty), at least for i386.
To get the debs, add the following to your sources.list:
deb http://toolchain.org/~ahs3 /
deb-src http://toolchain.org/~ahs3 /
then 'apt-get update' as usual. To install the packages:
apt-get install llvm llvm-doc
This will pull down four _large_ packages (multiple 10's
of megabytes). 56K dial-ups are probably not a good idea.
If you want to install the packages one at a time, do the
following, in this order:
apt-get install llvm-libs
apt-get install llvm-cfe
apt-get install llvm
apt-get install llvm-doc
If you could try...
2003 Jun 26
1
[LLVMdev] Core LLVM status update
...t which will speed up
linking of static libraries in LLVM by adding support for a
table-of-contents. This will make linking programs with LLVM _much_
faster because only the .o files that are needed in our .a files will
need to be loaded (when you link a program with llvmgcc several
_large_ .a files are automatically brought in).
4. Brian has been hard at work adding the finishing touches on the static
compiler (LLC) for X86. Last I heard he had all but one benchmark
working!
5. Misha is hard at work on the Sparc JIT. It seems to be working on a
large number of benchmarks...