Jono Hartman
Jono Hartman
Same thing as well. Downgrading to 2.0.1 works, but if you're using the latest release (eg. just doing `go get ...`), this error occurs. **Edit** these other issues seem to...
@frederikhors this is what worked for me (note, this is within Docker, using the `golang:1.11.3-alpine3.8` image): ``` #!/usr/bin/env bash export GO111MODULE=off cd ~/ go get github.com/oxequa/realize cd /go/src/github.com/oxequa/realize && \...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
@aembler Yea so this one is a total bitch. I'm trying to setup a vagrant machine w/ an NFS filesystem to duplicate the issue and hack on it locally; I'll...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
@aembler Since its just used for the caching layer at the moment, I'm going to try and wire up and use the Redis driver and see what happens. Hopefully that'll...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
@aembler PS - if you have any guidance on to go about overriding C5's configuration where it specifies that Stash uses the Filesystem driver it'd be helpful
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
@mkly Helpful as always, thanks for that reference, helped with getting the override working. @aembler I got Redis wired up as the cache store and it seems to have fixed...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
@EC-Joe Cache drivers have been switched out and Redis is successfully wired up, per my last message [here's the application/config/concrete.php file](https://gist.github.com/jhartman86/ab1d7100cdee3dc520cf). So that's a win there. You are right about...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
@aembler @EC-Joe @Mnkras @mkly Bumping this thread. Overriding the cache settings in application/config/concrete.php to use Redis allowed for skirting around the original issue of file locking on NFS. Thats not...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
@aembler Totally agree, there is no one-size-fits-all environments, and I understand the decisions behind the configuration settings for 5.7. C5 needs to run on lots of systems - so storing...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
Definitely have to second @mkly on everything said regarding generated_overrides directory. Given I've been naively trying to figure out what's going on under the hood, but if flat file storage...