I cant start my vanilla server 2

It says:
root@core games/minecraft# apt-get remove nodejs
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following package was automatically installed and is no longer required:
rlwrap
Use ‘apt-get autoremove’ to remove it.
The following packages will be REMOVED:
nodejs
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 36.6 MB disk space will be freed.
Do you want to continue [Y/n]? y
[master cbd2e98] saving uncommitted changes in /etc prior to apt run
1 file changed, 1 insertion(+), 1 deletion(-)
rewrite webmin/system-status/info (100%)
(Reading database … 31443 files and directories currently installed.)
Removing nodejs …
Processing triggers for man-db …
[master 1eca2b3] committing changes in /etc after apt run
2 files changed, 2 deletions(-)
delete mode 120000 alternatives/nodejs
delete mode 120000 alternatives/nodejs.1.gz
Counting objects: 1202, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (732/732), done.
Writing objects: 100% (1202/1202), done.
Total 1202 (delta 65), reused 1192 (delta 60)

1 Like

Now you’re ready for this.

It didnt go so well:

root@core games/minecraft# curl -sL https://deb.nodesource.com/setup_10.x | bash -

Installing the NodeSource Node.js 10.x repo…

Populating apt-get cache…

Err http://cdn.debian.net wheezy/contrib amd64 Packages

Hit https://deb.nodesource.com wheezy/main Sources
Ign http://archive.turnkeylinux.org wheezy-security/main Translation-en
Err http://cdn.debian.net wheezy/main amd64 Packages
404 Not Found [IP: 2a04:4e42:4::204 80]
Err http://cdn.debian.net wheezy/contrib amd64 Packages
404 Not Found [IP: 2a04:4e42:4::204 80]
Ign http://archive.turnkeylinux.org wheezy/main Translation-en
Ign http://cdn.debian.net wheezy/contrib Translation-en
Ign http://cdn.debian.net wheezy/main Translation-en
Hit https://deb.nodesource.com wheezy/main amd64 Packages
Ign https://deb.nodesource.com wheezy/main Translation-en
W: Failed to fetch http://security.debian.org/dists/wheezy/updates/main/binary-amd64/Packages 404 Not Found [IP: 2a04:4e42:c00::204 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/contrib/binary-amd64/Packages 404 Not Found [IP: 2a04:4e42:c00::204 80]

W: Failed to fetch http://cdn.debian.net/debian/dists/wheezy/main/binary-amd64/Packages 404 Not Found [IP: 2a04:4e42:4::204 80]

W: Failed to fetch http://cdn.debian.net/debian/dists/wheezy/contrib/binary-amd64/Packages 404 Not Found [IP: 2a04:4e42:4::204 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
Error executing command, exiting

From NodeJS website where we get the binaries from:

Supported Debian versions:

NodeSource will maintain support for stable, testing and unstable releases of Debian, due to the long release cycle a considerable number of users are running unstable.

  • Debian 8 / oldoldstable (Jessie)
  • Debian 9 / oldstable (Stretch)
  • Debian 10 / stable (Buster)
  • Debian unstable (Sid)

You’re on 7, right? Is this a new install of Debian? Was this MineOS Turnkey or a different Turnkey release?

This is debian 7 and this is not the recommended mineos iso, it is an older version I found on the website

I think we’ve run into a real hard stop, here.

NodeJS 10 is modern and required, but your underlying OS cannot run NodeJS 10.

It’s quite possible to upgrade from Debian 7 and beyond, but doing so requires probably a lot more work than its worth, compared to just installing a newer version of Debian right from the get-go.

1 Like

After I install debia 9, do I need any more software and if yes which one?

After you install Debian 9, you’d follow the wiki:

https://minecraft.codeemo.com/mineoswiki/index.php?title=MineOS-node_(apt-get)

Thank you, I will do that first thing in the morning.
Goodnight!

1 Like

What am I doing wrong?

https://drive.google.com/file/d/16BOO-0JIkzmu7cZGfDn9m4hcp6X7G72R/view?usp=sharing

Looks like you need to install curl and git

Use apt-get -y install curl git

thanks man, it worked!!
But after I type ‘‘npm install --unsafe-perm’’ it says ‘’-su: npm: command not found’’

Does your account have sudo privileges? I use that moreover than su?
If you already logged into su with the root password, then root won’t need su

I havent logged in with my root account, I will try that.
Also, do I need to start again or from the place I got the error?

If the curl and git commands worked successfully, than you should be able to pick up from the ‘npm’ command.

You know what, I’ll do a fresh install

You can switch to a different tty by pressing ALT+CTL+F1. F1 through F8 is are command consoles F7 and F8 are generally your GUI interface

Success, it runs!!
One last thing remains, how do I disable username verification?
Also, this showed up on the log ‘‘Can’t keep up! Is the server overloaded? Running 2012ms or 40 ticks behind’’ , should I be worried about it?

Glad that you got it working. As for the account verification, which account and/or system are you referring to? Webui or the root/user account the the OS?
I’ll get the “can’t keep up” message every so often, but nothing is really bad.

Let me put it another way, I want cracked users to join the server, is that possible?