similar to: FW: ZFS disk size report

Displaying 20 results from an estimated 400 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:
2015 Nov 18
0
Cannot chown file to active directory user/group on member server
On 18/11/15 22:32, Jeff Dickens wrote: > > ​Ok, so I have it working, sort-of. It's kind of screwed up. Here's > what I did, and then a couple of followup questions. > > > On the DC I ran wbinfo -i to look at some existing groups: > > root at athens:/etc/pam.d# wbinfo -i domain\ guests > domain guests:*:3000012:3000012::/home/IOL/domain guests:/bin/false >
2006 Mar 16
0
password expiry
I AM PARVEEN KUMAR. I HAVE CONFIGURE SAMBA AS A PDC WITH TDBSAM DATABASE. I WANT TO APPLY A PASSWORD AGING FOR MY DOMAIN users. FOR THAT I HAVE USED PDBEDIT COMMAND. root# pdbedit -P "min password length" -C 8 account policy value for min password length was 5 account policy value for min password length is now 8 root# pdbedit -P "password history" -C 4 account policy
2008 Mar 26
1
samba3.0.22 - "net setlocalsid" with no effect
Hello again, Here one more post to get my roaming profiles work. I want to change the SID of the Samba 3.0.22 PDC following this description: http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#id2600168 Results: first root# net getlocalsid <error, which I can't remember or produce> next step: root# net setlocalsid SID_WANTED root# root# net getlocalsid SID
2006 Jan 31
1
rsync using ssh get stuck
Hi, We started working with rsync to sync data between remote sites. We started seeing many stuck rsync processes. Usually it happens in the ssh stage while the ssh issues a "select" syscall on fd #4 while it is long gone. Here is an example: root@ptsl2171:/root# ps -efwww |grep ekrimer ekrimer 28619 4979 0 Jan28 ? 00:00:00
2003 Apr 23
0
apsfilter warning: unknown option 'myhost.mydomain.com'
On Tue, Apr 22, 2003 at 10:09:10AM -0400, jef moskot wrote: > I am having the exact same problem mentioned here: > http://www.apsfilter.org/Lists-Archives/apsfilter-stable-0211/msg00020.html > > This is a fresh install of the FreeBSD port: apsfilter-7.2.5_1 > The OS is also a fresh install of FreeBSD 4.8-RELEASE. > Was a solution ever found for this issue? [ Cc'd to
2002 May 24
1
Printing Patches for 2.2.4 (roll-up)
Here's a rollup patch for most of the printing fixes in SAMBA_2_2. Issues fixed are * change notification never gets called on a SetPrinter() * alignment bug in marshalling PRINTER_INFO_2 causes problems viewing printer properties from win2k/XP clients * devmode unmarshalling bug causes ACT! 2000 on 2k client to fail to print Enjoy. Feedback welcome if this fixes (or does
2002 Oct 24
1
MSDFS info...
Hi, I'm new on Samba... I'm trying to set a samba server with a DFS share. I have found this example: # The smb.conf file: [global] netbios name = SAMBA host msdfs = yes [dfs] path = /export/dfsroot msdfs root = yes then I must create some link into /export/dfsroot: root# cd /export/dfsroot root# chown root /export/dfsroot root# chmod 755 /export/dfsroot root# ln -s
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
2014 Dec 11
0
CentOS 7 grub.cfg missing on new install
On 12/10/2014 10:13 AM, Jeff Boyce wrote: > The short story is that got my new install completed with the > partitioning I wanted and using software raid, but after a reboot I > ended up with a grub prompt, and do not appear to have a grub.cfg file. ... > I initially created the sda[1,2] and sdb[1,2] partitions via GParted > leaving the remaining space unpartitioned. I'm
2015 Nov 18
2
Cannot chown file to active directory user/group on member server
On Wed, Nov 18, 2015 at 6:00 AM, Rowland Penny <rowlandpenny241155 at gmail.com > wrote: > On 18/11/15 10:27, Jeff Dickens wrote: > >> >> >> On Nov 18, 2015 4:35 AM, "Rowland Penny" <rowlandpenny241155 at gmail.com >> <mailto:rowlandpenny241155 at gmail.com>> wrote: >> > >> > On 17/11/15 23:09, Jeff Dickens wrote:
2005 Mar 29
0
Stale byte range locks - How can I remove them w/o restart?
I am having a problem that I have seen described in various bug reports.. One filed bug (#1267) was supposed to have been fixed in 3.0.7 but this problem is still existing in 3.0.10 from what I can tell. Here's what I see: mercury:/root# smbstatus -LB ----------8<----------<SNIP>----------8<---------- Byte range locks: Pid dev:inode R/W start size