Skip to content

Instantly share code, notes, and snippets.

@filler
Created August 24, 2012 20:26
Show Gist options
  • Select an option

  • Save filler/3455256 to your computer and use it in GitHub Desktop.

Select an option

Save filler/3455256 to your computer and use it in GitHub Desktop.
dont move a vagrant working dir when the machine is running
[root@localhost vagrant]# cf-agent -K
Unable to make directories to /var/cfengine/inputs/update.conf
!!! System error for cf_mkdir: "File exists"
Fatal CFEngine error: !!! No access to WORKSPACE/inputs dir
[root@localhost vagrant]# ls -ld /var/cfengine/inputs
ls: cannot access /var/cfengine/inputs: No such file or directory
[root@localhost vagrant]# ls -la /var/cfengine/
ls: cannot access /var/cfengine/inputs: No such file or directory
total 52
drwxr-xr-x 13 root root 4096 Jun 6 13:04 .
drwxr-xr-x. 20 root root 4096 Jun 6 13:04 ..
drwxr-xr-x 2 root root 4096 Jun 6 13:04 bin
d?????????? ? ? ? ? ? inputs
drwxr-xr-x 2 root root 4096 Jun 6 13:04 lastseen
drwxr-xr-x 2 root root 4096 Jun 6 13:04 lib
drwxr-xr-x 2 root root 4096 Jun 6 13:04 masterfiles
drwx------ 2 root root 4096 May 31 04:06 modules
drwx------ 2 root root 4096 May 31 04:06 outputs
drwx------ 2 root root 4096 Jun 6 13:04 ppkeys
-rw-r--r-- 1 root root 1024 Jun 6 13:04 randseed
drwxr-xr-x 2 root root 4096 Jun 6 13:04 reports
drwxr-xr-x 5 root root 4096 Jun 6 13:04 share
drwxr-xr-x 2 root root 4096 Jun 6 13:04 state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment