Skip to content
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

Registering & ensuring node username and password match. #575

Open
rosszach opened this issue Sep 14, 2023 · 2 comments
Open

Registering & ensuring node username and password match. #575

rosszach opened this issue Sep 14, 2023 · 2 comments

Comments

@rosszach
Copy link

How can we help you?
I am still very new to github and also Fog Project in general. I noticed that when I try to add a storage node. I see this failure. I am hoping someone with far more knowledge than me can help me understand why this is happening. This happens when I try to install a new storage node for FOG.

Node being registered.......................................<!doctype html>

It feels like it can't find create_update_node.php

@lukebarone
Copy link
Member

Hey @rosszach, welcome to Github and the Open Source community.

Please help us out:

  1. What version of FOG are you attempting to install?
  2. What OS (including version) are you running?
  3. If you get the latest version, does it still do this?

This will at least help someone track down what's going on.

@mastacontrola
Copy link
Member

So to the specific error you're seeing (based on my experience of such things.)

It seems you may have a proxy passing back to your fog server?

This I make a (albeit WAG, it is somewhat educated as well) because of the <!doctype html> lines you see.

That indicates to me, it's not a problem finding the create_update_node.php file, but rather what that file is expecting post variables. And instead is getting 'get' variables. This then just returns and redirects your request. Otherwise you'd just get a 404 because the page simply doesn't exist at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants