Jorge Schrauwen

Results 28 issues of Jorge Schrauwen

There is a missing " on this line: ```python client.authenticate({"Servers": [{"AccessToken: , "address": }]}, discover=False) ``` It should be: ```python client.authenticate({"Servers": [{"AccessToken": , "address": }]}, discover=False) ``` Although after adding...

Since gPXE sees to be somewhat dead and iPXE picked up the slack, seems to be same bunch of people and it is a drop in replacement. http://ipxe.org/faq

I added a delegated dataset to a lx branded zone. They do not seem to get mounted! I can use /native/usr/sbin/zfs to create a few datasets ``` /native/usr/sbin/zfs create -o...

```PR_SET_CHILD_SUBREAPER is unavailable on this platform. Are you using Linux >= 3.4``` It looks like the openhab/openhab:latest docker image wants this.

It would be nice to have FUSE working under LX. Probably not feasible at the moment due to lacking FUSE support in illumos. But it would be nice to get...

Now that docker v2 images are support, I started playing around with it. But looks like s6-overlay based images like plexinc/pms-docker don't seem to work. Steps to reproduce: ``` imgadm...

This was reported on the mailing list, I get the same messages using ubuntu 16.04 under LX. strace here because it's big: http://sjorge.sinners.be/illumos/joyent/nmap.strace output here: ```[.]$ nmap --unprivileged blackdot.be 22...

Currently the bhyve and bhyvectl man pages are not shipped, it would be nice to have them. But they might take to much space though.

Install crashes, dropping to shell, format shows the disk. `zpool create ` works fine. Had no success with kayak under qemu -_- So YAY vioblk is actually working, booo the...

Hey All, Variable naming is not very consistant. ISAPART and ISAPART64 vs LDFLAGS32 and LDFLAGS64. vs CONFIGURE_OPTS_32 and CONFIGURE_OPTS_64. 1. setting ISAPART32 and setting ISAPART=${ISAPART32} for compatiblity 2. not sure...