WiperWoper

Members
  • Posts

    7
  • Joined

  • Last visited

WiperWoper's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Quick update for @binhex and @Cat_Seeder, I got the issue with the users resolved and it's working now. No more bans from tracker ircs (hopefully). Thanks for the help and patience
  2. Ah, that makes sense. But yeah, I'll have to recreate the container to fix the permissions issue now anyway, so I'll figure out how to find the uid/gid in Synology and do that. Thanks!
  3. My bad, I checked again and used the id command to find out the values for all users. There's only one user: root. So, as per the readme, I used createuser.sh to create a new user account (it says it's for rutorrent but it's only thing related to this is the readme). I then checked the users again with "id" and still only the root user appears. So... you told me before not to use useradd, and the script is not for this purpose, how do I create a user to run irssi from? Actually got the list of users with cut -d: -f1 /etc/passwd root bin daemon mail ftp http nobody dbus systemd-journal-remote systemd-network systemd-resolve systemd-timesync systemd-coredump uuidd privoxy git aurbuild Do I just pick one of these, for example privoxy, even though they don't seem like users for this purpose? Also, since I deleted perms.txt to reset permissions rutorrent is no longer able to add torrents because of lack of permissions.
  4. Ok, I think I should have started by mentioning this is a docker in a Synology NAS. I didn't even realize unRAID was an OS and thought this was the general support forum. I don't know if that is relevant or not, but oh well. The log file doesn't have much info, I won't even need to attach it since other than the ASCII header it's just these two lines: 2020-02-14 17:14:16.550844 [info] System information Linux seedbox 4.4.59+ #24922 SMP PREEMPT Mon Aug 19 12:13:37 CST 2019 x86_64 GNU/Linux 2020-02-14 17:14:16.621205 [info] PUID defined as '1' I changed both PUID and PGID to "1". The thing is I don't really get what I should be putting there. I got that 0 is for root, but that's as far as my understanding goes right now.
  5. To clarify, I should first create a new user with "useradd" inside the container right? Because I just tried to simply change the variables and deleting the file and the container would not start. Sorry, new to this whole docker thing 😕
  6. Ah crap, I used PUID=0 and PGID=0 so that must be it. Would it be possible to change it now just changing the environment variables then (I assume I would have to create a new user first)? And yeah, I don't know how they know but they do, it's always the same message: 14:56 [trackername] -!- You're banned! Email [email protected] with the ERROR line below for help. 14:56 [trackername] -!- ERROR Closing link: (root@<ip-redacted>.staticip.rima-tde.net) [K-lined: Don't IRC as root!] 14:56 -!- Irssi: Connection lost to irc.trackername.net
  7. First of all thanks for the wonderful container @binhex. Is it possible to have irssi running in a non-root account? Half of the trackers I tried to join to set up autodl-irssi have automatically banned me when trying to connect from the root account.