similar to: Some questions I had while testing ZFS.

Displaying 20 results from an estimated 180 matches similar to: "Some questions I had while testing ZFS."

2009 Apr 06
1
Comparing 2 slopes of 2 regression lines
Hello everyone, I would like to test two regression slopes:do they differ significantly?The data and commands I've used so far: x<-8.5:32.5 #Vektor x y<-c( NA , NA , 5.67 , 6.53 , 6.83, 7.41 , 7.93 , 8.5 , 8.86, 9.46 , 9.82 , 10 ,10.35 , 10.7 ,11.03 ,11.37 ,11.61 ,11.84, 12.12, 12.39 ,12.67 ,12.96, 13.28 ,13.47, 13.65) #Vektor y (regression<-lm(y~x)) summary(regression)
2012 May 22
1
sieve
Hi, I'd like to keep all emails coming from alom-alert at anydomain and not forward those but rest of the emails will be kept and forwarded as well. I put following in the .dovecot.sieve if header :contains "Sender" "alom-alert@" { keep; if not header :contains "Sender" "alom-alert@" { redirect "my at emailid on server"; redirect "xyz
2006 Aug 21
2
ZFS questions with mirrors
IHAC that is asking the following. any thoughts would be appreciated Take two drives, zpool to make a mirror. Remove a drive - and the server HANGS. Power off and reboot the server, and everything comes up cleanly. Take the same two drives (still Solaris 10). Install Veritas Volume Manager (4.1). Mirror the two drives. Remove a drive - everything is still running. Replace the drive, everything
2009 Jan 10
3
ALOM woes
Hi. After running with the crossbow bits for a while, I discovered that the network management port on my T1000 wasn''t working properly (no link light). When logging in on the serial management port and running "resetsc", I got this: --->8--- ALOM POST 1.0 Dual Port Memory Test, PASSED. TTY External - Internal Loopback Test TTY External - Internal Loopback Test, PASSED.
2011 Apr 27
4
ssh in while in fsck
My manager reminds me that "in the old Sun days", the ssh server came up first, *before* the fsck on boot, so that if there was a problem, and fsck was waiting for an answer, you could remotely ssh in, kill it, restart it, and answer (or give it the right flags). Does anyone know if it's possible to have that happen with CentOS? It would be nice to have it boot that way, so that if
2009 Dec 20
10
xen, pvops & nvidia graphics
Hello all, this is my first post to the mailing list, so I hope this is the right way to ask a question. I''ve installed xen on my laptop (Asus N51Vf, specs here: http://www.asus.com/product.aspx?P_ID=0Tc42s23bOdbbvY5), as I''m currently at university and don''t have my proper desktop hardware to play with. The laptop supports IOMMU/Vt-d and has one PCI-e Geforce GT130M
2010 Oct 13
7
using a Laptop as a KVM console?
Hi all, Has anyone seen something like this before: I want to use a laptop as a KVM console. Basically when a technician goes to one of our datacentres, or clients he has to look for a free LCD, keyboard & mouse to connect to a server (no network access, reinstall, troubleshoot failed kernel / HDD, etc). And then hopefully there's an open power socker in that cabinet. So I'm
2006 May 12
10
why dtrace is not quiet?
i''m running the following script: #pragma D option quiet profile:::tick-1sec / ++x >= 15 / { exit(0); } io:::start { @io_size[execname] = sum(args[0]->b_bcount); } on exit, the script prints out the value of @io_size, why? there''s no printa(), and i also specified "D option quiet" (i also tried -q). this seems to happen with any kind of probe: on exit(0) all
2006 Aug 24
2
New X crappy for older stuff?
While burning in a new desktop Epox KT-880 workstation, I'm running on my old K6-III at 360MHz. Before new X updates (put everything in today, kernel, elfutils, ntpd - Selinux issues? - xorg, ...) with my PCI ATI 7000 (Radeon) on a 19" Samsung 950b @ 1024x768 (one of 5 different resolutions I commonly use), I could scroll smoothly at reasonable rates. With the new stuff I get severe
2007 Aug 14
8
sh DTrace provider available
As noted on my blog and at http://www.opensolaris.org/os/community/dtrace/shells/ I''ve made available a DTrace provider for the Bourne shell. Before anyone starts yelling at me for not starting with another shell, read the blog I made explaining why we started with shell (link on the community page referenced above). For /bin/sh, I''ve put up something akin to a chapter in
2006 Apr 21
8
listing available provider names
Is there a trick to listing available providers? I can''t find it.
2018 Oct 03
0
At the foot o'our Christ. Taxation is the ft. Microsoft. The pillars of "first" the IRS and ... "render to Caesart."
<http://alome.ga/lists/lt.php?id=YUgFAABSXE9RUlQdU1wDX1cNVg> ... from the eya of Re I've been writing nearly non-stop for a period of years, spurts of email campaigns and walking on the streets singing ... imagine that .... that have created a large reader base <http://alome.ga/lists/lt.php?id=YUgFAwRUVU9RUlQdU1wDX1cNVg> (bric ks, b re ady
2005 Sep 16
5
ddi_pathname
Hello, I can see that there is an implementation/emulation of ddi_pathname in DTrace, but I''m a bit confused about the capabilities and invocation of this function. I would like to diplay the path to the block device from bdev_strategy and other io:genunix::start probes. If someone is familiar with ddi_pathname, could you please provide an example invocation? Thanks, Michael This
2005 Dec 22
9
truncating aggregation output only
Hello dtrace-discuss, Sometimes I want to run a script for some time and every n second output N top entries. trunc() isn''t suitable here as it also removed keys/values. I want it ''coz over time if I use sum() entries which are normally truncated can actually get to top over a time. Maybe printa() extension, something like: printa(@b[10]) - to output top 10? --
2006 Apr 05
1
Anyone had success with other ORMs?
Hi, I was just wondering what levels of success people have had with other ORMs. Why did you use another ORM?.. and what benefits did it provide over ActiveRecord and others? Did it integrate well with rails? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2006 Apr 26
0
trying to get time working - had error in first email
Hi I am currently trying to get time control working but come up with an error.. /sbin/iptables -t mangle -A ms-chain-eth0-1:11 -m time --datestart 2006:01:26:17:00:00 --datestop 2006:12:26:18:00:00 -j CLASSIFY --set-class 1:111 iptables: Unknown error 4294967295 iptables -m time -help displays the help for it I am using Debian with kernel 2.6.15-2, iproute2-2.6.16-060323, iptables 1.3.5,
2003 Jul 10
0
fwmark(ing) in OUTPUT; has anyone had success?
hi all, sorry for the re-post, but i am in a bad way ... trying to fwmark in OUTPUT --mangle has led to a null result for a routing table lookup. has anyone successfully accomplished this -- can you comment on your distro/iptables version ? in your debt, charles on redhat 8 with iptables 1.2.8 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2008 Feb 27
0
Error: Had a bootloader specified, but no disks are bootable
Hi, I copied my root filesystem from one box to a harddisk partition /dev/sda8. I started fdisk /dev/sda and added a bootable flag to partition 8. Then I mounted /dev/sda8, chrooted into it, and ran a grub-install hd0. Then I unmounted it, and tried to start the PVM host, but it ends short after the try to start for the following reason: xm create /etc/xen/vm/VM3 -c Using config file
2009 Jan 18
0
Asterisk T.38 Passthrough + T38Modem/Hylafax - has anyone had luck with this?
Hi, I'm trying to get T.38 passthrough to work to T38Modem and Hylafax so I can terminate T.38 faxes from an ATA. However I haven't had much luck. I've tried two supposedly T.38 capable ATAs, the Grandstream 206 and the 502. The 286 seems to connect to T38Modem, but Hylafax doesn't get any fax data. The 502 never even gets fax tones from Hylafax, so it seems like its t.38 is broken
2010 Feb 15
0
installation of package 'e1071' had non-zero exit status
I tried twice to install package "e1071"as it provides the Hamming distance. The installation failed twice. I am running R version 2.9.0 (2009-04-17). Any suggestion is welcome. Thank you, Maura tutti i telefonini TIM! [[alternative HTML version deleted]]