Timotheus Pokorra

Results 106 issues of Timotheus Pokorra

I want predictable and assigned IP address for my containers. but it becomes difficult, to set static addresses. network scripts change. therefore it might be easier, to configure lxc dhcp...

otherwise we have a blocking failure for the other domains.

the image from https://jenkins.linuxcontainers.org/view/LXC/view/LXC%20templates/job/lxc-template-fedora/ does not have the network installed, no yum.conf, etc the squashfs img cannot be downloaded. use the latest https://github.com/lxc/lxc/blob/master/templates/lxc-fedora.in, put it in /usr/share/lxc/templates/lxc-fedora, replace the following...

Fedora 24 Container on Ubuntu 16.04 host: need to modify the config of the container: ``` lxc.aa_profile = unconfined lxc.cgroup.devices.allow = a lxc.cap.drop = ``` Then it works! ``` dnf...

``` Upgrading : iputils-20160308-3.fc24.x86_64 1/2 Error unpacking rpm package iputils-20160308-3.fc24.x86_64 Error unpacking rpm package iputils-20160308-3.fc24.x86_64 error: unpacking of archive failed on file /usr/bin/ping;57eb9f75: cpio: cap_set_file iputils-20160308-3.fc24.x86_64 was supposed to be...

https://github.com/mono/ikvm-fork/blob/master/reflect/IKVM.Reflection.csproj references ToolsVersion="3.5", and TargetFrameworkVersion v2.0 this causes an warning when running make on Monodevelop: ``` [00639] /root/rpmbuild/BUILD/monodevelop-5.8/external/ikvm/reflect/IKVM.Reflection.csproj: warning : Could not find project file /opt/mono/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring. ```...