search for: consume

Displaying 20 results from an estimated 7431 matches for "consume".

Did you mean: consumed
2008 Sep 30
5
GELI partition mount on boot fails after 7.0 -> 7.1-PRERELEASE upgrade
I was using a GELI partition for /usr/home on 7.0, so it attaches and mounts on boot. The problem is it stopped working after the system was upgraded to RELENG_7/7.1-PRERELEASE. Here's how it goes: I have the following /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1d
2019 Apr 22
2
how can i get consumer-typeset exe in debug mode
Hi All, I have made some changes in AArch64LoadStoreOptimizer.cpp file and with check-llvm all tests are passing successfully. But in llvm-test suite some tests are failing, like consumer-typeset tests are failing. Now I want to debug with 'consumer-typeset' exe from SANDBOX. But it is release build. How can I debug this issue in this case and how can I get 'consumer-typeset' exe in debug mode? Could any one please give your suggestions on this issue. Thanks &am...
2007 Apr 26
2
Consumer.open()
All jdtrace examples contains consumer.open() withount arguments, but last release needed OpenFlag as arg, anyone can tell me how can I open consumer in my code? -- This message posted from opensolaris.org
2007 Oct 18
0
Window computation
...nse of the way in which OpenSSH computes window size, so far without much success :-( My understanding is that when a client specifies a window size N at the beginning of a session, it is letting the server know that it (the server) can send, on a given channel, up to N bytes worth of data that consumes window space (essentially the payload of SSH_MSG_CHANNEL_DATA and one or two more packets.) If the server sends more data of that type than allowed by the window size in the channel, the client is free to ignore such data silently. Therefore, the server has to wait for the client to send a window...
2006 Apr 07
3
How to consume XMLRPC/SOAP web services in Rails?
Hi, does anybody know of any good HowTo for consuming XML-RPC and/or SOAP web services in Rails? I found some for Ruby (via soap4r/xmlrpc4r), but I was wondering whether there is something built into Rails already. So far it looks like there are methods to create web services, but not to consume them. Ingo Weiss
2015 Nov 19
1
[PATCH] virtio_ring: Shadow available ring flags & index
...irkin wrote: >>>>> On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote: >>>>>> Improves cacheline transfer flow of available ring header. >>>>>> >>>>>> Virtqueues are implemented as a pair of rings, one producer->consumer >>>>>> avail ring and one consumer->producer used ring; preceding the >>>>>> avail ring in memory are two contiguous u16 fields -- avail->flags >>>>>> and avail->idx. A producer posts work by writing to avail->idx and >>>&g...
2008 Jun 05
0
RECALL: Lithium batteries for Polycom Soundstation 2W
...nsists of the following: [ 2 unrelated recalls, plus: ] 2. Polycom, Inc. Recalls Wireless Conference Phone Batteries Due to Fire Hazard ******************************************************** 2. Polycom, Inc. Recalls Wireless Conference Phone Batteries Due to Fire Hazard NEWS from CPSC U.S. Consumer Product Safety Commission Office of Information and Public Affairs Washington, DC 20207 FOR IMMEDIATE RELEASE June 5, 2008 Release #08-297 Firm's Recall Hotline: (800) 963-7627 CPSC Recall Hotline: (800) 638-2772 CPSC Media Contact: (301) 504-7908 Firm's Media Contact: (925) 924-5689 Po...
2011 Mar 16
0
problems creating read-only, 'consumer' dirsrv replica
Hello, I am trying to deploy an additional read-only replica (aka. 'consumer') in a single-master dirsrv environment. The master, and the other pre-existing consumer servers, are all 'fedora-ds' running on Fedora 7. I'm trying to add a consumer running on Centos 5.5. Ultimately, I intend to replace the Fedora ds servers with Centos dirsrv servers. I'...
2020 Nov 04
1
consume existing tap device when libvirt / qemu run as different users
Hello, I'm having some doubts about consuming an existing - already configured - tap device from libvirt (with `managed='no' ` attribute set). In KubeVirt, we want to have the consumer side of the tap device run without the NET_ADMIN capability, which requires the UID / GID of the tap creator / opener to match, as per the kernel code in [0]. As such, we create the tap device (with the qemu user / group on behalf of qemu), which will ultimately be the tap consumer. This leads me...
2015 Nov 13
2
[PATCH] virtio_ring: Shadow available ring flags & index
On Wed, Nov 11, 2015 at 02:34:33PM +0200, Michael S. Tsirkin wrote: > On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote: > > Improves cacheline transfer flow of available ring header. > > > > Virtqueues are implemented as a pair of rings, one producer->consumer > > avail ring and one consumer->producer used ring; preceding the > > avail ring in memory are two contiguous u16 fields -- avail->flags > > and avail->idx. A producer posts work by writing to avail->idx and > > a consumer reads avail->idx. > > > &g...
2015 Nov 13
2
[PATCH] virtio_ring: Shadow available ring flags & index
On Wed, Nov 11, 2015 at 02:34:33PM +0200, Michael S. Tsirkin wrote: > On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote: > > Improves cacheline transfer flow of available ring header. > > > > Virtqueues are implemented as a pair of rings, one producer->consumer > > avail ring and one consumer->producer used ring; preceding the > > avail ring in memory are two contiguous u16 fields -- avail->flags > > and avail->idx. A producer posts work by writing to avail->idx and > > a consumer reads avail->idx. > > > &g...
2011 Apr 26
1
[LLVMdev] inserting a fucntion call at the end of basic bloc
...ust repeated what you said before. > > Ciao, Duncan. > > > opt -load /home/inspiron/PhdWork/llvm-2.8/Release/lib/Example.so >> -Example2 < >> hello.bc > /dev/null >> i get the error message >> Wrong type for attribute noalias >> tail call void @consume(i32 noalias 3, i32* @y) nounwind >> Broken module found, compilation aborted! >> 0 libLLVM-2.8.so.1 0x019bc628 >> Stack dump: >> 0.Program arguments: opt -load >> /home/inspiron/PhdWork/llvm-2.8/Release/lib/Example.so -Example2 >> 1.Running pass 'Function Pa...
2015 Nov 18
2
[PATCH] virtio_ring: Shadow available ring flags & index
...34:33PM +0200, Michael S. Tsirkin wrote: > >> On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote: > >>> Improves cacheline transfer flow of available ring header. > >>> > >>> Virtqueues are implemented as a pair of rings, one producer->consumer > >>> avail ring and one consumer->producer used ring; preceding the > >>> avail ring in memory are two contiguous u16 fields -- avail->flags > >>> and avail->idx. A producer posts work by writing to avail->idx and > >>> a consumer reads...
2015 Nov 18
2
[PATCH] virtio_ring: Shadow available ring flags & index
...34:33PM +0200, Michael S. Tsirkin wrote: > >> On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote: > >>> Improves cacheline transfer flow of available ring header. > >>> > >>> Virtqueues are implemented as a pair of rings, one producer->consumer > >>> avail ring and one consumer->producer used ring; preceding the > >>> avail ring in memory are two contiguous u16 fields -- avail->flags > >>> and avail->idx. A producer posts work by writing to avail->idx and > >>> a consumer reads...
2016 Dec 13
0
openldap: replica consumers and ppolicy overlay values
I'm trying to setup OpenLDAP on CentOS7, in a provider/consumer relationship. In general, provider/consumer is working quite well, except when it comes to password policy. Specifically, I want PwdFailureTime to be written to the provider from one of the front end consumers when appropriate. I'm lead to believe this requires: a) ppolicy_foward_updates TR...
2004 Jun 16
2
Samba consuming massive amounts of memory (CONT)
Concerning Samba consuming memory, I forgot to add one thing, sorry. The process listing does not show Smbd consuming the memory. "free -m" just reports a drastic increase when I use Samba. Relevant portions of ps -fwaux: root 6412 0.0 0.0 10060 2548 ? S 08:01 0:00 /usr/sbin/smbd -D -s /etc/samba/smb.conf reisuser 6478 0.0 0.0 10420 3136 ? S 08:01
2020 Jul 01
3
[PATCH 2/2] virtio-mmio: Reject invalid IRQ 0 command line argument
...+), 2 deletions(-) diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c index 9d16aaffca9d..627ac0487494 100644 --- a/drivers/virtio/virtio_mmio.c +++ b/drivers/virtio/virtio_mmio.c @@ -641,11 +641,11 @@ static int vm_cmdline_set(const char *device, &vm_cmdline_id, &consumed); /* - * sscanf() must processes at least 2 chunks; also there + * sscanf() must process at least 2 chunks; also there * must be no extra characters after the last chunk, so * str[consumed] must be '\0' */ - if (processed < 2 || str[consumed]) + if (processed < 2 || st...
2020 Jul 01
3
[PATCH 2/2] virtio-mmio: Reject invalid IRQ 0 command line argument
...+), 2 deletions(-) diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c index 9d16aaffca9d..627ac0487494 100644 --- a/drivers/virtio/virtio_mmio.c +++ b/drivers/virtio/virtio_mmio.c @@ -641,11 +641,11 @@ static int vm_cmdline_set(const char *device, &vm_cmdline_id, &consumed); /* - * sscanf() must processes at least 2 chunks; also there + * sscanf() must process at least 2 chunks; also there * must be no extra characters after the last chunk, so * str[consumed] must be '\0' */ - if (processed < 2 || str[consumed]) + if (processed < 2 || st...
2008 Jan 25
4
Feed API draft for comment
RFC: This is draft proposal API for the user-level interface for feeds. (This does not describe changelogs in general). Feeds would generally be used for two things: creating audit logs, and driving a database watching for filesystem changes. -------------- next part -------------- A non-text attachment was scrubbed... Name: feed_api.pdf Type: application/pdf Size: 85313 bytes Desc: not
2011 Sep 26
2
undefined method `options' for #<EventMachine::HttpClien
Hi , I am writing a rake task to consume twitter stream API. The task contains the following code: consumer = OAuth::Consumer.new(CONSUMER_KEY, CONSUMER_SECRET, :site => ''http://twitter.com'') access_token = OAuth::AccessToken.new(consumer,ACCESS_TOKEN,ACCESS_TOKEN_SECRET) oauth_params = {:consumer => consumer, :to...