similar to: [PATCH] rsync kills all user processes on fork failure

Displaying 20 results from an estimated 700 matches similar to: "[PATCH] rsync kills all user processes on fork failure"

2002 Mar 22
0
rsync & io
You're obviously not the first to need this. That's why the '--bwlimit=' option was added. Set it to however many Kbps you want rsync to use. I usually use 768 going over our wan, to spare some bandwidth on the T1, and maybe 10000 over the lan (in my case, all the dasd is nfs). I suspect that it may affect local-to-local transfers as well, but haven't tested it, but
2004 Jan 28
3
Server crashed using rsync
I'm trying to make a backup using this command rsync -auvH /home/ /bak --delete --bwlimit=1000 --status server load has been increased so much and the server crashed, as well has gone out of memory My Server is a Dual Xeon 2.0 GHz with 2GB of Memory + 1GB Swap. Could be that there are too many files, about 5.000.000, to be backed up ? The way the files are structured make very
2002 Oct 01
4
rsync 2.5.5 segmentation fault on Linux x86.
Hi all. I have a script which I call from cron. It basically does some stopping of a few services, rsyncs all files to a remote server and then starts the services again. However, rsync segfaults: /share/bin/cron.root.backup.sh: line 28: 18453 Segmentation fault rsync -acx --delete ${_backup_dirs} backup-server::backup-client If I run rsync from the command-line everything works as
2006 Feb 22
1
Wrong user used when mounting with mount.cifs
This may be sorta off topic considering this is probably regarding the linux kernel but I am hoping someone here will have the answer anyway. I am having the strangest problem when mounting a samba share with "-t cifs" as opposed to "-t smbfs" where, instead of mounting as the user I am logged in as, it is mounted as if I were logged on as a completely different user. For
2012 Mar 13
0
External trust / DMZ (nsswitch vs wbinfo)
Hello, Summary: a Linux server joined to domain GODMZ (which trusts another domain GOCORP), without network access to GOCORP domain controllers can authenticate but not retrieve user information (id) even though wbinfo -n can resolve a name to SID. Long: We have two domains, both at server 2003 functional level. GOCORP contains users and intranet servers. GODMZ contains servers in the DMZ (web
2011 Jan 28
2
klibc 1.5.21-1 and mksh
tags 516774 = patch tags 516294 = upstream thanks Hi! Please find attached a diff closing #516774 by adding mkstemp(3), again with a minimalistic pseudo-arc4random(3) behind it. I?ve revisited the code. An mkstemp testsuite from the ?net shows it works, except for not caring how many ?X?en are in the template. Addressing #516294, it allows compiling and linking an mksh from today?s CVS against
2005 Aug 25
7
[Bug 1073] if userok rejects a user their creds still get set
http://bugzilla.mindrot.org/show_bug.cgi?id=1073 Summary: if userok rejects a user their creds still get set Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Kerberos support AssignedTo: bitbucket at mindrot.org
2005 Jun 25
1
group means: split and unsplit
Took me a while but I figured out how to put in common values of group means/counts, etc. to do the same thing as egen. lapply with split and then unsplit. Thomas Davidoff Assistant Professor Haas School of Business UC Berkeley Berkeley, CA 94720 phone: (510) 643-1425 fax: (510) 643-7357 davidoff@haas.berkeley.edu http://faculty.haas.berkeley.edu/davidoff [[alternative HTML
2005 May 31
1
Tiger problems
I get the following when I try to run R from the terminal (I think ok from the gui, but not what I want to do): dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO Expected in: /sw/lib/libJPEG.dylib Trace/BPT trap Any suggestions? I have installed the
2006 Dec 14
23
Using DTrace to monitor productions systems
Hi, we are developing and operating an very critical application in the financial sector. Now our customer wants us to report performance data (roundtrip times of the messages routed). My idea is using dtrace to measure the times with the pid provider catching the timestamps on entry of the in and out functions of the processes. Now my questions ;-): 1) Is this an appropriate method to monitor
2005 Jul 21
1
Clustered standard errors in a panel
I want to do the following: glm(y ~ x1 + x2 +...) within a panel. Hence y, x1, and x2 all vary at the individual level. However, there is likely correlation of these variables within an individual, so standard errors need adjustment. I do not want to estimate fixed effects, but do want to cluster standard errors at the individual level. Is there an automated way to do this? Nothing in
2005 Jun 25
2
r equivalent of egen? Not tapply
I have a list that has about 50 elements, each repeated many times (a list of states by observation). I want to create a vector with the same length with the same value repeated over and over again within states. The value I want is the number of observations that are in the same state as each observation. In stata, this is simply egen statesum = count(state), by(state). What is the r
2006 May 03
2
Outreg-like command?
It would be nice to have something like stata's outreg that lets regression output go into a form like Specification (1) Specification (2) Var 1 coef(1,1) coef(1,2) se(1,1) se(1,2) Var 2 coef(2,1) coef(2,2) se(2,1) se(2,2) I don't think this can be done in xtable? Thomas Davidoff Assistant Professor Haas School of Business UC Berkeley Berkeley, CA 94618 Phone: (510)
2007 Jan 17
3
Diagnosing into server crash
Hi all, can anyone point me to a document that descirbes how to trace into an OS crash under Solaris 10? My hope is to get target-oriented description to figure out the system call and the process/thread that lead to the crash. Regards, Andreas
2012 Dec 13
3
Repeat elements of matrix based on vector counts
I have two dataframes (df) that share a column header ("plot.id"). In the 1st df, "plot.id" records are repeated a variable number of times based on the number of trees monitored within each plot. The 2nd df only has a single record for each "plot.id", and contains a variable named "load" that is collected at the plot-level and is only listed once per plot
2019 Feb 20
2
Virus scan + removal on a mdbox mail storage
Hi, I need advice on how virus scan and removal can be done on a _mdbox_ mail storage? On a maildir storage the virus scanner (e.g. clamav etc.) can detect and remove a email that is infected, since every email and attachment are stored in separate files. But in mdbox the emails and attachments are compressed together in one ore more mdbox-files ... I am anxious to convert my mail
2005 Aug 03
2
Mapping HPUX to Windows Shared Directories
I need to know what the command would be to map an HPUX directory to a Windows shared directory. I am running Samba 3.0.7 on HPUX 11i and have Windows Server 2003. Any help would be greatly appreciated. Regards, Tony Gardner UNIX Contractor Haas Automation, Inc.
2018 Feb 09
2
Re: Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
On Thu, Feb 08, 2018 at 06:44:43PM +0100, Florian Haas wrote: > On Thu, Feb 8, 2018 at 1:07 PM, David Hildenbrand <david@redhat.com> wrote: > > We should certainly document what I have summaries here properly at a > > central palce! > > Please review the three edits I've submitted to the wiki: > https://www.linux-kvm.org/page/Special:Contributions/Fghaas >
2005 Sep 26
2
floppy disk emulation boot regression
I am in the process of trying to update a bootable Linux CD that I initally built some time ago using RedHat 7.3 and syslinux 1.x (I believe that x = 52, but this doesn't seem to be relevant). In order to do this, I first built a floppy disk image and made it bootable by running "syslinux -s" on the image; then I incorporated this image into a CD using "mkisofs -b boot.img -c
2019 Feb 20
2
Virus scan + removal on a mdbox mail storage
Hello David, ----- Nachricht von David Pottage via dovecot <dovecot at dovecot.org> --------- Datum: Wed, 20 Feb 2019 14:56:51 +0000 Von: David Pottage via dovecot <dovecot at dovecot.org> Antwort an: David Pottage <david at chrestomanci.org> Betreff: Re: Virus scan + removal on a mdbox mail storage An: dovecot at dovecot.org > On 2019-02-20