Displaying 20 results from an estimated 2000 matches similar to: "rsync 2.5.6 still hangs"
2005 Jan 12
1
read-only access without rsyncd?
Hi,
I've a setup where a special account (limited by the ssh-key) can
use rsync via ssh to make a backup of / (limited by sudo).
Obviously it needs read-access to everything. However, since he
can read everything, he could also easily _write_ everything.
Can I limit the rsync command on the server to read-only?
Thanks in advance
Martin
--
Martin Schr?der,
2005 Mar 01
1
Client-initiated backup and file ownership
This is less a question about rsync and more about how rsync can be used as
a backup solution in a particular case. If one of the tools built over
rsync for this purpose solves this, I'm eager to hear how. Otherwise,
suggestions are welcome.
Server-initiated backups are easy. The rsync process can run as root on the
backup server, and so it can set the stored files' ownerships as
2005 Jan 13
3
Need OpenSSH to logs users bad login attempts
Hello All,
We have a sensitive network where users authenticates through SSH. We
support multiple authentications with respective to their groups . As
a security concern we continue to monitor failed or bad login attempts
of every user using lastb command, but SSH never logs the bad login
attempts of the user like telnet does . We would like to have this
feature on SSH for every supported
2004 Feb 20
1
3.0.2 mixing up host name and domain name
Hi,
I have a 3.0.3 PDC with the configuration
| netbios name = BERTHA
| workgroup = MEITNER
which is also represented by browse.dat:
| bertha:~# cat /var/cache/samba/browse.dat
| "MEITNER" c0001000 "BERTHA" "MEITNER"
| "BERTHA" 400d9b2b "Lise-Meitner Fileservice" "MEITNER"
However,
2005 Sep 06
1
Cannot print PDF-Files...
Hi,
I have a network with a Server running 3.0.14 (Debian sarge), which is
doing quite fine as a PDC and as a printer server (using cups). Almost.
Printing is working, I can print Windows test pages, I can print
from several applications, including MS office. But I cannot print
over the network from Acrobat Reader, not at all. If a network
printer is selected and used, than _nothing_ happens,
1996 Dec 23
2
Buffer overflow in Linux''s login program [Forwarded e-mail from Joe Zbiciak]
------- start of forwarded message (RFC 934 encapsulation) -------
From: Joe Zbiciak <im14u2c@cegt201.bradley.edu>
Approved: alex@bach.cis.temple.edu
Sender: Bugtraq List <BUGTRAQ@netspace.org>
To: Multiple recipients of list BUGTRAQ <BUGTRAQ@netspace.org>
Subject: Buffer overflow in Linux''s login program
Date: Sun, 22 Dec 1996 09:27:24 -0600
Reply-To: Joe Zbiciak
2008 Feb 02
2
hardlinks not working with inode number > 2^31
I've been using 3.0.0pre8 to move a Debian archive from one filesystem
to another. This archive contains a daily snapshot of the Debian ftp
site, with common files hardlinked to save space.
I noticed that it was using far more space than necessary. Upon
investigation it seems that all the source files that have inode numbers
greater than 2^31 aren't being hardlinked together at the
2003 Mar 20
1
rsync 2.5.6 still hangs
While syncing a directory with about 40 files of various sizes (4KB -
20MB), rsync will hang, in a repeatable manner. (Where "repeatable"
means that I get identical logs with -vvv set, modulo the temp file
names.)
I am using rsync in "server" mode - started by xinetd. Both sides are
rsync 2.5.6. The server is RH Linux 7.0 (yeah, I know...), clients are
Debian unstable (kernel
2009 Jul 14
1
--delete not working (minimal example)
--delete option is not working for me. The following is a minimal example.
$ mkdir box1 box2
$ touch box1/letter box2/extra
$ rsync -a -vv box1/ box2/
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
letter
total: matches=0 hash_hits=0 false_alarms=0 data=0
sent 92 bytes received 34 bytes 252.00 bytes/sec
total size is 0 speedup is 0.00
$ tree
2004 Nov 25
0
Samba 3.0, LDAP, OUs and how to add machine accounts
Hello,
I have a Samba 3.0/LDAP setup with
| ldap machine suffix = ou=Computers
but as this is for a school, I decided to separate teachers and scholars
computers into different sub-OUs for my own mental sanity. So in LDAP it
looks like:
| dn: uid=pc116$,ou=Schueler,ou=Computers,dc=lise-meitner,dc=at
or
| dn: uid=biblio1$,ou=Lehrer,ou=Computers,dc=lise-meitner,dc=at
This works absolutely
2004 Mar 24
0
nmbd processes hanging
Hello,
I have a Debian machine with samba 3.0.2a-1 (which should bei identical
to samba-latests, AFAIK). For a reason not yet known nmbd processes keep
hanging around forever, eating up memory slowly, but steadily.
Logfiles do not show anything suspicious (to me, at least, I don't want
to put a days level 10 log in here), except from things like
| Mar 8 10:06:22 bertha kernel: Out of
2004 Jan 21
1
[3.0, LDAP] smbpasswd fails in adding new accounts
Hello,
I recently switched an environment from Samba 2.x to 3.0 without any
major problems. LDAP database was converted and everything worked fine,
_including_ chaning passwords with smbpasswd.
However, I now had to create a new account, which failed. I created an
LDAP entry first, because I use LDAP for Unix-Authentification as well.
Afterwards, I wanted to add the Samba-specific attributes
2015 Jul 17
2
[LLVMdev] LLVM instrumentation
The PGO was my first guess but I can get a lot of information.
At first, I follow the explanation at http://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation but instead of llvm-profdata merge, I used llvm-profdata show *.profraw.
Sadly, the information I get is the total number of function, the maximum function count and the maximum internal block count.
Do you know if you
2006 Aug 01
6
Mongrel crash
Hi. A mongrel/rails installation (proxyed through apache) is crashing
for some reason with the following error found in the mongrel.log:
ERROR: meta.c (179): wmf_header_read: this isn''t a wmf file
/root/local/radiant/config/../vendor/rails/activerecord/lib/active_record/base.rb:2068:
[BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-linux]
Fedora 5
mongrel: 0.3.13.3
Apache/2.2.0
2003 Nov 01
0
@ERROR: access denied / using rsync 2.5.6 over SSH on Solaris
Dear list members,
this is very similar to a problem which has been discussed last summer
on the list, but there was no final solution then (as far as I could
follow the thread of messages). Would you please take a look at my
problem, to see if I'm missing something?
Here is the useful data:
* Purpose: using rsync over SSH as a non-anonymous file server to
transfer files between two
2020 Jan 05
0
Understand rynce messages in vvvv verbosity level
Hello,
I'm trying to understand messages from rsynce shown when setting
verbosity level to "vvvv" so I can debug some issues I'm having.
some of the messages I'm interested in understanding:
|[sender] make_file recv_generator [sender] flist start=207990, used=9,
low=0, high=8 [sender] [sender] pushing local filters for recv_file_name
received 12 names [generator]
2024 Dec 19
1
PAM session setup and environment variables
On Thu, 19 Dec 2024, Dmitry V. Levin wrote:
> > We could potentially allow-list some variables, but I'd like to get
> > some input from people who (for example) maintain PAM for distributions
> > on what is acceptable.
>
> With my Linux-PAM hat on, the most essential difference between the
> authenticated user code that currently gets the environment variables
>
2011 Jun 25
11
[Bug 8265] New: Long paths, hardlinks, 'special' files [was: Regression: sockets for 3.0.9pre1]
https://bugzilla.samba.org/show_bug.cgi?id=8265
Summary: Long paths, hardlinks, 'special' files [was:
Regression: sockets for 3.0.9pre1]
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: core
AssignedTo:
2004 Jan 19
1
daemon mode - local to server sync failing
I have an rsync server running on nodeA and a client, nodeB.
I am attempting to do a sync/copy from the local machine, nodeB, to the rsync server, nodeA.
The following line from the rsync man page makes it look like this is relatively simple:
for copying from the local machine to a remote rsync server. This is invoked when the destination path contains a :: separator or a rsync:// URL.
I have
2018 Dec 30
2
--partial does not "unhide" the files
Hi,
I used --partial to transfer files from my local computer (rsync 3.1.2,
Debian) to a remote computer (rsync 3.1.1 WD MyPassport Storage device)
The files get transferred, but after successful transfer, the files
are not renamed from .<tmpfile> to <file>.
Where to go next?
Here is the verbose output after transferring an empty file
heiko at blade:~/Pictures$ rsync