Re: [CentOS] Linux TCP flaw

2016-08-11 Thread Barry Brimer
Hi So after reading this, felt I should apply the fix to a CentOS6 VPS that I have. http://www.zdnet.com/article/linux-tcp-flaw-lets-anyone-hijack-internet-traffic/ The article doesn't talk about CentOS or Redhat, but I assume the problem is the same, and hoping the solution is the same.

Re: [CentOS] Linux TCP flaw

2016-08-11 Thread Peter
On 12/08/16 17:33, Andrew Dent wrote: > So after reading this, felt I should apply the fix to a CentOS6 VPS that > I have. > http://www.zdnet.com/article/linux-tcp-flaw-lets-anyone-hijack-internet-traffic/ > > [root@vps ~]# uname -r > 2.6.32-042stab108.7 That's not a CentOS kernel, it's an

[CentOS] Linux TCP flaw

2016-08-11 Thread Andrew Dent
Hi So after reading this, felt I should apply the fix to a CentOS6 VPS that I have. http://www.zdnet.com/article/linux-tcp-flaw-lets-anyone-hijack-internet-traffic/ The article doesn't talk about CentOS or Redhat, but I assume the problem is the same, and hoping the solution is the same.

Re: [CentOS] howto install yumex

2016-08-11 Thread geo.inbox.ignored
On 08/11/2016 10:33 PM, Peter wrote: > On 12/08/16 13:51, geo.inbox.ignored wrote: >> now, what is command to install nux-dextop? > > https://li.nux.ro/repos.html > ===> thank you. that link was better than a command. now have it bookmarked, page saved local and bookmarked. also have both

[CentOS] how to install opencl on centos 6.7

2016-08-11 Thread qw
Hi, I'm building x264, and want to use opencl acceleration function. How to install opencl on centos 6.7 to support intel integrated GPUs for 'Intel(R) Xeon(R) CPU E5-2640 v3'? Thanks! Regards andrew ___ CentOS mailing list CentOS@centos.org

[CentOS] how to install opencl on centos 6.7

2016-08-11 Thread qw
Hi, I'm building x264, and want to use opencl acceleration function. How to install opencl on centos 6.7 to support intel integrated cpu for 'Intel(R) Xeon(R) CPU E5-2640 v3'? Thanks! Regards andrew ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] howto install yumex

2016-08-11 Thread Peter
On 12/08/16 13:51, geo.inbox.ignored wrote: > now, what is command to install nux-dextop? https://li.nux.ro/repos.html Peter ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Software RAID and GRUB on CentOS 7

2016-08-11 Thread Rob Kampen
On 12/08/16 01:20, William A. Mahaffey III wrote: On 08/11/16 02:33, Nicolas Kovacs wrote: Hi, When I perform a software RAID 1 or RAID 5 installation on a LAN server with several hard disks, I wonder if GRUB already gets installed on each individual MBR, or if I have to do that manually. On

Re: [CentOS] howto install yumex

