Displaying 20 results from an estimated 300 matches similar to: "Slow reading speed over RDMA"
2016 Jan 20
2
Incoming webrtc call succeeds in Firefox but fails in Google Chrome
I am having trouble getting Google Chrome to accept a WebRTC call coming from Asterisk, even though Firefox can (now) accept the same call without issue.
My setup is as follows:
Server:
CentOS 7 x86_64 (Elastix 4 RC) with IP: 10.1.0.4 192.168.5.146
asterisk-11.21.0 patched to work around https://issues.asterisk.org/jira/browse/ASTERISK-25659
openssl-1.0.1e-51.el7_2.2.x86_64
[root at elx4 ~]#
2008 Feb 27
2
DO NOT REPLY [Bug 5287] New: FreeBSD pre10 compilation warnings report
https://bugzilla.samba.org/show_bug.cgi?id=5287
Summary: FreeBSD pre10 compilation warnings report
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: FreeBSD
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: 14709c93@mailinator.com
2012 Jan 13
1
Quota problems with Gluster3.3b2
Hi everyone,
I'm playing with Gluster3.3b2, and everything is working fine when
uploading stuff through swift. However, when I enable quotas on Gluster,
I randomly get permission errors. Sometimes I can upload files, most
times I can't.
I'm mounting the partitions with the acl flag, I've tried wiping out
everything and starting from scratch, same result. As soon as I
2006 Aug 03
1
[ win32utils-Bugs-5287 ] v 0.4.1 - Clipboard.set_data causes Segmentation fault
Bugs item #5287, was opened at 2006-08-03 11:34
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=5287&group_id=85
Category: win32-clipboard
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: v 0.4.1 - Clipboard.set_data causes Segmentation fault
Initial Comment:
Whenever
2006 Mar 30
1
OCFSv2 certification dates
Hi,
The oss.oracle.com website has the following statement:
OCFS2 certification with Oracle 10g Release 2 RAC on Linux x86, x86-64, Itanium and Power is currently in progress.
Is there any indication when this process will be completed? We have a customer in NZ that wants to use OCFSv2 for the OCR and voting files with 10.1.0.4 RAC on RHAS4.0 Linux x86-64. They do not want to use raw devices
2017 Sep 25
2
how to verify bitrot signed file manually?
resending mail.
On Fri, Sep 22, 2017 at 5:30 PM, Amudhan P <amudhan83 at gmail.com> wrote:
> ok, from bitrot code I figured out gluster using sha256 hashing algo.
>
>
> Now coming to the problem, during scrub run in my cluster some of my files
> were marked as bad in few set of nodes.
> I just wanted to confirm bad file. so, I have used "sha256sum" tool in
>
2017 Sep 22
0
how to verify bitrot signed file manually?
ok, from bitrot code I figured out gluster using sha256 hashing algo.
Now coming to the problem, during scrub run in my cluster some of my files
were marked as bad in few set of nodes.
I just wanted to confirm bad file. so, I have used "sha256sum" tool in
Linux to manually get file hash.
here is the result.
file-1, file-2 marked as bad by scrub and file-3 is healthy.
file-1 sha256
2004 Apr 27
1
SCP misses copying a file on error (possible bug?)
RCSID("$OpenBSD: scp.c,v 1.113 2003/11/23 23:21:21 djm Exp $");
Part of the OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003 distribution
Could someone verify this case we found that causes a file to be missed during copying?
Not copying a file without any error indication is a major problem.
Here is the setup to replicate the problem:
On hosta /tmp:
-rwxrwxr-x 1
2004 May 04
0
[Bug 863] SCP misses copying a file on error
http://bugzilla.mindrot.org/show_bug.cgi?id=863
Summary: SCP misses copying a file on error
Product: Portable OpenSSH
Version: 3.8p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: rxanders at
2017 Sep 21
2
how to verify bitrot signed file manually?
Hi,
I have a file in my brick which was signed by bitrot and latter when
running scrub it was marked as bad.
Now, I want to verify file again manually. just to clarify my doubt
how can I do this?
regards
Amudhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170921/f69ff7be/attachment.html>
2007 Jul 30
0
[PATCH][1/4][IOMGR] I/O request Manager body
This patch provides a I/O request management framework.
This framework can control virtual block device threads at 7 places :
* deciding that virtual block devices(threads) is ether going or waiting,
* before allocating pending_request variables,
* after allocated pending_request variables,
* after allocated no pending_request variables (Namely, out of request),
* after freed
2017 Oct 03
1
how to verify bitrot signed file manually?
my volume is distributed disperse volume 8+2 EC.
file1 and file2 are different files lying in same brick. I am able to read
the file from mount point without any issue because of EC it reads rest of
the available blocks in other nodes.
my question is "file1" sha256 value matches bitrot signature value but
still, it is also marked as bad by scrubber daemon. why is that?
On Fri, Sep
2019 Apr 16
0
[RFC 3/3] RDMA/virtio-rdma: VirtIO rdma driver
On 4/11/19 4:01 AM, Yuval Shaia wrote:
> +++ b/drivers/infiniband/hw/virtio/Kconfig
> @@ -0,0 +1,6 @@
> +config INFINIBAND_VIRTIO_RDMA
> + tristate "VirtIO Paravirtualized RDMA Driver"
> + depends on NETDEVICES && ETHERNET && PCI && INET
> + ---help---
> + This driver provides low-level support for VirtIO Paravirtual
> + RDMA adapter.
2017 Sep 29
1
how to verify bitrot signed file manually?
Hi Amudhan,
Sorry for the late response as I was busy with other things. You are right
bitrot uses sha256 for checksum.
If file-1, file-2 are marked bad, the I/O should be errored out with EIO.
If that is not happening, we need
to look further into it. But what's the file contents of file-1 and file-2
on the replica bricks ? Are they
matching ?
Thanks and Regards,
Kotresh HR
On Mon, Sep 25,
2019 Apr 19
0
[RFC 2/3] hw/virtio-rdma: VirtIO rdma device
On Thu, Apr 11, 2019 at 02:01:56PM +0300, Yuval Shaia wrote:
> diff --git a/include/standard-headers/linux/virtio_ids.h b/include/standard-headers/linux/virtio_ids.h
> index 6d5c3b2d4f..bd2c699450 100644
> --- a/include/standard-headers/linux/virtio_ids.h
> +++ b/include/standard-headers/linux/virtio_ids.h
> @@ -43,5 +43,6 @@
> #define VIRTIO_ID_INPUT 18 /* virtio input
2007 Jun 05
0
[PATCH][XENTOP][4/4] Display blktap statistics.
This patch make xentop output statistics about both blkback and blktap.
And, xentop also display back-end driver type in detail view mode.
# HG changeset patch
# User s-uchida@ap.jp.nec.com
# Date 1180665749 -32400
# Node ID 1b36d6f6c7a98728382de93ee23c8c97b0b95dbd
# Parent 1768a89bb87824249827d935d7803d8193bdeb05
XENTOP: Displaying blktap information.
Signed-off-by: Satoshi UCHIDA
2003 Nov 14
3
chan_zap won't load after CVS update
I've just finished updating my Asterisk to the CVS version.
Unfortunately, chan_zap won't load anymore.
The hardware has not changed and the config files have not changed. I
can re-install the two packages back and forth. The old one will still
work. The new one won't. I tried updating to a brand-new zaptel and
wcfxo modules, with no difference. This has got to be the most
2005 Aug 10
0
Samba 3.0.10 Authentication in an NT4 Domain
I'm trying to set up a Samba file server inside of an NT4 domain. I'm
using Samba 3.0.10 My config files are at the bottom of this post.
The server appears on the windows network inside the domain called for
in it's smb.conf. But when you try to access it from any client which
does not have an account on the box it prompts for a user name and
password. When you enter a user name and
2008 Nov 12
15
[PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
This patchset expands traditional CFQ scheduler in order to support cgroups,
and improves old version.
Improvements are as following.
* Modularizing our new CFQ scheduler.
The expanded CFQ scheduler is registered/unregistered as new I/O
elevator scheduler called "cfq-cgroups". By this, the traditional CFQ
scheduler, which does not handle cgroups, and our new CFQ
2008 Nov 12
15
[PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
This patchset expands traditional CFQ scheduler in order to support cgroups,
and improves old version.
Improvements are as following.
* Modularizing our new CFQ scheduler.
The expanded CFQ scheduler is registered/unregistered as new I/O
elevator scheduler called "cfq-cgroups". By this, the traditional CFQ
scheduler, which does not handle cgroups, and our new CFQ