Displaying 20 results from an estimated 598 matches for "usecase".
2018 Feb 09
1
VarExpandCrypt plugin usecase
Hai,
I found VarExpandCrypt plugin but not sure the usecase? Somewhere is
more documentation for it?
https://wiki2.dovecot.org/Plugins/VarExpandCrypt
-------------------------------------------------
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
15G...
2006 Oct 17
1
wiki (admin): add UseCases and SpinOff to bits & bobs
Hello,
At http://syslinux.zytor.com/wiki is in the left hand side a menu called
'bits & bobs'.
Please add "UseCases" and "SpinOff" to it.
AFAIC see, requires it wiki admin priviledge.
GSt
2006 Jul 07
0
A game that you can be FRB
I am making a game
that you can be FRB
and you can control money supply.
anyone interested in this game?
The start-up project name is
GOLD MINE.
here is my document.
(1)overview map
http://goldmine.schtuff.com/gold_mine_overview_1_en_png?action=binary
(2)usecase diagram
http://goldmine.schtuff.com/gold_mine_1_0000_usecase_diagram_png?action=binary
(3-1)usecase description 1
http://goldmine.schtuff.com/gold_mine_1_0000_usecase_description_1_png?action=binary
(3-2)usecase description 2
http://goldmine.schtuff.com/gold_mine_1_0000_usecase_description_2_png?ac...
2017 Oct 17
0
gluster usecase CDN
hi everybody,
as "
http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-and-configure-glusterfs-on-centos-7-rhel-7.html"
says:
*GlusterFS *is an open-source, scalable network filesystem *suitable *for
high data-intensive workloads such as media streaming, cloud storage, and*
CDN (Content Delivery Network).*
I have googled alot, but couldn't find any architecture for CDN as
2015 Jan 30
1
[RFC PATCH v1 2/2] armv7(float): Optimize encode usecase using NE10 library
Viswanath Puttagunta wrote:
> Is the peak stack usage a complete blocker in current form?
Since this only affects people who enable NE10, I don't think this is a
blocker.
2012 Nov 16
3
[LLVMdev] Chaining Atoms together
Hi Nick,
Thanks for your reply.
The usecase here is just trying to construct a valid ELF. The lld linker
needs to handle all sorts of code written in assembly as well as 'C'.
The usecase is just one example of it.
I have also seen similiar code in
http://lxr.free-electrons.com/source/arch/powerpc/kernel/head_32.S?a=powerpc
which...
2017 Oct 31
3
BoF - Gluster for VM store use case
During Gluster Summit, we discussed gluster volumes as storage for VM
images - feedback on the usecase and upcoming features that may benefit
this usecase.
Some of the points discussed
* Need to ensure there are no issues when expanding a gluster volume when
sharding is turned on.
* Throttling feature for self-heal, rebalance process could be useful for
this usecase
* Erasure coded volumes with sh...
2012 Nov 19
0
[LLVMdev] Chaining Atoms together
Hi Nick,
Waiting for your feedback on this.
Thanks
Shankar Easwaran
On 11/16/2012 10:03 AM, Shankar Easwaran wrote:
> Hi Nick,
>
> Thanks for your reply.
>
> The usecase here is just trying to construct a valid ELF. The lld
> linker needs to handle all sorts of code written in assembly as well
> as 'C'. The usecase is just one example of it.
>
> I have also seen similiar code in
> http://lxr.free-electrons.com/source/arch/powerpc/kernel/he...
2015 Oct 28
2
[PATCH v3 0/3] virtio DMA API core stuff
...here are not that many virtio drivers.
>
> No. If they continue to lack that, we fix them. This is a *platform*
> issue. The DMA API shall do the right thing. Do not second-guess it.
>
>
> (From the other mail)
I don't have a problem with extending DMA API to address
more usecases.
> > > > OK so I guess that means we should prefer a transport-specific
> > > > interface in virtio-pci then.
> > >
> > > Why?
> >
> > Because you said you are doing something device tree specific for
> > ARM, aren't you?
>
>...
2015 Oct 28
2
[PATCH v3 0/3] virtio DMA API core stuff
...here are not that many virtio drivers.
>
> No. If they continue to lack that, we fix them. This is a *platform*
> issue. The DMA API shall do the right thing. Do not second-guess it.
>
>
> (From the other mail)
I don't have a problem with extending DMA API to address
more usecases.
> > > > OK so I guess that means we should prefer a transport-specific
> > > > interface in virtio-pci then.
> > >
> > > Why?
> >
> > Because you said you are doing something device tree specific for
> > ARM, aren't you?
>
>...
2012 Jan 04
2
A simplistic parental-control setup
...ption, I know it is...).
If possible, all this should be on a "per user" basis, but if implementing it
system-wide would be much simpler, I could live with it. :-)
The point is that I need a simple, easy-to-implement, easy-to-configure and
easy-to-maintain solution for this particular usecase. What I don't need is
some over-engineered solution that covers my usecase along with a whole bunch
of stuff I will never need, and takes two months to configure properly. It
should also be F/OSS, preferably included in CentOS repos or elsewhere.
Or alternatively I could go along with manua...
2018 Jan 18
1
[Gluster-devel] cluster/dht: restrict migration of opened files
...t redhat.com>
wrote:
> All,
>
> Patch [1] prevents migration of opened files during rebalance operation.
> If patch [1] affects you, please voice out your concerns. [1] is a stop-gap
> fix for the problem discussed in issues [2][3]
>
What is the impact on VM and gluster-block usecases after this patch? Will
it rebalance any data in these usecases?
>
> [1] https://review.gluster.org/#/c/19202/
> [2] https://github.com/gluster/glusterfs/issues/308
> [3] https://github.com/gluster/glusterfs/issues/347
>
> regards,
> Raghavendra
>
> ____________________...
2015 Jun 05
3
[LLVMdev] Modeling ELF linker with lld/Chunks.
Hi All,
I have a design question of how your linker would be suitable for modeling
ELF semantics.
The ELF linker needs the functionality of reading relocations ahead of
symbol resolution for the following usecases :-
- Add linker defined symbols if there is a relocation to the symbol
(Examples are : defsym, PROVIDE)
- Dont halt the linker operation if there are undefined symbols but they
are not called from the root set (Do garbage collection and then report
whether symbols are really undefined)
- A refere...
2016 Apr 14
2
(rfc) too many keys, usecase?
There is no /root/.ssh/authorized_keys on remote host, so I have to
authenticate with password.
On the remote host:
# /usr/sbin/sshd -T | egrep permitroot
permitrootlogin yes
Attempting:
$ ssh root@<remotehost>
shows:
Received disconnect from <remotehost> port 22:2: Too many authentication failures for root
packet_write_wait: Connection to <remotehost> port 22: Broken
2020 Oct 27
3
Feature Request: PID writeout on background
...aintainers; when
forking into the background using the -f optarg one would normally have
to consult the process table of whatever OS they're running to find the
process. Would you consider adding another optarg to write the PID out
to stdout or a pidfile? This would be rather helpful in several
usecases.
Thanks,
-c
2015 Oct 28
2
[PATCH v3 0/3] virtio DMA API core stuff
On Wed, Oct 28, 2015 at 11:32:34PM +0900, David Woodhouse wrote:
> > I don't have a problem with extending DMA API to address
> > more usecases.
>
> No, this isn't an extension. This is fixing a bug, on certain platforms
> where the DMA API has currently done the wrong thing.
>
> We have historically worked around that bug by introducing *another*
> bug, which is not to *use* the DMA API in the virtio driver.
>...
2015 Oct 28
2
[PATCH v3 0/3] virtio DMA API core stuff
On Wed, Oct 28, 2015 at 11:32:34PM +0900, David Woodhouse wrote:
> > I don't have a problem with extending DMA API to address
> > more usecases.
>
> No, this isn't an extension. This is fixing a bug, on certain platforms
> where the DMA API has currently done the wrong thing.
>
> We have historically worked around that bug by introducing *another*
> bug, which is not to *use* the DMA API in the virtio driver.
>...
2016 Apr 14
2
(rfc) too many keys, usecase?
On Thu, 14 Apr 2016, Jakub Jelen wrote:
> On 04/14/2016 01:19 PM, Cristian Ionescu-Idbohrn wrote:
> > There is no /root/.ssh/authorized_keys on remote host, so I have to
> > authenticate with password.
> >
> > On the remote host:
> >
> > # /usr/sbin/sshd -T | egrep permitroot
> > permitrootlogin yes
> >
> > Attempting:
> >
> >
2015 Sep 18
3
Use case question
I'm investigating the build out of a Push to Talk server with multiple
subscribers as part of a mobile app.
Has anyone seen this usecase with Icecast?
Any suggestions or places to look.
Thanks,
*Orion Jensen*
CEO | ClearLaunch
1408 East 13th Street | Austin, TX 78702
Skype: orion.jensen | Mobile: 1.512.270.3976
orionjensen at ClearLaunch.com <peyton at clearlaunch.com> | ClearLaunch.com
<http://t.sidekickopen09.com/e1...
2018 Jan 26
2
[virtio-dev] Re: [RFC PATCH net-next v2 2/2] virtio_net: Extend virtio to use VF datapath when available
...d come back with a generic solution that is able to
> > address general use cases for VF/PT live migration .
>
> I think that's a fine approach. Scratch your own itch! I imagine a very
> generic virtio-switchdev providing host routing info to guests could
> address lots of usecases. A driver could bind to that one and enslave
> arbitrary other devices. Sounds reasonable.
>
> But given the fundamental idea of a failover was floated at least as
> early as 2013, and made 0 progress since precisely because it kept
> trying to address more and more features, and...