Replies: 1 comment
-
I found the problem. I become so smart to have a look at syslog 'smile' where the main problem turned out to be that port 8080 was all ready in use. sudo lsof -i -P -n | grep LISTEN showed me that Apache was listening to that port (on a specific IP). I changed that and that solved the problem. It would have been nice if the installer would have shown that ... What ever, problem solved . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to install sftpgo on a Ubuntu LTS 22.04 VM (on truenas scale). In multiple ways using:
All options did lead to the same result:
systemctl start sftpgo
systemctl status sftpgo --no-pager -l
sftpgo.service - SFTPGo Server
Main PID: 7719 (code=exited, status=1/FAILURE)
CPU: 77ms
Note that:
Listing... Done
apport/jammy-updates 2.20.11-0ubuntu82.5 all [upgradable from: 2.20.11-0ubuntu82.4]
dpkg/jammy-updates 1.21.1ubuntu2.2 amd64 [upgradable from: 1.21.1ubuntu2.1]
python3-apport/jammy-updates 2.20.11-0ubuntu82.5 all [upgradable from: 2.20.11-0ubuntu82.4]
python3-problem-report/jammy-updates 2.20.11-0ubuntu82.5 all [upgradable from: 2.20.11-0ubuntu82.4]
However those updates are not installed
sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
apport dpkg python3-apport python3-problem-report
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
What ever .... the package does not run now, not when installed from the repository, not when installed using the package, not when installed as user using sudo and not when installed as root ...
So I need some help
Louis
Beta Was this translation helpful? Give feedback.
All reactions