search for: cni

Displaying 17 results from an estimated 17 matches for "cni".

Did you mean: cli
2008 Mar 26
2
Range across a List
Hi R, I have a list > class(pp2) [1] "list" > length(pp2) [1] 1244 It is in the below format RIC Trade.Date Close.Price Currency.Code Convertion.Rate New.Price ABCD.SZ 2008/02/29 15.30 CNY 0.1408 2.154240 ABCD.SZ 2008/01/31 15.27 CNY 0.1392 2.125584 ABCD.SZ 2007/12/31 14.88 CNY 0.1371 2.040048
2009 Aug 18
2
Change syslog output
...n the string, for example if the arg1 contain nxge_ipp_eccue_valid_check then do it 2. I need to ignore this syslog messages not, rewrite the string. I want to ignore only this message that is why i don''t want to modify syslog.conf If somebody have any idea please write it. Thanks a lot. Cni
2006 Aug 01
0
Undeliverable mail: Returned mail: see transcript for details
Failed to deliver to ''<cni-announce@cni.org>'' LIST module(list CNI-ANNOUNCE) reports: You cannot post messages because you are not subscribed to this list -------------- next part -------------- Skipped content of type message/delivery-status-------------- next part -------------- A non-text attachment was scru...
2019 Aug 22
2
Re: RLIMIT_MEMLOCK in container environment
...;hostdev'> instead of plain <hostdev>) Yes, we use <hostdev> exactly because interface sets MAC address: in kubevirt scenario, the container that is running libvirtd has its own network namespace and doesn't have access to PF to set the VF MAC address on. Instead, we rely on CNI plugin that is running in the root namespace context to configure the VF interface as needed. (I've contributed custom MAC support to SR-IOV CNI plugin very recently.) Ihar
2020 Apr 06
1
Wiki edit: HowTos/Virtualization
...Kubernetes. We've discovered a fresh install of Fedora 31 and CentOS 8 cannot run `minikube start --driver=podman`. Exploring the reasons for this led me to the discovery that Section HowTos/Virtualization is missing a section on how to use the tools from the Open Containerization Initiative (cni, cri-o, podman, etc). The result is our users are having to search through the blogosphere for inconsistent procedures on deploying os, kubernetes just to get starting exploring the KubeVirt project. I would love to participate in getting a section added to the wiki to enable a smoother user expe...
2009 Nov 27
2
my new apc usb ups
...iver controller 2.2.0- Network UPS Tools (version 2.2.0-) - APC Smart protocol driver Driver version 1.99.8, command table version 2.0 tcgetattr(/dev/hiddev0): Invalid argument Driver failed to start (exit status=1) Thanks in advance if someone can help ! -- Guillaume Vachon (RHCE, CLP10, CTT+, CNI) Conseiller en TI, Formateur Infoglobe, http://infoglobe.ca 1963, Frank-Carrel, 201 - Qu?bec, QC G1N 2E6 T?l?phone : 418.681.2929 #123
2019 Aug 24
1
Re: RLIMIT_MEMLOCK in container environment
...;) > > > > Yes, we use <hostdev> exactly because interface sets MAC address: in > > kubevirt scenario, the container that is running libvirtd has its own > > network namespace and doesn't have access to PF to set the VF MAC > > address on. Instead, we rely on CNI plugin that is running in the root > > namespace context to configure the VF interface as needed. (I've > > contributed custom MAC support to SR-IOV CNI plugin very recently.) > > > > Ihar > > > > _______________________________________________ > libvirt-u...
2019 Aug 22
0
Re: RLIMIT_MEMLOCK in container environment
...of plain <hostdev>) > > Yes, we use <hostdev> exactly because interface sets MAC address: in > kubevirt scenario, the container that is running libvirtd has its own > network namespace and doesn't have access to PF to set the VF MAC > address on. Instead, we rely on CNI plugin that is running in the root > namespace context to configure the VF interface as needed. (I've > contributed custom MAC support to SR-IOV CNI plugin very recently.) > > Ihar >
2019 Aug 22
2
Re: RLIMIT_MEMLOCK in container environment
On Thu, Aug 22, 2019 at 2:24 AM Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Wed, Aug 21, 2019 at 01:37:21PM -0700, Ihar Hrachyshka wrote: > > Hi all, > > > > KubeVirt uses libvirtd to manage qemu VMs represented as Kubernetes > > API resources. In this case, libvirtd is running inside an > > unprivileged pod, with some host mounts / capabilities
2011 Sep 29
0
Virtual Folder configuration problem. [FIXED]
Well, it took a ton of time and research, but I finally have a working Unread virtual mailbox on Dovecot 2.x on Centos 6.0. I have no idea if it's optimal or correct, but it works perfectly and doesn't raise any errors or warnings. Here's what I ended up with: dovecot.conf: Add the following: mail_plugins = $mail_plugins virtual namespace { type = private prefix =
2005 Dec 21
1
[LLVMdev] Struct Types and GCC compatibility
...though. I'll go ahead and go with the default for the time being. It was more of a long term issue then short term i.e later integration with C/C++ . I'm going to try and match the layout of the C++ abi if I can but there may be problems here. The idea is to be compatible with the C++ gcj cni api if possible. Finally Does the llvm gcc backend support C++ ? > I hope this is the information you are looking for. If you have more > specific questions, please feel free to ask. > Yep thanks for the information. I'll keep plugging away. Mike > -Chris > > -- > htt...
2005 Dec 20
0
[LLVMdev] Struct Types and GCC compatibility
On Tue, 20 Dec 2005, Mike Emmel wrote: > Hi all I'm writing a direct llvm backend for gcjx a new java fronted for gcc. Great! > I'm now ready to tackle creating the structures to represnt classes I > read the gcc 4.0 patches and it seems that the llvm struct is padded > and aligned using the info from the gcc tree. Yes. > In my case I don't have this information.
2005 Dec 20
2
[LLVMdev] Struct Types and GCC compatibility
Hi all I'm writing a direct llvm backend for gcjx a new java fronted for gcc. I'm now ready to tackle creating the structures to represnt classes I read the gcc 4.0 patches and it seems that the llvm struct is padded and aligned using the info from the gcc tree. In my case I don't have this information. I'm willing to intially let llvm align and pad the struct but its not clear
2011 Sep 30
4
SSL only for external connections
Hi I'm running dovecot 1:1.2.15-7 and php webmail application is throwing errors when connecting to IMAP with TLS. Is there away to disable SSL/TLS for localhost connections? I googled, but didn't see anything specific. Can I assume that it's as simple as setting ssl_listen = to the external IP address(es) and leaving listen = * as it is? Thanks. Simon
2006 Feb 26
1
[LLVMdev] Re: gcc like attributes and annotations
...n dtrace). I am very interested in this area. Do you currently put your work in a repository? (maybe as Tom suggested gcjx.sf.net would be an easy start - since it would not require gcc committer status). I am keen on getting LLVM support for gcj. Maybe we could also wrap the LLVM infrastructure in CNI so that the ecj compiler could be targetable to LLVM more easily. Mike Emmel schrieb: > This is a interesting thread. Thank you. > > I think this would also help with compiling scripting languages such > as JavaScript/Python etc. We could keep the high level meta data and > runtim...
2006 Feb 25
0
[LLVMdev] Re: gcc like attributes and annotations
This is a interesting thread. I think this would also help with compiling scripting languages such as JavaScript/Python etc. We could keep the high level meta data and runtime binding info as language specific bytecode in the file and just have the parts that are easy to represent as compileable in the main object sections. There is no intrinsic reason for all the runtime type information to get
2006 Feb 25
3
[LLVMdev] Re: gcc like attributes and annotations
Hi Reid, Reid Spencer schrieb: > I have some thoughts on this too .. > Great! > On Fri, 2006-02-24 at 19:56 +0100, Jakob Praher wrote: > >>I get you 100 % here. But as you say later in the mail, many information >>is done by some runtime std::map<Value*,foo> stuff. Which is really >>handy at runtime, but I *had* serialization in mind when I was thinking