Re: Question about use libvirt to launch CoreOS image for Arm64

2016-08-19 Thread Geoff Levand
On Thu, 2016-08-11 at 15:33 -0700, Geoff Levand wrote: > I tested virtfs with the current coreos_production_qemu_uefi.sh, > which > sets up cloud-config using a virtfs drive.  It works as expected. > > For virtfs to work you need the latest CoreOS kernel [1] (that has > CONFIG

Re: Kernel Sources in the SDK / Adding new ebuild

2016-09-20 Thread Geoff Levand
On Fri, 2016-09-16 at 15:34 -0700, Jared White wrote: > What occurs when I invoke build_packages follows: > > emerge: there are no ebuilds to satisfy "foo/bar" for /build/amd64- > usr/. Put your kernel patch in   src/third_party/coreos-overlay/sys-kernel/coreos-sources/files/4.X/ Then add the p

Re: Adding users to CoreOS image

2016-12-05 Thread Geoff Levand
Hi, On 12/05/2016 02:01 PM, ramat...@gmail.com wrote: > I built custom CoreOS PXE image with integrated sys-cluster/slurm package and > SLURM's daemons require certain users to run. If you arrange your slurm stuff to run in containers, then you should be able to use ignition to setup systemd se

Re: Building CoreOS kernel

2017-02-14 Thread Geoff Levand
On 02/14/2017 01:46 PM, 'Matt Mathis' via CoreOS Dev wrote: > I can inject patches at > coreos-overlay/sys-kernel/coreos-sources/coreos-sources-*.ebuild, but I don't > see the kernel build and the changes do not propagate into the target. What > am I missing? You need to force a rebuild, so do

Re: Building CoreOS kernel

2017-03-03 Thread Geoff Levand
On 03/03/2017 03:07 PM, 'Matt Mathis' via CoreOS Dev wrote: > One problem that I have is the final image contains modules and includes > under /usr/lib64/modules/4.7.3-coreos-r1 instead of something like > /usr/lib64/modules/4.10.1-coreos* I would guess that some dependency was > not updated..

Re: Docker stack deploy healthcheck in V3 docker-compose.yml not working in CoreOS Alpha 1339.0.0

2017-03-06 Thread Geoff Levand
On 03/04/2017 02:14 AM, Patrick Mualaba wrote: > The following command works perfectly in CoreOS Alpha* 1325.1.0* but it does > not work anymore in CoreOS Alpha *1339.0.0* Probably best to enter a bug at https://github.com/coreos/bugs -Geoff

Re: A question about "gptprio.next"

2017-03-06 Thread Geoff Levand
On 03/05/2017 11:57 PM, Jovi Zhangwei wrote: > So does anyone knows the meaning of gptprio.next instruction? great thanks. See these: https://github.com/coreos/grub/blob/master/grub-core/commands/gptprio.c#L159 https://github.com/coreos/grub/commit/e49d5b587e46cd4611be2a5a18d2c2f8c9a4 -Geof

Re: do we have an arm64 image that including kube-wrapper?

2017-05-26 Thread Geoff Levand
Hi kevin, On 05/24/2017 01:36 AM, kevin.z...@linaro.org wrote: > I want to run kubernetes on CoreOS in AArch64. When using magnum to deploy > coreos in AArch64, I find that we need to add kube-wrapper packages so that > the kubernetes can be launched. > > So I wonder if we have an image includ

Re: do we have an arm64 image that including kube-wrapper?

2017-06-07 Thread Geoff Levand
On 06/06/2017 11:49 PM, kevin.z...@linaro.org wrote: > Thanks for your quick responding! I see that the patch has merged for > kubelet-wrapper. > > I wonder if this packages will be included in the next alpha release? Could > you tell me when will be the next alpha release? > Thanks in advance!

quay.io ACI converter doesn't work for arm64 images

2017-06-13 Thread Geoff Levand
Hi, The quay.io ACI converter doesn't seem to work for arm64 images. Here is the error: $ sudo rkt --debug fetch quay.io/coreos/etcd:v3.2.0-rc.1-arm64 image: searching for app image quay.io/coreos/etcd image: remote fetching from URL "https://quay.io/c1/aci/quay.io/coreos/etcd/v3.2.0-rc.1

Re: CoreOS on raspberrypi 3 (amd64)

2017-06-14 Thread Geoff Levand
On 06/13/2017 04:16 PM, Michael R. Lawrence CISSP wrote: > can just overlay coreos with /etc/portage/repos.conf/coreos.conf > add the git... etc.. If your system has ACPI and can PXE boot, then you can use the PXE boot files coreos_production_pxe.vmlinuz coreos_production_pxe_image.cpio.gz

Re: Gitolite on CoreOS

2017-08-11 Thread Geoff Levand
On 08/10/2017 08:05 PM, Summer wrote: > I just can't seem to find any information related to setting up a git > repository on CoreOS. https://github.com/miracle2k/dockerfiles/tree/master/gitolite

Re: dpdk app on coreos

2017-10-30 Thread Geoff Levand
On 10/30/2017 03:30 PM, varunk wrote: > igb_uio.c:228:34: error: 'struct pci_dev' has no member named 'msi_list' Seems your dpdk module doesn't match CoreOS's kernel version. You can see the kernel versions here: https://coreos.com/releases Shows 1235.12.0 has Linux-4.7.3. -Geoff

Re: another one cool question about drivers on CoreOS Container Linux

2017-11-17 Thread Geoff Levand
Hi, On 11/17/2017 04:59 AM, Ярослав Наконечников wrote: > is there any option to include STLab driver into distro?  > they make nice USB expansion cards, but in CoreOS this cards doesn't work. > > while in other mainstream distros - works. If the driver has already been merged to the mainline li

Re: stale sys-devices-virtual-net-veth... devices in systemctl list-units after every docker run

2018-01-09 Thread Geoff Levand
Hi, On 01/09/2018 07:20 AM, Bas Mesman wrote: > Every time I start a container (for example: docker run -ti ubuntu) I have 2 > extra virtual ethernet devices according to systemd. > I started to notice this when one of my applications (which uses systemd > service information over dbus) started

Re: sudo and sssd

2018-04-18 Thread Geoff Levand
Hi Sergei, On 04/18/2018 04:38 AM, Sergei Diachenko wrote: > I use FreeIPA in my network and  want to connect CoreOS with it. I configured > kerberos and sssd to use my FreeIPA server, so FreeIPA users can be > authenticated in CoreOS. But FreeIPA sudo rules don't apply to CoreOS. The > reason

Re: sudo and sssd

2018-04-30 Thread Geoff Levand
On 04/18/2018 09:13 AM, Geoff Levand wrote: > On 04/18/2018 04:38 AM, Sergei Diachenko wrote: >> I use FreeIPA in my network and  want to connect CoreOS with it. I >> configured kerberos and sssd to use my FreeIPA server, so FreeIPA users can >> be authenticated in CoreOS. B

Re: CoreOS on the ODROID C2

2016-06-27 Thread Geoff Levand
Hi, On Fri, 2016-06-24 at 00:41 -0700, Bhima Pandava wrote: > I'm hoping that someone might advise me about the difficulties and > risks of configuring CoreOS for use on a small cluster using the ODROID-C2 > from Hardkernel (Armlogic S905 Quad Core Cortex-A53 2GHz 64bit ARMv8 > processor with Ma

Re: Question about use libvirt to launch CoreOS image for Arm64

2016-07-26 Thread Geoff Levand
Hi, On Fri, 2016-07-22 at 10:32 +0800, Kevin Zhao wrote: > Now status is that I have used libvirt-to-launch-coreos in > X86_64. But for Arm64, I can use libvirt to launch it , but can't login the > OS(The sshd works, but the public key doesn't, I need to type into the > passwd). I have a li

