Has anyone besides John Anderesn had problems with this combination? Has anyone had any success? Thanks, -Tom -- Tom Eastep \ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ teastep@shorewall.net
Tom Eastep wrote:> Has anyone besides John Anderesn had problems with this combination? Has > anyone had any success? >On SuSE 8.0 1.2.11 is working/installing fine. So did the update to 1.2.13. And no trace of something depending on ''kernel'': fuckup:/home/lox/mpeg4ip-0.9.3/samples # rpm -qR shorewall iptables /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/sh fuckup:/home/lox/mpeg4ip-0.9.3/samples # shorewall version 1.2.13
On Tue, 7 May 2002, Christian Lox wrote:> Tom Eastep wrote: > > > Has anyone besides John Anderesn had problems with this combination? Has > > anyone had any success? > > > > On SuSE 8.0 1.2.11 is working/installing fine. So did the update to > 1.2.13. And no trace of something depending on ''kernel'': >Thanks -- John''s problem was not with a dependency but with a conflict. The shorwall.spec file contains "Conflicts: kernel <= 2.2" and rpm was reporting that conflict! John: What is the output from ''rpm -q --whatprovides kernel'' Thanks, -Tom -- Tom Eastep \ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ teastep@shorewall.net
On 7 May 2002 at 14:15, Tom Eastep wrote:> John: > > What is the output from ''rpm -q --whatprovides kernel'' >norcomix:~ # rpm -q --whatprovides kernel kernel-source-2.4.10.SuSE-8 linux-2.4.9-4 ______________________________________ John Andersen NORCOM / Juneau, Alaska http://www.screenio.com/
On Tue, 7 May 2002, John Andersen wrote:> On 7 May 2002 at 14:15, Tom Eastep wrote: > > > John: > > > > What is the output from ''rpm -q --whatprovides kernel'' > > > > norcomix:~ # rpm -q --whatprovides kernel > kernel-source-2.4.10.SuSE-8 > linux-2.4.9-4 >So I wonder why in %$# rpm is reporting a conflict.... -Tom -- Tom Eastep \ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ teastep@shorewall.net
On Tue, 7 May 2002, John Andersen wrote:> On 7 May 2002 at 14:15, Tom Eastep wrote: > > > John: > > > > What is the output from ''rpm -q --whatprovides kernel'' > > > > norcomix:~ # rpm -q --whatprovides kernel > kernel-source-2.4.10.SuSE-8 > linux-2.4.9-4 >Now try: rpm -q --provides kernel-source-2.4.10.SuSE-8 rpm -q --provides linux-2.4.9-4 Thanks, -Tom -- Tom Eastep \ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ teastep@shorewall.net
On 7 May 2002 at 14:20, Tom Eastep wrote:> On Tue, 7 May 2002, John Andersen wrote: > > > On 7 May 2002 at 14:15, Tom Eastep wrote: > > > > > John: > > > > > > What is the output from ''rpm -q --whatprovides kernel'' > > > > > > > norcomix:~ # rpm -q --whatprovides kernel > > kernel-source-2.4.10.SuSE-8 > > linux-2.4.9-4 > > > > So I wonder why in %$# rpm is reporting a conflict....I dono, but I have a similar problem with vmware and smp kernels. They insist that they (vmware) can''t find or build drivers because the source does not match the uname -r of the running kernel. This is because the source for a smp kernel is the same, its just a compile option. Debian has the same problem with vmware and smp kernels. ______________________________________ John Andersen NORCOM / Juneau, Alaska http://www.screenio.com/
On 7 May 2002 at 14:28, Tom Eastep wrote:> On Tue, 7 May 2002, John Andersen wrote: > > > On 7 May 2002 at 14:15, Tom Eastep wrote: > > > > > John: > > > > > > What is the output from ''rpm -q --whatprovides kernel'' > > > > > > > norcomix:~ # rpm -q --whatprovides kernel > > kernel-source-2.4.10.SuSE-8 > > linux-2.4.9-4 > > > > Now try: > > rpm -q --provides kernel-source-2.4.10.SuSE-8norcomix:~ # rpm -q --provides kernel-source-2.4.10.SuSE-8 kernel linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus24 lx_sus22> rpm -q --provides linux-2.4.9-4norcomix:~ # rpm -q --provides linux-2.4.9-4 kernel linux lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 ______________________________________ John Andersen NORCOM / Juneau, Alaska http://www.screenio.com/
On Tue, 7 May 2002, John Andersen wrote:> > norcomix:~ # rpm -q --provides linux-2.4.9-4 > kernel > linux > lx1162_1 > lx1162_2 > ...Hmmm - so it provides ''kernel'' with no version. Contrast to: [teastep@wookie shorewall-1.2.13.orig]$ rpm -q --provides kernel-2.4.7-10 module-info kernel = 2.4.7 kernel-drm = 4.1.0 kernel = 2.4.7-10 [teastep@wookie shorewall-1.2.13.orig]$ So presumably <empty version string> <= 2.2 and rpm complains of a conflict. -Tom -- Tom Eastep \ Shorewall - iptables made easy AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ teastep@shorewall.net