similar to: .ps and .pdf page size differences in FC vs. Debian

Displaying 20 results from an estimated 300 matches similar to: ".ps and .pdf page size differences in FC vs. Debian"

2012 Sep 21
0
rspec testing - what am I missing?
Hi all, There is something amiss with what I am doing. I believe the following should work. puppetlabs_spec_helper (0.3.0) rspec (2.11.0) rspec-core (2.11.1) rspec-expectations (2.11.2) rspec-mocks (2.11.1) rspec-puppet (0.1.4) . ├── manifests │   └── init.pp ├── Rakefile └── spec ├── classes │   └── testthis_spec.rb ├── defines ├── fixtures │   ├── manifests │   │   └──
2005 Feb 27
1
subsetting data set dimenion problem
(See DAAG book, p. 173, ex. 3) I'm a new user of R, and I'm following the DAAG text. I want to create a subset of the races2000 data frame, but get errors because of a mismatch of values in some columns: > library(DAAG) > attach(races2000) > hills2000 <- races2000[races2000$type == 'hill'] Error in as.matrix.data.frame(x) : dim<- : dims [product 770] do not
2006 Feb 16
8
Ubuntu and R
I've recently installed Ubuntu 5.10 on a desktop and need R installed, however, even after uncommenting the repos associated with universe, backports and multiverse, the packages available for Ubuntu are somewhat out of date: clint at simba:~$ apt-cache policy r-base r-base-core r-base: Installed: (none) Candidate: 2.1.1-1 Version table: 2.1.1-1 0 500
2006 Feb 16
8
Ubuntu and R
I've recently installed Ubuntu 5.10 on a desktop and need R installed, however, even after uncommenting the repos associated with universe, backports and multiverse, the packages available for Ubuntu are somewhat out of date: clint at simba:~$ apt-cache policy r-base r-base-core r-base: Installed: (none) Candidate: 2.1.1-1 Version table: 2.1.1-1 0 500
2006 Mar 01
2
Update R 2.1.1-1 -> 2.2.1 on UBUNTU
I've installed Ubuntu 5.10 Breezy on my Mac. When using MacOSX, I used to work with R 2.2.1, but now, with Ubuntu, I can't download it with synaptic. I can only download R 2.1.1-1, and I really need 2.2.1. I've tried to edit the sources.list file, typing deb http://cran.R-projet.org/bin/linux/debian stable/ R/r, using a different mirror,... but when I run synaptic, it says: W:
2006 Feb 19
2
changing names of vectors in list or data.frame
When I combine separate vectors into one list, there are new names created. I'd like to change them to something more meaningful. Here are two examples using data(zelazo) from library(ISwR): > library(ISwR) > data(zelazo) > attach(zelazo) > zelazo $active [1] 9.00 9.50 9.75 10.00 13.00 9.50 $passive [1] 11.00 10.00 10.00 11.75 10.50 15.00 $none [1] 11.50 12.00 9.00
2005 Jul 17
0
R source issue "sarge" or "stable"
Clint, Sorry for the delayed reply, but I was away from my computers for several days. On 6 July 2005 at 11:24, Clint Harshaw wrote: | Hi Dirk and Douglas: | | I am a user of Debian and R. My system is a Debian Sarge system, and I | want to add the ibiblio mirror to keep my R installation up to date. | However, I'm running into some trouble when trying to follow the | instructions in the
2005 Feb 28
0
Re: R-help Digest, Vol 24, Issue 28
You've omitted a comma. races2000 is a data frame, which for purposes of extracting rows behaves like a 2-dimenional object. The following works fine: hills2000 <- races2000[races2000$type == 'hill', ] Additionally, you might like to ponder > type <- races2000[names(races2000)=="type"] > type[1:4] Error in "[.data.frame"(type, 1:4) :
2007 Mar 19
1
CRM Application (Goldmine) on Wine
Good Day I am busy testing Goldmine 5.5 under Wine on Fedora Core 5. The program works well and it is going well. The only problem I have is that I cant send email from within the CRM package.All the settings are in the goldmine.ini files, but a user cannot send email. Does this have something to do with the interaction between Linux and Wine and the Application.? Where can I find log files for
2007 Sep 24
1
Re: [tools] Why FC Packages in Centos Repository?
On Mon, 24 Sep 2007, John Lee wrote: > Just curious, but why are there Fedora packages in Centos5 base > repository? (i.e. blahblah.fc6.rpm) Are they compatible with CentOS? That is a very good questions and I personally veel very sad that Red Hat chose to do this. RHEL5 (and CentOS 5) are based on development done on Fedora Core 6. Red Hat started off with Fedora Core 6 when creating
2007 Mar 27
0
SCSI, SAS and FC Controller
Greetings, Currently, we have several Direct Attached Storage (DAS) units, connected to respective servers through Adaptec SCSI Controller. 1) Most of the time we used 80Mbit/s for external SCSI devices (in this case, the DAS itself). Is it true the maximum speed for external SCSI devices would be up to 80Mbit/s? Tried to change to 320Mbit/s but somehow the kernel crashed. Is there any specific
2008 Mar 17
1
Boot from FC SAN CentOS 5.1 x86-64
Anything special needed to boot from a SAN in CentOS 5.1 x86-64 ? We have a new system running a QLA2342 FC HBA connected to a SAN, have a volume exported to it and would like to boot from it. We PXEboot kickstart and that works, the installer sees the disk, installs to it, and reboots. When GRUB tries to load all it prints is "GRUB" and sits there. When we try the Xen edition of
2006 Jan 27
0
corrupted double-linked list (Ruby 1.8.4, FC 4)
After upgrading to Ruby 1.8.4 I started getting this error message: glibc detected *** /usr/bin/ruby: corrupted double-linked list: 0x0a6d8540 *** I am running Ruby 1.8.4, Ruby on Rails 1, Fedora Core 4. Any ideas why this is happening? Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 29
2
DTrace provider proposal: fibre channel (fc) COMSTAR port provider probes
I have added a specification of probes for the fibre channel COMSTAR port provider to the DTrace section of wikis.sun.com. The proposal may be found here: http://wikis.sun.com/display/DTrace/fibre+channel+Provider I welcome feedback regarding this proposal. Thanks, Sam
2006 Jul 31
0
install FC 3 kernel on DomU with Ubuntu as Dom0
Hi I have installed Xen on my Ubuntu Dapper 6.06 as Dom0. I want the Guest OS DomU to have a FC3 kernel and need to install the packages for FC 3 on it. I have two howto''s in front of me one for debian over ubuntu and one for fc over fc. In the ubuntu howto the bootloader is installed using debootstrap and in FC howto its done using yum . My prob is yum doesn''t work on Debian .
2010 Nov 16
0
Any opinions on the Brocade 825 Dual port 8Gb FC HBA?
Does OpenSolaris/Solaris11 Express have a driver for it already? Anyone used one already? -Kyle
2010 Mar 16
0
can I configure a fc-san initiator for a storage array?
I have a machine with opensolaris snv111b .I want to let it use to a fc-san initiator NAS header in my total system. Now I configure FC HBA port from qlt to qlc mode as initiator wich command update_drv . I can use stmfadm list-target -v to find the FC-SAN target is conneted Target: wwn.2100001B328A3224 Operational Status: Online Provider Name : qlt Alias : qlt2,0
2011 Feb 23
1
Direct access from VM to LUN over FC with multipathing
Hi, Some body know how to attach a LUN directly to an VM? Is two node pool with storage over multipath FC tied by an Qlogic hba. I''m using lvmohba with out problems, but I want to assign it directly to VM to increase the throughput. Thanks for the advice. -- Atentamente, Julian M. Sanchez Director de Tecnologías BIDDA IT Solutions Email: julian@bidda.net IP-PBX: +57(2)3333381 Ext.
2005 Jul 15
1
Instal FC PPO
Hi! I just ?cant get FCPPO (FirstClassPersonalPostOffice) installed. The FC client (8.005US.exe), installs ok. When installing fcpers80231.exe, I get info that "This version of windows is not supported.", right after I accept the license agreement. I have to kill wineserver to be able to continue work. The console window has following info:
2011 Jun 02
0
XCP and FC based Sans
I sincerely apologize if this has been covered before on the forums. I tried searching my mailbox of over 37K messages from this group, but my search functionality is broken at present. I''m trying to understand if XCP has any limitations with regards to storage networks based on Fiber Channel. Specifically, do I need a cluster technology with XCP to enable shared LVM access across nodes