Displaying 7 results from an estimated 7 matches for "tryign".
2004 Dec 17
3
copy files to windows thru smbmount
hello
i have this strange problem:
i've ounted up a windows share on my linux machine, and tryign to copy a file to it, which is bigger than 2gbs, and it fails with a "maximum file size exceeded" error.
the linux is running ext3, and windows is ntfs, so the size limit must be somewhere in samba.
i've read on http://www.mail-archive.com/samba@lists.samba.org/msg10412.html about t...
2010 Apr 05
2
find the "next non-NA" value within each row of a data-frame
...thin each row of a data-frame.
#e.g. I have a data frame mydata. Rows 1, 2 & 3 have soem NA values.
mydata <- data.frame(matrix(seq(20*6), 20, 6))
mydata[1,3:5] <- NA
mydata[2,2:3] <- NA
mydata[2,5] <- NA
mydata[3,6] <- NA
mydata[1:3,]
#this loop accomplishes the task; I am tryign toi learn a "better" way
for(i in (ncol(mydata)-1):1 ){
mydata[,i] <- ifelse(is.na(mydata[,i])==TRUE,mydata[,i+1],mydata[,i])
}
mydata[1:3,]
#Thank you. I appreciate the help.
[[alternative HTML version deleted]]
2013 Jun 27
3
using "rollapply" to calculate a moving sum or running sum?
#using "rollapply" to calculate a moving sum or running sum?
#I am tryign to use rollapply to calcualte a moving sum? #I tried
rollapply and get the error message
#"Error in seq.default(start.at, NROW(data), by = by) :
# wrong sign in 'by' argument"
#example:
mymatrix <- ( matrix(data=1:100, nrow=5, ncol=20) )
mymatrix_cumsum <- ( matrix(data=...
2010 Mar 11
1
Statet on Eclipse: ${project_path} is empty
Hello,
I'm tryign to use Statet on Eclipse on my Kubuntu Karmic PC. I've set
everything up and I can start the R configuration, but the working
directory is set to my home directory. If I set the start in directory
to ${worspace_loc}/${project_path} I can't start the console, with an
error that project...
2005 Oct 16
1
Incomplete sync
...pening is users are being set up and I don't want to have to manually
create these on each machine
3) I have excluded things like /proc /sys and various encryption keys from
various locations but I seem to have to exclude alot more to make it even
half way workable. Is there some issue with tryign to keep 2 running machines
in sync this way?
An example of the rsync command I am executing is:
rsync --verbose --progress --stats --compress --archive --sparse --devices
--delete-after --update --delay-updates --partial --ipv4 --modify-window=2010
--exclude-from=/root/scripts/rsync/exclusions...
2002 Feb 19
1
WIN2K question
All,
I have scoured the archives and the How-to's and I am still having
trouble getting a Win2k to join a samba hosted domain. I have come
across different docs saying you need/do not need a root samba account
and that it needs/does not need to have the same password. I am lost as
to what I am missing. I created the machine account and added the
smbpasswd -a -m machine name. I try and add the
2007 Apr 01
8
zfs destroy <snapshot> takes hours
...It is: P4, 2.4 GHz with 512 MB RAM, 8 x 750 GB disks as raidZ, running Solaris 11 06.
Creating, renaming snapshots seem to be ok - takes < 2 seconds.
There are two ZFS file systems in the pool, both using ~3.5TB out of 4.7 TB.
About 5 snapshots for each of the file system were created.
I am tryign to destroy one of the snapshots and the machine just dies - no panic or reboot, but I can''t start anything. I have ''top'' still running on a ssh terminal that shows kernel using ~20% and ~2MB free memory.
How long should usualy take to destroy ~2TB snapshot (actually usin...