Issue with new users

Sorry for all the spam >.<

I created a new user as root from console (ssh). The user is able to log in to everything but getting the following error :

So i try to reload the services :

[root@sb]:(938.7kb)~# sudo -u sinnerdude reload
[sudo] password for sinnerdude:
[sudo] password for sinnerdude:
[sudo] password for sinnerdude:
[sudo] password for sinnerdude:

I’ve tried the user’s password, my password, the root password… and nothing is working

can you su sinnerdude?

Looks like the service isn’t firing for the newly created user. I can duplicate this. Fixing now.

1 Like

[denellum@sb]:(0b)~$ sudo su - [root@sb]:(938.7kb)~# su sinnerdude == Seedbox Shell == Welcome To Your QuickBox Seedbox Shell Type '?' to get the list of allowed commands sinnerdude:~$ reload *** forbidden command: reload sinnerdude:~$

Do this:

su sinnerdude
screen -fa -dmS rtorrent rtorrent

Then see if that fires up their session.

1 Like

Works like a charm :slight_smile:

Awesome! Yes, this is an issue with the cron just being incredibly delayed. Probably an upstart issue.

Thanks for the report! :raised_hands:

1 Like