search for: gibbons

Displaying 20 results from an estimated 81 matches for "gibbons".

2007 Oct 21
0
R 2.6.0 packages for Ubuntu Gutsy Gibbon
The latest version of R did not make it in the recently released Ubuntu Gutsy Gibbon. As the title says, packages for version 2.6.0 of R are currently making their way to the CRAN mirrors. From the head of the README file: ===== R packages for Ubuntu on i386 are available. The plans are to support at least the latest two Ubuntu releases and the latest LTS release. As of October 2007, these
2008 Oct 24
2
Asterisk and Cisco Call Manager Express (CME)
I was thinking about complicating my Voip setup by adding CME. I found this example here: http://www.voip-info.org/wiki/view/Asterisk+Cisco+CallManager+Express+Integration and here: http://www.pasewaldt.com/cme/cme_index.htm Would anyone like to comment on their experiences using CME with Asterisk... I would like one of my Cisco phones to remain SIP connected directly to my Asterisk system. The
2013 Oct 23
3
Samba vfs_glusterfs Quota Support?
Hi All, I'm setting up a gluster cluster that will be accessed via smb. I was hoping that the quotas. I've configured a quota on the path itself: # gluster volume quota gfsv0 list path limit_set size ---------------------------------------------------------------------------------- /shares/testsharedave 10GB 8.0KB And I've
2013 Oct 01
4
Re: Bringing up a guest with network disabled
On Tue, 01 Oct 2013 06:10:46 -0600 Eric Blake <eblake@redhat.com> wrote: > On 10/01/2013 06:04 AM, James Gibbon wrote: > > > > > > Hello all, > > > > I have a KVM guest VM which is a clone of a production machine > > running on a different physical server, incarnated from an > > image backup. > > Careful. You need to scrub more than
2006 Apr 03
4
How to create new rails 1.1 app if only rails 1.0 installed?
I have rails 1.0 and I cannot install rails-1.1 system-wide. However, I can freeze_edge (but just once because of svn 1.1.4 on Debian). Under this scenario, how can I create brand new rails-1.1 apps? I know how to freeze_edge *existing* rails-1.0 apps but that process seems to be imperfect because the script/about command and /rails/info/properties URL do not work after freezing to 1.1.0
2008 Feb 22
3
GSM 6.10 codec & ACM
*I have a Ham Radio program, named CQ100, it works fine using WINDOZE, but when I installed the same program on my linux system everything works except there is no-audio I'am using Ubuntu 7.10 linux... The author told me that windoze uses GSM 6.10 codec, plus ACM audio compression manager, these are built-in... So by anychance does anyone know of a program that one can get to use on a
2007 Oct 29
2
error message after upgrading to Gusty Gibbon Ubuntu
I have started to get the error message "wrong number of arguments (1 for 0)" since I upgraded to Gusty Gibbon. I am new to ROR so I have no clue. This is the code that was running def create @user = User.new(params[:user]) if @user.save flash[:notice] = ''User was successfully created.'' redirect_to :action => ''list'' else
2007 Oct 25
0
Xen Newbie: Full Virtualization Kernel Panics / Pauses
Howdy! I''m a newbie to Xen and SUSE. I''m running OpenSUSE 10.3 on an Intel Centrino Duo with virtualization enabled in the BIOS. When I use vm-install to install an image, select "other operating system" and full virtualization and attempt to run an install with an ISO of OpenBSD or Debian Gutsy Gibbon, I''m getting a kernel panic (with OpenBSD) and a hang
2007 Dec 12
2
X11 headers/libs
I'm trying to build R from source on Ubuntu Gutsy Gibbon. I've done apt-get install r-base-dev and apt-get libX11-dev, but R configure is still complaining about X11 headers/libs are not available. What else do I need? Thanks, Paul ==================================================================================== La version fran?aise suit le texte anglais.
2008 Oct 07
2
Cisco 7906g & SIP
Hi, I have a problem with Cisco 7906G and SIP protocol use with Asterisk 1.2.26. I have uploaded in my tftp server the firmware 'cmterm-7911_7906-sip.8-0-4SR1' that use 'SIP11.8-0-4SR1S.loads' and in SEPmacaddress.cnf.xml I have: <loadInformation>SIP11.8-0-4SR1S</loadInformation> ..but in tftp log server I have: Oct 07 11:56:22 asterisk1.local
2003 Aug 21
1
LDA in R: how to extract full equation, especially constant term
...turned by predict(). I've seen a post about this problem in the past, but it was never really answered by anyone who was familiar with R/S-PLUS. Can anyone help me with this? I guess I'm really wondering how R is computing the constant term in its discriminant function. Thanks, -Frank Gibbons PhD, Computational Biologist, Harvard Medical School BCMP/SGM-322, 250 Longwood Ave, Boston MA 02115, USA. Tel: 617-432-3555 Fax: 617-432-3557 http://llama.med.harvard.edu/~fgibbons
2003 Aug 28
4
Cook-distance-type plot (vertical bars)
...s a vertical bar running from the x-axis up to where the point would be). Can anyone give me pointers on where to look for more info. I've had a look in the places I could think of (plot.lm.R, termplot.R, plot.R, aov.R), and couldn't find anything. Maybe I overlooked it? Thanks -Frank Gibbons PhD, Computational Biologist, Harvard Medical School BCMP/SGM-322, 250 Longwood Ave, Boston MA 02115, USA. Tel: 617-432-3555 Fax: 617-432-3557 http://llama.med.harvard.edu/~fgibbons
2009 Jan 17
2
Ubuntu and sources.list question about mirror sites...
Evening all: Thought I'd announce myself with a question about setting up sources.list to be able to begin download and install of R. Running version 7.10 of Ubuntu. (Tried 8.04 but found it slow and finicky with my hardware. Perhaps will try 8.10 or above, but that's a thought for another time.) Followed the notes on the R site and added the following lines to my sources.list: deb
2008 Mar 04
2
memory constraints in ubuntu gutsy
Hello All, I have a very large data set (1.1GB) that I am trying to read into R. The file is tab delimited and contains headers; there are over 800 columns and almost 700,000 rows. I am using the Ubuntu 7.10 Gutsy Gibbon version of R. I am using Kernel Linux 2.6.22-14-generic. I have 3.1GB of RAM with the AMD Athlon(tm) 64 Processor 3200+. I downloaded R using the instructions from cran under
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few tweaks to work properly and to stop throwing meaningless warnings. This tiny release makes up for that. To install: * gem install rails * rake rails:update:configs (to get the latest config/boot.rb) This release also signals our new commitment to do more tiny releases from the stable branch, which only gets bug fixes. So it will
2007 Dec 05
5
Which Linux OS on Athlon amd64, to comfortably run R?
Dear R-users. I eventually bought myself a new computer with the following characteristics: Processor AMD ATHLON 64 DUAL CORE 4000+ (socket AM2) Mother board ASR SK-AM2 2 Ram Corsair Value 1 GB DDR2 800 Mhz Hard Disk WESTERN DIGITAL 160 GB SATA2 8MB I'm a newcomer to the Linux world. I started using it (Ubuntu 7.10 at work and FC4 on laptop) on a regular basis on May. I must say I'm
2007 Dec 05
5
Which Linux OS on Athlon amd64, to comfortably run R?
Dear R-users. I eventually bought myself a new computer with the following characteristics: Processor AMD ATHLON 64 DUAL CORE 4000+ (socket AM2) Mother board ASR SK-AM2 2 Ram Corsair Value 1 GB DDR2 800 Mhz Hard Disk WESTERN DIGITAL 160 GB SATA2 8MB I'm a newcomer to the Linux world. I started using it (Ubuntu 7.10 at work and FC4 on laptop) on a regular basis on May. I must say I'm
2008 Apr 01
1
TDM410E card, 1 FXO module - how to dial Out
Hello Newbie question here: I have a box running Ubuntu Linux 7.10 "gutsy gibbon", and have a single Digium TDM410E card, with 1 FXO module fitted and connected to my landline. I have it answering the landline, directing to SIP phones, diverting to voicemail etc - and it works great. What I can't work out is how to dial Out from this single card. It is possible? if so, is
2008 Sep 15
1
I get this error while installing Wine
Hi, OS: Ubuntu (Gutsy Gibbon) 7.10 Ver: Wine 1.0.0 I tried to install Wine onto my system, but I get the following error. Code: libaudio2 depends on libc6 (>= 2.7-1); however: Version of libc6 on system is 2.6.1-1ubuntu9. dpkg: error processing libaudio2 (--install): dependency problems - leaving unconfigured Errors were encountered while processing: libaudio2 Please help me
2008 Mar 17
1
Audio problem, using a Ham Radio Program...Help needed!!!
*I have asked this once before, but never got any good info as how I can get this codec using wine or crossover...Hopefully some one may have the answer for I am sure that there are many Ham operators out there that would like to find out also... The program CQ100 uses the GSM 6.10 codec that ships with windows, it also uses the windows ACM system (Audio Compression manager)... This info came