Displaying 20 results from an estimated 20000 matches similar to: "Tools for Building Packages (Fedora)"
2012 Nov 28
1
Installing R under Redhat el6
Hi,
I'm having a very difficult time installing R under redhat el6 (64 bit),
and I wanted to ask if there are any lesson learned that someone will like
to share with me about the process of installing R under redhat.
thank you very much and have a wonderful afternoon/evening/morning.
Tony
[[alternative HTML version deleted]]
2012 May 18
1
Running R in BATCH MODE Windows
Hello everyine,
I am trying to run R in Batch mode in windows, but can't find any help
in google. In particular, the only information I get is that I need to
have an R.exe file, than I can't find in the bin folder. Can you
please provide me with a link or refence on how to run R in batch mode
in windows. I can do this very easely in unix, but not in windows.
2009 Dec 09
2
Memory leak on Icecast 2.3.2 / Debian ?
On 08/12/09 20:44, Jussi Kukkonen wrote:
> I'm not a icecast developer so I have very little idea what the code in
> question does or how to test it. As a matter of fact I don't even have a
> build environment (or time) available here, this is why I didn't send a
> patch.
>
> But since you asked, attached are the missing frees for icecast2_2.3.2-4
> in a totally
2005 Dec 20
3
CVS compilation and EVC++ 4.0
Hi all,
I'd like you to know i'm not able to build Speex library anymore from CVS
without modfing the code in mdf.c.
This is due to the fact that EVC++ compiler doesn't like memory allocations
in this form:
spx_word16_t w[N];
where N is not a constant.
I know this is not an error for gcc compiler and ANSI standard but it is in
VS2005 and EVC++ 4.0
If someone knows how to compile
2002 Dec 03
2
Samba SWAT 2.2.7 Doesn't Work in Redhat8.0?
Hello All Samba-list Members,
I have installed a Samba 2.2.7, the samba-latest.tar.gz, as a PDC on a
Redhat8.0 GNU/Linux server. ( Of course, I first uninstalled the original
samba that came with the Redhat installation CDs by rpm -e samba*.) The
installation was successful. Then I modified /etc/services and
/etc/xinetd.d/swat as suggested in the installation document uncompressed
from
2005 Dec 05
2
wbinfo and user group
Hello,
I have a problem with to obtain an user group.
My config is :
Redhat server 3.0 update 1
samba-3.0.20b
my smb.conf is :
****************************
[global]
workgroup = domxxx
password server = xxxx, xxxx
security = ads
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind use default domain = yes
winbind enum users =
2009 Dec 22
4
asterisk & x-lite
Hello All,
I installed Asterisk 1.6.1.11 on Redhat 5.1. I use X-lite SoftPhone. The
softphone can call the other one but I can' t hear any voice. My
configuration files are below:
[root at localhost asterisk]# cat sip.conf
[general]
canreinvite=yes
[1001]
username=1001
password=1001
type=friend
context=phones
host=dynamic
[1002]
callerid=1002
username=1002
password=1002
type=friend
2009 Dec 08
2
Memory leak on Icecast 2.3.2 / Debian ?
Hi all !
Le mardi 8 d?cembre 2009 05:36:53, Jussi Kukkonen a ?crit :
> > The valgrind output seems to indicate a leak in libxml2, I'm gonna try
> > to see if this is linked to the way the icecast or libxml package is
> > compiled/patched in debian, but I'm not too familiar with this kind of
> > problems, so if you have something to say about this issue, I'd
2009 Dec 12
2
Memory leak on Icecast 2.3.2 / Debian ?
On 09/12/2009 16:59, Romain Beauxis wrote:
> Hi !
>
> Le mardi 8 d?cembre 2009 19:59:23, Karl Heyes a ?crit :
>>> But since you asked, attached are the missing frees for icecast2_2.3.2-4
>>> in a totally untested drive-by-patching manner. Like I said the -kh17 I
>>> also happened to have did not have this specific code at all and the
>>>
2008 Dec 16
8
sliding window over a large vector
Hi all,
I have a very large binary vector, I wish to calculate the number of
1's over sliding windows.
this is my very slow function
slide<-function(seq,window){
n<-length(seq)-window
tot<-c()
tot[1]<-sum(seq[1:window])
for (i in 2:n) {
tot[i]<- tot[i-1]-seq[i-1]+seq[i]
}
return(tot)
}
this works well for for reasonably sized vectors. Does
2012 Dec 11
1
Troubles with subset()
All,
I have the attached dataset which I read from SPSS and transformed a little
bit using the attached script. I am trying to run a logistic regression
using glm() on a subset of my data. When I run the logistic regression on
the whle dataset, it runs OK. As soon as I try to run on the subset, I get
an error message related to different lengths of variables. Any idea why
this might be so? Thanks
2011 Dec 20
2
Extract BIC for coxph
Dear all,
is there a function similar to extractAIC based on which I can extract the
BIC (Bayesian Information Criterion) of a coxph model?
I found some functions that provide BIC in other packages, but none of them
seems to work with coxph.
Thanks,
Michael
[[alternative HTML version deleted]]
2006 Dec 05
2
gtk-window-decorator segfault?
With current git, gtk-window-decorator quit when kde start :(
Another way to make it quit:
dcop kicker kicker restart => gtk-window-decorator quit....
Cedric
2006 Dec 05
2
Patch for place plugin (Cascade, Centered, ...)
Here is a patch for place plugin.
It add a "place_mode" option wich actually can have two values: "Cascade"
(original placement mode) and "Centered".
Thanks for any comment!
Cedric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: place.patch
Type: text/x-diff
Size: 3556 bytes
Desc: not available
Url :
2005 Dec 20
1
testecho fix
BTW, in checking the -ansi stuff, I noticed the following warning:
testecho.c: In function `main':
testecho.c:40: warning: passing argument 5 of `speex_echo_cancel' from incompatible pointer type
Looks like you forgot to update this after changing the working array
type. Just-guessing patch attached.
-r
-------------- next part --------------
Index: libspeex/testecho.c
2012 Dec 04
1
How do I get internal nodes of dendograms produced by R?
I am using R for hierarchical clustering of a number of documents.
I have a distance matrix on which I have applied hclust method. When I plot
the result of hclust method, I can see the dendogram plotted. What I need
now is the dendogram stored as a tree in a data structure. My goal is to
automatically label all internal nodes. For that, I need to know, which
leaf nodes make a first level
2010 Dec 21
2
replace values of a table !!!
Dear all,
Dear all,
I am a relatively new user.
I have an ascii file with 550 rows and 400 columns. The file contain values ranging from 1 to 2000 and some values with -9999.
I want to generate a new file where the -9999 values are replaced with 0 values, the other values with the 1.0 value.
What should I do,
Thanks
Taiseer
2005 Dec 06
1
ARM4 filter code
I have found that filter_mem2 fixed point does not match the inlined
assembly version for arm4. Looking closer there appears to be an off by
one error. It occurs when setting the value of mem at the end of the
inner loop. In the C fixed point version this is done with a subtract.
In the arm4 version instead of multiplying den by yi, it is multipled by
nyi and then an add is done. This
2006 Jun 06
4
Fedora source packages on Centos -- libtiff again
In my seeking a managable way to build libtiff, on the Asterfax forum
I got the following recommendation (from another fax user that made
the move to libtiff 3.8.2):
================================================================
Hi Robert,
I have compiled libtiff-3.8.2 from the source package for my Fedora
Core 4 machine.
I am not sure about CentOS, but I think you can try to do the same
2005 Nov 04
2
installing kde using up2date
Hi,
I have already installed 4.2 on my laptop, I only chose GNOME at install
time.
I now need to use up2date to install kde (I wish to install twinkle
softphone).
What is the correct way to do that.
I did:
up2date kde*
up2date -u kde*
up2date -i kde*
It printed a listing of the packages but did not install them.
Thanks,
Jerry