similar to: Issues when volume is full

Displaying 20 results from an estimated 100 matches similar to: "Issues when volume is full"

2010 Feb 04
4
xyplot 3 panels 3 different Y variables
Often, when exploring a dataset, I'd like to plot several very different Y variables against the same X variable, in panels stacked one over the other. Is there an easy way to do this? I'd like to achieve an elegant look similar to the look achieved by lattice in conditioned plots--for instance no space between panels. But unlike in straightforward conditioned plot, each panel may be on a
2010 Apr 14
1
ipv6 via tinc
Hi, At my provider (xs4all) I've got an ipv6 tunnel working. Now I would like to distribute ipv6 via the tinc tunnel. My tinc.conf: ------------ Name=server AddressFamily=ipv4 Device=/dev/net/tun PrivateKeyFile=/etc/tinc/fvhglobalnet/rsa_key.priv GraphDumpFile=|/usr/bin/dot -Tpng -o /var/www/htdocs.keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png Mode=switch KeyExpire=299
2008 Nov 04
1
contour plot, failing to interpolate through all data
I'm having trouble making contour lines for this attached, sparse dataset (low data:NA ratio!). Is it the high number of NA's, or funny layout of the densities, or something else that's causing this? This is a subsample of the dataset, and I get the same problem when using the full data. The only reason I get any contours is because I'm forcing specific levels. If no levels are
2010 Aug 10
4
Function to Define a Function
I am trying to define a general R function that has a function as the output that depends on the user's input arguments (this may make more sense by looking at the toy example below). My real use for this type of code is to allow a user to choose from many parameterizations of the same general model. My "issue" is that when I compile a package with this type of code in it I get a
2007 Sep 30
1
Save and load workspace in R: strange error.
Hi, I tried to load a .RData object on unix system using R, it gives error: Error: restore file may be empty -- no data loaded In addition: Warning message: file 'junk3.RData' has magic number '' Use of save versions prior to 2 is deprecated This happens only for using MY user account for the Unix system. I tried to use a friends's user account to load the same data
2008 Jul 17
2
nested calls, variable scope
Below is an example of a problem I encounter repeatedly when I write functions. A call works at the command line, but it does not work inside a function, even when I have made sure that all required variables are available within the function. The only way I know to solve it is to make the required variable global, which of course is dangerous. What is the elegant or appropriate way to solve
2004 Aug 17
1
An entire data frame which is a time-series?
I have : raw <- read.table("monthly.text", skip=3, sep="|", col.names=c("junk", "junk2", "wpi", "g.wpi", "wpi.primary", "g.wpi.primary", "wpi.fuel", "g.wpi.fuel", "wpi.manuf", "g.wpi.manuf",
2020 Oct 27
2
imapsieve: setting imapsieve_url disables admin scripts
Hello, The documentation says imapsieve_url "has no effect on the administrator-controlled Sieve scripts". However, when setting this item, I get lines such as: Error: imapsieve: mailbox INBOX: Failed to read /shared/imapsieve/script mailbox attribute: Mailbox attributes not enabled and that's it. imapsieve_mailboxXXX_* settings are completely ignored. Unsetting imapsieve_url
2017 May 30
3
Cannot use Print Server functions in NT4 style domain
Hi list, I have an NT4-style domain controller running on Samba 4.2.14-debian (Debian Jessie) that is acting as a file server. I am reading through the documentation, and attempting to use it as a print server as well. I have added the share declarations that I believed I needed, and CUPS is working properly with a test printer. Below is my smb.conf file (some sections redacted): [global]
2006 Jan 27
3
paging agi
Hello Everyone, I've been playing with an agi script for paging sip phones. page.agi will take all available sip extensions and assign them to the global variable PAGE_GROUP. Allowing the phones to be paged from the dialplan with the new Page cmd. Extensions to be excluded are presented as arguments to the agi. Each time a page is made this agi refreshes the global variable. This works with
2011 Mar 09
4
Help with read.csv
Hello, I have a file that looks like this: Date,Hour,DA_DMD,DMD,DA_RTP,RTP,, 1/1/2006,1,3393.9,3412,76.65,105.04,, 1/1/2006,2,3173.3,3202,69.20,67.67,, 1/1/2006,3,3040.0,3051,69.20,77.67,, 1/1/2006,4,2998.2,2979,67.32,69.10,, 1/1/2006,5,3005.8,2958,65.20,68.34,, where the ',' is the separator and I tried to read it into R, but... > y <- read.csv("Data/Data_tmp.csv",
2017 May 30
2
member domain idmap config ad/rid
> > Who are logged into the win7 machine as, Administrator or a member of > Domain Admins ? As administrator. I take it /mnt/dados is a mount from somewhere else, how is it mounted > and where from ? For now it is mounted on the folder /mnt/dados in the same HD of the fileserver. Later I'll add another HD with more space. root at fileserver:~# cd /mnt/dados/ root at
2009 Jan 15
5
real HDD usage of XEN images
Hello, i am creating my XEN VM with virt-install (see below). When I create new images i do first an "df -h" to see if there is still enough space left on the drive. Are the XEN images pre allocated or does XEN only use that space that really is used by the VM inside the image? I know have the Problem that an "du -h" inside my /VM folder gives me nearly a higher number that
2004 Jun 09
1
Samba client filesize problems
Filesize problems with samba client on Redhat 9 and W2k machine. The original smbclient did this so I upgraded to the latest, it didn't help. The server is W2k with an NTFS volume, these are video files - the windows software breaks the files at the 2G limit, but for some reason some are reported as 2G others as huge !! One day I might own 25T of disk, but not today. Anyone any ideas ?
2013 Oct 14
0
how to prevent default argument values from being found
Here is a problem I ran across in RStudio, which uses masks a number of standard R functions with versions that do a bit more than the original does. The RStudio people have figured out a way to prevent default values of arguments from being found when an argument is missing from a call! junk1 <- function(...) { fun <- function(pkgs, lib = NULL) { list(missing=missing(lib),
2009 May 04
2
FW: Oracle 9204 installation on linux x86-64 on ocfs
Hello All, I have installed Oracle Cluster Manager on linux x86-64 nit. I am using ocfs file system for quorum file. But I am getting following error. Please see ocfs configureation below. I would appreciate, if someone could help me to understand if I am doing something wrong. Thanks in advance. --------------------------------------------------cm.log file ---------------------------- oracm,
2017 May 30
2
member domain idmap config ad/rid
Rowland, AD: 4.5.8 Fileserver: 4.6.3 root at fileserver:~# samba -Version Version 4.6.3-Debian root at fileserver:~# net rpc rights list privileges SeDiskOperatorPrivilege -U "ADDC\administrator" Enter ADDC\administrator's password: SeDiskOperatorPrivilege: ADDC\Domain Admins BUILTIN\Administrators chown root:Domain\ Admins /mnt/dados >>>> ok chmod 0770
2015 Sep 21
1
Reg: Virsh managedsave Failing
Hi All, We are trying to do "virsh managedsave" on a VM but it is failing with the following error. libvirtError: operation failed: domain save job: unexpectedly failed^M libvirt and qemu versions are as follows: libvirt-1.1.1-29.el7.x86_64 qemu-kvm-1.5.3-60.el7_0.11.x86_64 VM is provided with a small pxe image such that it pxe boots from a remote server. VM doesn't have any
2001 Nov 12
1
Determine available disk space for Win 95
I have a mixture of Win95 and Win98 computers. From the Samba host I mount the Win95/98 host using a script containing commands similar to the following text. mount -t smbfs //pent14/pent14-e /dosworld/pent14/e -o username=fred\%xxxxxxx After I have mounted all the drives I issue the following command. df -h Results show the available space on the Win98 hosts properly, however all the
2013 Jul 30
2
lxc-enter-namespace error: security model cannot be entered.
Hi Guys, I started a lxc container with libvit in ubuntu Operating system, and succeed using lxc-enter-namespace to enter the namespaces and security context of the container. But when I do the same thing in debian OS, It reported an error, with details as following: root@debian:/etc# vir list Id Name State ---------------------------------------------------- 4424