Displaying 20 results from an estimated 200 matches similar to: "unlinking"
2009 Dec 01
1
dovecot-1.2.8 imap crash (with backtrace)
In the log:
Dec 1 17:24:00 postamt dovecot: IMAP(scxxxxx):
/home/s/c/scxxxxx/Maildir/dovecot-uidlist: Duplicate file entry at line 1: 1259679049.M329485P1617.postamt.charite.de,S=142073,W=143959:2,Sb (uid 3157 -> 3159)
Dec 1 17:24:00 postamt dovecot: IMAP(scxxxxx): Panic: file maildir-uidlist.c: line 403 (maildir_uidlist_records_array_delete): assertion failed: (pos != NULL)
Dec 1 17:24:00
2010 Jan 28
0
assertion mail-transaction-log-view.c
I'm not sure how useful this is with optimization turned back on, but
here it is anyway. This was just a one off that happened last night:
Jan 27 20:49:05 gehenna17.rutgers.edu dovecot: IMAP(user): fscking index
file /rci/nqu/rci/u2/user/dovecot/.INBOX/dovecot.index
Jan 27 20:49:05 gehenna17.rutgers.edu dovecot: IMAP(user): Panic: file
mail-transaction-log-view.c: line 108
2010 Jun 09
1
[LLVMdev] Segmentation fault 'cause of accessing function arguments
Hi all,
I am experimenting to run a pass inherited from CallGraphSCCPass. In
the pass, I iterate all functions in a SCC. In each iteration, I
access all arguments of a function in the following way:
Function::arg_iterator PI = fun->arg_begin(), PE = fun->arg_end();
...
I have no trouble with building. However, I am troubled with
"segmentation fault" when I run the pass
2012 Mar 29
1
[LLVMdev] What is the right way to register an alias analysis pass
Hi everyone,
I am wondering what is the right way to register an alias analysis
pass.
My alias analysis pass is implemented in a dynamic load module. As I
can see, a general way to register a pass looks like:
llvm::RegisterPass<Analyzer> X("rci", "RCI Pass");
However, registering a type-based analysis uses:
INITIALIZE_AG_PASS(...)
I think, registering an
2001 May 03
1
dataframe behavior
Windows98, Emacs20.7, ESS5.1.18
I recently constructing a data.frame "belle" that now does not spew its
contents when I type the name on the command line (see errors below). It
will only do so if I specify columns. Incidently, plot(belle) displays the
pairs plot of all variables.
> belle
Error in as.data.frame.default(x[[i]], optional = TRUE) :
can't coerce array into a
2001 May 11
1
lsoda
I am running R 1.2.3 with ESS5.1.18 with Windows 98.
I am trying to use lsoda in the odesolve apckage and am having problems.
Question:
The return value of the function of the system of ode's has to be a list
that includes first, the ode's and second, "a vector
(possibly with a `names' attribute) of global values that are
required at each point in `times'."
I
2001 May 16
2
nlme and "Mixed- Effects Models..." in Windows
(windows 98, R 1.2.3, ESS 5.1.18, nlme 3.1 from CRAN)
Dear R users,
I am trying to follow Pinheiro and Bates book ("Mixed-Effects Models in S
and S-PLUS"). I downloaded the nlme package from CRAN, and unzipped all the
data and help files. Unfortunately, I cannot generate the figures in the
book. For instance, their appears to be no plot.design or intervals plotting
functions.
Have these
2005 Aug 26
1
Help in Compliling user -defined functions in Rpart
I have been trying to write my own user defined function in Rpart.I
imitated the anova splitting rule which is given as an example.In the
work I am doing ,I am calculating the concentration index(ci) ,which
is in between -1 and +1.So my deviance is given by
abs(ci)*(1-abs(ci)).Now when I run rpart incorporating this user
defined function i get the following error message:
Error in
2010 Jun 09
0
[LLVMdev] Segmentation fault 'cause of accessing function arguments
Hi all,
I am experimenting to run a pass inherited from CallGraphSCCPass. In
the pass, I iterate all functions in a SCC. In each iteration, I
access all arguments of a function in the following way:
Function::arg_iterator PI = fun->arg_begin(), PE = fun->arg_end();
...
I have no trouble with building. However, I am troubled with
"segmentation fault" when I run the pass
2009 Sep 03
3
avoiding DoS
Hi,
I was just looking for some advice on avoiding getting DoS'd from brute
force log in attempts. We came in this morning to find that one of our
Solaris 9 dovecot severs had wedged overnight due to a brute force
connection attempt to pop3 from Brasil. In the span of about 15 seconds
we received 342 connection auth attempts from the same IP:
Sep 3 00:10:51 xxxxx dovecot: [ID 583609
2009 Jan 07
4
[LLVMdev] Possible bug in the ARM backend?
Hi,
I'm working on the iterated register coalescing graph coloring
allocator and try to test it with all backends available currently in
LLVM.
Initial tests with most of the backends are successful.
It turned out that my allocator triggers a specific assertion in the
RegScavenger and only for the ARM target. It looks like the LR
register is used for frame pointer related things,
but it is
2009 Aug 27
8
Adding New Column
I added a new column using a migration. Once I updated the
new.html.erb, edit.html.erb, show.html.erb, and the index.html.erb I
brought up my web pages. There was a field to update show. I tried the
update and the it was successful but the update did not show up in any
of the other pages. What did I miss? I am using 2.3.3 of ror.
2008 Oct 07
6
https problems
I''m having a problem but don''t know what is causing it so I don''t know
exactly where to post, please bear with me.
I''m trying to set up https access however whenever I go to https://url_for_site
the root route renders but the url is rewritten to http://url_for_site.
The ssl request shows in the apache logs but obviously no further ssl
requests show up.
2012 Mar 29
0
[LLVMdev] What is the right way to register an alias analysis pass
Hi everyone,
I am wondering what is the right way to register an alias analysis
pass.
My alias analysis pass is implemented in a dynamic load module. As I
can see, a general way to register a pass looks like:
llvm::RegisterPass<Analyzer> X("rci", "RCI Pass");
However, registering a type-based analysis uses:
INITIALIZE_AG_PASS(...)
I think, registering an
2008 May 29
7
when is a boolean not a boolean?
Weird problem.. I''m new to rails and ruby... maybe someone can explain
what I am not getting..
Env: Mac OS X 10.5.3, Rails. 2.0.2, ruby 1.8.6 (2007-09-24 patchlevel
111)
A User class created using the restful_authentication plugin
A Company class (has lots of fields not really important to the
problem below)
Users can have many companies, entered into the User.rb model as one
would
2014 Feb 27
3
Error "Initializing mail storage ..." after upgrading to 2.2.10
Hi,
I did the upgrade frpom 1.2.x to 2.2.10 and had some warnings/errors on
a very few accounts/mailboxes. All of them where permission related and
solved.
Dovecot rocks again.
But on one mailbox I do get an error:
Error: user rechnnugseingang-animationsinstitut: Initialization failed:
Initializing mail storage from mail_location setting failed
Error: Invalid user settings. Refer to server
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
Martin,
Well, thanks for jumping in! We need all the help we can get ;)
I changed the execute bit as you suggested and recompiled, no luck, still
the same error message.
Below is the output you wanted me to look at, its a bit beyond me so I
include both a brief grep summary and then the whole enchilada. I do note
that my output is different from yours, but I'm not sure how to interpret.
I
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
Martin,
Well, thanks for jumping in! We need all the help we can get ;)
I changed the execute bit as you suggested and recompiled, no luck, still
the same error message.
Below is the output you wanted me to look at, its a bit beyond me so I
include both a brief grep summary and then the whole enchilada. I do note
that my output is different from yours, but I'm not sure how to interpret.
I
2008 Oct 24
4
Railscast 75, Observe_field and Shopping Cart
Hi all,
I have the shopping cart page where a user can add items dynamically
through ajax as explained in Railscast episode 75. I am using
observe_field to observe the ''quantity'' and ''cost'' fields to update
the total field for each item.
This does not work however, for records that are added through the
Ajax. How can i name the fields and observe them as i have
2001 May 22
0
deriv value
How do I get eval( deriv(~F,"x") ) to return ONLY the values of the
derivative of F?
the default returns values of F(x), AND F'(x) as a ".gradient" attribute,
and , after reading everything I have on eval(), deriv(), and attr(), I had
absolutely no idea how to get just F'(x) evaluated a x.
Many thanks,
Henry
Dr. M. Henry H. Stevens
Postdoctoral Associate
Department of