search for: 1,173

Displaying 20 results from an estimated 31 matches for "1,173".

Did you mean: 1,133
2016 Sep 05
2
samba crashing on start up INTERNAL ERROR: Signal 11
On Mon, Sep 5, 2016 at 1:58 AM, Volker Lendecke <vl at samba.org> wrote: > What platform are you on? Can you run that under valgrind? Gentoo, using gcc-5.4.0. initiate_name_query_packet: sending query for name GRIZZLY<1d> (bcast=Yes) to IP 172.27.12.255 add_response_record: adding response record id:...
2016 Sep 06
0
samba crashing on start up INTERNAL ERROR: Signal 11
Looks like tevent-0.9.30 is somehow the problem. After dropping back to tevent-0.9.29 samba no longer crashes. On Mon, Sep 5, 2016 at 1:27 PM, Sonic <sonicsmith at gmail.com> wrote: > On Mon, Sep 5, 2016 at 1:58 AM, Volker Lendecke <vl at samba.org> wrote: >> What platform are you on? Can you run that under valgrind? > > Gentoo, using gcc-5.4.0. > > initiate_name_query_packet: sending query fo...
2000 Mar 14
1
qr.solve (fwd)
Two friend reported me a problem, which I can't solve: (I run R-1.0.0, Debian Linux) They hava a function "corr.matrix" (see end of mail), and when they create a 173x173 matrix with this function V <- corr.matrix(0.3, n=173) V1 <- qr.solve(V) reports: Error in qr(a, tol = tol) : NA/NaN/Inf in foreign function call (arg 1) For n < 173, qr....
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { bo...
2016 Sep 04
2
samba crashing on start up INTERNAL ERROR: Signal 11
Samba has been running great but now I'm seeing a problem. Been compiling from git 4-4-test, but even 4-4.stable (4.4.5) has the same issue. I've tried to follow the troubleshooting guide and this is what I come up with: # nmbd -FS nmbd version 4.4.6-GIT-1305ba6 started. Copyright Andrew Tridgell and the Samba Team 1992-2016 STATUS=daemon 'nmbd' finished starting up and ready to serve connections =============================================================== INTERNAL ERROR: Signal 11 in pid 11238 (4.4.6-GIT-1305ba6) Please read the Trouble-S...
2018 Jul 31
2
Re: [PATCH nbdkit 3/4] Add map filter.
On 07/31/2018 02:55 PM, Richard W.M. Jones wrote: > Serve an arbitrary map of regions of the underlying plugin. > --- > +#define map_config_help \ > + "map=<FILENAME> (required) Map file." Maybe worth a "see man page for format"? I have not closely read the cod...
2009 Jul 13
0
[PATCH server] remove vm forward vnc and vm host history
...pp/models/vm.rb | 36 ---- src/app/models/vm_host_history.rb | 22 --- src/app/views/vm/_form.rhtml | 3 - src/app/views/vm/show.rhtml | 4 - src/db-omatic/db_omatic.rb | 31 ---- src/db-omatic/vnc.rb | 173 -------------------- .../040_remove_vm_history_and_forward_vnc.rb | 65 ++++++++ src/test/fixtures/vms.yml | 2 - src/test/unit/vm_test.rb | 16 -- 11 files changed, 65 i...
2005 Oct 14
5
[PATCH] Fix NAT for domU checksum offload
...show the actual changes made to the ip_nat_proto_udp.c and ip_nat_proto_tcp.c file (as it is difficult/impossible to tell from the second patch). The second version is the one to commit to the tree (which creates 2 new files in the sparse directory). Thanks, Jon --- ../xen-unstable.hg/linux-2.6.12-xen0/net/ipv4/netfilter/ip_nat_proto_udp.c 2005-06-17 14:48:29.000000000 -0500 +++ linux-2.6-xen-sparse/net/ipv4/netfilter/ip_nat_proto_udp.c 2005-10-14 15:17:53.000000000 -0500 @@ -112,11 +112,19 @@ udp_manip_pkt(struct sk_buff **pskb, newport = tuple->dst.u.udp.port; portptr = &hdr-...
2012 Dec 07
3
[Bridge] [PATCH net-next v4] bridge: export multicast database via netlink
From: Cong Wang <amwang at redhat.com> V4: remove some useless #include some coding style fix V3: drop debugging printk's update selinux perm table as well V2: drop patch 1/2, export ifindex directly Redesign netlink attributes Improve netlink seq check Handle IPv6 addr as well This patch exports bridge multicast database via netlink message type RTM_GETMDB. Similar to fdb, but currently bridge-specific. We may need to support modify multicast database to...
2012 Jul 24
14
[RFC 0/9] vhost-scsi: Add support for host virtualized target
From: Nicholas Bellinger <nab at linux-iscsi.org> Hi Anthony + QEMU storage folks, The following is a reviewable RFC series of vhost-scsi against yesterday's QEMU.git/master @ commit 401a66357d. The series is available directly from: git://git.kernel.org/pub/scm/virt/kvm/nab/qemu-kvm.git vhost-scsi-merge It contains the squashed + re-ordered patches from Stefan -> Zhi's QEMU original work into a updated series against recent QEMU code. As mentioned recently on qemu-dev...
2012 Jul 24
14
[RFC 0/9] vhost-scsi: Add support for host virtualized target
From: Nicholas Bellinger <nab at linux-iscsi.org> Hi Anthony + QEMU storage folks, The following is a reviewable RFC series of vhost-scsi against yesterday's QEMU.git/master @ commit 401a66357d. The series is available directly from: git://git.kernel.org/pub/scm/virt/kvm/nab/qemu-kvm.git vhost-scsi-merge It contains the squashed + re-ordered patches from Stefan -> Zhi's QEMU original work into a updated series against recent QEMU code. As mentioned recently on qemu-dev...
2019 Mar 05
0
[PATCH nbdkit] Add new filter for rate-limiting connections.
--- filters/delay/nbdkit-delay-filter.pod | 4 +- filters/rate/nbdkit-rate-filter.pod | 84 +++++++++ configure.ac | 2 + filters/rate/bucket.h | 62 +++++++ filters/rate/bucket.c | 173 +++++++++++++++++++ filters/rate/rate.c | 235 ++++++++++++++++++++++++++ TODO | 9 + filters/rate/Makefile.am | 64 +++++++ tests/Makefile.am | 6 +- tests/test-rate.sh | 60 +++++++ 10...
2019 Mar 05
2
[PATCH nbdkit] Add new filter for rate-limiting connections.
...limiting, and that is still probably what we will go with in the end. However this patch gives us another possibility for certain virt-v2v inputs, especially VDDK. We could apply a filter on top of the nbdkit plugin which limits the rate at which it copies data. For example, to limit the rate to 1 Mbps (megabit per second) we could now do: nbdkit --filter=rate vddk [etc] rate=1M The filter is implemented using a simple Token Bucket (https://en.wikipedia.org/wiki/Token_bucket) and is quite simple while at the same time using the fully parallel thread model. Rich.
2018 Jul 31
0
[PATCH nbdkit 3/4] Add map filter.
Serve an arbitrary map of regions of the underlying plugin. --- common-rules.mk | 1 + configure.ac | 1 + filters/map/Makefile.am | 61 +++ filters/map/map.c | 256 +++++++++ filters/map/maptype.c | 493 ++++++++++++++++++ filters/map/maptype.h |...
2018 Jul 31
7
[PATCH nbdkit 0/4] Add truncate and map filters.
This patch series proposes two new filters. * truncate: This can truncate, extend, round up or round down the size of a plugin/device. A typical usage is to fix the qemu problem that it can only handle devices which are a multiple of 512-bytes: nbdkit --filter=truncate random size=500 round-up=512 This will serve a virtual device with size 512 bytes. Reading from the last 12 bytes will return zeroes. And writing is permitted, provided you only write zeroes. An alternative might have been to extend the offset filter to deal...
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...m the HTTPUserAgent options), will the the first header, for the methods that need it together with the other headers. * We don't check for duplicate headers, just pass to the methods as the user specified them. * We test all methods. * We have run the tests on macOS, Debian Linux and Windows 2016 Server. You can also browse the changes here: https://github.com/gaborcsardi/r-source/pull/3/files You can also download the diff below from https://github.com/gaborcsardi/r-source/pull/3.diff Best, Gabor diff --git a/src/include/Rconnections.h b/src/include/Rconnections.h index a2c53f058f..32b...
2020 Sep 11
6
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...documentation I wrote is flat out wrong? If you want to see the HTML output, but don't want to build the docs, it's at https://www.jcline.org/docs/8fe0b0869644/gpu/nouveau.html. Signed-off-by: Jeremy Cline <jcline at redhat.com> --- Documentation/gpu/drivers.rst | 1 + Documentation/gpu/nouveau.rst | 129 ++++++++++++++ .../drm/nouveau/include/nvkm/engine/disp.h | 35 ++++ drivers/gpu/drm/nouveau/nouveau_drm.c | 157 ++++++++++++++++++ 4 files changed, 322 insertions(+) create mode 100644 Documentation/gpu/nouveau.rst diff --git a...
2013 Feb 18
9
[PATCH 0/5] vringh
This introduces vringh, which are generic accessors for virtio rings (host side). There's a host-side implementation in vhost, but it assumes that the rings are in userspace, and is tied to the vhost implementation. I have patches to adapt it to use vringh, but I'm pushing this in the next merge window for Sjur, who has CAIF patches which need it. This also includes a test program in
2013 Feb 18
9
[PATCH 0/5] vringh
This introduces vringh, which are generic accessors for virtio rings (host side). There's a host-side implementation in vhost, but it assumes that the rings are in userspace, and is tied to the vhost implementation. I have patches to adapt it to use vringh, but I'm pushing this in the next merge window for Sjur, who has CAIF patches which need it. This also includes a test program in
2016 Feb 23
4
[PATCH v3 0/4] [FOR COMMENTS ONLY] Rework inspection.
Previously posted: https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html Inspection now really succeeds on a small number of simple guests. To test it out: $ ./run guestfish -v -x -a /tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection --verbose" Rich.