similar to: issue with large number of files

Displaying 20 results from an estimated 7000 matches similar to: "issue with large number of files"

2006 Nov 26
3
Questions about generating samples in R
Hello! I have a data set with 8 columns and in about 5000 rows. What I want to do is to generate samples of this data set. Samples of a special size, as example 200. What is the easiest way to do this? No special things are needed, only the random selection of 200 rows of the data set. Thanks Alex -- Alexander Geisler * Kaltenbach 151 * A-6272 Kaltenbach email: alexander.geisler at gmx.at
2006 Dec 07
2
Simulation in R
Hello! I have the following problem. My code: --snip-- ergebnisse <- rep(0, each=2) stichproben <- rep(0, each=2) for (i in seq(1:2)) { n <- dim(daten)[1] ix <- sample(n,200) # producing samples samp_i <- daten[ix,] stichproben[i] <- samp_i # doesn???t works # Calculation of the model: posterior_i <- MCMClogit(y ~ fbl.ind + fekq3 + febitda4 + fuvs + fkru +
2006 Dec 07
1
Simulation in R - Part 2
Hello! So, the simulation works (drawing 100 samples and then calculate the model for each sample). Here is the code: --snip-- # sample size n=200 ergebnisse200 <- rep(0, each=100) stichproben200 <- vector(?list?, 100) default200 <- rep(0, each=100) for (i in seq(1:100)) { n <- dim(daten)[1] ix <- sample(n,200) samp_i <- daten[ix,] # draw samples y <- sum(samp_i$y)
2005 Nov 06
5
Human readable output
Hello, I would like to suggest an option to rsync that makes it output sizes in human readable units, instead of always using bytes. So Total file size: 30864401502 bytes would be output as: Total file size: 28.7 GiB Similarly for mebibytes and kibibytes. If there's already such an option, then I'm sorry -- I didn't find it in the manual pages. -- Martin Geisler
2003 Aug 20
1
Syncronize large file
i have several large .tar backup file on the server it's about 2 GB and 4 GB the question is, if i syncronize using rsync to other computer, rsync will re-transfer the whole 1 big file, or only transfer part of the file ? or maybe i should reduce the size, by splitting the file into 650 Mb each. or it's the same as if transfering via FTP ? thanks Luqman.H ---------------------
2008 Jun 04
1
OCFS2 and direct-io writes
I am looking at possibility of using OCFS2 with an existing application that requires very high throughput for read and write file access. Files are created by single writer (process) and can be read by multiple reader, possibly while the file is being written. 100+ different files may be written simultaneously, and can be read by 1000+ readers. I am currently using XFS on a local filesystem,
2023 Aug 10
1
Samba domain time sync woes (Debian Bookworm)
FWIW, I looked at the settings in our domain (all of which I did myself). I used to explicitly set up ntp time sources in our network for all windows workstations before, and I continued to provide these after conversion from nt4-style domain to samba AD-DC. The NTP records are provided by DHCP, and are configured in the GPO, both with regional differences (choosing the local NTP servers within
2009 Jan 12
3
[LLVMdev] IR code generation and JIT execution in a multithread environment
On Jan 12, 2009, at 11:10, Edgar Geisler wrote: > my goal is to create a service with multiple threads, each of them > generating IR code and JIT'ing/executing it in their threads and > some threads will share generated code through a code repository... Hi Edgar, Module and Value are unsafe for concurrent access--even disjoint instances thereof. So you'll need to hold a
2007 Mar 07
1
syncronizing file content into device content
I have repeatable cases where a (very large) file contents are the intended content of a device (partition) of that exact size. The target device is already mostly of that content, but a few block have been changed. I want to restore the device contents back to what the file originally was. I'm trying to find a way to have rsync's write end open the device as a file and do its thing to
2002 Aug 30
1
rsync: connection unexpectedly closed; reverse lookups?
Hi. My goal is to use rsync to syncronize box1 and box2. On box2, I have a tapedrive which I write the data I syncronize from box1 every night. On box1, my /etc/rsyncd.conf looks like this: root@box1# cat /etc/rsyncd.conf max connections = 1 syslog facility = local6 [tmp] path = /tmp read only = yes comment = export of /tmp hosts allow = box2 auth users
2006 Mar 16
1
Using rsync to syncronize two unmounted disk partitions
Hi everybody, I have been using rsync for quite some time, and I've realized it is a fantastic tool. As it is able to syncronize two CD images, I was wondering, if I could do that with a harddisk partition. Would it be possible to syncronize two partitions at device level somehow? I mean using: # rsync /dev/hda8 /dev/hda9 skipping non-regular file "hda8" where /dev/hda8
2012 Jan 27
1
dovecot imap cluster
Hello, i'm using postfix like smtp server, i need to choose an imap server with a special features. I have a customer with 3 different geographic locations. Every locations have a mail server for the same domain (example.com). If user1 at example.com receive mail form external this mail going on every locations server. I've a problem now, is it possible to syncronize the state (mail
2003 Dec 11
3
Problems with file date/time creation and modification
I have Time precision problem between linux samba shares and M$ files I want to use my tux to save files from my M$ PC's. Of course I want to do incrementals copy based on modification date... I mount my samba shares from my Windows Boxs and use tools on the micro$oft boxs. (Xcopy /D or SyncroniX ) The problem is that the modification date on the samba share and on de source file on the M$
2005 Sep 30
1
Roaming profiles not supporting quota
Dear Group, I'm using samba 3.x as a PDC, and I'm using linux system quota v2 for samba. Here is my problem: if a user copies a big file to the desktop (bigger than the quota set for that user), when he logs off, the profile wont syncronize with the server with the message "disk full". Is there a way to let the WinXp client to understand how much space is available also for
2011 May 26
4
Samba performance
Hi everyone, I'm trying to use samba in a small video post production house but we are not getting the performance we expected. Our setup: - CenOS 5.6 x86-64 - samba.x86_64 (3.0.33-3.29.el5_6.2 and 3.6.0rc1) - Intel based server (One 4 core Xeon E5620 @ 2.40GHz, 8 GB RAM) - 4 Intel Gigagit ethernet NIC ports with 802.3ad bonding connected to a switch configured tu use 802.3ad - 8 2TB 7.2
2009 Nov 22
4
Usage of "schedule"
Hello, I''m newbie for puppet. I would appreciate someone tells me how to use "shedule". What I want to do is puppet client( puppetd ) tries to syncronize /etc/ hosts permission as 644, and puppetd tries to check every 3 minutes. ( I know 3 min is so quick, this is just a test of "schedule") So I wrote manifests/site.pp, > node default { > schedule {
2009 Dec 17
1
NTP
Hi folks I have a Centos 5.3. I'm wondering how can I make this linux box to act as a time server for my small network. I just need this Centos PC act as a time reference for the other PCs so they can keep the time exact the same as the Centos server. Don;t need to syncronize the server with tyhe internet, just keep my local network with the same time in all the PC. Thanks in advance David
2004 Nov 25
1
SAMBA 3.0.9 - Password Change
I have LDAP backend and in my smb.conf I put "ldap passwd sync = Yes" so to syncronize LM/NT/UserPassword when a user is changing his passoword. But it doesn't work. It only updates NT/LM password but not the field userPassword. In the log it gives me backup this message: "ldap password change requested, but LDAP server does not support it -- ignoring" I use OpenLdap
2006 Jan 13
1
Net Time Problem
Dear Group, I'm using samba 3 as a pdc. And when I try to syncronize the time from a client I get: net time \\cosimo /set Current time at \\cosimo is 1/13/2006 12:34 AM Local time (GMT +01:00) at \\cosimo is 1/13/2006 9:34 AM The Command completed successfully ? ?? ?? ?? ?? ?? ?? ?? ?? ? Now the right time is the Local time (9:34AM) but the client gets the Current time which is completely
2015 Feb 11
1
Unable to replicate DNS
I just set a DC with samba 4.1 but the other machine that should syncronize the DNS (using bind) just connect and then hang. on /var/log/samba/log.samba I have: [2015/02/11 20:11:53.161439, 0] ../lib/util/util_runcmd.c:317(samba_runcmd_io_handler) /usr/sbin/samba_dnsupdate: ; TSIG error with server: tsig verify failure I looked around but the fix found did not worked or were not for this