Displaying 20 results from an estimated 600 matches similar to: "rsync processes hang and client failing on "max connections""
2002 May 22
2
rsync bottleneck
Hello,
I'm planning to use rsync for backup a lot of nodes to one rsync server over
wan.
I'm aware of the fact that on big directory tree rsync will consume a lot of
memory
and some time even hang.
Do you have any estimation on how many rsync client can work with one server
at the same time ?
I can control each client bandwidth. What will be the bottleneck on the
server resource ?
Is
2002 Mar 30
1
File permission umask howto?
I'm trying to figure out how to cause rsync to
create the file on the backup server with 700 permission
and specific owner "some_user" (not root)
I try to do it in several way with no success.
The command I'm using is:
rsync -r -t -v -z /dir some_user@server::module
so that it don't copy permission
It always give the files 744 permission, that mean that every on can read
2006 Mar 30
11
Rails 1.1 and Ruby 1.8.3
I''ve seen that Rails 1.1 is not reliable with Ruby 1.8.2 so you should
upgrade to 1.8.4
I''m running ruby 1.8.3.  What''s the story with it?  Do I need to
upgrade before I try Rails 1.1?
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2002 Apr 11
4
rsync and debian -- summary of issues
There seems to be a thread about rsync and Debian packages every
couple of months.  I've written up a document which tries to cover all
of the questions and debates.  It's pretty informal, but hopefully
will be useful.
  http://rsync.samba.org/rsync-and-debian/
