Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The command for adding a user is actually useradd.
https://wiki.archlinux.org/index.php/Users_and_Groups#User_management
Instead of ‘/etc/rc.d/sshd restart’, it should say ‘systemctl sshd restart’
You should add the user to the wheel group and specify -m to create the home directory.
I think the most used command for adding new user is:
useradd -m -g users -s /bin/bash -G wheel NEWUSERID
On a new arch linux droplet, followed this tutorial successfully. Before adding database, server or php, this update command fails pacman -Syu, failed.
Here is the result of pacman -Syu (string of #s and package list redacted): :: Synchronizing package databases… core is up to date extra is up to date community is up to date :: Starting full system upgrade… warning: linux: ignoring package upgrade (3.8.4-1 => 3.10.6-2) resolving dependencies… looking for inter-conflicts…
Packages (85):
(85/85) checking keys in keyring
(85/85) checking package integrity
(85/85) loading package files
(85/85) checking for file conflicts
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.
These folders came with the droplet. Am I doing something wrong?
@LJones: please see https://www.archlinux.org/news/binaries-move-to-usrbin-requiring-update-intervention/
The Arch images should probably be updated by digitalocean staff.
I was wondering what was wrong. As a newbie though that link you posted Tim while appreciated, I don’t really get. Just hope they update the images or I can figure it out soon as I just deleted my droplet to start over with Arch.
@mkstlouis: You need to upgrade your system according to the link Tim posted.
There is quite a bit of missing info in the article. A walkthrough would be helpful…
@io: What kind of information is this article missing? Please check the rest of the Arch Linux articles and see if you can find what you need there:
https://www.digitalocean.com/community/community_tags/arch-linux