Re: [Spacewalk-list] Spacewalk 2.2 crash when adding client (fedora 20)

2014-10-08 Thread nathan
Highly unlikely. The first thing I did to test was put SElinux in permissive mode and checked firewall settings. [root@spacewalk /u/install]# getenforce Permissive [root@spacewalk /u/install]# firewall-cmd --list-all public (default, active) interfaces: ens32 sources: services: dhcpv6-clien

Re: [Spacewalk-list] spacewalk DB : rhnerrata table issue_date format

2014-10-08 Thread Glen Collins
By the wayI am using Postgres and not Oracle DB. I looked at the DB table and modified the date/time and added timezone and still get the same error 20141003T00:00:00-07 I assume this is the correct ISO8601 time format. Help! Glen Collins - Original Message - Hi All. Now

Re: [Spacewalk-list] Installation and config

2014-10-08 Thread Alexander Innes
I wrote a bit on this :) (oops in advance if the hyperlinks dont copy) The Fedora Hosted page and corresponding wiki contains everything you need to get up and started. Its one of the best resources to check documentation as its the official home! Another gr

Re: [Spacewalk-list] SLES 11 SP3 channels show Content Provider as "unknown"

2014-10-08 Thread Will, Chris
We are using postgres. There are already entries for the key. rhnschema=# select * from rhnPackageKey where key_id='e3a5c360307e3d54'; id | key_id | key_type_id | provider_id |created | modified -+--+-+-+---

[Spacewalk-list] spacewalk DB : rhnerrata table issue_date format

2014-10-08 Thread Glen Collins
Hi All. Now this is probably the wrong list to do this on but since I'm not a developer and don't code much this is a shot in the dark. I'm trying to update the rhnerrata table with the errata.set_details function and I can't seem to get the date format correct so it accepts the insert into the

[Spacewalk-list] Installation and config

2014-10-08 Thread Jason Whitt
May seem like a dumb question any good resources on getting started for the admin that has like 50 other things going on? Sent from my iPhone ___ Spacewalk-list mailing list Spacewalk-list@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-li

Re: [Spacewalk-list] SLES 11 SP3 channels show Content Provider as "unknown"

2014-10-08 Thread Scott Worthington
On 10/8/2014 10:06 AM, Will, Chris wrote: > Sorry I forgot to include a subject > > Chris Will > > *From:*spacewalk-list-boun...@redhat.com > [mailto:spacewalk-list-boun...@redhat.com] *On Behalf Of *Will, Chris > *Sent:* Wednesday, October 08, 2014 10:01 AM > *To:* spacewalk-list@redhat.com > *S

Re: [Spacewalk-list] SLES 11 SP3 channels show Content Provider as "unknown"

2014-10-08 Thread Will, Chris
Sorry I forgot to include a subject Chris Will From: spacewalk-list-boun...@redhat.com [mailto:spacewalk-list-boun...@redhat.com] On Behalf Of Will, Chris Sent: Wednesday, October 08, 2014 10:01 AM To: spacewalk-list@redhat.com Subject: [Spacewalk-list] (no subject) We are running Spacewalk 2.0

Re: [Spacewalk-list] kickstart tree after repo sync using

2014-10-08 Thread Waldirio Manhães Pinheiro
Hello Friends, Thanks for all answers. I understood the necessity to create manually the structure to implement kickstart, btw according the command spacewalk-repo-sync, in manual page we can see --sync-kickstart Attempt to create kickstartable tree (distribution) if there is su

[Spacewalk-list] (no subject)

2014-10-08 Thread Will, Chris
We are running Spacewalk 2.0 on RHEL 6. We have successfully mirrored the channels from SUSE (SLES 11 SP3 s390x) with our mirror credentials, however all the packages display "unknown" for content provider. How can we set the content provider? I am not all that familiar with Spacewalk. I ass

Re: [Spacewalk-list] Spacewalk 2.1 and Cobbler problems

2014-10-08 Thread Michael Snyder
>From one Michael to another, Thank you Mr. Mraka! That was precisely the problem. On changing that, and then updating the Kickstart profile from the GUI, everything worked as expected. Best regards and this list is tops! -Mike -Original Message- From: spacewalk-list-boun...@redhat.co

Re: [Spacewalk-list] Spacewalk 2.1 and Cobbler problems

2014-10-08 Thread Michael Mraka
Michael Snyder wrote: % Working on a Spacewalk 2.1 deployment, and almost everything is perfect. Except... % % When trying to configure a Kickstart profile, the following conditions are observed: % % * When displaying the "Kickstart File" tab in the profile, the frontend displays "The

Re: [Spacewalk-list] Spacewalk 2.2 crash when adding client (fedora 20)

2014-10-08 Thread Alexander Innes
selinux/ iptables maybe? On 7 October 2014 19:06, wrote: > Hi, > > I am new to spacewalk so I was hoping someone with some experience could > help me sort out an issue that I am having. I have followed the > instructions on the spacewalk wiki for installing. I current have > spacewalk 2.2 and

Re: [Spacewalk-list] kickstart tree after repo sync using

2014-10-08 Thread Alexander Innes
Specifically the create distrobution step :), you need to do this on top of the repo create. You grab a copy of the iso, make its dir, mount it mkdir -p /var/distro-trees/centos-64-64/ mount -o loop ~/CentOS-6.4-x86_64-bin-DVD1.iso /var/distro-trees/centos-64-64/ After this create the distributio

Re: [Spacewalk-list] kickstart tree after repo sync using

2014-10-08 Thread Reed, Steven
Download the latest ISO image for centos 6 Mount that iso to somewhere Cd to the mounted dir find . ! -path "./Packages/*" | cpio -pvd /path/to/centos-6_64 (your new KS dir create channel, activation key and bind spacewalk-repo-sync -c centos6-x86_64 Create new KS profile Repeat for updates

Re: [Spacewalk-list] kickstart tree after repo sync using

2014-10-08 Thread Tomas Lestach
I think you miss a step to create a kickstart distribution. Check 3.1.2.2. Kickstart Trees / Procedure 3.2. Installing Kickstart Trees Manually of https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.6/html/Getting_Started_Guide/chap-Getting_Started_Guide-System_Provisioning.html#sect-