Re: UGLY OFFTOPIC (Re: Fwd: Weird 'free' output)

2021-05-05 Thread linux.il
Guys - even though I didn't receive an answer to my RAM question, I'm happy.
It's really a time machine to the nineties. The only thing I'm missing it's
Marc and a SCSI cable :-)

Vitaly

On Wed, May 5, 2021 at 10:28 AM Michael Tewner  wrote:

> I don't get it - Why shouldn't even a convicted criminal be able to answer
> a question about Linux FREE(1)   ?
>
> On Tue, May 4, 2021 at 10:29 PM Omer Zak  wrote:
>
>> May I suggest that Diego Iastrubni be removed from this mailing list
>> due to potential future disruption of public peace by asking for
>> removal of people, who have been framed by powerful business
>> competitors?
>>
>> --- Omer Zak
>>
>>
>> On Tue, 2021-05-04 at 22:06 +0300, Shay Gover wrote:
>> > Please do not assume that you can speak for the community based on an
>> > article at Ynet.
>> > There is no verdict in that case, not even a complaint (Checked on
>> > Nevo now). Just a rumor and someone wealthy enough to post it on
>> > Ynet.
>> >
>> >
>> > -- Forwarded message -
>> > From: Ori Idan 
>> > Date: Tue, May 4, 2021 at 9:49 PM
>> > Subject: Re: Weird 'free' output
>> > To: Diego Iastrubni 
>> > Cc: IGLU Mailing list 
>> >
>> >
>> > Sorry, I am not a convicted criminal.
>> > If you believe what is written in Yediot, that is your problem.
>> >
>> > --
>> > Ori Idan CEO Helicon Books
>> > http://www.heliconbooks.com
>> >
>> >
>> >
>> >
>> >
>> > On Tue, May 4, 2021 at 9:21 PM Diego Iastrubni 
>> > wrote:
>> > > Ori,
>> > >
>> > > You are not welcome here. Please unsubscribe.
>> > >
>> > > Admins - please remove this convicted criminal from this list. This
>> > > man is a stain on our community.
>> > >
>> > >
>> > >
>> > > On Tue, May 4, 2021, 7:53 PM Ori Idan  wrote:
>> > > > Note that Linux tries to use available memory for cache, that is
>> > > > why free memory seems small.
>> --
>> Philip Machanick: "caution: if you write code like this, immediately
>> after you are fired the person assigned to maintaining your code after
>> you leave will resign"
>> My own blog is at https://tddpirate.zak.co.il/
>>
>> My opinions, as expressed in this E-mail message, are mine alone.
>> They do not represent the official policy of any organization with
>> which I may be affiliated in any way.
>> WARNING TO SPAMMERS:  at https://www.zak.co.il/spamwarning.html
>>
>>
>>
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Weird 'free' output

2021-05-04 Thread linux.il
Omer, thank you!
Is it related to the "Inactive" count from /proc/meminfo?
I used to think that available=free+cache+buffers...

On Tue, May 4, 2021 at 1:19 PM Omer Zak  wrote:

> From man free:
>
> available
>   Estimation of how much memory is available for starting
> new applications, without swapping. Unlike the data provided  by
>   the  cache  or free fields, this field takes into account
> page cache and also that not all reclaimable memory slabs will
>   be reclaimed due to items being in use (MemAvailable in
> /proc/meminfo, available on kernels 3.14,  emulated  on  kernels
>   2.6.27+, otherwise the same as free)
>
>
>
> On Tue, 2021-05-04 at 13:07 +0300, linux.il wrote:
> > "Available" output seems weird, or I'm missing something?
> > Any ideas?
> >
> > TIA, Vitaly
> >
> > free -m
> >   totalusedfree  shared  buff/cache
> > available
> > Mem:  31654   29883 937   1 832
> > 27675
> > Swap: 0   0   0
>
>
> --
> "Prior to capitalism, the way people amassed great wealth was by
> looting, plundering and enslaving their fellow man. Capitalism made it
> possible to become wealthy by serving your fellow man." - Walter E.
> Williams
> My own blog is at https://tddpirate.zak.co.il/
>
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with
> which I may be affiliated in any way.
> WARNING TO SPAMMERS:  at https://www.zak.co.il/spamwarning.html
>
>
>
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Weird 'free' output

2021-05-04 Thread linux.il
"Available" output seems weird, or I'm missing something?
Any ideas?

TIA, Vitaly

free -m
  totalusedfree  shared  buff/cache
available
Mem:  31654   29883 937   1 832
27675
Swap: 0   0   0
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Moving away from cron jobs to some workflow manager

2018-06-19 Thread linux.il
I suggest to check Jenkins (as already suggested) and Rundeck.
Vitaly

On Tue, Jun 19, 2018 at 9:06 AM, Rabin Yasharzadehe  wrote:

> Hi all,
>
> I need some advice, currently I have a huge cron file which schedules
> tasks one after anther, and each task is position precisely (with some room
> for error) to start after it predecessor.
>
> So if one job start at 00:00 and it will go and fetch some files and it
> takes 3minutes
> the next job will be after start right after at ~00:05
> and so on
>
> the problem is that if one job fails, all other jobs which are depend on
> him will fail as well, and then I get a shitload of alerts, and the worst
> part is that if i have to manually start a batch process I need to go to
> each machine and manually start each job in the right order,
>
> I was looking to resolve this problem with a tool which can manage this
> "pipe line"
> and I cam across several tools like Luigi and (apache-)AirFlow, I started
> with Luigi but It didn't look
> right for the job, and then I tried airflow, but was not able to make it
> to work, the jobs queue never executed. =(
>
> Has any one have experience with airflow, or other tool like it which they
> can recommend ?
> My needs are to be able to execute my CURRENT shell/python/php scripts and
> build the dependency between them, and I perfer the option for remote exec
> so that I will have central
> place to manage and monitor all work flow whichs are executed on several
> nodes.
>
> Thanks in advance,
> Rabin
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Server load spike debugging

2018-04-25 Thread linux.il
- 1st, I suggest to activate some monitor which save historic data.
You can install 'atop' or config some SaaS monitor.
- How many RAM do you have? Is it dedicated MySQL server or you run
webserver+MySQL?
- I suggest to activate slow query log as well.
Regards,
vitaly

On Wed, Apr 25, 2018 at 10:12 PM, David Suna 
wrote:

> I am working on a VPS. Earlier today there was a load spike that made the
> server unresponsive for a period of time (around 10-15 minutes). Both ssh
> and web access were not responsive. After a while the problem just stopped
> and the server started responding again.
>
> How can I go about diagnosing what caused the problem? I looked at our
> application log around that time and I do not see anything out of the
> ordinary. When I was finally able to get back into the server and I ran
> top, the process that was using the most CPU was mysqld. I don't know if
> that was the process that was causing the load spike at the time.
>
> I saw several references to MySQLTuner so I downloaded and ran it. It gave
> some suggestions but I am not a DBA so I don't understand most of the
> suggestions and I don't want to make any changes without understanding what
> is involved. Below are the suggestions MySQLTuner came up with. If anyone
> can explain some of the suggestions or point me in the direction of a good
> resource that would explain them I would appreciate it.
>
> General recommendations:
> Configure your accounts with ip or subnets only, then update your
> configuration with skip-name-resolve=1
> Adjust your join queries to always utilize indexes
> When making adjustments, make tmp_table_size/max_heap_table_size equal
> Reduce your SELECT DISTINCT queries which have no LIMIT clause
> Read this before changing innodb_log_file_size and/or
> innodb_log_files_in_group: http://bit.ly/2wgkDvS
> Variables to adjust:
> query_cache_size (=0)
> query_cache_type (=0)
> query_cache_limit (> 1M, or use smaller result sets)
> join_buffer_size (> 256.0K, or always use indexes with joins)
> tmp_table_size (> 16M)
> max_heap_table_size (> 16M)
> innodb_buffer_pool_size (>= 908M) if possible.
> innodb_log_file_size should be (=16M) if possible, so InnoDB total log
> files size equals to 25% of buffer pool size.
>
> Thanks,
>
> --
> David sunada...@davidsconsultants.com
>
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: OT: Israeli domain names

2017-07-31 Thread linux.il
I had some domains registered via CCC , service was good.
Vitaly

On Jul 31, 2017 9:43 AM, "Gabor Szabo"  wrote:

Hi,

I am a bit late bird, but as my domains start to expire I have to move
them away from ISOC. I thought to give a try to BezeqInt (VirtualNest)
as I don't know any of the others either.

Apparently I cannot do the transfer online. I need to fill out some
paper(!) forms.
I talked to a representative. She told me I will also need to call
them for renewals as that cannot be done via the website either.

Finally she told me the cost is 100 NIS for the transfer and 250 NIS /
2 years for the domain name. I have not seen any of these prices on
their site (I saw there 69 NIS / year) so I was rather shocked.

What is your recommended registrar for Israeli domain names?

regards
   Gabor

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: OT: Recommended domain name registrar for il?

2013-10-21 Thread linux.il
I'm pretty happy with CCC.
Regards,
Vitaly

On Mon, Oct 21, 2013 at 9:19 AM, Gabor Szabo ga...@szabgab.com wrote:
 I am still using ISOC as the registrar for my .il domains but now as
 there are 3 domain names I need to renew I started to check again.
 ISOC charges 230 NIS for 2 years but it lists a bunch of others
 http://www.isoc.org.il/domains/
 some of which charge 70 NIS / year.

 Which one do you use? Are you satisfied? Any horror stories?
 Which one would you recommend?

 I only need the registration service, I manage DNS on my own.

 Gabor

 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: RMS clarifies, backlash was unneeded

2011-05-30 Thread linux.il

 Moreover, he says the ban imposed on him is NOT Israel in its entirety, but
 only the Universities (the private Shenkar College seems kosher according to
 him). The weird but sensible thing to do is find lecture halls outside the
 universities and there would be no conflict.


So Ariel College should be OK?

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: problems with syslogd

2010-06-09 Thread linux.il

 5) Google found some similar problem reports, but they all turned out to be
 either filesize overflow (have plenty of place on the /var/ partition btw),
 or crashed daemon.

may be your /var is out of inodes?

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il