I'd appreciate comments.
-- 
Martin
2002 May 22
4
Compressed backup
Hi
I am using rsync for backup on the disks of a Linux backup server.
Obviously the server could store more data it the data were
compressed. I read the "rsync -> tar" thread. Unfortunately, a 
compressed file system for Linuthere does not seem to exist yet. 
However, rsync can use compression for file transfer.
Would it be possible to implement an option to store the data on the 
2011 Nov 15
3
OpenWRT package for tinc upgraded
For tinc users on OpenWRT:
https://dev.openwrt.org/changeset/29137
ciao :)
Saverio
2002 Apr 22
0
On Windows OS, is there any advantage for completing rsync us ing MSVC instead of gcc/cygwin ?
Diburim [diburim@hotmail.com] writes:
(Quoted from the subject line - Diburim, it's best to keep the subject
line short and put your question in the body of the e-mail.  Subject 
lines are often truncated for display purposes and it can make it more
difficult to see your question)
> On Windows OS, is there any advantage for completing rsync using
> MSVC instead of gcc/cygwin ?
Not
2017 Jan 25
2
Unstable XRay test on ARM
Hi Dean/Serge,
I just spotted this on our bots:
First failure, unrelated commit:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/3190
'XRay-Unit :: unit/XRayFDRLoggingTest/FDRLoggingTest.Simple' FAILED
llvm/projects/compiler-rt/lib/xray/tests/unit/fdr_logging_test.cc:55: Failure
      Expected: FDRLogging_init(kBufferSize, kBufferMax, &Options,
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year     decade
1598  1590-1600
1599  1590-1600
1600  1590-1600
1601  1600-1610
---
my is like this>
 [1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
 [16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
 [31] 1628 1629 1630 1631 1632 1633
2017 Jan 25
2
Unstable XRay test on ARM
+Dean Michael Berris <dberris at google.com>
On Wed, Jan 25, 2017 at 7:01 AM Oleg Ranevskyy via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Renato, Dean, Serge,
>
> Just looked into the code and wanted to share some thoughts.
>
> This might be a compare_exchange_weak spurious failure. ARM is a weakly
> ordered CPU, but I am not sure whether spurious failures
2008 Jun 12
3
Detach specific partition LVM of XEN
Hi...
I have had a problem when I am going to detach one specific LVM partitions
of Xen, so I have been trying xm destroy <domain>, lvchange -an
<lvm_partition>, lvremove -f.... So I haven''t had sucess. I restarted the
server with init 1 yet and nothing... I have seem two specific process
started xenwatch and xenbus, but I am not sure if this processes have
some action over
2023 Nov 12
4
[Bug 1724] New: nft: intervals.c:211: interval_expr_key: Assertion `0' failed.
https://bugzilla.netfilter.org/show_bug.cgi?id=1724
            Bug ID: 1724
           Summary: nft: intervals.c:211: interval_expr_key: Assertion `0'
                    failed.
           Product: nftables
           Version: 1.0.x
          Hardware: x86_64
                OS: Debian GNU/Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component:
2002 Dec 03
1
2.2.7 nmbd doesn't start under RedHat 7.1 (Kernel 2.4.2-2smp)
hi,
i upgraded to samba 2.2.7 and since this nmbd (configured to start from
xinetd)
doesn't start! i sent SIGHUP to xinetd and can see that configuration is ok
(netbios-ns
is readjusted) but nmbd doesn't start!!
when i start nmbd by hand with "-D" i see many messages from xinetd in
/var/log/secure:
Dec  3 12:05:39 atpcw6yc xinetd[1724]: START: netbios-ns pid=1973
2010 Mar 01
2
[Bug 1724] New: ssh(1): document that '-S none' disables connection sharing
https://bugzilla.mindrot.org/show_bug.cgi?id=1724
           Summary: ssh(1): document that '-S none' disables connection
                    sharing
           Product: Portable OpenSSH
           Version: 5.3p1
          Platform: Other
               URL: http://bugs.debian.org/471437
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
2007 Dec 19
3
x86_emulate(): forgot to generate_exception_if() for 0xff?
Hi all,
In arch/x86/x86_emulate.c: x86_emulate():
   1716     case 0xfe: /* Grp4 */
   1717         generate_exception_if((m odrm_reg & 7) >= 2, EXC_UD);
   1718     case 0xff: /* Grp5 */
   1719         switch ( modrm_reg & 7 )
   1720         {
   1721         case 0: /* inc */
   1722             emulate_1op("inc", dst, _regs.eflags);
   1723             break;
   1724     
2009 Apr 07
11
[Bug 1588] New: sftp client produces
https://bugzilla.mindrot.org/show_bug.cgi?id=1588
           Summary: sftp client produces
           Product: Portable OpenSSH
           Version: 5.2p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sftp
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: gsocsftp at v6shell.org
   
2005 Apr 12
0
xen-2.0.4+ nanosleep and maybe other errors
Hello!
I''am experiencing some problems and noticed i''m not the first one.
There seems to be no clue about the problem anywhere on the net
so i''m reporintg it here.
(Should this have been directed to the users list instead?)
The main symptom is tail -f <file> failing in nanosleep in domain 0 every
now and then. Sometimes is just gets stuck. Some other long-running
2010 Jan 31
0
hepta valen t snugg ling initi ators optio naliz e
handc raftm an  dost  schem atics  retyp ing  poser s  smoke  neces
sitie s  nonre alist ic  wooll ens  verti cally  bayan ihan  actab
ility  total ises  bayan ihan  gauzy  solon chak  metas tasiz es
inter surve y  phosp hatid ic  displ ayabl e  invoi cing  ridde r
benig nancy  eddys tone  urim  islan der  awake ning  piran dello
parre l  davit s  displ ant  losse s  rubeo lar  visio nal  legen d
2009 Nov 15
1
Call IAX2 => "Call rejected, CallToken Support required"
Hi
i have a small problems on two Asterisk Server 1.6.4 :
The first sent the call to the second, and in the second, i have a error :
[Nov 15 15:30:12] ERROR[5113]: chan_iax2.c:4529 handle_call_token: Call 
rejected, CallToken Support required. If unexpected, resolve by placing 
address IP_FIRST_ASTERISK in the calltokenignore list or setting user 
04TELNUMBER requirecalltoken=no
on the second
2016 Jul 17
1
Winbindd segfaults with bind9-dlz trying to login via libwinbind-pam
Hello,
I just found and odd behaviour here on my test environment (debian 
jessie with samba 4.4.5 backported from sid).
I create and ad-dc as usual, adjust nsswitch.conf and enable 
pam-auth-winbind (ruuning pam-auth-update). I also define /bin/bash as 
template shell.
Now after i create an samba-user and the users home directory 
(/home/DOMAIN/achim).
I can login with that account on the