Hi!
The command “createSeedboxUser” does what it´s supposed to do, but it hangs on this part:
Setting up Deluge for…
What can be the issue here?
Hi!
The command “createSeedboxUser” does what it´s supposed to do, but it hangs on this part:
Setting up Deluge for…
What can be the issue here?
It’s possible you have a dependencies lock in place. Can you run apt -y update
without an error?
I just ran this several times on a couple of different machines and the users installed without issue.
qb-app-dev:# createSeedboxUser
!important! When creating a user, only use lowercase for the username
Username: qbuser1
Password: (hit enter to generate a password) qbuser1
using qbuser1
writing qbuser1 to vsftpd.chroot_list...[OK]
writing qbuser1 .rtorrent.rc using port-range (56815-58315)...[OK]
setting permissions ... [OK]
writing qbuser1 rutorrent config.php ... [OK]
Setting up autodl-irssi for qbuser1 ... [OK]
Setting up Deluge for qbuser1 ... [OK]
Created symlink from /etc/systemd/system/multi-user.target.wants/[email protected] to /etc/systemd/system/[email protected].
Created symlink from /etc/systemd/system/multi-user.target.wants/[email protected] to /etc/systemd/system/[email protected].
Created symlink from /etc/systemd/system/multi-user.target.wants/[email protected] to /etc/systemd/system/[email protected].
Created symlink from /etc/systemd/system/multi-user.target.wants/[email protected] to /etc/systemd/system/[email protected].
Setting up modern file-system indexer (h5ai) for qbuser1 ...
qb-app-dev:#
Fixed it! I didn’t have full root access when using the command.
Thanks for reminding me of that