similar to: Getting error code 12 when using rsync with ssh in RHEL 8

Displaying 15 results from an estimated 15 matches similar to: "Getting error code 12 when using rsync with ssh in RHEL 8"

2006 May 09
2
Problem creating new record
Hi I have two tables 1. devices 2. device_categories both associated with each other via foreign key device_category_id in device table. I use scaffold and create a base system. I associate the two models together via belongs_to declaration in device model, and has_many declaration in device_categories model. I also add a device category drop-down box on create page to select
2017 Sep 20
0
how many hosts could be down in a 12x(4+2) distributed dispersed volume?
Hi Mauro Tridici, >From the information provided it appears like you have placed 2 bricks of a subvolume on one host. Please confirm. The number of hosts that could go down without losing access to data can be derived based on the brick configuration/distribution. Please let us know the brick distribution plan. Regards, Sunil kumar Acharya Senior Software Engineer Red Hat
2016 Jun 08
2
Rights issue on GPO
Hi all, Here is our smb.conf: [global] workgroup = AD realm = AD.DOMAIN.TLD netbios name = DC200 server role = active directory domain controller server services = -dns idmap_ldb:use rfc2307 = yes #kccsrv:samba_kcc=true acl_xattr:ignore system acls = yes winbind nss info = rfc2307 [netlogon] path =
2016 Jun 09
0
Rights issue on GPO
On 08/06/16 15:34, mathias dufresne wrote: > Hi all, > > Here is our smb.conf: > [global] > workgroup = AD > realm = AD.DOMAIN.TLD > netbios name = DC200 > server role = active directory domain controller > > server services = -dns > idmap_ldb:use rfc2307 = yes > > #kccsrv:samba_kcc=true >
2017 Jun 20
1
glusterfs build question
Hi Sir/Madam, I have a question about glusterfs build. In our environment, we need to build the glusterfs on one server and run it on another one. These two directories are different and the built image includes lots of symbol about the build server, as a result, I cannot run it in the production environment, any your comments will be highly appreciated! Best Regards, Sen --------------
2017 May 30
1
Gluster client mount fails in mid flight with signum 15
Hello All We?ve have a problem with cluster client mounts fail in mid run with this in the log glusterfsd.c:1332:cleanup_and_exit] (-->/lib64/libpthread.so.0(+0x7dc5) [0x7f640c8b3dc5] -->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xe5) [0x7f640df4bfd5] -->/usr/sbin/glusterfs(cleanup_and_exit+0x6b) [0x7f640df4bdfb] ) 0-: received signum (15), shutting down. We?ve tried running debug but
2017 Sep 18
6
how many hosts could be down in a 12x(4+2) distributed dispersed volume?
Dear All, I just implemented a (6x(4+2)) DISTRIBUTED DISPERSED gluster (v.3.10) volume based on the following hardware: - 3 gluster servers (each server with 2 CPU 10 cores, 64GB RAM, 12 hard disk SAS 12Gb/s, 10GbE storage network) Now, we need to add 3 new servers with the same hardware configuration respecting the current volume topology. If I'm right, we will obtain a DITRIBUTED
2018 Apr 27
2
How to set up a 4 way gluster file system
Hi, I have 4 nodes, so a quorum would be 3 of 4. The Q is I suppose why does the documentation give this command as an example without qualifying it? SO I am running the wrong command? I want a "raid10" On 27 April 2018 at 18:05, Karthik Subrahmanya <ksubrahm at redhat.com> wrote: > Hi, > > With replica 2 volumes one can easily end up in split-brains if there are
2003 May 08
0
FW: force group parameter problem
I accidently replied to the individual instead of the message board when I sent this the first time. Chris Wright Network Specialist Information Technology Outreach Services (ITOS) University of Georgia (706) 542-1976 cwright@itos.uga.edu -----Original Message----- From: Chris Wright Sent: Thursday, May 08, 2003 10:05 AM To: 'John H Terpstra' Subject: RE: [Samba] force group parameter
2017 Jun 01
2
Gluster client mount fails in mid flight with signum 15
All four clients did run 3.10.2 as well The volumes has been running fine until we upgraded to 3.10, when we hit some issues with port mismatches. We restarted all the volumes, the servers and the clients and now hit this issue. We?ve since backed up the files, remove the volumes, removed the bricks, removed gluster, installed glusterfs 3.7.20, created new volumes on new bricks, restored the
2005 Jun 28
3
OCFS2 volumes do no mount automatically on RHEL4 also
On RHEL4 also, the service o2cb starts later than _netdev device mounts. So mount fails. Should the o2cb service start earlier to fix this? Zafar -----Original Message----- From: ocfs2-users-bounces@oss.oracle.com [mailto:ocfs2-users-bounces@oss.oracle.com] On Behalf Of ocfs2-users-request@oss.oracle.com Sent: Tuesday, June 28, 2005 12:00 PM To: ocfs2-users@oss.oracle.com Subject: Ocfs2-users
2003 May 07
2
force group parameter problem
Hello. I'm having some trouble with the force group parameter in the smb.conf file. I'm running samba 2.2.8a on RedHat 9. The smb.conf file has the following entries: [sales] comment = Sales Share path = /sales public = no writable = yes create mask = 0770 directory mask = 0770 force group
2005 Nov 18
12
[Bug 3271] New: Rsync instances stay in memory when using in daemon mode
https://bugzilla.samba.org/show_bug.cgi?id=3271 Summary: Rsync instances stay in memory when using in daemon mode Product: rsync Version: 2.6.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2006 May 10
0
rubygems installation location
Hi I just want to know where exactly gem should install. I had rails already installed in my system. I just installed gem package and tried to install a package through it. Unfortunately its prompting me to install rails also as dependency. I would also like to state that both rails and gem are installed on different locations. Regards Chetan Thapliyal
2006 May 12
1
Problem in including javascript files
Hi, I am using this <%= javascript_include_tag ''/editor/xyz.js'' %> to include javascript source to my code. But I am getting this as output <script src="/editor/xyz.js?" type="text/javascript"></script> I just want to know why I am getting a question mark in "/editor/xyz.js?". Thanks for any assistance in advance. Regards