Re: CPU Overheating Problem When Running 4 CPU Intensive Threads with Latest Untained Kernel

2014-05-20 Thread David Harel
I am on the business for over 30 years. At the time, we knew that the only way to break hardware by any software was to set bad frequency to the monitor. Afaik the nice command can't reduce cpu usage. It only allows other processes/threads, would there be any, to get more cpu. Still, if no other pr

Re: Googlebot searching for ".../bin/en.jsp"

2014-05-20 Thread Rabin Yasharzadehe
After searching the access log as well, i found out the reference to our server came from one our older sites, after grepping the entire site i found out that we actually do have links to *.jsp urls :( Thank you. *--Rabin* On Wed, May 21, 2014 at 12:55 AM, E.S. Rosenberg wrote: > host 66.249

Re: Googlebot searching for ".../bin/en.jsp"

2014-05-20 Thread E.S. Rosenberg
Re:all - didn't notice it was linux-il host 66.249.79.57 57.79.249.66.in-addr.arpa domain name pointer crawl-66-249-79-57.googlebot.com. This suggests that it is indeed googlebot, why should they put GCE on googlebot hosts, way too high a risk of resulting in blocked bots. I would guess that eith

Re: qemu and chroot

2014-05-20 Thread Amos Shapira
Most of the times when I use chroot, I usually do something a-la (from memory): for i in proc dev sys; do mount -o bind /$i /chrootdir/$i; done ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Fwd: Fw: [‎לינוקס‎] ‎‫עמותת המקור קיימת קצת יותר מעשור, ומטרותיה...‬‎

2014-05-20 Thread Shlomi Fish
-- Forwarded message -- From: Shlomi Fish Date: 2014-05-20 14:31 GMT+03:00 Subject: Fw: [‎לינוקס‎] ‎‫עמותת המקור קיימת קצת יותר מעשור, ומטרותיה...‬‎ To: shlo...@gmail.com Begin forwarded message: Date: Fri, 16 May 2014 03:42:54 -0700 From: "Tomer Cohen" To: לינוקס Subject: [

Re: Googlebot searching for ".../bin/en.jsp"

2014-05-20 Thread Rabin Yasharzadehe
Good point, thank you. *-- Rabin* On Tue, May 20, 2014 at 10:23 AM, shimi wrote: > On Tue, May 20, 2014 at 10:15 AM, Rabin Yasharzadehe wrote: > >> I have installed fail2ban on one of my servers, and created a set of >> rules to block some request the (from my point of view) looks like probin

Re: qemu and chroot

2014-05-20 Thread Erez D
ok, it now works /proc/sys/fs/binfmt_misc/qemu-arm was missing, internet searc told me to look for 'binfmt-support' pkg, however i could not find none for centos6 so as chrooted systems share the same kernel (just need to mount /proc under the chroot dir), I chroot to my wheezy_i686 (i have some ch

Re: qemu and chroot

2014-05-20 Thread Tzafrir Cohen
On Tue, May 20, 2014 at 09:14:16AM +0300, Erez D wrote: > I am using centos 6 and developing for an armel platform > > i created a rootfs using multistrap/debbootstrap > > i copied qemu-arm-static to rootfs/usr/bin/qemu-arm-static There's something missing from your description. I suspect you f

Re: Googlebot searching for ".../bin/en.jsp"

2014-05-20 Thread shimi
On Tue, May 20, 2014 at 10:15 AM, Rabin Yasharzadehe wrote: > I have installed fail2ban on one of my servers, and created a set of rules > to block some request the (from my point of view) looks like probing > attempts. > > One of the rules is to block on site, any request to *.jsp which i don't

Googlebot searching for ".../bin/en.jsp"

2014-05-20 Thread Rabin Yasharzadehe
I have installed fail2ban on one of my servers, and created a set of rules to block some request the (from my point of view) looks like probing attempts. One of the rules is to block on site, any request to *.jsp which i don't have on this server. Today i got a mail about a blocked IP which belon

Re: qemu and chroot

2014-05-20 Thread Valery Reznic
> > From: Erez D >To: linux-il >Sent: Tuesday, May 20, 2014 9:14 AM >Subject: qemu and chroot > > > >I am using centos 6 and  developing for an armel platform > >i created a rootfs using multistrap/debbootstrap > >i copied qemu-arm-static to rootfs/usr/bin/qe