[CentOS] Bitcoin for CentOS 7

2016-02-24 Thread Alice Wonder
For those interested I have a working spec file for Bitcoin 0.12.0 https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec I believe the only BuildRequires that isn't in CentOS/EPEL is miniupnpc-devel but that's trivial to build as well. With Bitcoin 0.12.0 the

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread m . roth
Alice Wonder wrote: > For those interested I have a working spec file for Bitcoin 0.12.0 > > https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec > > I believe the only BuildRequires that isn't in CentOS/EPEL is > miniupnpc-devel but that's trivial to build as wel

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread Alice Wonder
On 02/24/2016 06:04 AM, m.r...@5-cent.us wrote: Alice Wonder wrote: For those interested I have a working spec file for Bitcoin 0.12.0 https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec I believe the only BuildRequires that isn't in CentOS/EPEL is miniupnpc

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread m . roth
Alice Wonder wrote: > On 02/24/2016 06:04 AM, m.r...@5-cent.us wrote: >> Alice Wonder wrote: >>> For those interested I have a working spec file for Bitcoin 0.12.0 >>> >>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec >>> >>> I believe the only BuildRequire

Re: [CentOS] Laptop SCSI capability supported by CentOS 7

2016-02-24 Thread Lamar Owen
On 02/23/2016 02:24 PM, John R Pierce wrote: do people really still use DAT audio tape ?all the pro audio recording I know of nowdays is done to direct to disk or SD card or whatever. I use a tascam dr07 digital audio recorder, which records direct to SD, a single 32gb SD card can hold li

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread Alice Wonder
On 02/24/2016 06:06 AM, Alice Wonder wrote: On 02/24/2016 06:04 AM, m.r...@5-cent.us wrote: Alice Wonder wrote: For those interested I have a working spec file for Bitcoin 0.12.0 https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec I believe the only BuildR

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread Alice Wonder
On 02/24/2016 06:10 AM, m.r...@5-cent.us wrote: Alice Wonder wrote: On 02/24/2016 06:04 AM, m.r...@5-cent.us wrote: Alice Wonder wrote: For those interested I have a working spec file for Bitcoin 0.12.0 https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec I

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread m . roth
Alice Wonder wrote: > On 02/24/2016 06:06 AM, Alice Wonder wrote: >> On 02/24/2016 06:04 AM, m.r...@5-cent.us wrote: >>> Alice Wonder wrote: For those interested I have a working spec file for Bitcoin 0.12.0 https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/b

[CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread John Cenile
Hello, Is it possible at all to block all users other than root from sending outbound ICMP packets on an interface? At the moment we have the following two rules in our IPtables config: iptables -A OUTPUT -o eth1 -m owner --uid-owner 0 -j ACCEPT iptables -A OUTPUT -o eth1 -j DROP But this still

Re: [CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread Sylvain CANOINE
Hello, - Mail original - > De: "John Cenile" > À: "centos" > Envoyé: Mercredi 24 Février 2016 15:42:36 > Objet: [CentOS] IPtables block user from outbound ICMP > Is it possible at all to block all users other than root from sending > outbound ICMP packets on an interface? > > At the mo

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread Александр Кириллов
Meanwhile banks like Chase charge poor people $12.00 a month just have checking and push debit card paychecks on low income jobs where they charge just for the poor to check how much they have on it. That bad, huh? ___ CentOS mailing list CentOS@cento

Re: [CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread Gordon Messmer
On 02/24/2016 06:42 AM, John Cenile wrote: Is it possible at all to block all users other than root from sending outbound ICMP packets on an interface? That is, more or less, the default. In order to send ICMP packets, an application must be root, or must have the CAP_NET_RAW capability (as

Re: [CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread Alexander Dalloz
Am 24.02.2016 um 16:07 schrieb Sylvain CANOINE: Hello, - Mail original - De: "John Cenile" À: "centos" Envoyé: Mercredi 24 Février 2016 15:42:36 Objet: [CentOS] IPtables block user from outbound ICMP Is it possible at all to block all users other than root from sending outbound ICM

Re: [CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread Alexander Dalloz
Am 24.02.2016 um 15:42 schrieb John Cenile: Hello, Is it possible at all to block all users other than root from sending outbound ICMP packets on an interface? At the moment we have the following two rules in our IPtables config: iptables -A OUTPUT -o eth1 -m owner --uid-owner 0 -j ACCEPT ipta

Re: [CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread Valeri Galtsev
On Wed, February 24, 2016 12:25 pm, Alexander Dalloz wrote: > Am 24.02.2016 um 16:07 schrieb Sylvain CANOINE: >> Hello, >> - Mail original - >>> De: "John Cenile" >>> À: "centos" >>> Envoyé: Mercredi 24 Février 2016 15:42:36 >>> Objet: [CentOS] IPtables block user from outbound ICMP >>

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread Alice Wonder
On 02/24/2016 08:01 AM, Александр Кириллов wrote: Meanwhile banks like Chase charge poor people $12.00 a month just have checking and push debit card paychecks on low income jobs where they charge just for the poor to check how much they have on it. That bad, huh? Yes. They give them one fre

Re: [CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread John Cenile
Thanks all, that seemed to be the problem (the suid bit). :) On 25 February 2016 at 06:03, Valeri Galtsev wrote: > On Wed, February 24, 2016 12:25 pm, Alexander Dalloz wrote: > > Am 24.02.2016 um 16:07 schrieb Sylvain CANOINE: > >> Hello, > >> - Mail original - > >>> De: "John Cenile" >

Re: [CentOS] IPtables block user from outbound ICMP

2016-02-24 Thread James Hogarth
On 25 Feb 2016 00:30, "John Cenile" wrote: > > Thanks all, that seemed to be the problem (the suid bit). :) Well if you really want to call it a problem... Blocking ICMP via a host based firewall remains pretty silly. Bear in mind that since it's a file permission this will be 'fixed' on any upd

[CentOS] CentOS 7 SELinux issue

2016-02-24 Thread Alice Wonder
Trying to add SELinux support to my bitcoin package. Keep getting this on install: SELinux: Could not downgrade policy file /etc/selinux/targeted/policy/policy.29, searching for an older version. SELinux: Could not open policy file <= /etc/selinux/targeted/policy/policy.29: No such file or

Re: [CentOS] CentOS 7 SELinux issue

2016-02-24 Thread Frank Cox
On Wed, 24 Feb 2016 23:28:33 -0800 Alice Wonder wrote: > I don't ordinarily run SELinux and do not have it enabled. https://lists.fedoraproject.org/pipermail/selinux/2012-May/014626.html QUOTE: Turns out you get the "Could not downgrade policy file /etc/selinux/targeted/policy/policy.24" error

Re: [CentOS] CentOS 7 SELinux issue

2016-02-24 Thread Alice Wonder
On 02/24/2016 11:34 PM, Frank Cox wrote: On Wed, 24 Feb 2016 23:28:33 -0800 Alice Wonder wrote: I don't ordinarily run SELinux and do not have it enabled. https://lists.fedoraproject.org/pipermail/selinux/2012-May/014626.html QUOTE: Turns out you get the "Could not downgrade policy file /et