similar to: INCLUDE config command?

Displaying 20 results from an estimated 100 matches similar to: "INCLUDE config command?"

2008 Oct 08
1
Observed responses in 'augPred' data frame - Wrong order ?
Dea-R community. I'd like to draw your attention to an issue I have recently encountered while doing my current data analysis. I've got an unexpected (to me) result from the command: > augPred(lmList(my.object)), 'my.object' being a grouped data frame of class: > class(my.object) [1] "nfnGroupedData" "nfGroupedData" "groupedData"
2007 Dec 01
2
R function for percentrank
Hi, Does anyone know if R has a built-in function that is equvalent to Excel's percentrank, i.e., returns the rank of a value in a data set as a percentage of the data set? Thanks, -- Tom [[alternative HTML version deleted]]
2010 Jun 04
1
subsetting a dataframe
Hi there, > a<-data.frame(c(1,2,2,5,9,9),c("A","B","C","D","E","F")) > names(a)<-c("x1","x2") > max(table(a$x1)) [1] 2 > The above shows the max count for x1 is 2, which is correct. But we can't tell there are 2 groups that meet this criteria: 2,2 and 9,9. I then want to extract the
2009 Mar 30
1
what is R equivalent of Fortran DOUBLE PRECISION ?
I noticed taht R cannot understand certain Fortran real constant formats. For instance: c14 <- as.double( 7.785205408500864D-02) Error: unexpected symbol in " c14 <- as.double( 7.785205408500864D" The above "D" is used in Fortran language to indicate the memory starage mode. That is for instructing Fortran compiler to store such a REAL constant in DOUBLE
2019 Sep 19
1
Re: Thoughts on nbdkit automatic reconnection
I have an update on the networking issue: - After the deep dive into the logs of the firewall by customer's security team, it turns out that even though there were some disconnections, the time-stamps do not match. This means that we got the disconnected by something else (ESXi or conversion host perhaps) - As we mentioned in the chat briefly, there could be general keep-alive issues on both
2013 Mar 26
6
How do I show real values on a log10 histogram
Hi, I have a histogram with values logged to the base 10 hist(log10(x),breaks=60) How do I show the log values on the x-axis and a second x-axis showing the real values? Thanks -- Shane [[alternative HTML version deleted]]
2006 Jan 20
4
REST API''s and querying a graph of objects
Hey all, I am wondering if anyone has given thought to using REST / XPath as querying mechanism. That way you could have a URL that actually maps to a collection of records (objects, really) that meet a certain criteria and that are sorted a certain way. Mike Pence
2000 Mar 16
1
Samba can't authenticate in Win2k domain
I have three Sun fileservers running Samba 2.0.4b. They're setup to authenticate with the local NT PDC, "iss-tech-f". In particular, they've got this in their smb.conf files: security = domain password server = iss-tech-f encrypt passwords = yes This setup has been stable for many months, and I routinely point to it as a success story for open source. Now that
2004 Jan 21
2
PAM auth stage rejection not working
Hi, I have an auth module for PAM that I wrote a few years ago called pam_vsd.so. The idea is that a user must have a certain privilege before they can successfully authenticate. Without the privilege the PAM module will return PAM_PERM_DENIED. However I find that in OpenSSH 3.7.1p2, I can easily subvert this check simply by hitting return 3 times on connection i.e. [nick at localhost
2002 Aug 07
2
Please Help -- Raid shutdown problem
We are running redhat 7.2 with 2.4 kernel. There is a 2 disk RAID 1 array which had a disk fail. The disk that failed had GRUB on it which in turn made the system unbootable. Our recovery method in a time of panic was to reinstall on a new disk saving certain partitions and reconstructing the array afterwards. During the reinstall we made a boot disk. Now we have 2 problems. 1.) The system will
1998 Dec 15
6
Samba and WINS
Current situation: a) lots of Windows NT 4.0 workstation clients b) quite a few Samba 1.9.18p10 servers running on Suns c) 1 Samba server running as WINS server d) NO Windows Servers e) 1:1 correspondance between Netbios names and DNS names f) DHCP currently tells the Windows machines the WINS server. Problem: If WINS server goes down, every Windows NT workstation can not mount anything
2009 Apr 26
9
Peculiarities of COW over COW?
We run our IMAP spool on ZFS that''s derived from LUNs on a Netapp filer. There''s a great deal of churn in e-mail folders, with messages appearing and being deleted frequently. I know that ZFS uses copy-on- write, so that blocks in use are never overwritten, and that deleted blocks are added to a free list. This behavior would spread the free list all over the zpool. As well,
2006 Nov 17
6
Success story
hello, just for a success story : After bad experience on fedeora core 6, I have tested a OpenSuse 10.2beta2. I have installed with success a Windows XP SP2. The hardware: A intel DQ965gf Intel Core 2 Duo 6700 USB DVD reader IDE disk (PATA) Set AHCI mode in BIOS and add all-generic-ide in boot option. The opensuse 10.2beta2 does not well configured the xen kernel, you should do a mkinitrd and
2019 Sep 18
5
Thoughts on nbdkit automatic reconnection
We have a running problem with the nbdkit VDDK plugin where the VDDK side apparently disconnects or the network connection is interrupted. During a virt-v2v conversion this causes the entire operation to fail, and since v2v conversions take many hours that's not a happy outcome. (Aside: I should say that we see many cases where it's claimed that the connection was dropped, but often when
2009 Oct 14
8
Asterisk in the Cloud
Hi, I was wondering if anyone is successfully running Asterisk in a cloud environment. If you could state which cloud you are using, I'd appreciate it. Many thanks Dan Journo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091014/076ff188/attachment.htm
2007 Oct 24
13
Ryan Bates' Multi-object Forms and the date_select
I think I''ve found a bug with Edge. I''m trying out Ryan Bates'' multi-object form technique shown in one of his Rails-casts (railscasts.com/episodes/75). If you use a fields_for similar to that shown (here: http://pastie.caboo.se/110480), you get a Server Error 500: ------ Status: 500 Internal Server Error Conflicting types for parameter containers. Expected an
2003 Aug 08
1
Filesystem quotas and high load
Hello, I've been watching the list for a few weeks and I've seen some users mention problems using quotas on EXT3 under high loads (or high io). I'm working on a new production server which will see some high io and I was wondering if anyone could share their experiences using quotas. Specifically, I'm looking for answers to: * Is the problem only with new (or old) style
2006 Mar 20
5
Merge strategy for klibc
Okay, as of this point, I think klibc is in quite good shape; my testing so far is showing that it can be used as a drop-in replacement for the kernel root-mounting code. That being said, there is guaranteed to be breakage, for two reasons: a. There are several architectures which don't have klibc ports yet. Since I don't have access to them, I can't really do them, either.
2015 Aug 21
2
[PATCH 2/2] core/graphics: fix lss16 parsing
getnybble() needs to return four bits at a time from every byte. During rle decode, rows are rounded to an integer number of bytes. The rle length needs to be able to hold values > 255. Signed-off-by: Chas Williams <3chas3 at gmail.com> --- core/graphics.c | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/core/graphics.c
2006 Oct 31
0
6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation
Author: muffin Repository: /hg/zfs-crypto/gate Revision: fecd74c42540dbb707f29987c4b4e10ecff69818 Log message: 6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation Files: update: usr/src/head/iso/stdio_iso.h