Displaying 20 results from an estimated 2000 matches similar to: "User quotas. A recurring question"
2008 Sep 05
6
resilver speed.
Is there any way to control the resliver speed? Having attached a third disk to a mirror (so I can replace the other disks with larger ones) the resilver goes at a fraction of the speed of the same operation using disk suite. However it still renders the system pretty much unusable for anything else.
So I would like to control the rate of the resilver. Either slow it down a lot so that the
2009 Aug 17
4
number in R
Hi,
i export data from an csv file like this :
Data <- read.csv2("c:/Art.csv",sep=",") # import data into R
> Data <- Data [1:5,1:5]# extracting the first 5 rows and columns
> Data
Policy.Number AXA.Entity Country LoB ccy.data
1 6e+13 BNL BNL P EUR
2 6e+13 USA BNL P EUR
3 6e+13 UK BNL
2008 Jul 12
3
dbox and quota question
Hi all,
i am asking myself
how quota is done with dbox in a virtual setup
with having quotas in sql
dove 1.1.1
says quota maildir: No maildir storages, ignoring quota
lda means quota maildir: No maildir storages, ignoring quota
which is right
i dont wanna use dict , i only wanna use the qutoas out of sql crated by
postfixadmin
has someone used this ever ?
--
Best Regards
MfG Robert
2009 Aug 18
1
function merge()
Hi,
Actually, i use the function merge like this:
(Data1 <- Data1[1:7,1:3])
Policy.Number AXA.Entity Country
1 1060000077 BNL BNL
2 4001023 CH BNL
3 1060000006 UK BNL
4 4001025 CH BNL
5 6.00E+13 USA BNL
6 6100001 UK BNL
7 4001028 USA BNL
> Data2 <-
2009 Aug 18
1
number 6 e+13
Hi,
i export data from an csv file like this :
Data <- read.csv2("c:/Art.csv",sep=",") # import data into R
> Data <- Data [1:5,1:5]# extracting the first 5 rows and columns
> Data
Policy.Number AXA.Entity Country LoB ccy.data
1 6e+13 BNL BNL P EUR
2 6e+13 USA BNL P EUR
3 6e+13 UK BNL
2006 Sep 20
2
Defining function in template files?
Hi,
Is it possible to define a function in a template file?
For example, I thought it might be a good idea to define my Debian
systems'' /etc/apt/sources.list files based on what level of stability
and freeness a system should have. So I have this puppet code:
#---------- apt.pp ----------------
define apt-sources-list
1999 Oct 27
0
Null PrinterName
Hi,
I'm running Samba 2.0.4b on a Debian Linux (v2.2) PC. If I look at the
"log.smb" file there are many messages:
Attempt to locate null printername! Internal error?
We have a number of print queues defined and they work fine.
Here is a portion of the /etc/printcap:
=================================================
#
# Copyright (c) 1983 Regents of the University of California.
2006 Apr 11
3
ext3 filesystem corruption
Hi -
We have had 3 rather major occurances of ext3 filesystem corruption
lately,
i.e. so bad we couldn't event mount, and fsck didn't help.
I am looking for pointers, that could help us investigate the root
cause.
In general...
We are running RedHat WS 3 Update 6, 2.4.21-40.2.ELsmp or
2.4.21-37.ELsmp
We have a small SAN system that looks like this
2009 Oct 23
3
opposite estimates from zeroinfl() and hurdle()
Dear all,
A question related to the following has been asked on R-help before, but
I could not find any answer to it. Input will be much appreciated.
I got an unexpected sign of the "slope" parameter associated with a
covariate (diam) using zeroinfl(). It led me to compare the estimates
given by zeroinfl() and hurdle():
The (significant) negative estimate here is surprising, given
2006 Sep 06
4
FQDN nodes in LDAP
Hi,
I''ve set up puppet to get node definitions from LDAP as per the docs.
It''s been working well, but I now want to use fully qualified domain
names instead of simple domain-less hostnames for the node name.
I replaced the ou=Hosts entries with equivalent ones using FQDNs,
restarted the puppetmasterd, and tried a "puppetd --test" from one of
the nodes. However, I
2010 Aug 22
1
previous work on linking to ROOT data structures
Hello,
I was told that work had been done to use R with the CERN developed
framework "ROOT" but can't find anything on your site. Please point
me to whatever has been done.
Sebastian White
Sebastian White, Physics Deprtment Brookhaven National Laboratory
Offiice: 631-344-5488 cell: 516-443-0039
email: swhite at bnl.gov Sebastian.White at cern.ch
2008 Feb 12
7
san fibrechannel device in HVM domU
Hi,
I''m on a HP DL365, amd64, running SLES10sp1, but with kernel and xen of
SLES10sp2, therefore using Xen 3.2. The domU shall be a Windows HVM guest.
I want use the Qlogic SAN card in a domU. I''m following these instructions:
http://www.novell.com/communities/node/2880/assign-dedicated-network-card-or-pci-device-xen-virtual-machine
well, there is written that this only
2020 Jun 09
2
[cfe-dev] Adding SYCL tests in test-suite
That’s a good question. I’m afraid I don’t know how/if that’s controlled in these tests.
From: Johannes Doerfert <johannesdoerfert at gmail.com>
Sent: Monday, June 08, 2020 3:05 PM
To: Kaylor, Andrew <andrew.kaylor at intel.com>; Lazarev, Vladimir <vladimir.lazarev at intel.com>
Cc: LLVM Developers <llvm-dev at lists.llvm.org>; bhomerding at anl.gov; Finkel, Hal J.
2007 Sep 19
8
ZFS Solaris 10u5 Proposed Changes
ZFS Fans,
Here''s a list of features that we are proposing for Solaris 10u5. Keep
in mind that this is subject to change.
Features:
PSARC 2007/142 zfs rename -r
PSARC 2007/171 ZFS Separate Intent Log
PSARC 2007/197 ZFS hotplug
PSARC 2007/199 zfs {create,clone,rename} -p
PSARC 2007/283 FMA for ZFS Phase 2
PSARC/2006/465 ZFS Delegated Administration
PSARC/2006/577 zpool property to
2012 Jan 03
6
calculate quantiles of a custom function
Hi,
I guess that my problem has an obvious answer, but I have not been able to
find it.
Suppose I create a custom function, consisting of two beta-distributions:
myfunction <- function(x) {
dbeta(x,2,6) + dbeta(x,6,2)
}
How can I calculate the quantiles of myfunction?
I have not seen any continous function treated in the docs, and applying the
"quantile function" gives me an
2006 May 01
1
Dovecot LDA with sendmail/Mailscanner (fwd)
Hello!
Noone has running a sendmail/Mailscanner/procmail/mbox environment?
Ciao,
Gerhard
---------- Forwarded message ----------
Date: Mon, 24 Apr 2006 20:27:56 +0200 (CEST)
From: Gerhard Wiesinger <lists at wiesinger.com>
To: dovecot at dovecot.org
Subject: [Dovecot] Dovecot LDA with sendmail/Mailscanner
Hello!
I'm running dovecot in a sendmail/Mailscanner/procmail/mbox
2006 May 05
4
str() with attr(*, "names") is extremely slow for long vectors
Hi,
I noticed some time ago that, for instance, named vectors that are
really makes str() really slow when displaying the names attribute. I
don't know exactly when this started, but it wasn't the case say 1-2
years ago. Example (on a WinXP 1.8GHz):
> s <- 1:1000; names(s) <- s
> system.time(str(s))
Named int [1:1000] 1 2 3 4 5 6 7 8 9 10 ...
- attr(*, "names")=
2010 Sep 18
2
Ac1dB1tch3z Vs Linux Kernel x86_64 0day
Are there any 64bit CentOS5 kernels available that are immune against
the exploit mentioned in the subject? Turning off 32bit support is no
option to me..
Gerhard Schneider
P.S.: Source code can be found at
http://seclists.org/fulldisclosure/2010/Sep/268 and is working "well" on
2.6.18-194.11.3.el5.centos.plus
--
Gerhard Schneider
Institute of Lightweight Design and e-Mail: gs
2007 Dec 19
5
pciback.hide with ISDN Cards
Hi all,
did somebody successfuly export ISDN Cards to DomU?
I want to have 2 ISDN Cards in DomU (for Asterisk with mISDN)
lspci -vt
-[0000:00]-+-00.0 nVidia Corporation MCP55 Memory Controller
+-01.0 nVidia Corporation MCP55 LPC Bridge
...
+-05.1 nVidia Corporation MCP55 SATA Controller
+-06.0-[0000:01]--+-00.0 Cologne Chip Designs GmbH ISDN
2015 Jun 15
5
OpenSSH and CBC
Hello,
I saw that OpenSSH release 6.7 removed all CBC ciphers by default. Is
CBC therefore considered as broken and unsecure (in general or SSH
implementation)?
I also read a lot of references (see below) but still not clear to me
what's the actual "security status" of CBC and why it has been removed
in general.
http://www.openssh.com/txt/release-6.7
sshd(8): The default set