Re: [Spacewalk-list] spacecmd

2019-07-30 Thread Michael Mraka
Ananta Chakravartula: > I got spacewalk setup using chef and I run some spacecmd commands part of > the recipe ( using execute resource), but chef-client fails with error > > ``` > chef-client[32220]: Spacewalk Password: ERROR: > chef-client[32220]: Warning: Password input may be echoed. >

Re: [Spacewalk-list] Spacewalk server keeps resyncing same packages from channel

2019-07-30 Thread Michael Mraka
Wenkai Chen: > HI Michael, > > Thanks so much for the insight. Should I configure separate channels for all > different distributions (updates,OS,extras) or just updates and OS will do? Hello, I recommend to use one channel for one repo. E.g. for CentOS 7 it looks like: Parent Channel Button C

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread Michael Mraka
philippe bidault: > Hi, Hello Philippe, > Indeed, the procedure from Paul did solve the issues on package comparison > I had on Ubuntu 18.04 and Debian 9. > > I am trying now to implement Debian 10 in Spacewalk, but curiously I have a > mismatch between the packages number to be updated on Space

[Spacewalk-list] Ubuntu 16.04 - OpenSCAP & OSAD

2019-07-30 Thread Raymond Setchfield
Hi All, I am looking into the possibility of using spacewalk for ubuntu servers. So far its fine as I am able to register the servers and download packages etc. However, I am also looking to use remote commands and also to audit the servers as well. Looking through the archives and also what I ca

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread philippe bidault
Hi Michael, Here are the installed versions: root@debian10:~# dpkg -l | grep python-go ii python-gobject 3.22.0-2 all Python 2.x bindings for GObject - transitional package ii python-gobject-22.28.6-13 amd64 deprecated

Re: [Spacewalk-list] spacecmd

2019-07-30 Thread Ananta Chakravartula
It doesn't work with out tty. Ananta sent from my phone. Sory fer eny typeos On Tue, Jul 30, 2019, 5:24 AM Michael Mraka wrote: > Ananta Chakravartula: > > I got spacewalk setup using chef and I run some spacecmd commands part of > > the recipe ( using execute resource), but chef-client fails

Re: [Spacewalk-list] spacecmd

2019-07-30 Thread Michael Mraka
Ananta Chakravartula: > It doesn't work with out tty. It works for me: $ cat >spacecmd-tty-test.sh <<'EOF' #!/bin/bash echo connected to $(tty) spacecmd --user admin --password mypassword system_list EOF $ chmod a+x spacecmd-tty-test.sh $ ./spacecmd-tty-test.sh connected to /dev/pts/0 INFO: Spac

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread Michael Mraka
philippe bidault: > Hi Michael, > > Here are the installed versions: > > root@debian10:~# dpkg -l | grep python-go > ii python-gobject 3.22.0-2 all > Python 2.x bindings for GObject - transitional package > ii python-gobject-22.28.6-13

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread philippe bidault
Nop, no lock or nothing similar: root@debian10:~# dpkg -l | grep python-eth ii python-ethtool 0.12-1.1 amd64 Python bindings for the ethtool kernel interface Regards, Philippe. On Tue, 30 Jul 2019 at 15:02, Michael Mraka wrote: > philippe bidault: > > Hi

[Spacewalk-list] 404-error for Cloned Channel from Client behind Proxy

2019-07-30 Thread Matthias Gruber
Hi! I have some strange error in my opinion... I have cloned channels for my RHEL 7 Servers (server-rpms, optional, supplemental, extra etc.p.p.) My client is behind a Spacewalk-Proxy in the same network as the Spacewalk-Server (doing that for performance and split reasons), several Proxies i

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread Robert Paschedag
What does "apt-cache show" for each package tell? So you see the newest package from SW server? Robert ⁣sent from my mobile device​ Originale Nachricht Von: philippe bidault Gesendet: Tue Jul 30 17:36:34 GMT+02:00 2019 An: spacewalk-list@redhat.com Betreff: Re: [Spacewalk-li

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread Robert Paschedag
You can also try to install one of the packages with "apt-get -o Debug::pkgProblemResolver install ..." Robert ⁣sent from my mobile device​ Originale Nachricht Von: philippe bidault Gesendet: Tue Jul 30 17:36:34 GMT+02:00 2019 An: spacewalk-list@redhat.com Betreff: Re: [Spac

[Spacewalk-list] Issue with registering a system to spacewalk 2.9

2019-07-30 Thread Linda Seignious
I'm trying to register a CentOS 7 vm and getting error when trying to install the repo. Repo: rpm -Uvh https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.9/epel-7-x86_64/00830557-spacewalk-repo/spacewalk-repo-2.9-4.el7.noarch.rpm Error: Curl: (22) The requested URL retu

[Spacewalk-list] Antwort: Issue with registering a system to spacewalk 2.9

2019-07-30 Thread Matthias Gruber
Hi! I had the same trouble, but discovered, that the path is wrong, i found spacewalk-repo-2.9-4.el7.noarch.rpm behind: 00912457-spacewalk-repo not 00830557-spacewalk-repo wget https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.9/epel-7-x86_64/00912457-spacewalk-rep

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread philippe bidault
It seems that finally that if I am not wrong the stored procedure is not working at 100% as Spacewalk wrongly detects the "~rc1" packages to be updated on some Ubuntu 18.04 servers : Latest Package Installed Package libpython2.7-2.7.15~rc1-1ubuntu0.1.amd64-deb libpython2.7-2.7.15-4ubuntu4~18

Re: [Spacewalk-list] Debian package comparison failing.

2019-07-30 Thread philippe bidault
Hi Robert, No, this is so strange, absolutely no trace through apt of the new packages proposed by Spacewalk on the Debian server. I need to troubleshoot this deeper. root@debian10:~# apt-cache show python-gobject Package: python-gobject Status: install ok installed Priority: extra Section: oldli