search for: stoarg

Displaying 6 results from an estimated 6 matches for "stoarg".

Did you mean: stdarg
2020 Aug 07
2
[PATCH nbdkit] plugins: file: More standard cache mode names
...C<cache=none> tries to prevent the kernel from keeping parts of -the file that have already been read or written in the page cache. +Using C<cache=writeback>, write will be considered as completed as soon +as the the data is store in the kernel page cache, before it reached the +actual stoarge. + +Using C<cache=writethrough>, write will be considered as completed only +when the data reach actual storage, minimizing use of kernel page cache. +reading will try to minimize use of the page cache. + +The default is C<writeback>. =item B<fadvise=normal> @@ -73,7 +80,7 @...
2009 Apr 08
2
Trying nonplaintext mech with LDAP password-hash
Hello List, The only passdb block in /pfx/etc/dovecot/dovecot.conf is: passdb ldap { args = /pfx/etc/dovecot/dovecot-ldap.conf } In /pfx/etc/dovecot/dovecot-ldap.conf: auth_bind = no dn = cn=mymgr,dc=host,dc=tld dnpass = ******** default_pass_scheme = LDAP-MD5 In /pfx/etc/openldap/slapd.conf: password-hash {MD5} If I try: $ /pfx/bin/ldapsearch <...> \ | grep
2016 Jul 21
0
Samba-4.3 FreeBSD-10.3 Roaming Profiles and User Home Drive Shares
We have set up a Samba-4.3 AD-DC on a FreeBSD-10.3 BHyve guest configured with UFS stoarge. The samba_server is provisioned and we can join the Domain and configure the server remotely using MMC snap-ins running on a MS Win-v7Pro workstation. We are at the point where we are implementing roaming profiles. We have followed the instructions found at: https://wiki.samba.org/index.php/I...
2007 Feb 14
5
[Semi-OT] Advice on large webmail setup
Hi all, As the resident Linux guru, I've just been tasked with costing a webmail setup for about 600 000 users. They each have 10MiB (small, I know) mailboxes. The current setup has about 40 million web page accesses per month. Has anyone here any experience with this kind of thing? If so, any pointers as to software and hardware used, and any other advice would be appreciated. TIA --
2020 Aug 08
0
Re: [PATCH nbdkit] plugins: file: More standard cache mode names
...tries to prevent the kernel from keeping parts of > -the file that have already been read or written in the page cache. > +Using C<cache=writeback>, write will be considered as completed as soon > +as the the data is store in the kernel page cache, before it reached the > +actual stoarge. > + > +Using C<cache=writethrough>, write will be considered as completed only > +when the data reach actual storage, minimizing use of kernel page cache. > +reading will try to minimize use of the page cache. > + > +The default is C<writeback>. > > =item B&...
2020 Aug 08
1
Re: [PATCH nbdkit] plugins: file: More standard cache mode names
...e kernel from keeping parts of > > -the file that have already been read or written in the page cache. > > +Using C<cache=writeback>, write will be considered as completed as soon > > +as the the data is store in the kernel page cache, before it reached the > > +actual stoarge. > > + > > +Using C<cache=writethrough>, write will be considered as completed only > > +when the data reach actual storage, minimizing use of kernel page cache. > > +reading will try to minimize use of the page cache. > > + > > +The default is C<writeb...