2016-08-11 Thread geo.inbox.ignored
On 08/11/2016 04:09 PM, Peter wrote: > On 12/08/16 05:53, geo.inbox.ignored wrote: >>> If you do: >>> >>> yum install epel-release >>> >>> you should get the key installed. >>> >> Installing: >> epel-releasenoarch6-8epel >> 14 k >> >> GPG key

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Mark Parsons
First time on this list, sorry if I mess up on something. I use http://wkhtmltopdf.org/ there is a to image version as well. I haven't had any trouble with it. I've mostly used on Windows but there are Linux versions. On Aug 11, 2016 7:09 PM, "Kahlil Hodgson" wrote:

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Kahlil Hodgson
I have some some angularjs sites that I test with protractor and a chrome webdriver. I read in the docs at some point that I could take and save screenshots if I wanted. You may be able to write a simple nodejs script to kick of the webdriver and take the screenhsot. Or someone may have already

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Frank Cox
On Thu, 11 Aug 2016 17:19:15 -0500 (CDT) Valeri Galtsev wrote: > This involves a person sitting with open web browser and clicking mouse. I > need to do it for a few webpages once a day, as they change daily. I > prefer to once spend time on making cron job, and forget about it forever. > Hence I

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Valeri Galtsev
On Thu, August 11, 2016 5:27 pm, John R Pierce wrote: > On 8/11/2016 3:10 PM, Valeri Galtsev wrote: >> I usually am not good at explaining what I need. I really only need an >> image of what one would see in web browser if one point to that URL. I >> do >> not care it to be interactive. I also

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread John R Pierce
On 8/11/2016 3:10 PM, Valeri Galtsev wrote: I usually am not good at explaining what I need. I really only need an image of what one would see in web browser if one point to that URL. I do not care it to be interactive. I also don't want to get the content ("mirror") of stuff that URL points to

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Michael Abbondanza
Could try https://screenshotlayer.com/ I have had success automating their API. On Thu, Aug 11, 2016 at 3:19 PM, Valeri Galtsev wrote: > > > On Thu, August 11, 2016 5:13 pm, Dave Stevens wrote: > > Quoting Valeri Galtsev : > > > >> > >> On

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Valeri Galtsev
On Thu, August 11, 2016 5:13 pm, Dave Stevens wrote: > Quoting Valeri Galtsev : > >> >> On Thu, August 11, 2016 5:02 pm, John R Pierce wrote: >>> On 8/11/2016 1:46 PM, Valeri Galtsev wrote: Could someone recommend a script or utility one can run from command line

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Valeri Galtsev
On Thu, August 11, 2016 4:13 pm, Liam O'Toole wrote: > On 2016-08-11, Valeri Galtsev > wrote: >> Dear Experts, >> >> Could someone recommend a script or utility one can run from command >> line on Linux or UNIX machine to make a snapshot of webpage? >> >> We have a

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Dave Stevens
Quoting Valeri Galtsev : On Thu, August 11, 2016 5:02 pm, John R Pierce wrote: On 8/11/2016 1:46 PM, Valeri Galtsev wrote: Could someone recommend a script or utility one can run from command line on Linux or UNIX machine to make a snapshot of webpage? We have a

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Valeri Galtsev
On Thu, August 11, 2016 5:02 pm, John R Pierce wrote: > On 8/11/2016 1:46 PM, Valeri Galtsev wrote: >> Could someone recommend a script or utility one can run from command >> line >> on Linux or UNIX machine to make a snapshot of webpage? >> >> We have a signage (xibo) and whoever creates/changes

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread John R Pierce
On 8/11/2016 1:46 PM, Valeri Galtsev wrote: Could someone recommend a script or utility one can run from command line on Linux or UNIX machine to make a snapshot of webpage? We have a signage (xibo) and whoever creates/changes content, likes to add URLs of some webpages there. All works well if

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Liam O'Toole
On 2016-08-11, Valeri Galtsev wrote: > Dear Experts, > > Could someone recommend a script or utility one can run from command > line on Linux or UNIX machine to make a snapshot of webpage? > > We have a signage (xibo) and whoever creates/changes content, likes to > add

[CentOS] EPEL 7 i686 (was: howto install yumex)

2016-08-11 Thread Peter
On 12/08/16 02:20, Johnny Hughes wrote: > I am currently building the x86_64 EPEL packages for i686 here: > > http://buildlogs.centos.org/c7-epel/ > > But that repo will not be completely built for several days, and we have > not decided how we would release the repo yet. Can you let us know

Re: [CentOS] howto install yumex

2016-08-11 Thread Peter
On 12/08/16 05:53, geo.inbox.ignored wrote: >> If you do: >> >> yum install epel-release >> >> you should get the key installed. >> > Installing: > epel-releasenoarch6-8epel 14 > k > > GPG key retrieval failed: [Errno 14] Could not open/read >

Re: [CentOS] Is "xman" available in any CentOS 6.x repo?

