Displaying 17 results from an estimated 17 matches similar to: "[llvm-xray] llvm-xray cannot log every functions"
2011 Jun 24
1
Model II regression
Hello,
I am using function lmodel2 to calculate RMA regression between
life-history traits in ladybirds beetles. It works well but I am not able
to plot an RMA regression line on the scatterplot of my data. I am of
course unable to plot the confidence intervals. For ordinary least square
regression abline(lm(x~y))works well but for RMA regression,
abline(lmodel2(x~y))does not do it.
If somebody
2015 Apr 26
2
Cannot delete/write after system update
After upgrading one of my home servers, and I can no longer delete or
write files via Samba. I would very much appreciate assitance. I will
explain my situation and provide logs for the case of deleting a simple
file.
My configuration is to access my shares as a guest, which should be
mapped to the smbuser Linux account.
To achieve this I have set the following globally:
map to guest =
2015 Apr 29
2
Cannot delete/write after system update
On Mon, Apr 27, 2015 at 10:56:05AM +0100, Rowland Penny wrote:
> On 26/04/15 05:38, Bob Bell wrote:
> > After upgrading one of my home servers, and I can no longer delete or
> > write files via Samba. I would very much appreciate assitance. I
> > will explain my situation and provide logs for the case of deleting a
> > simple file.
> >
> > My
2015 Apr 29
1
Cannot delete/write after system update
On Wed, Apr 29, 2015 at 09:19:32AM +0100, Rowland Penny wrote:
> On 29/04/15 04:04, Bob Bell wrote:
> > On Mon, Apr 27, 2015 at 10:56:05AM +0100, Rowland Penny wrote:
> >> On 26/04/15 05:38, Bob Bell wrote:
> >>> After upgrading one of my home servers, and I can no longer delete or
> >>> write files via Samba. I would very much appreciate assitance. I
2019 Apr 15
2
SOLR/Index?
On 15/04/2019 01:39, Larry Rosenman via dovecot wrote:
>
> full solr.log at:
> https://www.lerctr.org/~ler/solr.log
>
> The search DOES make it to SOLR:
> ?77% [ler at thebighonker.lerctr.org:~] 130 $ grep sysutils
> /var/log/solr/solr.log
> 2019-04-14 18:31:34.749 INFO? (qtp349420578-7538) [? ?x:dovecot]
> o.a.s.c.S.Request [dovecot]? webapp=/solr path=/select
>
2006 Feb 07
2
Multiple questions
I have a heard time finding good searchable documentation about ruby. So
ill ask some stuff here.
1. Can i use multiple layouts in the same controller, and somehow switch
between them? If so how?
2. Can i import a view into another view? If so how?
3. Can i check if a value is in a field using an if-statement, for
instance checking if there is a ''1'' in a field containing
2013 Apr 12
5
how to change the date into an interval of date?
Hi,
I am not sure I understand your question correctly.
dat1<- read.table(text="
id??????????? responsed_at???????????????? number_of_connection????????????????? scores
1????????????????? 12-01-2010?????????????????????????????????? 1????????????????????????????????????????????? 2
1????????????????? 15-02-2010??????????????????????????????????
2015 Apr 27
0
Cannot delete/write after system update
On 26/04/15 05:38, Bob Bell wrote:
> After upgrading one of my home servers, and I can no longer delete or
> write files via Samba. I would very much appreciate assitance. I
> will explain my situation and provide logs for the case of deleting a
> simple file.
>
> My configuration is to access my shares as a guest, which should be
> mapped to the smbuser Linux account.
2007 May 15
1
smbd hangs on solaris
In trying to get samba on solaris 10 to integrate in our AD, I installed the
version from blastwave. The problem I have now is that smbd seems to hang
when I start it with smbd -D.
The log output with -d 10 is probably too long to post, but here is the last
rows before the hang:
[2007/05/15 13:05:15, 5] lib/charcnv.c:(81)
Substituting charset '646' for LOCALE
[2007/05/15 13:05:15, 5]
2015 Apr 29
0
Cannot delete/write after system update
On 29/04/15 04:04, Bob Bell wrote:
> On Mon, Apr 27, 2015 at 10:56:05AM +0100, Rowland Penny wrote:
>> On 26/04/15 05:38, Bob Bell wrote:
>>> After upgrading one of my home servers, and I can no longer delete or
>>> write files via Samba. I would very much appreciate assitance. I
>>> will explain my situation and provide logs for the case of deleting a
2019 Apr 15
0
SOLR/Index?
?72% [ler at thebighonker.lerctr.org:~] $ doveadm search mailbox
lists/freebsd/ports-commiters body 'sysutils'
[ler at thebighonker.lerctr.org:~] $ doveadm fts rescan
[ler at thebighonker.lerctr.org:~] $ doveadm index -q
lists/freebsd/ports-commiters
?64% [ler at thebighonker.lerctr.org:~] $ tail -f /var/log/maillog
Apr 14 19:30:27 thebighonker dovecot[2507]: imap-login: Disconnected
2011 Oct 27
1
Mail lost - maybe a bug???
Hello everybody
I'm struggling against what seems a really serious trouble: sometimes
mail get lost
I did all the possible checks, but they seems really lost - I know is
absurd, but it seems so
it has been noticed by two users on my server: intially I tought that
was their mistake (mail deleted, mail into spam, ecc), but it wasn't
I deeply checked mail logs, and it seems that
2015 Apr 29
0
Cannot delete/write after system update
On 29/04/15 20:33, Bob Bell wrote:
> On Wed, Apr 29, 2015 at 09:19:32AM +0100, Rowland Penny wrote:
>> On 29/04/15 04:04, Bob Bell wrote:
>>> On Mon, Apr 27, 2015 at 10:56:05AM +0100, Rowland Penny wrote:
>>>> On 26/04/15 05:38, Bob Bell wrote:
>>>>> After upgrading one of my home servers, and I can no longer delete or
>>>>> write files
2014 Aug 22
0
Wine release 1.7.25
The Wine development release 1.7.25 is now available.
What's new in this release (see below for details):
- Implementation of the packet capture library.
- A few more DirectWrite functions.
- Improvements in HTML table support.
- More VBScript math functions.
- Various bug fixes.
The source is available from the following locations:
2006 Mar 31
6
Adding objects to a :through association
So I''m one of those nasty people building a self-referential
habtm-like Association using the funky new :through stuff. This is
about users having friends, so here''s my user.rb:
class User < ActiveRecord::Base
has_many :friendships, :foreign_key => ''user_id''
has_many :friends, :through => :friendships, :source => :friend
end
And here''s
2010 May 28
0
Wine release 1.2-rc2
The Wine development release 1.2-rc2 is now available.
There are no new features in this release, only bug fixes, since we
are in code freeze. If you find a new feature that's a bug.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc2.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2-rc2.tar.bz2
Binary packages
2014 Apr 03
5
[LLVMdev] comparing .o files from different build trees
I'm trying to write a script for checking whether the compiler recursed
properly.
rkotler at mipsswbrd002:~/slave/recurse3be/build$ find . -name "*.o" -exec
cmp '{}' ../../recurse2be/build/'{}' \; |& tee foo.txt
Is anyone else doing this?
There 2 compilers, recurse 2 and recurse3 that in principle should be
identical.
Obviously if there is date and time