Displaying 20 results from an estimated 2000 matches similar to: "rsync image files?"
2002 Jul 29
2
rsync from Windows and Linux over ssh
Hi All,
I'm a newbie to RSYNC on Windows.
I installed RSYNC(version 2.5.1) on Windows and it is
running as a service on Windows 2000.
I've been trying to copy some files using RSYNC on
linux machine running RH Linux 7.2 kernel 2.4.7 from
Windows 2000 machines using the following command:
$rsync -avz -e ssh <windows-machine>:/rsync/* .
but i'm getting the following error
2020 Nov 08
4
Can't join domain (LDAP error)
Hi,
I'm trying to set up an AD DC in an iocage jail on FreeBSD (to avoid the issues of having the DC a file server) but I'm running into some trouble.
I've setup Kerberos and can kinit OK:
root at samba-addc:/ # kinit administrator
administrator at BEGER.COM.AU's Password:
root at samba-addc:/ # klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: administrator at
2016 Sep 04
4
more than one IP address on network device?
On 04.09.2016 15:18, Ulf Volmer wrote:
> On 09/03/2016 07:34 PM, Walter H. wrote:
>
>> if I would need an additional IPv6 address I'd just add
>> IPV6ADDR_SECONDARIES="ipv6addr"
>> to this file; if I would need an additional IPv4 address this works only
>> by a virtual device
>> e.g. eth0:1 like this:
> That's not true, you can add ipv4
2006 Oct 06
12
Two outbound internet links, using one network interface
Hi,
I am trying to categorize the network traffic and to send it out across
two different providers.
For this I mark the packets in the firewall (in the PREROUTING chain of
table mangle),
and then use another routing table for the marked packets, which has a
different gateway
from the main routing table. Basicaly I am following the cookbook
example in this page:
2020 Aug 30
2
ID mapping with SFU not setting shell
Hi,
I'm trying to use SFU to set user IDs, shells, etc. but I can't work out the right magic - it always seems to use default template shell and home directory (but the UID seems correct)
The global section of my smb4.conf looks like so:
# Global parameters
[global]
log level = all:2
netbios name = GATEWAY2
realm = BEGER.COM.AU
server role = active
2020 Nov 08
2
Can't join domain (LDAP error)
> On 8 Nov 2020, at 20:24, Rowland penny via samba <samba at lists.samba.org> wrote:
>> ldbsearch does not work either:
>> root at samba-addc:/ # samba-ldbsearch -H ldap://gateway2.beger.com.au -U beger/darius '(objectclass=person)'
>> Failed to connect to ldap URL 'ldap://gateway2.beger.com.au' - LDAP client internal error: NT_STATUS_INVALID_PARAMETER
2012 Mar 20
4
Batch mode creates huge diffs, bug(s)?
So the short summary of my problem is, the batch file rsync creates is HUGE
for a very small change. The idea is to create workstation image with
partimage, update it with some software and send the image update diff over
the wire to a large number of destinations over a satellite link, but the
batch file updates are several orders of magnitude too large. I don't know
exactly how partimage
2016 Sep 04
4
more than one IP address on network device?
On 09/04/2016 05:00 PM, Ulf Volmer wrote:
>> IPADDR2=192.168.1.10
>> BROADCAST2=192.168.1.255 <--
>> NETMASK2=255.255.255.0
>> NETWORK2=192.168.1.0 <--
>> GATEWAY2=192.168.1.1 <--
>>
>> in case they don't match the first IP address?
>
> I'm not sure at this point. If you have to add a second ip in another
> different network
2005 May 25
13
Cisco 7960 Firmware help please.
Was in the process of upgrading a 7960 to SIP and in advertently applied
a skinny image (P003G302.bin), now no matter what i put in OS79XX.TXT
and OS7960.TXT it simply wont upgrade. The phone is pulling down
OS79XX.TXT from my TFTP server but then goes on to repetedly ask for
SEP<MACaddr>.cnf.
Help!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Aug 30
1
Log spam "Failed to bind to uuid ..."
Hi,
I recently replaced an ageing server running Samba 4.5.10 with one running Samba 4.11.8. They both run FreeBSD / ZFS. The site is setup as an AD (I wrote https://wiki.freebsd.org/Samba4ZFS while doing it).
My original plan was to join the new server to the domain, shut down the old one and rename it but renamedc complained the old name was still present so I just keep the name (gateway2).
2004 Jan 19
1
Problems with source routing
Hello
I have the following problem:
LAN<--->LINUX_ROUTER<--> 2 internet gateways
gateway1: adsl
gateway2: ppp connection
I want the following
Machines from LAN going to Internet tcp port 80 :-> gateway1
Machines from LAN goint to Internet tcp port 22 :-> gateway2
Everything else: -> gateway1
How can I acomplish this? I am using kernel 2.4.24
Can I combine dead gateway
2003 Jan 17
2
Using IE 5 from an existing windows 98 partition on Mandrake 9.0
Dear all,
I have problems in using IE 5 from an existing windows partition. Does anybody
have a step by step guide on how to install it? If someone gives me some
hints, I would be more than willing to write an HOWTO.
Linux Mandrake 9.0 with wine-cvs-opengl-103102-1, with a windows 98 partition
on disk.
Corrado
1999 Jul 09
1
Sharing in another network
Hi,
I'm trying to share a machine that's on the other side of a gateway.
The machine being shared is a Linux (kernel 2.2.1 (RedHat 5.2) and samba
2.0.3), and the box trying to access it is NT4.0 with SP5.
It looks something like this
------- --------- ------
|Linux|-----------|Gateway|----------| NT |
------- --------- ------
192.168.32.72
2008 Jun 18
3
Pulling Hair Out - TWiki 4.2 on CentOS 5
I thought I would turn here before giving up. I am trying to install Twiki
4.2 on CentOS 5 with all updates. (I also tried Twiki 4.1.2 as well)
I am running a custom rolled Apache 2.2.8 server and custom rolled PHP 5.2.6
(built with oracle support). These work and are rock solid. I've been using
the same config with very heavy duty scripts and php applications with no
issues.
When trying to
2010 Jun 02
0
partimage-ng command line backup of LV snapshot
Perhaps slightly OT, but I am trying to speed up a backup script which
takes an lv snapshot and does this:
dd if=lv_snapshot | gzip -c > /destination/lv_file_name.gz
Does anyone have an equivalent example using partimage-ng that they would
be kind enough to share? - I have been told it would be much faster/more
efficient, hence the question. Ten minutes of browsing the partimage-ng
docs have
2006 Nov 30
1
bug in arima? (PR#9404)
I don't think arima works exactly the way one would expect when there is differencing. What I think should happen is that by
default the mean of the differenced series is estimated and if include.mean=F, then it is not. This is not what happens. Instead
when there is differencing the include.mean argument is ignored.
Now I guess, someone could argue that the mean of the original series
2015 Apr 15
2
systemd private tmp dirs
On Wed, Apr 15, 2015 at 4:07 PM, Matthew Miller <mattdm at mattdm.org> wrote:
> On Wed, Apr 15, 2015 at 03:55:34PM -0500, Les Mikesell wrote:
>> Is there a generic way that processes written to share files with
>> (say) apache in /tmp can figure out that they are running on an OS
>> with systemd and in that case, where the daemon in question thinks
>> /tmp is?
2009 Oct 20
2
all our circuits are busy now
I am not sure why I am getting this message,
I have an outbound route that goes to asterisk gateway1 then asterisk
gateway2
When all lines on asterisk gateway1 are full, I get the message " all our
circuits are busy now" then few second later, the phone rings, going to the
second route! And the call can be established, how can I get rid of this
message??
thanks
--------------
2014 Oct 30
1
libvirt with VirtualBox - possible to specify path to snapshot folder in domain.xml?
Hi!
I'm using libvirt withVirtual Box. I have installed libvirt 0.10.2 and Virtual Box 4.1.Is possible to spesify the pat to the folder I want my differencing image created in in my domain.xml file? When I define my vm (virsh domain.xml) with my domain.xml and use the readonly tag, Virual Box creates a differencing image (default in users Vitual Box VMs folder). I want to specify in my
2011 Nov 28
0
blktap_2.0.90-1_amd64.changes is NEW
(new) blktap-dev_2.0.90-1_amd64.deb extra devel
Xen API blktap shared library (development files)
The Xen Cloud Platform (XCP) is an open source enterprise-ready server
virtualization and cloud computing platform, delivering the Xen Hypervisor
with support for a range of guest operating systems. This package is part
of it. It implements the userland part of the blktap driver.
.
Virtual Hard