Displaying 20 results from an estimated 800 matches similar to: "Logging"
2007 Mar 27
2
LDAP group quota support
Is there a plan to support LDAP group quotas in the future releases ?
Just like the ldap quota plugin for users but with additional support
for a unified quota for a group users.
--
giannis.
2007 Jan 23
1
Maildir Quota backend
Hi,
I've noticed that in the maildir backend for the quota plugin the quota limit is being read
in kilobytes. In the quota-maildir.c at maildir_quota_init() , line 550 (rc18)
if (strncmp(*args, "storage=", 8) == 0) {
size = strtoull(*args + 8, NULL, 10) * 1024;
if (size != 0)
root->message_bytes_limit = size;
root->master_message_limits = TRUE;
}
The value
2007 May 23
1
Timeout while waiting for shared lock for index file /var/mail/XXX/Maildir/dovecot.index
Hello,
I'm using dovecot v1.0rc23 for about 500 users since february with no
particular problems. I'm using Maildir format and ldap authentication.
A recently added user can't check his mails any more. In the logs I get
May 23 14:35:58 mailsrv deliver(XXXX): [ID 702911 mail.error] Timeout
while waiting for shared lock for index file
/var/mail/XXXX/Maildir/dovecot.index
The user
2012 May 17
1
Update Rails on Rack documentation
The Rails on Rack documentation is still using the
"ActionController::Dispatcher" class but it no longer exists, I can update
the documentation, I just wanted to discuss what''s the best way to do it,
I''ve tested with "run Rails.application" as well as with "run
MyAppName::Application" (just like the generated config.ru file does it),
what do you
2010 Jan 28
3
Using tcltk or other graphical widgets to view zoo time series objects
Dear all,
I am looking at the R-help entry below:
http://finzi.psych.upenn.edu/R/Rhelp02/archive/26640.html
I have a more complicatedt problem. I have a zoo time series frame with
100+ sequences.
I want to cycle through them back and forth and compare them to the 1st
column at any time.
I need also a button to click when I need the viewed-selected sequence
(that is being compared to the
2007 Dec 23
3
InvalidAuthenticityToken problems with my login form
I am trying to convert my codeand to use the new Rails 2.0 feature
RequestForgeryProtection
but I get an InvalidAuthenticityToken error, right from the beginning
with my login form..
I followed the recommandations :
in my environment.rb
config.action_controller.session = {
:session_key => ''myappname'',
:secret =>
2005 Mar 04
3
Whoo Hoo... We''re on the Slashdot front page!
Part 2 of my Rails article on ONLamp.com just made the slashdot front page!
The entry, itself, is here:
http://developers.slashdot.org/article.pl?sid=05/03/04/1319242&tid=156
Curt
2009 Aug 13
7
[LLVMdev] Graphviz and LLVM-TV
Hi
I'm trying to get a graphviz output (DOT) of a code I'm compiling. I
want to see the DFG/CFG of the LLVM assembly, how the operations are
chained together. The documentation mentions something about calling
certain methods from within gdb, but isn't there some option when
invoking the compiler (I've seen some -print-cfg and -dot-cfg options
mentioned in some source files,
2006 Mar 12
5
Webrick and Lighttpd
I just went thru the hivelogic article to get everything installed on my
new mac. I then decided to run thru the ADC Rails article. In the
article it says to run ''script/server'' which will start lighttpd if
installed or webrick if not. When I do it, I get webrick not lighttpd. I
followed the hivelogic article word for word and everything else seems
to be working fine. Is
2009 Feb 28
2
Return to text mode after menu.c32
Hello everyone,
I am in the process of setting up a home boot server using pxelinux. I
have started creating a menu using menu.c32, and I want to add System
Rescue CD to that. Is there any way I can point PXE to load the
isolinux.cfg that comes with SystemRescueCD (I will now on refer to this
file simply as isolinux.cfg), but not in the "menu" mode? I want to do
that so all the
2009 Aug 13
1
[LLVMdev] Graphviz and LLVM-TV
Hi Ioannis,
On Thu, 2009-08-13 at 19:31 +0100, Ioannis Nousias wrote:
> Thanks Tobi for the tip.
>
> however I also need the Data-Flow-Graph of each basic block/functions.
> As I said, I need a view of how the instructions 'link' to each other
> (via registers or memory aliasing or whatnot)
I believe that there is not yet a DOT printer for this kind of
information.
2016 Mar 28
2
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
Hi Dimitry,
I do not particularly need to build libc++ from the package. Is the name of
the package's libc++, libcxx, because this is where the installation starts
finding undefined references, during linking CXX shared library
../../../lib/libc++.so. Please check below the first part of the log when
the first error appear, I omited repeating results. Furthermore, the
undefined references are
2016 Mar 29
1
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
Hi Dimitry, this definitely worked. I am passed by the linking errors
regarding libc++ or similar. My build stopped now at 95% while linking a
clang extra, I am not pretty sure which because i do not have my laptop,
possible the clang-rename, if such exists.
No undefined references here, however, my hdd's free space run out, so this
might be the cause. I have to move or expand now, alas!! The
2009 Aug 18
1
[LLVMdev] Graphviz and LLVM-TV
On Tue, Aug 18, 2009 at 10:45 AM, Misha Brukman <brukman at gmail.com> wrote:
> On Thu, Aug 13, 2009 at 12:17 PM, Ioannis Nousias <
> ioannis.nousias at googlemail.com> wrote:
>
>> >> Also, LLVM-TV seems outdated. I've tried to compile it with 2.5 LLVM
>> and
>> >> got various errors due to API changes. Tried to correct them, but got
>>
2007 Apr 23
6
Making rpm from tar.gz
OS: CentOS 5 x86.
I have read in some places that we can make an rpm package from tar.gz,
by issuing rpmbuild -ta. However it doesn't seem to work. Any hints?
2010 May 26
2
mixture of virtual and plain users
Hi,
I have a mail server (postfix/dovecot) running so far with normal
local /etc/passwd users for domain example.com.
mail_location = maildir:~/Maildir
passdb pam {
}
userdb passwd {
}
Is it possible to add virtual domains/users to my setup
without changing example.com to a virtual domain?
I can do the postfix part with
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
but
2005 Dec 28
1
[Fwd: Re: R on Mandriva 2006]
Apologies for the empty post that went to the list...
On ??????, ???????????????????? 28, 2005 9:11, Paolo Bulla wrote:
> Hello anyone,
> I'm trying to install R on Mandriva 2006 distribution via rpm file with the
> line
> urpmi R-2.0.0-1mdk.i586.rpm
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is an older rpm that Michele Alzeta contributed for Mandrake 10.0
(and that was a long time
2008 Oct 17
2
Sendmail and deliver LDA exits with EX_TEMPFAIL on overquota
Hi all,
I have setup dovecot 1.1.4 and sendmail 8.14.3 with dovecot LDA on linux
(RHEL5 on x86_64).
I have deliberately set a very low quota (4MB) on a test account, while
the actual disk usage is 5MB at the moment, in order to test overquota
behaviour..
When I send an email to this account, sendmail accepts the email and
tries to deliver it. Deliver fails to save in INBOX and returns an
2008 Apr 07
6
CentOS 5.1 x86 medium installation problems
Hi, I had downloaded CentOS 5.1 x86 DVD image, and although it passed
sha1sum or md5sum test and I burned it verifying it, installation failed.
Also if I recall correctly, when I tested the medium during install, it
failed although as I said the media was verified.
==> The same things happen with Scientific Linux 5.1 x86 installation
DVD, so perhaps it is a Red Hat EL 5.1 x86 DVD issue?
2016 Mar 28
0
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
Hi Ioannis,
Just delete the projects/libcxx directory, then rebuild from scratch. You should only need to checkout llvm (in the top level directory) and cfe (into the tools/clang subdirectory).
-Dimitry
> On 29 Mar 2016, at 00:08, Ioannis Koukoulis <i.g.koukoulis at gmail.com> wrote:
>
> Hi Dimitry,
>
> I do not particularly need to build libc++ from the package. Is the