Displaying 20 results from an estimated 30 matches for "rhsm".
Did you mean:
rhsa
2016 Dec 14
2
spec file frustration (rant)
...es from centos git which is really convenient when
>>>> the related source is easy to find. But some things - e.g. from a spec file
>>>>
>>>> # How to create the source tarball:
>>>> #
>>>> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
>>>> # cd client/python-rhsm
>>>> # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
>>>>
>>>> Never used tito before, so I install it and try, and rather than giving
>>>> me the source package I need - it gives me a python traceb...
2016 Dec 13
8
spec file frustration (rant)
I'm getting spec files from centos git which is really convenient when
the related source is easy to find. But some things - e.g. from a spec file
# How to create the source tarball:
#
# git clone git://git.fedorahosted.org/git/python-rhsm.git/
# cd client/python-rhsm
# tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
Never used tito before, so I install it and try, and rather than giving
me the source package I need - it gives me a python traceback
complaining that I haven't configured some things properly.
Seems a lot o...
2017 Jun 29
0
CEBA-2017:1614 CentOS 7 python-rhsm BugFix Update
...nd Bugfix Advisory 2017:1614
Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1614.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
0b8646a9df566289792adaee7a035e61b1a3dc4e60596364fd1c5bf08b4d275c python-rhsm-1.17.10-1.el7_3.x86_64.rpm
f2666c251f0ca68348b2d83eacdb690c3925d644b729af3c556c9df17ff75ba9 python-rhsm-certificates-1.17.10-1.el7_3.x86_64.rpm
Source:
c5f78eab2bbd1fdbc9670da2f2e8e0fd96d94af7dccd9bc0a3d93887737cdb3c python-rhsm-1.17.10-1.el7_3.src.rpm
--
Johnny Hughes
CentOS Project { http:...
2017 Oct 20
0
CEBA-2017:2920 CentOS 7 python-rhsm BugFix Update
...a and Bugfix Advisory 2017:2920
Upstream details at : https://access.redhat.com/errata/RHBA-2017:2920
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
b8906c16589a88b4f0a7949bfb38c3a05e22250fc502a5b599a035d5d114cb48 python-rhsm-1.19.10-1.el7_4.x86_64.rpm
91016a4a17a2b3c30e28bf8b6de382663d0f52787a27e9e1cff87429af4791d8 python-rhsm-certificates-1.19.10-1.el7_4.x86_64.rpm
Source:
922cf4c08b06c77d619361bb7eb24b6365e7630648b02ebc5f854989676e2030 python-rhsm-1.19.10-1.el7_4.src.rpm
--
Johnny Hughes
CentOS Project { http:...
2016 Dec 13
2
spec file frustration (rant)
...wrote:
>> I'm getting spec files from centos git which is really convenient when
>> the related source is easy to find. But some things - e.g. from a spec file
>>
>> # How to create the source tarball:
>> #
>> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
>> # cd client/python-rhsm
>> # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
>>
>> Never used tito before, so I install it and try, and rather than giving
>> me the source package I need - it gives me a python traceback
>> complaining that I haven...
2011 Sep 22
0
CEEA-2011:1077 CentOS 5 i386 python-rhsm Update
CentOS Errata and Enhancement Advisory 2011:1077
Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1077.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
f50ce4d55932ab77c4876684c5b7c4b0 python-rhsm-0.95.5.5-1.el5.noarch.rpm
Source:
12df73a8f64fc17eabe9e61a6977d645 python-rhsm-0.95.5.5-1.el5.src.rpm
--
Karanbir Singh
CentOS Project { http://www.centos.org/ }
irc: z00dax, #centos at irc.freenode.net
2011 Sep 22
0
CEEA-2011:1077 CentOS 5 x86_64 python-rhsm Update
CentOS Errata and Enhancement Advisory 2011:1077
Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1077.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
3604eb89933d91a511fe5fd9dd3d0446 python-rhsm-0.95.5.5-1.el5.noarch.rpm
Source:
12df73a8f64fc17eabe9e61a6977d645 python-rhsm-0.95.5.5-1.el5.src.rpm
--
Karanbir Singh
CentOS Project { http://www.centos.org/ }
irc: z00dax, #centos at irc.freenode.net
2013 Sep 15
2
viirt-who Problem or my mistake ?
...: Traceback (most recent call last):
File "/usr/share/virt-who/virt-who.py", line 33, in <module>
from subscriptionmanager import SubscriptionManager,
SubscriptionManagerError
File "/usr/share/virt-who/subscriptionmanager.py", line 24, in <module>
import rhsm.connection as rhsm_connection
ImportError: No module named rhsm.connection
[FEHLGESCHLAGEN]
Is some missing or have I installed to much ;)
--
mit freundlichen Gr??en / best Regards,
G?nther J. Niederwimmer
2016 Dec 14
0
spec file frustration (rant)
...is really convenient when
> >>>> the related source is easy to find. But some things - e.g. from a spec file
> >>>>
> >>>> # How to create the source tarball:
> >>>> #
> >>>> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
> >>>> # cd client/python-rhsm
> >>>> # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
> >>>>
> >>>> Never used tito before, so I install it and try, and rather than giving
> >>>> me the source package I need - it...
2013 Nov 21
2
CentOS still dies on me
...aceback (most recent call last):
File "/usr/share/virt-who/virt-who.py", line 33, in <module>
from subscriptionmanager import SubscriptionManager,
SubscriptionManagerError
File "/usr/share/virt-who/subscriptionmanager.py", line 24, in <module>
import rhsm.connection as rhsm_connection
ImportError: No module named rhsm.connection
^[[60G[^[[0;31mFAILED^[[0;39m]^M
Starting libvirtd daemon: ^[[60G[^[[0;32m OK ^[[0;39m]
If not, I'd like to test the idea that my problem with Linux
dying on me is that recent kernels do not like my computer.
My most...
2020 Aug 17
3
C8 - Register with Red Hat
...======
Package Arch Version Repository Size
====================================================================================
Removing:
dnf-plugin-subscription-manager x86_64 1.26.17-1.el8_2 @BaseOS 86 k
python3-subscription-manager-rhsm x86_64 1.26.17-1.el8_2 @BaseOS 389 k
subscription-manager x86_64 1.26.17-1.el8_2 @BaseOS 4.2 M
subscription-manager-initial-setup-addon x86_64 1.26.17-1.el8_2 @AppStream 45 k
subscription-manager-rhsm-certificates x86_64 1.26.17-1.el8_2 @BaseOS 0...
2020 Aug 17
2
C8 - Register with Red Hat
...x86_64
dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64
initial-setup-0.3.62.1-1.el8.x86_64
initial-setup-gui-0.3.62.1-1.el8.x86_64
libreport-plugin-ureport-2.9.5-10.el8.x86_64
python3-abrt-2.10.9-11.el8.x86_64
python3-abrt-addon-2.10.9-11.el8.x86_64
python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64
subscription-manager-1.26.17-1.el8_2.x86_64
subscription-manager-initial-setup-addon-1.26.17-1.el8_2.x86_64
subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64
virt-who-0.27.6-1.el8.noarch
After these were removed the request to register with Red Hat no lon...
2016 Dec 13
0
spec file frustration (rant)
...6 -0800, Alice Wonder wrote:
> I'm getting spec files from centos git which is really convenient when
> the related source is easy to find. But some things - e.g. from a spec file
>
> # How to create the source tarball:
> #
> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
> # cd client/python-rhsm
> # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
>
> Never used tito before, so I install it and try, and rather than giving
> me the source package I need - it gives me a python traceback
> complaining that I haven't configured some t...
2016 Dec 13
0
spec file frustration (rant)
...etting spec files from centos git which is really convenient when
> >> the related source is easy to find. But some things - e.g. from a spec file
> >>
> >> # How to create the source tarball:
> >> #
> >> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
> >> # cd client/python-rhsm
> >> # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
> >>
> >> Never used tito before, so I install it and try, and rather than giving
> >> me the source package I need - it gives me a python traceback
> >&g...
2018 Dec 13
0
CEEA-2012:0490 CentOS 7 subscription-manager Enhancement Update
...ta and Enhancement Advisory 2012:0490
Upstream details at : https://access.redhat.com/errata/RHEA-2012:0490
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
435295880f2a85fc3b7b59c8cbc313ba88777f9c1021572de27316368b1d2ad0 rhsm-gtk-1.21.10-3.el7.centos.x86_64.rpm
6d4ef9eb5647dde82f2be256197fa9e44af6d8c61d2078aca1673e1b2b830640 subscription-manager-1.21.10-3.el7.centos.x86_64.rpm
7b2aad042f87c2ff9eab861a86d9f2acde08aa419d16bb1ef9eecf083b246b20 subscription-manager-cockpit-1.21.10-3.el7.centos.noarch.rpm
6f0658551a5eb4fce...
2019 Sep 18
0
CEBA-2019:2564 CentOS 7 subscription-manager BugFix Update
...ollowing updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
9f8cbf78e0d984f6d84565f9eb01923c4f4c634469d97de54fa08562434f344e python-syspurpose-1.24.13-3.el7.centos.x86_64.rpm
888a8ff4f382e17f14c590c79252bb4f7b20492169b64cbdba37b8395a2560d1 rhsm-gtk-1.24.13-3.el7.centos.x86_64.rpm
a4917d0e004d54a9f4b8f88caf68b83c867713815aa3f6f309560d685ca4c154 subscription-manager-1.24.13-3.el7.centos.x86_64.rpm
4aaff7fe61f33b169a691270c18f10ca1381861b859da94021c1db9bf790c368 subscription-manager-cockpit-1.24.13-3.el7.centos.noarch.rpm
61906a348265342f0...
2020 Mar 25
0
CEBA-2020:0854 CentOS 7 subscription-manager BugFix Update
...ollowing updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
a7a66da0528d5137924f68bae59bb612965f184f419905529ee6254887edaef3 python-syspurpose-1.24.13-4.el7.centos.x86_64.rpm
d151b89327c217e3d00e75c1dd27851ad14d0217b6dff1d87cf18887387ba457 rhsm-gtk-1.24.13-4.el7.centos.x86_64.rpm
4f3fe981de01f47ebe15c7bf5b15b62a4e7f2c91f7eecaf876a273ac8663c885 subscription-manager-1.24.13-4.el7.centos.x86_64.rpm
dadac419b110e4ad131607ec0f6e42ae988fb1f2e1c1fe3bde7e1fbf07c5c4ab subscription-manager-cockpit-1.24.13-4.el7.centos.noarch.rpm
e4971c7545bbb1d1d...
2020 May 21
0
CEBA-2020:2101 CentOS 7 subscription-manager BugFix Update
...ollowing updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
af716ec243d4e4b5b485e49c939db05866ec42a73335d40b40039f65a88dfd50 python-syspurpose-1.24.26-3.el7.centos.x86_64.rpm
2215309ecc28d08e7abb9bbf079f0e054c9f9eb0d07c800261d2039fc0f3c72b rhsm-gtk-1.24.26-3.el7.centos.x86_64.rpm
2714d8ee0fdfe75ef6523ee19d45c7e0591ce8ade5cd66ee47271fe522a65e6f subscription-manager-1.24.26-3.el7.centos.x86_64.rpm
0de835f11fe46d73bbd0c2fde90b9359e75f3edf5d11ca3a7349bef5569ef294 subscription-manager-cockpit-1.24.26-3.el7.centos.noarch.rpm
a687fdbadd91fbade...
2020 Aug 07
0
CEBA-2020:3355 CentOS 7 subscription-manage BugFix Update
...ollowing updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
1c927db066d49d2572c84d77b53b0152ce2ba9a04520f93e897c15cdc8fd46a5 python-syspurpose-1.24.26-4.el7.centos.x86_64.rpm
31468f95062ca8fa88067ef39ba88f6eecd517d7a203635e18d88225a8acb427 rhsm-gtk-1.24.26-4.el7.centos.x86_64.rpm
9aa646de32ca88972bf93a978410a05d61c3d74879acf70f8887856b278d25c2 subscription-manager-1.24.26-4.el7.centos.x86_64.rpm
6dac13f254edbe203f0d68e9d6b4bb5eb7a7f0c862351d15722295a78d9a257d subscription-manager-cockpit-1.24.26-4.el7.centos.noarch.rpm
251a068e56bb48161...
2016 Dec 14
0
spec file frustration (rant)
...04:16 PM, Alice Wonder wrote:
> I'm getting spec files from centos git which is really convenient when
> the related source is easy to find. But some things - e.g. from a spec file
>
> # How to create the source tarball:
> #
> # git clone git://git.fedorahosted.org/git/python-rhsm.git/
> # cd client/python-rhsm
> # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
>
> Never used tito before, so I install it and try, and rather than giving
> me the source package I need - it gives me a python traceback
> complaining that I haven't configured some thi...