2016-08-11 Thread Liam O'Toole
On 2016-08-11, Kay Schenk wrote: > I know it's old but I miss "xman" in CentOS 6. :( I would have expected it to be provided by the package xorg-x11-apps, but that is not the case. A compile-time option, perhaps? -- Liam ___

Re: [CentOS] script to make webpage snapshot

2016-08-11 Thread Frank Cox
On Thu, 11 Aug 2016 15:46:42 -0500 (CDT) Valeri Galtsev wrote: > Could someone recommend a script or utility one can run from command line > on Linux or UNIX machine to make a snapshot of webpage? wget? httrack? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com

[CentOS] script to make webpage snapshot

2016-08-11 Thread Valeri Galtsev
Dear Experts, Could someone recommend a script or utility one can run from command line on Linux or UNIX machine to make a snapshot of webpage? We have a signage (xibo) and whoever creates/changes content, likes to add URLs of some webpages there. All works well if these are webpages on our

Re: [CentOS] howto install yumex

2016-08-11 Thread geo.inbox.ignored
On 08/11/2016 09:33 AM, Johnny Hughes wrote: > On 08/11/2016 09:21 AM, geo.inbox.ignored wrote: >> >> >> On 08/11/2016 09:20 AM, Johnny Hughes wrote: >>> On 08/11/2016 09:05 AM, geo.inbox.ignored wrote: On 08/11/2016 07:42 AM, Harald Labes wrote: > Try "sudo yum install yumex"

Re: [CentOS] CentOS 7: System log has repeated lines: Started session 123 of user root.

2016-08-11 Thread therbur
therbur wrote: >therbur wrote: > >>The system log (/var/log/messages) of a CentOS 7.2 system has >>frequently-repeated message line pairs like: >> >>Jul 18 14:00:01 localhost systemd: Started Session 307 of user root. >>Jul 18 14:00:01

Re: [CentOS] Missing announcement for qemu-kvm

2016-08-11 Thread Leonard den Ottolander
Hi Johnny, > https://lists.centos.org/pipermail/centos-announce/2016-August/022030.html Sorry for the noise: I overlooked the fact that I had an active search in my CentOS announce folder... Doh! Regards, Leonard. -- mount -t life -o ro /dev/dna /genetic/research

Re: [CentOS-announce] Fw: i found the stuff

2016-08-11 Thread Johnny Hughes
On 08/10/2016 03:47 PM, roland.leurs wrote: > Dear! > > I know you were looking for this, I found this stuff for you, take a > look at No idea how this got through the list .. but ignore it. signature.asc Description: OpenPGP digital signature ___

Re: [CentOS] Missing announcement for qemu-kvm

2016-08-11 Thread Johnny Hughes
On 08/11/2016 10:10 AM, Leonard den Ottolander wrote: > Hello, > > Received an update for qemu-kvm and qemu-img today, but the > corresponding announcement is missing. Haven't received any messages > since August 3rd, so there might be other announcements that haven't > made it to the list yet. >

[CentOS] Is "xman" available in any CentOS 6.x repo?

2016-08-11 Thread Kay Schenk
I know it's old but I miss "xman" in CentOS 6. :( -- MzK "Time spent with cats is never wasted." -- Sigmund Freud ___ CentOS mailing list CentOS@centos.org

[CentOS] Missing announcement for qemu-kvm

2016-08-11 Thread Leonard den Ottolander
Hello, Received an update for qemu-kvm and qemu-img today, but the corresponding announcement is missing. Haven't received any messages since August 3rd, so there might be other announcements that haven't made it to the list yet. Regards, Leonard. -- mount -t life -o ro /dev/dna

Re: [CentOS] howto install yumex

2016-08-11 Thread Johnny Hughes
On 08/11/2016 09:21 AM, geo.inbox.ignored wrote: > > > On 08/11/2016 09:20 AM, Johnny Hughes wrote: >> On 08/11/2016 09:05 AM, geo.inbox.ignored wrote: >>> >>> >>> On 08/11/2016 07:42 AM, Harald Labes wrote: Try "sudo yum install yumex" without *. It's a package distributed by EPEL.