Re: Blocked when running docker command in CoreOS alpha image for Arm64

2016-08-01 Thread Geoff Levand
Hi, On Thu, 2016-07-28 at 01:25 -0700, kevin.z...@linaro.org wrote: > I has used the CoreOS 1122 and the scrpit : > coreos_production_pxe.sh,= I tested coreos_production_pxe.sh and coreos_production_qemu.sh, and they don't work. Download all the files coreos_production_qemu_uefi*, and run co

Re: Question about use libvirt to launch CoreOS image for Arm64

2016-08-03 Thread Geoff Levand
On Tue, 2016-08-02 at 19:55 -0700, kevin.z...@linaro.org wrote: > Hi Geoff, > For using Libvirt to install CoreOS, we should use virt-install > --filesystem to mapped the user_data to guest VM. > I find that for using --filesystem, the guest kernel should have the 9p > module. But in C

Re: Problem building custom kernel

2016-08-05 Thread Geoff Levand
Hi, On Fri, 2016-08-05 at 13:11 -0700, gerritbinnenm...@gmail.com wrote: > I try to apply the RT patches to the CoreOS kernel. I took the stable build > 1068.8.0 as base and placed patch-4.6.5-rt9.patch as first patch of the > UNIPATCH_LIST in the coreos-sources-4.6.3.ebuild file. > Logging show

Re: Blocked when running docker command in CoreOS alpha image for Arm64

2016-08-08 Thread Geoff Levand
On Mon, 2016-08-08 at 05:40 -0700, kevin.z...@linaro.org wrote: > With your help I can boot the qemu image with -enable-kvm Is -enable-kvm compatable with your environment? > EFI stub: Booting Linux Kernel... > EFI stub: Using DTB from configuration table > EFI stub: Exiting boot se

Re: Blocked when running docker command in CoreOS alpha image for Arm64

2016-08-09 Thread Geoff Levand
On Tue, 2016-08-09 at 00:24 -0700, kevin.z...@linaro.org wrote: > Maybe adding an earlyprintk or earlycon parameter on the kernel > > command line will help you. > > > If it convenient, could you tell me the kernel commandline that I > need to add for more information? earlycon is platform speci

Re: Question about use libvirt to launch CoreOS image for Arm64

2016-08-11 Thread Geoff Levand
On Tue, 2016-08-02 at 19:55 -0700, kevin.z...@linaro.org wrote: > For using Libvirt to install CoreOS, we should use virt-install > --filesystem to mapped the user_data to guest VM. > I find that for using --filesystem, the guest kernel should have > the 9p module. But in CoreOS , I run