similar to: Set default owner

Displaying 20 results from an estimated 20000 matches similar to: "Set default owner"

2004 Jul 16
1
Rsync using --daemon - how to specify port on client side for upload.
Hi, I'm not sure what whether I have constitutes a bug, but here goes; I have two scripts; one I use when my website is 'correct' and i need a copy on my mirror, in which case, I start rsync like so; rsync -avvz rsync://www.clintoneast.com:20000/clinton /home/cje/mirror/ opening tcp connection to www.clintoneast.com port 20000 receiving file list ... It works fine. However, i
2002 May 20
2
exit code 23 - inappropriate error for copying symlinks?
Hi, I've just created a small directory as an example, it holds a file and two symlinks that don't point to anything, and another symlink going nowhere in a subdirectory. rsync (2.5.5) is happy to copy these but produces an error. I can't see why it considers this an error? It's not even aborting after it first encounters this 'error'. $ ls -lR /var/tmp/rsync.test
2007 Mar 15
2
Default 4.4 kernel and NTFS?
I just installed Centos 4.4 and performed a Yum update to freshen all out-of-date files. I also have two IDE drives that are NTFS partitioned, but noticed they are not seen by the kernel. I visit /usr/src/kernels/2.6.9-42.EL-i686 and copy the Makefile.bak to Makefile and run make xconfig. Reviewing the supported filesystems, ntfs is not selected. Any reason why not? What is the easiest and
2002 May 03
1
Updating the docs/help on the default remote shell
Since rsync can now be configured with a different default remote shell than "rsh", I think the docs should be updated a bit. Anyone object to these changes? (Note that I also fixed the misstatement that ssh prefers blocking IO.) ..wayne.. ---8<------8<------8<------8<---cut here--->8------>8------>8------>8--- Index: options.c --- options.c 2002/05/03
2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
A while back I argued for adding a --with-rsh=CMD option to configure and got some general agreement that it would be a good thing (especially for systems that don't have rsh at all). However, the changes were never integrated into rsync. This patch adds the --with-rsh=CMD option to configure and modifies main.c to improve the blocking-IO setting code. The old code would set blocking_io to
2003 Dec 16
3
default --rsh
On Mon, Dec 15, 2003 at 10:51:08AM -0800, Wayne Davison wrote: > On Mon, Dec 15, 2003 at 10:03:28AM -0800, jw schultz wrote: > > > The one thing i really would have liked to have seen in a version bump > > would have been changing the default remote shell to ssh instead of > > rsh/remsh. > > I can see this being both a good thing (since I think it is a better >
2015 Mar 11
0
cobbler reposync fails when accessing the CentOS 6 extras repos
Hi everyone, We are updating local repos from different mirrors using cobbler reposync. This has been working fine for the longest time but started to fail a few days ago (see below for failure details). I first try to use a different mirror but that didn?t help. This morning, I modified cobbler to disable the auto-update for the centos/6/extras/i386/ and centos/6/extras/x86_64/ repos. After
2001 Oct 31
2
Multiples rsyncs with multiple sshs...CPU overload
Hello Folks, I am using rsync 2.4.6 over ssh on Solaris 2.6 machines. It's been working great for months keeping three DMZ ftp servers in sync...now, though, I am trying to implement a new solution with DMZ and "inside" ftp servers. Basically, I want to sync files being ftp'ed to the DMZ server over to an "inside" machine, and since some processing (decryption) then
2001 Jul 29
1
add version 2 identities by default, too
[ I'm not subscribed to this list; please CC any followups to me as well ] When a user invokes "ssh-add" with no arguments, I think we should default to adding both version 1 and version 2 keys. Here's a patch against the source included with my Debian package of OpenSSH: walters at space-ghost:/usr/src/ssh/openssh-2.9p2$ diff -u ssh-add.c~ ssh-add.c --- ssh-add.c~ Thu Apr
2004 Feb 13
1
possible bug?
A google search on this problem did not show any matches, so I'll take the chance that someone on this list might consider it an rsync problem. In a nutshell, if rsync forks a child process to handle the transport (rsh in this case) it can hang in wait_process() forever waiting for that child process to die. Normally this would not be a problem. However, if the wrong packet is dropped
2001 Oct 25
1
Default $PATH of rsh (Was Re: What risk is X11Forward to a server?)
>Traditionally the rsh command (as implemented on SysV systems such as >hpux which is where my experience comes from) implements >/usr/local/bin:/usr/bin:/bin, etc., the operative directory being >/usr/local/bin. But openssh does not. Which means I always need to First I wouldn't say that HPUX was a good example of SysV, second /usr/local/bin is certainly not ever placed in the
2005 Aug 23
1
Asterisk set-up for LCR
Hi, This is what I want to do: 1. Asterisk to answer calls via DID's, currently using SIPGATE 2. Provide a menu, and allow users to dial out. 3. According to the country and area they dial, the call should connect via one of up 4 carriers depending on cost. 4. If the carrier is busy it should go to the next one in line and so forth. I have tried to set this up, but it never answers the
2007 Oct 05
3
DO NOT REPLY [Bug 5008] New: make check fails on Cygwin (default-acls)
https://bugzilla.samba.org/show_bug.cgi?id=5008 Summary: make check fails on Cygwin (default-acls) Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: Denis.Excoffier@airbus.com
2001 Feb 06
2
SCO 5.0.5 (i686-pc-sco3.2v5.0.5), scp and the -n option
Ok, using openssh-SNAP-20010126.tar.gz, two versions of the server both compiled with the configure commands as below, one with USE_PIPES defined and one without. This is on SCO OpenServer 5.0.5 (using SCO dev environment, SCO make, etc.) The client is always linux, openssh 2.3.0p1. export CCFLAGS='-L/usr/local/lib -I/usr/local/include' ./configure --sysconfdir=/etc/ssh
2018 Feb 02
0
Slightly OT : newsletters, mail formatting and netiquette
I would prefer simple text in tech and security related news but you are right - they are HTML formatted. I think it is pure marketing thing. people dump other stuff to remind you who they are and for a sort of entertaining us. The same story is in OS desktop GUI including Linux. I use CentOS 6 and 7 and still do not like 7. Not to mention in the morning Win 10 with all its crap included.
2005 Dec 15
0
getting a value from a select list
I''m sure this is an easy question to answer but here is what I am trying to do: I am using this method: @newsletters = Newsletter.find(:all, :order => ''name'') collection_select(:newsletter, :id, @newsletters, :id, :name) I can''t seem to get the id out of the :newsletter param. When i see the post in the logs it has Parameters:
2019 Oct 18
3
[Bug 14163] New: RSYNC_SSL_PORT env should be set for invocation of --rsh command
https://bugzilla.samba.org/show_bug.cgi?id=14163 Bug ID: 14163 Summary: RSYNC_SSL_PORT env should be set for invocation of --rsh command Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee:
2018 Feb 02
0
Slightly OT : newsletters, mail formatting and netiquette
Look into mutipart and offer both html and plain text in the same email. This allows the client to view it as they see fit. If you do send html it has a much more restrictive implementation than html and css for a webpage so study up on what you can and can't do. Mailchimp has some great info about this. Cameron On Fri, Feb 2, 2018 at 1:36 AM, Nicolas Kovacs <info at microlinux.fr>
2014 Apr 22
4
Bootloader data in /boot vs package systems (and atomic updates)
Hi, I'm working on https://wiki.gnome.org/Projects/OSTree which is a general-purpose update system for Linux-based operating systems. It isn't a package system itself, but operates at the same level. A primary goal of OSTree is fully atomic updates, and the "swapped chroots" model works well for most of userspace and the kernel/initramfs. However, syslinux relies on
2008 Jan 05
1
Multiple mounts instead of remounting?
I'm having issues trying to remount any shares using samba. Super Short version mount -o remount /some_windows_share creates a duplicate mount instead of properly remounting. Full details... I have many shares served off of NT4 boxes, mounted via samba on a linux box (RHEL 4). Since long dormant (>12 hour) shares from one server in particular always have problems for a few seconds when