Re: [CentOS] howto install yumex

2016-08-11 Thread geo.inbox.ignored
On 08/11/2016 09:20 AM, Johnny Hughes wrote: > On 08/11/2016 09:05 AM, geo.inbox.ignored wrote: >> >> >> On 08/11/2016 07:42 AM, Harald Labes wrote: >>> Try "sudo yum install yumex" without *. It's a package distributed by >>> EPEL. Have you installed the EPEL repro? >>> >> ===> >> >> closer,

Re: [CentOS] howto install yumex

2016-08-11 Thread Johnny Hughes
On 08/11/2016 09:05 AM, geo.inbox.ignored wrote: > > > On 08/11/2016 07:42 AM, Harald Labes wrote: >> Try "sudo yum install yumex" without *. It's a package distributed by >> EPEL. Have you installed the EPEL repro? >> > ===> > > closer, but not like playing horseshoes. > > now need; > >

Re: [CentOS] howto install yumex

2016-08-11 Thread geo.inbox.ignored
On 08/11/2016 07:42 AM, Harald Labes wrote: > Try "sudo yum install yumex" without *. It's a package distributed by > EPEL. Have you installed the EPEL repro? > ===> closer, but not like playing horseshoes. now need; GPG key retrieval failed: [Errno 14] Could not open/read \

[CentOS] OT: trying to configure Ubuntu 14 to use dhcp

2016-08-11 Thread m . roth
This is very much *not* CentOS, but if anyone knows how to do it *correctly*, please drop me an email offlist. mark ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Software RAID and GRUB on CentOS 7

2016-08-11 Thread William A. Mahaffey III
On 08/11/16 02:33, Nicolas Kovacs wrote: Hi, When I perform a software RAID 1 or RAID 5 installation on a LAN server with several hard disks, I wonder if GRUB already gets installed on each individual MBR, or if I have to do that manually. On CentOS 5.x and 6.x, this had to be done like this:

Re: [CentOS] howto install yumex

2016-08-11 Thread Harald Labes
Try "sudo yum install yumex" without *. It's a package distributed by EPEL. Have you installed the EPEL repro? Cheers Harald On Thu, 2016-08-11 at 07:21 -0500, geo.inbox.ignored wrote: > greetings. > > trying to install yumex, but obviously have forgotten what i did > previously to

[CentOS] howto install yumex

2016-08-11 Thread geo.inbox.ignored
greetings. trying to install yumex, but obviously have forgotten what i did previously to install packages. sudo yum install yumex* errors out with; No package yumex* available. please inform my chemo brain what is correct. tia. -- peace out. CentOS GNU/Linux 7.1511 tc,hago. g .

[CentOS] EPEL packages for CentOS 7 i686 AltArch distro

2016-08-11 Thread Johnny Hughes
I have begun building the EPEL packages for the CentOS 7 i686 AltArch distribution. You can watch the progress here: http://buildlogs.centos.org/c7-epel/ Should have most of the packages built in the next couple days. Thanks, Johnny Hughes signature.asc Description: OpenPGP digital signature

Re: [CentOS] Gateway question

2016-08-11 Thread Levente Birta
On 10/08/2016 16:54, Anthony K wrote: On 10/08/16 16:29, Levente Birta wrote: And as I said this problem is resolved too ... I asked for another way to achieve this When you add a default gateway with: route add default gw 192.168.1.1 dev enp3s0 you'll note that you now have 2 routes with

[CentOS] Software RAID and GRUB on CentOS 7

2016-08-11 Thread Nicolas Kovacs
Hi, When I perform a software RAID 1 or RAID 5 installation on a LAN server with several hard disks, I wonder if GRUB already gets installed on each individual MBR, or if I have to do that manually. On CentOS 5.x and 6.x, this had to be done like this: # grub grub> device (hd0) /dev/sda grub>