Displaying 13 results from an estimated 13 matches for "19.46".
Did you mean:
16.46
2006 Sep 15
8
reslivering, how long will it take?
Being resilvered 444.00 GB 168.21 GB 158.73 GB
Just wondering if anyone has any rough guesstimate of how long this will take? It''s 3x1200JB ata drives and one Seagate SATA drive. The SATA drive is the one that was replaced. Any idea how long this will take? As in 5 hours? 2 days? I don''t see any way to get a status update on where it''s at in the reslivering
2005 Feb 25
3
Loops and dataframes
Hi,
I am experiencing a long delay when using dataframes inside loops and was
wordering if this is a bug or not.
Example code:
> st <- rep(1,100000)
> ed <- rep(2,100000)
> for(i in 1:length(st)) st[i] <- ed[i] # works fine
> df <- data.frame(start=st,end=ed)
> for(i in 1:dim(df)[1]) df[i,1] <- df[i,2] #takes for ever
R: R 2.0.0 (2004-10-04)
OS: Linux, Fedora Core 2
2007 Jan 04
1
POP3S doesn't work anymore
Hello,
I use 1.0_rc15 on Gentoo Linux and since upgrading from the previous version
(0.97 something?), POP3S stopped working. My USE flags are
USE="[...]maildir [...] pop3d"
I configured Dovecot to use POP3S:
-- 8< --
# Protocols we want to be serving:
# imap imaps pop3 pop3s
#protocols = imap imaps
protocols=pop3s
-- >8 --
The pop3 binary exists:
-- 8< --
# cd
2011 Jul 07
2
Diskdevstat
> Red Hat Enterprise Linux 6 also introduces diskdevstat for monitoring
> disk operations and netdevstat for monitoring network operations.
How could I monitor disk operations under CentOS 5?
The quote is from RHEL 6 release notes
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.0_Release_Notes/powermanagement.html
- Jussi
2001 Mar 05
2
Samba & SCO
Has anyone here installed samba on sco? I might have to install samba on a
SCO 3.2 v 5.0.5 server and was wondering if there might be any
complications, I'm used to freebsd so I'm not sure what I'm in for.
2013 Aug 05
1
Corrupted mboxes with v2.2.4, posix_fallocate and GFS2
Hi,
on a clustered Dovecot server installation that was recently moved from a
shared GPFS filesystem to GFS2, occasional corruptions in the users'
INBOXes started appearing, where a new incoming message would be appended
directly after a block of NUL bytes, and be scanned by dovecot as being
glued to the preceding message.
I traced this to the file extension operation performed in
2011 Oct 27
2
NROW doesn't equal length(x)
Hi,
I am converting a data.frame to xts. ?the data.frame is 4 columns and 1000 rows. ?I get a message that "NROW (x) must match length(order.by)
class is data.frame, mode is list
when I run?
dim(x) ? # I get?
1000 ? ? 4 ? #which is consistent with 1000 rows and 4 columns
NROW (x) ?# I get
1000 ?# which is the right answer ?
When I run length on each of columns in x separately using the
2020 Jul 07
4
Dovecot Maildirs multi language
Hello,
I'm hosting a few customers on a dovecot Server. Most users speak german
and have german as their main language. I configured the IMAP Foldernames
in a Dovecot configuration file like this:
#####
root at srv04:~# cat /etc/dovecot/conf.d/105-mailboxes.conf
imap_capability = +XLIST
namespace inbox {
inbox = yes
location =
separator = /
mailbox "Entw?rfe" {
auto
2017 Apr 25
3
Setup a new samba AD DC
Il giorno mar, 25/04/2017 alle 13.26 +0100, Rowland Penny via samba ha
scritto:
> On Tue, 25 Apr 2017 14:07:05 +0200
> Dario Lesca via samba <samba at lists.samba.org> wrote:
>
> > I have setup a new Samba Active Directory DC on Fedora 25 and
> > samba-
> > 4.5.8-1.fc25.x86_64, rebuild from src.rpm with dc option enable.
> >
> > This system
2017 Apr 25
2
Setup a new samba AD DC
Il giorno mar, 25/04/2017 alle 14.36 +0100, Rowland Penny via samba ha
scritto:
> > However I would like to enable also the DHCP service, and think
> > it's right to activate it on this server.
> >
> > What is the best way to do so?
>
> Well you could always do it the way I have been doing it for the last
> 5 years, see here:
>
>
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
Target: FreeBSD 6.2-STABLE on i386
autoconf says:
configure:2122: checking build system type
configure:2140: result: i386-unknown-freebsd6.2
[...]
configure:2721: gcc -v >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305
[...]
objdir != srcdir, for both llvm and gcc.
Release build.
llvm-gcc 4.2 from source.
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users,
For the last few days I am struggling with the following task:
my data.frame:
A1 A2 A3 B1 B2
B3
58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15
10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218
13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
LLVMers,
The 2.2 prerelease is now available for testing:
http://llvm.org/prereleases/2.2/
If anyone can help test this release, I ask that you do the following:
1) Build llvm and llvm-gcc (or use a binary). You may build release
(default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both.
2) Run 'make check'.
3) In llvm-test, run 'make TEST=nightly report'.
4) When