Kenn Herman

Results 17 comments of Kenn Herman

Sorry didn't see that, worked great with the exception that appears that containers don't come back working from a reboot.

Any idea why the contents of `/var/lib/docker-root/start.sh` after `make upgrade` is: ``` #!/bin/sh NFS_ROOT=$(cat /proc/cmdline | sed -n 's/^.*docker-root.nfsroot="\([^"]\+\)".*$/\1/p') : ${NFS_ROOT:="/Users"} MOUNT_POINT=${NFS_ROOT} GW_IP=$(ip route get 8.8.8.8 | awk 'NR==1 {print...

Just did a git pull, looks like I missed a commit.

Trying to figure out why my Mac is no longer allowing docker to mount via NFS. Explicitly running this in Docker Root: `mount 192.168.64.1:/Users/kenn /Users/kenn -o rw,async,noatime,rsize=32768,wsize=32768,nolock,vers=3,udp,actimeo=1` I get: `mount:...

Just followed the upgrade instructions exactly again and then `make halt` and `make up`. Still no luck. Here is the contents `/etc/exports`: ``` "/Users/kenn" -network 192.168.64.0 -mask 255.255.255.0 -alldirs -mapall=501:20...

``` [docker@docker-root ~]$ ls -l /var/lib/docker-root/start.sh -rwxr-xr-x 1 root root 1127 Apr 22 00:16 /var/lib/docker-root/start.sh* [docker@docker-root ~]$ md5sum /var/lib/docker-root/start.sh a88917a05c47121610edc41e484f7937 /var/lib/docker-root/start.sh ```

On Mac the firewall is off, and: ``` sudo /sbin/nfsd status nfsd service is enabled nfsd is running (pid 1781, 8 threads) ``` On Docker Root: ``` [docker@docker-root ~]$ sudo...

Things are looking like they are working now and I have my whole stack back. I think there are 2 things at play here: - `Junos Pulse` (VPN software application)...

Thank you. We might add into our stack utils some "in your face" messaging like checking for Junos Pulse running with a UI dialog box (liberally taken from http://apple.stackexchange.com/questions/82432/applescript-dialog-bash-alias-function): ```...

From my experience, when `Junos Pulse` was running, it did not seem to work well with `sudo nfsd stop` and `sudo nfsd start` on the Mac side. the mount was...