Displaying 20 results from an estimated 300 matches similar to: "FW: ZFS disk size report"
2002 Nov 13
0
problems with read.ssd in foreign
I'm trying to read in a sas system file (.sas7bdat) created
under SAS 8.2 using read.ssd as follows:
> library(foreign)
> libname <- "c:/sasuser/consult/"
> sascmd <- "c:/Program\ Files/SAS\ Institute/SAS/V8/sas.exe"
> subset <- read.ssd(libname, "subset", sascmd=sascmd)
SAS failed. SAS program at c:\windows\TEMP\Rtmp6673\file24544.sas
a
2009 Oct 20
2
Problems importing Unix SAS .ssd04 file to R (Win)
Hello,
I'm trying to import a SAS file made using SAS on Unix. Currently I'm
using SAS on Windows and I'm trying to import that .ssd04 file to R.
The file name of the file is testfile.ssd04 and it is located in
'M:\sasuser'. I'm using Windows XP and R 2.91. Basically what I'm
doing is
############ r code ##############
> library(foreign)
> sashome <-
2009 Nov 18
2
Median on Aggregated data
Folks,
I have the following code, that works fine on smaller data sets. For
larger datasets, it runs out of memory and runs way too slow because we
are essentially creating large vectors with rep() and then calling
median() on it. (I learned this approach from a post on the web).
Below that, I have written the corresponding SAS code. The SAS code
works fast because I can just tell the proc
2004 Feb 20
3
problem with abline for x.y
I'm trying to do a sunflowerplot of Galton's data, with both regression
lines and data ellipses,
and I must be doing something wrong, because the lines do not intersect
at \bar{x}, \bar{y}.
The problem is likely in the line for x.y, but I don't know how to
specify that correctly.
The data is read in grouped form( galton), and then ungrouped (galton2):
galton <-
2004 Oct 06
3
read.delim problem with trailing spaces
I'm trying to read a comma delimited dataset that uses '.' for NA. I
found that if the last field on a line was a missing '.'
it was not read as NA, but just a '.', and the life variable was made a
factor. The data looks like this,
income,imr,region,oilexprt,imr80,gnp80,life
Afghanistan,75,400.0,4,0,185.0,.,37.5
Algeria,400,86.3,2,1,20.5,1920,50.7
2006 Oct 31
0
6410698 ZFS metadata needs to be more highly replicated (ditto blocks)
Author: billm
Repository: /hg/zfs-crypto/gate
Revision: 33640e100342f4a847c599f1a1671dda6faf4e05
Log message:
6410698 ZFS metadata needs to be more highly replicated (ditto blocks)
6410700 zdb should support reading raw blocks out of storage pool
6410709 ztest: spa config can change before pool export
Files:
update: usr/src/cmd/mdb/common/modules/zfs/zfs.c
update: usr/src/cmd/zdb/zdb.c
update:
2008 Jul 25
0
resynv onnv-gate
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 9bb308a0778101fcef9ff65336bcec8e68a7bd06
Total changesets: 40
Log message:
resynv onnv-gate
Files:
.hgtags
deleted_files/usr/src/cmd/fps/Makefile.inc
deleted_files/usr/src/cmd/fps/Makefile.subdirs
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c
2008 Apr 08
1
Printing Problem with Samba ' Failed to allocate a print job'
I=92m using Samba 3.0.24 on Ubuntu Feisty. I=92m managing my printers =
with
CUPS. =20
=20
Just yesterday, one printer stopped being able to print through Samba. =
This
printer still prints fine directly from CUPS. When I try to send any =
print
job to the print via Samba, I get this:
=20
[2008/04/08 11:15:58, 0] printing/printing.c:allocate_print_jobid(2262)
allocate_print_jobid: failed
2006 Dec 12
0
HVM - win2k working, 2k3 black screen after first reboot
Hello.
Trying 3.0.3 xen with hvm virtualization it run into an issue that an
win 2003 host does install in text mode, but after first reboot only a
black screen is greeting me ( after 2 noticable resolution changes ).
Win 2000 works fine.
hvm config:
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
2006 Jun 02
1
lspci doesn't show digium card te405p
lspci dont show Digium card. The motherboard is Intel 945gnt.
00:00.0 Host bridge: Intel Corporation 945G/P Memory Controller Hub (rev 02)
00:02.0 Display controller: Intel Corporation 945G Integrated Graphics
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port
1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port
3 (rev
2006 Jun 23
2
Need help configuring additional serial ports
I installed a 2 port serial PCI card on a system running CentOS 4.3,
but I can't get the additional serial ports to work. The card I used
is from StarTech (http://www.startech.com/Product/ItemDetail.aspx?
productid=PCI2S550&c=US). When it is detected by kudzu, it shows up
as a "NetMos Technologies PCI 9835 Multi I/O Controller". I've
included the output of
2020 Jun 10
0
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
I finally got access to the container. This is how it's configured:
* / => an overlay fs.
There is sufficient space here, and there are no "funny" restrictions,
to be able to create the libguestfs appliance. I proved this by
setting TMPDIR to a temporary directory under / and running
libguestfs-test-tool.
There appears to be quite a lot of free space here, so in fact the
2004 Sep 10
2
Re: nice idea
On Sun, Oct 06, 2002 at 04:41:02PM -0400, Hod McWuff wrote:
>
> OK, then how about a speculative approach?
>
> I'm going to go on these assumptions:
> * linear predictive coding
> * exhaustive search option
> * lpc coding is capable of producing zero residual
> * doing so is practical with a tiny block size
>
> Start with say, 64 samples (arbitrary),
2011 Jun 24
13
Fixing txg commit frequency
Hi All,
I''d like to ask about whether there is a method to enforce a certain txg
commit frequency on ZFS. I''m doing a large amount of video streaming
from a storage pool while also slowly continuously writing a constant
volume of data to it (using a normal file descriptor, *not* in O_SYNC).
When reading volume goes over a certain threshold (and average pool load
over ~50%), ZFS
2006 Oct 27
2
0 channels configured with tdm400 (tdm04b rev. G)
Hi,
Some weird problem (or I'm too sleepy) happens with a tdm04B revision G (4fxo)
Steps:
modprobe zaptel
modprobe wctdm
ztcfg -vv
/etc/zaptel.conf
fxsls=1-4 # TDM04B
defaultzone=us
loadzone=us
/etc/asterisk/zapata.conf
signalling=fxs_ls
group=1
context=incoming
channel => 1-4
modprobe zaptel and wctdm load fine, however ztcfg -vv shows:
0 channels configured
Im using centos 4.4 with
2011 Mar 14
1
[LLVMdev] Vector select/compare support in LLVM
David,
The problem with the sparse representation is that it is word-width dependent. For 32-bit data-types, the mask is the 32nd bit, while fore 64bit types the mask is the 64th bit.
How would you legalize the mask for the following code ?
%mask = cmp nge <4 x float> %A, %B ; <4 x i1>
%val = select <4 x i1>% mask, <4 x double> %X, %Y ; <4 x
2011 Mar 25
0
openssh-askpass 5.8p1-4.1
On opensuse 11.4 this is the only version of openssh. With unison the
password dialog for openssh hangs - I had to use the opensuse 11.3 repos
for a version of openssh that works with unison. (several people on the
forums have reported this bug, but I did not see it in bugzilla).
best bm
____________________________
Professor W. Bentley MacLeod
Visiting Scholar
Russell Sage Foundation
112
2019 Jan 04
0
guest runs into watch dog reset
I'm spinning up a guest, using virt-install. i'm passing the guest a
single vcpu and many network interfaces. On the guest side all the
interfaces are initially in the down state. I've notice then when I
manually bring a specific one of these interfaces up (eg the 64th
interface), the guest system hangs. Doing an "strace ifconfig etX up", it
looks like the system hangs
2004 Sep 10
0
Re: nice idea
Sounds like a good start.
However, think what it would mean if we could get rid of any residual.
In the best case scenario, the output would be a series of function
coefficients describing a wave, and a length parameter. In the case of
music, you can reasonably expect an unforseeable attack and a consistent
decay for each sound component. That means if you can totally describe
the first wave to
2007 Mar 09
2
How do I configure additional serial ports?
I have installed two 4-port serial cards (http://www.startech.com/
Product/ItemDetail.aspx?productid=PCI4S550&c=US) on a CentOS 4.4
system. The hardware appears to be recognized correctly, as kudzu
added 2 entries to /etc/sysconfig/hwconf and lscpi shows both cards
(output of lspci -vv for both cards included at the end of this email):
# lspci
00:00.0 Host bridge: Intel Corporation