Re: [BackupPC-users] Help with unraid install..

2022-12-05 Thread Rob Sheldon
The project maintainer says he's just released an update that should resolve your issues: https://github.com/tiredofit/docker-backuppc/issues/13#issuecomment-1338297857 "...the user who has having issues should be able to pull a new version of the image and all should be working normally again.

Re: [BackupPC-users] Help with unraid install..

2022-12-04 Thread Rob Sheldon
I went ahead and opened up an issue for this on the maintainer's repo. It's at https://github.com/tiredofit/docker-backuppc/issues/13 He replied a bit ago that he'd get it patched up in the morning. On Sat, Dec 3, 2022, at 9:09 PM, Mister Ed wrote: > Wow, not a docker expert? Way ahead of me.

Re: [BackupPC-users] Help with unraid install..

2022-12-03 Thread Mister Ed
Wow, not a docker expert? Way ahead of me. I am a 57 yo dad with one still in high school, I am really about to give up on this if I do not get a ticket open on Sunday. I will follow up with the group. On Sat, Dec 3, 2022 at 1:35 PM Rob Sheldon wrote: > On Fri, Dec 2, 2022, at 10:34 PM, Miste

Re: [BackupPC-users] Help with unraid install..

2022-12-03 Thread Rob Sheldon
On Fri, Dec 2, 2022, at 10:34 PM, Mister Ed wrote: > > chown: unknown user backuppc > chown: unknown user/group backuppc:backuppc These are coming from some error in lines 13 & 14 of https://github.com/tiredofit/docker-backuppc/blob/a7c13963af017ac57b8f830d3796dbee6dc97440/install/etc/cont-init.

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Mister Ed
The line is in passwd... backuppc:x:1002:100:BackupPC system user:/:/bin/false Removed and re-installed... no joy. Will try and get a case open in the morning. I appreciate your help. chown: unknown user backuppc chown: unknown user/group backuppc:backuppc tar: can't open 'BackupPC-4.4.0.tar.g

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Kenneth Porter
What's the line with backuppc in /etc/passwd say? (If it's missing, that's also a clue.) ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://githu

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Rob Sheldon
Apologies for rewinding to the beginning of this thread, but the log lines you posted below would lead me to believe that the docker file failed to install BackupPC at all: it didn't create the user, it didn't download (or wasn't able to unpack) the software archive, it didn't create the init sc

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Mister Ed
That cd takes me to the / directory. On Fri, Dec 2, 2022 at 8:14 PM Norman J. Goldstein wrote: > I'm not familiar with slackware, but if rc.backuppc needs to be there, and > it is not, I agree it could be permissions. What happens when you do, "cd > ~backuppc"? It should take you to "/var/lib/

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Norman J. Goldstein
I'm not familiar with slackware, but if rc.backuppc needs to be there, and it is not, I agree it could be permissions.  What happens when you do, "cd ~backuppc"?  It should take you to "/var/lib/BackupPC", the home directory.  In my /etc/passwd file I also see that the login shell is "/sbin/nol

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Mister Ed
With the service running in the docker tab, when I try to access the web gui I get a 403 error. Sounds like permissions? On Fri, Dec 2, 2022 at 3:12 PM Mister Ed <112759...@gmail.com> wrote: > Oddly enough from the container console systemctl is not found in the > container. From the unraid ser

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Mister Ed
Oddly enough from the container console systemctl is not found in the container. From the unraid server console systemctl is not found. The server runs slackware and in the /etc/rc.d directory there is not an rc.backuppc file. On Fri, Dec 2, 2022 at 2:48 PM Norman J. Goldstein wrote: > I sugge

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Norman J. Goldstein
I suggest checking manually on the status of the backuppc server.  On my linux box, I do, as root, systemctl status backuppc to get some reassuring feedback (or not :-)).  Instead of "status", you can also do "start" and other commands outlined in the "-h" option.  If the status shows not run

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Mister Ed
So, I did create that user and I still do not get a webui... here are my logs from a fresh restart. 2022-12-02.14:24:03 [NOTICE] ** [container-init] Detected Container that has been restarted - Cleaning '/tmp/.container' files 2022-12-02.14:24:03 [NOTICE] ** [monitoring] Container configured for m

Re: [BackupPC-users] Help with unraid install..

2022-12-02 Thread Norman J. Goldstein
It is my understanding that most installers create the user, "backuppc".  If logging out and back in does not fix this, then the  docker installation omitted this step.  Creating the user, manually, should fix this. On 2022-12-02 09:41, Mister Ed wrote: I have installed the BackupPC docker con

[BackupPC-users] Help with unraid install..

2022-12-02 Thread Mister Ed
I have installed the BackupPC docker container on my Unraid server running version 6.11.5 and it is failing to start. I have never run this application and it looks very useful as it should handle my linux and windows systems. I think the problem is likely at the top of my logs, but I am not sure