search for: contain

Displaying 20 results from an estimated 104986 matches for "contain".

Did you mean: contains
2012 Apr 09
0
virsh works but libvirt-java throws a 'No route to host'
...to connect to my xenserver using virsh like so and I see the VMs. [jdrews at flynx ~]$ virsh -c xenapi://root at 192.168.1.23?no_verify=1 list Enter root's password for 192.168.1.23: Id Name State ---------------------------------------------------- Struct did not contain expected field memory_overhead. Struct did not contain expected field snapshot_info. Struct did not contain expected field snapshot_metadata. Struct did not contain expected field parent. Struct did not contain expected field children. Struct did not contain expected field bios_strings. Struct did...
2017 Aug 02
4
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 08/02/2017 10:57 AM, hw wrote: > > It probably makes sense under the assumption that you do pretty much > everything in one container or another and that it doesn?t bother you > having to switch between all the containers to do something. That would > require something like a window manager turned into a container manager, > and it goes towards turning away from an operating system to some kind of > BIOS to run con...
2007 Aug 02
7
has_many and class function
Hello, i have two models : class Container < ActiveRecord::Base has_many :bottles end class Bottle < ActiveRecord::Base belongs_to :container def self.find_all_from_container(container) container.bottles.find(:all) end end i was asking myself if there was a better way to write the function find_all_from_contai...
2016 Apr 01
2
Re: Networking issues with lxc containers in AWS EC2
...04/01/2016 02:07 PM, Laine Stump wrote: > On 03/31/2016 06:43 PM, Peter Steele wrote: >> I've created an EC2 AMI for AWS that essentially represents a CentOS >> 7 "hypervisor" image. I deploy instances of these in AWS and create >> an number of libvirt based lxc containers on each of these instances. >> The containers run fine within a single host and have no problem >> communicating with themselves as well as with their host, and vice >> versa. However, containers hosted in one EC2 instance cannot >> communicate with containers hosted...
2013 Jul 31
2
start lxc container on fedora 19
hello, i am new to lxc, i have created a lxc container on fedora 19 i created a container rootfs of fedora 19 by using yum --installroot=/containers/test1 --releasever=19 install openssh test1.xml file for container test1 <domain type="lxc"> <name>test1</name> <vcpu placement="static">1</vcpu>...
2016 Mar 31
2
Networking issues with lxc containers in AWS EC2
I've created an EC2 AMI for AWS that essentially represents a CentOS 7 "hypervisor" image. I deploy instances of these in AWS and create an number of libvirt based lxc containers on each of these instances. The containers run fine within a single host and have no problem communicating with themselves as well as with their host, and vice versa. However, containers hosted in one EC2 instance cannot communicate with containers hosted in another EC2 instance. We've...
2017 Aug 03
0
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
Mark Haney wrote: > On 08/02/2017 10:57 AM, hw wrote: >> >> It probably makes sense under the assumption that you do pretty much >> everything in one container or another and that it doesn?t bother you >> having to switch between all the containers to do something. That would >> require something like a window manager turned into a container manager, >> and it goes towards turning away from an operating system to some kind of >>...
2019 Nov 16
2
I can't get Win10 clients to sync time with the DC
...m running a Samba AD DC v4.9.9 with Windows 10 clients connected to it >> and just noticed that the clients are not synchronizing time with the >> server. I'm not sure why not. >> >> My setup is a bit special in that the DC is running inside a (privileged) >> linux container. > This may or may not lead to a solution as I'm not running the DC in a > privileged container. I run chrony on the host with the socket inside > the container. > chrony.conf on the host contains: > ================== > ntpsigndsocket /mnt/containers/dc/rootfs/usr/local/sam...
2014 Feb 12
2
Connection from host to lxc container dbus
Hi, I am unsuccessfully trying to connect from host to containers dbus. Inside container dbus socket file is visible as /run/dbus/system_bus_socket. The problem is that /run is mounted as tmpfs in container (by systemd on container) and thus the directory content is not visible outside the container. Is there any way to make this file visible also outside th...
2009 May 06
4
Problem in deliver (Panic: file index-mail-headers.c ...)
Hi All, I'm experiencing a problem with some mails in deliver. Here the logged error message: deliver(stefan at roese.nl): 2009-05-06 11:57:36 Panic: file index-mail-headers.c: line 141 (index_mail_parse_header_finish): assertion failed: ((match[match_idx] & HEADER_MATCH_FLAG_FOUND) == 0) deliver(stefan at roese.nl): 2009-05-06 11:57:36 Error: Raw backtrace: /usr/lib/dovecot/deliver
1996 Mar 23
0
No subject
...SD version 2.1 with approximately 15MB RAM. You will need at least 8MB (preferably 12MB or more) of RAM to run the window manager and compile programs. DEMO PROGRAMS Source code and manual pages for the following demonstration programs is included for your reference: Containing the source code for several demonstration libraries. Exm Contains the Exm demonstration widget set. ExmCxx Contains the ExmCxx demonstration widget set. This set consists of the C++ versions of four of the Exm demonstration widgets....
2014 May 09
1
Only part of sieve script works
...ork. How is the manual check with sieve-test different from the sieve filtering during mail delivery? I am thankful for any hints. Sebastian this is the sieve script I am talking about require "fileinto"; # Musik wegsortieren if anyof ( header :comparator "i;ascii-casemap" :contains "Subject" "Mixing.DJ", header :comparator "i;ascii-casemap" :contains "Subject" "John B", header :comparator "i;ascii-casemap" :contains "Subject" "FLOSS Weekly", header :comparator "i;ascii-casemap" :contain...
2020 Feb 16
6
Encrypted container on CentOS VPS
I wonder if it is possible to set up an encrypted "file container" on a CentOS VPS? I am the root user of the VPS but the hosting company also has access to the VPS and thus all files. Is it possible to create a LUKS-container on the VPS and those files only be accessible by me? IOW, most of the file system on the VPS would be regular file system but the c...
2010 Feb 14
2
Problems with boxplot in ggplot2:qplot
Dataframe closed contains balances of closed accounts: each row has month of closure (Date-type column month) and latest balance. I would like to plot by-month distributions of balances. A qplot call below produces several warnings and no output. Can anyone help? Thank you. PS. A really basic task, very similar to the...
2017 Sep 08
2
Splitting the container pipeline page in the wiki
hi Bama since there are other things going on in the container space around centos, I was thinking maybe we can setup a /Container page, and then have a /Container/Registry and a /Container/Pipeline page each. the pipeline page can talk about the service, code and run setup. and the registry page can talk about howto get content in there, what content is alr...
2005 Dec 19
1
Submiting list - preserving order
...like the concept. The effects are quite useful; however some of the drag and drop functionality seems still quite immature. Since I am new to the JavaScript altogether I have more questions then knowledge here some of them: 1. In a situation where I am interested in submitting the order of sorted container, what is the best way to keep track of the elements? Does anyone have any code which would do this sort of functionality reliably? 2. In a situation where there are more then two containers lets say 3: containers 1 and 2 are source containers container 3 is the destination i...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
...ust* send about the INT64_C macros and so forth, the 1 should actually be INT64_C(1) and that should fix it. Also, getting another set of warning, but the file looks fine, so do not know... R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54113) : warning C4065: switch statement contains 'default' but no 'case' labels R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54121) : warning C4065: switch statement contains 'default' but no 'case' labels R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54167) : warning C4065:...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
...ust* send about the INT64_C macros and so forth, the 1 should actually be INT64_C(1) and that should fix it. Also, getting another set of warning, but the file looks fine, so do not know... R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54113) : warning C4065: switch statement contains 'default' but no 'case' labels R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54121) : warning C4065: switch statement contains 'default' but no 'case' labels R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54167) : warning C4065:...
2014 Mar 03
3
Re: method for communication between containers
Dear Daniel, Thank you for your email. According to your suggestion, I tried to use the shared memory filesystem for data exchange between the host machine and the container. The steps are as follows: 1) create an empty file in the host machine (/tmp1/file1). 2) run #chmod 777 /tmp1 and #chmod 777 /tmp1/file1. 3) expose /tmp1 to the container by configuring the container with the following XML scripts. <filesystem type="mount" accessmode="pass...
2015 Jun 04
2
making samba 4.2 in a container
Thanks for the info. Did you create unprivileged containers to run Samba in? On Wed, Jun 3, 2015 at 6:02 PM, John Lewis <oflameo2 at gmail.com> wrote: > I have my deployment of Version 4.1.17-Debian in a Debian container. I > pretty much a standard system container with Samba installed. I run two > of them in a virtual network on a VPS...