search for: ircam

Displaying 20 results from an estimated 37 matches for "ircam".

2010 Apr 27
7
Puppetmaster with stored configs leaks file descriptors on CentOS 5
...he database server does close the connections but the puppet master keeps them in CLOSE_WAIT state and eventually runs out of file descriptors. Here is a sample of the output of lsof on the puppet master: .../... puppetmas 16418 puppet 617u IPv4 2683389 TCP puppetmaster.ircam.fr:57097->mysql2.ircam.fr:mysql (CLOSE_WAIT) puppetmas 16418 puppet 618u IPv4 2683494 TCP puppetmaster.ircam.fr:57099->mysql2.ircam.fr:mysql (CLOSE_WAIT) puppetmas 16418 puppet 619u IPv4 2683506 TCP puppetmaster.ircam.fr:57100->mysql2.i...
2014 Jul 12
1
Cannot install R language
...tutorial.Here is the result of the command cat /etc/apt/sources.list : # deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release amd64 (20121017.5)]/ quantal main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://mirrors.ircam.fr/pub/ubuntu/archive/ trusty main restricteddeb-src http://mirrors.ircam.fr/pub/ubuntu/archive/ trusty main restricted ## Major bug fix updates produced after the final release of the## distribution.deb http://mirrors.ircam.fr/pub/ubuntu/archive/ trusty-updates main restricteddeb-src http://mirror...
2013 Jun 21
1
fasttrack mirror server out of sync?
I don't know if it's useful to report this: (& who should I report it to?) # yum update [...] * base: mirrors.ircam.fr * extras: mirrors.ircam.fr * fasttrack: mirror.ovh.net * remi-ff: rpms.famillecollet.com * updates: centosq3.centos.org base | 3.7 kB 00:00 cr | 2.9 kB 00:00 extras | 3.4 kB 00:00 fasttrack | 3.4 kB 00:00 Not using downloaded repomd.xml because it is older than what we ha...
2001 May 10
3
about strsplit
..."4" "+" "1" "/" "4" but > strsplit(s,"d") [[1]] [1] "F" "4+1/4" So the problem is "+" ! I would prefer to obtain: "Fd4" "1/4" Thanks Olivier Houix -- Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51 Equipe Perception et Cognition Musicales http://www.ircam.fr/ IRCAM 1 place Igor Stravinsky 75004 Paris -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien....
2001 Jun 12
1
cophenetic matrix
...matrix (as Legendre's example), I found the same cophenetic correlation as Matlab do (direct calculation) but for bigger matrix (30x30) my results differ!! Maybe my function is wrong? To use my function you need to have the sm library. Thanks Olivier Houix -- Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51 Equipe Perception et Cognition Musicales http://www.ircam.fr/ IRCAM 1 place Igor Stravinsky 75004 Paris -------------- next part -------------- ### cophenetic matrix that represents tree distance ### I use the function ask...
2000 Oct 27
1
problem with list
...f a list: > s1 [1] 1 2 3 4 > s2 [1] 6 7 > l <- list(s1,s2) > l [[1]] [1] 1 2 3 4 [[2]] [1] 6 7 but now I want to get this: > l [[1]] [1] 1 2 3 4 [[2]] [1] 6 7 [[3]] [1] 1 2 3 4 6 7 ## l[1] with l[2] Someone can help me? Thanks Olivier Houix -- Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51 Equipe Perception et Cognition Musicales http://www.ircam.fr/ IRCAM 1 place Igor Stravinsky 75004 Paris -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien....
2007 Jun 16
4
virt-install error
...rating systems. no What is the name of your virtual machine? centos45 How much RAM should be allocated (in megabytes)? 512 What would you like to use as the disk (path)? /dev/xenvps/centos45 Would you like to enable graphics support? (yes or no) no What is the install location? http://mirrors.ircam.fr/pub/CentOS/4.5/os/i386/ Starting install... libvir: Xen Daemon error : POST operation failed: (xend.err "Error creating domain: (22, ''Invalid argument'')") Failed to create domain centos45 Traceback (most recent call last): File "/usr/sbin/virt-install",...
2011 Sep 14
2
Yum segmentation fault updating from 5.6 to 5.7
...5.6 boxes to 5.7, and on every single one of them yum is failing with a segmentation fault: the error happens when yum is checking the 'base' repository. [root at picard yum]# yum update Loaded plugins: downloadonly, fastestmirror, priorities Determining fastest mirrors * base: mirrors.ircam.fr * extras: mirrors.ircam.fr * updates: mirror.opendoc.net base | 1.1 kB 00:00 base/primary | 961 kB 00:00 Segmentation fault Running yum under strace produces lots of output, the last lines are: access("/var/...
2007 Dec 06
3
packages downgraded when going from 5.0 to 5.1
...re is the list: package, installed version (from 5.0 updates), available (in 5.1) flac 1.1.2-28.el5_0.1 1.1.2-27 flac-devel 1.1.2-28.el5_0.1 1.1.2-27 hpijs 1.6.7-4.1.el5.3 1.6.7-4.1 libsane-hpaio 1.6.7-4.1.el5.3 1.6.7-4.1 thunderbird 1.5.0.12-5.el5.centos 1.5.0.12-3.el5.centos I use mirrors.ircam.fr, and apt+synaptic but I don't think that's the reason (except perhaps for the hp stuff?) Is something wrong on my side? If not, should I downgrade those packages to the 5.1 versions? Thanks in advance cheers, Nicolas
2001 Jul 19
3
Write a script
Dear R users, I would like to write a script to launch R commands from a Unix prompt but I do not have any idea how to do it. Can someone bring me help please? Thanks in advance Denis Choquet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2000 Nov 06
6
unix
hello Is it possible to execute Unix command from R prompt? for example ls cd .. In matlab this possible by adding "!" !ls !cd .. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not
2000 Nov 06
6
unix
hello Is it possible to execute Unix command from R prompt? for example ls cd .. In matlab this possible by adding "!" !ls !cd .. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not
2007 May 28
1
Dependency problems
Hi folks, I use mock quite extensively to build RPM packages for CentOS (actually I use the plague build system, which in turn uses mock). I have a mirror of the whole CentOS tree (on mirrors.ircam.fr, which syncs directly from msync.centos.org), which my mock configs uses exclusively. When populating the mock chroot, I consistently get these errors for packages in updates (and not in the base tree): --> Running transaction check --> Processing Dependency: freetype = 2.2.1-16.el5 for...
2006 Jun 06
4
Fedora source packages on Centos -- libtiff again
...e 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 with rpmbuild and the source package for Fedora: - Install the rpmbuild tools in CentOS; - Download the source package for Fedora: <http://mirrors.ircam.fr/pub/atrpms/src/fc6-i386/redhat/SRPMS.updates/libtiff-3.8.2-2.src.rpm>http://mirrors.ircam.fr/pub/atrpms/src/fc6-i386/redhat/SRPMS.updates/libtiff-3.8.2-2.src.rpm - Install the source package as a non-root user: rpm -ivh libtiff-3.8.2-2.src.rpm - Go to your rpmbuild folder: cd ~/rpmbuild - R...
2001 Feb 23
4
hclust question
Dear all, I have a question with regard to the use of hclust. I would like to be able to specify my own distance matrix instead of asking R to compute the distance matrix for me. It is computationally easier for me this way. My question is: How can I get hclust to accept this? Thanks, Ranjan -- *************************************************************************** Ranjan
1999 Nov 16
2
Grid lines?
Hi, I'm new to R and I wonder if it's possible to have grid lines on a graph? Thanks. Yves Gauvreau -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
2006 Jul 06
1
Yum Update
Why is it when i do a "yum list all kernel*" I only get 4 packages returned from the centosplus repo when in fact there are many many more if I go look in the RPMS folder where it's pulling the packages from? I'm trying to install the basic unsupported kernel (smp) to get XFS support but it doesn't appear when i do a yum list nor can i seem to get it to install when i
2007 Nov 06
1
SOLVED: Re: Installing Google's Picasa for Linux on CentOS 5
On 06 November 2007, Arnaud Gomes-do-Vale Arnaud.Gomes at ircam.fr wrote: Tue Nov 6 21:44:19 UTC 2007 <snip> >After ruling out the obvious (is /opt full?), check your logs (most >probably dmesg and/or /var/log/messages). >Now a wild guess: what file system are you using for /opt? Does it >support symlinks? JACKPOT! Your "wild guess&quot...
2013 Jun 13
1
KDE 4.10 repos?
I'm looking for a repository that will allow me to install KDE 4.10. Are there any? I seem to be asking google the wrong questions
2006 Sep 06
2
4.4 update quits unexpectedly
....nl/mirror/dag.wieers/redhat/el4/en/i386/dag', 'http://ftp2.lcpe.uni-sofia.bg/freshrpms/pub/dag/redhat/el4/en/i386/dag', 'http://ftp-stud.fht-esslingen.de/dag/redhat/el4/en/i386/dag', 'http://mirror.cpsc.ucalgary.ca/mirror/dag/redhat/el4/en/i386/dag', 'http://mirrors.ircam.fr/pub/dag/redhat/el4/en/i386/dag', 'http://rh-mirror.linux.iastate.edu/pub/dag/redhat/el4/en/i386/dag', 'http://rpmfind.net/linux/dag/redhat/el4/en/i386/dag', 'http://wftp.tu-chemnitz.de/pub/linux/dag/redhat/el4/en/i386/dag', 'http://www.mirrorservice.org/sites/apt....