Displaying 5 results from an estimated 5 matches for "pasley".
Did you mean:
parsley
2001 Mar 09
2
Samba 2.0.7 on RedHat 7.0
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: TechTool.gif
Type: image/gif
Size: 2135 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20010309/17e87c48/TechTool.gif
2014 Dec 09
2
Quota issue with mailbox.
good morning,
i am experiencing an issue with a quot limits with a new install of
dovecot with mysql integration. quotas are set to 0 (unlimited) and show
as such in the mysql database as well as via the postfixadmin frontend.
i use imapsync to transfer mail from another imap server to this one,
the total user mailbox size is 18gb. dovecot lda tells me mailbox is
full even though i have set
2014 Dec 10
0
Quota issue with mailbox.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 10 Dec 2014, Grant Pasley wrote:
> i use imapsync to transfer mail from another imap server to this one, the
> total user mailbox size is 18gb. dovecot lda tells me mailbox is full even
> though i have set mailbox to unlimited.
>
> *the the error is:* Dec 9 19:17:01 sentinel dovecot:
> lda(grant at x...
2013 Apr 12
1
BLAS with glmnet
I'm using a multithreaded BLAS library with R and I see the expected
speed improvements with matrix multiplication, svd, etc. However,
glmnet continues to use only a single CPU. Since this package is
compiled from Fortran, is this the expected behavior or is there a way
to compile the glmnet package so that it uses the multithreaded BLAS
library?
Thank you
Brian
2007 Jul 09
3
NoMethodError when using find_by_sql
I''m try to verify users on login. Here is my code:
def self.authenticate(username,password,account_code)
employee = self.find(:all,
:select => "e.id, e.first_name, e.last_name, e.username,
e.account_id, e.department_id, o.pay_type_id, o.admin_yn, o.payroll_yn,
o.files_yn, o.dept_report_yn,e.salt, e.hashed_password",
:conditions => ["e.deleted_yn=0 and