similar to: default destination of files with no :/ path on the server

Displaying 20 results from an estimated 30000 matches similar to: "default destination of files with no :/ path on the server"

2011 Nov 14
2
Not all files copied
First time posting to this mail list. Be gentle :-) Project: Building new Linux Fedora server to replace the existing Solaris 10 x86 server. Rsync is being used to transfer files from the current server to the new server. The rsync daemon didn't want to start on the older server via inetd. Not a big deal, I just manually started it. The first directory being copied is /home.
2011 Feb 09
1
rsync permission denied , without changing apache user and group setting
Hi i got two server webserver1 and webserver2 i want to rsync some data form webserver1 to webserver2 using a user called syncuser ( syncuser is added to the group apache : adduser -G apache syncuser ) here is my command : [root at web1 projects]# rsync -avzh /var/www/projects/beta-website1 syncuser at web2server:/var/www/projects syncuser at web2server password: building file list ... done
2017 Jul 11
1
Problem with download from local mirror
Thanks for consideration I use this command for update my repo rsync -avzH --delete-after centos.mirror.angkasa.id::centos /home/centos/ --log-file=/var/log/rsync/rsync.log.$(date +%Y%m%d%H%m%S) Best Regard Mohsen On Mon, Jul 10, 2017 at 11:32 PM, Marcelo Roccasalva < marcelo-centos at irrigacion.gov.ar> wrote: > On Mon, Jul 10, 2017 at 3:49 PM, mohsen Abbaspour >
2013 Jan 23
1
Multiple default gateways. Unable to ping other hosts.
Hello everyone, ?? I'm new to TINC. Today, I've started using it, and now I've a network on around 9 dedicated servers and 15+ VPS ?? into a single VPN. I switched from OpenVPN. ? ? ?? But, I've a problem adding another node to the VPN. ? ? ?? Basically this node is a VPS with two IPs, on a single eth0, with eth0 -> IP1, eth0:1 -> IP2. IP1 and IP2 are on ?? different
2016 Nov 04
2
Suddenly getting lots of "Unable to send packet: Address Family mismatch between source/destination" but ONLY on 1 of 2 VPSs in same datacentre.
Two VPSs. Identical setups with the exception of the extension. Same version of everything, Asterisk 14.1, Ubuntu 16.10, same firewall rules and so on - box 2 was cloned from box 1. Both VPSs run in the same datacentre. Suddenly, after weeks of OK, I'm getting lots of this on ONE box only: [Nov 4 21:23:04] NOTICE[1468]: res_hep.c:466 hep_queue_cb: Unable to send packet: Address Family
2016 Nov 10
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Sat, Aug 20, 2016 at 05:07:42PM +0900, Namhyung Kim wrote: > The virtio pstore driver provides interface to the pstore subsystem so > that the guest kernel's log/dump message can be saved on the host > machine. Users can access the log file directly on the host, or on the > guest at the next boot using pstore filesystem. It currently deals with > kernel log (printk) buffer
2016 Nov 10
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Sat, Aug 20, 2016 at 05:07:42PM +0900, Namhyung Kim wrote: > The virtio pstore driver provides interface to the pstore subsystem so > that the guest kernel's log/dump message can be saved on the host > machine. Users can access the log file directly on the host, or on the > guest at the next boot using pstore filesystem. It currently deals with > kernel log (printk) buffer
2016 Jul 18
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
The virtio pstore driver provides interface to the pstore subsystem so that the guest kernel's log/dump message can be saved on the host machine. Users can access the log file directly on the host, or on the guest at the next boot using pstore filesystem. It currently deals with kernel log (printk) buffer only, but we can extend it to have other information (like ftrace dump) later. It
2016 Jul 18
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
Hello, On Sun, Jul 17, 2016 at 10:12:26PM -0700, Kees Cook wrote: > On Sun, Jul 17, 2016 at 9:37 PM, Namhyung Kim <namhyung at kernel.org> wrote: > > The virtio pstore driver provides interface to the pstore subsystem so > > that the guest kernel's log/dump message can be saved on the host > > machine. Users can access the log file directly on the host, or on the
2016 Jul 18
2
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
Hello, On Sun, Jul 17, 2016 at 10:12:26PM -0700, Kees Cook wrote: > On Sun, Jul 17, 2016 at 9:37 PM, Namhyung Kim <namhyung at kernel.org> wrote: > > The virtio pstore driver provides interface to the pstore subsystem so > > that the guest kernel's log/dump message can be saved on the host > > machine. Users can access the log file directly on the host, or on the
2015 Feb 18
0
Preserve ACLs Changing Group. File Cannot Be Opened on Destination
When using the following to keep duplicate files on multiple computers, I find some files have their ACLs changed and cannot then be opened. I am using the following command. My goal is to be able to read/write/edit any local or remote file from any machine. Until recently this worked just fine, but now some files cannot be opened once rsync'd. rsync -avzh --progress --delete --super -A
2010 Jun 14
1
logging stopped suddenly
Hello list, I noticed today that the last logfiles dates 3 days ago ! The logfiles are rotated every night. The logfiles of 2 days ago, 1 day ago and today are empty ! vps*CLI> module show like logger Module Description Use Count 0 modules loaded vps*CLI> logger reload [Jun 14 11:57:19] == Parsing
2010 Dec 02
1
rotate of logfiles
Hello list. This is not a life-threatening question, but still quite important for debugging. I have the following crontab : 15 0,8,12,17 * * * /usr/sbin/asterisk -rx 'logger rotate' Because I have debug level 9, logfiles get quite large. I notice that the rotation of the logfiles goes to plan, except at 17h15. I currently have : -rw-r--r-- 1 root root 59024 Dec 2 09:36
2020 Feb 16
6
Encrypted container on CentOS VPS
I wonder if it is possible to set up an encrypted "file container" on a CentOS VPS? I am the root user of the VPS but the hosting company also has access to the VPS and thus all files. Is it possible to create a LUKS-container on the VPS and those files only be accessible by me? IOW, most of the file system on the VPS would be regular file system but the container could be used by me as
2020 Feb 16
1
Encrypted container on CentOS VPS
Am 16.02.20 um 16:46 schrieb Subscriber: > > ----- On Feb 16, 2020, at 5:18 PM, H agents at meddatainc.com wrote: > >> I wonder if it is possible to set up an encrypted "file container" on a CentOS >> VPS? > > Yes. You can create LUKS-container on CentOS VPS. > >> I am the root user of the VPS but the hosting company also has access to >> the
2016 Nov 15
4
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Tue, Nov 15, 2016 at 01:50:21PM +0900, Namhyung Kim wrote: > Hi Michael, > > On Thu, Nov 10, 2016 at 06:39:55PM +0200, Michael S. Tsirkin wrote: > > On Sat, Aug 20, 2016 at 05:07:42PM +0900, Namhyung Kim wrote: > > > The virtio pstore driver provides interface to the pstore subsystem so > > > that the guest kernel's log/dump message can be saved on the host
2016 Nov 15
4
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Tue, Nov 15, 2016 at 01:50:21PM +0900, Namhyung Kim wrote: > Hi Michael, > > On Thu, Nov 10, 2016 at 06:39:55PM +0200, Michael S. Tsirkin wrote: > > On Sat, Aug 20, 2016 at 05:07:42PM +0900, Namhyung Kim wrote: > > > The virtio pstore driver provides interface to the pstore subsystem so > > > that the guest kernel's log/dump message can be saved on the host
2016 Aug 12
3
Linux TCP flaw
Hi So after reading this, felt I should apply the fix to a CentOS6 VPS that I have. http://www.zdnet.com/article/linux-tcp-flaw-lets-anyone-hijack-internet-traffic/ The article doesn't talk about CentOS or Redhat, but I assume the problem is the same, and hoping the solution is the same. However that doesn't seem to be the case. [root at vps ~]# uname -r 2.6.32-042stab108.7 [root at
2017 Dec 13
1
Mail-crypt plugin clarification
rje writes: > I'm looking into ways to encrypt the stored email on my server. The idea is > to make it impossible for my hosting provider (who has access to my VPS) to > read the mail from the disk. Just to be clear, if at any point your VPS has access to the plaintext mail (or keys that decrypt mail), then the VPS provider could access your decrypted mail. To make it unfeasible
2019 Apr 22
2
Setting up simple routing for all trafic of one host through another
Hello dear tinc users, I've been looking for a while now for a solution in the mailing list and maybe I'm guiltily too lazy to learn all that there is to know about Linux routing and that's why I'm still stuck. To get right to it: I have 2 hosts connected with tinc - one of them is a VPS with a public address and static IP address and the other is my desktop machine, both run