Displaying 20 results from an estimated 2000 matches similar to: "mounting ext usb drive"
2001 Dec 30
1
"hosts allow" secure?
How secure is "hosts allow"?
I have "hosts allow = bkup" in my rsyncd.conf. Then in /etc/hosts I have:
64.29.16.235 bkup
This makes only 64.29.16.235 able to connect to rsync.
Could someone spoof their hostname somehow to trick rsync into letting
them in, though? e.g. If they reverse DNS says that they're called "bkup".
2003 Oct 13
1
Rsync deletes too much?
Hello. I'm having a problem using rsync to copy my root partition to a
new disk. This disk has a previous copy on it, and rsync seems determined
to (unnecessarily) delete files from it. Worse, despite the fact that the
files DO exist on the source, it does not update the destination, leaving
me with less than I had before?!
Here's my usage:
] server# /usr/local/bin/rsync -naxv --delete
2004 Oct 05
6
group change causing failure
OK, I searched through the archives and didn't find anything so I must be
doing something stupid.
I just compiled 2.6.3 and am trying to get it to run on linux 2.6.8.1 kernel
with a more or less fedora core2 environment. I was trying between two
systems but I have narrowed it down to what I believe is a pretty simple
case. Here is my setup/test:
Last login: Mon Oct 4 19:30:49 2004
2017 Jan 02
2
cron job failures with a perl script containing Astro::Time
Everyone,
I am building a gateway server with a new : CentOS Linux release
7.3.1611 (Core)??with 3.10.0-514.2.2.el7.x86_64 kernel.
Everything was going find, but I was not able to get a particular
cronjob to function properly that contained a perl script with
Astro::Time as an include file. Astro::Time was installed with the use
of the cpan module downloaded from the Centos repositories.
The
2003 Jul 03
2
pre/postexec
Running system: SuSE 7.2 (kernel 2.2.4) & samba-3.0.0beta1. There is
coexisting Win(Millennium) system at the server (reason: many win partitions
MUST be directly available at the central unit under windows after rebooting
to windows).
People connect their laptops (with small HD and Win2k SP2) to central unit and
samba offers shares with Linux accounts. However, there are many win
2003 Dec 01
3
rsync'd destination much larger than source
Hello.
Recently, I started using rsync to backup files in my root partition on an
Ensim
box over to a remote machine. The remote machine 'pulls' from the Ensim box
using the following:
rsync -arvzx --exclude=/proc --exclude=/tmp --exclude=/mnt --delete
--delete-excluded -e ssh 192.168.0.1:/ /bkup/rootpart/
The problem is, if I 'df' the Ensim box, it reports that the entire
2018 Jan 28
2
[virtio-dev] Re: [RFC PATCH net-next v2 2/2] virtio_net: Extend virtio to use VF datapath when available
On 1/28/2018 9:35 AM, Alexander Duyck wrote:
> On Fri, Jan 26, 2018 at 9:58 PM, Jakub Kicinski <kubakici at wp.pl> wrote:
>> On Fri, 26 Jan 2018 21:33:01 -0800, Samudrala, Sridhar wrote:
>>>>> 3 netdev model breaks this configuration starting with the creation
>>>>> and naming of the 2 devices to udev needing to be aware of master and
2002 Apr 16
3
how to take least risk on rsync dir
Hello list,
When rsync dir_A to dir_B, I hope I wont make any change to the original
dir_B unless the rsync procedure end withour errors, therefore, I hope
there's somethig like
rsync -av dir_A dir_B_tmp && \
mv dir_B dir_B.bkup &&
mv dir_B_tmp dir_B
This small script can ensure the minimal change time between 2 versions
of archive. Is this built in the native rsync
2002 Jun 06
8
problem joining the domain
We've encountered a problem with getting a newly installed Samba based
machine to join the domain.
Here's the command line and error response:
[root@chain samba]# smbpasswd -j COLUMBIA -r cmc-bkup -U murphyn
Password:
error creating domain user: NT_STATUS_INVALID_DOMAIN_ROLE
Unable to join domain COLUMBIA.
[root@chain samba]#
Installation is a RedHat 7.2 (from KRUD) box
2002 Jun 23
2
Rsync ssh script execution fails under cron?
I've spent more than a day trying to write a script to backup my remote server to a local machine using ssh. The script works perfectly when I execute it directly (and I've gotten a number of variations to work okay), but I can't get cron to successfully execute it. There is no result output, so it seems cron is hanging on something, but I don't know what.
I'm running it as
2018 Jan 28
1
[virtio-dev] Re: [RFC PATCH net-next v2 2/2] virtio_net: Extend virtio to use VF datapath when available
On 1/28/2018 12:18 PM, Alexander Duyck wrote:
> On Sun, Jan 28, 2018 at 11:18 AM, Samudrala, Sridhar
> <sridhar.samudrala at intel.com> wrote:
>> On 1/28/2018 9:35 AM, Alexander Duyck wrote:
>>> On Fri, Jan 26, 2018 at 9:58 PM, Jakub Kicinski <kubakici at wp.pl> wrote:
>>>> On Fri, 26 Jan 2018 21:33:01 -0800, Samudrala, Sridhar wrote:
2004 Sep 28
1
infinite loop in rsync daemon on Mac OSX
Hello,
I've got rsync --daemon running on an OSX machine, and I have it exporting
the entire hard disk as [rootpath]. On my Linux machine, I run this:
rsync -avvv --delete --exclude /Volumes macbox::rootpath /mnt/bkup/macbox
I redirect the output from that command to a file (nohup.out), and then tail
the file, and I see that it never gets beyond the recv_file_name() stage.
In about 4
2002 Jan 28
1
Write failed flushing stdout buffer.
3 100% 0.00kB/s 0:00:00
wrote 30496 bytes read 327051 bytes 14593.76 bytes/sec
total size is 419896352 speedup is 1174.38
Write failed flushing stdout buffer.
write stdout: Broken pipe
time /usr/local/bin/rsync -avzP host: /bkup-zone --delete
this is the command which is being run, and I get the above error message
everytime. The phenomenon doesn't happen when just copying certain
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04:
Location A
(work occurs changing files)
rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/
Location B
rsync --read-batch /media/bkup/foo.rsb /path/to/files/
rsync --read-batch /media/bkup/foo.rsb /path/to/copy/
(work occurs changing files)
rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/
2002 Apr 23
2
Rsync 2.5.5 Error Tags
I've gotten several different errors with rsync. Maybe someone can help me.
1.
rsync -azSH --stats --delete-after /export/home remote:/export/home/bkup
delete_file: rmdir(home/greg/vnmrsys) : File exists
rsync: symlink "home/greg/vnmrsys" -> "/export/home/vnmrsys": File exists
unexpected tag 91
rsync error: error in rsync protocol data stream (code 12) at io.c(298)
2.
2019 Feb 20
4
Error NT_STATUS_CONNECTION_REFUSED
Hi,
After installing samba on ubuntu 18.04 following the guide at
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
can't do anything with it.
# smbclient -L localhost -N
Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
looks like its not even running...
ps ax | egrep "samba|smbd|nmbd|winbindd"
1965 pts/0 S+ 0:00
2019 Feb 19
3
how to configure smb.conf after installing samba-dc.x86_64 0:4.8.3-4.el7 centos7
Hi, installed samba-dc.x86_64 on a new VM. There used to be a great web
based tool to configure smb.conf or smb4.conf which used to be (in
FreeBSD Systems) /usr/local/sbin/swat
In a CentOS system, other than using plain vim how does one configure
smb.conf?
Thanks!
2010 Mar 23
0
zfs send/receive and file system properties
I am trying to coordinate properties and data between 2 file servers.
on file server 1 I have:
zfs get all zfs52/export/os/sles10sp2
NAME PROPERTY VALUE SOURCE
zfs52/export/os/sles10sp2 type filesystem -
zfs52/export/os/sles10sp2 creation Mon Mar 22 15:28 2010
2006 Feb 10
2
Unable to access and browse a DFS tree
Please help me understand why I am unable to connect to and browse the
newly configured DFS tree that I installed on my Samba server according
to the instructions found in Chapter 18. "Hosting a Microsoft
Distributed File System Tree" of the official how-to.
Irrespective of whether I try to access the dfs file tree from either
the local file browser (and choosing the SMB tree) or from
2002 Jun 06
3
Loosing Samba Shares Across Segments
I have two Samba servers configure similarly. One shares fine across our
entire network and the other only works within its own segment. I have
poured over the smb.conf files and cannot see what it preventing the one
from crossing segments. These both are Debian 2.2 boxes and I am just
modifying the default smb.conf files. I am hoping a fresh pair of eyes will
help. Any help would be greatly