Bug 1631790
| Summary: | rpm-ostree error Txn AutomaticUpdateTrigger on /org/projectatomic/rpmostree1/fedora_workstation failed: [7] Couldn't connect to server | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
| Component: | rpm-ostree | Assignee: | Colin Walters <walters> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | dustymabe, jlebon, jonathan, miabbott, walters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-09-21 15:29:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Zbigniew Jędrzejewski-Szmek
2018-09-21 14:59:18 UTC
can you cat /etc/ostree/remotes.d/*.conf ? That should let you know what server was attempted to be contacted. If you want the server printed out in the logs then maybe open an RFE at github.com/projectatomic/rpm-ostree [fedora@localhost ~]$ ls /etc/ostree/remotes.d/ fedora-workstation.conf [fedora@localhost ~]$ cat /etc/ostree/remotes.d/fedora-workstation.conf [remote "fedora-workstation"] url=https://kojipkgs.fedoraproject.org/atomic/repo/ gpg-verify=true gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary It seems I have some network issue with the fedora servers: $ ping kojipkgs.fedoraproject.org PING kojipkgs.fedoraproject.org (209.132.181.16) 56(84) bytes of data. 64 bytes from proxy01.fedoraproject.org (209.132.181.16): icmp_seq=1 ttl=47 time=194 ms 64 bytes from proxy01.fedoraproject.org (209.132.181.16): icmp_seq=2 ttl=47 time=203 ms ^C $ curl https://kojipkgs.fedoraproject.org/atomic/repo/ (hangs) OK, so I'll close this as UPSTREAM, for the RFE, and close this here since the actual error seems to be a network issue. |