ZFS Support in CoreOS

2018-04-12 Thread Nick
e "official word" is, and whether I should start looking at alternatives. Thanks, Nick (Alternatives -> Could a Ubuntu 18.04 LTS docker container access the /dev/sdx ZFS devices? Or is that too far fetched?)

Re: ZFS Support in CoreOS

2018-04-13 Thread Nick
://github.com/coreos/bugs/issues/2215 Thanks, Nick On Friday, 13 April 2018 01:00:57 UTC+10, David Michael wrote: > > On Thu, Apr 12, 2018 at 10:28 AM, Nick > > wrote: > > Hopefully this is the right place to ask... > > > > Are there any plans to include ZFS s

Re: Adding packages to CoreOS SDK stuck with circular dependencies

2016-12-02 Thread Nick Owens
as emerge suggests: It might be possible to break this cycle by applying the following change: - sys-apps/util-linux-2.27.1 (Change USE: -systemd) you can run "USE=-systemd emerge-amd64-usr sys-apps/util-linux" and then run "build_packages" again to break the dependency cycle. On Fri, Dec 2, 201

Re: Why CoreOS has /usr as read only ? is this only because to make auto-update work fine ?

2019-10-23 Thread Nick Stielau
he web visit > https://groups.google.com/d/msgid/coreos-dev/4b26331d-852d-4bf8-be2d-c3ed85d14bb2%40googlegroups.com > <https://groups.google.com/d/msgid/coreos-dev/4b26331d-852d-4bf8-be2d-c3ed85d14bb2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- - Nic

Re: How to list CoreOS updates ?

2019-10-24 Thread Nick Stielau
sit > https://groups.google.com/d/msgid/coreos-dev/53be41e9-d58c-4e02-8472-937eccddeea7%40googlegroups.com > <https://groups.google.com/d/msgid/coreos-dev/53be41e9-d58c-4e02-8472-937eccddeea7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- - Nick Stielau He - Him - His SFO

Re: How to list CoreOS updates ?

2019-10-25 Thread Nick Stielau
On Thu, Oct 24, 2019 at 10:43 PM Parag Gupta wrote: > Hello Nick, i am aware about this that container Linux is going to > decomission. i have one question from you that i learned that kubernetes > uses etcd . So if i launch coreOS cluster using kubernetes so will it use > coreOS etc

Re: Antivirus on CoreOS

2019-11-21 Thread Nick Stielau
The general approach for adding anything is to run in a container, and I don't think AV would be different. /usr is read only, and /etc should have no binaries, so you might not actually need to mount the entire filesystem. HTH, -Nick On Thu, Nov 21, 2019 at 4:01 AM Luciano Deriu wrote:

Re: PXE install of CoreOS on ARM

2016-07-06 Thread Nick Owens
hi gary, apologies for the late reply. On Thursday, June 30, 2016 at 10:48:42 AM UTC-7, Gary Grebus wrote: > > I've been exploring how to PXE boot CoreOS and run coreos_install, in > order to do bare metal installs on an ARM server. A couple of issues I've > encountered: > > 1. The 1081.1.0 b

Re: Build and run vpnc on CoreOS?

2016-07-07 Thread Nick Owens
On 07/07/2016 03:26 PM, Derek Mahar wrote: > How could I build and run vpnc > on > CoreOS? Could I build it on Ubuntu and then install the binary on CoreOS? is there any reason you can't run it in a rkt or docker container? if you really cannot, th

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

2016-07-26 Thread Nick Owens
e fix. hopefully by the next alpha they will have a tag that has the fix and we will bump containerd in the OS image. i'll be sure to write back if there's any update on this. nick On 07/26/2016 08:25 PM, Kevin Zhao wrote: > Hi All, > After launching CoreOS image: > https://a

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

2016-07-27 Thread Nick Owens
hi kevin, it would appear this was fixed by https://github.com/docker/containerd/pull/226, however, unfortunately containerd has no tagged releases which have the fix. hopefully they will make a tag, and we can bump the containerd version then. nick On 07/26/2016 08:25 PM, Kevin Zhao wrote

Re: Questions about building CoreOS from source

2016-07-28 Thread Nick Owens
Hi Don, For the script path, try cd trunk/src/scripts. For building coreos on coreos, give this a spin: https://github.com/coreos/mantle/blob/master/README.md#building-coreos-on-coreos For pxe images, call image_to_vm.sh with --format=pxe. On Jul 28, 2016 13:58, "Don Jackson" wrote: > Hello,

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

2016-08-01 Thread Nick Owens
s to use these yet, sorry about that. On Thursday, July 28, 2016 at 1:25:59 AM UTC-7, kevin...@linaro.org wrote: > > Hi Nick, > It's great that you can help :-) > I will wait for the newer version of CoreOS which has newer version of > Docker. > Another question, Geo

Re: kola on arm64?

2016-08-04 Thread Nick Owens
hi gary, just to confirm - you are running the coreos sdk on amd64, and have compiled coreos for arm64-usr board? to make sure the image itself is working, can you do: ./image_to_vm.sh --board=arm64-usr --format=qemu_uefi --prod_image cd ../build/images/arm64-usr/latest/ ./coreos_production_qemu

Re: Problems with rkt on pxe booted coreos with local storage

2016-08-08 Thread Nick Owens
hi stefan, you can use XFS with overlayfs, but you need to pass the `-n ftype=1` argument to mkfs.xfs. it should work fine with rkt if you do that. nick On 08/08/2016 02:34 PM, Stefan Vetter wrote: > Great, that's the reason. xfs seams not to be supported and raising the > d_type no