Re: [Spacewalk-list] Injecting Kernel module into kickstart?

2016-03-19 Thread Robert Paschedag
Hi, I would just take the exact kernel version of the "installer" kernel and compile the Cisco module on another server (maybe virtualbox) for that kernel. Then modify the "installer" initrd. Unpack, put module in modules path (/lib/modules/...), run depmod on that path and repack the initrd.

Re: [Spacewalk-list] old package versions installed duringkickstarts

2016-03-19 Thread Noah Rømer
Perhaps I'm missing a step in the process: 1) Build a new version of an rpm (using koji) 2) Sign the package (using sigul) 3) Run mash on the rpm repo server 4) Run `spacewalk-repo-sync --channel [channel name]` for the channel that uses the repo in question The above causes existing systems to

Re: [Spacewalk-list] Spacewalk Channel layout and storage?

2016-03-19 Thread Lachlan Musicman
And then, if I want to add a new channel - say for SLURM, should I add the repos to the SLURM channel (multiplying hosting), or create new child channels (mulitplying names) -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 18 March 201

Re: [Spacewalk-list] Injecting Kernel module into kickstart?

2016-03-19 Thread Lachlan Musicman
Thanks Robert. What we did eventually: - unpacked both distro-trees//images/pxeboot/initrd.img and distro-trees//squashfs.img and added the already compiled for kernel snic.ko into their respective /lib/modules/<$(uname -r)/extra/ folders - discovered that the dd= option in the kernel wasn't w

Re: [Spacewalk-list] wsgi apache error on proxy

2016-03-19 Thread Jan Hutař
On 2016-03-16 14:25 -0400, Slava Bendersky wrote: Hello Everyone, On of the spacewalk proxy apache report error and I can't find what actual issue. Any help thank you. [Wed Mar 16 14:09:57 2016] [error] \tSERVER_SOFTWARE: Apache/2.2.15 (Oracle) [Wed Mar 16 14:09:57 2016] [error] \tSSL

[Spacewalk-list] wsgi apache error on proxy

2016-03-19 Thread Slava Bendersky
Hello Everyone, On of the spacewalk proxy apache report error and I can't find what actual issue. Any help thank you. [Wed Mar 16 14:09:57 2016] [error] \tSERVER_SOFTWARE: Apache/2.2.15 (Oracle) [Wed Mar 16 14:09:57 2016] [error] \tSSL_TLS_SNI: myhost.org [Wed Mar 16 14:09:57 2016] [error]

Re: [Spacewalk-list] using a remote pulp repo

2016-03-19 Thread Avi Miller
Hi, > On 19 Mar 2016, at 8:10 AM, Elizabeth Jones wrote: > > Is there any way that I can direct my spacewalk channels to use the repos on > my pulp server rather than having to sync the repos into my spacewalk server? Short answer: no. -- Oracle Avi Miller | Product M

Re: [Spacewalk-list] Spacewalk Channel layout and storage?

2016-03-19 Thread Lachlan Musicman
Don't mind me - I've just realised *I* was thinking about it the wrong way. Sorry. L. -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 18 March 2016 at 15:03, Lachlan Musicman wrote: > And then, if I want to add a new channel - say for SL