-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Failed to start HFS code=exited #739
Comments
sorry but i cannot work on this, as it contains no message from hfs. |
In this case it is working as intended but hfs is shutdown when i disconnect/logoff from console/terminal 10:55:01 HFS ~ HTTP File Server |
ok, then you can attempt running as a service, and see if anything is written in the debug.log file |
It is only creating an access logfile .. not for the program itself. maybe the issue is that the files doent get generated/downloaded successfully |
i don't know linux, but googling it says that you can still look at the output of a program like this: see what's there. hfs stores all its files in the ".hfs" folder, it's printed as "cwd" in the output |
Ubuntu 22.04
I tried both NVM
installs nvm (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
download and install Node.js (you may need to restart the terminal)
nvm install 18
verifies the right Node.js version is in the environment
node -v # should print
v18.20.4
verifies the right npm version is in the environment
npm -v # should print
10.7.0
FNM
curl -fsSL https://fnm.vercel.app/install | bash
activate fnm source (use /user/.bashrc)
source ~/.bashrc
download and install Node.js
fnm use --install-if-missing 18
verifies the right Node.js version is in the environment
node -v # should print
v18.20.4
verifies the right npm version is in the environment
npm -v # should print
10.7.0
after that i run:
sudo apt install npm
npm install -g node-gyp
put or created hfs.service
npx hfs@latest
create-admin PASSWORD
sudo systemctl daemon-reload && sudo systemctl enable hfs && sudo systemctl start hfs && sudo systemctl status hfs
but i recieve this error or it displays that it is running bot its not ....
The text was updated successfully, but these errors were encountered: