-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http doesn't seem to be working. #29
Comments
The
Can you confirm you're using the correct path? |
I have set the repo_dir to a local directory under the user home directory. Does it have to be under /var/lib/grendel/repo only ? Even if we set the repo_dir to /var/lib/grendel/repo, why do we need to mention |
No you can set it to any path on the filesystem. The default is
Grendel server |
I am just not able to get the http service recognize a repo dir. Whatever repo_dir I set to, in the grendel.toml file, none of them works. This is what I see in the log. [2024-06-13T10:06:19+05:30] INFO PROVISION: Routes in order: [] Using curl to download the file I know it is there in the directory also doesn't work. user@VBOXubuntu:~$ curl http://192.168.3.254/repo/test.txt [2024-06-13T10:11:24+05:30] WARN PROVISION: Requested path not found ip=192.168.3.254 path=/repo/test.txt |
Hello, please make sure Grendel is reading the correct configuration file, you should see:
Then you should see this in your logs: |
Hi,
http doesn't seem to be working. When I try to serve a directory using the "repo_dir" variable in the grendel.toml file, the client (compute and/or curl and wget) can't seem to download any file. Gets a 404 not found when using wget. I have never been able to server any files using http. Not in 0.0.6, not in 0.0.7 and also not in 0.0.8. Not sure if it is just me only.
Thanks,
RC
The text was updated successfully, but these errors were encountered: