execute the command gicen in the thread above from cli

Error messages: Check updates in Web GUI
-
- OMV 4.x
- resolved
- Update
- ChrisBuzz
-
-
-
Did you ran that command in a single line?
No idea how to fix the FTP issue but the command is:
sudo su - # <--- This is one command
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash # <--- This is another
On a single line, you get this:
-
-
No, of course I ran the command in two seperate lines
I solved the FTP issues with the following commands:
After a reboot I still receive some error messages which thought that I solved them already:
Openmediavault, [10.12.2021, 19:38:35]:
Monitoring restart -- Connection failed nginx on the Tue, 07 Dec 2021 21:34:57 GMT
Tue, 07 Dec 2021 22:34:57
The system monitoring needs your attention.
Host: \Netzwerkspeicher
Date: Tue, 07 Dec 2021 22:34:57
Service: nginx
Event: Connection failed
Description: failed protocol test [HTTP] at [127.0.0.1]:80 [TCP/IP] -- HTTP error: Server returned status 500
This triggered the monitoring system to: restart
—
You have received this notification because you have enabled the system monitoring on this host.
To change your notification preferences, please go to the 'System | Notification' or 'System | Monitoring' page in the web interface.
Pending configuration changes on the Wed, 8 Dec 2021 08:35:51 +0100 (CET)
The configuration has been changed. You must apply the changes in order for them to take effect.
Monitoring alert -- Connection succeeded nginx on the Tue, 07 Dec 2021 21:37:43 GMT
Tue, 07 Dec 2021 22:37:43
The system monitoring needs your attention.
Host: \Netzwerkspeicher
Date: Tue, 07 Dec 2021 22:37:43
Service: nginx
Event: Connection succeeded
Description: connection succeeded to [127.0.0.1]:80 [TCP/IP]
This triggered the monitoring system to: alert
—
You have received this notification because you have enabled the system monitoring on this host.
To change your notification preferences, please go to the 'System | Notification' or 'System | Monitoring' page in the web interface.
CRON-APT error on Netzwerkspeicher [/etc/cron-apt/config] on the Wed, 8 Dec 2021 08:35:51 +0100 (CET)
CRON-APT RUN [/etc/cron-apt/config]: Wed Dec 8 07:37:24 CET 2021
CRON-APT SLEEP: 3492, Wed Dec 8 08:35:36 CET 2021
CRON-APT ACTION: 0-update
CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
W: GPG error: http://ppa.launchpad.net/kyle1117/ppa/ubuntu cosmic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3028C3C96AD57103
E: The repository 'http://ppa.launchpad.net/kyle1117/ppa/ubuntu cosmic InRelease' is not signed.
Any ideas?
-
After a reboot I still receive some error messages which thought that I solved them already:
CRON-APT RUN [/etc/cron-apt/config]: Wed Dec 8 07:37:24 CET 2021
CRON-APT SLEEP: 3492, Wed Dec 8 08:35:36 CET 2021
CRON-APT ACTION: 0-update
CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
W: GPG error: http://ppa.launchpad.net/kyle1117/ppa/ubuntu cosmic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3028C3C96AD57103
E: The repository 'http://ppa.launchpad.net/kyle1117/ppa/ubuntu cosmic InRelease' is not signed.
Any ideas?
You already had some pointers from Zoki
You need to delete the repo file that is giving problems.
That repo is for ubuntu so, it was something that you installed on the HOST that added it to the sources
The repo is valid but the signature is missing.
Either run:
nano /etc/sources.list.d/kyle1117-ubuntu-ppa-cosmic.list and put a # in the begining of any line you have there.
Or follow this to add the signature to that repo:
Fix Missing GPG Key Apt Repository Errors (NO_PUBKEY) - Linux Uprising Blog
QuoteSolution 1: Quick NO_PUBKEY fix for a single repository / key.
If you're only missing one public GPG repository key, you can run this command on your Ubuntu / Linux Mint / Pop!_OS / Debian system to fix it:
You'll have to replace
THE_MISSING_KEY_HERE
with the missing GPG key. The key is shown in the apt update / apt-get update log, after NO_PUBKEY. For example, in the error message I posted above, the missing GPG key that must be used in this command isEA8CACC073C3DB2A
.In your case, it would be:
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 3028C3C96AD57103
Don't know if it will work since the hkp service was deprecated,
-
Thanks, I think that solved my issues.
-
-
macom
Added the Label resolved
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!