I have problem: failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount954707384/Dockerfile: no such file or directory
OS: Windows 10
App: VScode
Related
I tried to check the nginx configuration with
sudo nginx -t
output:
nginx: [emerg] open() "/etc/nginx/sites-enabled/django1" failed (2: No such file or directory) in /etc/nginx/nginx.conf:60
nginx: configuration file /etc/nginx/nginx.conf test failed
I once created django1 but I removed/deleted this project. Now Iam trying to start a new project but cannot solve this issue. I googled a lot and tried to change the nginx.conf file but without success. Does anyone know whats going wrong here?
Best
alex
You may have a softlink that pointed to your old project still.
Delete the /etc/nginx/sites-enabled/django1 file/softlink.
I am trying to set up a HA GlusterFS (version 7.7) Replicated Distribution Storage Cluster on Centos 7. I read some docs and tutorials, but I am stuck at the moment with my CTDB setup. Is there someone whith experience with such configurations? I can use your help!
This error I get when starting smb service:
ctdbd init connection: ctdbd_init_connection_internal failed (Input/output error) clustering=yes but ctdbd connect failed: Input/output error
We are facing the below issue when we are able to start the PCF DEV network.
Could anyone please help on it?
C:\Users\Administrator>cf dev start -f C:\Users\Administrator\Downloads\pcfdev-v1.2.0-windows.tgz
FAILED
cf dev start: stopping cfdev: cf dev stop: failed to stop the VM: failed to stop vpnkit: Failed to execute C:\Users\Administrator.cfdev\winservice\org.cloudfoundry.cfdev.vpnkit\org.cloudfoundry.cfdev.vpnkit.exe, [C:\Users\Administrator.cfdev\winservice\org.cloudfoundry.cfdev.vpnkit\org.cloudfoundry.cfdev.vpnkit.exe uninstall]: exec: "C:\Users\Administrator\.cfdev\winservice\org.cloudfoundry.cfdev.vpnkit\org.cloudfoundry.cfdev.vpnkit.exe": file does not exist:
In a hoplon project, by executing: boot development, i get these errors:
I/O exception (java.net.SocketException) caught when connecting to the target host: Network is unreachable
Failed to collect dependencies for [#<Dependency org.clojure:clojure:jar:1.6.0 (compile)> #<Dependency tailrecursion:boot.core:jar:2.5.1 (compile)> #<Dependency tailrecursion:boot.task:jar:2.2.4 (compile)> #<Dependency tailrecursion:hoplon:jar:5.10.23
Failed to read artifact descriptor for org.clojure:clojure:jar:1.6.0
↳ Caused by: Could not transfer artifact org.clojure:clojure:pom:1.6.0 from/to http://repo1.maven.org/maven2/ (http://repo1.maven.org/maven2/): Connection to http://repo1.maven.org refused
I have boot installed on my machine. (Ubuntu 12.04)
Any suggestions?
I'm in the middle of trying to deploy a Django project on Subsys.no, Who uses FastCGI. I have never deployed a project before and have been trying for 3 days straight.
I have made a virtualenv on the server and installed all the packages I need.
I have uploaded (FTP) the project I have onto the server (in the correct place)
I have tired using Fabrics "fab all" command on the server and locally. The server gave this response:
--
all
---
-------
install
-------
$ cat /etc/default/locale ->
Fatal error: Low level socket error connecting to host subsys.no on port 22: Connection refused (tried 1 time)
Underlying exception:
Connection refused
Aborting.
The local gave the same answer but with one twist:
Fatal error: Timed out trying to connect to subsys.no (tried 1 time)
Underlying exception:
timed out
I'm not sure if the error lie here or here on the site. It gives out alot that I dont understand.
All help is greatly appreciated and thanks in advance!