Discussion:
[users] rawip x86 problem
Kraisi Kraiser
2010-05-28 11:42:17 UTC
Permalink
I have tried on i386 it works there ...
I have tried on x86 this way :

wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm

Loaded plugins: fastestmirror
Setting up Local Package Process
Examining perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm:
perl-Net-RawIP-0.23-1.el5.rf.x86_64
Nothing to do



however it was working on i386 (yum localinstall) installation went fine
just i had to add --nogpgcheck
on x86 to make it work i have to do:

rpm -i perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
warning: perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm: Header V3 DSA
signature: NOKEY, key ID 1aa78495


after that sending packets outside network isn't working with perl
rawip...error = sendto() at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Net/RawIP.pm
line 626.
while trying to send packet to ip other than localhost.

in 386 i just do write
http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.i386.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.i386.rpm --nogpgcheck
and after that everything works.
any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20100528/d27fcb88/attachment.html
Nicolas Thierry-Mieg
2010-05-28 11:54:15 UTC
Permalink
Post by Kraisi Kraiser
I have tried on i386 it works there ...
||
wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
you're not supposed to install rpmforge packages like that.
instead you should configure the repo in yum (or install
rpmforge-release), and then just tell it to install perl-Net-RawIP.

If you really want to wget rpm files you need to get them from the right
place, ie a valid rpmforge mirror and with the correct path.

the latest rf version of your package is 0.25-1.el5.rf, don't know if
it'll solve your problem but I would start by installing that.
Kraisi Kraiser
2010-05-28 11:42:17 UTC
Permalink
I have tried on i386 it works there ...
I have tried on x86 this way :

wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm

Loaded plugins: fastestmirror
Setting up Local Package Process
Examining perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm:
perl-Net-RawIP-0.23-1.el5.rf.x86_64
Nothing to do



however it was working on i386 (yum localinstall) installation went fine
just i had to add --nogpgcheck
on x86 to make it work i have to do:

rpm -i perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
warning: perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm: Header V3 DSA
signature: NOKEY, key ID 1aa78495


after that sending packets outside network isn't working with perl
rawip...error = sendto() at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Net/RawIP.pm
line 626.
while trying to send packet to ip other than localhost.

in 386 i just do write
http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.i386.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.i386.rpm --nogpgcheck
and after that everything works.
any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20100528/d27fcb88/attachment-0001.html
Nicolas Thierry-Mieg
2010-05-28 11:54:15 UTC
Permalink
Post by Kraisi Kraiser
I have tried on i386 it works there ...
||
wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
you're not supposed to install rpmforge packages like that.
instead you should configure the repo in yum (or install
rpmforge-release), and then just tell it to install perl-Net-RawIP.

If you really want to wget rpm files you need to get them from the right
place, ie a valid rpmforge mirror and with the correct path.

the latest rf version of your package is 0.25-1.el5.rf, don't know if
it'll solve your problem but I would start by installing that.
Kraisi Kraiser
2010-05-28 11:42:17 UTC
Permalink
I have tried on i386 it works there ...
I have tried on x86 this way :

wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm

Loaded plugins: fastestmirror
Setting up Local Package Process
Examining perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm:
perl-Net-RawIP-0.23-1.el5.rf.x86_64
Nothing to do



however it was working on i386 (yum localinstall) installation went fine
just i had to add --nogpgcheck
on x86 to make it work i have to do:

rpm -i perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
warning: perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm: Header V3 DSA
signature: NOKEY, key ID 1aa78495


after that sending packets outside network isn't working with perl
rawip...error = sendto() at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Net/RawIP.pm
line 626.
while trying to send packet to ip other than localhost.

in 386 i just do write
http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.i386.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.i386.rpm --nogpgcheck
and after that everything works.
any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20100528/d27fcb88/attachment-0002.html
Nicolas Thierry-Mieg
2010-05-28 11:54:15 UTC
Permalink
Post by Kraisi Kraiser
I have tried on i386 it works there ...
||
wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
you're not supposed to install rpmforge packages like that.
instead you should configure the repo in yum (or install
rpmforge-release), and then just tell it to install perl-Net-RawIP.

If you really want to wget rpm files you need to get them from the right
place, ie a valid rpmforge mirror and with the correct path.

the latest rf version of your package is 0.25-1.el5.rf, don't know if
it'll solve your problem but I would start by installing that.
Kraisi Kraiser
2010-05-28 11:42:17 UTC
Permalink
I have tried on i386 it works there ...
I have tried on x86 this way :

wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm

Loaded plugins: fastestmirror
Setting up Local Package Process
Examining perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm:
perl-Net-RawIP-0.23-1.el5.rf.x86_64
Nothing to do



however it was working on i386 (yum localinstall) installation went fine
just i had to add --nogpgcheck
on x86 to make it work i have to do:

rpm -i perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
warning: perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm: Header V3 DSA
signature: NOKEY, key ID 1aa78495


after that sending packets outside network isn't working with perl
rawip...error = sendto() at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Net/RawIP.pm
line 626.
while trying to send packet to ip other than localhost.

in 386 i just do write
http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.i386.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.i386.rpm --nogpgcheck
and after that everything works.
any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20100528/d27fcb88/attachment-0003.html
Nicolas Thierry-Mieg
2010-05-28 11:54:15 UTC
Permalink
Post by Kraisi Kraiser
I have tried on i386 it works there ...
||
wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
you're not supposed to install rpmforge packages like that.
instead you should configure the repo in yum (or install
rpmforge-release), and then just tell it to install perl-Net-RawIP.

If you really want to wget rpm files you need to get them from the right
place, ie a valid rpmforge mirror and with the correct path.

the latest rf version of your package is 0.25-1.el5.rf, don't know if
it'll solve your problem but I would start by installing that.
Kraisi Kraiser
2010-05-28 11:42:17 UTC
Permalink
I have tried on i386 it works there ...
I have tried on x86 this way :

wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm

Loaded plugins: fastestmirror
Setting up Local Package Process
Examining perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm:
perl-Net-RawIP-0.23-1.el5.rf.x86_64
Nothing to do



however it was working on i386 (yum localinstall) installation went fine
just i had to add --nogpgcheck
on x86 to make it work i have to do:

rpm -i perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
warning: perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm: Header V3 DSA
signature: NOKEY, key ID 1aa78495


after that sending packets outside network isn't working with perl
rawip...error = sendto() at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Net/RawIP.pm
line 626.
while trying to send packet to ip other than localhost.

in 386 i just do write
http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.i386.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.i386.rpm --nogpgcheck
and after that everything works.
any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20100528/d27fcb88/attachment-0004.html>
Nicolas Thierry-Mieg
2010-05-28 11:54:15 UTC
Permalink
Post by Kraisi Kraiser
I have tried on i386 it works there ...
||
wget http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
you're not supposed to install rpmforge packages like that.
instead you should configure the repo in yum (or install
rpmforge-release), and then just tell it to install perl-Net-RawIP.

If you really want to wget rpm files you need to get them from the right
place, ie a valid rpmforge mirror and with the correct path.

the latest rf version of your package is 0.25-1.el5.rf, don't know if
it'll solve your problem but I would start by installing that.

Loading...