Re: [Pulp-list] Old python2-debpkgr package causing debian / ubuntu not to synchronize successfully

2018-02-13 Thread Sebastian Sonne
In my opinion it can be closed. The package is updated and contains the needed 
fix.

Am 12.02.2018 um 16:32 schrieb Robin Chan 
>:

So what should we do with the issue tracker that Sebastian wrote? 
https://pulp.plan.io/issues/3311

On Fri, Feb 9, 2018 at 5:03 PM, Patrick Creech 
> wrote:
On Fri, 2018-02-09 at 07:19 -0500, Patrick Creech wrote:
> On Fri, 2018-02-09 at 10:30 +, Sebastian Sonne wrote:
> > Hello everyone,
> >
> > ever since the stable release of 2.15, I’ve tried to synchronize debian, 
> > without any success. The error message given is "'md5sums' file not found, 
> > can't list MD5 sums“. In https://pulp.plan.io/is
> > su
> > es/3311, I have finally found out why: debpkg expects an md5sum, when 
> > apparently this is optional, causing everything else to fail. The fix for 
> > this is present in python-debpkgr version 1.0.2, but
> > the only currently available version from pulp is 1.0.1.
> >
> > As I’m unsure where to turn to with the request to update python2-debpkgr, 
> > I’ll do it here.
>
> Thanks for reporting this Sebastion!
>
> As pulp's release engineer, I'll get right on updating python-debpkgr in our 
> repos.  I'll send an update when the fix has been pushed

The latest python2-debpkgr has been published to pulp's repos
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list



Sebastian Sonne
Systems & Applications (OSA)

noris network AG
Thomas-Mann-Strasse 16−20
90471 Nürnberg
Deutschland

Tel +49 911 9352 1184
Fax +49 911 9352 100

sebastian.so...@noris.de

https://www.noris.de - Mehr Leistung als Standard
Vorstand: Ingo Kraupa (Vorsitzender), Joachim Astel, Jürgen Städing
Vorsitzender des Aufsichtsrats: Stefan Schnabel - AG Nürnberg HRB 17689










smime.p7s
Description: S/MIME cryptographic signature
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

[Pulp-list] Unable to register consumer with pulp server

2018-02-13 Thread Soham Chakraborty
Hi,

I am using CentOS 7 as my pulp server and CentOS 6 as a consumer. I am
using rabbitmq as the broker since I was not able to get qpid to work due
to package conflicts.

Right now, I am not able to register the consumer with the pulp server. The
trackback is given below:

[root@client1 python]# pulp-consumer -vv -u admin register --consumer-id
client1.example.com
Enter password:
2018-02-13 18:44:59,892 - DEBUG - sending POST request to
/pulp/api/v2/consumers/
2018-02-13 18:45:02,997 - ERROR - Client-side exception occurred
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/pulp/client/extensions/core.py",
line 474, in run
exit_code = Cli.run(self, args)
  File "/usr/lib/python2.6/site-packages/okaara/cli.py", line 974, in run
exit_code = command_or_section.execute(self.prompt, remaining_args)
  File
"/usr/lib/python2.6/site-packages/pulp/client/extensions/extensions.py",
line 210, in execute
return self.method(*arg_list, **clean_kwargs)
  File "/usr/lib/python2.6/site-packages/pulp/client/consumer/cli.py", line
173, in register
rsa_pub=rsa_pub)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/consumer.py", line
35, in register
return self.server.POST(path, body)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line
100, in POST
log_request_body=log_request_body, ignore_prefix=ignore_prefix)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line
152, in _request
response_code, response_body = self.server_wrapper.request(method, url,
body)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line
339, in request
connection.request(method, url, body=body, headers=headers)
  File "/usr/lib64/python2.6/httplib.py", line 973, in request
self._send_request(method, url, body, headers)
  File "/usr/lib64/python2.6/httplib.py", line 1010, in _send_request
self.endheaders()
  File "/usr/lib64/python2.6/httplib.py", line 967, in endheaders
self._send_output()
  File "/usr/lib64/python2.6/httplib.py", line 831, in _send_output
self.send(msg)
  File "/usr/lib64/python2.6/httplib.py", line 790, in send
self.connect()
  File "/usr/lib64/python2.6/site-packages/M2Crypto/httpslib.py", line 73,
in connect
raise error
error: [Errno 113] No route to host
An error occurred attempting to contact the server.

[root@client1 python]#

Packages on the client:

[root@client1 ~]# rpm -qa | egrep -i 'pulp|amqp'
python-rhsm-1.8.0-2.pulp.el6.x86_64
python-pulp-common-2.11.2-1.el6.noarch
python-pulp-rpm-common-2.11.2-1.el6.noarch
python-amqp-1.4.9-1.el6.noarch
python-pulp-bindings-2.11.2-1.el6.noarch
pulp-consumer-client-2.11.2-1.el6.noarch
pulp-agent-2.11.2-1.el6.noarch
python-gofer-amqp-2.7.6-1.el6.noarch
python-isodate-0.5.0-4.pulp.el6.noarch
python-pulp-agent-lib-2.11.2-1.el6.noarch
python-pulp-client-lib-2.11.2-1.el6.noarch
pulp-rpm-consumer-extensions-2.11.2-1.el6.noarch
pulp-rpm-yumplugins-2.11.2-1.el6.noarch
pulp-rpm-handlers-2.11.2-1.el6.noarch
[root@client1 ~]#

[root@client1 ~]# service goferd status
goferd (9018) is running.
[root@client1 ~]#

consumer.conf in client:

[root@client1 ~]#  egrep -v '^($|#)' /etc/pulp/consumer/consumer.conf
[server]
host: pulp.example.com
verify_ssl: False
[authentication]
[client]
[filesystem]
[reboot]
[output]
[messaging]
transport: rabbitmq
[profile]
[root@client1 ~]#

In pulp server:

[root@pulp ~]# egrep -v '^($|#)' /etc/pulp/admin/admin.conf
[server]
host: pulp.example.com
verify_ssl : False
[client]
[filesystem]
[output]
[root@pulp ~]# egrep -v '^($|#)' /etc/pulp/server.conf
[database]
[server]
[authentication]
[security]
[consumer_history]
[data_reaping]
[oauth]
[messaging]
transport: rabbitmq
[tasks]
broker_url: amqp://guest:guest localhost/
[email]
[lazy]
[profiling]
[root@pulp ~]#

What am I missing here?

Thanks,
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

[Pulp-list] Pulp Community Demo - Wednesday Feb 14

2018-02-13 Thread Brian Bouterse
The Pulp community demo will be broadcast live via YouTube. The tentative
agenda is:

* Unlinking publishers/importers from repositories (daviddavis) - Pulp 3

* Create a repository version by adding/removing content from latest
repository version (dkliban) - Pulp 3

* Task list view now shows the worker name (dalley) - Pulp 2

When: Feb 14th at 3pm UTC
Where: https://www.youtube.com/watch?v=BT8rzG6ATEM
Interact: Chat during the event on the watch page ^ or leave comments on
the page after

This video will be available on the Pulp YouTube Channel[0] after
recording. Consider following the Pulp YouTube channel where we post all
Pulp videos. Any feedback or suggestions are welcome.

[0]: https://www.youtube.com/channel/UCI43Ffs4VPDv7awXvvBJfRQ
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list