Bug 33019 - appcenter.software-univention.de unreachable
appcenter.software-univention.de unreachable
Status: RESOLVED DUPLICATE of bug 32827
Product: UCS
Classification: Unclassified
Component: App Center
UCS 3.2
All Linux
: P5 normal (vote)
: ---
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-30 15:23 CET by Philipp Hahn
Modified: 2013-11-11 06:32 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Troubleshooting
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2013-10-30 15:23:24 CET
If the app-center is unreachable (no route, administratively prohibited, proxy, etc), even the default UCS components like nagios, uvmm, samba, .. can not be installed through the App center UMC module, which only prints the following error notification:

> Could not fulfill the request.
> Server error message:
> The command has failed: Could not query App Center: <urlopen error [Errno 101] > Network is unreachable

1. The App-module should output a more readable non-technical error message.
2. It would be nice if the default UCS components could still be installed.
3. It should be documented that "appcenter.software-univention.de" (or whatever is configured in UCRV "repository/app_center/server") must be reachable.

To block the appcenter-host:
# app=$(ucr get repository/app_center/server)
# getent ahostsv4 "$app" | awk '$2=="STREAM"{print $1}' | xargs -rn1 ip route add unreachable
# getent ahostsv6 "$app" | awk '$2=="STREAM"{print $1}' | xargs -rn1 ip -6 route add unreachable
Comment 1 Stefan Gohmann univentionstaff 2013-11-11 06:32:15 CET
(In reply to Philipp Hahn from comment #0)
> 2. It would be nice if the default UCS components could still be installed.

These packages can be installed through the package installation tab.

(In reply to Philipp Hahn from comment #0)
> 1. The App-module should output a more readable non-technical error message.

This is Bug #32827

> 3. It should be documented that "appcenter.software-univention.de" (or
> whatever is configured in UCRV "repository/app_center/server") must be
> reachable.

That should be solved with Bug #32827

*** This bug has been marked as a duplicate of bug 32827 ***